:root{--background:#ffffff;--foreground:#171717;--scu-red:#b30738;--scu-red-dark:#8f002b;--text-primary:#333333;--text-secondary:#666666;--text-muted:#999999;--text-accent:var(--scu-red);--bg-card:#ffffff;--bg-surface:#f8f9fa;--bg-input:#ffffff;--bg-highlight:#d4edda;--bg-highlight-border:#c3e6cb;--border-color:#cccccc;--border-light:#dddddd;--border-lighter:#eeeeee;--table-header-bg:#f8f9fa;--table-row-bg:#ffffff;--table-row-alt:#fafafa;--btn-primary:#007bff;--btn-success:#28a745;--btn-danger:#dc3545;--error-bg:#f8d7da;--error-border:#f5c6cb;--error-text:#721c24;--modal-bg:#ffffff;--modal-overlay:rgba(0,0,0,0.5);--pagination-bg:#ffffff;--pagination-disabled-bg:#f5f5f5}body,html{max-width:100vw;overflow-x:hidden;color-scheme:light}body{color:var(--foreground);background:#f7f7f7;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.scu-site-header{background:#ffffff;border-bottom:1px solid #e5e5e5}.scu-header-container{width:min(100% - 32px,1170px);min-height:92px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px}.scu-brand-mark{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;line-height:1;--fa-primary-color:var(--scu-red);--fa-secondary-color:#ffb600;--fa-secondary-opacity:1}.scu-brand-mark i{display:block;font-size:76px}.scu-logout-button{padding:8px 14px;border:1px solid var(--scu-red);border-radius:4px;background:#ffffff;color:var(--scu-red);cursor:pointer;font:inherit;font-size:14px;line-height:1.2}.scu-logout-button:focus-visible,.scu-logout-button:hover{background:var(--scu-red);color:#ffffff}.scu-logout-button:disabled{cursor:not-allowed;opacity:.7}input,select,textarea{background-color:var(--bg-input);color:var(--text-primary);border-color:var(--border-color)}input::placeholder{color:var(--text-muted)}select option{background-color:var(--bg-input);color:var(--text-primary)}select option:disabled{color:var(--text-muted)}@media screen and (max-width:768px){.scu-header-container{min-height:76px;gap:12px}.scu-brand-mark i{font-size:58px}}@media screen and (max-width:384px){.scu-header-container{align-items:center;padding:16px 0}}