:root{--md-sys-color-background: #0d110e;--md-sys-color-surface: #181d1a;--md-sys-color-surface-variant: #242926;--md-sys-color-primary: #00ff66;--md-sys-color-primary-glow: rgba(0, 255, 102, .15);--md-sys-color-on-background: #e1e3e0;--md-sys-color-on-surface: #e1e3e0;--md-sys-color-on-surface-variant: #c2c9c3;--md-sys-color-outline-variant: rgba(255, 255, 255, .08);--md-shape-corner-extra-small: 4px;--md-shape-corner-small: 8px;--md-shape-corner-medium: 12px;--md-shape-corner-large: 16px;--md-shape-corner-extra-large: 28px;--md-shape-corner-full: 9999px;--font-sans: "Inter", sans-serif;--font-mono: "Fira Code", monospace}*{margin:0;padding:0;box-sizing:border-box}body{background-color:var(--md-sys-color-background);background-image:radial-gradient(circle at 0% 0%,#06f1180a,#06f11800 65%),radial-gradient(circle at 100% 0%,#1a17f124,#1a17f100 65%),radial-gradient(circle at 0% 100%,#06f1180a,#06f11800 65%),radial-gradient(circle at 100% 100%,#be9c7a52,#be9c7a00 65%);background-attachment:fixed;color:var(--md-sys-color-on-background);font-family:var(--font-sans);line-height:1.6;min-height:100vh;display:flex;justify-content:center;overflow-x:hidden}.container{width:100%;max-width:800px;padding:2rem 1.5rem;display:flex;flex-direction:column;gap:3rem}.glass-panel{background:var(--surface-color);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-color);border-radius:16px;padding:2rem}.hero{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem;padding:3rem 2rem}.profile-img-container{width:120px;height:120px;border-radius:50%;margin-bottom:1rem;overflow:hidden}.profile-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.name{font-size:2.5rem;font-weight:600;letter-spacing:-.02em;color:#fff}.title{font-family:var(--font-mono);color:var(--accent-color);font-size:1rem;height:24px}.social-links{display:flex;gap:1.5rem;margin-top:1rem}.social-link{color:var(--md-sys-color-on-surface-variant);transition:all .2s cubic-bezier(.2,0,0,1);display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:var(--md-shape-corner-full);background:var(--md-sys-color-surface);border:1px solid var(--md-sys-color-outline-variant)}.social-link:hover{background:var(--md-sys-color-surface-variant);transform:translateY(-2px)}.social-link.github:hover{color:#fff;border-color:#ffffff4d;box-shadow:0 4px 12px #ffffff1a}.social-link.linkedin:hover{color:#0a66c2;border-color:#0a66c24d;box-shadow:0 4px 12px #0a66c226}.section-title{font-family:var(--font-mono);font-size:1.25rem;font-weight:500;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem;color:var(--md-sys-color-on-background)}.section-title span{color:var(--md-sys-color-primary)}main{display:flex;flex-direction:column;gap:3rem}.skills-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.skill-card{min-width:0;padding:1.35rem 1.5rem;background:var(--md-sys-color-surface);border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-shape-corner-large);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.skill-card:hover{border-color:#00ff6673;transform:translateY(-4px);box-shadow:0 8px 24px var(--md-sys-color-primary-glow)}.skill-card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.skill-card h3{color:#fff;font-size:1rem;line-height:1.3}.skill-tags{display:flex;flex-wrap:wrap;gap:.5rem}.skill-tags span{padding:.3rem .65rem;color:var(--md-sys-color-primary);background:#00ff660f;border:1px solid rgba(0,255,102,.16);border-radius:var(--md-shape-corner-full);font-family:var(--font-mono);font-size:.68rem}.projects-list{display:flex;flex-direction:column;gap:.75rem}.project-card{background:var(--md-sys-color-surface);border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-shape-corner-extra-large);overflow:hidden;will-change:height;transition:border-color .2s ease,box-shadow .2s ease}.project-card[open]{border-color:#0f66;box-shadow:0 8px 28px #0003}.project-card-featured{position:relative;background:linear-gradient(135deg,rgba(255,196,64,.07),transparent 45%),var(--md-sys-color-surface);border-color:#ffc44085;box-shadow:0 0 0 1px #ffc4400d,0 0 22px #ffae0014}.project-card-featured:hover{border-color:#ffcd5cc7;box-shadow:0 0 0 1px #ffc4401a,0 0 30px #ffae0026}.project-card-featured[open]{border-color:#ffd370e6;box-shadow:0 0 0 1px #ffc44024,0 0 36px #ffae0033}.project-card-featured .project-indicator,.project-card-featured .project-name{color:#ffd36a}.project-card-featured .project-toggle{color:#ffd36a;border-color:#ffc44059;background:#ffc4400f}.project-row{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.75rem;background:transparent;color:inherit;cursor:pointer;list-style:none;transition:all .2s cubic-bezier(.2,0,0,1)}.project-row::-webkit-details-marker{display:none}.project-row:hover{background:var(--md-sys-color-surface-variant)}.project-row-left{display:flex;align-items:center;gap:1rem;min-width:0}.project-indicator{font-family:var(--font-mono);color:var(--md-sys-color-primary);font-weight:500}.project-title-desc{display:flex;flex-direction:column;gap:.25rem}.project-name{font-size:1.05rem;font-weight:600;color:#fff;transition:color .2s ease}.project-row:hover .project-name,.project-card[open] .project-name{color:var(--md-sys-color-primary)}.project-desc{font-size:.85rem;color:var(--md-sys-color-on-surface-variant)}.project-row-right{flex:0 0 auto;display:flex;align-items:center;margin-left:1rem}.project-toggle{width:2rem;height:2rem;display:grid;place-items:center;border:1px solid var(--md-sys-color-outline-variant);border-radius:var(--md-shape-corner-full);font-family:var(--font-mono);font-size:1rem;color:var(--md-sys-color-on-surface-variant);transition:transform .25s ease,color .2s ease,border-color .2s ease}.project-row:hover .project-toggle,.project-card[open] .project-toggle{color:var(--md-sys-color-primary);border-color:#0f66}.project-card[open] .project-toggle{transform:rotate(45deg)}.project-card-featured .project-row:hover .project-name,.project-card-featured[open] .project-name{color:#ffe19a}.project-card-featured .project-row:hover .project-toggle,.project-card-featured[open] .project-toggle{color:#ffe19a;border-color:#ffd370bf}.project-details{padding:0 1.75rem 1.75rem;border-top:1px solid var(--md-sys-color-outline-variant)}.project-details>p{max-width:68ch;padding-top:1.5rem;color:var(--md-sys-color-on-surface-variant);font-size:.92rem}.project-features{display:grid;gap:.55rem;margin:1.25rem 0;padding:0;list-style:none;color:var(--md-sys-color-on-background);font-size:.85rem}.project-features li{position:relative;padding-left:1.1rem}.project-features li:before{content:">";position:absolute;left:0;color:var(--md-sys-color-primary);font-family:var(--font-mono)}.project-tech{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.project-tech span{padding:.3rem .7rem;color:var(--md-sys-color-primary);background:#00ff660f;border:1px solid rgba(0,255,102,.16);border-radius:var(--md-shape-corner-full);font-family:var(--font-mono);font-size:.68rem}.project-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1.5rem}.project-image-placeholder{min-height:150px;display:grid;place-items:center;background:linear-gradient(135deg,transparent 49.5%,rgba(0,255,102,.08) 50%,transparent 50.5%),var(--md-sys-color-background);border:1px dashed rgba(0,255,102,.25);border-radius:var(--md-shape-corner-medium);color:var(--md-sys-color-on-surface-variant);font-family:var(--font-mono);font-size:.72rem}.project-action{display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1rem;color:#0d110e;background:var(--md-sys-color-primary);border-radius:var(--md-shape-corner-full);text-decoration:none;font-family:var(--font-mono);font-size:.78rem;font-weight:500;transition:transform .2s ease,box-shadow .2s ease}.project-action:hover{transform:translateY(-2px);box-shadow:0 6px 18px var(--md-sys-color-primary-glow)}footer{text-align:center;font-size:.85rem;color:var(--text-secondary);padding-top:2rem;border-top:1px solid var(--border-color);font-family:var(--font-mono)}.fade-in{opacity:0;transform:translateY(20px);animation:fadeIn .8s ease forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}.terminal-text:after{content:"|";animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@media (max-width: 760px){.skills-grid{grid-template-columns:1fr}}@media (max-width: 600px){.project-row{padding:1rem 1.2rem}.project-row-right{width:auto;border-top:0;padding-top:0}.project-gallery{grid-template-columns:1fr}.project-details{padding:0 1.2rem 1.2rem}.hero{padding:2rem 1rem}}
