:root{--bg: #0d0d0f;--surface: #161619;--surface-2: #1e1e22;--text: #f2f2f3;--text-muted: #8a8a91;--text-faint: #5a5a61;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .16);--hover-layer: rgba(255, 255, 255, .04);--accent: #f2f2f3;--accent-contrast: #0d0d0f;--accent-hover: #ffffff;--danger: #f87171;--shadow: rgba(0, 0, 0, .55);--shadow-soft: rgba(0, 0, 0, .6);--overlay: rgba(0, 0, 0, .7);--overlay-strong: rgba(0, 0, 0, .85);--nav-bg: rgba(25, 25, 29, .85);--footer-bg: #191a1d;--photo-border: rgba(255, 255, 255, .22);--radius: 12px;--ease: cubic-bezier(.4, 0, .2, 1);--maxw: 1050px;color-scheme:dark}:root[data-theme=light]{--bg: #eef0f4;--surface: #ffffff;--surface-2: #e6e8ec;--text: #16161a;--text-muted: #5f5f68;--text-faint: #8a8a91;--border: rgba(0, 0, 0, .16);--border-strong: rgba(0, 0, 0, .28);--hover-layer: rgba(0, 0, 0, .04);--accent: #16161a;--accent-contrast: #ffffff;--accent-hover: #000000;--danger: #c0392b;--shadow: rgba(0, 0, 0, .12);--shadow-soft: rgba(0, 0, 0, .15);--overlay: rgba(0, 0, 0, .45);--overlay-strong: rgba(0, 0, 0, .6);--nav-bg: rgba(238, 240, 244, .88);--footer-bg: #e6e8ec;--photo-border: rgba(0, 0, 0, .55);color-scheme:light}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:clip}body{font-family:Poppins,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text);background-color:var(--bg);transition:background-color .3s var(--ease),color .3s var(--ease)}a{text-decoration:none;color:var(--text)}img{max-width:100%;height:auto}
