@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;600;700;800&display=swap";
:root{--bg:#0a0b0d;--surface:#14161a;--surface-alt:#1c1f24;--border:#24272d;--border-hover:#34383f;--text:#e8eaed;--text-muted:#9299a3;--text-dim:#626973;--accent:#7c9eff;--accent-dim:#3d4a70;--radius:14px;--font-prose:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-image:url("data:image/svg+xml,%3Csvg width='28' height='28' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='1' fill='rgba(124,158,255,0.07)'/%3E%3C/svg%3E"),radial-gradient(circle at 15% 0,#7c9eff0f,#0000 40%),radial-gradient(circle at 85% 20%,#7c9eff0a,#0000 35%);background-color:var(--bg);color:var(--text);min-height:100vh;font-family:JetBrains Mono,ui-monospace,SF Mono,Menlo,monospace;line-height:1.5}a{color:inherit}button{cursor:pointer;font-family:inherit}::selection{background:var(--accent-dim);color:var(--text)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.spotlight{pointer-events:none;z-index:0;background:radial-gradient(circle,#7c9eff1f 0%,#0000 55%);border-radius:50%;width:700px;height:700px;position:fixed}.wrap{z-index:1;max-width:1080px;margin:0 auto;padding:24px 24px 28px;position:relative}.termbar{background:var(--surface);border:1px solid var(--border);color:var(--text-muted);border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:12px;padding:10px 16px;font-size:13px;display:flex}.termbar .dots{gap:6px;display:flex}.termbar .dot{background:var(--border-hover);border-radius:50%;width:9px;height:9px}.termbar .prompt{align-items:center;gap:8px;display:flex}.termbar .path{color:var(--accent)}.cursor{background:var(--accent);vertical-align:-2px;width:7px;height:14px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{50%{opacity:0}}.termbar .clock{font-variant-numeric:tabular-nums;color:var(--text-dim)}footer{color:var(--text-dim);text-align:center;padding-top:16px;font-size:10.5px}.grid{grid-template-columns:repeat(12,1fr);gap:8px;display:grid}.card{background:linear-gradient(180deg, color-mix(in srgb, var(--accent) 2.5%, transparent), transparent 42%), var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:14px;transition:border-color .18s,background .18s,transform .18s;position:relative}.card:hover{border-color:var(--border-hover)}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--text-dim);align-items:center;gap:8px;font-size:11px;display:flex}.eyebrow:before{content:"//";color:var(--accent-dim)}.about{background:radial-gradient(circle at 100% 0%, color-mix(in srgb, var(--accent) 10%, transparent), transparent 44%), var(--surface);border-color:var(--border-hover);flex-direction:column;grid-column:span 8;display:flex}.about .eyebrow{margin-bottom:10px}.about h1{letter-spacing:-.01em;margin-bottom:6px;font-size:28px;font-weight:700}.about .role{color:var(--accent);margin-bottom:10px;font-size:14px;font-weight:600}.about p{color:var(--text-muted);font-size:15px;font-family:var(--font-prose);letter-spacing:.005em;text-align:left;line-height:1.65}.about .tags{flex-wrap:wrap;gap:8px;margin-top:24px;display:flex}.tag{color:var(--text-muted);border:1px solid var(--border);background:var(--surface-alt);border-radius:6px;padding:4px 9px;font-size:11px}.profile{text-align:center;background:linear-gradient(155deg, color-mix(in srgb, var(--accent) 7%, transparent), transparent 52%), var(--surface);flex-direction:column;grid-column:span 4;justify-content:center;align-items:center;gap:8px;display:flex}.avatar{background:var(--bg);border:1px solid var(--border);border-radius:50%;width:84px;height:84px;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.profile h2{font-size:16px;font-weight:700}.profile .role-sub{color:var(--text-muted);font-size:12px}.profile .location{color:var(--text-muted);margin-top:2px;font-size:11px}.socials{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}.socials a{border:1px solid var(--border);background:var(--surface-alt);width:34px;height:34px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;text-decoration:none;transition:color .15s,border-color .15s;display:flex}.socials a:hover{color:var(--accent);border-color:var(--accent-dim)}.socials svg{width:16px;height:16px}.section-label{color:var(--text-dim);letter-spacing:.12em;text-transform:uppercase;grid-column:span 12;align-items:center;gap:10px;margin:4px 2px -2px;font-size:12px;display:flex}.section-label:after{content:"";background:var(--border);flex:1;height:1px}.project{text-align:left;border:1px solid var(--border);background:var(--surface);flex-direction:column;grid-column:span 4;width:100%;min-height:145px;display:flex;overflow:hidden}.project .top{justify-content:space-between;align-items:flex-start;display:flex}.project-header-left{align-items:center;gap:8px;display:flex}.title-row{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.status-badge{letter-spacing:.04em;text-transform:uppercase;border:1px solid #0000;border-radius:9999px;align-items:center;gap:5px;padding:2px 7px;font-size:9.5px;font-weight:600;line-height:1;display:inline-flex}.status-dot{border-radius:50%;width:5px;height:5px;display:inline-block}.status-badge.status-discontinued,.status-badge.status-archived{color:#f87171;background:#f8717117;border-color:#f8717138}.status-badge.status-discontinued .status-dot,.status-badge.status-archived .status-dot{background:#ef4444;box-shadow:0 0 4px #ef444499}.status-badge.status-active,.status-badge.status-in-development{color:#4ade80;background:#4ade8017;border-color:#4ade8038}.status-badge.status-active .status-dot,.status-badge.status-in-development .status-dot{background:#22c55e;box-shadow:0 0 4px #22c55e99}.project .index{color:var(--text-dim);font-size:11px}.project-action{color:var(--text-muted);justify-content:flex-end;align-items:center;gap:7px;display:inline-flex}.project-action-label{letter-spacing:.04em;text-transform:uppercase;opacity:0;font-size:9px;transition:opacity .18s,transform .18s,color .18s;transform:translate(5px)}.project .arrow{border:1px solid var(--border);width:28px;height:28px;color:var(--text-muted);border-radius:7px;justify-content:center;align-items:center;transition:transform .18s,color .18s,border-color .18s;display:flex}.project:hover,.project:focus-visible{border-color:var(--accent-dim);background:linear-gradient(145deg, color-mix(in srgb, var(--accent) 7%, transparent), transparent 55%), var(--surface);transform:translateY(-2px)}.project:hover .project-action-label,.project:focus-visible .project-action-label{opacity:1;color:var(--accent);transform:translate(0)}.project:hover .arrow,.project:focus-visible .arrow{color:var(--accent);border-color:var(--accent-dim);transform:translate(2px,-2px)}.project h3{color:var(--text);margin-top:16px;font-size:16px;font-weight:700}.project p{font-family:var(--font-prose);color:var(--text-muted);flex:1;margin-top:8px;font-size:13.5px;line-height:1.52}.project .stack{flex-wrap:nowrap;align-items:center;gap:6px;min-width:0;margin-top:12px;display:flex;overflow:hidden}.project .stack .project-skill-chip{border:1px solid var(--border);background:var(--surface-alt);color:var(--text);cursor:inherit;border-radius:6px;flex-shrink:0;align-items:center;gap:5px;padding:4px 7px;font-size:10.5px;line-height:1;display:inline-flex}.project-skill-chip img{pointer-events:none;flex-shrink:0;width:12px;height:12px}.project-stack-more{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:10px}.experience{z-index:2;box-shadow:inset 2px 0 0 color-mix(in srgb, var(--accent) 16%, transparent);grid-column:span 5}.experience .eyebrow{margin-bottom:10px}.exp-filter-tabs{border:1px solid var(--border);background:var(--bg);border-radius:7px;grid-template-columns:repeat(4,minmax(0,1fr));gap:3px;margin-bottom:9px;padding:3px;display:grid}.exp-filter-tabs button{min-width:0;color:var(--text-dim);white-space:nowrap;background:0 0;border:1px solid #0000;border-radius:4px;padding:5px 4px;font-size:8.5px;line-height:1.2;transition:color .15s,border-color .15s,background .15s}.exp-filter-tabs button:hover{color:var(--text-muted)}.exp-filter-tabs button.active{border-color:var(--border-hover);background:var(--surface-alt);color:var(--accent)}.exp-filter-select{display:none}.exp-filter-meta{color:var(--text-muted);justify-content:space-between;align-items:center;gap:8px;margin-bottom:6px;font-size:9px;display:flex}.exp-filter-meta>span{letter-spacing:.05em;text-transform:uppercase;font-weight:600}.exp-filter-meta small{color:var(--text-dim);font-size:8.5px}.exp-rows{flex-direction:column;gap:6px;display:flex}.exp-row{border:1px solid var(--border);background:var(--surface-alt);width:100%;color:var(--text);text-align:left;cursor:pointer;border-radius:8px;align-items:center;gap:10px;padding:8px 10px;font-size:11.5px;transition:border-color .15s,background .15s;display:flex}.exp-row:hover{border-color:var(--accent);background:var(--surface)}.exp-row-body{flex-direction:column;flex:1;min-width:0;display:flex}.exp-row-body strong{font-size:12px;font-weight:600}.exp-row-sub{color:var(--text-dim);font-size:10px}.exp-row-date{color:var(--text-dim);flex-shrink:0;font-size:10px}.exp-row-arrow{color:var(--text-muted);flex-shrink:0;font-size:11px;transition:transform .15s}.exp-row:hover .exp-row-arrow{color:var(--accent);transform:rotate(45deg)}.exp-badge{text-transform:uppercase;letter-spacing:.08em;border-radius:3px;flex-shrink:0;padding:2px 6px;font-size:9px;font-weight:600}.exp-badge.work{color:var(--accent);background:#7c9eff1a}.exp-badge.achievement{color:#f5c542;background:#f5c5421a}.exp-badge.education{color:#4ade80;background:#4ade801a}.exp-badge.certification{color:#c084fc;background:#c084fc1a}.exp-sub{color:var(--text-muted);margin-bottom:8px;font-size:12px}.exp-desc{flex-direction:column;gap:6px;list-style:none;display:flex}.exp-desc li{color:var(--text-muted);padding-left:14px;font-size:12.5px;line-height:1.5;position:relative}.exp-desc li:before{content:">";color:var(--accent-dim);font-weight:700;position:absolute;left:0}.exp-tags{flex-wrap:wrap;gap:6px;display:flex}.exp-tags span{color:var(--text-dim);border:1px solid var(--border);border-radius:4px;padding:2px 7px;font-size:10.5px}.credential-link{border:1px solid var(--accent-dim);color:var(--accent);background:#7c9eff14;border-radius:6px;align-items:center;gap:7px;margin-top:16px;padding:7px 10px;font-size:11px;font-weight:600;text-decoration:none;transition:border-color .15s,background .15s;display:inline-flex}.credential-link:hover{border-color:var(--accent);background:#7c9eff24}.certificate-gallery{border-top:1px solid var(--border);margin-top:18px;padding-top:16px}.certificate-gallery-heading{color:var(--text-muted);letter-spacing:.1em;text-transform:uppercase;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:10px;display:flex}.certificate-gallery-heading small{color:var(--text-dim);letter-spacing:0;text-transform:none;font-size:9px}.certificate-gallery-images{flex-direction:column;gap:12px;display:flex}.certificate-gallery-images a{border:1px solid var(--border);background:var(--surface-alt);border-radius:9px;transition:border-color .15s;display:block;overflow:hidden}.certificate-gallery-images a:hover{border-color:var(--border-hover)}.certificate-gallery-images img{width:100%;height:auto;display:block}.skills{box-shadow:inset 2px 0 0 color-mix(in srgb, var(--accent) 10%, transparent);grid-column:span 7}.skills .eyebrow{margin-bottom:10px}.skill-grid{flex-wrap:wrap;gap:7px;display:flex}.skill-chip{color:var(--text);border:1px solid var(--border);background:var(--surface-alt);cursor:pointer;border-radius:6px;align-items:center;gap:7px;padding:6px 10px;font-size:11.5px;transition:border-color .15s,background .15s;display:flex}.skill-chip:hover{border-color:var(--accent);background:var(--surface)}.skill-chip.active{border-color:var(--accent);background:#7c9eff1a}.skill-chip img{pointer-events:none;flex-shrink:0;width:14px;height:14px}.skill-overlay{z-index:60;background:#06070999;justify-content:center;align-items:center;animation:.12s fadeIn;display:flex;position:fixed;inset:0}.skill-modal{background:var(--surface);border:1px solid var(--border-hover);border-radius:14px;width:100%;max-width:480px;animation:.18s cubic-bezier(.16,1,.3,1) modalIn;overflow:hidden}.skill-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.skill-modal-title{font-size:15px;font-weight:700}.skill-modal-close{border:1px solid var(--border);background:var(--surface-alt);width:28px;height:28px;color:var(--text-muted);border-radius:6px;justify-content:center;align-items:center;font-size:14px;transition:color .15s,border-color .15s;display:flex}.skill-modal-close:hover{color:var(--text);border-color:var(--border-hover)}.skill-modal-body{max-height:50vh;padding:14px 18px;overflow-y:auto}.skill-modal-empty{color:var(--text-dim);text-align:center;padding:20px 0;font-size:13px}.skill-project-row{border-bottom:1px solid var(--border);gap:12px;padding:10px 0;display:flex}.skill-project-row:last-child{border-bottom:none}.skill-project-index{color:var(--accent);min-width:22px;padding-top:1px;font-size:11px;font-weight:700}.skill-project-row strong{margin-bottom:2px;font-size:13px;display:block}.skill-project-row p{color:var(--text-muted);font-size:11.5px;line-height:1.4}.contact{grid-column:span 12;justify-content:space-between;align-items:center;gap:16px;display:flex}.contact-body{align-items:center;gap:16px;display:flex}.contact-info{align-items:baseline;gap:10px;display:flex}.contact h3{white-space:nowrap;font-size:14px;font-weight:700}.contact p{color:var(--text-muted);font-size:12px}.email-btn{color:var(--accent);background:0 0;border:0;flex-shrink:0;align-items:center;gap:8px;font-family:inherit;font-size:12px;font-weight:600;display:inline-flex}.email-btn span{transition:transform .15s}.email-btn:hover span{transform:translate(3px)}.modal-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:50;background:#060709b8;justify-content:center;align-items:center;padding:24px;animation:.16s fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border:1px solid var(--border-hover);border-radius:16px;flex-direction:column;width:100%;max-width:760px;max-height:88vh;animation:.2s cubic-bezier(.16,1,.3,1) modalIn;display:flex}@keyframes modalIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-header{border-bottom:1px solid var(--border);background:var(--surface);border-radius:16px 16px 0 0;justify-content:space-between;align-items:center;padding:18px 20px;display:flex}.modal-header .meta{align-items:center;gap:10px;display:flex}.modal-header h2{font-size:18px;font-weight:700}.modal-header .year{color:var(--text-dim);font-size:12px}.modal-close{border:1px solid var(--border);background:var(--surface-alt);width:32px;height:32px;color:var(--text-muted);border-radius:8px;justify-content:center;align-items:center;font-size:16px;transition:color .15s,border-color .15s;display:flex}.modal-close:hover{color:var(--text);border-color:var(--border-hover)}.modal-body{flex:1;min-height:0;padding:20px;overflow-y:auto}.modal-body p{color:var(--text-muted);margin-bottom:18px;font-size:13.5px}.project-modal{max-width:820px}.project-modal .modal-header{border-top:2px solid var(--accent-dim)}.project-modal .modal-body{flex-direction:column;gap:22px;padding:22px;display:flex}.project-modal-section{flex-direction:column;gap:10px;display:flex}.modal-section-label{color:var(--text-dim);letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:9px;font-size:9px;font-weight:600;display:flex}.modal-section-label:before{content:"";background:var(--accent-dim);width:14px;height:1px}.project-modal .project-modal-description{max-width:72ch;color:var(--text-muted);font-family:var(--font-prose);margin:0;font-size:15px;line-height:1.65}.modal-stack{flex-wrap:wrap;gap:6px;margin-bottom:0;display:flex}.modal-stack span{color:var(--accent);background:#7c9eff14;border-radius:5px;padding:3px 7px;font-size:10.5px}.modal-stack .modal-skill-chip{border:1px solid var(--border);background:var(--surface-alt);color:var(--text);border-radius:6px;align-items:center;gap:7px;padding:6px 9px;display:inline-flex}.modal-skill-chip img{flex-shrink:0;width:14px;height:14px}.modal-stack .modal-skill-chip span{color:inherit;font-size:inherit;background:0 0;padding:0}.screenshot-strip{flex-direction:column;gap:12px;display:flex}.screenshot-strip img{border:1px solid var(--border);border-radius:10px;width:100%}.project-video-gallery{flex-direction:column;gap:14px;display:flex}.project-video{border:1px solid var(--border-hover);background:var(--bg);border-radius:10px;overflow:hidden}.project-video video{aspect-ratio:16/9;object-fit:contain;background:#000;width:100%;display:block}.project-video figcaption{border-top:1px solid var(--border);color:var(--text-muted);align-items:center;gap:9px;padding:9px 11px;font-size:10.5px;display:flex}.project-video figcaption span{color:var(--accent);font-size:9px;font-weight:700}.project-preview-empty{border:1px dashed var(--border-hover);background:linear-gradient(135deg, color-mix(in srgb, var(--accent) 4%, transparent), transparent 55%), var(--bg);min-height:150px;color:var(--text-dim);border-radius:10px;justify-content:center;align-items:center;gap:16px;padding:24px;display:flex}.project-preview-empty>span{color:var(--accent-dim);font-size:28px;font-weight:700}.project-preview-empty strong{color:var(--text-muted);font-size:12px;display:block}.project-preview-empty p{color:var(--text-dim);font-family:var(--font-prose);margin:4px 0 0;font-size:12.5px;line-height:1.45}.modal-link{color:var(--accent);align-items:center;gap:8px;margin-top:20px;font-size:13px;font-weight:600;text-decoration:none;display:inline-flex}.contact-modal{max-width:560px}.contact-form{flex-direction:column;gap:14px;display:flex}.contact-field{flex-direction:column;gap:6px;display:flex}.contact-field label{color:var(--text-muted);font-size:11px;font-weight:600}.contact-field input,.contact-field textarea{border:1px solid var(--border);background:var(--surface-alt);width:100%;color:var(--text);border-radius:7px;outline:none;padding:9px 11px;font-family:inherit;font-size:12px;line-height:1.5;transition:border-color .15s}.contact-field textarea{resize:vertical;min-height:132px}.contact-field input:focus,.contact-field textarea:focus{border-color:var(--accent)}.contact-field input[aria-invalid=true],.contact-field textarea[aria-invalid=true]{border-color:#f87171}.contact-field-error{color:#fca5a5;font-size:10.5px;line-height:1.4}.contact-label-row{justify-content:space-between;align-items:center;display:flex}.contact-label-row span{color:var(--text-dim);font-variant-numeric:tabular-nums;font-size:10px}.contact-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.turnstile-container{width:100%;min-height:0;overflow:hidden}.contact-form-error,.contact-config-error{color:#fca5a5;background:#f8717112;border:1px solid #f8717140;border-radius:6px;padding:8px 10px;font-size:11px;line-height:1.5}.contact-submit{border:1px solid var(--accent-dim);min-height:38px;color:var(--accent);background:#7c9eff1a;border-radius:7px;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:12px;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.contact-submit:hover:not(:disabled){border-color:var(--accent);background:#7c9eff29}.contact-submit:disabled{cursor:not-allowed;opacity:.55}.contact-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;min-height:240px;display:flex}.contact-success>span{border:1px solid var(--accent-dim);width:44px;height:44px;color:var(--accent);border-radius:50%;justify-content:center;align-items:center;font-size:20px;display:flex}.contact-success strong{font-size:15px}.contact-success p{color:var(--text-muted);margin:0;font-size:12px}.contact-inbox-modal{max-width:680px}.contact-inbox-heading>div{flex-direction:column;gap:2px;display:flex}.contact-inbox-heading span{color:var(--accent);text-transform:uppercase;letter-spacing:.08em;font-size:9px}.contact-inbox-heading small{border:1px solid var(--border);min-width:24px;color:var(--text-muted);text-align:center;border-radius:999px;padding:3px 7px;font-size:10px}.contact-inbox-body{background:var(--bg)}.contact-inbox-state{text-align:center;margin:28px 0}.contact-inbox-list{flex-direction:column;gap:10px;display:flex}.contact-inbox-message{border:1px solid var(--border);background:var(--surface);border-radius:9px;padding:14px}.contact-inbox-meta{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:10px;display:flex}.contact-inbox-meta>div{flex-direction:column;gap:2px;min-width:0;display:flex}.contact-inbox-meta strong{color:var(--text);font-size:12px}.contact-inbox-meta a{overflow-wrap:anywhere;color:var(--accent);font-size:10.5px;text-decoration:none}.contact-inbox-meta time{color:var(--text-dim);flex-shrink:0;font-size:9px}.contact-inbox-message>p{color:var(--text-muted);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.6}.contact-inbox-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.contact-inbox-actions a,.contact-inbox-actions button{border:1px solid var(--border);background:var(--surface-alt);color:var(--text-muted);border-radius:5px;padding:5px 9px;font-family:inherit;font-size:9.5px;text-decoration:none}.contact-inbox-actions a:hover{border-color:var(--accent-dim);color:var(--accent)}.contact-inbox-actions button:hover:not(:disabled){color:#fca5a5;border-color:#f8717173}.contact-inbox-actions button:disabled{cursor:not-allowed;opacity:.55}.ask-trigger-wrap{z-index:40;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:24px;right:24px}.ask-trigger{border:1px solid var(--border);background:var(--surface);width:44px;height:44px;color:var(--text-muted);cursor:pointer;opacity:.82;border-radius:50%;justify-content:center;align-items:center;transition:color .15s,border-color .15s,background .15s,opacity .15s;display:flex;box-shadow:0 3px 14px #00000047}.ask-trigger:hover,.ask-trigger:focus-visible{color:var(--accent);border-color:var(--accent-dim);background:var(--surface-alt);opacity:1}.ask-bubble{background:var(--surface);border:1px solid var(--border-hover);color:var(--accent);white-space:nowrap;pointer-events:none;border-radius:10px;margin-bottom:10px;padding:10px 16px;font-size:13px;line-height:1.4;animation:7s ease-in-out both askBubble;position:relative;box-shadow:0 4px 16px #00000040}.ask-bubble:after{content:"";background:var(--surface);border-right:1px solid var(--border-hover);border-bottom:1px solid var(--border-hover);width:10px;height:10px;position:absolute;bottom:-6px;right:20px;transform:rotate(45deg)}@keyframes askBubble{0%,45%{opacity:0;transform:translateY(6px)}50%,95%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(6px)}}.ask-panel{background:var(--surface);border:1px solid var(--border-hover);z-index:45;border-radius:12px;flex-direction:column;width:340px;height:480px;animation:.15s cubic-bezier(.16,1,.3,1) modalIn;display:flex;position:fixed;bottom:90px;right:24px;box-shadow:0 8px 32px #0006}.ask-header{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;padding:10px 14px;font-size:11px;font-weight:600;display:flex}.ask-close{border:1px solid var(--border);background:var(--surface-alt);width:22px;height:22px;color:var(--text-muted);border-radius:4px;justify-content:center;align-items:center;font-size:11px;transition:color .15s;display:flex}.ask-close:hover{color:var(--text)}.ask-list{scrollbar-width:thin;scrollbar-color:var(--border) transparent;flex-direction:column;flex:1;gap:8px;padding:10px 14px;display:flex;overflow-y:auto}.ask-list::-webkit-scrollbar{width:4px}.ask-list::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.ask-placeholder{color:var(--text-dim);text-align:center;padding:20px 0 12px;font-size:11.5px;line-height:1.5}.ask-suggestions{flex-direction:column;gap:6px;padding:0 0 8px;display:flex}.ask-suggestion{color:var(--text-muted);background:var(--surface-alt);border:1px solid var(--border);cursor:pointer;text-align:left;border-radius:6px;padding:7px 10px;font-size:11px;line-height:1.35;transition:border-color .15s,color .15s,background .15s}.ask-suggestion:hover:not(:disabled){border-color:var(--accent-dim);color:var(--accent);background:var(--surface)}.ask-suggestion:disabled{opacity:.5;cursor:default}.ask-msg{white-space:pre-wrap;border-radius:6px;max-width:90%;padding:7px 10px;font-size:11.5px;line-height:1.5}.ask-msg.user{color:var(--text);background:#7c9eff1a;align-self:flex-end}.ask-msg.assistant{background:var(--surface-alt);color:var(--text);align-self:flex-start}.ask-loading{align-items:center;gap:4px;display:flex;padding:10px 12px!important}.ask-dot{background:var(--text-dim);border-radius:50%;width:5px;height:5px;animation:1s ease-in-out infinite askBounce}.ask-dot:nth-child(2){animation-delay:.15s}.ask-dot:nth-child(3){animation-delay:.3s}@keyframes askBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.ask-error{color:#f87171;text-align:center;padding:4px 0;font-size:11px}.ask-input-row{border-top:1px solid var(--border);gap:6px;padding:8px 10px;display:flex}.ask-input{background:var(--surface-alt);color:var(--text);border:1px solid #ffffff40;border-radius:6px;outline:none;flex:1;padding:6px 10px;font-family:inherit;font-size:11px;transition:border-color .15s}.ask-input:focus{border-color:var(--accent-dim)}.ask-input::placeholder{color:var(--text-dim)}.ask-send{background:var(--surface-alt);color:#fff;border:1px solid #ffffff40;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;transition:color .15s,border-color .15s;display:flex}.ask-send:hover:not(:disabled){color:var(--accent);border-color:var(--accent)}.ask-send:disabled{color:#fff6;cursor:default}.wall-widget{z-index:1;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);grid-template-rows:auto 1fr auto;grid-template-columns:minmax(0,1.3fr) minmax(280px,.7fr);width:100%;height:350px;margin-top:8px;display:grid;position:relative;overflow:hidden;box-shadow:0 4px 18px #00000038}.wall-header{border-bottom:1px solid var(--border);grid-column:1/-1;justify-content:space-between;align-items:flex-start;gap:8px;padding:13px;display:flex}.wall-kicker{color:var(--text-dim);letter-spacing:.08em;text-transform:uppercase;font-size:8.5px;display:block}.wall-header h2{margin-top:2px;font-size:13px}.wall-visitors{color:var(--accent);font-variant-numeric:tabular-nums;text-align:right;flex-direction:column;align-items:flex-end;gap:1px;font-size:11px;display:flex}.wall-visitor-count{align-items:center;gap:4px;line-height:1;display:inline-flex}.wall-visitor-count strong{font:inherit;font-weight:600}.wall-visitor-indicator{background:var(--accent);border-radius:50%;flex:0 0 6px;width:6px;height:6px}.wall-visitors small{color:var(--text-dim);font-size:8px}.wall-feed{border-right:1px solid var(--border);scrollbar-width:thin;scrollbar-color:var(--border) transparent;grid-area:2/1/4;min-height:86px;padding:6px 10px;overflow-y:auto}.wall-feed::-webkit-scrollbar{width:4px}.wall-feed::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}.wall-state{color:var(--text-dim);text-align:center;padding:18px 4px;font-size:10px;line-height:1.5}.wall-post{border-bottom:1px solid var(--border);padding:9px 3px}.wall-post:last-child{border-bottom:0}.wall-post-meta{align-items:center;gap:6px;min-width:0;display:flex}.wall-post-meta strong{color:var(--accent);text-overflow:ellipsis;white-space:nowrap;font-size:10px;overflow:hidden}.wall-post-meta time{color:var(--text-dim);white-space:nowrap;margin-left:auto;font-size:8px}.wall-post p{overflow-wrap:anywhere;color:var(--text-muted);white-space:pre-wrap;margin-top:4px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11.5px;line-height:1.45}.wall-delete{border:1px solid var(--border);background:var(--surface-alt);color:#f87171;border-radius:4px;flex-shrink:0;width:18px;height:18px;font-size:12px;line-height:1}.wall-form{border-top:1px solid var(--border);flex-direction:column;grid-area:2/2;gap:8px;padding:10px 12px;display:flex}.wall-field{flex-direction:column;gap:4px;display:flex}.wall-field label{color:var(--text-muted);font-size:8.5px}.wall-field label span{color:var(--accent-dim);margin-right:4px}.wall-label-row{justify-content:space-between;align-items:center;display:flex}.wall-label-row small{color:var(--text-dim);font-variant-numeric:tabular-nums;font-size:8px}.wall-field input,.wall-field textarea,.wall-admin input{border:1px solid var(--border);background:var(--surface-alt);width:100%;color:var(--text);border-radius:5px;outline:none;padding:6px 7px;font-family:inherit;font-size:9.5px;transition:border-color .15s}.wall-field textarea{resize:none;min-height:54px;line-height:1.4}.wall-field input:focus,.wall-field textarea:focus,.wall-admin input:focus{border-color:var(--accent)}.wall-field input::placeholder,.wall-field textarea::placeholder{color:var(--text-dim)}.wall-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.wall-error{color:#fca5a5;font-size:8.5px;line-height:1.4}.wall-submit{border:1px solid var(--accent-dim);min-height:29px;color:var(--accent);background:#7c9eff1a;border-radius:5px;justify-content:center;align-items:center;gap:5px;font-size:9.5px;font-weight:600;display:flex}.wall-submit:hover:not(:disabled){border-color:var(--accent);background:#7c9eff29}.wall-submit:disabled{cursor:default;opacity:.55}.wall-admin{flex-wrap:wrap;grid-area:3/2;align-items:flex-start;gap:8px;min-height:25px;padding:4px 12px 7px;display:flex}.wall-admin form,.wall-admin-error{flex-basis:100%}.wall-more,.wall-compose-toggle{display:none}.wall-manage{color:var(--text-dim);text-underline-offset:2px;background:0 0;border:0;font-size:8px;text-decoration:underline}.wall-admin form>label{color:var(--text-dim);margin-bottom:3px;font-size:8px;display:block}.wall-admin form>div{gap:4px;display:flex}.wall-admin input{min-width:0;padding:4px 6px}.wall-admin form button{border:1px solid var(--border);background:var(--surface-alt);color:var(--text-muted);border-radius:4px;padding:0 6px;font-size:8px}.wall-admin-error{color:#fca5a5;margin-top:3px;font-size:8px}@media (min-width:821px){.experience,.skills{flex-direction:column;height:292px;display:flex}.exp-rows{scrollbar-width:thin;scrollbar-color:var(--border-hover) transparent;flex:1;min-height:0;padding-right:2px;overflow-y:auto}.exp-rows::-webkit-scrollbar{width:4px}.exp-rows::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:4px}.skills .skill-grid{flex:1;grid-template-columns:repeat(auto-fit,minmax(112px,1fr));grid-auto-rows:minmax(0,1fr);align-items:stretch;min-height:0;display:grid}.skills .skill-chip{width:100%;min-width:0;min-height:0;padding:8px 10px}}@media (min-width:1600px){.wall-widget{z-index:30;flex-direction:column;width:228px;height:calc(100vh - 48px);margin-top:0;display:flex;position:absolute;top:24px;left:-236px}.wall-feed{border-right:0;flex:1}}@media (min-width:821px) and (max-width:1599px){.wall-header{padding:16px 18px}.wall-kicker{font-size:10px}.wall-header h2{margin-top:3px;font-size:16px}.wall-visitors{font-size:13px}.wall-visitors small{font-size:9px}.wall-feed{padding:9px 16px}.wall-state{padding:28px 6px;font-size:12px}.wall-post{padding:11px 4px}.wall-post-meta strong{font-size:11.5px}.wall-post-meta time{font-size:9.5px}.wall-post p{margin-top:5px;font-size:13px;line-height:1.5}.wall-form{gap:10px;padding:15px 17px}.wall-field label{font-size:10px}.wall-label-row small{font-size:9px}.wall-field input,.wall-field textarea,.wall-admin input{padding:8px 9px;font-size:12px}.wall-field textarea{min-height:76px}.wall-submit{min-height:35px;font-size:11px}.wall-admin{padding:5px 17px 10px}}@media (min-width:1800px){.wall-widget{width:280px;left:-300px}.wall-header{padding:16px}.wall-kicker{font-size:10px}.wall-header h2{margin-top:3px;font-size:16px}.wall-visitors{font-size:13px}.wall-visitor-count{gap:5px}.wall-visitor-indicator{flex-basis:7px;width:7px;height:7px}.wall-visitors small{font-size:9px}.wall-feed{min-height:120px;padding:8px 13px}.wall-state{padding:24px 5px;font-size:11.5px}.wall-post{padding:11px 4px}.wall-post-meta{gap:7px}.wall-post-meta strong{font-size:11.5px}.wall-post-meta time{font-size:9.5px}.wall-post p{margin-top:5px;font-size:13px;line-height:1.5}.wall-delete{width:20px;height:20px;font-size:13px}.wall-form{gap:10px;padding:13px 15px}.wall-field{gap:5px}.wall-field label{font-size:10px}.wall-label-row small{font-size:9px}.wall-field input,.wall-field textarea,.wall-admin input{padding:7px 8px;font-size:11.5px}.wall-field textarea{min-height:68px}.wall-error{font-size:10px;line-height:1.45}.wall-submit{min-height:34px;font-size:11px}.wall-admin{min-height:29px;padding:4px 15px 9px}.wall-manage,.wall-admin form>label,.wall-admin form button,.wall-admin-error{font-size:9px}}@media (max-width:820px){.about,.profile,.skills,.experience{grid-column:span 12}.about p{text-align:left}.exp-filter-tabs{display:none}.exp-filter-select{flex-direction:column;gap:5px;margin-bottom:8px;display:flex;position:relative}.exp-filter-select-label{color:var(--text-dim);letter-spacing:.06em;text-transform:uppercase;font-size:9px}.exp-filter-select-button{border:1px solid var(--border-hover);background:var(--surface-alt);width:100%;min-height:40px;color:var(--text);text-align:left;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;padding:8px 10px 8px 12px;font-family:inherit;font-size:12px;transition:border-color .15s,background .15s;display:flex}.exp-filter-select-button[aria-expanded=true]{border-color:var(--accent-dim);background:color-mix(in srgb, var(--accent) 6%, var(--surface-alt))}.exp-filter-chevron{border:1px solid var(--border);width:22px;height:22px;color:var(--accent);border-radius:5px;justify-content:center;align-items:center;transition:transform .15s;display:inline-flex}.exp-filter-chevron svg{fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;width:12px;height:12px;display:block}.exp-filter-select-button[aria-expanded=true] .exp-filter-chevron{transform:rotate(180deg)}.exp-filter-options{z-index:30;border:1px solid var(--border-hover);background:var(--surface);border-radius:9px;flex-direction:column;gap:3px;padding:5px;animation:.15s expFilterMenuIn;display:flex;position:absolute;top:calc(100% + 5px);left:0;right:0;box-shadow:0 12px 30px #0000006b}.exp-filter-options button{width:100%;color:var(--text-muted);text-align:left;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:space-between;align-items:center;gap:12px;padding:10px;font-family:inherit;font-size:11px;display:flex}.exp-filter-options button:hover,.exp-filter-options button:focus-visible{border-color:var(--border);background:var(--surface-alt);color:var(--text)}.exp-filter-options button.active{border-color:var(--accent-dim);background:color-mix(in srgb, var(--accent) 8%, transparent);color:var(--accent)}.exp-filter-options small{border:1px solid var(--border);min-width:22px;height:20px;color:var(--text-dim);border-radius:5px;justify-content:center;align-items:center;font-size:9px;display:inline-flex}@keyframes expFilterMenuIn{0%{opacity:0;transform:translateY(-4px)scale(.99)}to{opacity:1;transform:translateY(0)scale(1)}}.exp-rows{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--border-hover) transparent;max-height:300px;padding-right:3px;overflow-y:auto}.exp-rows::-webkit-scrollbar{width:4px}.exp-rows::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:4px}.project{min-height:unset;grid-column:span 12}.project-action-label{opacity:1;transform:none}.profile{text-align:left;flex-direction:row;justify-content:flex-start}.contact{flex-direction:column;align-items:flex-start}.contact-body{flex-direction:column;align-items:flex-start;gap:6px}.contact-info{flex-wrap:wrap}.email-btn{justify-content:center;width:100%;padding:8px 0}.ask-panel{width:calc(100vw - 32px);right:16px}.modal-overlay{padding:16px}.wall-widget{flex-direction:column;height:auto;display:flex}.wall-header{padding:14px}.wall-kicker{font-size:9px}.wall-header h2{font-size:15px}.wall-visitors{font-size:12px}.wall-visitors small{font-size:8.5px}.wall-feed{border-right:0;min-height:0;padding:5px 13px;overflow:visible}.wall-state{padding:24px 4px;font-size:11px}.wall-post{padding:11px 2px}.wall-post-meta strong{font-size:11px}.wall-post-meta time{font-size:9px}.wall-post p{margin-top:5px;font-size:12.5px;line-height:1.5}.wall-more{border:0;border-top:1px solid var(--border);width:100%;color:var(--text-muted);text-align:center;background:0 0;padding:10px 14px;font-family:inherit;font-size:10px;display:block}.wall-compose-toggle{border:1px solid var(--accent-dim);width:calc(100% - 24px);color:var(--accent);background:#7c9eff1a;border-radius:6px;justify-content:space-between;align-items:center;margin:10px 12px;padding:11px 12px;font-family:inherit;font-size:11px;font-weight:600;display:flex}.wall-form:not(.wall-form--open){display:none}.wall-form{gap:10px;padding:12px 14px 14px}.wall-field label{font-size:10px}.wall-label-row small{font-size:9px}.wall-field input,.wall-field textarea,.wall-admin input{padding:9px 10px;font-size:13px}.wall-field textarea{min-height:86px}.wall-submit{min-height:38px;font-size:11px}.wall-admin{padding:0 14px 11px}.wall-manage,.wall-admin form>label,.wall-admin form button,.wall-admin-error{font-size:9px}}@media (max-width:480px){.profile{text-align:center;flex-direction:column;justify-content:center}.contact-inbox-meta{flex-direction:column;gap:5px}.project-modal .modal-body{gap:18px;padding:18px}.project-modal .project-modal-description{font-size:14px}.project-preview-empty{text-align:center;flex-direction:column;min-height:130px}.ask-trigger{width:44px;height:44px}.ask-panel{width:calc(100vw - 16px);bottom:80px;right:8px}.termbar .dots{display:none}.termbar{padding:10px 12px;font-size:11px}.termbar .clock{font-size:10px}}@media (prefers-reduced-motion:reduce){.cursor,.modal-overlay,.modal,.skill-overlay,.skill-modal,.exp-filter-options{animation:none}.project,.project-action-label,.project .arrow,.ask-trigger,.exp-filter-chevron{transition:none}.project:hover,.project:focus-visible{transform:none}}
