:root{color-scheme:light}body,html{margin:0;padding:0;width:100%;min-height:100vh;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}@media (min-width:1025px){body,html{overflow:hidden;height:100vh}.page-layout{display:flex;justify-content:center;align-items:stretch;gap:20px;padding:20px;max-width:1400px;margin:0 auto;height:100vh;box-sizing:border-box;overflow:hidden}}@media (max-width:1024px){body,html{overflow-y:auto;overflow-x:hidden;height:auto}.page-layout{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:15px;padding:15px;width:100%;max-width:100%;margin:0;min-height:100vh;box-sizing:border-box;overflow-x:hidden}}@media (min-width:1025px){.container{flex:1;min-width:0;max-width:420px;padding:40px 24px 60px;text-align:center;box-sizing:border-box;position:relative;overflow:hidden;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}}@media (max-width:1024px){.container{order:1;width:100%;max-width:100%;flex:0 0 auto;min-height:0;overflow:visible;padding:20px 15px;text-align:center;box-sizing:border-box;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-start}}.logo{width:120px;height:120px;border-radius:50%;object-fit:cover;margin-bottom:20px}.welcome-text{font-size:28px;font-weight:700;margin:0 0 30px;color:#1cb0f6}.stats-container{display:flex;justify-content:space-between;gap:12px;padding:20px 16px;background:#fff;border-radius:20px;box-shadow:0 10px 35px rgba(16,43,138,.12)}.auth-actions{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px;flex-wrap:wrap}.auth-button{display:inline-flex;justify-content:center;align-items:center;min-width:90px;padding:8px 16px;border-radius:999px;border:none;background:linear-gradient(135deg,#1cb0f6,#199ae0);color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;flex:0 0 auto}.auth-button:hover{transform:translateY(-1px);box-shadow:0 6px 16px rgba(28,176,246,.35)}.auth-button.secondary{background:#f5f7fb;color:#4a5568;box-shadow:none}.auth-button.secondary:hover{box-shadow:inset 0 0 0 1px rgba(28,176,246,.25)}.auth-placeholder{display:none;justify-content:center;align-items:center;height:64px;margin-bottom:10px}.dots-loader{display:inline-flex;align-items:center;gap:6px}.dots-loader span{width:8px;height:8px;border-radius:50%;background:#1cb0f6;opacity:.25;animation:1.2s ease-in-out infinite dotPulse}.dots-loader span:nth-child(2){animation-delay:.15s}.dots-loader span:nth-child(3){animation-delay:.3s}@keyframes dotPulse{0%,100%,80%{opacity:.25;transform:scale(1)}40%{opacity:1;transform:scale(1.4)}}.stat-item{flex:1;text-align:center}.stat-value{font-size:20px;font-weight:700;color:#1cb0f6;margin-bottom:6px}.stat-label{font-size:12px;font-weight:500;color:#8f9eb1}.divider{width:100%;height:1px;background-color:#edf1f7;margin:26px 0}.grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0}.grid-item{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 12px;background:#fff;border:1px solid #edf1f7;border-radius:16px;cursor:pointer;transition:transform .2s,box-shadow .2s;outline:0;appearance:none;text-align:center}.grid-item:focus-visible,.grid-item:hover{transform:translateY(-2px);box-shadow:0 8px 18px rgba(28,176,246,.18)}.grid-item span{font-size:14px;color:#4a5568}.grid-item img{width:30px;height:30px;margin-bottom:10px}.grid-item.disabled{cursor:not-allowed;opacity:.4;filter:grayscale(30%);transform:none;box-shadow:none;pointer-events:none}#progressOverlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}#progressOverlay.active{opacity:1;visibility:visible}.promo{font-size:12px;margin:24px 0 0}.promo a{color:#bdbaba;text-decoration:none}.toast{position:absolute;top:134px;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.8);color:#fff;padding:12px 24px;border-radius:8px;font-size:14px;z-index:3000;animation:5s ease-in-out fadeInOut;max-width:90%}.toast.success{background-color:rgba(76,175,80,.9)}.toast.error{background-color:rgba(244,67,54,.9)}.toast.info{background-color:rgba(33,150,243,.9)}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%,20px)}10%,90%{opacity:1;transform:translate(-50%,0)}100%{opacity:0;transform:translate(-50%,-20px)}}.overlay-content{background-color:#fff;padding:20px;border-radius:12px;text-align:center;width:85%;max-width:320px}.overlay-title{margin:0 0 20px;font-size:16px;color:#333}.overlay-status{font-size:14px;color:#666}.loader{width:48px;height:48px;border-radius:50%;border:4px solid rgba(28,176,246,.2);border-top-color:#1cb0f6;margin:0 auto 16px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.login-modal-overlay,.redeem-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.45);display:flex;justify-content:center;align-items:center;z-index:2500;opacity:0;visibility:hidden;transition:opacity .25s,visibility .25s;padding:16px;box-sizing:border-box}.login-modal-overlay.active,.redeem-overlay.active{opacity:1;visibility:visible}.login-modal,.redeem-modal{position:relative;width:100%;max-width:360px;background:#fff;border-radius:16px;box-shadow:0 18px 40px rgba(15,23,42,.15);padding:28px 24px 32px;box-sizing:border-box}.close-login,.redeem-close{position:absolute;top:14px;right:14px;border:none;background:0 0;font-size:20px;color:#94a3b8;cursor:pointer}.redeem-title{margin:0 0 20px;font-size:16px;font-weight:600;color:#333;text-align:center}.redeem-field{margin-bottom:16px}.redeem-field input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.redeem-field input:focus{outline:0;border-color:#1cb0f6;box-shadow:0 0 0 3px rgba(28,176,246,.15)}.redeem-purchase{display:inline-block;margin-bottom:24px;font-size:14px;color:#1cb0f6;text-decoration:none}.redeem-actions{display:flex;justify-content:space-between;gap:16px}.redeem-actions button{flex:1;padding:10px 0;border-radius:10px;font-size:14px;cursor:pointer;border:none}.redeem-cancel{background:#f5f7fb;color:#475569}.redeem-confirm{background:linear-gradient(135deg,#1cb0f6,#199ae0);color:#fff;font-weight:600}.login-tabs{display:flex;border-bottom:1px solid #e2e8f0;margin-bottom:20px}.login-tab{flex:1;background:0 0;border:none;padding:12px 0;font-size:14px;font-weight:600;color:#64748b;cursor:pointer;border-bottom:2px solid transparent}.login-tab.active{color:#1cb0f6;border-bottom-color:#1cb0f6}.login-panel{display:none}.login-panel.active{display:block}.login-field{display:flex;flex-direction:column;text-align:left;margin-bottom:18px}.login-field label{font-size:13px;color:#475569;margin-bottom:6px}.login-field input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #e2e8f0;font-size:14px;box-sizing:border-box;transition:border-color .2s,box-shadow .2s}.login-field input:focus{outline:0;border-color:#1cb0f6;box-shadow:0 0 0 3px rgba(28,176,246,.15)}.code-inputs{display:flex;gap:10px;justify-content:space-between}.code-input{width:40px;height:48px;text-align:center;font-size:20px;font-weight:600;border-radius:10px;border:1px solid #e2e8f0;transition:border-color .2s,box-shadow .2s}.code-input:focus{outline:0;border-color:#1cb0f6;box-shadow:0 0 0 3px rgba(28,176,246,.15)}.otp-actions{display:flex;justify-content:space-between;align-items:center;margin-top:14px}.otp-button{border:none;background:#e2e8f0;color:#475569;padding:10px 16px;border-radius:10px;cursor:pointer;font-size:13px}.otp-tip{font-size:12px;color:#94a3b8}.login-actions{margin-top:24px;display:flex;flex-direction:column;gap:12px}.login-submit{width:100%;padding:12px;border-radius:999px;border:none;background:linear-gradient(135deg,#1cb0f6,#199ae0);color:#fff;font-size:15px;font-weight:600;cursor:pointer}.login-helper{font-size:12px;color:#94a3b8;text-align:center;margin:0}@media (max-width:360px){.stats-container{flex-wrap:wrap;row-gap:18px}.stat-item{flex:0 0 33%}.grid-container{grid-template-columns:repeat(2,1fr)}}.job-progress-section{margin-top:24px;text-align:left;width:100%;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 12px rgba(15,23,42,.08);padding:16px;box-sizing:border-box}.job-progress-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.job-progress-title{font-size:18px;font-weight:600;color:#1e293b;margin:0}.job-progress-close{border:none;background:0 0;font-size:24px;color:#94a3b8;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background-color .2s,color .2s;line-height:1}.job-progress-close:hover{background-color:#f1f5f9;color:#64748b}.job-progress-close:active{background-color:#e2e8f0;color:#475569}.job-progress-list{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;overflow-x:hidden;padding-right:4px;scrollbar-width:thin;scrollbar-color:#cbd5e1 #f1f5f9}.job-progress-list::-webkit-scrollbar{width:6px}.job-progress-list::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.job-progress-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;transition:background .2s}.job-progress-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.job-card{padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #e2e8f0;box-shadow:0 2px 8px rgba(15,23,42,.04);font-size:13px;transition:transform .2s,box-shadow .2s;flex-shrink:0}.job-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(15,23,42,.08);border-color:#cbd5e1}.job-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.job-card-code{font-weight:600;color:#1e293b;font-size:14px;max-width:70%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.job-card-type{font-size:12px;color:#64748b;background:#e2e8f0;padding:4px 10px;border-radius:12px;font-weight:500}.job-card-status-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.job-card-status{font-size:12px;font-weight:600;color:#0f766e;background:#d1fae5;padding:4px 10px;border-radius:12px}.job-card-status.failed{color:#b91c1c;background:#fee2e2}.job-card-status.pending{color:#92400e;background:#fef3c7}.job-card-progress-text{font-size:13px;color:#475569;font-weight:600}.job-card-progress-bar{width:100%;height:8px;border-radius:999px;background:#e2e8f0;overflow:hidden;margin:8px 0 12px;box-shadow:inset 0 1px 2px rgba(0,0,0,.05)}.job-card-progress-bar-inner{height:100%;border-radius:999px;background:linear-gradient(90deg,#22c55e,#16a34a);width:0%;transition:width .5s;box-shadow:0 1px 3px rgba(34,197,94,.3)}.job-card-meta{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#64748b;padding-top:8px;border-top:1px solid #e2e8f0}.job-card-meta>div{display:flex;align-items:center;gap:4px}@media (max-width:1024px){.job-progress-section{margin-top:20px;padding:14px}.job-progress-list{max-height:350px}.job-card{padding:14px}.job-card-header{flex-wrap:wrap;gap:8px}.job-card-code{max-width:100%;width:100%}.job-card-meta{flex-direction:column;align-items:flex-start;gap:6px}}.ad-sidebar{width:280px;min-width:280px;max-width:280px;position:relative;overflow:visible;display:none;background:0 0;flex-shrink:0;box-sizing:border-box;align-self:flex-start;height:auto;max-height:none}.ad-sidebar-left{order:0}.ad-sidebar-right{order:2}.ad-sidebar.has-ad{display:block}.ad-content{background:0 0;padding:0;word-wrap:break-word;width:100%;overflow:visible;max-height:none}.ad-content img{max-width:100%;height:auto;display:block}.ad-content a{color:#1cb0f6;text-decoration:none}.ad-content a:hover{text-decoration:underline}@media (min-width:1025px){.ad-sidebar{width:280px;min-width:280px;max-width:280px;position:relative;overflow:visible;display:none;background:0 0;flex-shrink:0;box-sizing:border-box;align-self:flex-start;height:auto;max-height:none}.ad-sidebar-left{order:0}.ad-sidebar-right{order:2}}@media (max-width:1024px){.ad-sidebar{width:100%!important;min-width:100%!important;max-width:100%!important;position:static;display:block!important;order:0;margin:0;padding:12px;box-sizing:border-box;background:0 0}.ad-sidebar-left{order:0;margin-bottom:0}.ad-sidebar-right{order:2;margin-top:0}}