*{box-sizing:border-box}:root{--bg-page: #1a1a2e;--bg-card: #16213e;--bg-nav: #16213e;--text-primary: #eee;--text-muted: #9ca3af;--border-color: #3d5a80;--input-bg: #16213e;--input-border: #3d5a80;--button-bg: #3d5a80;--button-hover: #4d6a90;--link-color: #7eb8da;--error-color: #e07a7a;--success-color: #8acb88;--toast-success-bg: #1e4620;--toast-success-border: #2d6a2f;--select-focus: #7eb8da;--select-option-hover: #3d5a80;--select-option-selected: #2d4a70}.theme-light{--bg-page: #f4f4f5;--bg-card: #fff;--bg-nav: #e4e4e7;--text-primary: #18181b;--text-muted: #71717a;--border-color: #d4d4d8;--input-bg: #fff;--input-border: #d4d4d8;--button-bg: #3b82f6;--button-hover: #2563eb;--link-color: #2563eb;--error-color: #dc2626;--success-color: #16a34a;--toast-success-bg: #dcfce7;--toast-success-border: #22c55e;--select-focus: #3b82f6;--select-option-hover: #e0e7ff;--select-option-selected: #c7d2fe}html,body{margin:0;height:100%;font-family:system-ui,sans-serif;background:var(--bg-page);color:var(--text-primary)}#root{min-height:100%;display:flex;flex-direction:column}a{color:var(--link-color)}input,select,button{font:inherit;padding:.35rem .5rem}button{cursor:pointer;background:var(--button-bg);color:#fff;border:none;border-radius:4px}button:hover{background:var(--button-hover)}.container{max-width:100%;margin:0 auto;padding:.75rem 1.25rem;width:100%;flex:1}.form-row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:.8rem;align-items:center}.form-row label{min-width:120px}.form-row input,.form-row select{flex:1;min-width:140px;background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-primary);border-radius:4px}.admin-select__control{background:var(--input-bg)!important;border-color:var(--border-color)!important;min-height:34px}.admin-select__control--is-focused{border-color:var(--select-focus)!important;box-shadow:0 0 0 1px var(--select-focus)!important}.admin-select__menu{background:var(--bg-card)!important}.admin-select__option--is-focused{background:var(--select-option-hover)!important}.admin-select__option--is-selected{background:var(--select-option-selected)!important}.admin-select__single-value,.admin-select__input-container,.admin-select__multi-value__label{color:var(--text-primary)!important}.admin-select__multi-value{background:var(--button-bg)!important}.theme-light .admin-select__multi-value__label{color:#fff!important}table{width:100%;border-collapse:collapse;table-layout:fixed}th,td{padding:.35rem .5rem;text-align:left;border-bottom:1px solid var(--border-color);overflow:hidden;text-overflow:ellipsis}th{background:var(--bg-card)}table input,table select{background:var(--input-bg);border:1px solid var(--input-border);color:var(--text-primary);border-radius:4px;max-width:100%;box-sizing:border-box}.records-table input[type=number]::-webkit-inner-spin-button,.records-table input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.records-table input[type=number]{-moz-appearance:textfield}.records-table col:nth-child(1){width:4ch;min-width:4ch}.records-table col:nth-child(2){width:3ch;min-width:3ch}.records-table col:nth-child(3){width:6ch;min-width:6ch}.records-table col:nth-child(4){width:8ch;min-width:6ch}.records-table col:nth-child(5){width:8ch;min-width:6ch}.records-table col:nth-child(6){width:6ch;min-width:5ch}.records-table col:nth-child(7){width:5ch;min-width:4ch}.records-table col:nth-child(8){width:5ch;min-width:4ch}.records-table col:nth-child(9){width:5ch;min-width:5ch}.records-table col:nth-child(10){width:8ch;min-width:6ch}.records-table col:nth-child(11){width:10ch;min-width:6ch}.records-table col:nth-child(12){width:19ch;min-width:19ch}.records-table col:nth-child(13){width:22ch;min-width:22ch}.records-table col:nth-child(14){width:6ch;min-width:5ch}.records-table col:nth-child(15){width:8ch;min-width:6ch}.records-table col:nth-child(16){width:6ch;min-width:5ch}.records-table col:nth-child(17){width:6ch;min-width:5ch}.records-table td:nth-child(3),.records-table th:nth-child(3),.records-table td:nth-child(9),.records-table th:nth-child(9),.records-table td:nth-child(14),.records-table th:nth-child(14){overflow:visible;text-overflow:clip}.records-table tr.records-form-row{background:var(--input-bg)}.records-time-date-row{display:flex;gap:.25rem;align-items:center;min-width:0}.records-time-date-row .records-time-input{flex:1;min-width:5ch}.records-time-date-row .records-date-input{flex:0 0 auto;max-width:10ch}.records-clone-btn,.records-save-btn{padding:2px;width:2.5em;min-width:2.5em;height:2.5em;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.records-clone-btn svg,.records-save-btn svg{width:100%;height:100%;object-fit:contain}.layout-wrapper{display:flex;flex-direction:column;min-height:100vh}.layout-wrapper main{flex:1}nav{display:flex;gap:1rem;padding:.5rem 1rem;background:var(--bg-nav);align-items:center}nav a{text-decoration:none}nav a:hover{text-decoration:underline}.error{color:var(--error-color)}.success{color:var(--success-color)}.toast{position:fixed;top:1rem;right:1rem;z-index:9999;padding:.75rem 1.25rem;border-radius:8px;box-shadow:0 4px 12px #0006;animation:toast-in .25s ease-out}.toast-success{background:var(--toast-success-bg);color:var(--success-color);border:1px solid var(--toast-success-border)}@keyframes toast-in{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}
