:root{color-scheme:light dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;color:#101214;background:#fbfbf8;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;--bg: #fbfbf8;--surface: #ffffff;--surface-soft: #eef1f3;--text: #101214;--muted: #5f666d;--accent: #0b6bcb;--accent-strong: #084d91;--hero-a: rgba(11, 107, 203, .14);--hero-b: rgba(19, 126, 87, .1);--shadow: 0 26px 80px rgba(31, 41, 55, .1)}:root[data-theme=dark]{color-scheme:dark;--bg: #080a0f;--surface: #111722;--surface-soft: #172235;--text: #f8fafc;--muted: #a8b3c3;--accent: #68d8ff;--accent-strong: #2fb8f4;--hero-a: rgba(47, 184, 244, .24);--hero-b: rgba(99, 102, 241, .18);--shadow: 0 28px 90px rgba(0, 0, 0, .48)}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){color-scheme:dark;--bg: #080a0f;--surface: #111722;--surface-soft: #172235;--text: #f8fafc;--muted: #a8b3c3;--accent: #68d8ff;--accent-strong: #2fb8f4;--hero-a: rgba(47, 184, 244, .24);--hero-b: rgba(99, 102, 241, .18);--shadow: 0 28px 90px rgba(0, 0, 0, .48)}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;color:var(--text);background:radial-gradient(circle at 78% 0%,var(--hero-a),transparent 34rem),radial-gradient(circle at 10% 18%,var(--hero-b),transparent 28rem),var(--bg)}button,input,textarea{font:inherit}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}ul{margin:0;padding:0}.page-shell{display:flex;min-height:100vh;flex-direction:column}.home{width:min(960px,calc(100% - 40px));margin:0 auto}.site-header{position:sticky;top:0;z-index:10;width:100%;padding:12px 32px;background:color-mix(in srgb,var(--bg) 86%,transparent);backdrop-filter:blur(18px)}.header-inner{position:relative;display:flex;width:100%;margin:0;align-items:center;justify-content:space-between;gap:20px}.brand,.header-actions,.social-links{display:flex;align-items:center}.brand{gap:10px;font-weight:700}.brand img{width:36px;height:36px;border-radius:50%;box-shadow:0 10px 24px #2fb8f438}.header-actions{gap:8px}.social-links{gap:4px}.social-links a{display:grid;width:32px;height:32px;place-items:center;border-radius:999px;color:var(--muted);transition:background .16s ease,transform .16s ease}.social-links a:hover{background:var(--surface);transform:translateY(-2px)}.social-links svg{width:20px;height:20px;fill:currentColor}.social-link--github{color:#181717}.social-link--linkedin{color:#0a66c2}.social-link--hackerrank{color:#00a648}:root[data-theme=dark] .social-link--github{color:#f0f6fc}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .social-link--github{color:#f0f6fc}}.theme-toggle{display:grid;width:42px;height:42px;margin-left:4px;place-items:center;border:0;border-radius:999px;color:var(--text);background:var(--surface);box-shadow:0 10px 28px #14141414;cursor:pointer}.theme-toggle svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.moon-icon,:root[data-theme=dark] .sun-icon{display:none}:root[data-theme=dark] .moon-icon{display:block}@media(prefers-color-scheme:dark){:root:not([data-theme=light]) .sun-icon{display:none}:root:not([data-theme=light]) .moon-icon{display:block}}.home{flex:1;display:grid;align-content:center;gap:40px;padding-block:80px}.home-intro{display:grid;gap:16px}h1{margin:0;font-size:clamp(3rem,8vw,6rem);font-weight:720;line-height:1;letter-spacing:-.04em}.home-intro p{max-width:38rem;margin:0;color:var(--muted);font-size:clamp(1.05rem,2vw,1.25rem)}.destinations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.destination{display:grid;min-height:170px;align-content:end;gap:8px;padding:28px;border-radius:24px;background:color-mix(in srgb,var(--surface) 92%,transparent);box-shadow:0 12px 36px #1414140d;transition:transform .18s ease,box-shadow .18s ease}.destination:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.destination span{color:var(--accent);font-size:1.35rem;font-weight:700}.destination small{color:var(--muted);font-size:.95rem}.site-footer{position:sticky;z-index:10;bottom:0;width:100%;padding:18px 32px;background:color-mix(in srgb,var(--bg) 86%,transparent);backdrop-filter:blur(18px);color:var(--muted);font-size:.9rem;text-align:center}.site-footer a{color:var(--text);font-weight:650}.site-footer a:hover{color:var(--accent)}@media(max-width:560px){.home{width:min(100% - 28px,960px)}.site-header,.site-footer{padding-inline:14px}.brand strong{display:none}.header-inner{gap:10px}.social-links{gap:2px}.social-links a{width:28px;height:28px}.theme-toggle{position:static;flex:0 0 auto}.home{gap:28px;padding-block:64px}.destinations{grid-template-columns:1fr}.destination{min-height:140px;padding:24px}}
