:root { --bg: #0b1020; --bg-soft: #11182e; --text: #e5e7eb; --muted: #a3aab8; --card: #0f162c; --border: #1f2a48; --accent: #6ee7ff; --accent-2: #8b5cf6; --shadow: 0 10px 30px rgba(0,0,0,.35);} :root[data-theme="light"] { --bg: #0b1020; --bg-soft: #11182e; --text: #e5e7eb; --muted: #a3aab8; --card: #0f162c; --border: #1f2a48; --accent: #0ea5e9; --accent-2: #8b5cf6;}:root[data-theme="light"] body { background: #f8fafc; color: #0b1020;}:root[data-theme="light"] .card { background: white; border-color: #e5e7eb;}:root[data-theme="light"] .site-header { background: white;} * { box-sizing: border-box; }html, body { margin: 0; padding: 0; font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Apple Color Emoji", "Segoe UI Emoji"; }body { background: var(--bg); color: var(--text); line-height: 1.6; } .container { max-width: 1100px; margin: 0 auto; padding: 1.25rem; } .site-header { position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding-block: .75rem; background: rgba(11,16,32,.75); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border);} .brand { display: flex; align-items: center; gap: .9rem; }.brand h1 { margin: 0; font-size: 1.25rem; letter-spacing: .2px; }.brand .accent { color: var(--accent); }.tagline { margin: 0; color: var(--muted); font-size: .95rem; } .avatar { width: 48px; height: 48px; border-radius: 14px; border: 1px solid var(--border); } .nav { display: flex; align-items: center; gap: .75rem; }.nav a { color: inherit; text-decoration: none; padding: .4rem .6rem; border-radius: 10px; }.nav a:hover { background: var(--bg-soft); }.btn { border: 1px solid var(--border); background: transparent; color: inherit; padding: .5rem .8rem; border-radius: 12px; cursor: pointer; box-shadow: var(--shadow); }.btn.primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #0b1020; border: none; }.btn.ghost { background: transparent; box-shadow: none; }.btn.small { padding: .35rem .6rem; font-size: .9rem; } .hero { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.25rem; align-items: start; padding-top: 1.25rem; }.hero h2 { font-size: 2rem; margin-top: .25rem; }.hero p { color: var(--muted); }.cta-row { display: flex; gap: .75rem; margin: .75rem 0 1rem; }.badges { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: .5rem; }.badges li { border: 1px dashed var(--border); padding: .35rem .6rem; border-radius: 999px; font-size: .9rem; color: var(--muted); } .card { background: var(--card); border: 1px solid var(--border); border-radius: 16px; padding: 1rem; box-shadow: var(--shadow); }.card h3 { margin-top: .25rem; }.checklist { margin: .5rem 0 0; padding-left: 1.1rem; }.checklist li { margin: .35rem 0; } section h2 { font-size: 1.6rem; margin: 1.5rem 0 .75rem; }.skills-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }.skill p { color: var(--muted); margin-top: .25rem; } .projects { display: grid; grid-template-columns: repeat(3, 1fr); gap: .75rem; }.project .card-head { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }.pill { border: 1px solid var(--border); padding: .2rem .45rem; border-radius: 999px; font-size: .8rem; color: var(--muted); }.links { display: flex; gap: .5rem; margin-top: .5rem; } .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }.contact-form label { display: grid; gap: .35rem; margin-bottom: .6rem; }.contact-form input, .contact-form textarea { background: transparent; color: inherit; border: 1px solid var(--border); border-radius: 10px; padding: .6rem .7rem; }.contact-form .hint { color: var(--muted); font-size: .85rem; } .site-footer { border-top: 1px solid var(--border); color: var(--muted); margin-top: 2rem; padding-block: 2rem; text-align: center; } @media (max-width: 900px) { .hero { grid-template-columns: 1fr; } .projects { grid-template-columns: 1fr 1fr; } .skills-grid, .contact-grid { grid-template-columns: 1fr; }}@media (max-width: 600px) { .projects { grid-template-columns: 1fr; }} .social-icons { display: flex; gap: .5rem;}.social-icons a { font-size: 1.2rem; text-decoration: none;}.social-icons a:hover { opacity: 0.8;} .social-icons svg { vertical-align: middle; transition: transform 0.2s ease;}.social-icons a:hover svg { transform: scale(1.15);} .social-icons a, .contact-list a { display: inline-flex; align-items: center; gap: 0.35rem; padding: 0.4rem; border-radius: 8px;}.social-icons a:hover, .contact-list a:hover { background-color: var(--bg-soft);}@media (max-width: 600px) { .social-icons a, .contact-list a { padding: 0.6rem; } .social-icons svg, .contact-list svg { width: 24px; height: 24px; }} .site-header { position: sticky; top: 0; z-index: 100; background: rgba(11, 16, 32, 0.9); backdrop-filter: blur(10px); box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);}:root[data-theme="light"] .site-header { background: rgba(255, 255, 255, 0.95);} .site-header.shrink { padding-block: 0.4rem; transition: padding-block 0.25s ease, background 0.25s ease;}.site-header .avatar { width: 40px; height: 40px; transition: width 0.25s ease, height 0.25s ease;}.site-header.shrink .avatar { width: 32px; height: 32px;} #scrollTopBtn { display: none; position: fixed; bottom: 30px; right: 30px; z-index: 99; font-size: 1.5rem; border: none; outline: none; background: var(--accent); color: #fff; cursor: pointer; padding: 0.5rem 0.75rem; border-radius: 8px; box-shadow: var(--shadow); transition: background 0.3s ease, transform 0.2s ease;}#scrollTopBtn:hover { background: var(--accent-2); transform: scale(1.1);} #scrollTopBtn svg { display: block;} @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); }}#scrollTopBtn.show { animation: fadeIn 0.3s ease forwards;} a, button, .btn, .social-icons a, .contact-list a, #scrollTopBtn { transition: all 0.25s ease;} @keyframes sectionFade { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); }}section { opacity: 0; animation: sectionFade 0.8s ease forwards;}section:nth-of-type(1) { animation-delay: 0.1s; }section:nth-of-type(2) { animation-delay: 0.2s; }section:nth-of-type(3) { animation-delay: 0.3s; }section:nth-of-type(4) { animation-delay: 0.4s; }section:nth-of-type(5) { animation-delay: 0.5s; }