*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(180deg,#7f8bf8,#bdb8f3,#d9e9fd);background-attachment:fixed;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.container{width:100%;max-width:1200px;display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.screen{background:#d9e9fd33;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:30px;width:100%;max-width:480px;box-shadow:0 8px 32px #7f8bf826;border:1px solid rgba(189,184,243,.3)}body.auth-page{padding:0}body.auth-page .auth-wallet-container{min-height:100vh;padding-bottom:0}body.auth-page .auth-wallet-container .container{flex:1;display:flex;align-items:center;justify-content:center;max-width:480px;width:100%;margin-left:auto;margin-right:auto;padding:20px;box-sizing:border-box}.screen.signup-layout{max-width:900px;display:flex;gap:40px;align-items:flex-start;padding:40px}.signup-layout .logo-section{flex:1;margin-bottom:0;padding-top:20px}.signup-layout .form-container{flex:1;min-width:0}.logo-section{display:flex;flex-direction:column;align-items:center;margin-bottom:40px}.logo-container{position:relative;width:120px;height:120px;margin-bottom:15px}.logo-circle{position:absolute;border-radius:50%}.logo-main{width:80px;height:80px;background:#ffffff4d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#7f8bf8;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;border:2px solid rgba(189,184,243,.6)}.logo-orb-1{width:60px;height:60px;background:#ffb6c166;left:10px;top:10px;z-index:1}.logo-orb-2{width:50px;height:50px;background:#bdb8f366;right:5px;bottom:5px;z-index:2}.logo-name{font-size:24px;font-weight:700;color:#7f8bf8;text-align:center}.header{display:flex;align-items:center;margin-bottom:30px}.back-arrow{width:24px;height:24px;margin-right:15px;cursor:pointer;color:#7f8bf8;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;line-height:1;-webkit-user-select:none;user-select:none;transition:all .2s ease}.back-arrow:hover{color:#6d7ae8;transform:translate(-2px)}.header-title{font-size:24px;font-weight:600;color:#3a4ab8}.auth-form-heading{text-align:center;margin-bottom:20px}.form-group{margin-bottom:20px}.input-field{width:100%;padding:15px 50px 15px 20px;background:#d9e9fd80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(189,184,243,.5);border-radius:12px;font-size:16px;color:#7f8bf8;outline:none;transition:all .3s ease}.screen,.wallet-card{border:1px solid rgba(189,184,243,.3)!important;border-radius:20px}.input-field[value]:not([value=""]){color:#6d7ae8}input[type=email].input-field:not(:placeholder-shown),input[type=text].input-field:not(:placeholder-shown),input[type=password].input-field:not(:placeholder-shown){color:#6d7ae8}.input-field[type=password]{font-family:Courier New,monospace;letter-spacing:2px}.input-field::placeholder{color:#7f8bf899}.input-field:focus{background:#d9e9fdb3;border-color:#bdb8f3;box-shadow:0 4px 12px #7f8bf84d}.input-wrapper{position:relative}.password-toggle{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#7f8bf8;font-size:18px;padding:5px;display:flex;align-items:center;justify-content:center;z-index:10}.password-toggle:hover{opacity:.7}.password-toggle[data-eye=closed]{opacity:.5}.checkbox-group{display:flex;align-items:flex-start;margin-bottom:15px;gap:12px}.checkbox{width:20px;height:20px;min-width:20px;margin-top:2px;cursor:pointer;accent-color:#7F8BF8}.checkbox-label{font-size:12px;color:#7f8bf8;line-height:1.5;flex:1}.btn{width:100%;padding:15px;background:#fff;color:#000;border:none;border-radius:12px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;box-shadow:0 4px 12px #0000001a}.btn:hover{background:#f8f8f8;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.btn:active{transform:translateY(0)}.form-footer{margin-top:20px;text-align:center}.footer-link{color:#7f8bf8;text-decoration:none;font-size:14px;font-weight:500;transition:all .3s ease}.footer-link:hover{color:#6d7ae8;text-decoration:underline}body.landing-page{align-items:center;justify-content:center;padding:0}.landing-container{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;min-height:100vh;padding:40px 20px;position:relative}.landing-logo-section{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;margin-top:60px}.landing-logo-section .logo-container{margin-bottom:20px}.landing-logo-section .logo-name{margin-top:10px}.landing-actions{width:100%;display:flex;flex-direction:column;gap:15px;margin-top:auto;padding-bottom:40px}.landing-btn{width:100%;padding:18px 24px;background:#fff;color:#000;border:none;border-radius:12px;font-size:16px;font-weight:600;text-align:center;text-decoration:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center}.landing-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000026}.landing-btn:active{transform:translateY(0)}@media(max-width:768px){.container{flex-direction:column}.screen{max-width:100%}.screen.signup-layout{flex-direction:column;gap:30px}.signup-layout .logo-section{margin-bottom:20px}.landing-container{max-width:100%;padding:30px 20px}.landing-actions{flex-direction:column;gap:12px}.landing-btn{width:100%}}body.wallet-page{background:linear-gradient(180deg,#7f8bf8,#bdb8f3,#d9e9fd);background-attachment:fixed;min-height:100vh;padding:0;margin:0;position:relative;overflow-x:hidden}body.wallet-page:before{content:"";position:fixed;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 20% 30%,rgba(189,184,243,.2) 0%,transparent 50%),radial-gradient(circle at 80% 70%,rgba(127,139,248,.15) 0%,transparent 50%),radial-gradient(ellipse at 50% 50%,rgba(217,233,253,.1) 0%,transparent 60%);pointer-events:none;z-index:0}body.wallet-page>*{position:relative;z-index:1}.wallet-container{width:100%;max-width:480px;margin:0 auto;min-height:100vh;display:flex;flex-direction:column;padding-bottom:80px;box-sizing:border-box}.wallet-header{padding:16px 12px 12px;width:100%;box-sizing:border-box}.wallet-header-inner{display:flex;align-items:center;width:100%;gap:8px;min-height:52px}.wallet-header-left{flex:1 1 0;display:flex;align-items:center;justify-content:flex-start;min-width:0}.wallet-header-right{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end;min-width:0}.wallet-logo-wrap{display:block;line-height:0;flex-shrink:0}.wallet-logo-img{height:48px;width:auto;max-width:160px;object-fit:contain;display:block}.wallet-title{flex:0 1 auto;font-size:22px;font-weight:700;color:#3a4ab8;margin:0;padding:0 4px;text-align:center;min-width:0;line-height:1.2}.wallet-header .lang-switcher{position:static;margin-top:0;z-index:100}.wallet-header .custom-select{position:relative;cursor:pointer;background:#fffffff2;border-radius:6px;padding:4px 8px;min-width:80px;color:#1b1b18;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid rgba(0,0,0,.1);box-shadow:0 2px 8px #0000001a}.wallet-header .custom-select .selected-option{display:flex;align-items:center;gap:4px;font-size:12px}.wallet-header .custom-select .options{display:none;position:absolute;top:100%;right:0;margin-top:5px;background:#fff;border-radius:6px;overflow:hidden;min-width:100px;box-shadow:0 4px 15px #0003;border:1px solid rgba(0,0,0,.1)}.wallet-header .custom-select.open .options{display:block}.wallet-header .custom-select .option{padding:6px 10px;display:flex;align-items:center;gap:6px;color:#1b1b18;font-size:12px;transition:background .2s}.wallet-header .custom-select .option:hover{background:#0000000d}@media(max-width:380px){.wallet-logo-img{height:38px;max-width:120px}.wallet-title{font-size:17px}}.wallet-content{padding:20px;flex:1;width:100%;box-sizing:border-box}.wallet-card{width:100%;max-width:100%;background:#ffffff4d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:20px;margin-bottom:20px;border:1px solid rgba(189,184,243,.3);box-shadow:0 8px 32px #7f8bf826;box-sizing:border-box}.card-title{font-size:18px;font-weight:700;color:#000;margin:0 0 15px}.value-section{display:flex;flex-direction:column;gap:10px}.value-label{display:flex;align-items:center;gap:8px;font-size:14px;color:#000}.value-dot{width:8px;height:8px;border-radius:50%;background:#7f8bf8}.value-display{display:flex;align-items:baseline;gap:10px}.dollar-amount{font-size:32px;font-weight:700;color:#000}.coin-equivalent{font-size:16px;color:#000}.records-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.see-all-link{color:#7f8bf8;text-decoration:none;font-size:14px;font-weight:500}.see-all-link:hover{text-decoration:underline}.records-list{display:flex;flex-direction:column;gap:15px}.record-item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid rgba(189,184,243,.3)}.record-item:last-child{border-bottom:none}.record-left{flex:1;min-width:0}.record-title{font-size:14px;font-weight:600;color:#000;margin-bottom:4px}.record-date{font-size:12px;color:#666}.record-middle{flex:0 0 auto;text-align:center;margin:0 15px}.record-amount{font-size:14px;font-weight:600;color:#000;margin-bottom:4px}.record-coin{font-size:12px;color:#666}.record-right{flex:0 0 auto;text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.status-btn{padding:8px 16px;border-radius:20px;border:none;font-size:12px;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.claim-btn{background:#fff;color:#000;box-shadow:0 2px 8px #0000001a}.claim-btn:hover{background:#f8f8f8;transform:translateY(-1px)}.pending-btn{background:#bdb8f3;color:#fff}.claimed-btn{background:#e0e0e0;color:#000}.status-text{font-size:11px;color:#666}.bottom-nav{position:fixed;z-index:999;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;background:#ffffff4d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-top:1px solid rgba(189,184,243,.3);border-left:1px solid rgba(189,184,243,.3);border-right:1px solid rgba(189,184,243,.3);border-radius:20px 20px 0 0;display:flex;justify-content:space-around;align-items:center;padding:8px 0;box-shadow:0 -4px 20px #7f8bf81a;flex-wrap:wrap;gap:2px}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#999;transition:all .3s ease;padding:4px 8px;border-radius:12px;flex:1;min-width:0}.nav-item.active{color:#7f8bf8;background:#7f8bf833}.nav-icon{font-size:18px;margin-bottom:2px}.nav-icon-wrapper{position:relative;display:inline-block;margin-bottom:4px}.nav-icon-wrapper .nav-icon{margin-bottom:0}.nav-notification-dot{position:absolute;top:-4px;right:-4px;width:10px;height:10px;background:#f44;border-radius:50%;border:2px solid rgba(255,255,255,.3);box-sizing:border-box;z-index:10}.nav-label{font-size:10px;font-weight:500}@media(max-width:480px){.wallet-container{padding-bottom:80px}.record-item{flex-wrap:wrap;gap:10px}.record-middle{order:3;width:100%;text-align:left;margin:0}.withdraw-form{gap:15px}.form-group{gap:6px}.form-label{font-size:13px}.withdraw-select,.input-field{padding:12px 15px;font-size:15px}.withdraw-select{padding-right:40px;background-position:right 12px center}.profile-header{flex-direction:column;text-align:center;gap:15px}.avatar-circle{width:70px;height:70px;font-size:35px}.profile-name{font-size:18px}.stat-item{flex-direction:column;align-items:flex-start;gap:5px}.settings-item{padding:12px 0}}.task-tabs{display:flex;justify-content:center;gap:20px;padding:15px 20px;border-bottom:1px solid rgba(189,184,243,.2)}.task-tab{background:none;border:none;font-size:16px;font-weight:600;color:#999;cursor:pointer;padding:8px 16px;transition:all .3s ease;position:relative}.task-tab.active{color:#7f8bf8}.task-tab.active:after{content:"";position:absolute;bottom:-15px;left:0;right:0;height:2px;background:#7f8bf8;border-radius:2px}.task-card{width:100%;background:#ffffff4d;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:20px;padding:20px;margin-bottom:20px;border:1px solid rgba(189,184,243,.3);box-shadow:0 8px 32px #7f8bf826}.task-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.task-title{font-size:16px;font-weight:700;color:#7f8bf8;margin:0}.task-reward{font-size:16px;font-weight:700;color:#7f8bf8}.task-description{font-size:12px;color:#666;margin:0 0 15px;line-height:1.4}.progress-container{margin-bottom:15px}.progress-bar{width:100%;height:30px;background:#d9e9fd80;border-radius:15px;overflow:hidden;position:relative;border:1px solid rgba(189,184,243,.3);display:flex;align-items:center;justify-content:center;box-sizing:border-box}.progress-fill{position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,#bdb8f3,#ffb6c1);border-radius:15px;transition:width .3s ease;min-width:60px}.progress-text{position:relative;z-index:2;color:#fff;font-size:12px;font-weight:600;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.3)}.task-action-btn{width:100%;max-width:100%;padding:12px;background:#fff;color:#000;border:none;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;box-sizing:border-box}.task-action-btn:hover{background:#f8f8f8;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.task-action-btn:active{transform:translateY(0)}body.home-page{background:linear-gradient(180deg,#7f8bf8,#bdb8f3,#d9e9fd);background-attachment:fixed}.home-top-controls{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;gap:10px;flex-wrap:wrap}.home-control-btn{padding:8px 16px;background:#ffffffe6;border:none;border-radius:20px;font-size:12px;font-weight:600;color:#000;cursor:pointer;transition:all .3s ease;white-space:nowrap}.home-control-btn:hover{background:#fff;transform:translateY(-1px)}.skip-btn{flex:0 0 auto}.limit-btn{flex:1 1 auto;min-width:0;font-size:11px;padding:8px 12px}.home-control-right{display:flex;align-items:center;gap:10px;flex:0 0 auto}.home-control-icon{width:36px;height:36px;border-radius:50%;background:#ffffffe6;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#000;padding:0}.home-control-icon:hover{background:#fff;transform:scale(1.05)}.home-control-icon svg{width:20px;height:20px}.home-control-badge{width:36px;height:36px;border-radius:50%;background:#ffffffe6;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;color:#000}.home-video-section{flex:1;display:flex;flex-direction:column;padding:0 20px 20px;overflow:hidden}.home-video-container{width:100%;max-width:100%;position:relative;border-radius:12px;overflow:hidden;margin-bottom:15px;background:#000;aspect-ratio:9 / 16}.home-video-container .plyr{border-radius:12px;overflow:hidden;width:100%;height:100%}.home-video-container .plyr__video-wrapper{width:100%;height:100%;position:relative}.home-video-container video{width:100%;height:100%;object-fit:cover;display:block}.home-video-info{padding:0 5px;text-align:left;align-self:flex-start;width:100%}.home-company-name{font-size:20px;font-weight:700;color:#fff;margin:0 0 8px}.home-video-details{font-size:14px;color:#ffffffb3;margin:0;line-height:1.5}.home-page .plyr{--plyr-color-main: #7F8BF8;--plyr-video-background: #000}.home-page .plyr__control--overlaid{background:#7f8bf8e6}.home-page .plyr__control--overlaid:hover{background:#7f8bf8}.home-page .plyr__controls{background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.7) 100%);border-radius:0 0 12px 12px}.withdraw-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-label{font-size:14px;font-weight:600;color:#000}.withdraw-select{width:100%;padding:15px 45px 15px 20px;background:#d9e9fd80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(189,184,243,.5);border-radius:12px;font-size:16px;color:#7f8bf8;outline:none;transition:all .3s ease;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%237F8BF8' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center}.withdraw-select:focus{background:#d9e9fdb3;border-color:#bdb8f3;box-shadow:0 4px 12px #7f8bf84d}.withdraw-select option{background:#d9e9fde6;color:#7f8bf8;padding:10px}.withdraw-submit-btn,.withdraw-btn{margin-top:10px;background:#7f8bf8;color:#fff}.withdraw-submit-btn:hover,.withdraw-btn:hover{background:#6d7ae8;transform:translateY(-2px);box-shadow:0 6px 20px #7f8bf866}.withdraw-submit-btn:disabled,.withdraw-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.withdraw-submit-btn:disabled:hover,.withdraw-btn:disabled:hover{transform:none;box-shadow:0 4px 12px #0000001a}.profile-header{display:flex;align-items:center;gap:20px}.profile-avatar{flex:0 0 auto}.avatar-circle{width:80px;height:80px;border-radius:50%;background:#7f8bf833;display:flex;align-items:center;justify-content:center;font-size:40px;border:3px solid rgba(127,139,248,.3)}.profile-info{flex:1;min-width:0}.profile-name{font-size:20px;font-weight:700;color:#000;margin:0 0 6px}.profile-email{font-size:14px;color:#666;margin:0 0 4px}.profile-id{font-size:12px;color:#999;margin:0}.profile-stats{display:flex;flex-direction:column;gap:15px}.stat-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(189,184,243,.2)}.stat-item:last-child{border-bottom:none}.stat-label{font-size:14px;color:#666}.stat-value{font-size:16px;font-weight:700;color:#000}.settings-list{display:flex;flex-direction:column;gap:0}.settings-item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;text-decoration:none;color:inherit;border-bottom:1px solid rgba(189,184,243,.2);transition:all .3s ease}.settings-item:last-child{border-bottom:none}.settings-item:hover{background:#7f8bf80d;padding-left:5px;padding-right:5px;margin-left:-5px;margin-right:-5px;border-radius:8px}.settings-left{display:flex;align-items:center;gap:12px;flex:1}.settings-icon{font-size:20px;width:24px;text-align:center}.settings-label{font-size:16px;font-weight:500;color:#000}.settings-arrow{font-size:24px;color:#7f8bf8;font-weight:300}.logout-btn{background:#f44;color:#fff;margin-top:0}.logout-btn:hover{background:#f33;transform:translateY(-2px);box-shadow:0 6px 20px #f446}.balance-section{display:flex;flex-direction:column;gap:15px}.balance-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid rgba(189,184,243,.2)}.balance-item:last-child{border-bottom:none}.balance-label{font-size:14px;color:#666}.balance-value{font-size:18px;font-weight:700;color:#000}.ktk-balance{color:#7f8bf8}.usd-balance{color:#000}.token-price-section{padding:10px 0}.price-display{display:flex;flex-direction:column;gap:8px}.price-label{font-size:14px;color:#666}.price-value{font-size:32px;font-weight:700;color:#7f8bf8}.price-change{font-size:14px;font-weight:600;padding:4px 12px;border-radius:12px;display:inline-block;width:fit-content}.price-change.positive{background:#4caf501a;color:#4caf50}.price-change.negative{background:#f443361a;color:#f44336}.chart-container{position:relative;height:250px;width:100%;margin-top:15px}.chart-period-select{padding:6px 28px 6px 12px;background:#d9e9fd80;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(189,184,243,.5);border-radius:8px;font-size:12px;font-weight:500;color:#7f8bf8;outline:none;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath fill='%237F8BF8' d='M5 7L1 3h8z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;transition:all .3s ease}.chart-period-select:focus{background:#d9e9fdb3;border-color:#bdb8f3;box-shadow:0 2px 8px #7f8bf84d}.chart-period-select option{background:#d9e9fde6;color:#7f8bf8}.chart-container{height:200px}.price-value{font-size:28px}.balance-value{font-size:16px}@media(max-width:480px){.home-top-controls{padding:12px 15px}.limit-btn{font-size:10px;padding:6px 10px}.home-control-btn{font-size:11px;padding:6px 12px}.home-control-icon,.home-control-badge{width:32px;height:32px}.home-video-section{padding:0 15px 15px}.home-company-name{font-size:18px}.home-video-details{font-size:13px}}
