:root{--bg: #f5f7fb;--bg-strong: #eef3f8;--card: #ffffff;--text: #111827;--muted: #6b7280;--line-soft: #e6edf5;--line: #d8e0ea;--accent: #2563eb;--button-bg: #f3f5f8;--button-bg-hover: #eceff4;--shadow: 0 10px 30px rgba(15, 23, 42, .08)}html[data-theme=dark]{--bg: #0b1220;--bg-strong: #0f172a;--card: #0f172a;--text: #f8fafc;--muted: #94a3b8;--line-soft: #1f2937;--line: #334155;--accent: #60a5fa;--button-bg: #172235;--button-bg-hover: #1d2c44;--shadow: 0 10px 30px rgba(0, 0, 0, .28)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{background:var(--bg-strong)}body{min-height:100vh;margin:0!important;padding:0!important;font-family:Inter,Arial,Helvetica,sans-serif;background:linear-gradient(180deg,var(--bg-strong) 0%,var(--bg) 100%);color:var(--text);overflow-x:hidden}a{color:inherit;text-decoration:none}.site-header{width:100%;background:var(--card);border-bottom:1px solid var(--line-soft)}.site-header-inner{width:min(100%,1440px);margin:0 auto;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px}.site-brand{display:inline-flex;align-items:center;justify-content:flex-start;gap:10px;min-width:0;flex:1 1 auto;color:var(--text)}.site-brand img{width:20px;height:20px;display:block;flex:0 0 20px}.site-brand-text{font-size:1rem;font-weight:600;line-height:1.1;letter-spacing:-.02em;white-space:nowrap}.site-topbar-right{display:flex;align-items:center;gap:8px;flex:0 0 auto}.site-icon-button{width:38px;height:38px;border:0;background:transparent;color:var(--muted);border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease,color .15s ease}.site-icon-button:hover{color:var(--text);background:#7f7f7f14}.site-icon-button svg{width:18px;height:18px;display:block}.site-shell{width:min(100%,1440px);margin:0 auto;padding:18px 16px 24px}.site-content{min-width:0}.site-content .wrap{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;min-width:0!important}.site-content h1{font-size:clamp(1.6rem,2.4vw,2.15rem)!important;font-weight:700!important;line-height:1.08!important;letter-spacing:-.03em!important}.site-content .page-header{margin-bottom:12px!important}.site-content .card{border-radius:12px!important}.site-content .card-header{padding:18px 18px 10px!important}.site-content .table-wrap{padding:0 10px 8px!important}.site-content thead th{padding:10px 8px!important;font-size:.78rem!important}.site-content tbody td{padding:10px 8px!important;font-size:.95rem!important}.site-content tbody td:first-child{font-weight:400!important}html[data-theme=dark] body{background:linear-gradient(180deg,var(--bg-strong) 0%,var(--bg) 100%)!important;color:var(--text)}html[data-theme=dark] .site-header{background:var(--card);border-bottom-color:var(--line-soft)}html[data-theme=dark] .site-content .card,html[data-theme=dark] .site-menu-panel{background:var(--card)!important;border-color:var(--line-soft)!important}html[data-theme=dark] .site-content .card,html[data-theme=dark] .site-content h1,html[data-theme=dark] .site-content h2,html[data-theme=dark] .site-content p,html[data-theme=dark] .site-content div,html[data-theme=dark] .site-content span,html[data-theme=dark] .site-content li,html[data-theme=dark] .site-content label,html[data-theme=dark] .site-content input,html[data-theme=dark] .site-content select,html[data-theme=dark] .site-content button,html[data-theme=dark] .site-menu-panel,html[data-theme=dark] .site-menu-panel a,html[data-theme=dark] .site-menu-panel button{color:var(--text)}html[data-theme=dark] .site-content thead th{background:#162033!important;color:var(--muted)!important;border-bottom-color:var(--line)!important}html[data-theme=dark] .site-content tbody td{color:var(--text)!important;border-bottom-color:var(--line-soft)!important}html[data-theme=dark] .site-content tbody tr:nth-child(odd) td{background:transparent!important}html[data-theme=dark] .site-content tbody tr:nth-child(2n) td{background:#ffffff08!important}html[data-theme=dark] .site-content tbody tr:hover td{background:#ffffff0f!important}html[data-theme=dark] .site-content .filter-select,html[data-theme=dark] .site-content .search-input,html[data-theme=dark] .site-content input,html[data-theme=dark] .site-content select{background:#0f172a!important;color:var(--text)!important;border-color:var(--line-soft)!important}html[data-theme=dark] .site-content .link-item,html[data-theme=dark] .site-content .event-item,html[data-theme=dark] .site-content .calendar-link{background:var(--button-bg)!important;color:var(--text)!important;border-color:var(--line-soft)!important}.site-menu-layer{position:fixed;inset:0;z-index:80;display:none}.site-menu-layer.open{display:block}.site-menu-backdrop{position:absolute;inset:0;background:#0f172a2e}.site-menu-panel{position:absolute;top:58px;right:16px;width:min(92vw,300px);background:var(--card);border:1px solid var(--line-soft);border-radius:12px;box-shadow:0 18px 40px #0f172a2e;overflow:hidden}.site-menu-row{display:flex;align-items:center;justify-content:flex-end;padding:10px 12px 8px;border-bottom:1px solid var(--line-soft)}.site-menu-row-closeonly{min-height:58px}.site-menu-close{width:40px;height:40px;border:1px solid var(--line-soft);background:var(--card);color:var(--text);border-radius:10px;cursor:pointer;font-size:1.35rem;line-height:1}.site-menu-group{border-bottom:1px solid var(--line-soft)}.site-menu-group:last-child{border-bottom:0}.site-menu-summary{width:100%;background:none;border:0;color:var(--text);display:flex;justify-content:space-between;align-items:center;padding:14px 16px;font-size:1rem;font-weight:500;cursor:pointer;text-align:left}.site-menu-summary:hover,.site-menu-link:hover,.site-submenu a:hover{background:#7f7f7f0f}.site-submenu{display:none;padding:0 8px 10px;gap:4px}.site-menu-group.open .site-submenu{display:grid}.site-submenu a{display:block;padding:10px 12px;border-radius:10px;color:var(--muted);font-size:.97rem;font-weight:500}.site-menu-link{display:block;padding:14px 16px;font-size:1rem;font-weight:500}.site-chev{width:14px;height:14px;transition:transform .15s ease}.site-menu-group.open .site-chev{transform:rotate(90deg)}@media(max-width:700px){.site-header-inner{padding:10px}.site-shell{padding:10px 8px 18px}.site-brand img{width:18px;height:18px;flex-basis:18px}.site-brand-text{font-size:.96rem}.site-menu-panel{top:54px;right:8px}.site-content .card-header{padding:14px 14px 8px!important}.site-content .table-wrap{padding:0 4px 4px!important}.site-content thead th{padding:8px 5px!important;font-size:.68rem!important}.site-content tbody td{padding:8px 5px!important;font-size:.86rem!important}}
