*{box-sizing:border-box}body{color:#eee;background:#121212;margin:0;font-family:Inter,Arial,Helvetica,sans-serif;transition:background-color .3s,color .3s}body.dark{color:#eee;background:#121212}body:not(.dark){color:#222;background:#fff}a{color:inherit}.theme-toggle{cursor:pointer;background:#d1d5db;border:none;border-radius:999px;width:64px;height:34px;padding:3px;transition:background .3s;position:fixed;top:24px;right:24px}.theme-toggle.dark{background:#2d3748}.toggle-thumb{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:16px;transition:transform .3s;display:flex}.theme-toggle.dark .toggle-thumb{transform:translate(30px)}.sun-icon{color:#facc15}.moon-icon{color:#61dafb}.profile{text-align:center;max-width:700px;margin:80px auto;padding:20px}.profile h2{color:#666;font-size:24px;font-weight:400}body.dark .profile h2{color:#aaa}.profile-image{object-fit:cover;border-radius:50%;width:200px;height:200px;margin-bottom:25px}.description{color:#444;font-size:18px;line-height:1.7}body.dark .description{color:#ccc}.social-links{justify-content:center;align-items:center;gap:35px;display:flex}.social-links a{color:#333;justify-content:center;align-items:center;width:45px;height:45px;font-size:36px;transition:transform .2s,color .2s;display:flex}body.dark .social-links a{color:#eee}.social-links a:hover{color:#0077b5;transform:translateY(-4px)}body.dark .social-links a:hover{color:#61dafb}
