body{margin:0;min-height:100vh}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #4285f4;--primary-hover: #357ae8;--secondary-color: #34a853;--error-color: #ea4335;--text-color: #202124;--text-secondary: #5f6368;--bg-color: #f8f9fa;--card-bg: #ffffff;--border-color: #dadce0;--shadow: 0 2px 8px rgba(0, 0, 0, .1);--shadow-hover: 0 4px 16px rgba(0, 0, 0, .15)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:#69f;min-height:100vh;color:var(--text-color);line-height:1.6}.container{max-width:800px;margin:0 auto;padding:2rem 1rem;min-height:100vh;display:flex;flex-direction:column}header{text-align:center;color:#fff;margin-bottom:2rem}header h1{font-size:2.5rem;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.subtitle{font-size:1.1rem;opacity:.9}main{flex:1}.card{background:var(--card-bg);border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:var(--shadow);transition:box-shadow .3s ease}.card:hover{box-shadow:var(--shadow-hover)}.form-group{margin-bottom:1.5rem}.form-group:first-child{margin-top:0}label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--text-color)}input[type=url],input[type=text],select{width:100%;padding:.875rem 1rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;font-family:inherit;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none}select{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='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem;cursor:pointer}input[type=url]:focus,input[type=text]:focus,select:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4285f41a}input[type=url]:disabled,input[type=text]:disabled,select:disabled{opacity:.6;cursor:not-allowed;background-color:var(--bg-color)}.hint{display:block;margin-top:.5rem;font-size:.875rem;color:var(--text-secondary)}.btn-primary,.btn-secondary{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:inherit;display:inline-flex;align-items:center;justify-content:center;min-width:120px}.btn-primary{background:var(--primary-color);color:#fff;width:100%}.btn-primary:hover:not(:disabled){background:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #4285f466}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:var(--card-bg);color:var(--text-color);border:2px solid var(--border-color)}.btn-secondary:hover{background:var(--bg-color);border-color:var(--primary-color);color:var(--primary-color)}.actions{display:flex;gap:1rem;margin-top:1.5rem;flex-wrap:wrap}.actions button{flex:1;min-width:150px}.result-card h2{margin-bottom:1.5rem;color:var(--primary-color);border-bottom:2px solid var(--border-color);padding-bottom:.75rem}.result-section{margin-bottom:2rem}.result-section h3{color:var(--text-color);margin-bottom:.75rem;font-size:1.25rem}.result-section p{color:var(--text-secondary);line-height:1.8}.result-section ul{list-style:none;padding-left:0}.result-section li{padding:.75rem;margin-bottom:.5rem;background:var(--bg-color);border-left:4px solid var(--primary-color);border-radius:4px}.error-card{background:#fff5f5;border:2px solid var(--error-color)}.error-card h3{color:var(--error-color);margin-bottom:1rem}.error-card p{color:var(--text-color);margin-bottom:1rem}footer{text-align:center;color:#fff;opacity:.8;margin-top:2rem;padding-top:2rem}@media(max-width:600px){header h1{font-size:2rem}.card{padding:1.5rem}.actions{flex-direction:column}.actions button{width:100%}}.history-page{max-width:1180px;gap:1.5rem}.history-header{margin-bottom:0;color:#fff}.history-header-main{display:flex;flex-direction:column;gap:1rem}.history-header-top{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.history-back-link,.history-export-button,.history-reset-button{min-width:auto}.history-export-button{width:auto;padding-inline:1.5rem}.history-hero{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);gap:1.5rem;padding:2rem;background:radial-gradient(circle at top right,rgba(255,255,255,.22),transparent 30%),linear-gradient(135deg,#1852c4f2,#111827eb);color:#fff;border:1px solid rgba(255,255,255,.16)}.history-kicker{display:inline-block;margin-bottom:.875rem;padding:.35rem .7rem;border-radius:999px;background:#ffffff24;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.history-hero h1{margin:0 0 .75rem;font-size:clamp(2rem,4vw,2.8rem);line-height:1.1;text-align:left;text-shadow:none}.history-hero p{margin:0;max-width:620px;color:#ffffffd9;font-size:1rem}.history-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.history-stat-card{display:flex;flex-direction:column;gap:.25rem;padding:1rem 1.1rem;border-radius:16px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:left}.history-stat-card strong{font-size:1.9rem;line-height:1}.history-stat-label{font-size:.82rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#ffffffb8}.history-stat-hint{font-size:.88rem;color:#ffffffc2}.history-filter-card,.history-results{text-align:left}.history-filter-header,.history-results-toolbar{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.history-filter-header h2,.history-results-toolbar h2,.history-empty-card h3{margin:0 0 .3rem;color:#111827}.history-filter-header p,.history-results-toolbar p,.history-empty-card p{margin:0;color:var(--text-secondary)}.history-filter-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1rem}.history-field{grid-column:span 3;margin-bottom:0}.history-search-field{grid-column:span 6}.history-number-input{width:100%;padding:.875rem 1rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .3s ease,box-shadow .3s ease}.history-number-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4285f41a}.history-datetime-input{width:100%;padding:.875rem 1rem;border:2px solid var(--border-color);border-radius:8px;font-size:1rem;font-family:inherit;background:#fff;transition:border-color .3s ease,box-shadow .3s ease}.history-datetime-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4285f41a}.history-results{display:grid;gap:1rem}.history-results-badges{display:flex;gap:.75rem;flex-wrap:wrap}.history-results-badge{padding:.45rem .8rem;border-radius:999px;background:#ffffffb3;color:#1f2937;font-weight:600;box-shadow:0 10px 30px #0f172a14}.history-record-card{padding:1.25rem 1.5rem;border:1px solid rgba(15,23,42,.06)}.history-record-card[open]{box-shadow:0 10px 30px #0f172a1f}.history-record-summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;list-style:none;cursor:pointer}.history-record-summary::-webkit-details-marker{display:none}.history-record-main{flex:1;min-width:0}.history-record-headline{display:flex;align-items:center;gap:.8rem;flex-wrap:wrap;margin-bottom:.6rem}.history-record-headline strong{font-size:1.15rem;color:#111827}.history-agent-name{color:var(--text-secondary);font-weight:500}.history-mode-badge{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;font-size:.78rem;font-weight:700}.history-mode-badge.kol{background:#e0f2fe;color:#0369a1}.history-mode-badge.general{background:#fff7ed;color:#c2410c}.history-record-meta{display:flex;gap:.75rem;flex-wrap:wrap;color:#6b7280;font-size:.92rem}.history-record-url{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.history-record-score{flex-shrink:0;min-width:112px;padding:.9rem 1rem;border-radius:16px;font-weight:700;font-size:1rem;text-align:center}.history-record-body{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid rgba(15,23,42,.08);display:grid;gap:1rem;cursor:default}.history-detail-panel{padding:1rem 1.1rem;border-radius:14px;background:linear-gradient(180deg,#f8fafcfa,#f1f5f9f2)}.history-detail-panel strong{display:block;margin-bottom:.7rem;color:#0f172a}.history-summary-text{margin:0;white-space:pre-wrap;color:#334155;line-height:1.7}.history-rule-list{list-style:none;padding:0;margin:0;display:grid;gap:.65rem}.history-rule-item{display:flex;justify-content:space-between;gap:1rem;align-items:center;padding:.8rem .95rem;border-radius:12px;border:1px solid transparent}.history-rule-item.passed{background:#f0fdf4;border-color:#bbf7d0}.history-rule-item.failed{background:#fef2f2;border-color:#fecaca}.history-rule-status{flex-shrink:0;font-weight:700}.history-score-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:.85rem}.history-score-item{padding:1rem;border-radius:12px;background:#fff;border:1px solid rgba(15,23,42,.06);text-align:center}.history-score-label{margin-bottom:.35rem;color:var(--text-secondary);font-size:.9rem}.history-score-value{font-size:1.25rem;font-weight:700;color:#111827}.history-feedback-card,.history-empty-card{text-align:center;padding:2.25rem 1.5rem}@media(max-width:900px){.history-hero{grid-template-columns:1fr}.history-field{grid-column:span 6}.history-search-field{grid-column:span 12}}@media(max-width:640px){.history-page{padding-inline:.85rem}.history-header-top,.history-filter-header,.history-results-toolbar,.history-record-summary{flex-direction:column;align-items:stretch}.history-export-button,.history-reset-button{width:100%}.history-stats-grid,.history-filter-grid{grid-template-columns:1fr}.history-field,.history-search-field{grid-column:span 1}.history-record-score{width:100%}.history-rule-item{flex-direction:column;align-items:flex-start}.history-record-url{white-space:normal;word-break:break-all}}
