:root{--bg-primary: #0c0d0e;--bg-surface: #141517;--bg-surface-hover: #1c1e22;--bg-subtle: #222429;--border-color: #272a30;--border-focus: #3e434d;--text-primary: #f0f2f5;--text-secondary: #9da3ae;--text-tertiary: #686e79;--accent-blue: #3b82f6;--accent-green: #10b981;--accent-purple: #8b5cf6;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}body{min-height:100vh;padding-bottom:80px}a{color:inherit;text-decoration:none}.container{max-width:900px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:100;background:#0c0d0ed9;backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:64px}.brand{font-weight:700;font-size:1.1rem;letter-spacing:-.02em;display:flex;align-items:center;gap:8px}.brand-badge{font-size:.75rem;font-weight:600;padding:2px 8px;border-radius:99px;background:#10b9811f;color:var(--accent-green);border:1px solid rgba(16,185,129,.25)}.header-links{display:flex;align-items:center;gap:20px;font-size:.9rem;color:var(--text-secondary)}.header-links a:hover{color:var(--text-primary)}.contact-btn{display:inline-flex;align-items:center;gap:6px;background:var(--text-primary);color:var(--bg-primary);font-weight:600;font-size:.85rem;padding:6px 14px;border-radius:6px;transition:opacity .15s ease}.contact-btn:hover{opacity:.9}.hero{padding:40px 0 32px;border-bottom:1px solid var(--border-color)}.hero-profile-head{margin-bottom:16px}.hero-name{font-size:2.1rem;font-weight:800;letter-spacing:-.02em;color:var(--text-primary);display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.hero-subrole{font-size:1.1rem;font-weight:600;color:var(--accent-blue);font-family:var(--font-sans)}.hero-summary-tag{font-size:.95rem;color:var(--text-secondary);margin-top:4px;font-weight:500}.hero-highlights{display:flex;flex-direction:column;gap:6px;margin-bottom:20px;background:var(--bg-surface);border:1px solid var(--border-color);border-radius:8px;padding:14px 18px}.highlight-bullet{font-size:.9rem;color:var(--text-secondary);line-height:1.5}.highlight-bullet strong{color:var(--text-primary)}.contact-bar{display:flex;flex-wrap:wrap;align-items:center;gap:16px;font-size:.9rem;color:var(--text-secondary)}.contact-item{display:flex;align-items:center;gap:6px}.btn-copy{background:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-secondary);padding:4px 10px;border-radius:4px;font-size:.8rem;cursor:pointer;transition:all .15s ease}.btn-copy:hover{background:var(--bg-surface-hover);color:var(--text-primary);border-color:var(--border-focus)}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin:24px 0 0}.metric-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:8px;padding:14px 18px}.metric-val{font-size:1.5rem;font-weight:700;color:var(--text-primary);letter-spacing:-.02em}.metric-lbl{font-size:.78rem;color:var(--text-tertiary);margin-top:2px}.section{padding:48px 0;border-bottom:1px solid var(--border-color)}.section-header{margin-bottom:28px}.section-title{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;display:flex;align-items:center;gap:12px}.section-title:after{content:"";flex:1;height:1px;background:var(--border-color)}.projects-stack{display:flex;flex-direction:column;gap:24px}.project-card{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:10px;overflow:hidden;display:grid;grid-template-columns:280px 1fr;transition:border-color .2s ease}.project-card:hover{border-color:var(--border-focus)}.project-media{background:#08090a;border-right:1px solid var(--border-color);position:relative;display:flex;align-items:center;justify-content:center;padding:12px;text-align:center}.project-media video,.project-media img{width:100%;height:100%;max-height:260px;object-fit:contain;border-radius:6px}.project-media-group{display:flex;gap:8px;align-items:center;justify-content:center;width:100%;height:240px}.project-media-group img{flex:1;width:50%;height:240px;object-fit:contain;object-position:center;border-radius:6px}.media-placeholder-icon{width:40px;height:40px;border-radius:50%;background:var(--bg-subtle);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;font-family:var(--font-mono);font-size:.85rem;color:var(--accent-blue);margin-bottom:10px}.media-label{font-weight:600;font-size:.85rem;color:var(--text-primary)}.media-hint{font-size:.75rem;color:var(--text-tertiary);margin-top:4px}.project-info{padding:24px;display:flex;flex-direction:column}.project-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.project-name{font-size:1.25rem;font-weight:700;color:var(--text-primary)}.project-period{font-family:var(--font-mono);font-size:.75rem;color:var(--text-tertiary)}.project-summary{font-size:.95rem;color:var(--text-secondary);margin-bottom:16px;line-height:1.5}.project-bullets{list-style:none;margin-bottom:20px;display:flex;flex-direction:column;gap:6px}.project-bullets li{font-size:.88rem;color:var(--text-secondary);position:relative;padding-left:14px}.project-bullets li:before{content:"•";position:absolute;left:0;color:var(--accent-blue)}.project-meta-bottom{margin-top:auto;padding-top:16px;border-top:1px solid var(--border-color);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.project-tags{display:flex;flex-wrap:wrap;gap:6px}.tag{font-family:var(--font-mono);font-size:.75rem;background:var(--bg-subtle);color:var(--text-secondary);padding:2px 8px;border-radius:4px;border:1px solid var(--border-color)}.project-result{font-size:.85rem;font-weight:600;color:var(--accent-green)}.project-link{font-size:.85rem;color:var(--accent-blue);font-weight:500;display:inline-flex;align-items:center;gap:4px}.project-link:hover{text-decoration:underline}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}.skill-box{background:var(--bg-surface);border:1px solid var(--border-color);border-radius:8px;padding:20px}.skill-title{font-size:1rem;font-weight:700;margin-bottom:12px;color:var(--text-primary);display:flex;align-items:center;gap:8px}.skill-title:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent-blue)}.skill-desc{font-size:.88rem;color:var(--text-secondary);line-height:1.6}.timeline{display:flex;flex-direction:column;gap:28px}.timeline-item{display:grid;grid-template-columns:180px 1fr;gap:24px}.timeline-date{font-family:var(--font-mono);font-size:.82rem;color:var(--text-tertiary);padding-top:2px}.timeline-role{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin-bottom:4px}.timeline-company{font-size:.9rem;color:var(--text-secondary);margin-bottom:8px}.timeline-details{font-size:.88rem;color:var(--text-secondary);display:flex;flex-direction:column;gap:4px}.timeline-details p{line-height:1.5}.site-footer{padding-top:40px;display:flex;align-items:center;justify-content:space-between;color:var(--text-tertiary);font-size:.85rem}.print-video-hint{display:none}@media(max-width:768px){.header-inner{height:auto;padding:12px 0;flex-wrap:wrap;gap:12px}.header-links{width:100%;overflow-x:auto;white-space:nowrap;padding-bottom:4px;gap:16px;font-size:.85rem;-webkit-overflow-scrolling:touch}.project-card{grid-template-columns:1fr}.project-media{border-right:none;border-bottom:1px solid var(--border-color);padding:16px;min-height:200px}.project-media video,.project-media img{max-height:220px}.timeline-item{grid-template-columns:1fr;gap:8px}.hero-name{font-size:1.6rem}.contact-bar{gap:10px;font-size:.85rem}.btn-copy{padding:6px 12px;touch-action:manipulation}.btn-copy:active{transform:scale(.96)}}@media print{:root{--bg-primary: #ffffff;--bg-surface: #ffffff;--bg-subtle: #f8fafc;--border-color: #e2e8f0;--border-focus: #cbd5e1;--text-primary: #0f172a;--text-secondary: #334155;--text-tertiary: #64748b;--accent-blue: #1d4ed8;--accent-green: #047857}html,body{background-color:#fff!important;color:#0f172a!important;font-size:13px}body{padding-bottom:0}.container{max-width:100%!important;padding:0 12px!important}.site-header{position:relative!important;background:#fff!important;backdrop-filter:none!important;border-bottom:2px solid #0f172a!important}.header-links,.contact-btn,.btn-copy{display:none!important}.hero,.section{padding:20px 0!important;border-bottom:1px solid #e2e8f0!important}.hero-highlights{background:#f8fafc!important;border:1px solid #cbd5e1!important}.metric-card,.project-card,.skill-box,.timeline-item{break-inside:avoid;page-break-inside:avoid;background:#fff!important;border:1px solid #cbd5e1!important;box-shadow:none!important}.project-card{grid-template-columns:1fr!important}.project-media video{display:none!important}.print-video-hint{display:block!important;font-size:.78rem;color:#475569;padding:10px;text-align:center;background:#f1f5f9;border:1px dashed #94a3b8;border-radius:6px;margin-top:6px}.site-footer{padding-top:20px;border-top:1px solid #e2e8f0}}
