:root{color-scheme:light;font-family:system-ui,-apple-system,Segoe UI,sans-serif;--bg: #f4f5f7;--surface: #ffffff;--border: #e3e6ea;--border-soft: #edf0f3;--text: #1c2430;--muted: #5a6472;--hover: #eef1f4;--accent: #16a34a;--accent-text: #ffffff;--error: #b3261e;--input-border: #c8cdd4;--shadow: 0 6px 24px rgba(15, 23, 42, .12)}:root[data-theme=dark]{color-scheme:dark;--bg: #12161c;--surface: #1b212a;--border: #2a323e;--border-soft: #242c37;--text: #e5e9ef;--muted: #97a1ae;--hover: #252d38;--accent: #22b558;--accent-text: #0b1509;--error: #f2827a;--input-border: #3a4452;--shadow: 0 6px 24px rgba(0, 0, 0, .45)}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text)}.page{max-width:1080px;margin:0 auto;padding:2rem 1.5rem 4rem}.page.has-topbar{padding-top:calc(var(--topbar-height, 3.5rem) + 1.5rem)}.page.page-fluid{max-width:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem}.card h2{margin-top:0}.muted{color:var(--muted);font-size:.9rem}.error{color:var(--error);font-weight:600}.success{color:var(--accent);font-weight:600}.form{display:flex;flex-direction:column;gap:.9rem;margin-top:1rem}.form label,.form .form-field{display:flex;flex-direction:column;gap:.3rem;font-size:.9rem;font-weight:600}.form input,.form select{padding:.55rem .7rem;border:1px solid var(--input-border);border-radius:6px;font-size:1rem;background:var(--surface);color:var(--text)}.form button{margin-top:.4rem;padding:.65rem 1rem;border:none;border-radius:6px;background:var(--accent);color:var(--accent-text);font-size:1rem;font-weight:700;cursor:pointer}.form button:disabled{opacity:.6;cursor:wait}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}@media(max-width:760px){.form-row{grid-template-columns:1fr}}.toggle-group{display:flex;border:1px solid var(--input-border);border-radius:6px;overflow:hidden}.form .toggle-option{flex:1;margin:0;padding:.55rem .7rem;border:none;border-radius:0;background:var(--surface);color:var(--text);font-size:.95rem;font-weight:400;cursor:pointer}.form .toggle-option+.toggle-option{border-left:1px solid var(--input-border)}.form .toggle-option:hover{background:var(--hover)}.form .toggle-option.active{background:var(--accent);color:var(--accent-text);font-weight:600}.login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.login-card{width:100%;max-width:380px}.login-card h1{margin:0 0 .25rem}:root{--topbar-height: 3.5rem}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--topbar-height);display:flex;align-items:center;gap:1.25rem;background:var(--surface);border-bottom:1px solid var(--border);padding:0 1.25rem}.brand{white-space:nowrap}.nav{display:flex;align-items:center;gap:.25rem;flex:1;min-width:0}.nav-item{padding:.45rem .8rem;border:none;border-radius:6px;background:transparent;color:var(--text);font-size:.95rem;cursor:pointer;white-space:nowrap}.nav-item:hover{background:var(--hover)}.nav-item.active{background:var(--accent);color:var(--accent-text);font-weight:600}.caret{font-size:.7em}.submenu{position:absolute;top:calc(100% + .4rem);left:0;min-width:12rem;display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.35rem;box-shadow:var(--shadow)}.menu-item{padding:.5rem .75rem;border:none;border-radius:6px;background:transparent;color:var(--text);font-size:.95rem;text-align:left;cursor:pointer;white-space:nowrap}.menu-item:hover{background:var(--hover)}.menu-item.active{background:var(--accent);color:var(--accent-text);font-weight:600}.user-box{position:relative;margin-left:auto}.avatar{width:2.25rem;height:2.25rem;border:none;border-radius:50%;background:var(--accent);color:var(--accent-text);font-size:.9rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center}.user-menu{left:auto;right:0}.user-menu-header{display:flex;flex-direction:column;gap:.1rem;padding:.5rem .75rem;border-bottom:1px solid var(--border-soft);margin-bottom:.35rem}.hamburger{display:none;flex-direction:column;justify-content:center;gap:4px;width:2.25rem;height:2.25rem;border:none;border-radius:6px;background:transparent;cursor:pointer;padding:.4rem}.hamburger:hover{background:var(--hover)}.hamburger span{display:block;height:2px;border-radius:1px;background:var(--text)}@media(max-width:760px){.hamburger{display:flex}.nav{display:none}.nav.open{display:flex;flex-direction:column;align-items:stretch;position:fixed;top:var(--topbar-height);left:0;right:0;background:var(--surface);border-bottom:1px solid var(--border);padding:.5rem .75rem .75rem;box-shadow:var(--shadow);max-height:calc(100vh - var(--topbar-height));overflow-y:auto}.nav.open .nav-item{text-align:left}}.section-layout{display:flex;gap:1.5rem;align-items:flex-start}.sidebar{width:200px;flex-shrink:0;display:flex;flex-direction:column;position:sticky;top:calc(var(--topbar-height) + 1.5rem);height:calc(100vh - var(--topbar-height) - 5.5rem);background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.5rem;transition:width .15s ease;overflow:hidden}.sidebar.collapsed{width:56px}.sidebar-nav{display:flex;flex-direction:column;gap:.15rem}.sidebar-item{display:flex;align-items:center;gap:.6rem;padding:.5rem .6rem;border:none;border-radius:6px;background:transparent;color:var(--text);font-size:.95rem;text-align:left;cursor:pointer;white-space:nowrap;overflow:hidden}.sidebar-item:hover{background:var(--hover)}.sidebar-item.active{background:var(--accent);color:var(--accent-text);font-weight:600}.sidebar-icon{flex-shrink:0;width:1.25rem;text-align:center}.sidebar-label{overflow:hidden;text-overflow:ellipsis}.sidebar.collapsed .sidebar-label{display:none}.sidebar-collapse{margin-top:auto;border-top:1px solid var(--border-soft);border-radius:0;padding-top:.6rem;color:var(--muted)}.section-content{flex:1;min-width:0}@media(max-width:760px){.section-layout{flex-direction:column}.sidebar,.sidebar.collapsed{width:100%;height:auto;position:static;flex-direction:row;align-items:center}.sidebar-nav{flex-direction:row;overflow-x:auto;flex:1}.sidebar-item{flex-shrink:0}.sidebar.collapsed .sidebar-label{display:inline}.sidebar-collapse{display:none}}.section-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.25rem;margin-top:1.5rem}.section-card{cursor:pointer;transition:border-color .15s ease}.section-card:hover{border-color:var(--accent)}.section-card h3{margin:0 0 .4rem}.layout{display:grid;grid-template-columns:1fr 1.4fr;gap:1.5rem;align-items:start}@media(max-width:860px){.layout{grid-template-columns:1fr}}.table{width:100%;border-collapse:collapse;margin-top:1rem;font-size:.95rem}.table th,.table td{padding:.55rem .5rem;border-bottom:1px solid var(--border-soft);text-align:left}.table .num{text-align:right;white-space:nowrap}.result{margin-top:1.25rem;border-top:1px solid var(--border);padding-top:1.1rem}.result-price{display:flex;flex-direction:column;margin-bottom:.9rem}.result-price strong{font-size:1.7rem}.result-detail{display:grid;grid-template-columns:auto 1fr;gap:.35rem 1rem;margin:0;font-size:.95rem}.result-detail dt{color:var(--muted)}.result-detail dd{margin:0;text-align:right}
