*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;min-height:100vh}body{font-family:-apple-system,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:17px;background:#f8f8f8;color:#222;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.app{width:100%;min-height:100vh;display:flex;flex-direction:column;background:#f8f8f8}.main-content{flex:1;width:100%}.navbar{background:#f8f8f8;border-bottom:.5px solid #e8e8e8;position:sticky;top:0;z-index:100}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;height:60px}.nav-logo{display:flex;align-items:center;gap:10px;font-size:13px;font-weight:500;color:#222;text-decoration:none;flex-shrink:0}.nav-logo-icon{width:28px;height:28px;background:#222;border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.nav-logo-icon svg{width:14px;height:14px}.nav-menu{display:flex;gap:1.75rem;list-style:none}.nav-menu a{font-size:13px;color:#7b7b7b;text-decoration:none;transition:color .2s}.nav-menu a:hover{color:#222}.nav-right{display:flex;align-items:center;gap:1rem}.btn-nav-cta{font-size:13px;font-weight:500;color:#222;background:#fff;border:.5px solid #d0d0d0;border-radius:20px;padding:7px 16px;cursor:pointer;text-decoration:none;transition:border-color .2s;white-space:nowrap}.btn-nav-cta:hover{border-color:#888}.btn-nav-login{font-size:12px;color:#bbb;background:none;border:none;cursor:pointer;padding:0;transition:color .2s;white-space:nowrap}.btn-nav-login:hover{color:#555}.footer{border-top:.5px solid #e8e8e8;background:#f8f8f8}.footer-inner{display:flex;justify-content:space-between;align-items:center;padding:1rem 2.5rem}.footer-year,.footer-loc{font-size:11px;color:#aaa;letter-spacing:.06em}.footer-links{display:flex;gap:1.25rem}.footer-links a{font-size:12px;color:#7b7b7b;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#222}.btn-primary{background:#222;color:#fff;border:none;padding:.55rem 1.1rem;border-radius:6px;font-weight:500;cursor:pointer;font-size:13px;transition:opacity .2s;text-decoration:none;display:inline-block;font-family:inherit}.btn-primary:hover{opacity:.75}.btn-primary:disabled{opacity:.35;cursor:not-allowed}.btn-secondary{background:transparent;color:#7b7b7b;border:.5px solid #ccc;padding:.5rem 1rem;border-radius:6px;font-weight:400;cursor:pointer;font-size:13px;transition:border-color .2s,color .2s;font-family:inherit}.btn-secondary:hover{border-color:#888;color:#222}.btn-danger{background:transparent;color:#d32f2f;border:.5px solid #e0b0b0;padding:.5rem 1rem;border-radius:6px;font-weight:400;cursor:pointer;font-size:13px;font-family:inherit;transition:background .2s}.btn-danger:hover{background:#fdecea}.fade-section{opacity:0;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.fade-section.visible{opacity:1;transform:translateY(0)}.section-divider{height:.5px;background:#e0e0e0;margin:0 2.5rem}.section-header{display:flex;align-items:center;gap:10px;margin-bottom:1.5rem}.section-dot{width:7px;height:7px;border-radius:50%;background:#222;flex-shrink:0}.section-label{font-size:13px;font-weight:500;color:#222;letter-spacing:.04em}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.page-header h1{font-size:22px;font-weight:300;letter-spacing:-.02em;color:#222}.home-page{display:flex;flex-direction:column}.hero{display:grid;grid-template-columns:2fr 1fr;height:calc(100vh - 60px);max-height:640px;position:relative}.hero-role-label{position:absolute;left:2.5rem;top:50%;font-size:10px;color:#aaa;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap;writing-mode:vertical-rl;transform:rotate(180deg) translateY(50%);pointer-events:none}.hero-left{padding:2.5rem 2.5rem 2.5rem 5rem;display:flex;flex-direction:column;justify-content:space-between;gap:2rem}.hero-stats{display:flex;gap:2rem}.hero-stat-num{font-size:22px;font-weight:500;color:#222}.hero-stat-label{font-size:11px;color:#7b7b7b;margin-top:2px}.hero-title-block{flex:1;display:flex;flex-direction:column;justify-content:center}.hero-title{font-size:80px;font-weight:300;line-height:.95;letter-spacing:-.03em;color:#222}.hero-subtitle{font-size:16px;color:#7b7b7b;margin-top:20px;display:flex;align-items:center;gap:8px;line-height:1.75}.hero-subtitle:before{content:"—"}.hero-scroll{display:flex;align-items:center;gap:8px;font-size:12px;color:#7b7b7b}.hero-scroll-arrow{width:24px;height:24px;border:.5px solid #ccc;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.hero-right{overflow:hidden;background:#e8e4de}.hero-right img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.about-section{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;padding:2rem 2.5rem;align-items:start}.about-heading{font-size:28px;font-weight:300;color:#222;letter-spacing:-.02em;line-height:1.2;margin-bottom:1rem}.about-body{font-size:15px;color:#7b7b7b;line-height:1.75}.about-stat-card{background:#fff;border:.5px solid #e8e8e8;border-radius:12px;padding:1.5rem}.about-stat-num{font-size:44px;font-weight:300;color:#222;letter-spacing:-.03em;margin-top:.75rem}.about-stat-label{font-size:12px;color:#7b7b7b;line-height:1.5;margin-top:.5rem}.about-bullets{display:flex;flex-direction:column;gap:14px;padding-top:4px}.about-bullet{display:flex;gap:12px;align-items:flex-start;font-size:15px;color:#7b7b7b;line-height:1.65}.bullet-dot{width:20px;height:20px;background:#222;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;margin-top:1px}.bullet-dot svg{width:8px;height:8px}.exp-section{padding:1.75rem 2.5rem 2rem}.exp-row{display:grid;grid-template-columns:2fr 2fr 1fr;align-items:center;padding:1rem 0;border-bottom:.5px solid #e8e8e8;gap:1.25rem}.exp-row:first-of-type{border-top:.5px solid #e8e8e8}.exp-company{font-size:15px;font-weight:500;color:#222}.exp-date{font-size:13px;color:#7b7b7b;margin-top:3px;display:flex;align-items:center;gap:4px}.exp-date:before{content:"·";font-size:14px}.exp-role{font-size:14px;color:#7b7b7b}.exp-tags{display:flex;gap:6px;justify-content:flex-end;flex-wrap:wrap}.exp-tag{font-size:11px;color:#222;border:.5px solid #ccc;border-radius:20px;padding:3px 10px;background:#fff}.tech-section{padding:1.75rem 2.5rem 2rem}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.tech-group{background:#fff;border:.5px solid #e8e8e8;border-radius:12px;padding:1.25rem}.tech-group-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#aaa;font-weight:500;margin-bottom:.75rem}.tech-badges{display:flex;flex-wrap:wrap;gap:6px}.tech-badge{font-size:11px;color:#444;border:.5px solid #ddd;border-radius:20px;padding:3px 10px;background:#fafafa}.projects-page{padding:2.5rem}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.25rem}.project-card{background:#fff;border:.5px solid #e8e8e8;border-radius:12px;overflow:hidden;transition:box-shadow .25s}.project-card:hover{box-shadow:0 4px 20px #00000012}.project-card img{width:100%;height:200px;object-fit:cover;display:block}.card-body{padding:1.25rem}.card-body h2{font-size:15px;font-weight:500;color:#222;margin-bottom:.5rem}.card-body p{font-size:13px;color:#7b7b7b;line-height:1.65;margin-bottom:1rem}.tech-stack{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:1rem}.project-links{display:flex;gap:.6rem;flex-wrap:wrap}.project-links a{font-size:12px;color:#222;text-decoration:none;border:.5px solid #ccc;border-radius:20px;padding:3px 10px;transition:border-color .2s}.project-links a:hover{border-color:#888}.blog-page{padding:2.5rem}.search-bar{display:flex;gap:.75rem;margin-bottom:2rem}.search-bar input{flex:1;padding:.55rem 1rem;border:.5px solid #ddd;border-radius:6px;font-size:13px;background:#fff;color:#222;font-family:inherit}.search-bar input:focus{outline:none;border-color:#888}.posts-list{margin-top:0;display:flex;flex-direction:column;gap:1rem}.post-preview{display:block;background:#fff;border:.5px solid #e8e8e8;border-radius:12px;padding:1.5rem;text-decoration:none;color:inherit;transition:box-shadow .2s,border-color .2s}.post-preview:hover{box-shadow:0 4px 20px #00000012;border-color:#d0d0d0}.post-preview-main{margin-bottom:1rem}.post-preview h2{font-size:17px;font-weight:500;color:#222;margin-bottom:.4rem}.post-preview-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem}.excerpt{font-size:14px;color:#7b7b7b;line-height:1.65}.post-meta{display:flex;gap:1rem;align-items:center;font-size:13px;color:#aaa}.draft-badge{font-size:11px;color:#888;background:#f5f5f5;border:.5px solid #ddd;border-radius:4px;padding:2px 7px;font-weight:500}.gallery-page{padding:2.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.gallery-item{background:#fff;border:.5px solid #e8e8e8;border-radius:12px;overflow:hidden;position:relative}.gallery-item img{width:100%;height:260px;object-fit:cover;display:block;transition:opacity .2s}.gallery-item:hover img{opacity:.92}.caption{padding:.75rem 1rem;font-size:12px;color:#7b7b7b;line-height:1.5}.gallery-delete-btn{position:absolute;top:.6rem;right:.6rem;background:#00000080;color:#fff;border:none;border-radius:50%;width:26px;height:26px;cursor:pointer;font-size:11px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s}.gallery-item:hover .gallery-delete-btn{opacity:1}.post-detail{max-width:720px;margin:0 auto;padding:2.5rem}.back-link{display:inline-block;font-size:13px;color:#7b7b7b;text-decoration:none;margin-bottom:2rem;transition:color .2s}.back-link:hover{color:#222}.post-detail-header{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:.5px solid #e8e8e8}.post-detail-header h1{font-size:2rem;font-weight:300;letter-spacing:-.02em;color:#222;margin:.75rem 0 .5rem;line-height:1.3}.post-detail-meta{display:flex;gap:1rem;align-items:center;color:#aaa;font-size:12px;margin-bottom:.5rem}.post-detail-excerpt{font-size:15px;color:#7b7b7b;line-height:1.65;margin-top:.75rem}.post-detail-body{line-height:1.8;font-size:15px;color:#333}.post-detail-body h1,.post-detail-body h2,.post-detail-body h3{margin:2rem 0 1rem;color:#222;font-weight:500;letter-spacing:-.01em}.post-detail-body p{margin-bottom:1.25rem}.post-detail-body a{color:#222;text-decoration:underline}.post-detail-body ul,.post-detail-body ol{margin:1rem 0 1.25rem 1.5rem}.post-detail-body li{margin-bottom:.4rem}.post-detail-body blockquote{border-left:2px solid #222;margin:1.5rem 0;padding:.5rem 1.25rem;color:#7b7b7b}.post-detail-body pre{margin:1.5rem 0;border-radius:8px;overflow-x:auto}.post-detail-body code{background:#f5f5f5;padding:.15rem .4rem;border-radius:3px;font-size:.875em;color:#333}.post-detail-body table{width:100%;border-collapse:collapse;margin:1.5rem 0}.post-detail-body th,.post-detail-body td{border:.5px solid #e8e8e8;padding:.6rem 1rem;text-align:left;font-size:14px}.post-detail-body th{background:#f9f9f9;font-weight:500}.comments-section{margin-top:3rem;padding-top:2rem;border-top:.5px solid #e8e8e8}.comments-section h2{font-size:15px;font-weight:500;color:#222;margin-bottom:1.5rem}.comment-form{display:flex;flex-direction:column;gap:.75rem;margin-bottom:2.5rem}.comment-form textarea{padding:.75rem 1rem;border:.5px solid #ddd;border-radius:8px;font-size:13px;font-family:inherit;resize:vertical;background:#fafafa;color:#222}.comment-form textarea:focus{outline:none;border-color:#888;background:#fff}.comment-form .btn-primary{align-self:flex-start}.comments-list{display:flex;flex-direction:column;gap:1rem}.comment{background:#fff;border:.5px solid #e8e8e8;border-radius:10px;padding:1rem 1.25rem}.comment-header{display:flex;align-items:center;gap:.75rem;margin-bottom:.5rem}.comment-author{font-size:13px;font-weight:500;color:#222}.comment-date{font-size:12px;color:#aaa}.comment-delete-btn{margin-left:auto;background:none;border:none;color:#bbb;font-size:12px;cursor:pointer;padding:0;font-family:inherit;transition:color .2s}.comment-delete-btn:hover{color:#d32f2f}.comment-content{font-size:13px;color:#555;line-height:1.65;margin:0}.modal-overlay{position:fixed;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal{background:#fff;border-radius:12px;border:.5px solid #e8e8e8;padding:2rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto}.modal-large{max-width:720px}.modal h2{font-size:16px;font-weight:500;color:#222;margin-bottom:1.5rem}.modal form{display:flex;flex-direction:column;gap:.75rem}.modal input,.modal textarea{width:100%;padding:.65rem .875rem;border:.5px solid #ddd;border-radius:6px;font-size:13px;font-family:inherit;color:#222;background:#fafafa}.modal input:focus,.modal textarea:focus{outline:none;border-color:#888;background:#fff}.modal textarea{min-height:120px;resize:vertical}.content-editor{min-height:300px;font-family:monospace!important;font-size:13px!important}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:.25rem}.form-error{font-size:12px;color:#d32f2f;margin:0}.upload-field{display:flex;flex-direction:column;gap:.5rem}.upload-field label{font-size:12px;color:#7b7b7b;font-weight:500}.img-preview{width:100%;max-height:180px;object-fit:cover;border-radius:8px;border:.5px solid #eee}.owner-actions{display:flex;gap:.5rem}.project-card .owner-actions,.gallery-page .owner-actions{margin-top:.75rem;padding-top:.75rem;border-top:.5px solid #f0f0f0}.checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:13px;color:#7b7b7b;cursor:pointer}.loading,.error{text-align:center;padding:5rem 2rem;font-size:13px;color:#7b7b7b}.error{color:#d32f2f}.empty-state{text-align:center;color:#bbb;font-size:13px;padding:4rem 2rem}@media(max-width:960px){.tech-grid{grid-template-columns:repeat(2,1fr)}.exp-row{grid-template-columns:1fr 1fr}.exp-tags{justify-content:flex-start}}@media(max-width:768px){.nav-container{padding:0 1.25rem}.nav-menu{gap:1rem}.nav-menu a{font-size:12px}.footer-inner{padding:1rem 1.25rem}.section-divider{margin:0 1.25rem}.hero{grid-template-columns:1fr;min-height:auto}.hero-right{height:300px;order:-1}.hero-role-label{display:none}.hero-left{padding:2rem 1.25rem;gap:1.5rem}.hero-title{font-size:56px}.about-section{grid-template-columns:1fr;padding:2rem 1.25rem;gap:1.5rem}.exp-section{padding:1.75rem 1.25rem}.exp-row{grid-template-columns:1fr;gap:.4rem;padding:1rem 0}.exp-tags{justify-content:flex-start;margin-top:.25rem}.tech-section{padding:1.75rem 1.25rem}.tech-grid{grid-template-columns:repeat(2,1fr)}.projects-page,.blog-page,.gallery-page{padding:1.5rem 1.25rem}.projects-grid{grid-template-columns:1fr}.gallery-grid{grid-template-columns:repeat(2,1fr)}.post-detail{padding:1.5rem 1.25rem}.modal{padding:1.5rem}.modal-large{max-width:100%}}@media(max-width:480px){.hero-title{font-size:44px}.tech-grid,.gallery-grid{grid-template-columns:1fr}.nav-menu{display:none}.btn-nav-cta{padding:6px 12px;font-size:12px}}
