:root{--bg:#0b1120;--bg-elevated:#111827;--bg-card:#151f32;--border:#1e293b;--text:#e2e8f0;--text-muted:#94a3b8;--text-dim:#64748b;--accent-ai:#818cf8;--accent-ai-bg:#818cf81f;--accent-spring:#34d399;--accent-spring-bg:#34d3991f;--accent-primary:#6366f1;--radius:12px;--max-width:1100px;color:var(--text);background:var(--bg);font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.6}*,:before,:after{box-sizing:border-box}body{background:var(--bg);min-height:100vh;color:var(--text);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit}code{background:var(--bg-elevated);color:var(--accent-ai);border-radius:4px;padding:.15em .4em;font-family:JetBrains Mono,Fira Code,monospace;font-size:.875em}.btn{letter-spacing:.01em;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;padding:.65rem 1.25rem;font-size:.875rem;font-weight:500;text-decoration:none;transition:background .15s,border-color .15s,opacity .15s;display:inline-flex}.btn:active{opacity:.85}.btn-primary{background:var(--accent-primary);color:#fff}.btn-primary:hover{background:#5254cc}.btn-secondary{color:var(--text-muted);border-color:var(--border);background:0 0}.btn-secondary:hover{color:var(--text);border-color:var(--text-dim)}.btn-ghost{color:var(--text-muted);background:0 0;padding:.6rem .5rem}.btn-ghost:hover{color:var(--text)}.btn-sm{padding:.4rem .85rem;font-size:.8rem}label{color:var(--text-muted);flex-direction:column;gap:.35rem;font-size:.875rem;display:flex}input,select,textarea{border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font:inherit;border-radius:8px;padding:.6rem .85rem;font-size:.9rem}input:focus,select:focus,textarea:focus{border-color:var(--accent-primary);outline:none}textarea{resize:vertical;min-height:100px}.services-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;display:grid}.service-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.service-card h3{margin:0 0 .5rem;font-size:1rem}.service-card p{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.55}.project-type{text-transform:uppercase;letter-spacing:.06em;border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:600}.project-type--ai{background:var(--accent-ai-bg);color:var(--accent-ai)}.project-type--springboot{background:var(--accent-spring-bg);color:var(--accent-spring)}.project-status{border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:500}.project-status--live{color:#34d399;background:#34d39926}.project-status--demo{color:#fbbf24;background:#fbbf2426}.project-status--wip{color:#94a3b8;background:#94a3b826}.project-premium{color:#fbbf24;background:#fbbf2426;border-radius:999px;padding:.2rem .55rem;font-size:.7rem;font-weight:600}.page{max-width:var(--max-width);margin:0 auto;padding:3rem 1.75rem 5rem}.section-header{margin-bottom:1.5rem}.section-header h2{margin:0 0 .25rem;font-size:1.4rem}.section-header p{color:var(--text-muted);margin:0;font-size:.95rem}.project-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;display:grid}.empty-state{color:var(--text-muted);text-align:center;border:1px dashed var(--border);border-radius:var(--radius);padding:3rem}.layout{flex-direction:column;min-height:100vh;display:flex}.header{z-index:100;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);background:#0b1120e6;position:sticky;top:0}.header-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;height:64px;margin:0 auto;padding:0 1.5rem;display:flex}.logo{align-items:center;gap:.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.logo-mark{color:var(--accent-primary);font-size:1.1rem}.logo-text{color:var(--text)}.nav{gap:.25rem;display:flex}.nav-link{color:var(--text-muted);border-radius:7px;padding:.45rem .75rem;font-size:.875rem;text-decoration:none;transition:color .15s,background .15s}.nav-link:hover,.nav-link.active{color:var(--text);background:var(--bg-elevated)}.nav-link--accent{color:var(--accent-primary)}.nav-link--accent:hover,.nav-link--accent.active{color:var(--accent-primary);background:#6366f11f}.nav-btn{font:inherit;cursor:pointer;background:0 0;border:none}.main{flex:1}.footer{border-top:1px solid var(--border);padding:1.5rem}.footer-inner{max-width:var(--max-width);justify-content:space-between;align-items:center;gap:1rem;margin:0 auto;display:flex}.footer p{color:var(--text-dim);margin:0;font-size:.85rem}.footer-links{gap:1.25rem;display:flex}.footer-links a{color:var(--text-dim);font-size:.85rem;text-decoration:none}.footer-links a:hover{color:var(--text-muted)}@media (width<=600px){.header-inner{flex-direction:column;gap:.5rem;height:auto;padding:.75rem 1rem}.nav{flex-wrap:wrap;justify-content:center;width:100%}.footer-inner{text-align:center;flex-direction:column}}.project-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;border-top:3px solid #0000;flex-direction:column;gap:.9rem;padding:1.75rem;transition:transform .2s,box-shadow .2s,border-color .2s,border-top-color .2s;display:flex;position:relative}.project-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000004d}.project-card--ai:hover{border-color:#818cf859;border-top-color:var(--accent-ai)}.project-card--springboot:hover{border-color:#34d39959;border-top-color:var(--accent-spring)}.project-card--premium{border-color:#fbbf2433}.card-overlay{border-radius:inherit;z-index:1;position:absolute;inset:0}.project-card-header{justify-content:space-between;align-items:center;display:flex}.project-card-badges{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}.project-title{letter-spacing:-.01em;color:var(--text);margin:0;font-size:1.15rem;font-weight:600}.project-description{color:var(--text-muted);flex:1;margin:0;font-size:.875rem;line-height:1.65}.project-tags{flex-wrap:wrap;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.project-tags li{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text-dim);border-radius:4px;padding:.15rem .5rem;font-size:.73rem}.project-actions{z-index:2;flex-wrap:wrap;gap:.5rem;margin-top:.25rem;display:flex;position:relative}.pcb-root{z-index:999;flex-direction:column;align-items:flex-end;gap:.75rem;display:flex;position:fixed;bottom:1.75rem;right:1.75rem}.pcb-fab{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:background .15s,transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 20px #6366f173}.pcb-fab:hover{background:#5254cc;transform:scale(1.06);box-shadow:0 6px 24px #6366f18c}.pcb-fab--open{background:var(--bg-elevated);box-shadow:0 4px 16px #0006}.pcb-fab--open:hover{background:#1e293b}.pcb-panel{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;flex-direction:column;width:340px;max-height:480px;animation:.18s pcb-slide-in;display:flex;overflow:hidden;box-shadow:0 8px 40px #0000008c}@keyframes pcb-slide-in{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.pcb-header{border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:.9rem 1rem;display:flex}.pcb-header-info{align-items:center;gap:.65rem;display:flex}.pcb-avatar{background:var(--accent-primary);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;font-weight:700;display:flex}.pcb-header-name{color:var(--text);margin:0;font-size:.875rem;font-weight:600}.pcb-header-status{color:var(--text-dim);align-items:center;gap:.3rem;margin:0;font-size:.72rem;display:flex}.pcb-status-dot{background:#34d399;border-radius:50%;width:6px;height:6px;display:inline-block}.pcb-close{color:var(--text-dim);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:.2rem .4rem;font-size:.85rem;transition:color .15s}.pcb-close:hover{color:var(--text)}.pcb-messages{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex-direction:column;flex:1;gap:.65rem;padding:1rem;display:flex;overflow-y:auto}.pcb-msg{max-width:85%;display:flex}.pcb-msg p{word-break:break-word;white-space:pre-wrap;border-radius:12px;margin:0;padding:.55rem .8rem;font-size:.855rem;line-height:1.55}.pcb-msg--bot{align-self:flex-start}.pcb-msg--bot p{background:var(--bg-elevated);color:var(--text-muted);border-bottom-left-radius:4px}.pcb-msg--user{align-self:flex-end}.pcb-msg--user p{background:var(--accent-primary);color:#fff;border-bottom-right-radius:4px}.pcb-typing{align-items:center;gap:4px;height:18px;display:flex}.pcb-typing span{background:var(--text-dim);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite pcb-dot;display:inline-block}.pcb-typing span:nth-child(2){animation-delay:.2s}.pcb-typing span:nth-child(3){animation-delay:.4s}@keyframes pcb-dot{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.pcb-input-row{border-top:1px solid var(--border);flex-shrink:0;gap:.5rem;padding:.75rem;display:flex}.pcb-input{border:1px solid var(--border);background:var(--bg-elevated);color:var(--text);font:inherit;min-height:unset;resize:none;border-radius:8px;flex:1;padding:.55rem .8rem;font-size:.855rem}.pcb-input:focus{border-color:var(--accent-primary);outline:none}.pcb-input::placeholder{color:var(--text-dim)}.pcb-send{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .15s,opacity .15s;display:flex}.pcb-send:hover:not(:disabled){background:#5254cc}.pcb-send:disabled{opacity:.4;cursor:default}@media (width<=480px){.pcb-root{bottom:1rem;right:1rem}.pcb-panel{width:calc(100vw - 2rem);max-height:420px}}.hero{max-width:680px;padding:5.5rem 0 4.25rem}.hero-role{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-primary);margin:0 0 1.25rem;font-size:.8rem;font-weight:600}.hero-name{letter-spacing:-.03em;color:var(--text);margin:0 0 1.25rem;font-size:clamp(3rem,5.5vw,4.5rem);font-weight:700;line-height:1.08}.hero-bio{color:var(--text-muted);max-width:520px;margin:0 0 2.25rem;font-size:1.05rem;line-height:1.75}.hero-cta{flex-wrap:wrap;gap:.75rem;display:flex}.h-divider{background:var(--border);height:1px}.stack-row{align-items:flex-start;gap:2.5rem;padding:2.25rem 0;display:flex}.stack-label{text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);white-space:nowrap;flex-shrink:0;padding-top:.3rem;font-size:.7rem;font-weight:600}.stack-pills{flex-wrap:wrap;gap:.4rem;display:flex}.stack-pill{border:1px solid var(--border);color:var(--text-muted);background:0 0;border-radius:5px;padding:.25rem .65rem;font-size:.78rem}.work-section{padding:3.5rem 0 1rem}.work-header{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.work-header h2{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin:0;font-size:.95rem;font-weight:600}.work-nav{gap:1.5rem;display:flex}.work-nav a{color:var(--text-dim);font-size:.85rem;text-decoration:none;transition:color .15s}.work-nav a:hover{color:var(--accent-primary)}@media (width<=640px){.hero{padding:3rem 0 2.5rem}.stack-row{flex-direction:column;gap:1rem}.work-header{flex-direction:column;align-items:flex-start;gap:.5rem}}.about-header{margin-bottom:2.5rem}.about-header h1{margin:0 0 .25rem;font-size:2.25rem}.about-title{color:var(--text-muted);margin:0;font-size:1.1rem}.about-section{margin-bottom:2.5rem}.about-section h2{color:var(--text);margin:0 0 1rem;font-size:1.15rem}.about-section p{color:var(--text-muted);max-width:680px;margin:0 0 1rem;line-height:1.7}.about-skills{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.about-skill-block h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);margin:0 0 .6rem;font-size:.85rem}.about-skill-block ul{margin:0;padding:0;list-style:none}.about-skill-block li{color:var(--text-muted);padding:.25rem 0;font-size:.95rem}.about-cta{background:var(--bg-elevated);border-radius:var(--radius);border:1px solid var(--border);padding:1.5rem}.about-cta p{margin-bottom:1.25rem}.about-cta .hero-actions{justify-content:flex-start}.contact-header{margin-bottom:2.5rem}.contact-header h1{margin:0 0 .5rem;font-size:2rem}.contact-header p{color:var(--text-muted);max-width:520px;margin:0}.contact-layout{grid-template-columns:1fr 1.2fr;align-items:start;gap:2.5rem;display:grid}.contact-info h2,.contact-form h2,.form-success h2{margin:0 0 1rem;font-size:1rem}.contact-links{margin:0 0 2rem;padding:0;list-style:none}.contact-links li{margin-bottom:1rem}.contact-label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin-bottom:.2rem;font-size:.75rem;display:block}.contact-links a{color:var(--accent-primary);font-size:.95rem;text-decoration:none}.contact-links a:hover{text-decoration:underline}.contact-note{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem}.contact-note h3{margin:0 0 .5rem;font-size:.95rem}.contact-note p{color:var(--text-muted);margin:0;font-size:.875rem;line-height:1.55}.contact-form-section{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.form-success{text-align:center;padding:2rem 1rem}.form-success p{color:var(--text-muted);margin:0}@media (width<=768px){.contact-layout{grid-template-columns:1fr}}.login-page{justify-content:center;align-items:center;min-height:calc(100vh - 140px);display:flex}.login-card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:420px;padding:2rem}.login-header h1{margin:0 0 .5rem;font-size:1.75rem}.login-header p{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9rem;line-height:1.55}.login-form{flex-direction:column;gap:1rem;display:flex}.login-submit{width:100%;margin-top:.5rem}.login-error{color:#f87171;margin:0;font-size:.875rem}.login-footer{border-top:1px solid var(--border);margin-top:1.5rem;padding-top:1.5rem}.login-footer p{color:var(--text-muted);margin:0;font-size:.875rem}.login-footer a{color:var(--accent-primary);text-decoration:none}.login-footer a:hover{text-decoration:underline}.login-demo-hint{font-family:JetBrains Mono,monospace;color:var(--text-dim)!important;margin-top:.75rem!important;font-size:.8rem!important}.page-header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.page-header--ai{border-left:3px solid var(--accent-ai);padding-left:1.25rem}.page-header--spring{border-left:3px solid var(--accent-spring);padding-left:1.25rem}.page-eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin:0 0 .35rem;font-size:.75rem;font-weight:600}.page-header h1{margin:0 0 .5rem;font-size:2rem}.page-header p{color:var(--text-muted);max-width:600px;margin:0;font-size:.95rem}.projects-section{margin-bottom:2.5rem}.projects-section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.projects-section-title{margin:0 0 1rem;font-size:1.1rem}.projects-section-header .projects-section-title{margin-bottom:0}.premium-notice{color:var(--text-muted);background:#fbbf2414;border:1px solid #fbbf2433;border-radius:8px;margin:0 0 1.25rem;padding:.85rem 1rem;font-size:.875rem}.back-link{color:var(--text-muted);margin-bottom:1.5rem;font-size:.9rem;text-decoration:none;display:inline-block}.back-link:hover{color:var(--text)}.detail-header{border-bottom:1px solid var(--border);margin-bottom:2rem;padding-bottom:1.5rem}.detail-header--ai{border-left:3px solid var(--accent-ai);padding-left:1.25rem}.detail-header--springboot{border-left:3px solid var(--accent-spring);padding-left:1.25rem}.detail-badges{gap:.5rem;margin-bottom:.75rem;display:flex}.detail-header h1{margin:0 0 .75rem;font-size:2rem}.detail-description{color:var(--text-muted);max-width:640px;margin:0;font-size:1.05rem}.detail-section{margin-bottom:2rem}.detail-section h2{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin:0 0 .75rem;font-size:.85rem;font-weight:600}.detail-tags{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.detail-tags li{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:.35rem .75rem;font-size:.875rem}.detail-actions{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.detail-placeholder{color:var(--text-dim);font-size:.875rem;font-style:italic}.detail-hint{background:var(--bg-elevated);border-radius:var(--radius);border:1px dashed var(--border);padding:1.25rem}.detail-hint p{color:var(--text-muted);margin:0;font-size:.9rem}.not-found{text-align:center;padding:4rem 1rem}.not-found h1{margin:0 0 .5rem}.not-found p{color:var(--text-muted);margin:0 0 1.5rem}.premium-gate{text-align:center;max-width:480px;margin:0 auto;padding:3rem 1.5rem}.premium-gate-icon{margin-bottom:1rem;font-size:2.5rem;display:block}.premium-gate h1{margin:0 0 .35rem;font-size:1.75rem}.premium-gate-title{color:var(--text);margin:0 0 .75rem;font-weight:600}.premium-gate p{color:var(--text-muted);margin:0 0 1.5rem;line-height:1.6}.premium-gate .detail-actions{justify-content:center}.detail-premium-note{border-radius:var(--radius);background:#6366f114;border:1px solid #6366f133;padding:1.25rem}.detail-premium-note p{color:var(--text-muted);margin:0;font-size:.9rem}.detail-premium-note a{color:var(--accent-primary)}.chat-page{flex-direction:column;max-width:860px;height:calc(100vh - 60px);margin:0 auto;padding:2rem 1.5rem;display:flex}.chat-header{flex-shrink:0;margin-bottom:1.25rem}.chat-header-badges{gap:.5rem;margin-bottom:.5rem;display:flex}.chat-header h1{margin:0 0 .25rem;font-size:1.5rem}.chat-header p{color:var(--text-muted);margin:0;font-size:.9rem}.chat-container{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);flex-direction:column;flex:1;min-height:0;display:flex;overflow:hidden}.chat-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:1rem;padding:1.5rem;display:flex;overflow-y:auto}.chat-message{align-items:flex-end;gap:.75rem;display:flex}.chat-message--user{flex-direction:row-reverse}.chat-avatar{background:var(--accent-ai-bg);width:30px;height:30px;color:var(--accent-ai);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.chat-bubble{border-radius:16px;max-width:72%;padding:.75rem 1rem;line-height:1.55}.chat-bubble p{white-space:pre-wrap;word-break:break-word;margin:0;font-size:.9rem}.chat-bubble--ai{background:var(--bg-elevated);border:1px solid var(--border);color:var(--text);border-bottom-left-radius:4px}.chat-bubble--user{background:var(--accent-primary);color:#fff;border-bottom-right-radius:4px}.typing-indicator{align-items:center;gap:5px;padding:.85rem 1rem;display:flex}.typing-indicator span{background:var(--text-dim);border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite bounce}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.4;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.chat-error{color:#fca5a5;background:#ef44441a;border:1px solid #ef444440;border-radius:10px;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.875rem;display:flex}.chat-error span{flex:1}.chat-suggestions{margin-top:.5rem}.chat-suggestions-label{color:var(--text-dim);margin:0 0 .6rem;font-size:.8rem}.chat-suggestions-grid{flex-wrap:wrap;gap:.5rem;display:flex}.suggestion-chip{background:var(--bg-elevated);border:1px solid var(--border);font:inherit;color:var(--text-muted);cursor:pointer;border-radius:999px;padding:.45rem .85rem;font-size:.8rem;transition:border-color .15s,color .15s}.suggestion-chip:hover{border-color:var(--accent-ai);color:var(--accent-ai)}.chat-input-row{border-top:1px solid var(--border);background:var(--bg-elevated);flex-shrink:0;align-items:flex-end;gap:.75rem;padding:1rem 1.25rem;display:flex}.chat-input{resize:none;border:1px solid var(--border);background:var(--bg-card);min-height:44px;max-height:140px;color:var(--text);font:inherit;border-radius:10px;flex:1;padding:.65rem .9rem;font-size:.9rem;line-height:1.5;overflow-y:auto}.chat-input:focus{border-color:var(--accent-primary);outline:none}.chat-input:disabled{opacity:.6;cursor:not-allowed}.chat-send-btn{flex-shrink:0;height:44px;padding:0 1.25rem}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}@media (width<=600px){.chat-page{height:calc(100vh - 110px);padding:1rem .75rem}.chat-bubble{max-width:88%}.chat-input-row{padding:.75rem}}
