@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#faf9f7;--bg-secondary:#f2f1ee;--border:#e5e5e5;--text:#0f0f0f;--text-muted:#5a5a5a;--text-light:#888;--bubble-user:#0f0f0f}body{background:#faf9f7;background:var(--bg);color:#0f0f0f;color:var(--text);font-family:Inter,sans-serif;height:100vh;overflow:hidden}.app{width:100%}.app,.main{display:flex;height:100vh;overflow:hidden}.main{flex:1 1;flex-direction:column;transition:margin-left .25s ease}.main,.sidebar{background:#faf9f7;background:var(--bg)}.sidebar{border-right:1px solid #e5e5e5;border-right:1px solid var(--border);flex-shrink:0;height:100vh;left:0;overflow:hidden;position:fixed;top:0;transition:width .25s ease;z-index:100}.sidebar-inner{display:flex;flex-direction:column;height:100%;overflow-x:hidden;overflow-y:auto;padding:12px 0;scrollbar-width:none;width:260px}.sidebar-inner::-webkit-scrollbar{display:none}.sb-top{justify-content:space-between;min-height:44px;padding:0 10px 8px}.sb-home-btn,.sb-top{align-items:center;display:flex;flex-shrink:0}.sb-home-btn{background:#0000;border:none;border-radius:8px;cursor:pointer;justify-content:center;padding:0;transition:opacity .15s}.sb-home-btn:hover{opacity:.7}.sb-toggle{align-items:center;background:#0000;border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:6px;color:#5a5a5a;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;height:28px;justify-content:center;transition:background .15s,color .15s;width:28px}.sb-toggle:hover{background:#f2f1ee;background:var(--bg-secondary);color:#0f0f0f;color:var(--text)}.sb-toggle-closed{left:14px;position:absolute;top:12px}.sb-user{align-items:center;display:flex;flex-shrink:0;gap:10px;padding:4px 10px 8px}.sidebar-avatar-btn{background:#0000;border:none;border-radius:50%;cursor:pointer;flex-shrink:0;padding:0;transition:opacity .15s}.sidebar-avatar-btn:hover{opacity:.75}.sidebar-signin-btn{align-items:center;background:#0000;border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:50%;color:#5a5a5a;color:var(--text-muted);cursor:pointer;display:flex;flex-shrink:0;height:30px;justify-content:center;transition:background .15s;width:30px}.sidebar-signin-btn:hover{background:#f2f1ee;background:var(--bg-secondary);color:#0f0f0f;color:var(--text)}.sb-user-info{display:flex;flex-direction:column;gap:2px;min-width:0;overflow:hidden}.sb-user-name{color:#0f0f0f;color:var(--text);font-size:13px;font-weight:500}.sb-user-email,.sb-user-name{font-family:Inter,sans-serif;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-user-email,.sb-user-plan{color:#5a5a5a;color:var(--text-muted);font-size:10px}.sb-user-plan{font-family:Inter,sans-serif}.sb-plan-premium{color:#ca8a04}.sb-quota{display:flex;flex-direction:column;flex-shrink:0;gap:4px;padding:0 10px 8px}.sb-quota-bar{background:#e5e5e5;background:var(--border);border-radius:2px;height:3px;overflow:hidden}.sb-quota-fill{background:#0f0f0f;background:var(--text);border-radius:2px;height:100%;transition:width .3s ease}.sb-quota-row{align-items:center;display:flex;justify-content:space-between}.sb-quota-text,.sb-quota-upgrade{color:#5a5a5a;color:var(--text-muted);font-family:Inter,sans-serif;font-size:10px}.sb-quota-upgrade{background:#0000;border:none;cursor:pointer;padding:0;text-decoration:underline}.sb-quota-upgrade:hover{color:#0f0f0f;color:var(--text)}.sb-divider{background:#e5e5e5;background:var(--border);flex-shrink:0;height:1px;margin:4px 10px}.sb-section-group{border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);margin-bottom:4px;padding:8px 0 4px}.sb-section-title{align-items:center;color:#5a5a5a;color:var(--text-muted);display:flex;font-family:Inter,sans-serif;font-size:9px;font-weight:600;gap:5px;letter-spacing:1.5px;margin:0;padding:0 10px 6px;text-transform:uppercase}.sb-section-title-row{justify-content:space-between;padding-right:10px}.sb-item,.sb-section-title-row{align-items:center;display:flex}.sb-item{background:#0000;border:none;border-radius:8px;color:#5a5a5a;color:var(--text-muted);cursor:pointer;flex-shrink:0;height:36px;justify-content:center;margin:1px auto;padding:0;transition:background .15s,color .15s;width:36px}.sb-item:hover{background:#f2f1ee;background:var(--bg-secondary);color:#0f0f0f;color:var(--text)}.sb-item-full{gap:10px;height:34px;justify-content:flex-start;margin:1px 10px;padding:0 8px;width:calc(100% - 20px)}.sb-icon{color:inherit;flex-shrink:0;height:16px;width:16px}.sb-item-label{color:inherit;font-family:Inter,sans-serif;font-size:12px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.sb-match{background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;gap:2px;margin:1px 10px;padding:6px 8px;transition:background .15s;width:calc(100% - 20px)}.sb-match:hover{background:#f2f1ee;background:var(--bg-secondary)}.sb-match-row{align-items:center;display:flex;gap:4px;justify-content:space-between}.sb-match-team{color:#0f0f0f;color:var(--text);flex:1 1;font-family:Inter,sans-serif;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-match-team-right{text-align:right}.sb-match-status{border-radius:4px;flex-shrink:0;font-family:Inter,sans-serif;font-size:9px;font-weight:600;padding:1px 5px;white-space:nowrap}.sb-status-ft{background:#f2f1ee;background:var(--bg-secondary);color:#5a5a5a;color:var(--text-muted)}.sb-status-live{background:#fef2f2;color:#ef4444}.sb-status-time{background:#f2f1ee;background:var(--bg-secondary);color:#5a5a5a;color:var(--text-muted)}.sb-match-score{color:#0f0f0f;color:var(--text);font-family:Inter,sans-serif;font-size:11px;font-weight:600;text-align:center}.sb-stat{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:flex;gap:8px;margin:1px 10px;padding:6px 8px;text-align:left;transition:background .15s;width:calc(100% - 20px)}.sb-stat:hover{background:#f2f1ee;background:var(--bg-secondary)}.sb-stat-content{display:flex;flex-direction:column;gap:1px;overflow:hidden}.sb-stat-label{color:#5a5a5a;color:var(--text-muted);font-family:Inter,sans-serif;font-size:9px;font-weight:600;letter-spacing:1px;text-transform:uppercase}.sb-stat-value{color:#0f0f0f;color:var(--text);font-family:Inter,sans-serif;font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sb-clear{align-items:center;background:#0000;border:none;border-radius:6px;color:#5a5a5a;color:var(--text-muted);cursor:pointer;display:flex;padding:4px;transition:color .15s,background .15s}.sb-clear:hover{background:#f2f1ee;background:var(--bg-secondary);color:#0f0f0f;color:var(--text)}.sb-empty{color:#888;color:var(--text-light);font-family:Inter,sans-serif;font-size:11px;font-style:italic;margin:0;padding:2px 10px 6px}.user-avatar{background:#0f0f0f;background:var(--text);border-radius:50%;color:#faf9f7;color:var(--bg);font-size:13px;font-weight:600;height:36px;justify-content:center;width:36px}.topbar,.user-avatar{align-items:center;display:flex;flex-shrink:0}.topbar{background:#faf9f7;background:var(--bg);justify-content:flex-end;padding:12px 24px}.topbar-auth{align-items:center;display:flex;gap:8px}.topbar-email{color:#5a5a5a;color:var(--text-muted);font-size:13px}.btn-outline{align-items:center;background:#0000;border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:20px;color:#0f0f0f;color:var(--text);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:6px;padding:6px 16px;transition:background .15s}.btn-outline:hover{background:#f2f1ee;background:var(--bg-secondary)}.btn-solid{align-items:center;background:#0f0f0f;background:var(--text);border:1px solid #0f0f0f;border:1px solid var(--text);border-radius:20px;color:#fff;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:6px;padding:6px 16px;transition:opacity .15s}.btn-solid:hover{opacity:.85}.user-plan-badge{background:#f2f1ee;background:var(--bg-secondary);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:20px;color:#5a5a5a;color:var(--text-muted);font-family:Inter,sans-serif;font-size:11px;padding:2px 8px}.badge-premium{background:#0f0f0f;background:var(--text);border-color:#0f0f0f;border-color:var(--text);color:#faf9f7;color:var(--bg)}.welcome{display:flex;flex:1 1;flex-direction:column;overflow:hidden}.welcome-hero{display:none}.welcome-body{align-items:center;background:#faf9f7;background:var(--bg);flex:1 1;gap:16px;justify-content:center;padding:20px 24px}.welcome-body,.welcome-input-wrap{display:flex;flex-direction:column}.welcome-input-wrap{background:#fff;border:1px solid #0000001a;border-radius:16px;box-shadow:0 1px 4px #0000000f;gap:12px;max-width:640px;padding:12px 16px;transition:border-color .2s;width:100%}.welcome-input-wrap:focus-within{border-color:#0003}.welcome-input-wrap textarea{background:#0000;border:none;color:#0f0f0f;color:var(--text);flex:1 1;font-family:Inter,sans-serif;font-size:14px;line-height:1.5;min-height:32px;outline:none;padding:0;resize:none}.welcome-input-wrap textarea::placeholder{color:#888;color:var(--text-light)}.welcome-brand{align-items:center;display:flex;flex-direction:column;gap:10px;margin-bottom:8px}.welcome-brand-name{color:#0f0f0f;color:var(--text);font-size:36px;font-weight:700;letter-spacing:6px;line-height:1}.welcome-brand-name,.welcome-brand-sub{font-family:Inter,sans-serif;text-transform:uppercase}.welcome-brand-sub{color:#5a5a5a;color:var(--text-muted);font-size:11px;font-weight:400;letter-spacing:3px}.welcome-greeting{color:#0f0f0f;color:var(--text);font-family:Inter,sans-serif;font-size:20px;font-weight:500;margin-top:8px}.suggestions{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;max-width:640px}.suggestions::-webkit-scrollbar{display:none}.suggestion-chip{background:#faf9f7;background:var(--bg);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:20px;color:#0f0f0f;color:var(--text);cursor:pointer;flex-shrink:0;font-family:Inter,sans-serif;font-size:11px;padding:5px 12px;transition:background .15s;white-space:nowrap}.suggestion-chip:hover{background:#f2f1ee;background:var(--bg-secondary)}.disclaimer{text-align:center}.disclaimer,.footer{color:#888;color:var(--text-light);font-size:11px}.footer{align-items:center;background:#faf9f7;background:var(--bg);display:flex;flex-shrink:0;font-family:Inter,sans-serif;gap:8px;justify-content:center;padding:10px 24px}.footer-sep{color:#e5e5e5;color:var(--border)}header{align-items:center;background:#faf9f7;background:var(--bg);border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:12px;padding:12px 24px}.header-text{display:flex;flex:1 1;flex-direction:column;gap:2px}.header-text h1{color:#0f0f0f;color:var(--text);font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:1}.header-text span{color:#5a5a5a;color:var(--text-muted);font-family:Inter,sans-serif;font-size:11px}.header-right{gap:8px}.clear-btn,.header-right{align-items:center;display:flex}.clear-btn{background:#0000;border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:20px;color:#5a5a5a;color:var(--text-muted);cursor:pointer;font-family:Inter,sans-serif;font-size:12px;gap:6px;padding:5px 14px;transition:background .15s;white-space:nowrap}.clear-btn:hover{background:#f2f1ee;background:var(--bg-secondary);color:#0f0f0f;color:var(--text)}.btn-sm{font-size:12px;padding:5px 14px}.error-banner{align-items:center;display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:12px;justify-content:space-between;padding:8px 24px}.error-warning{background:#fffbeb;border-bottom:1px solid #fde68a;color:#92400e}.error-fatal{background:#fef2f2;border-bottom:1px solid #fecaca;color:#991b1b}.error-dismiss{align-items:center;background:#0000;border:none;color:inherit;cursor:pointer;display:flex;opacity:.5;padding:0 4px}.error-dismiss:hover{opacity:1}.banner{align-items:center;display:flex;flex-shrink:0;font-family:Inter,sans-serif;font-size:12px;gap:8px;padding:8px 24px}.banner-icon{flex-shrink:0;height:14px;width:14px}.banner-offline{background:#f4f4f5;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);color:#0f0f0f;color:var(--text);justify-content:center}.banner-freshness{background:#fffbeb;border-bottom:1px solid #fde68a;color:#92400e;justify-content:space-between}.banner-link{align-items:center;background:#0000;border:none;color:#0f0f0f;color:var(--text);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:12px;font-weight:500;gap:4px;padding:0;text-decoration:underline}.banner-link:hover{opacity:.7}.banner-limit{background:#f4f4f5;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);justify-content:flex-start;padding:8px 24px}.banner-limit.banner-limit-low{background:#fff7ed;border-bottom-color:#fed7aa}.banner-limit.banner-limit-out{background:#fef2f2;border-bottom-color:#fecaca}.limit-banner-content{display:flex;flex-direction:column;gap:5px;width:100%}.limit-banner-top{align-items:center;display:flex;gap:12px;justify-content:space-between}.limit-banner-text{color:#5a5a5a;color:var(--text-muted);font-size:12px;white-space:nowrap}.banner-limit.banner-limit-low .limit-banner-text{color:#9a3412}.banner-limit.banner-limit-out .limit-banner-text{color:#991b1b}.banner-limit .banner-link{color:#0f0f0f;color:var(--text);flex:0 1;white-space:nowrap}.limit-progress-bar{background:#00000014;border-radius:2px;height:2px;overflow:hidden;width:100%}.limit-progress-fill{background:#0f0f0f;background:var(--text);border-radius:2px;height:100%;transition:width .4s ease}.banner-limit.banner-limit-low .limit-progress-fill{background:#f97316}.banner-limit.banner-limit-out .limit-progress-fill{background:#ef4444}.messages{background:#faf9f7;background:var(--bg);display:flex;flex:1 1;flex-direction:column;gap:0;overflow-y:auto;padding:32px 0;scrollbar-color:#e5e5e5 #0000;scrollbar-color:var(--border) #0000;scrollbar-width:thin}.messages::-webkit-scrollbar{width:4px}.messages::-webkit-scrollbar-thumb{background:#e5e5e5;background:var(--border);border-radius:4px}.message{display:flex;margin:0 auto;max-width:800px;padding:8px 24px;width:100%}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.message{animation:fadeIn .2s ease}.message.user{justify-content:flex-end}.message.assistant{justify-content:flex-start}.bubble{border-radius:18px;font-family:Inter,sans-serif;font-size:14px;line-height:1.65;padding:12px 16px}.message.user .bubble{background:#0f0f0f;background:var(--bubble-user);border-bottom-right-radius:4px;color:#fff;max-width:70%}.message.assistant .bubble{background:#0000;border-radius:0;color:#0f0f0f;color:var(--text);max-width:85%;padding:4px 0}.bubble-footer{align-items:center;border-top:1px solid #e5e5e5;border-top:1px solid var(--border);display:flex;justify-content:space-between;margin-top:10px;padding-top:8px}.source-badge{font-weight:500}.copy-btn,.source-badge{color:#5a5a5a;color:var(--text-muted);font-size:11px}.copy-btn{align-items:center;background:#0000;border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:6px;cursor:pointer;display:flex;font-family:Inter,sans-serif;gap:4px;padding:3px 10px;transition:background .15s}.copy-btn:hover{background:#f2f1ee;background:var(--bg-secondary);border-color:#aaa;color:#0f0f0f;color:var(--text)}.typing{animation:pulse 1.5s infinite;color:#5a5a5a;color:var(--text-muted)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.input-area{background:#faf9f7;background:var(--bg);display:flex;flex-direction:column;flex-shrink:0;margin:0 auto;max-width:800px;padding:16px 24px 24px;width:100%}.input-area-inner{align-items:flex-end;background:#fff;border:1px solid #0000001a;border-radius:16px;box-shadow:0 1px 4px #0000000f;display:flex;gap:10px;padding:12px 16px;transition:border-color .2s}.input-area-inner:focus-within{border-color:#0003}.input-area textarea{background:#0000;border:none;color:#0f0f0f;color:var(--text);flex:1 1;font-family:Inter,sans-serif;font-size:14px;line-height:1.5;outline:none;padding:0;resize:none}.input-area textarea::placeholder{color:#888;color:var(--text-light)}.input-area textarea:disabled{color:#5a5a5a;color:var(--text-muted);cursor:not-allowed}.btn-ask{align-items:center;align-self:flex-end;background:#0f0f0f;background:var(--text);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;transition:opacity .15s;width:36px}.btn-ask:hover{opacity:.8}.btn-ask:disabled{background:#e5e5e5;background:var(--border);color:#5a5a5a;color:var(--text-muted);cursor:not-allowed;opacity:1}.bubble table{border-collapse:collapse;font-size:13px;margin:12px 0;width:100%}.bubble th{background:#f2f1ee;background:var(--bg-secondary);font-size:11px;font-weight:600;text-align:left}.bubble td,.bubble th{border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);color:#0f0f0f;color:var(--text);padding:8px 12px}.bubble td{vertical-align:top}.bubble tr:last-child td{border-bottom:none}.bubble tr:hover td{background:#f2f1ee;background:var(--bg-secondary)}.bubble p{margin-bottom:8px}.bubble h3{color:#0f0f0f;color:var(--text);font-size:14px;font-weight:600;margin:14px 0 6px}.bubble ol,.bubble ul{margin-bottom:8px;padding-left:20px}.bubble a{color:#0f0f0f;color:var(--text);text-decoration:underline}.bubble strong{font-weight:600}.bubble code{background:#f2f1ee;background:var(--bg-secondary);border-radius:4px;font-family:monospace;font-size:13px;padding:2px 6px}.btn-icon{flex-shrink:0;height:16px;width:16px}.btn-icon-sm{flex-shrink:0;height:14px;width:14px}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;display:flex;inset:0;justify-content:center;position:fixed;z-index:1000}.modal{background:#faf9f7;background:var(--bg);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:16px;display:flex;flex-direction:column;gap:16px;max-width:400px;padding:28px;width:100%}.modal-header{align-items:center;display:flex;justify-content:space-between}.modal-header h2{color:#0f0f0f;color:var(--text);font-size:17px;font-weight:600;margin:0}.modal-close{align-items:center;background:none;border:none;color:#5a5a5a;color:var(--text-muted);cursor:pointer;display:flex;padding:4px}.modal-close:hover{color:#0f0f0f;color:var(--text)}.modal-tabs{border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);display:flex;gap:8px;padding-bottom:12px}.modal-tab{background:none;border:none;border-radius:6px;color:#5a5a5a;color:var(--text-muted);cursor:pointer;font-family:Inter,sans-serif;font-size:14px;padding:4px 8px;transition:all .15s}.modal-tab.active,.modal-tab:hover{color:#0f0f0f;color:var(--text)}.modal-tab.active{font-weight:600}.modal-body{display:flex;flex-direction:column;gap:12px}.modal-input{background:#f2f1ee;background:var(--bg-secondary);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:10px;box-sizing:border-box;color:#0f0f0f;color:var(--text);font-family:Inter,sans-serif;font-size:14px;outline:none;padding:10px 14px;transition:border-color .15s;width:100%}.modal-input:focus{border-color:#aaa}.modal-error{color:#ef4444;font-size:13px;margin:0}.modal-submit{border-radius:10px;font-size:14px;justify-content:center;padding:12px;width:100%}.modal-fine-print{color:#888;color:var(--text-light);font-size:12px;margin:0;text-align:center}.btn-google{align-items:center;background:#f2f1ee;background:var(--bg-secondary);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:10px;color:#0f0f0f;color:var(--text);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:14px;gap:10px;justify-content:center;padding:11px 16px;transition:background .15s;width:100%}.btn-google:hover{background:#f0f0f0;background:var(--bg-tertiary,#f0f0f0)}.modal-divider{align-items:center;color:#888;color:var(--text-light);display:flex;font-size:12px;gap:10px}.modal-divider:after,.modal-divider:before{background:#e5e5e5;background:var(--border);content:"";flex:1 1;height:1px}.auth-loading{align-items:center;background:#faf9f7;background:var(--bg);display:flex;flex-direction:column;gap:16px;height:100vh;justify-content:center}.auth-loading-text{color:#888;color:var(--text-light);font-family:Inter,sans-serif;font-size:11px;letter-spacing:3px;text-transform:uppercase}.ad-banner{flex-shrink:0;font-family:Inter,sans-serif}.ad-banner-horizontal{background:#fff;border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;gap:3px;margin:0 24px;padding:8px 16px}.ad-banner-inner{align-items:center;display:flex;gap:12px}.ad-label{color:#888;color:var(--text-light);flex-shrink:0;font-size:9px;font-weight:500;letter-spacing:1px;text-transform:uppercase;white-space:nowrap}.ad-placeholder-horizontal{align-items:center;background:#f2f1ee;background:var(--bg-secondary);border-radius:4px;display:flex;flex:1 1;height:32px;justify-content:center}.ad-placeholder-text{font-size:11px;font-style:italic}.ad-dismiss,.ad-placeholder-text{color:#888;color:var(--text-light)}.ad-dismiss{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-shrink:0;padding:2px;transition:color .15s}.ad-dismiss:hover,.ad-upgrade-nudge{color:#5a5a5a;color:var(--text-muted)}.ad-upgrade-nudge{background:#0000;border:none;cursor:pointer;font-family:Inter,sans-serif;font-size:10px;padding:0;text-align:left;text-decoration:underline;transition:color .15s}.ad-upgrade-nudge:hover{color:#0f0f0f;color:var(--text)}.ad-upgrade-nudge-inline{padding-left:2px}.ad-banner-sidebar{display:none}.notif-modal{background:#faf9f7;background:var(--bg);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 32px #0000001a;display:flex;flex-direction:column;gap:20px;max-width:400px;padding:28px;width:100%}.notif-modal-header{align-items:flex-start;display:flex;justify-content:space-between}.notif-modal-icon{font-size:28px;line-height:1}.notif-modal-body{display:flex;flex-direction:column;gap:8px}.notif-modal-title{color:#0f0f0f;color:var(--text);font-family:Inter,sans-serif;font-size:17px;font-weight:600;margin:0}.notif-modal-message{color:#5a5a5a;color:var(--text-muted);font-family:Inter,sans-serif;font-size:14px;line-height:1.6;margin:0}.notif-modal-actions{display:flex;flex-direction:column;gap:8px}.notif-modal-primary{background:#0f0f0f;background:var(--text);border:none;border-radius:10px;color:#faf9f7;color:var(--bg);cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:500;padding:11px 16px;transition:opacity .15s;width:100%}.notif-modal-primary:hover{opacity:.85}.notif-modal-secondary{background:#0000;border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:10px;color:#5a5a5a;color:var(--text-muted);cursor:pointer;font-family:Inter,sans-serif;font-size:14px;padding:11px 16px;transition:background .15s;width:100%}.notif-modal-secondary:hover{background:#f2f1ee;background:var(--bg-secondary);color:#0f0f0f;color:var(--text)}.profile-modal{background:#faf9f7;background:var(--bg);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 32px #0000001f;display:flex;flex-direction:column;max-height:85vh;max-width:520px;overflow:hidden;width:100%}.profile-modal-header{align-items:center;display:flex;flex-shrink:0;justify-content:space-between;padding:20px 24px 0}.profile-modal-title{color:#0f0f0f;color:var(--text);font-size:16px;font-weight:600}.profile-tabs{border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;gap:2px;overflow-x:auto;padding:16px 24px 0;scrollbar-width:none}.profile-tabs::-webkit-scrollbar{display:none}.profile-tab{align-items:center;background:none;border:none;border-bottom:2px solid #0000;color:#5a5a5a;color:var(--text-muted);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:12px;font-weight:500;gap:5px;margin-bottom:-1px;padding:8px 12px;transition:color .15s;white-space:nowrap}.profile-tab-active,.profile-tab:hover{color:#0f0f0f;color:var(--text)}.profile-tab-active{border-bottom-color:#0f0f0f;border-bottom-color:var(--text)}.profile-modal-body{flex:1 1;overflow-y:auto;padding:20px 24px 24px;scrollbar-color:#e5e5e5 #0000;scrollbar-color:var(--border) #0000;scrollbar-width:thin}.profile-section-list{display:flex;flex-direction:column;gap:12px}.profile-avatar-section{align-items:center;background:#f2f1ee;background:var(--bg-secondary);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:12px;display:flex;gap:16px;padding:16px}.profile-avatar-wrap{cursor:pointer;flex-shrink:0;position:relative}.profile-avatar-placeholder{align-items:center;background:#0f0f0f;background:var(--text);border-radius:50%;color:#faf9f7;color:var(--bg);display:flex;font-size:24px;font-weight:600;height:64px;justify-content:center;width:64px}.profile-avatar-img{border-radius:50%;height:64px;object-fit:cover;width:64px}.profile-avatar-overlay{align-items:center;background:#00000073;border-radius:50%;display:flex;inset:0;justify-content:center;opacity:0;position:absolute;transition:opacity .2s}.profile-avatar-wrap:hover .profile-avatar-overlay{opacity:1}.profile-avatar-info{display:flex;flex-direction:column;gap:4px;min-width:0}.profile-avatar-save-btn{background:#0f0f0f;background:var(--text);border:none;border-radius:20px;color:#faf9f7;color:var(--bg);cursor:pointer;font-size:12px;font-weight:500;margin-top:6px;padding:5px 14px}.profile-avatar-save-btn:disabled{cursor:not-allowed;opacity:.5}.profile-avatar-saved{color:#4caf50;font-size:12px;font-weight:500;margin-top:6px}.profile-avatar-delete-btn{background:#0000;border:1px solid #e53935;border-radius:20px;color:#e53935;cursor:pointer;font-size:12px;font-weight:500;margin-top:6px;padding:5px 14px}.profile-name{color:#0f0f0f;color:var(--text);font-size:16px;font-weight:600}.profile-email{color:#5a5a5a;color:var(--text-muted);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-name-btn{align-items:center;background:none;border:none;cursor:pointer;display:flex;gap:6px;padding:0}.profile-name-edit-hint{font-size:12px;opacity:.5}.profile-name-edit{align-items:center;display:flex;gap:6px}.profile-name-input{background:#f2f1ee;background:var(--bg-secondary);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:6px;color:#0f0f0f;color:var(--text);font-size:16px;font-weight:600;outline:none;padding:2px 8px;width:140px}.profile-name-save{background:#222;border:none;border-radius:6px;color:#fff}.profile-name-cancel,.profile-name-save{cursor:pointer;font-size:14px;padding:2px 8px}.profile-name-cancel{background:none;border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:6px;color:#5a5a5a;color:var(--text-muted)}.profile-plan-badge{align-items:center;background:#faf9f7;background:var(--bg);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:20px;color:#5a5a5a;color:var(--text-muted);display:inline-flex;font-size:11px;padding:2px 10px;width:-webkit-fit-content;width:fit-content}.profile-plan-premium{background:#0f0f0f;background:var(--text);border-color:#0f0f0f;border-color:var(--text);color:#faf9f7;color:var(--bg)}.profile-card{background:#faf9f7;background:var(--bg);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:12px;display:flex;flex-direction:column;gap:12px;padding:16px}.profile-card-danger{border-color:#fecaca}.profile-card-title{color:#5a5a5a;color:var(--text-muted);font-size:11px;font-weight:600;letter-spacing:.8px;text-transform:uppercase}.profile-row{align-items:center;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);display:flex;gap:12px;justify-content:space-between;padding:4px 0}.profile-row:last-child{border-bottom:none}.profile-row-label{color:#5a5a5a;color:var(--text-muted);font-size:13px}.profile-row-value{color:#0f0f0f;color:var(--text);font-size:13px;font-weight:500}.profile-usage-bar-wrap{display:flex;flex-direction:column;gap:6px}.profile-usage-bar{background:#e5e5e5;background:var(--border);border-radius:4px;height:4px;overflow:hidden}.profile-usage-fill{background:#0f0f0f;background:var(--text);border-radius:4px;height:100%;transition:width .4s ease}.profile-usage-label{color:#5a5a5a;color:var(--text-muted);font-size:12px}.profile-upgrade-btn{align-items:center;background:#0f0f0f;background:var(--text);border:none;border-radius:10px;color:#faf9f7;color:var(--bg);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:8px;justify-content:center;padding:10px 16px;transition:opacity .15s;width:100%}.profile-upgrade-btn:hover{opacity:.85}.profile-signout-btn{align-items:center;background:#f2f1ee;background:var(--bg-secondary);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:8px;color:#0f0f0f;color:var(--text);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;gap:8px;padding:9px 14px;transition:background .15s;width:100%}.profile-signout-btn:hover{background:#e5e5e5;background:var(--border)}.profile-delete-btn{align-items:center;background:#0000;border:1px solid #fecaca;border-radius:8px;color:#ef4444;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;gap:8px;padding:9px 14px;transition:background .15s;width:100%}.profile-delete-btn:hover{background:#fef2f2}.profile-delete-confirm{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;display:flex;flex-direction:column;gap:10px;padding:12px}.profile-delete-confirm p{color:#991b1b;font-size:13px}.profile-delete-actions{display:flex;gap:8px}.profile-delete-confirm-btn{background:#ef4444;border:none;border-radius:8px;color:#fff}.profile-delete-cancel-btn,.profile-delete-confirm-btn{cursor:pointer;flex:1 1;font-family:Inter,sans-serif;font-size:13px;padding:8px}.profile-delete-cancel-btn{background:#faf9f7;background:var(--bg);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:8px;color:#0f0f0f;color:var(--text)}.profile-setting-row{align-items:center;border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:8px 0}.profile-setting-row:last-child{border-bottom:none}.profile-setting-label{color:#0f0f0f;color:var(--text);display:block;font-size:13px;font-weight:500}.profile-setting-sub{color:#5a5a5a;color:var(--text-muted);display:block;font-size:11px;margin-top:2px}.profile-setting-coming{background:#f2f1ee;background:var(--bg-secondary);border:1px solid #e5e5e5;border:1px solid var(--border);border-radius:20px;color:#888;color:var(--text-light);font-size:11px;padding:2px 10px;white-space:nowrap}.faq-item{border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);padding-bottom:8px}.faq-item:last-child{border-bottom:none;padding-bottom:0}.faq-question{align-items:center;background:none;border:none;color:#0f0f0f;color:var(--text);cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:500;gap:12px;justify-content:space-between;padding:6px 0;text-align:left;width:100%}.faq-icon,.faq-question:hover{color:#5a5a5a;color:var(--text-muted)}.faq-icon{flex-shrink:0;height:14px;width:14px}.faq-answer{color:#5a5a5a;color:var(--text-muted);font-size:13px;line-height:1.6;padding:6px 0 4px}.profile-legal-block{border-bottom:1px solid #e5e5e5;border-bottom:1px solid var(--border);padding-bottom:12px}.profile-legal-block:last-child{border-bottom:none;padding-bottom:0}.profile-legal-block h4{color:#0f0f0f;color:var(--text);font-size:13px;font-weight:600;margin-bottom:6px}.profile-legal-block p{font-size:12px}.profile-legal-block p,.profile-support-intro{color:#5a5a5a;color:var(--text-muted);line-height:1.6}.profile-support-intro{font-size:13px}.profile-support-email{align-items:center;color:#0f0f0f;color:var(--text);display:flex;font-size:13px;gap:8px}.profile-support-email a{color:#0f0f0f;color:var(--text);text-decoration:underline}.profile-support-email a:hover,.profile-support-row{color:#5a5a5a;color:var(--text-muted)}.profile-support-row{align-items:flex-start;display:flex;font-size:13px;gap:8px;line-height:1.5}.profile-support-link{color:#0f0f0f;color:var(--text);display:inline-block;font-size:13px;text-decoration:underline}.profile-support-link:hover{color:#5a5a5a;color:var(--text-muted)}
/*# sourceMappingURL=main.b4a12350.css.map*/