.reactEasyCrop_Container{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;-webkit-user-select:none;user-select:none;touch-action:none;cursor:move;display:flex;justify-content:center;align-items:center}.reactEasyCrop_Image,.reactEasyCrop_Video{will-change:transform}.reactEasyCrop_Contain{max-width:100%;max-height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0}.reactEasyCrop_Cover_Horizontal{width:100%;height:auto}.reactEasyCrop_Cover_Vertical{width:auto;height:100%}.reactEasyCrop_CropArea{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.5);box-sizing:border-box;box-shadow:0 0 0 9999em;color:#00000080;overflow:hidden}.reactEasyCrop_CropAreaRound{border-radius:50%}.reactEasyCrop_CropAreaGrid:before{content:" ";box-sizing:border-box;position:absolute;border:1px solid rgba(255,255,255,.5);top:0;bottom:0;left:33.33%;right:33.33%;border-top:0;border-bottom:0}.reactEasyCrop_CropAreaGrid:after{content:" ";box-sizing:border-box;position:absolute;border:1px solid rgba(255,255,255,.5);top:33.33%;bottom:33.33%;left:0;right:0;border-left:0;border-right:0}:root{--bg: #0d0f14;--surface: #1c2030;--surface2: #252840;--border: #2d3348;--green: #22c55e;--red: #ef4444;--gold: #f59e0b;--text: #e8eaed;--muted: #9ca3af;--dim: #4b5563;--error: #ef4444;--nav-h: 60px;--qb: #a78bfa;--rb: #34d399;--wr: #60a5fa;--te: #fb923c;--k: #f87171;--def: #94a3b8;--dl: #f87171;--lb: #a3e635;--db: #38bdf8}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{max-width:480px;margin:0 auto;position:relative;min-height:100vh;background:var(--bg)}.skeleton{background:linear-gradient(90deg,var(--surface) 25%,var(--surface2) 50%,var(--surface) 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:6px}@keyframes shimmer{to{background-position:-200% 0}}.page{min-height:100vh;padding-bottom:calc(var(--nav-h) + 16px);overflow-x:hidden}.section-title{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);padding:0 16px;margin:20px 0 8px}.change{font-size:.8rem;font-weight:500}.change.up{color:var(--green)}.change.down{color:var(--red)}.change.flat{color:var(--muted)}.pos-badge{display:inline-flex;align-items:center;justify-content:center;font-size:.65rem;font-weight:700;padding:1px 5px;border-radius:4px;letter-spacing:.3px}.pos-badge.QB{background:#3b2f7a;color:var(--qb)}.pos-badge.RB{background:#1a4a38;color:var(--rb)}.pos-badge.WR{background:#1a3358;color:var(--wr)}.pos-badge.TE{background:#4a2a10;color:var(--te)}.pos-badge.K{background:#4a1515;color:var(--k)}.pos-badge.DEF{background:#2a3040;color:var(--def)}.pos-badge.DL{background:#3d1515;color:var(--dl)}.pos-badge.LB{background:#1a3010;color:var(--lb)}.pos-badge.DB{background:#0c2a3d;color:var(--db)}.tab-bar{display:flex;border-bottom:1px solid var(--border);padding:0 16px;gap:0;overflow-x:auto;scrollbar-width:none}.tab-bar::-webkit-scrollbar{display:none}.tab-btn{padding:12px 16px;border:none;background:none;color:var(--muted);font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;position:relative;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s}.tab-btn.active{color:var(--text);border-bottom-color:var(--gold)}.seg-bar{display:flex;gap:6px;padding:10px 16px;overflow-x:auto;scrollbar-width:none}.seg-bar::-webkit-scrollbar{display:none}.seg-btn{padding:6px 12px;border:1px solid var(--border);border-radius:20px;background:none;color:var(--muted);font-size:.78rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .15s}.seg-btn.active{background:var(--gold);border-color:var(--gold);color:#000;font-weight:600}.search-wrap{padding:8px 16px}.search-input{width:100%;padding:10px 14px 10px 36px;background:var(--surface);border:1px solid var(--border);border-radius:10px;color:var(--text);font-size:.875rem;outline:none;transition:border-color .15s;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='%239ca3af' viewBox='0 0 24 24'%3E%3Cpath d='M21 21l-4.35-4.35M17 11A6 6 0 1 1 5 11a6 6 0 0 1 12 0z' stroke='%239ca3af' stroke-width='2' fill='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:12px center}.search-input:focus{border-color:var(--green)}.search-input::placeholder{color:var(--dim)}.empty-state{text-align:center;padding:60px 24px;color:var(--muted)}.empty-state .empty-icon{font-size:2.5rem;margin-bottom:12px}.empty-state p{font-size:.875rem;line-height:1.5}.bottom-nav{position:fixed;bottom:0;left:0;right:0;height:var(--nav-h);background:var(--surface);border-top:1px solid var(--border);display:flex;z-index:100;padding-bottom:env(safe-area-inset-bottom)}.nav-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:none;background:none;cursor:pointer;color:var(--dim);font-size:.62rem;font-weight:500;text-transform:uppercase;letter-spacing:.4px;transition:color .15s}.nav-tab.active{color:var(--gold)}.nav-tab svg{width:20px;height:20px}.chart-wrap{position:relative;width:100%;touch-action:none;-webkit-user-select:none;user-select:none;min-height:224px;display:flex;flex-direction:column}.chart-svg{display:block;width:100%;overflow:visible;flex-shrink:0}.chart-timeframes{display:flex;justify-content:space-around;padding:0 16px 4px}.chart-tf{border:none;background:none;color:var(--muted);font-size:.75rem;font-weight:500;cursor:pointer;padding:6px 8px;border-radius:6px;transition:all .15s}.chart-tf.active{background:var(--surface2);color:var(--text)}.chart-measure-badge{display:flex;align-items:center;justify-content:center;gap:8px;margin:4px 16px;padding:7px 14px;background:#f59e0b1a;border:1px solid rgba(245,158,11,.3);border-radius:8px;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-wrap:nowrap}.cmb-duration{font-size:.72rem;color:var(--muted);font-weight:500;white-space:nowrap}.cmb-return{font-size:.84rem;font-weight:700;white-space:nowrap}.cmb-return.up{color:var(--green)}.cmb-return.down{color:var(--red)}.cmb-hint{font-size:.62rem;color:var(--dim);font-weight:400;white-space:nowrap}.chart-tooltip{position:absolute;top:8px;left:16px;pointer-events:none}.chart-tooltip .ct-val{font-size:1.5rem;font-weight:700;line-height:1}.chart-tooltip .ct-chg{font-size:.8rem;margin-top:2px}.chart-measure-hint{text-align:center;font-size:.72rem;color:var(--dim);padding:2px 0 8px;letter-spacing:.3px}.port-header{padding:20px 16px 8px;display:flex;align-items:center;justify-content:space-between}.port-title{font-size:1rem;font-weight:600}.economy-badge{padding:4px 10px;border:1px solid var(--border);border-radius:20px;font-size:.72rem;color:var(--muted);background:var(--surface2)}.port-hero{padding:4px 16px 0}.port-value{font-size:2.4rem;font-weight:700;line-height:1}.port-change{font-size:.9rem;margin-top:4px}.buying-power{display:flex;align-items:center;justify-content:space-between;margin:0 16px 4px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:10px}.bp-label{font-size:.78rem;color:var(--muted)}.bp-val{font-size:1rem;font-weight:600;color:var(--green)}.roster-row{display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.roster-row:hover{background:var(--surface2)}.roster-headshot{width:40px;height:40px;border-radius:50%;object-fit:cover;background:var(--surface2);flex-shrink:0}.roster-headshot-placeholder{width:40px;height:40px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;color:var(--bg)}.roster-info{flex:1;min-width:0}.roster-name{font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:6px}.roster-meta{font-size:.75rem;color:var(--muted);margin-top:1px}.roster-pnl{text-align:right;flex-shrink:0}.roster-price{font-size:.9rem;font-weight:600}.roster-shares{font-size:.72rem;color:var(--muted);margin-top:1px}.short-badge{display:inline-flex;align-items:center;background:#4a1515;color:var(--red);font-size:.6rem;font-weight:700;padding:1px 5px;border-radius:4px;letter-spacing:.3px}.market-row{display:flex;align-items:center;gap:12px;padding:10px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.market-row:hover{background:var(--surface2)}.market-headshot{width:44px;height:44px;border-radius:50%;object-fit:cover;background:var(--surface2);flex-shrink:0}.market-headshot-placeholder{width:44px;height:44px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--bg)}.market-info{flex:1;min-width:0}.market-name{font-size:.9rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:flex;align-items:center;gap:6px}.market-meta{font-size:.75rem;color:var(--muted);margin-top:1px}.market-spark{width:60px;flex-shrink:0}.market-price-col{text-align:right;flex-shrink:0;min-width:60px}.market-price{font-size:.9rem;font-weight:600}.market-chg{font-size:.72rem;margin-top:1px}.detail-back{display:flex;align-items:center;gap:6px;padding:10px 16px 6px;border:none;background:none;color:var(--muted);font-size:.82rem;cursor:pointer}.detail-header{display:flex;align-items:center;gap:12px;padding:4px 16px 8px}.detail-headshot-placeholder{width:56px;height:56px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center}.detail-title{font-size:1.15rem;font-weight:700;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.detail-subtitle{font-size:.75rem;color:var(--muted);margin-top:1px}.detail-bio{display:flex;gap:16px;margin-top:8px;flex-wrap:wrap}.detail-bio-stat{display:flex;flex-direction:column;gap:2px}.detail-bio-lbl{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--dim)}.detail-bio-val{font-size:.95rem;font-weight:700}.watchlist-btn{position:absolute;right:16px;top:10px;border:none;background:none;cursor:pointer;color:var(--dim);padding:4px;display:flex;align-items:center}.watchlist-btn.active{color:var(--gold)}.detail-price-row{padding:2px 16px 6px;display:flex;align-items:baseline;gap:8px}.detail-price{font-size:1.7rem;font-weight:700}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--border);margin:8px 16px;border-radius:10px;overflow:hidden;border:1px solid var(--border)}.stat-cell{background:var(--bg);padding:9px 12px}.stat-cell .sc-label{font-size:.68rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.stat-cell .sc-val{font-size:1.05rem;font-weight:700;margin-top:2px}.stat-cell .sc-hint{font-size:.62rem;color:var(--dim);margin-top:1px}.pill-row{display:flex;flex-wrap:wrap;gap:6px;padding:4px 16px 6px}.info-pill{padding:4px 9px;background:var(--surface2);border-radius:20px;font-size:.75rem;color:var(--muted)}.info-pill .pill-val{color:var(--text);font-weight:500}.info-pill.status-ok{background:#1a3d28;color:var(--green)}.info-pill.status-ques{background:#3d3010;color:var(--gold)}.info-pill.status-out{background:#3d1010;color:var(--red)}.my-position{margin:6px 16px;padding:10px 14px;background:var(--surface);border:1px solid var(--border);border-radius:10px}.my-pos-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.my-pos-label{font-size:.7rem;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}.my-pos-val{font-size:.88rem;font-weight:600}.gamelog-table{overflow-x:auto;-webkit-overflow-scrolling:touch}.gamelog-table table{width:100%;border-collapse:collapse;font-size:.8rem;min-width:360px}.gamelog-table th{padding:8px 10px;text-align:right;color:var(--muted);font-size:.68rem;font-weight:600;text-transform:uppercase;letter-spacing:.4px;border-bottom:1px solid var(--border);white-space:nowrap;position:sticky;top:0;background:var(--bg)}.gamelog-table th:first-child,.gamelog-table th:nth-child(2){text-align:left}.gamelog-table td{padding:9px 10px;text-align:right;border-bottom:1px solid var(--border)}.gamelog-table td:first-child,.gamelog-table td:nth-child(2){text-align:left}.gamelog-table tr:last-child td{border-bottom:none}.fpts-high{color:var(--green);font-weight:600}.fpts-mid{color:var(--gold)}.fpts-low{color:var(--red)}.trade-btn-bar{position:fixed;bottom:var(--nav-h);left:0;right:0;padding:10px 16px calc(env(safe-area-inset-bottom) + 10px);background:var(--bg);border-top:1px solid var(--border);z-index:99}.trade-btn{width:100%;padding:14px;border:none;border-radius:12px;background:var(--gold);color:#000;font-size:1rem;font-weight:700;cursor:pointer;letter-spacing:.3px;transition:opacity .15s}.trade-btn:hover{opacity:.9}.trade-btn:disabled{opacity:.5;cursor:not-allowed}.action-sheet-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:200;display:flex;align-items:flex-end}.action-sheet{width:100%;background:var(--surface);border-radius:20px 20px 0 0;padding:16px 16px calc(env(safe-area-inset-bottom) + 16px)}.action-sheet-handle{width:40px;height:4px;background:var(--dim);border-radius:2px;margin:0 auto 16px}.action-sheet-title{font-size:1rem;font-weight:700;margin-bottom:12px;padding:0 4px}.action-btn{width:100%;padding:14px 16px;border:none;border-radius:12px;background:var(--surface2);color:var(--text);font-size:.95rem;font-weight:500;cursor:pointer;text-align:left;margin-bottom:8px;display:flex;align-items:center;justify-content:space-between;transition:background .12s}.action-btn:hover{background:var(--border)}.action-btn-cancel{background:none;color:var(--muted)}.action-btn .ab-label{font-weight:600}.action-btn .ab-sub{font-size:.78rem;color:var(--muted)}.lb-row{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.lb-row:hover{background:var(--surface2)}.lb-row.me{background:#f59e0b12}.lb-row.me:hover{background:#f59e0b24}.lb-rank{width:28px;text-align:center;font-size:1rem;font-weight:700;color:var(--muted);flex-shrink:0}.lb-rank.top1{color:gold}.lb-rank.top2{color:silver}.lb-rank.top3{color:#cd7f32}.lb-name{flex:1;font-size:.9rem;font-weight:500}.lb-val{font-size:.9rem;font-weight:600;text-align:right}.lb-you-badge{font-size:.65rem;background:var(--gold);color:#000;padding:1px 5px;border-radius:4px;font-weight:700;margin-left:6px}.lb-sticky-you{border-top:1px solid var(--border);background:var(--surface);padding:10px 16px;display:flex;align-items:center;gap:12px;font-size:.85rem}.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh}.loading-spinner{width:36px;height:36px;border:3px solid var(--border);border-top-color:var(--green);border-radius:50%;animation:spin .75s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-wrap{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px}.auth-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:40px 36px;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:12px}.auth-logo{width:56px;height:56px;background:var(--green);color:var(--bg);font-size:22px;font-weight:800;border-radius:14px;display:flex;align-items:center;justify-content:center;letter-spacing:-1px;margin-bottom:4px}.auth-title{font-size:1.5rem;font-weight:700}.auth-sub{color:var(--muted);font-size:.875rem;margin-bottom:4px}.auth-tabs{display:flex;width:100%;background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:3px;gap:3px;margin-top:4px}.auth-tabs button{flex:1;padding:8px;border:none;border-radius:7px;background:transparent;color:var(--muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .15s,color .15s}.auth-tabs button.active{background:var(--surface);color:var(--text)}.auth-form{display:flex;flex-direction:column;gap:10px;width:100%}.auth-form input{width:100%;padding:11px 14px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.9rem;outline:none;transition:border-color .15s}.auth-form input:focus{border-color:var(--green)}.auth-form input::placeholder{color:var(--dim)}.auth-error{color:var(--error);font-size:.82rem;padding:0 2px}.btn-primary{width:100%;padding:11px;background:var(--green);color:var(--bg);border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .15s}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.auth-divider{display:flex;align-items:center;width:100%;gap:12px;color:var(--dim);font-size:.8rem}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.btn-google{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:11px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.9rem;font-weight:500;cursor:pointer;transition:border-color .15s}.btn-google:hover{border-color:var(--muted)}.btn-google:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:24px;background:var(--bg)}.modal-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:40px 36px;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:12px}.modal-sub{color:var(--muted);font-size:.875rem;text-align:center;line-height:1.5}.profile-wrap{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:24px;gap:16px}.profile-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:40px 36px;width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;gap:10px}.profile-avatar{width:64px;height:64px;background:var(--green);color:var(--bg);font-size:26px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:4px}.profile-name{font-size:1.4rem;font-weight:700}.profile-email{color:var(--muted);font-size:.875rem}.profile-joined{color:var(--dim);font-size:.8rem;margin-bottom:8px}.bb-balance{display:flex;flex-direction:column;align-items:center;gap:4px;padding:16px 24px;background:var(--bg);border:1px solid var(--border);border-radius:10px;width:100%;margin:8px 0}.bb-label{color:var(--muted);font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.bb-amount{color:var(--green);font-size:1.8rem;font-weight:700;font-family:monospace}.btn-secondary{padding:9px 24px;background:transparent;border:1px solid var(--border);border-radius:8px;color:var(--muted);font-size:.875rem;cursor:pointer;transition:border-color .15s,color .15s;margin-top:4px}.btn-secondary:hover{border-color:var(--muted);color:var(--text)}.step-note{font-size:.75rem;color:var(--dim)}.trade-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);gap:12px;transition:background .12s}.trade-row:hover{background:var(--surface2)}.trade-row-left{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.trade-type-badge{font-size:.7rem;font-weight:700;letter-spacing:.4px;text-transform:uppercase;flex-shrink:0}.trade-player-name{font-size:.88rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.trade-row-right{text-align:right;flex-shrink:0}.trade-price{font-size:.88rem;font-weight:600}.trade-meta{font-size:.72rem;color:var(--muted);margin-top:2px}.admin-wrap{padding:16px}.admin-title{font-size:1.1rem;font-weight:700;display:flex;align-items:center;gap:8px;margin-bottom:4px}.admin-badge{font-size:.65rem;background:#4a1515;color:var(--red);padding:2px 6px;border-radius:4px;font-weight:700;letter-spacing:.4px}.admin-subtitle{font-size:.8rem;color:var(--muted);margin-bottom:20px}.admin-status-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;margin-bottom:16px;display:grid;grid-template-columns:1fr 1fr;gap:10px}.asc-row{display:flex;flex-direction:column;gap:2px}.asc-label{font-size:.68rem;text-transform:uppercase;letter-spacing:.5px;color:var(--muted)}.asc-val{font-size:1.1rem;font-weight:700}.asc-val.green{color:var(--green)}.asc-val.gold{color:var(--gold)}.asc-val.red{color:var(--red)}.admin-toggle-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:16px}.admin-toggle-label{font-size:.9rem;font-weight:500}.admin-toggle-sub{font-size:.75rem;color:var(--muted);margin-top:2px}.toggle-switch{position:relative;width:46px;height:26px;cursor:pointer}.toggle-switch input{opacity:0;width:0;height:0}.toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--border);border-radius:13px;transition:background .2s}.toggle-track.on{background:var(--green)}.toggle-thumb{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .2s}.toggle-thumb.on{transform:translate(20px)}.admin-section{font-size:.72rem;text-transform:uppercase;letter-spacing:.6px;color:var(--muted);margin:20px 0 8px;font-weight:600}.admin-btn{width:100%;padding:13px 16px;border:1px solid var(--border);border-radius:10px;background:var(--surface2);color:var(--text);font-size:.9rem;font-weight:500;cursor:pointer;text-align:left;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;transition:border-color .15s,background .15s}.admin-btn:hover:not(:disabled){border-color:var(--muted);background:var(--surface)}.admin-btn:disabled{opacity:.45;cursor:not-allowed}.admin-btn.danger{border-color:#4a1515}.admin-btn.danger:hover:not(:disabled){border-color:var(--red);background:#1e0a0a}.admin-btn.primary{border-color:var(--gold)}.admin-btn.primary:hover:not(:disabled){background:#2a1f00}.ab-right{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--muted)}.ab-spinner{width:14px;height:14px;border:2px solid var(--border);border-top-color:var(--text);border-radius:50%;animation:spin .75s linear infinite}.week-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.week-num-display{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:10px 16px;font-size:1.4rem;font-weight:700;color:var(--gold);text-align:center;min-width:60px}.admin-btn-sm{padding:10px 14px;border:1px solid var(--border);border-radius:8px;background:var(--surface2);color:var(--text);font-size:.85rem;font-weight:600;cursor:pointer;transition:border-color .15s}.admin-btn-sm:hover:not(:disabled){border-color:var(--muted)}.admin-btn-sm:disabled{opacity:.4;cursor:not-allowed}.admin-log{background:#0a0c10;border:1px solid var(--border);border-radius:10px;padding:12px;margin-top:20px;font-family:monospace;font-size:.75rem;max-height:200px;overflow-y:auto;line-height:1.6}.log-line{display:block}.log-line.ok{color:var(--green)}.log-line.err{color:var(--red)}.log-line.info{color:var(--muted)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;background:#0d0f14;color:#e8eaed;min-height:100vh}#root{min-height:100vh}
