*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#1e293b;min-height:100vh}.auth-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc}.auth-loading-spinner{width:36px;height:36px;border:3px solid #e2e8f0;border-top-color:#4285f4;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#f8fafc;padding:24px}.login-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:40px 36px;width:100%;max-width:400px;box-shadow:0 4px 24px #0000000f;text-align:center}.login-logo{margin-bottom:20px}.login-title{font-size:22px;font-weight:700;color:#0f172a;margin-bottom:6px}.login-subtitle{font-size:14px;color:#64748b;margin-bottom:28px}.login-form{text-align:left}.login-submit{width:100%;padding:11px;font-size:15px;margin-top:4px}.header-user{margin-left:auto;font-size:12px;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:4px 10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.logout-btn{margin-left:auto;background:none;border:1px solid #e2e8f0;border-radius:7px;padding:6px 16px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap;align-self:center;margin-bottom:4px}.logout-btn:hover{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.app-header{background:#fff;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:100}.app-header-inner{display:flex;align-items:center;gap:14px;padding:18px 32px 12px}.app-logo{flex-shrink:0}.app-header-text h1{font-size:20px;font-weight:700;color:#0f172a;line-height:1.2}.app-header-text p{font-size:13px;color:#64748b;margin-top:2px}.tab-bar{display:flex;gap:4px;padding:0 32px;border-top:1px solid #f1f5f9}.tab-bar button{background:none;border:none;padding:10px 18px;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:color .15s,border-color .15s}.tab-bar button:hover{color:#1e293b}.tab-bar button.active{color:#4285f4;border-bottom-color:#4285f4}.app-main{max-width:1440px;margin:0 auto;padding:32px 24px}.tab-content{display:flex;flex-direction:column;gap:20px}.quota-bar-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 18px}.quota-bar-label{font-size:13px;color:#475569;margin-bottom:8px}.quota-bar-label strong{color:#0f172a}.quota-warn{color:#dc2626;font-weight:600}.quota-warn--yellow{color:#ca8a04}.quota-bar-track{height:8px;background:#e2e8f0;border-radius:999px;overflow:hidden}.quota-bar-fill{height:100%;border-radius:999px;transition:width .4s ease}.card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px}.mode-toggle{display:flex;gap:0;margin-bottom:20px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;width:fit-content}.mode-toggle button{background:#f8fafc;border:none;padding:8px 20px;font-size:13px;font-weight:500;color:#64748b;cursor:pointer;transition:background .15s,color .15s}.mode-toggle button:not(:last-child){border-right:1px solid #e2e8f0}.mode-toggle button.active{background:#4285f4;color:#fff}.mode-toggle button:hover:not(.active){background:#f1f5f9;color:#1e293b}.field{margin-bottom:16px}.field label{display:block;font-size:13px;font-weight:600;color:#374151;margin-bottom:6px}.hint{font-weight:400;color:#94a3b8}.field-hint{display:block;font-size:12px;color:#94a3b8;margin-top:5px}.url-textarea,.url-input{width:100%;border:1.5px solid #e2e8f0;border-radius:8px;padding:10px 12px;font-size:13px;font-family:Menlo,Monaco,Courier New,monospace;color:#1e293b;background:#f8fafc;transition:border-color .15s;resize:vertical}.url-input{font-family:inherit;min-height:40px;resize:none}.url-textarea:focus,.url-input:focus{outline:none;border-color:#4285f4;background:#fff}.submit-btn{background:#4285f4;color:#fff;border:none;border-radius:8px;padding:10px 28px;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}.submit-btn:hover:not(:disabled){background:#3367d6}.submit-btn:disabled{opacity:.55;cursor:not-allowed}.alert{border-radius:10px;padding:14px 18px;font-size:13px}.alert--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.alert--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.child-sitemaps{margin-top:10px;padding-left:16px;list-style:disc}.link-btn{background:none;border:none;color:#4285f4;cursor:pointer;font-size:13px;text-decoration:underline;padding:0;font-family:monospace}.results-wrap{display:flex;flex-direction:column;gap:12px}.results-header{font-size:14px;font-weight:600;color:#374151}.skipped-note{color:#ca8a04}.table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;overflow-x:auto}.results-table{width:100%;border-collapse:collapse;font-size:13px}.results-table th{background:#f8fafc;padding:10px 14px;text-align:left;font-weight:600;color:#475569;font-size:12px;text-transform:uppercase;letter-spacing:.04em;border-bottom:1px solid #e2e8f0}.results-table td{padding:10px 14px;border-bottom:1px solid #f1f5f9;color:#1e293b;vertical-align:middle}.results-table tr:last-child td{border-bottom:none}.results-table tr:hover td{background:#f8fafc}.url-cell{max-width:820px}.url-cell a{color:#4285f4;text-decoration:none;word-break:break-all;font-family:Menlo,Monaco,monospace;font-size:12px}.url-cell a:hover{text-decoration:underline}.history-account-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:10px;font-size:13px}.history-account-banner--connected{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.history-account-banner--none{background:#fefce8;border:1px solid #fde68a;color:#854d0e}.history-account-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.history-account-dot--on{background:#22c55e}.history-account-dot--off{background:#f59e0b}.history-account-label strong{font-weight:700}.history-empty-wrap{text-align:center;padding:60px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.history-empty-icon{font-size:36px;margin-bottom:12px}.history-empty-title{font-size:16px;font-weight:700;color:#1e293b;margin-bottom:6px}.history-empty-sub{font-size:13px;color:#64748b}.history-summary{display:flex;gap:10px;font-size:13px;font-weight:500}.history-ok{color:#15803d}.history-fail{color:#b91c1c}.history-account-chip{display:inline-block;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;font-size:11px;padding:2px 8px;border-radius:999px;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis}.history-account-chip--none{background:#f1f5f9;border-color:#e2e8f0;color:#94a3b8}.history-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.filter-select,.filter-date{border:1.5px solid #e2e8f0;border-radius:7px;padding:7px 12px;font-size:13px;color:#374151;background:#fff;cursor:pointer}.filter-select:focus,.filter-date:focus{outline:none;border-color:#4285f4}.clear-btn{background:none;border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;font-size:12px;color:#64748b;cursor:pointer}.clear-btn:hover{border-color:#94a3b8;color:#374151}.history-count{font-size:13px;color:#94a3b8;margin-left:auto}.preview-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-bottom:16px}.preview-meta{font-size:14px;color:#374151}.preview-meta strong{color:#0f172a;font-size:16px}.preview-actions{display:flex;gap:10px;align-items:center}.preview-table-wrap{max-height:420px;overflow-y:auto}.row-num{width:48px;color:#94a3b8;font-size:12px;text-align:right;padding-right:8px}.row-dimmed td{opacity:.4}.skip-badge{display:inline-block;margin-left:8px;background:#fef9c3;color:#854d0e;font-size:10px;font-weight:700;padding:1px 6px;border-radius:999px}.secondary-btn{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:8px 16px;font-size:13px;font-weight:500;color:#374151;cursor:pointer;transition:background .15s}.secondary-btn:hover{background:#e2e8f0}.empty-text,.loading-text{text-align:center;color:#94a3b8;font-size:14px;padding:40px 0}.status-intro{font-size:13px;color:#64748b;margin-bottom:20px;line-height:1.5}.status-intro code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:1px 5px;font-size:12px;color:#334155}.status-input-row{display:flex;gap:10px;align-items:flex-start}.status-input-row .url-input{flex:1}.status-result-card{display:flex;flex-direction:column;gap:0}.status-verdict-row{display:flex;gap:40px;flex-wrap:wrap;padding-bottom:20px}.status-verdict-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:6px}.verdict-badge{display:inline-block;font-size:15px;font-weight:700;padding:4px 14px;border-radius:999px}.verdict--pass{background:#dcfce7;color:#15803d}.verdict--fail{background:#fee2e2;color:#b91c1c}.verdict--neutral{background:#f1f5f9;color:#64748b}.status-coverage-value{font-size:14px;font-weight:500;color:#374151;padding-top:2px}.status-divider{height:1px;background:#f1f5f9;margin-bottom:16px}.status-rows{display:flex;flex-direction:column;gap:10px}.status-row{display:flex;align-items:baseline;gap:12px;font-size:13px}.status-label{min-width:140px;font-weight:600;color:#64748b;flex-shrink:0;font-size:12px}.status-value{color:#1e293b;word-break:break-all;font-family:Menlo,Monaco,monospace;font-size:12px}.status-sitemaps{margin-top:16px;padding-top:16px;border-top:1px solid #f1f5f9}.status-sitemap-list{margin-top:8px;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:4px}.status-sitemap-list a{font-size:12px;font-family:Menlo,Monaco,monospace;color:#4285f4;text-decoration:none;word-break:break-all}.status-sitemap-list a:hover{text-decoration:underline}.row-expanded td{background:#f8fafc}.status-error-text{font-size:12px;color:#b91c1c}.detail-row td{background:#f8fafc;padding:12px 14px 16px;border-bottom:1px solid #e2e8f0}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px}.detail-grid>div{display:flex;flex-direction:column;gap:3px}.settings-section-title{font-size:14px;font-weight:700;color:#0f172a;margin-bottom:14px}.settings-status-row{display:flex;align-items:center;gap:8px;margin-bottom:10px}.settings-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.settings-dot--ok{background:#22c55e}.settings-dot--err{background:#ef4444}.settings-status-text{font-size:13px;color:#374151}.settings-email-row{display:flex;align-items:center;gap:12px;margin-bottom:16px}.settings-email{font-size:12px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:5px;padding:3px 8px;color:#334155;word-break:break-all}.settings-note{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:14px 16px;font-size:13px;color:#475569;line-height:1.6}.settings-note a{color:#4285f4;text-decoration:none}.settings-note a:hover{text-decoration:underline}.settings-steps{margin:10px 0 0;padding-left:20px;display:flex;flex-direction:column;gap:5px}.settings-desc{font-size:13px;color:#64748b;margin-bottom:16px;line-height:1.5}.settings-saved{font-size:13px;color:#15803d;margin-top:8px}.settings-connected-row{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}.settings-pre{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:10px 12px;font-size:12px;font-family:Menlo,Monaco,monospace;color:#334155;margin:10px 0 0;white-space:pre}.props-count{display:inline-block;background:#e2e8f0;color:#475569;font-size:11px;font-weight:600;padding:1px 7px;border-radius:999px;margin-left:8px;vertical-align:middle}.properties-list{display:flex;flex-direction:column;gap:6px;margin-top:4px}.property-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.property-url{font-size:13px;font-family:Menlo,Monaco,monospace;color:#1e293b;word-break:break-all}.property-permission{font-size:11px;font-weight:600;color:#64748b;background:#e2e8f0;padding:2px 7px;border-radius:999px;white-space:nowrap;flex-shrink:0}.settings-inline-code{display:inline-block;font-size:11px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:2px 6px;color:#334155;word-break:break-all;margin:4px 0}.stream-progress{margin-top:12px;padding:12px 14px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px}.stream-progress-bar{height:6px;background:#dbeafe;border-radius:999px;overflow:hidden;margin-bottom:8px}.stream-progress-fill{height:100%;background:#4285f4;border-radius:999px;transition:width .2s ease}.stream-progress-label{font-size:12px;color:#1d4ed8}.stream-progress-url{font-family:monospace;font-size:11px;color:#1e40af;word-break:break-all}.engine-selector{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap;align-items:center}.engine-selector-label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;margin-right:4px}.engine-btn{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:8px;border:1.5px solid #e2e8f0;background:#fff;font-size:13px;font-weight:500;color:#475569;cursor:pointer;transition:all .15s}.engine-btn:hover:not(:disabled){border-color:#94a3b8;background:#f8fafc}.engine-btn--active{border-color:#4285f4;background:#eff6ff;color:#1d4ed8}.engine-btn--disabled{opacity:.45;cursor:not-allowed;background:#f8fafc}.engine-btn-dot{width:7px;height:7px;border-radius:50%;background:#cbd5e1}.engine-btn--active .engine-btn-dot{background:#4285f4}.coming-soon-badge{display:inline-block;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f9;color:#64748b;border-radius:4px;padding:2px 6px;margin-left:4px}.bing-result{margin-top:12px;padding:12px 14px;border-radius:8px;font-size:13px;display:flex;align-items:center;gap:8px}.bing-result--ok{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}.bing-result--err{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.bing-result-icon{font-size:16px}.settings-section--dimmed{opacity:.55;pointer-events:none}.settings-section--dimmed .settings-section-title{display:flex;align-items:center;gap:8px}.verdict--crawled{background:#dcfce7;color:#15803d}.verdict--uncrawled{background:#fef9c3;color:#854d0e}
