:root{--bg-light:#fff;--bg-dark:#1d1d1f;--text-light:#1d1d1f;--text-dark:#f5f5f7;--card-bg-light:#f5f5f7;--card-bg-dark:#2c2c2e;--border-light:#d2d2d7;--border-dark:#424245;--accent-color:#0071e3;--shadow-light:#0000000d;--shadow-dark:#00000040;--transition:all .3s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);transition:var(--transition);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex;overflow:hidden}body.custom-cursor-active,body.custom-cursor-active *{cursor:none!important}@media (width<=480px){body{padding:1.5rem .75rem}}.light-theme{--bg-color:var(--bg-light);--text-color:var(--text-light);--card-bg:var(--card-bg-light);--border-color:var(--border-light);--shadow:var(--shadow-light)}.dark-theme{--bg-color:var(--bg-dark);--text-color:var(--text-dark);--card-bg:var(--card-bg-dark);--border-color:var(--border-dark);--shadow:var(--shadow-dark)}.custom-cursor{background-color:var(--text-color);pointer-events:none;z-index:9999;mix-blend-mode:difference;border-radius:50%;width:15px;height:15px;transition:transform .15s;position:fixed;transform:translate(-50%,-50%)}.container{text-align:center;width:100%;max-width:600px}.profile-section{margin-bottom:2.5rem;padding:2rem 1rem;animation:.6s ease-out fadeInUp}@media (width<=768px){.profile-section{padding:1.5rem .5rem}}.profile-section .avatar-container{border:3px solid var(--border-color);width:120px;height:120px;transition:var(--transition);border-radius:50%;margin:0 auto 1rem;overflow:hidden}.profile-section .avatar-container:hover{transform:scale(1.05)}@media (width<=768px){.profile-section .avatar-container{width:100px;height:100px}}@media (width<=480px){.profile-section .avatar-container{width:80px;height:80px}}.profile-section .avatar-container .avatar-media{object-fit:cover;width:100%;height:100%;display:block}.profile-section .name{margin-bottom:.5rem;font-size:1.8rem;font-weight:600;line-height:1.2}@media (width<=768px){.profile-section .name{font-size:1.5rem}}@media (width<=480px){.profile-section .name{font-size:1.3rem}}.profile-section .bio{opacity:.8;max-width:400px;margin:0 auto;font-size:1rem;line-height:1.5}@media (width<=768px){.profile-section .bio{font-size:.9rem}}.links-container{flex-direction:column;gap:1rem;width:100%;max-width:400px;margin:0 auto;animation:.6s ease-out fadeInUp;display:flex}.links-container>*{animation-fill-mode:both}.links-container>*:first-child{animation-delay:.1s}.links-container>*:nth-child(2){animation-delay:.2s}.links-container>*:nth-child(3){animation-delay:.3s}.links-container>*:nth-child(4){animation-delay:.4s}.links-container>*:nth-child(5){animation-delay:.5s}.links-container .link-button{color:var(--text-color);background-color:var(--card-bg);border:1px solid var(--border-color);transition:var(--transition);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;justify-content:center;align-items:center;padding:1rem 1.5rem;font-size:1rem;font-weight:500;text-decoration:none;display:flex}.links-container .link-button i{text-align:center;width:20px;margin-right:.75rem;font-size:1.2rem}@media (width<=480px){.links-container .link-button i{margin-right:.5rem;font-size:1rem}}@media (width<=768px){.links-container .link-button{padding:.875rem 1.25rem;font-size:.9rem}}@media (width<=480px){.links-container .link-button{padding:.75rem 1rem}}.links-container .link-button.telegram:hover{color:#fff;background-color:#08c;box-shadow:0 10px 25px #08c6}.links-container .link-button.vk:hover{color:#fff;background-color:#4c75a8;box-shadow:0 10px 25px #4c75a866}.links-container .link-button.github:hover{color:#fff;background-color:#111112;transform:translateY(-2px);box-shadow:0 0 20px #fff6}.links-container .link-button.email:hover{color:#fff;background-color:#d44638;box-shadow:0 10px 25px #d4463866}.links-container .link-button.website:hover{color:#fff;background-color:#34c759;box-shadow:0 10px 25px #34c75966}.theme-toggle,.lang-toggle{background-color:var(--card-bg);border:1px solid var(--border-color);cursor:pointer;width:50px;height:50px;transition:var(--transition);z-index:1000;-webkit-user-select:none;user-select:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:fixed;right:1.5rem}:is(.theme-toggle,.lang-toggle):hover{box-shadow:0 5px 15px var(--shadow)}@media (width<=768px){.theme-toggle,.lang-toggle{width:45px;height:45px;right:1rem}}.theme-toggle{top:1.5rem}.theme-toggle:hover{transform:rotate(15deg)}@media (width<=768px){.theme-toggle{top:1rem}}.lang-toggle{color:var(--text-color);font-size:.85rem;font-weight:600;top:5.5rem}.lang-toggle:hover{transform:scale(1.05)}@media (width<=768px){.lang-toggle{top:4.5rem}}.footer{text-align:center;color:var(--text-color);opacity:.6;margin-top:3rem;padding:1rem;font-size:.875rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.preloader-overlay{background-color:var(--bg-color);width:100vw;height:100vh;color:var(--text-color);z-index:10000;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;overflow:hidden}.preloader-content{flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:320px;padding:2rem;display:flex}.greeting-wrapper{justify-content:center;align-items:center;height:60px;display:flex;overflow:hidden}.preloader-greeting{letter-spacing:-1px;text-align:center;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:2.5rem;font-weight:300}.preloader-progress-container{flex-direction:column;gap:.75rem;width:100%;display:flex}.progress-number-container{opacity:.8;justify-content:space-between;align-items:center;width:100%;font-size:.875rem;font-weight:500;display:flex}.progress-dot{background-color:var(--accent-color);border-radius:50%;width:6px;height:6px;animation:1.5s ease-in-out infinite pulse;display:inline-block}.progress-number{font-variant-numeric:tabular-nums}.progress-bar-bg{background-color:var(--border-color);border-radius:2px;width:100%;height:2px;overflow:hidden}.progress-bar-fill{background-color:var(--text-color);width:0%;height:100%}@keyframes pulse{0%,to{opacity:.5;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}
