*{user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0;margin:0;box-sizing:border-box;font-family:sans-serif}.registration-container{height:100vh;height:100dvh;display:flex;flex-direction:column;align-items:center;padding:15px;box-sizing:border-box;overflow:hidden;font-family:sans-serif;background:#ebcb88}.registration-title{font-size:24px;font-weight:700;margin:0;color:#323f4f}.registration-subtitle{font-size:12px;color:#313e50;margin:8px 0 24px;text-align:center;max-width:80%}.character-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(60px,1fr));gap:12px;margin-bottom:24px;width:100%;max-width:400px}.character-card{width:60px;height:60px;border-radius:50%;overflow:hidden;border:2px solid transparent;transition:border-color .2s}.character-card img{width:100%;height:100%;object-fit:cover}.character-card.selected{border-color:#2b6cb0}.character-preview{background:url(/assets/background-CXbbJ0xt.png);background-size:contain;background-repeat:no-repeat;position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;margin-bottom:24px;display:flex;justify-content:center;background-position:center}.character-preview img{height:100%;width:auto;object-fit:contain;border-radius:16px}.registration-form{display:flex;justify-content:center;gap:12px;width:100%;max-width:400px;margin-bottom:30px}.nickname-input::placeholder{color:#aaa6d0}.nickname-input{width:100%;padding:8px 12px;font-size:12px;border:1px solid #ccc;border-radius:4px;height:32px;box-sizing:border-box;color:#323f4f}.nickname-input:focus{outline:none}.submit-button{padding:8px 16px;background-color:#3a464e;color:#ffd782;font-size:12px;border:none;border-radius:4px;height:32px}.submit-button:disabled{background-color:#aac4e0;cursor:not-allowed}.loader{color:#2b6cb0;font-size:18px}.error{color:red;margin-top:3px;font-size:10px}.input-wrapper{flex:1}.modal-backdrop{position:fixed;inset:0;background:#0000004d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000}.modal-window{position:relative;width:200px;height:268px;background:radial-gradient(circle at 50% 30%,#fff9eb,#fdf0b6 60%,#fce17c);border-radius:16px;box-shadow:0 8px 24px #0000001a;display:flex;flex-direction:column;align-items:center;padding-top:24px;background:url(/assets/reg-success-CalcaPAZ.png);background-size:cover;background-repeat:no-repeat}.modal-star{position:absolute;width:16px;height:16px}.star-1{top:12px;left:20px}.star-2{top:8px;right:24px}.modal-icon{width:63px;height:63px;margin-top:53px}.modal-title{margin:16px 0 auto;font-size:22px;font-weight:600;color:#1f2937}.modal-button{margin-bottom:24px;padding:8px 16px;background:#3a464e;color:#ffedc8;border:none;border-radius:8px;font-size:12px;width:calc(100% - 32px);height:37px}.home{position:relative;width:100vw;height:100vh;overflow:hidden;background:#e0d3b5;font-family:sans-serif;background-size:cover;background-position:bottom}.side{position:absolute;top:163px;bottom:0;width:60px;display:flex;flex-direction:column;align-items:center;padding:8px 0;gap:12px}.side-left{left:8px}.side-right{right:8px}.side .icon{position:relative;width:44px;height:50px;background:#f7f0d6;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:7px;text-align:center;color:#333}.side .icon span{margin-top:2px}.side .icon .badge{position:absolute;top:-4px;right:-4px;background:#e74c3c;color:#fff;font-size:8px;padding:0 4px;border-radius:8px}.side .icon.soon:after{content:"СКОРО";position:absolute;top:-6px;font-size:8px;background:#e74c3c;color:#fff;padding:0 4px;border-radius:4px}.topbar{position:absolute;top:0;left:0;right:0;padding:8px 16px;display:flex;justify-content:space-between;align-items:flex-start}.user-info{display:flex;flex-direction:column;gap:8px}.user-info .avatar{width:48px;height:48px;border-radius:50%;object-fit:cover}.user-info .username{color:#ffd782;font-size:11px}.stats{display:flex;align-items:center;gap:12px;font-size:12px;color:#333}.stats .level{display:flex;align-items:center;gap:4px;flex-direction:column}.stats .bar{width:80px;height:8px;background:#ccc;border-radius:4px;overflow:hidden}.stats .bar>div{height:100%;background:#61c06e}.stats .stat{display:flex;align-items:center;gap:4px}.stats .stat button{border:none;background:transparent;font-size:14px}.stats .hamburger{font-size:20px}.main-content{position:absolute;bottom:142px;left:80px;right:80px;display:flex;flex-direction:column;justify-content:center;align-items:center}.main-content-tasks{display:flex;flex-direction:column;align-items:center;height:calc(100vh - 293px);overflow:hidden}.character-wrapper{display:flex;align-items:flex-end;justify-content:center}.character{max-height:47vh;height:auto;width:auto;object-fit:contain}.footer-info{width:100%;display:flex;justify-content:space-between;padding:0 24px;font-size:14px;color:#333}.bottombar{position:fixed;bottom:13px;left:0;right:0;height:80px;background:#ffffff26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;justify-content:space-around;align-items:center;width:calc(100% - 30px);background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:10px;margin:auto;z-index:100}.bottombar .tab{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:12px;color:#666}.bottombar .tab img{width:31px;height:35px}.bottombar .tab.active{color:#333}.app-header{padding:12px;background:transparent}.app-header__user-block{display:flex;align-items:center;flex-shrink:0}.app-header__avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #f0e6c8}.app-header__username{margin-top:6px;font-size:12px;color:#ffd782;text-align:center;line-height:1.2;margin-left:10px}.app-header__cards{display:flex;align-items:center;justify-content:space-between}.app-header__card{background:#f3d59ab2;border-radius:12px;padding:6px;box-shadow:0 2px 4px #0000001a;flex-shrink:0;display:flex;flex-direction:column;height:58px!important;justify-content:center}.app-header__card--level{flex:1;margin-right:5px}.app-header__level-text{font-size:11px;color:#1f1f1f;margin-bottom:5px}.app-header__progress{position:relative;height:16px;background:#ccc;border-radius:8px;overflow:hidden}.app-header__progress-fill{height:100%;background:#61c06e}.app-header__progress-label{position:absolute;top:0;left:50%;transform:translate(-50%);font-size:12px;line-height:16px;color:#fff}.app-header__card--currency{flex:1;margin-right:5px}.app-header__row{display:flex;align-items:center;gap:6px;justify-content:space-between}.app-header__row img{width:20px;height:20px}.app-header__value{font-size:14px;color:#333}.app-header__plus{border:none;background:transparent;font-size:16px;color:#333}.app-header__divider{height:1px;background:#ddd;margin:4px 0;display:none}.app-header__card--audience{flex:1}.app-header__card--menu{width:48px;height:48px;justify-content:center;align-items:center;padding:0}.app-header__hamburger{font-size:24px;color:#333}.app-header__top{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.app-header__row-top{border-bottom:1px solid #D9B164;padding-bottom:3px}.app-header__row-bottom{padding-top:3px}.bottombar .tab span{color:#fff}.footer-top-panel{width:100%;position:absolute;top:-35px;display:flex;justify-content:space-between;align-items:center}.footer-top-panel-left-span1{display:block;font-size:12px;color:#fea100}.footer-top-panel-left-span2{display:block;font-size:12px;font-weight:600;color:#ffd782}.footer-top-panel-right{display:flex;align-items:center}.footer-top-panel-right img{margin-right:3px}.footer-top-panel-right span{background:linear-gradient(188.95deg,#00b3ff 6.4%,#00f0ff 92.87%);-webkit-background-clip:text;background-clip:text;color:transparent;font-size:16px}.loader{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.loader__bar{width:70%;max-width:520px;height:32px;background:#ffcc6614;border-radius:32px;overflow:hidden;margin-bottom:4px;box-shadow:0 0 16px 2px #ffb84d,0 0 0 4px #ffb84d26 inset;border:3px solid #ffb84d;position:relative}.loader__progress{height:100%;background:linear-gradient(90deg,#ffd782,#ffb84d);box-shadow:0 0 16px 2px #ffb84d;border-radius:32px 0 0 32px;transition:width .2s cubic-bezier(.4,1.3,.6,1)}.loader__text{font-size:27px;color:#ffd782;font-family:Georgia,serif;text-align:center;text-shadow:0 0 8px #ffb84d,0 0 2px #fff;margin-top:12px;margin-bottom:38px}.onboarding-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.onboarding-content{background:#fff;padding:24px;border-radius:8px;text-align:center;overflow-y:auto;width:100%;height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.onboarding-content h1{margin-bottom:16px;font-size:24px}.onboarding-content img{max-width:100%;height:auto;margin:16px 0}.onboarding-content p{margin-bottom:24px;font-size:16px;color:#333}.onboarding-content button{padding:12px 24px;background:#4d49fc;color:#fff;border:none;border-radius:4px;font-size:16px}.side .icon{width:44px;height:50px;font-size:7px}.side .icon img{width:24px;height:24px}@media (max-height: 722px){.side .icon{width:36px;height:40px;font-size:6px}.side .icon img{width:20px;height:20px}}@media (max-height: 652px){.side .icon{width:28px;height:32px;font-size:5px}.side .icon img{width:16px;height:16px}}@media (max-height: 601px){.side .icon{width:30px;height:28px;font-size:5px}.side .icon img{width:17px;height:12px}}@media (max-height: 580px){.side .icon{width:30px;height:26px;font-size:5px}.side .icon img{width:19px;height:15px}}.tasks-tabs{display:flex;gap:5px;margin-bottom:18px;justify-content:space-between;width:100%;box-sizing:border-box}.tasks-tabs button{flex:1;border-radius:20px;padding:10px 0;font-weight:700;font-size:12px;background:#f3a900;color:#fff;border:none;transition:background .2s,color .2s;outline:none;box-sizing:border-box}.tasks-tabs button.active{background:orange;color:#fff;box-shadow:0 2px 8px #ffb80026}.tasks-tabs button:not(.active){background:#888;color:#fff}.tasks-scrollable{overflow-y:auto;padding-right:4px;display:flex;flex-direction:column;gap:7px}.tasks-container{width:100%;padding:0 12px;box-sizing:border-box;overflow:auto}.task-card{display:flex;align-items:center;background:#3a2e1a;border-radius:18px;padding:18px 20px;box-shadow:0 2px 8px #00000014;justify-content:space-between;min-height:70px;background-size:101%;background-position:left;background-repeat:no-repeat;max-height:80px}.task-card-left{display:flex;flex:2;flex-direction:column}.task-card-icon2{width:40px;height:40px;background:#fff;border-radius:50%;padding:7px;object-fit:contain;box-shadow:0 2px 8px #00000012;margin-right:12px}.task-card-icon{width:40px;height:40px;background:#fff;border-radius:50%;padding:7px;object-fit:contain;box-shadow:0 2px 8px #00000012}.task-card-title{font-size:12px;font-weight:600;color:#fff;margin-bottom:7px}.task-card-reward{display:flex;align-items:center;gap:4px;font-size:14px;color:#ffb800;font-weight:600}.task-reward-note{font-size:18px;margin-right:2px;width:15px;height:15px;object-fit:contain}.task-reward-gem{font-size:18px;color:#00eaff;margin-right:2px}.task-card-center{flex:1;text-align:center;font-size:18px;color:#fff;font-weight:600}.task-card-progress{border-radius:12px;padding:4px 12px;font-size:16px}.task-card-right{flex:1;display:flex;justify-content:flex-end}.task-btn{border:none;border-radius:14px;padding:10px 22px;font-size:11px;font-weight:700;transition:background .2s,color .2s}.task-btn.done{background:#3ec46d;color:#fff}.task-btn.claim{background:#ffb800;color:#222}.task-btn.locked{background:#666157;color:#fff;opacity:.7;cursor:not-allowed}.tasks-empty{color:#fff;text-align:center;margin-top:40px;font-size:18px;opacity:.7}.task-card-reward-coin{display:flex;align-items:center}.task-card-reward-coin img{margin-right:8px}@media (max-width: 381px){.task-btn{font-size:9px}.task-card-progress{font-size:12px}.task-card-title{font-size:10px}.task-card-reward-coin,.task-card-reward{font-size:11px}}body{background-color:#b4790c!important}.tapper{position:relative;width:200px;margin:40px auto;text-align:center}.tap-button{padding:12px 24px;font-size:18px;border:none;border-radius:8px;background:#61c06e;color:#fff;cursor:pointer}.tap-button:disabled{background:#ccc;cursor:not-allowed}.stats{margin-top:12px;font-size:16px}.error{color:red;margin-top:8px}.pop{position:absolute;top:-50px;left:50%;transform:translate(-50%);font-size:20px;color:#f5a623;animation:pop .8s ease-out forwards}@keyframes pop{0%{opacity:1;transform:translate(-50%) scale(1)}50%{opacity:.8;transform:translate(-50%,-40px) scale(1.2)}to{opacity:0;transform:translate(-50%,-80px) scale(1.4)}}.daily-reward-popup-overlay{position:fixed;inset:0;background:#00000040;z-index:1000;display:flex;align-items:center;justify-content:center}.daily-reward-popup-modal{background:#ffa600;border-radius:8px;padding:22px 15px;max-width:95vw;box-shadow:0 8px 32px #0000002e;position:relative}.daily-reward-popup-header{display:flex;align-items:center;margin-bottom:18px;border-bottom:1px solid #BC6F00}.daily-reward-popup-gift{width:64px;height:64px;margin-bottom:8px}.daily-reward-popup-title{font-size:20px;font-weight:700;color:#fff;margin-bottom:4px;text-align:left}.daily-reward-popup-month{font-size:11px;color:#5245ae;margin-bottom:12px;text-align:left;font-weight:700}.daily-reward-popup-grid{margin-bottom:24px;height:calc(100vh - 361px);overflow:scroll;display:flex;flex-wrap:wrap;justify-content:space-between}.daily-reward-popup-cell{background:#353535;border-radius:4px;padding:10px 0 0;display:flex;flex-direction:column;align-items:center;position:relative;min-width:64px;box-sizing:border-box;margin-bottom:13px;overflow:hidden}.daily-reward-popup-cell-claimed{background:#e0e0e0;color:#bdbdbd;opacity:.9}.daily-reward-popup-cell-today{background:#51b365;color:#fff}.daily-reward-popup-cell-future{background:#353535;color:#fff}.daily-reward-popup-icon-wrap{position:relative;width:41px;height:41px;margin-bottom:4px;background:#d9d9d9;border-radius:100%;display:flex;align-items:center;justify-content:center}.daily-reward-popup-icon{width:29px;height:29px;display:block}.daily-reward-popup-check{position:absolute;top:-5px;right:-11px;width:16px;border-radius:50%}.daily-reward-popup-amount{font-size:8px;font-weight:700;margin-bottom:2px}.daily-reward-popup-day{font-size:9px;color:#5245ae;opacity:.85;width:100%;text-align:center;padding:4px 0;background:#fff}.daily-reward-popup-claim-btn{width:100%;background:#3dca59;color:#fff;font-size:11px;font-weight:700;border:none;border-radius:9px;padding:14px 0;cursor:pointer;transition:background .2s;max-width:102px;margin:auto;display:block}.daily-reward-popup-claim-btn:disabled{background:#bdbdbd;color:#fff;cursor:not-allowed}.daily-reward-popup-close{position:absolute;top:12px;right:18px;background:none;border:none;font-size:2rem;color:#fff;cursor:pointer;line-height:1;z-index:2}.daily-reward-popup-header-title{margin-left:10px}.profile-root{background-color:#b4790c;padding-bottom:80px}.profile-banner{position:relative;width:100%;height:125px}.profile-banner-bg{width:100%;height:100%;object-fit:cover}.profile-banner-gradient{position:absolute;inset:0;background:linear-gradient(180deg,#b4790c00 60%,#b4790c)}.profile-banner-avatar-block{position:absolute;left:16px;bottom:-40px;display:flex;align-items:center}.profile-banner-avatar{width:100%;height:100%;border-radius:50%;border:4px solid #fff;object-fit:cover;background:#fff}.profile-banner-info{margin-left:12px}.profile-banner-name{color:#fff;font-size:22px;font-weight:700}.profile-banner-role{color:#fff;font-size:12px;opacity:.85}.profile-banner-menu{position:absolute;top:16px;right:16px;width:36px;height:36px;background:#fff3;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;color:#fff}.profile-main{margin-top:60px;padding:0 16px;height:calc(100vh - 294px);overflow:scroll}.profile-releases{display:flex;gap:8px;justify-content:space-between;margin-bottom:16px}.profile-release-card{flex:1 1 0;max-width:30%;background:#f6f6f6cc;border-radius:18px;padding:12px 0;display:flex;flex-direction:column;align-items:center}.profile-release-icon{width:22px;height:22px;margin-bottom:4px}.profile-release-value{font-size:20px;font-weight:600;color:#373737;margin-bottom:4px}.profile-release-label{font-size:10px;color:#373737;text-align:center;width:73%}.profile-listens{background:#fff;border-radius:8px;padding:12px 16px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center}.profile-listens-left{display:flex;align-items:center}.profile-listens-icon{width:32px;height:32px}.profile-listens-title{font-size:12px;font-weight:600;color:#000;margin-bottom:4px}.profile-listens-subtitle{font-size:11px;color:#5245ae;font-weight:500}.profile-listens-right{text-align:right}.profile-listens-value{font-size:14px;font-weight:600;color:#000}.profile-listens-today{font-size:11px;color:#5245ae;font-weight:600}.profile-stats{position:relative;background:linear-gradient(135deg,#3e5bff,#b4790c);border-radius:18px;padding:16px;color:#fff;margin-bottom:16px}.profile-stats-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.profile-stats-listeners{font-size:24px;font-weight:700}.profile-stats-label{font-size:14px;opacity:.8}.profile-stats-avatars{display:flex;margin-left:auto}.avatar-overlap{width:32px;height:32px;border-radius:50%;border:2px solid #fff;margin-left:-10px;object-fit:cover}.profile-stats-fans{font-size:18px;font-weight:700}.profile-stats-fans-label{font-size:12px;opacity:.8}.profile-stats-chart{height:60px;background:#fff3;border-radius:12px}.profile-income-row{display:flex;gap:8px;margin-bottom:16px}.profile-income-card{flex:1;background:#fff;border-radius:18px;padding:12px}.profile-income-title{font-size:12px;color:#b4790c;opacity:.8}.profile-income-value{font-size:20px;font-weight:700;color:#b4790c;margin:4px 0}.profile-income-royalties{font-size:12px;color:#b4790c;opacity:.8}.profile-card{flex:1;background:#333;border-radius:18px;padding:12px;color:#fff;display:flex;flex-direction:column;justify-content:space-between}.profile-card-name{font-size:16px;font-weight:700}.profile-card-type{font-size:12px;opacity:.7}.profile-card-icon{width:32px;height:32px;align-self:flex-end;opacity:.5}.profile-awards{background:#fff;border-radius:18px;padding:12px 16px;margin-bottom:16px}.profile-awards-header{display:flex;align-items:center;margin-bottom:8px}.profile-awards-icon{width:48px;height:48px;margin-right:8px}.profile-awards-title{font-size:12px;font-weight:700;color:#000;margin-bottom:7px}.profile-awards-link{font-size:11px;color:#5245ae;cursor:pointer}.profile-awards-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.profile-awards-cell{width:36px;height:36px;background:#eee;border-radius:8px;display:flex;align-items:center;justify-content:center}.profile-awards-cell-icon{width:24px;height:24px}.profile-awards-cell-empty{color:#bbb;font-size:16px}.profile-root{padding-bottom:100px}.profile-banner-photo{width:100%;height:100%;object-fit:cover}.profile-banner-bottom-left{width:73px;height:73px}.profile-banner-bottom{display:flex;align-items:flex-end;position:absolute;bottom:-50px;width:100%;justify-content:flex-start;padding:0 10px}.profile-banner-bottom-right{margin-left:10px;margin-bottom:6px}.profile-banner-bottom-right-name{font-weight:700;font-size:22px;color:#ffefc0}.profile-banner-bottom-right-role{font-size:12px;font-weight:600;color:#f9e0c8}.profile-releases-title{font-size:20px;font-weight:700;color:#ffefc0;margin-bottom:10px}.profile-listens-icon-container{margin-right:8px;background-color:#8a19d6;border-radius:6px;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.sc-card{position:relative;width:100%;max-width:600px;padding:24px;border-radius:24px;background-size:cover;background-position:center;color:#fff;display:flex;flex-direction:column;gap:32px;box-shadow:0 4px 16px #0000001a;margin-bottom:15px;background-repeat:no-repeat}.sc-row{display:flex;justify-content:space-between;align-items:center}.sc-info{display:flex;flex-direction:column}.sc-label{font-size:16px}.sc-value{font-size:34px;font-weight:700;margin-top:4px}.sc-avatars{position:relative;height:64px;flex:1}.sc-avatar{position:absolute;top:0;width:38px;height:38px;border:4px solid #B69FFF;border-radius:50%;object-fit:cover;background-color:#fff}.sc-chart{width:139px;height:53px;border-radius:40px}.statBg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0;object-fit:cover}
