: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%}}.video-batch-submit-row{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.video-batch-submit-row .btn-primary{width:auto;flex:1 1 12rem}.video-batch-entry-btn{width:auto!important;min-width:auto;text-decoration:none;white-space:nowrap}.video-batch-results-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;margin-bottom:1rem}.video-batch-results-header h2{margin:0}.image-upload-input-hidden{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.image-upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;min-height:168px;padding:1.25rem 1rem;border:2px dashed #cbd5e1;border-radius:12px;background:linear-gradient(180deg,#f8fafc,#f1f5f9);cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;text-align:center}.image-upload-zone:hover{border-color:#2563eb;background:linear-gradient(180deg,#eff6ff,#f8fafc);box-shadow:0 0 0 3px #2563eb14}.image-upload-zone--dragover{border-color:#2563eb;background:#eff6ff;box-shadow:0 0 0 3px #2563eb24}.image-upload-zone--disabled{opacity:.65;cursor:not-allowed;pointer-events:none}.image-upload-zone-icon{font-size:2rem;line-height:1}.image-upload-zone-title{font-weight:600;color:#0f172a;font-size:.98rem}.image-upload-zone-hint{font-size:.85rem;color:#64748b}.image-upload-preview-card{display:flex;gap:1rem;align-items:flex-start;padding:.85rem;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.image-upload-preview-thumb{width:120px;height:120px;object-fit:cover;border-radius:10px;border:1px solid #e2e8f0;background:#fff;flex-shrink:0}.image-upload-preview-meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:.35rem;padding-top:.15rem}.image-upload-preview-meta strong{word-break:break-all;color:#0f172a;font-size:.95rem}.image-upload-preview-meta span{font-size:.85rem;color:#64748b}.image-upload-preview-actions{display:flex;gap:1rem;margin-top:.35rem;flex-wrap:wrap}.image-upload-link{font-size:.88rem;font-weight:600;color:#2563eb;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.image-upload-link:hover{color:#1d4ed8}.image-upload-link--muted{color:#64748b}.image-upload-link--muted:hover{color:#334155}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh}#root{min-height:100vh}.app-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.125rem;font-size:.9rem}.app-nav-link{color:#475569;text-decoration:none;padding:.35rem .65rem;border-radius:6px;font-weight:500;line-height:1.3;transition:background .15s ease,color .15s ease}.app-nav-link:hover{color:#1d4ed8;background:#2563eb14}.app-nav-link--active{color:#1e40af;background:#2563eb24;font-weight:600}.app-nav-link:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.app-user-info-trigger:hover{background:#f1f5f9!important;border-color:#94a3b8}.app-user-info-trigger:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.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{gap:1rem}.history-batchtasks-block{margin-top:.25rem}.history-batchtasks-header{display:flex;justify-content:space-between;align-items:flex-end;gap:1rem;flex-wrap:wrap;margin-bottom:.75rem}.history-batchtasks-header p{margin:0;color:var(--text-secondary)}.history-batchtasks-list{display:flex;flex-direction:column;gap:.75rem}.history-batchtask-item{padding:1rem 1.05rem;border-radius:14px;border:1px solid rgba(15,23,42,.06);background:#fff}.history-batchtask-top{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.history-batchtask-status{font-weight:800;font-size:1.05rem}.history-batchtask-meta{margin-top:.35rem;color:var(--text-secondary);font-size:.92rem;display:flex;flex-wrap:wrap;gap:.5rem}.history-batchtask-preview{margin-top:.5rem;color:#334155;font-size:.85rem;word-break:break-all}.history-batchtask-error{margin-top:.45rem;color:#b91c1c;font-weight:700}.history-batchtask-date{color:#6b7280;font-size:.9rem;white-space:nowrap}.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:flex-start;gap:1rem;list-style:none;cursor:pointer;flex-wrap:wrap}.history-record-summary::-webkit-details-marker{display:none}.history-record-main{flex:1;min-width:0}.history-thumb-button{width:132px;height:96px;border:1px solid rgba(15,23,42,.12);border-radius:10px;background:#f8fafc;padding:0;overflow:hidden;cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center}.history-thumb-button:hover{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.history-thumb-image{width:100%;height:100%;object-fit:cover;display:block}.history-thumb-empty{font-size:.82rem;color:#64748b;font-weight:600}.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:0;width:auto;white-space:nowrap;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-copy{min-width:0}.history-rule-reason{margin:.4rem 0 0;color:#475569;font-size:.92rem;line-height:1.55}.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}.history-preview-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.history-preview-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#020617a8}.history-preview-panel{position:relative;z-index:1;width:min(1100px,96vw);max-height:92vh;overflow:auto;border-radius:14px;background:#fff;padding:1rem;box-shadow:0 30px 80px #0f172a59}.history-preview-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.8rem}.history-preview-header h3{margin:0 0 .2rem}.history-preview-header p{margin:0;color:#64748b;word-break:break-all}.history-preview-body{border-radius:10px;overflow:hidden}.history-preview-image{width:100%;max-height:72vh;object-fit:contain;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.history-preview-empty{padding:2rem;text-align:center;color:#64748b;border:1px dashed #cbd5e1;border-radius:8px}.history-preview-footer{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-top:.9rem;color:#475569}.history-preview-footer .btn-primary{margin-left:auto}@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-thumb-button{width:100%;height:180px}.history-preview-footer .btn-primary{margin-left:0;width:100%}.history-rule-item{flex-direction:column;align-items:flex-start}.history-record-url{white-space:normal;word-break:break-all}.history-tabs-footer{flex-direction:column;align-items:stretch}.history-refresh-btn{width:100%;justify-content:center}}.history-tabs-card{padding:.85rem;display:grid;gap:.75rem;margin-bottom:1rem}.history-tabs-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.history-tab-btn{justify-content:center;width:100%;min-height:2.5rem;margin:0;padding:.55rem .75rem;border-radius:8px;border:2px solid var(--border-color, #e2e8f0);background:var(--card-bg, #fff);color:#475569;font-size:.92rem;font-weight:600;font-family:inherit;cursor:pointer;transition:border-color .2s,color .2s,background .2s}.history-tab-btn:hover:not(:disabled){border-color:var(--primary-color, #4285f4);color:var(--primary-color, #4285f4)}.history-tab-btn--active{border-color:var(--primary-color, #4285f4);background:#4285f414;color:var(--primary-color, #4285f4)}.history-tab-btn:disabled{opacity:.75;cursor:not-allowed}.history-tabs-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem}.history-tabs-hint{font-size:.84rem;color:#64748b;line-height:1.4}.history-refresh-btn{width:auto!important;min-width:6.5rem;min-height:2.25rem;margin:0 0 0 auto!important;padding:.4rem 1rem!important;white-space:nowrap}.history-list-processing{text-align:center;color:#64748b}.daily-record-page{max-width:1180px;gap:1.5rem}.daily-record-env-tabs{margin-bottom:0}.daily-record-stats-panel{padding:1.25rem}.daily-record-stats-panel--collapsed{padding-bottom:.85rem}.daily-record-stats-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem 1rem;margin-bottom:.75rem}.daily-record-stats-panel--collapsed .daily-record-stats-header{margin-bottom:0}.daily-record-stats-toggle{display:flex;align-items:flex-start;gap:.5rem;margin:0;padding:0;border:none;background:transparent;text-align:left;cursor:pointer;color:inherit}.daily-record-stats-toggle:hover .daily-record-stats-toggle-title{color:var(--primary-color, #4285f4)}.daily-record-stats-toggle-icon{flex:0 0 auto;width:1rem;margin-top:.15rem;font-size:.8rem;color:#64748b;line-height:1}.daily-record-stats-toggle-text{display:grid;gap:.2rem}.daily-record-stats-toggle-title{font-size:1.1rem;font-weight:600;color:#0f172a}.daily-record-stats-collapsed-hint{font-size:.84rem;color:#94a3b8;white-space:nowrap}.daily-record-stats-body{display:grid;gap:0}.daily-record-stats-tabs{margin-bottom:1rem}.daily-record-stats-header h2{margin:0;font-size:1.1rem;color:#0f172a}.daily-record-stats-path{font-size:.84rem;color:#64748b}.daily-record-stats-col-date{width:26%}.daily-record-stats-table--vdocreatedate .daily-record-stats-col-num{width:14.8%}.daily-record-stats-table--resultdate .daily-record-stats-col-date{width:30%}.daily-record-stats-table--resultdate .daily-record-stats-col-num{width:17.5%}.daily-record-stats-table{width:100%;table-layout:fixed;border-collapse:collapse;font-size:.9rem}.daily-record-stats-table th,.daily-record-stats-table td{padding:.55rem .75rem;border-bottom:1px solid #e2e8f0;vertical-align:middle}.daily-record-stats-table th{background:#f8fafc;color:#334155;font-weight:600;white-space:nowrap}.daily-record-stats-table th:first-child,.daily-record-stats-table td:first-child{width:26%;text-align:left}.daily-record-stats-table th:not(:first-child),.daily-record-stats-table td:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}.daily-record-stats-table__row--active{background:#4285f414}.daily-record-stats-table tbody tr:hover{background:#f8fafc}.daily-record-stats-table__row--active:hover{background:#4285f41f}.daily-record-date-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1rem;padding:.85rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.daily-record-date-field{display:inline-flex;align-items:center;gap:.5rem;margin:0}.daily-record-date-label{font-size:.9rem;color:#334155;white-space:nowrap}.daily-record-date-toggle{margin-right:.25rem}.daily-record-date-input{box-sizing:border-box;min-height:2.25rem;padding:.35rem .6rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-size:.9rem;color:#0f172a}.daily-record-date-hint{font-size:.84rem;color:#64748b;line-height:1.4}.daily-record-flag-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;margin-bottom:1rem;padding:.75rem 1rem;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.daily-record-flag-filters-label{font-size:.9rem;color:#334155;white-space:nowrap}.daily-record-flag-filter-item{display:inline-flex;align-items:center;gap:.35rem;margin:0;font-size:.9rem;color:#334155;cursor:pointer;-webkit-user-select:none;user-select:none}.daily-record-flag-filter-item input{width:1rem;height:1rem;margin:0;cursor:pointer}.daily-record-flag-filters-clear{padding:.2rem .55rem;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;font-size:.84rem;color:#475569;cursor:pointer}.daily-record-flag-filters-clear:hover:not(:disabled){border-color:#94a3b8;color:#0f172a}.daily-record-flag-filters-clear:disabled{opacity:.6;cursor:not-allowed}.daily-record-flag-filters-divider{width:1px;align-self:stretch;min-height:1.5rem;background:#e2e8f0}.daily-record-flag-filter-item--ui{margin-left:auto}.daily-record-date-truncated{margin-bottom:1rem;padding:.75rem 1rem;border-radius:8px;background:#fff7ed;border:1px solid #fdba74;color:#9a3412;font-size:.9rem}.daily-record-panel{padding:1.25rem}.daily-record-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem 1.5rem;margin-bottom:1.25rem;padding:1rem 1.25rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.daily-record-toolbar-group{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem}.daily-record-toolbar-field{display:inline-flex;align-items:center;gap:.5rem;margin:0;font-size:.9rem;color:#334155}.daily-record-toolbar-label{white-space:nowrap;line-height:1.4}.daily-record-toolbar-control{box-sizing:border-box;min-height:2.25rem;padding:.4rem .6rem;border-radius:6px;border:1px solid #cbd5e1;background:#fff;font-size:.9rem;color:#0f172a}.daily-record-toolbar-control--offset{width:5.5rem}.daily-record-toolbar-field--search{flex:1 1 18rem}.daily-record-toolbar-control--search{width:min(30rem,100%)}.daily-record-toolbar-actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.daily-record-toolbar-page{font-size:.9rem;color:#64748b;white-space:nowrap;padding:0 .25rem}.daily-record-toolbar-btn{width:auto!important;min-width:5.5rem;min-height:2.25rem;margin:0!important;padding:.4rem 1rem!important;white-space:nowrap}.daily-record-list{display:flex;flex-direction:column;gap:1rem}.daily-record-card{border:1px solid var(--border-color, #e2e8f0);border-radius:10px;background:#fff;overflow:hidden}.daily-record-card--fail{border-color:#fecaca;box-shadow:0 1px #dc26260f}.daily-record-card-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1rem;padding:.85rem 1rem;background:#f8fafc;border-bottom:1px solid #e2e8f0}.daily-record-card-header-main{flex:1 1 12rem;min-width:0}.daily-record-delete-btn{flex:0 0 auto;margin:0;padding:.35rem .85rem;min-height:2rem;border:1px solid #fecaca;border-radius:6px;background:#fff;color:#b91c1c;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap}.daily-record-delete-btn:hover:not(:disabled){background:#fef2f2;border-color:#f87171}.daily-record-delete-btn:disabled{opacity:.65;cursor:not-allowed}.daily-record-card--fail .daily-record-card-header{background:#fef2f2;border-bottom-color:#fecaca}.daily-record-vdoid{margin:0;font-size:.95rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;word-break:break-all}.daily-record-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1rem;font-size:.88rem;color:#475569}.daily-record-body{padding:1rem}.daily-record-body--split{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,360px);gap:1.25rem;align-items:start}@media(max-width:900px){.daily-record-body--split{grid-template-columns:1fr}}.daily-record-body-main,.daily-record-preview-aside{min-width:0}.daily-record-section{margin-top:.75rem}.daily-record-body-main>.daily-record-section:first-child{margin-top:0}.daily-record-section h4{margin:0 0 .5rem;font-size:.9rem;color:#334155}.daily-record-url-text{word-break:break-all;color:#475569}.daily-record-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px}.daily-record-empty{padding:2rem;text-align:center;color:#64748b}.daily-record-error{padding:.75rem 1rem;margin-bottom:1rem;background:#fef2f2;color:#b91c1c;border-radius:8px;font-size:.9rem}.daily-record-error-hint{margin-top:.5rem;color:#64748b;font-size:.85rem}.daily-record-pass{font-weight:600;font-size:.9rem}.daily-record-pass--ok{color:#15803d}.daily-record-pass--fail{color:#dc2626}.daily-record-flags-table{width:100%;min-width:480px;border-collapse:collapse;font-size:.88rem}.daily-record-flags-table th,.daily-record-flags-table td{padding:.5rem .65rem;border:1px solid #e2e8f0;text-align:left;vertical-align:top}.daily-record-flags-table th{background:#f8fafc;font-weight:600;color:#334155}.daily-record-flags-table__row--fail{background:#fff5f5}.daily-record-flag{font-weight:600;font-size:.85rem;white-space:nowrap}.daily-record-flag--pass{color:#15803d}.daily-record-flag--fail{color:#dc2626}.daily-record-flag-reason{color:#475569;word-break:break-word}.daily-record-video-preview{padding:.75rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.daily-record-card--fail .daily-record-video-preview{border-color:#fecaca;background:#fff}.daily-record-video-preview h4{margin:0 0 .65rem;font-size:.9rem;color:#b91c1c}.daily-record-video-preview__player{display:block;width:100%;max-height:280px;border-radius:8px;background:#000}.daily-record-video-preview__fallback{margin:0 0 .5rem;font-size:.85rem;color:#64748b}.daily-record-video-preview__link{display:block;margin-top:.5rem;font-size:.78rem;color:#2563eb;word-break:break-all;line-height:1.4}
