:root{--bg-primary:#0f172a;--bg-secondary:#1e293b;--bg-tertiary:#334155;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-color:#06b6d4;--accent-hover:#0891b2;--border-color:#334155;--card-bg:#1e293bbf;--card-shadow:0 8px 32px 0 #0000005e;--input-bg:#0f172a;--wa-header-bg:#202c33;--wa-chat-bg:#0b141a;--wa-bubble-self:#005c4b;--wa-bubble-text:#e9edef;--wa-time-text:#e9edef99;--wa-check-color:#53bdeb;--status-conforme:#10b981;--status-conforme-bg:#10b9811a;--status-parada:#ef4444;--status-parada-bg:#ef44441a;--status-mantenimiento:#f59e0b;--status-mantenimiento-bg:#f59e0b1a;--font-family:"Inter", system-ui, -apple-system, sans-serif;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--speed:.2s}body.light-theme{--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#f1f5f9;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--accent-color:#0891b2;--accent-hover:#0e7490;--border-color:#e2e8f0;--card-bg:#ffffffe6;--card-shadow:0 8px 32px 0 #94a3b826;--input-bg:#f8fafc;--wa-header-bg:#008069;--wa-chat-bg:#efeae2;--wa-bubble-self:#d9fdd3;--wa-bubble-text:#111b21;--wa-time-text:#111b2199}*,:before,:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-primary);color:var(--text-primary);min-height:100vh;transition:background-color var(--speed), color var(--speed);-webkit-text-size-adjust:100%;line-height:1.5;overflow-x:hidden}.app-container{flex-direction:column;width:100%;max-width:1400px;min-height:100vh;margin:0 auto;padding:0 1rem;display:flex}@media (width>=640px){.app-container{padding:0 1.5rem}}.app-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;gap:.75rem;padding:1rem 0;display:flex}@media (width>=640px){.app-header{padding:1.5rem 0}}.logo-area{align-items:center;gap:.75rem;min-width:0;display:flex}.icon-bg{background:linear-gradient(135deg, var(--accent-color), var(--accent-hover));border-radius:var(--radius-md);color:#fff;justify-content:center;align-items:center;width:38px;min-width:38px;height:38px;display:flex;box-shadow:0 4px 12px #06b6d44d}@media (width>=640px){.icon-bg{width:44px;min-width:44px;height:44px}}.logo-icon{width:20px;height:20px}@media (width>=640px){.logo-icon{width:24px;height:24px}}.logo-text{min-width:0}.app-header h1{letter-spacing:-.025em;white-space:nowrap;text-overflow:ellipsis;font-size:1rem;font-weight:700;overflow:hidden}@media (width>=640px){.app-header h1{font-size:1.3rem}}.subtitle{color:var(--text-secondary);font-size:.8rem;display:none}@media (width>=480px){.subtitle{display:block}}.header-actions{flex-shrink:0;gap:.5rem;display:flex}.app-main{flex:1;grid-template-columns:1fr;gap:0;padding:1.25rem 0 2rem;display:grid}@media (width>=1024px){.app-main{grid-template-columns:1.2fr .8fr;gap:2rem;padding:2rem 0}}.card{background:var(--card-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--card-shadow);transition:border-color var(--speed);margin-bottom:1.1rem;padding:1.1rem}@media (width>=640px){.card{margin-bottom:1.5rem;padding:1.5rem}}.card:hover{border-color:#06b6d466}.card-title{color:var(--text-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.95rem;font-weight:600;display:flex}@media (width>=640px){.card-title{font-size:1.05rem}}.card-title svg{color:var(--accent-color);flex-shrink:0;width:17px;height:17px}.card-header-flex{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.card-header-flex .card-title{margin-bottom:0}.section-desc{color:var(--text-secondary);margin-bottom:.85rem;font-size:.82rem}.form-group{flex-direction:column;gap:.5rem;display:flex}label{color:var(--text-secondary);font-size:.82rem;font-weight:550}.input-with-icon{align-items:center;display:flex;position:relative}.input-with-icon svg{width:16px;height:16px;color:var(--text-muted);pointer-events:none;position:absolute;left:.85rem}input[type=text],textarea{background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-family);transition:border-color var(--speed), box-shadow var(--speed);appearance:none;padding:.65rem .9rem;font-size:.9rem}@media (width>=640px){input[type=text],textarea{padding:.75rem 1rem}}.input-with-icon input[type=text]{padding-left:2.5rem}input[type=text]:focus,textarea:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #06b6d426}.plant-tabs{border-bottom:1px solid var(--border-color);flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.plant-tab{border:1px solid var(--border-color);border-radius:var(--radius-lg);color:var(--text-secondary);font-family:var(--font-family);cursor:pointer;transition:all var(--speed);touch-action:manipulation;background:0 0;align-items:center;gap:.4rem;padding:.4rem .85rem;font-size:.8rem;font-weight:500;display:inline-flex}.plant-tab:hover{color:var(--text-primary);border-color:var(--text-muted);background-color:var(--bg-tertiary)}.plant-tab-active{border-color:var(--accent-color);color:var(--accent-color);background-color:#06b6d426;font-weight:600}.machine-chips{flex-wrap:wrap;gap:.6rem;display:flex}.chip{border:1px solid var(--border-color);border-radius:var(--radius-lg);background-color:var(--bg-secondary);color:var(--text-secondary);cursor:pointer;-webkit-user-select:none;user-select:none;transition:all var(--speed);touch-action:manipulation;align-items:center;gap:.45rem;padding:.45rem .75rem;font-size:.8rem;font-weight:500;display:flex}.chip:hover{background-color:var(--bg-tertiary);color:var(--text-primary);border-color:var(--text-muted)}.chip.active{background-color:var(--accent-color);color:#0f172a;border-color:var(--accent-color);font-weight:600;box-shadow:0 4px 12px #06b6d440}.chip-checkbox{border:2px solid var(--text-muted);width:14px;height:14px;transition:all var(--speed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.chip.active .chip-checkbox{background-color:#0f172a;border-color:#0f172a}.chip.active .chip-checkbox:after{content:"";background-color:var(--accent-color);border-radius:50%;width:5px;height:5px}.chip-delete-btn{color:inherit;cursor:pointer;opacity:.6;transition:opacity var(--speed), background-color var(--speed);touch-action:manipulation;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;margin-left:2px;padding:2px;display:flex}.chip-delete-btn:hover{opacity:1;color:#ef4444;background-color:#ef444433}.no-data-msg{color:var(--text-muted);text-align:center;border:1px dashed var(--border-color);border-radius:var(--radius-sm);flex-direction:column;justify-content:center;align-items:center;padding:2.5rem 1rem;display:flex}.msg-icon{opacity:.5;width:34px;height:34px;margin-bottom:.65rem}.machine-details-list{flex-direction:column;gap:1rem;display:flex}.machine-detail-card{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1rem;animation:.25s cubic-bezier(.16,1,.3,1) slideDown}@media (width>=640px){.machine-detail-card{padding:1.25rem}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.machine-detail-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:1rem;display:flex}.machine-name-tag{color:var(--accent-color);white-space:nowrap;font-size:.95rem;font-weight:700}.quick-status-group{flex-wrap:wrap;gap:.4rem;display:flex}.machine-inputs{flex-direction:column;gap:.75rem;display:flex}.btn{font-family:var(--font-family);border-radius:var(--radius-sm);cursor:pointer;transition:all var(--speed);touch-action:manipulation;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.45rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.btn-icon{border:1px solid var(--border-color);color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;width:36px;min-width:36px;height:36px;transition:all var(--speed);touch-action:manipulation;background:0 0;justify-content:center;align-items:center;display:inline-flex}.btn-icon:hover{background-color:var(--bg-secondary);color:var(--text-primary);border-color:var(--text-muted)}.btn-lg{width:100%;padding:.85rem 1.25rem;font-size:.9rem}.btn-primary{background-color:var(--accent-color);color:#0f172a}.btn-primary:hover{background-color:var(--accent-hover);box-shadow:0 4px 12px #06b6d433}.btn:disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.btn-secondary{background-color:var(--bg-tertiary);border-color:var(--border-color);color:var(--text-primary)}.btn-secondary:hover{background-color:var(--border-color)}.btn-danger{color:#ef4444;background-color:#ef44441a;border-color:#ef444433}.btn-danger:hover{color:#fff;background-color:#ef4444}.btn-status{border:1px solid #0000;border-radius:20px;padding:.25rem .55rem;font-size:.72rem;font-weight:500}.btn-status-conforme{background-color:var(--status-conforme-bg);color:var(--status-conforme);border-color:#10b98133}.btn-status-conforme:hover,.btn-status-conforme.active{background-color:var(--status-conforme);color:#fff}.btn-status-parada{background-color:var(--status-parada-bg);color:var(--status-parada);border-color:#ef444433}.btn-status-parada:hover,.btn-status-parada.active{background-color:var(--status-parada);color:#fff}.btn-status-mantenimiento{background-color:var(--status-mantenimiento-bg);color:var(--status-mantenimiento);border-color:#f59e0b33}.btn-status-mantenimiento:hover,.btn-status-mantenimiento.active{background-color:var(--status-mantenimiento);color:#fff}.preview-panel{position:relative}.sticky-container{flex-direction:column;gap:1rem;display:flex}@media (width>=1024px){.sticky-container{gap:1.5rem;position:sticky;top:1.5rem}}.whatsapp-mockup{border-radius:var(--radius-md);border:1px solid var(--border-color);flex-direction:column;min-height:280px;max-height:420px;display:flex;overflow:hidden;box-shadow:0 12px 40px #0006}@media (width>=1024px){.whatsapp-mockup{min-height:380px;max-height:500px}}.wa-header{background-color:var(--wa-header-bg);flex-shrink:0;align-items:center;gap:.65rem;padding:.6rem .85rem;display:flex}.wa-avatar{background-color:var(--accent-hover);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:34px;min-width:34px;height:34px;font-size:.9rem;font-weight:700;display:flex}.wa-chat-info{flex-direction:column;flex:1;min-width:0;display:flex}.wa-chat-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;font-weight:600;overflow:hidden}.wa-chat-status{color:#ffffffbf;font-size:.68rem}.wa-header-icons{color:#fff;opacity:.8;flex-shrink:0;gap:.85rem;display:flex}.wa-icon{cursor:pointer;width:17px;height:17px}.wa-body{background-color:var(--wa-chat-bg);-webkit-overflow-scrolling:touch;background-image:url(https://user-images.githubusercontent.com/15075759/28719144-86dc0f70-73b1-11e7-911d-60d70fcded21.png);background-repeat:repeat;flex-direction:column;flex:1;padding:1rem;display:flex;overflow-y:auto}.wa-bubble{background-color:var(--wa-bubble-self);color:var(--wa-bubble-text);word-break:break-word;border-radius:0 8px 8px;flex-direction:column;max-width:90%;margin-top:auto;padding:.5rem .7rem;font-size:.85rem;display:flex;position:relative;box-shadow:0 1px .5px #00000021}.wa-bubble:before{content:"";border-style:solid;border-width:0 8px 10px 0;border-color:transparent var(--wa-bubble-self) transparent transparent;width:0;height:0;position:absolute;top:0;left:-8px}.wa-bubble-content{white-space:pre-wrap;margin-bottom:4px}.wa-bubble-content strong{font-weight:700}.wa-time-container{justify-content:flex-end;align-self:flex-end;align-items:center;gap:3px;display:flex}.wa-time{color:var(--wa-time-text);font-size:.63rem}.wa-check{width:14px;height:14px;color:var(--wa-check-color)}.action-buttons-container{flex-direction:column;gap:.65rem;display:flex}.sub-actions{grid-template-columns:1fr 1fr;gap:.65rem;display:grid}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background-color:#0f172ad9;justify-content:center;align-items:flex-end;padding:0;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@media (width>=640px){.modal-overlay{align-items:center;padding:1rem}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md) var(--radius-md) 0 0;width:100%;max-width:100%;animation:.3s cubic-bezier(.34,1.56,.64,1) slideUp;box-shadow:0 -8px 25px #0006}@media (width>=640px){.modal{border-radius:var(--radius-md);max-width:450px;animation:.25s cubic-bezier(.34,1.56,.64,1) scaleUp;box-shadow:0 20px 25px -5px #00000080}}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-header h3{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.modal-header h3 svg{color:var(--accent-color);width:17px;height:17px}.modal-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.5rem;line-height:1}.modal-close:hover{color:var(--text-primary)}.modal-footer{border-top:1px solid var(--border-color);justify-content:flex-end;gap:.65rem;padding:1rem 1.25rem;display:flex}.error-msg{color:#ef4444;margin-top:.25rem;font-size:.75rem;display:block}.toast-container{z-index:1100;pointer-events:none;flex-direction:column;gap:.65rem;display:flex;position:fixed;bottom:1.25rem;left:1rem;right:1rem}@media (width>=640px){.toast-container{width:auto;min-width:280px;max-width:360px;left:auto;right:2rem}}.toast{background-color:var(--bg-secondary);border-left:4px solid var(--accent-color);color:var(--text-primary);border-radius:var(--radius-sm);pointer-events:auto;align-items:center;gap:.65rem;padding:.85rem 1rem;font-size:.85rem;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) slideInUp;display:flex;box-shadow:0 10px 15px -3px #0000004d}.toast-success{border-left-color:var(--status-conforme)}.toast-success svg{color:var(--status-conforme)}.toast-error{border-left-color:var(--status-parada)}.toast-error svg{color:var(--status-parada)}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.segmented-group{flex-wrap:wrap;gap:.4rem;display:flex}.segmented-btn{background-color:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-lg);color:var(--text-secondary);font-family:var(--font-family);cursor:pointer;transition:all var(--speed);touch-action:manipulation;white-space:nowrap;align-items:center;gap:.3rem;padding:.45rem .85rem;font-size:.8rem;font-weight:500;display:inline-flex}.segmented-btn:hover{color:var(--text-primary);border-color:var(--text-muted)}.segmented-btn.active{background-color:var(--accent-color);border-color:var(--accent-color);color:#0f172a;font-weight:600;box-shadow:0 2px 8px #06b6d440}.turno-group .segmented-btn{flex:1;justify-content:center;min-width:50px}input[type=date]{background-color:var(--input-bg);border:1px solid var(--border-color);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);font-family:var(--font-family);transition:border-color var(--speed), box-shadow var(--speed);cursor:pointer;appearance:none;padding:.65rem .9rem;font-size:.9rem}input[type=date]:focus{border-color:var(--accent-color);outline:none;box-shadow:0 0 0 3px #06b6d426}input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.6);cursor:pointer}body.light-theme input[type=date]::-webkit-calendar-picker-indicator{filter:invert(.3)}.date-turno-row{grid-template-columns:1fr 1fr;align-items:start;gap:1rem;display:grid}@media (width<=400px){.date-turno-row{grid-template-columns:1fr}}.liberaciones-list{flex-direction:column;gap:1rem;display:flex}.liberacion-item{background-color:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid #06b6d433;border-left:3px solid var(--accent-color);padding:1rem;animation:.25s cubic-bezier(.16,1,.3,1) slideDown}.liberacion-item-header{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.liberacion-index{color:var(--accent-color);font-size:.85rem;font-weight:600}.confirm-overlay{align-items:center!important;padding:1.5rem!important}.confirm-modal{border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:400px;padding:2rem 1.75rem 1.5rem;display:flex;animation:.2s cubic-bezier(.34,1.56,.64,1) scaleUp!important}.confirm-icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.confirm-icon-danger{color:#ef4444;background-color:#ef44441f;border:2px solid #ef444433}.confirm-icon-warning{color:#f59e0b;background-color:#f59e0b1f;border:2px solid #f59e0b33}.confirm-content{flex-direction:column;gap:.4rem;display:flex}.confirm-title{color:var(--text-primary);font-size:1.05rem;font-weight:700}.confirm-message{color:var(--text-secondary);font-size:.88rem;line-height:1.55}.confirm-actions{flex-wrap:wrap;justify-content:center;gap:.65rem;width:100%;margin-top:.5rem;display:flex}.confirm-actions .btn{flex:1;min-width:110px}.btn-danger-solid{color:#fff;background-color:#ef4444;border-color:#ef4444}.btn-danger-solid:hover{background-color:#dc2626;border-color:#dc2626;box-shadow:0 4px 12px #ef44444d}.btn-icon--active{background-color:var(--accent-color)!important;color:#fff!important}.btn-icon--warn{position:relative;color:#f59e0b!important}.config-dot{border:1px solid var(--bg-primary);background:#f59e0b;border-radius:50%;width:7px;height:7px;position:absolute;top:4px;right:4px}.sheets-config-modal{max-width:520px}.modal-header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:1.1rem 1.25rem .8rem;display:flex}.modal-title-group{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1rem;font-weight:600;display:flex}.modal-title-group h3{margin:0;font-size:1rem}.modal-body{padding:1rem 1.25rem}.modal-footer{border-top:1px solid var(--border-color);flex-wrap:wrap;align-items:center;gap:.6rem;padding:.8rem 1.25rem 1.1rem;display:flex}.config-status{border-radius:var(--radius-sm);align-items:center;gap:.4rem;padding:.5rem .8rem;font-size:.82rem;font-weight:500;display:flex}.config-status--ok{color:#059669;background:#10b9811f;border:1px solid #10b98140}.config-status--warn{color:#d97706;background:#f59e0b1f;border:1px solid #f59e0b40}.config-hint{color:var(--text-muted);margin:.4rem 0 0;font-size:.78rem}.config-hint code{background:var(--bg-tertiary);border-radius:4px;padding:1px 5px;font-size:.78rem}.history-screen{flex-direction:column;flex:1;gap:1rem;width:100%;max-width:1200px;margin:0 auto;padding:1.5rem;display:flex;overflow-y:auto}.history-topbar{align-items:center;gap:.75rem;display:flex}.history-title{color:var(--text-primary);flex:1;margin:0;font-size:1.15rem;font-weight:700}.history-count{color:var(--text-muted);margin:0;font-size:.82rem}.history-loading,.history-empty{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 1rem;display:flex}.history-empty-icon{opacity:.45}.history-empty-icon.warn{color:#f59e0b;opacity:.8}.history-empty-icon.error{color:#ef4444;opacity:.8}.history-empty-sub{max-width:360px;font-size:.85rem;line-height:1.5}.spinner{border:3px solid var(--border-color);border-top-color:var(--accent-color);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:.8s linear infinite spin}.history-table-wrapper{border-radius:var(--radius-md);border:1px solid var(--border-color);display:none;overflow-x:auto}@media (width>=640px){.history-table-wrapper{display:block}}.history-table{border-collapse:collapse;width:100%;font-size:.875rem}.history-table thead{background-color:var(--bg-tertiary)}.history-table th{text-align:left;letter-spacing:.04em;color:var(--text-muted);text-transform:uppercase;border-bottom:1px solid var(--border-color);padding:.65rem 1rem;font-size:.75rem;font-weight:600}.history-table td{color:var(--text-primary);border-bottom:1px solid var(--border-color);vertical-align:middle;padding:.75rem 1rem}.history-table tbody tr:last-child td{border-bottom:none}.history-table tbody tr:hover{background-color:var(--bg-tertiary);transition:background .15s}.td-date{white-space:nowrap;font-weight:600}.td-machines{text-overflow:ellipsis;white-space:nowrap;max-width:250px;color:var(--text-muted);font-size:.82rem;overflow:hidden}.td-timestamp{color:var(--text-muted);white-space:nowrap;font-size:.8rem}.history-cards{flex-direction:column;gap:.75rem;display:flex}@media (width>=640px){.history-cards{display:none}}.history-card{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:.9rem 1rem;display:flex}.history-card-header{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.history-card-date{color:var(--text-primary);margin-left:auto;font-size:.9rem;font-weight:600}.history-card-machines{color:var(--text-muted);margin:0;font-size:.82rem}.history-card-footer{justify-content:space-between;align-items:center;margin-top:.25rem;display:flex}.history-card-ts{color:var(--text-muted);font-size:.78rem}.badge-sede{color:var(--accent-color);background:#06b6d41f;border:1px solid #06b6d440;border-radius:20px;padding:2px 9px;font-size:.75rem;font-weight:600;display:inline-block}.badge-turno{background:var(--bg-tertiary);color:var(--text-muted);border:1px solid var(--border-color);border-radius:20px;padding:2px 9px;font-size:.75rem;font-weight:700;display:inline-block}.badge-turno-1{color:#059669;background:#10b9811f;border-color:#10b98140}.badge-turno-2{color:#d97706;background:#f59e0b1f;border-color:#f59e0b40}.badge-turno-3{color:#6366f1;background:#6366f11f;border-color:#6366f140}.btn-sm{padding:.3rem .7rem;font-size:.78rem}.report-detail-modal{max-width:580px}.detail-date{color:var(--text-muted);font-size:.9rem;font-weight:400}.report-text-box{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:var(--radius-sm);white-space:pre-wrap;color:var(--text-primary);max-height:320px;margin-bottom:.75rem;padding:.9rem 1rem;font-size:.85rem;line-height:1.6;overflow-y:auto}.detail-meta{color:var(--text-muted);margin:.2rem 0;font-size:.82rem}
