*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0d101a;--card-border:#353f5c;--text-white:#fff;--text-label:#8c9ac9bf;--text-value:#8c9ac9;--text-dim:#818db7bf;--text-muted:#b3b3b3;--text-brand:#49516080;--radius-card:40px;--radius-qr:70px}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{color:#fff;background-color:#0d101a;min-height:100vh;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:relative;overflow:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.page{box-sizing:border-box;background:#0d101a;flex-direction:column;justify-content:space-evenly;align-items:center;width:100%;height:100vh;padding:3vh 20px;display:flex;position:relative;overflow:hidden}.glow-group{pointer-events:none;z-index:0;width:1920px;height:1080px;position:absolute;top:0;left:50%;transform:translate(-50%)}.glow-group--top{top:-60px;left:50%;transform:translate(-50%)}.glow-group--bottom{top:auto;bottom:-60px;left:50%;transform:translate(-50%)}.glow-layer{mix-blend-mode:plus-lighter;position:absolute;overflow:visible}.glow-img{width:100%;max-width:none;height:100%;display:block}.glow-rotate180{width:100%;height:100%;transform:rotate(180deg)}.glow-layer--ellipse-top{mix-blend-mode:normal;width:910px;height:298px;top:-146px;left:485px}.glow-layer--ellipse-top .glow-img{width:auto;height:auto;position:absolute;inset:-335.57% -109.89%}.glow-layer--v1233-top{width:1224px;height:458px;top:30px;left:334px}.glow-layer--v1233-top .glow-img{width:auto;height:auto;position:absolute;inset:-65.5% -24.51%}.glow-layer--v1235-top{width:1452px;height:121px;top:30px;left:220px}.glow-layer--v1235-top .glow-img{width:auto;height:auto;position:absolute;inset:-247.93% -20.66%}.glow-layer--v1238-top{width:812px;height:121px;top:30px;left:540px}.glow-layer--v1238-top .glow-img{width:auto;height:auto;position:absolute;inset:-247.93% -36.95%}.glow-layer--v1236-top{width:742px;height:50px;top:30px;left:575px}.glow-layer--v1236-top .glow-img{width:auto;height:auto;position:absolute;inset:-400% -26.95%}.glow-layer--v1237-top{width:792px;height:27px;top:6px;left:550px}.glow-layer--v1237-top .glow-img{width:auto;height:auto;position:absolute;inset:-74.07% -2.53%}.glow-layer--v1233-bottom{width:1224px;height:458px;top:592px;left:348px}.glow-layer--v1233-bottom .glow-img{width:auto;height:auto;position:absolute;inset:-65.5% -24.51%}.glow-layer--v1235-bottom{width:1452px;height:121px;top:929px;left:234px}.glow-layer--v1235-bottom .glow-img{width:auto;height:auto;position:absolute;inset:-247.93% -20.66%}.glow-layer--v1238-bottom{width:812px;height:121px;top:929px;left:554px}.glow-layer--v1238-bottom .glow-img{width:auto;height:auto;position:absolute;inset:-247.93% -36.95%}.glow-layer--v1236-bottom{width:742px;height:50px;top:1000px;left:589px}.glow-layer--v1236-bottom .glow-img{width:auto;height:auto;position:absolute;inset:-400% -26.95%}.glow-layer--v1237-bottom{width:792px;height:27px;top:1047px;left:564px}.glow-layer--v1237-bottom .glow-img{width:auto;height:auto;position:absolute;inset:-74.07% -2.53%}.glow-layer--ellipse-bottom{mix-blend-mode:normal;width:910px;height:298px;margin-left:6px;top:928px;left:50%;transform:translate(-50%)}.glow-layer--ellipse-bottom .glow-img{width:auto;height:auto;position:absolute;inset:-335.57% -109.89%}.page>:not(.glow-group){z-index:1;position:relative}.header{z-index:10;align-items:center;width:100%;padding:0 69px;display:flex;position:relative}.brand-wrap{padding:0}.brand{color:var(--text-brand);letter-spacing:-1px;white-space:nowrap;font-family:Satoshi,Inter,sans-serif;font-size:20px;font-weight:700}.nav{border:1px solid #fff6;border-radius:15px;justify-content:center;align-items:center;gap:50px;width:289px;height:30px;display:flex;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)}.nav-link{color:#ffffff80;letter-spacing:-1px;white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:default;font-family:Satoshi,Inter,sans-serif;font-size:20px;font-weight:700;transition:color .3s}.nav-link:hover{color:#ffffffbf}.hero{text-align:center;z-index:2;margin-top:0}.logo{letter-spacing:-1.75px;color:var(--text-white);align-items:center;gap:0;font-family:Satoshi,Inter,sans-serif;font-size:35px;font-weight:700;line-height:0;display:inline-flex}.logo-text{font-style:normal;line-height:normal}.leaf-wrap{mix-blend-mode:plus-lighter;flex-shrink:0;justify-content:center;align-items:center;width:171px;height:153px;display:flex}.leaf-icon{filter:drop-shadow(0 0 30px #ffffff80)drop-shadow(0 0 60px #82aaff66);width:148px;height:124px;animation:4s ease-in-out infinite leafPulse;transform:rotate(12.5deg)}@keyframes leafPulse{0%,to{filter:drop-shadow(0 0 30px #ffffff80)drop-shadow(0 0 60px #82aaff66)}50%{filter:drop-shadow(0 0 40px #ffffffb3)drop-shadow(0 0 80px #82aaff8c)}}.card{border:2px solid var(--card-border);border-radius:var(--radius-card);mix-blend-mode:screen;transition:border-color .3s,box-shadow .3s}.card:hover{border-color:#4a5578;box-shadow:0 0 40px #648cff0f}.card__label{color:var(--text-label);white-space:nowrap;font-family:Satoshi,Inter,sans-serif;font-size:20px;font-weight:700;display:block}.card__value{color:var(--text-value);white-space:nowrap;font-family:Inter,sans-serif;font-size:25px;font-weight:700;line-height:1.2;display:block}.card__sub{color:var(--text-dim);white-space:nowrap;font-family:Satoshi,Inter,sans-serif;font-size:14px;font-weight:900;display:block}.card__title{color:var(--text-dim);letter-spacing:-1.75px;white-space:nowrap;font-family:Satoshi,Inter,sans-serif;font-size:35px;font-weight:700}.info-row{z-index:2;justify-content:space-between;align-items:center;width:100%;max-width:1348px;margin-top:0;display:flex}.card--time,.card--date{flex-direction:column;flex:1;justify-content:flex-start;max-width:406px;height:143px;padding:17.5px 36px;display:flex}.card--time{background-image:linear-gradient(163.87deg,#12142180 48.907%,#49598160 96.942%)}.card--date{background-image:linear-gradient(47.14deg,#49598160 17.1%,#12142180 81.43%)}.card--time .card__label,.card--date .card__label{margin-bottom:auto}.avatar-wrap{flex:1;justify-content:center;align-items:center;display:flex}.avatar{object-fit:cover;background:linear-gradient(135deg,#1a1e30,#2a2e45);border-radius:50%;width:143px;height:143px;transition:transform .4s,box-shadow .4s}.avatar:hover{transform:scale(1.05);box-shadow:0 0 50px #648cff33}.widgets-row{z-index:2;justify-content:center;gap:37px;width:100%;max-width:1348px;margin-top:0;display:flex}.card--music{background-image:linear-gradient(166.52deg,#12142180 48.907%,#49598160 96.942%);flex-direction:column;flex:1;justify-content:flex-start;max-width:647px;height:189px;padding:18px 36px;display:flex}.card--telegram{background-image:linear-gradient(197.79deg,#12142180 53.334%,#49598160 87.208%);flex-direction:column;flex:1;justify-content:flex-start;max-width:664px;height:189px;padding:18px 36px;display:flex}.music{align-items:center;gap:12px;width:100%;margin-top:auto;display:flex}.music__cover{object-fit:cover;opacity:.85;background:linear-gradient(135deg,#2a2e3a,#3a3e4a);border-radius:30px;flex-shrink:0;width:80px;height:80px}.music__content{flex-direction:column;flex:1;gap:8px;min-width:0;display:flex}.music__info{flex-direction:column;gap:4px;width:100%;display:flex;overflow:hidden}.music__name{color:var(--text-value);white-space:nowrap;text-overflow:ellipsis;width:100%;font-family:Inter,sans-serif;font-size:16px;font-weight:700;overflow:hidden}.music__author{color:var(--text-dim);white-space:nowrap;text-overflow:ellipsis;width:100%;font-family:Inter,sans-serif;font-size:13px;font-weight:400;overflow:hidden}.player__bar{align-items:center;width:100%;max-width:370px;height:10px;display:flex;position:relative}.player__track{background:#fff3;border-radius:2px;width:100%;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.player__progress{background:var(--text-white);border-radius:2px;width:34.17%;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.player__thumb{background:var(--text-white);border-radius:50%;width:6px;height:10px;position:absolute;top:50%;left:34.17%;transform:translate(-50%,-50%)}.player__bar:hover .player__thumb{transform:translate(-50%,-50%)scale(1.3)}.player__times{width:370px;color:var(--text-muted);justify-content:space-between;margin-top:3px;font-family:Inter,sans-serif;font-size:11px;font-weight:400;display:flex}.telegram{align-items:center;gap:12px;margin-top:auto;display:flex}.telegram__icon{border-radius:30px;flex-shrink:0;width:80px;height:80px;overflow:hidden}.telegram__icon img{object-fit:cover;opacity:.85;width:100%;height:100%}.telegram__info{flex-direction:column;gap:0;display:flex}.telegram__label,.telegram__status{color:var(--text-value);white-space:nowrap;font-family:Inter,sans-serif;font-size:16px;font-weight:700;line-height:normal}.qr-section{z-index:2;justify-content:center;width:100%;max-width:1348px;margin-top:0;display:flex;position:relative}.qr-wrapper{width:100%;max-width:1348px;height:285px;position:relative}.card--qr{border-radius:var(--radius-qr);pointer-events:none;background-image:linear-gradient(201.7deg,#12142180 43.309%,#49598160 82.419%);border-width:3px;width:100%;height:100%;position:absolute;top:0;left:0}.qr-content{z-index:2;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;width:100%;height:100%;padding:14.3px 0 13.7px;display:flex;position:absolute;top:0;left:0}.qr-image{object-fit:cover;border-radius:35px;width:155px;height:155px}.tg-pill{-webkit-backdrop-filter:blur(10px);letter-spacing:-1.75px;color:#ffffff80;cursor:pointer;background:#ffffff0d;border-radius:9999px;justify-content:center;align-items:center;width:100%;max-width:457.5px;height:102px;font-family:Satoshi,Inter,sans-serif;font-size:35px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex;position:relative}.tg-pill:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(#fff6 0%,#fff0 100%);border-radius:9999px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.tg-pill:hover{transform:scale(1.02);box-shadow:0 0 30px #ffffff14}.footer{text-align:right;pointer-events:none;z-index:10;width:100%;position:absolute;bottom:12px;right:69px}.footer span{color:var(--text-brand);letter-spacing:-1px;white-space:nowrap;padding:0 9px;font-family:Satoshi,Inter,sans-serif;font-size:20px;font-weight:700}@media (width<=1600px){.page{padding:43px 80px 38px}}@media (width<=1400px){.page{padding:30px 40px}.info-row,.widgets-row,.qr-section{max-width:100%}.card--time,.card--date{width:320px;height:130px}.avatar{width:120px;height:120px}.card--music,.card--telegram{flex:1;width:auto}.widgets-row{gap:20px}}@media (width<=900px){.page{padding:20px 18px}.header{justify-content:center}.brand-wrap{display:none}.nav{position:static;transform:none}.info-row{flex-wrap:wrap;justify-content:center;gap:14px;margin-top:16px}.card--time,.card--date{width:100%;max-width:320px;height:auto;padding:16px 24px}.avatar-wrap{flex:auto;order:-1;width:100%}.avatar{width:100px;height:100px}.widgets-row{flex-direction:column;gap:14px;margin-top:14px}.card--music,.card--telegram{width:100%;max-width:100%;height:auto;padding:18px 22px}.player{padding-left:0}.player__bar,.player__times{width:100%}.card--qr{border-radius:30px;height:auto;padding:24px 16px}.tg-pill{border-width:3px;border-radius:40px;width:auto;max-width:100%;height:auto;padding:16px 32px;font-size:20px}.card__title{font-size:24px}.music__cover,.telegram__icon{border-radius:20px;width:60px;height:60px}.logo{font-size:24px}.leaf-wrap{width:100px;height:90px}.leaf-icon{width:80px;height:70px}.card__value{font-size:20px}.qr-image{border-radius:25px;width:120px;height:120px}.glow-group{display:none}.hero{margin-top:16px}}@media (width<=480px){.info-row{flex-direction:column}.card--time,.card--date{max-width:100%}.nav{gap:30px;width:auto;padding:0 16px}.nav-link{font-size:16px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.header{animation:.7s backwards fadeInUp}.hero{animation:.7s .1s backwards fadeInUp}.info-row{animation:.7s .2s backwards fadeInUp}.widgets-row{animation:.7s .3s backwards fadeInUp}.qr-section{animation:.7s .4s backwards fadeInUp}.footer{animation:.7s .5s backwards fadeInUp}@media (width<=1024px){.glow-group{display:none}body{background:#0d101a radial-gradient(circle at top,#82aaff26 0%,#0000 70%) no-repeat fixed}.header{padding:0 20px}.nav{gap:20px;max-width:300px}.footer{right:20px}.card{padding:15px 20px}.logo-text{font-size:55px}.leaf-wrap{width:70px;height:70px}.leaf-icon{width:60px;height:60px}.card__title{font-size:24px}.card__value{font-size:20px}}@media (width<=650px){body{background:#0d101a radial-gradient(circle at top,#82aaff26 0%,#0000 70%) no-repeat fixed;min-height:100vh;overflow-y:auto}.page{background:0 0;justify-content:flex-start;width:100%;height:auto;min-height:100vh;padding:20px 15px;position:relative;overflow:visible}.glow-group{display:none}.header{flex-direction:column;gap:15px;padding:0}.brand-wrap{justify-content:center;display:flex}.nav{justify-content:center;gap:20px;width:100%;max-width:300px;height:35px;margin:0 auto;position:relative;left:0;transform:none}.nav-link{padding:6px 16px;font-size:14px}.info-row,.widgets-row{flex-direction:column;align-items:center;gap:15px;width:100%}.card{box-sizing:border-box;width:100%;max-width:350px;height:auto;min-height:120px;padding:20px}.card--time,.card--date{height:auto;min-height:100px}.card--music,.card--telegram{height:auto;min-height:120px}.music{margin-top:15px}.music__cover{width:60px;height:60px}.player__bar{width:100%}.player__progress{width:40%}.qr-section{width:100%;max-width:100%;margin-top:15px}.qr-wrapper{justify-content:center;width:100%;height:auto;display:flex}.card--qr{width:100%;max-width:350px;height:100%}.qr-content{gap:15px;width:100%;max-width:350px;height:auto;padding:30px 20px;position:relative;left:0;transform:none}.qr-image{border-radius:20px;width:120px;height:120px}.tg-pill{width:100%;max-width:280px;height:60px;font-size:16px}.logo-text{font-size:55px}.leaf-wrap{width:90px;height:90px}.leaf-icon{width:80px;height:80px}}@media (width<=768px){.logo-text{font-size:40px}.leaf-wrap{width:60px;height:60px}.leaf-icon{width:55px;height:55px}.card__label{font-size:14px}.card__value{font-size:22px}.music__cover{border-radius:15px;width:50px;height:50px}.music__name{font-size:14px}.music__author{font-size:11px}.telegram__icon{border-radius:15px;width:50px;height:50px}.telegram__label{font-size:14px}.telegram__status{font-size:11px}.footer{margin-top:20px;font-size:14px}}
