:root{--color-primary:#34495e;--color-primary-dark:#2c3e50;--color-accent:#3498db;--color-background:#f4f7fb;--color-surface:#fff;--color-border:#dbe4ef;--color-border-strong:#cbd8e6;--color-text:#1f2d3d;--color-text-soft:#617185;--color-danger:#d64545;--shadow-soft:0 12px 28px #2c3e501f;--shadow-card:0 8px 22px #1f2d3d14;--sidebar-width:240px;--sidebar-collapsed-width:72px;--header-height:52px;--footer-height:32px;--radius-md:10px;--radius-sm:6px;--space-xs:4px;--space-sm:8px;--space-md:12px;--control-height:32px;--button-height:30px;--toolbar-height:40px;--table-row-height:34px;color:var(--color-text);background:var(--color-background);font-family:Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:13px}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100%}html{font-size:13px}body{background:var(--color-background);min-width:320px;color:var(--color-text);margin:0;font-size:13px;line-height:1.4}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#dbe4ef73}::-webkit-scrollbar-thumb{background:#61718559 padding-box padding-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#6171858c padding-box padding-box;border:2px solid #0000}.button{min-height:var(--button-height);border-radius:var(--radius-sm);border:1px solid #0000;padding:4px 10px;font-size:12px;font-weight:600;line-height:1.1;transition:transform .15s,box-shadow .15s,background-color .15s,border-color .15s}.button:hover{transform:translateY(-1px)}.button:disabled{cursor:not-allowed;opacity:.7;transform:none}.button:focus-visible{outline-offset:1px;outline:2px solid #3498db38}.button--primary{background:linear-gradient(135deg, var(--color-accent), #4ca7e4);color:#fff;box-shadow:0 6px 14px #3498db3d}.button--ghost{color:var(--color-primary-dark);background:#34495e0f;border-color:#34495e14}.button--danger{background:var(--color-danger);color:#fff}.button--block{width:100%}.brand-mark{background:linear-gradient(135deg, var(--color-accent), var(--color-primary-dark));color:#fff;border-radius:10px;place-items:center;width:40px;height:40px;font-size:1rem;font-weight:700;display:grid;box-shadow:0 8px 18px #3498db3d}.brand-mark--small{border-radius:8px;width:34px;height:34px;font-size:.9rem}.brand-mark--hero{border-radius:14px;width:48px;height:48px;font-size:1.1rem}.login-page{background:radial-gradient(circle at 100% 0,#ffffff47,#0000 26%),linear-gradient(140deg,#203a57 0%,#2c3e50 45%,#3498db 100%);place-items:center;min-height:100vh;padding:20px;display:grid;position:relative;overflow:hidden}.login-page__backdrop{background:radial-gradient(circle at 20% 20%,#fff3,#0000 24%),radial-gradient(circle at 80% 30%,#ffffff1f,#0000 20%),radial-gradient(circle at 40% 80%,#ffffff14,#0000 26%);position:absolute;inset:0}.login-card{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;background:#ffffff29;border:1px solid #ffffff42;border-radius:18px;width:min(100%,420px);padding:20px;position:relative;box-shadow:0 24px 52px #0f19263d}.login-card__brand{align-items:center;gap:12px;display:flex}.login-card__heading,.topbar__heading{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.login-card__brand h1{margin:2px 0 0;font-size:1.7rem}.login-card__eyebrow,.page-section__eyebrow,.content-card__eyebrow,.topbar__eyebrow{text-transform:uppercase;letter-spacing:.12em;margin:0;font-size:11px;font-weight:700}.login-card__copy{color:#ffffffe0;margin:14px 0;line-height:1.55}.environment-badge{letter-spacing:.08em;text-transform:uppercase;white-space:nowrap;border-radius:999px;align-items:center;min-height:22px;padding:0 8px;font-size:11px;font-weight:800;display:inline-flex}.environment-badge--login{color:#fff1f1;background:#d6454538;border:1px solid #ffb8b857}.environment-badge--header{color:#a12727;background:#d6454524;border:1px solid #d645453d}.login-form{gap:10px;display:grid}.form-group{gap:4px;display:grid}.form-group label{font-size:12px;font-weight:600}.form-group input{color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:8px;outline:none;width:100%;min-height:34px;padding:6px 10px}.form-group input::placeholder{color:#ffffffad}.form-group input:focus{background:#ffffff2e;border-color:#ffffffa8}.form-group input.is-invalid{border-color:#ffa0a0e6}.form-error,.form-alert{font-size:12px}.form-error{color:#ffd4d4}.form-alert{color:#ffe3e3;background:#d6454529;border:1px solid #ffd2d24d;border-radius:8px;padding:8px 10px}.app-shell{grid-template-columns:var(--sidebar-width) 1fr;background:var(--color-background);min-height:100vh;display:grid}.app-shell--collapsed{grid-template-columns:var(--sidebar-collapsed-width) 1fr}.sidebar{background:linear-gradient(180deg, var(--color-primary-dark), var(--color-primary));color:#fff;flex-direction:column;gap:8px;height:100vh;padding:10px 8px;display:flex;position:sticky;top:0}.sidebar__header{align-items:center;gap:10px;padding:4px 6px 8px;display:flex}.sidebar__title{margin:0;font-size:13px;font-weight:700}.sidebar__subtitle{color:#ffffffb8;font-size:11px}.sidebar__toggle{color:#fff;background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;min-height:30px;padding:4px 8px;font-size:12px;font-weight:600}.sidebar__nav{flex:1;gap:3px;min-height:0;padding-right:2px;display:grid;overflow-y:auto}.sidebar__link{color:#ffffffc7;border-radius:8px;align-items:center;gap:10px;min-height:36px;padding:6px 8px;transition:background-color .2s,color .2s;display:flex;position:relative}.sidebar__link:hover{color:#fff;background:#ffffff14}.sidebar__link--active{color:#fff;background:linear-gradient(135deg,#3498db3d,#ffffff1f)}.sidebar__icon{flex-shrink:0;width:18px;height:18px;display:inline-flex}.sidebar__icon svg{fill:currentColor;width:100%;height:100%}.sidebar__label{white-space:nowrap;font-size:12px;font-weight:500}.sidebar--collapsed .sidebar__header,.sidebar--collapsed .sidebar__toggle{justify-content:center}.sidebar--collapsed .sidebar__toggle span{font-size:0}.sidebar--collapsed .sidebar__toggle:before{content:">>";font-size:11px}.sidebar--collapsed .sidebar__link{justify-content:center}.sidebar__tooltip{color:var(--color-primary-dark);box-shadow:var(--shadow-card);opacity:0;pointer-events:none;white-space:nowrap;background:#fff;border-radius:6px;padding:5px 8px;font-size:12px;position:absolute;top:50%;left:calc(100% + 8px);transform:translateY(-50%)}.sidebar--collapsed .sidebar__link:hover .sidebar__tooltip{opacity:1}.app-shell__main{flex-direction:column;min-width:0;height:100vh;min-height:0;display:flex;overflow:hidden}.topbar{z-index:20;min-height:var(--header-height);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--color-border);background:#f4f7fbf0;justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;display:flex;position:sticky;top:0}.topbar__brand,.topbar__actions{align-items:center;gap:10px;display:flex}.topbar__logo{object-fit:contain;flex-shrink:0;width:38px;height:38px}.topbar__title{color:var(--color-primary-dark);letter-spacing:.08em;margin:2px 0 0;font-size:1.25rem}.topbar__user{justify-items:end;display:grid}.topbar__user-label{color:var(--color-text-soft);font-size:12px}.app-shell__content{min-height:calc(100vh - var(--header-height) - var(--footer-height));padding:12px 14px calc(12px + var(--footer-height));flex:1}.app-shell__footer{bottom:0;right:0;left:var(--sidebar-width);height:var(--footer-height);border-top:1px solid var(--color-border);color:var(--color-text-soft);background:#fffffff0;justify-content:center;align-items:center;font-size:11px;display:flex;position:fixed}.app-shell--collapsed .app-shell__footer{left:var(--sidebar-collapsed-width)}.page-section{align-content:start;align-items:start;gap:12px;display:grid}.page-section__header{justify-content:space-between;align-items:center;gap:10px;display:flex}.page-section__header h2{color:var(--color-primary-dark);margin:2px 0 0;font-size:1.55rem}.page-section__badge{color:var(--color-accent);background:#3498db1f;border-radius:999px;padding:4px 8px;font-size:12px;font-weight:700}.dashboard-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.stat-card,.content-card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-card)}.stat-card{padding:12px;position:relative;overflow:hidden}.stat-card__tone{width:100%;height:3px;position:absolute;inset:0 auto auto 0}.stat-card__tone--blue{background:linear-gradient(90deg, var(--color-accent), #63b3ed)}.stat-card__tone--teal{background:linear-gradient(90deg,#0f9d8f,#4bc9bb)}.stat-card__tone--gold{background:linear-gradient(90deg,#d4a02e,#edc867)}.stat-card__tone--slate{background:linear-gradient(90deg,#34495e,#697b8c)}.stat-card__title,.stat-card__change,.content-card p,.activity-list{color:var(--color-text-soft)}.stat-card__title{margin:8px 0 4px;font-size:12px;font-weight:600}.stat-card__value{color:var(--color-primary-dark);margin:0;font-size:1.7rem}.stat-card__change{margin:4px 0 0;font-size:12px}.dashboard-panels{grid-template-columns:1.15fr .85fr;gap:12px;display:grid}.content-card{padding:12px}.content-card__header h3,.content-card--placeholder h3{color:var(--color-primary-dark);margin:2px 0 0}.dashboard-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:12px;display:grid}.dashboard-summary div{background:var(--color-background);border-radius:10px;gap:4px;padding:10px;display:grid}.dashboard-summary strong{color:var(--color-primary-dark);font-size:1.45rem}.activity-list{margin:10px 0 0;padding-left:16px;line-height:1.6}.content-card--placeholder{align-content:center;min-height:220px}.modal-backdrop{z-index:40;background:#18222d66;place-items:center;padding:14px;display:grid;position:fixed;inset:0}.modal-card{width:min(100%,420px);max-height:calc(100vh - 28px);box-shadow:var(--shadow-soft);text-align:center;background:#fff;border-radius:14px;padding:14px;overflow:hidden}.modal-card__icon{width:42px;height:42px;color:var(--color-danger);background:#d645451f;border-radius:50%;place-items:center;margin:0 auto 10px;font-size:1.1rem;font-weight:700;display:grid}.modal-card h2{color:var(--color-primary-dark);margin:0;font-size:1.25rem}.modal-card p{color:var(--color-text-soft);line-height:1.55}.modal-card__actions{justify-content:center;gap:8px;margin-top:12px;display:flex}.busy-loader{z-index:2000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#15212e57;place-items:center;gap:8px;padding:14px;display:grid;position:fixed;inset:0}.busy-loader__spinner{border:5px solid #ffffff47;border-top-color:#fff;border-radius:50%;width:54px;height:54px;animation:.8s linear infinite busy-loader-spin;box-shadow:0 12px 24px #0c162138}.busy-loader__label{color:#fff;letter-spacing:.04em;margin:0;font-size:13px;font-weight:600}@keyframes busy-loader-spin{to{transform:rotate(360deg)}}.auth-page{min-height:calc(100vh - var(--header-height) - var(--footer-height) - 28px);gap:10px}.auth-page__hero{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.auth-page__hero h2{color:var(--color-primary-dark);margin:2px 0 0;font-size:1.65rem}.auth-page__subtitle{color:var(--color-text-soft);max-width:760px;margin:3px 0 0;font-size:12px;line-height:1.45}.auth-page__hero-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.auth-card{border:1px solid var(--color-border);padding:10px}.auth-toolbar{flex-wrap:nowrap;justify-content:space-between;align-items:flex-end;gap:10px;margin-bottom:8px;display:flex}.auth-toolbar__filters{flex-wrap:wrap;align-items:flex-end;gap:8px;min-width:0;display:flex}.auth-search{min-width:220px;min-height:var(--control-height);border-radius:var(--radius-sm);background:var(--color-surface);border:1px solid var(--color-border);align-items:center;gap:6px;padding:0 8px;display:flex;box-shadow:inset 0 1px #ffffff73}.auth-search__icon{width:14px;height:14px;color:var(--color-text-soft);display:inline-flex}.auth-search__icon svg{fill:currentColor;width:100%;height:100%}.auth-search input,.auth-field input,.auth-field textarea,.auth-select select,.auth-lookup__control input{width:100%;color:var(--color-text);background:0 0;border:0;outline:none;font-size:13px}.auth-field,.auth-select,.auth-lookup{gap:2px;display:grid}.auth-field--toolbar{min-width:180px}.auth-field__label{color:var(--color-text-soft);font-size:12px;font-weight:600}.auth-field input,.auth-select select,.auth-lookup__control{min-height:var(--control-height);height:var(--control-height);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);padding:0 8px}.auth-field textarea{border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);min-height:76px;color:var(--color-text);resize:vertical;padding:8px}.auth-field input:focus,.auth-field textarea:focus,.auth-select select:focus,.auth-lookup__control:focus-within,.auth-search:focus-within{border-color:#3498db8c;box-shadow:0 0 0 2px #3498db1f}.auth-field__error{color:var(--color-danger);font-size:11px}.auth-field__hint{color:var(--color-text-soft);font-size:11px;line-height:1.4}.auth-file-field{gap:6px;display:grid}.auth-file-field input[type=file]{height:auto;min-height:var(--control-height);padding:6px 8px}.auth-file-field__selected{border:1px solid var(--color-border);border-radius:var(--radius-sm);color:var(--color-primary-dark);background:#f8fbffcc;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;font-size:12px;font-weight:600;display:flex}.auth-file-field__selected .button{min-height:26px;padding:4px 8px;font-size:12px}.auth-file-preview{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.auth-file-preview__item{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#fff;gap:5px;padding:8px;display:grid}.auth-file-preview__item img{object-fit:contain;border-radius:var(--radius-sm);background:#34495e0f;width:100%;max-height:180px}.auth-file-preview__item a{color:var(--color-accent);overflow-wrap:anywhere;font-size:12px;font-weight:600}.media-id-picker-field{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:6px;display:grid}.media-id-picker-field .button{min-height:var(--control-height);padding:0 10px}.media-picker{gap:10px;display:grid}.media-picker__search{width:100%}.media-picker__table-wrap{max-height:min(520px,100vh - 260px)}.media-picker__table{min-width:720px}.media-picker__thumb{object-fit:cover;border:1px solid var(--color-border);background:#fff;border-radius:6px;width:52px;height:42px}.media-picker__file-pill{border:1px solid var(--color-border);min-width:52px;min-height:28px;color:var(--color-text-soft);background:#34495e14;border-radius:6px;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.media-picker__title{color:var(--color-primary-dark);font-weight:700}.media-picker__muted{color:var(--color-text-soft);margin-top:2px;font-size:11px}.media-picker__select{min-height:28px;padding:4px 10px;font-size:12px}.auth-select--compact,.auth-lookup--compact{min-width:180px}.auth-toggle-group{min-height:var(--control-height);background:#34495e14;border-radius:999px;align-items:center;gap:3px;padding:2px;display:inline-flex}.auth-toggle-group__button{min-height:28px;color:var(--color-primary-dark);background:0 0;border:0;border-radius:999px;padding:4px 10px;font-size:12px;font-weight:600}.auth-toggle-group__button--active{background:linear-gradient(135deg, var(--color-accent), #52ace7);color:#fff;box-shadow:0 6px 14px #3498db33}.auth-alert{border-radius:8px;margin-bottom:8px;padding:8px 10px;font-size:12px;font-weight:500}.auth-alert--success{color:#1c6f52;background:#2ecc711f;border:1px solid #2ecc7138}.auth-alert--error{color:#9d3232;background:#d645451a;border:1px solid #d645452e}.auth-table-wrap{border:1px solid var(--color-border);max-height:calc(100vh - var(--header-height) - var(--footer-height) - 220px);background:#fff;border-radius:10px;overflow:auto}.auth-table{border-collapse:separate;border-spacing:0;width:100%;min-width:960px;font-size:12px}.auth-table thead th{z-index:2;color:var(--color-primary-dark);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;background:#f8fbff;font-size:11px;font-weight:700;position:sticky;top:0}.auth-table th,.auth-table td{min-height:var(--table-row-height);text-align:left;vertical-align:middle;border-bottom:1px solid #edf3f9;padding:6px 8px}.auth-table thead th:first-child,.auth-table tbody td:first-child{z-index:1;background:inherit;position:sticky;left:0}.auth-table thead th:first-child{z-index:3;background:#f8fbff}.auth-table tbody tr:nth-child(2n) td{background:#f8fbff8c}.auth-table tbody tr:hover td{background:#3498db0d}.auth-table tbody tr:last-child td{border-bottom:0}.auth-table__actions{flex-wrap:nowrap;align-items:center;gap:4px;display:flex}.auth-icon-button{border:1px solid var(--color-border);width:28px;height:28px;color:var(--color-primary-dark);background:#fff;border-radius:6px;justify-content:center;align-items:center;display:inline-flex}.auth-icon-button svg{fill:currentColor;width:14px;height:14px}.auth-icon-button--danger{color:var(--color-danger);background:#d6454514;border-color:#d6454529}.auth-icon-button--accent{color:var(--color-accent);background:#3498db14;border-color:#3498db29}.auth-icon-button--ghost{width:30px;height:30px}.auth-table__empty{text-align:center;color:var(--color-text-soft);padding:22px 10px}.auth-table__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:8px;display:flex}.auth-table__summary{color:var(--color-text-soft);font-size:12px;font-weight:600}.auth-pager{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.auth-pager__button{border:1px solid var(--color-border);min-width:28px;min-height:28px;color:var(--color-primary-dark);background:#fff;border-radius:6px;padding:4px 8px;font-size:12px;font-weight:600}.auth-pager__button--active{background:linear-gradient(135deg, var(--color-accent), #4ca7e4);color:#fff;border-color:#0000}.auth-pager__button:disabled{opacity:.55;cursor:not-allowed}.auth-status-pill{border-radius:999px;justify-content:center;align-items:center;min-width:72px;min-height:22px;padding:2px 8px;font-size:11px;font-weight:700;display:inline-flex}.auth-status-pill--active{color:#18794e;background:#27ae6024}.auth-status-pill--inactive{color:#a04830;background:#e67e2224}.auth-modal{text-align:left;flex-direction:column;max-height:min(100vh - 28px,880px);padding:0;display:flex;overflow:hidden}.auth-modal__header,.auth-modal__footer{justify-content:space-between;align-items:center;gap:10px;padding:10px 12px;display:flex}.auth-modal__header{border-bottom:1px solid var(--color-border)}.auth-modal__header h2{margin:2px 0 0;font-size:1.3rem}.auth-modal__subtitle{color:var(--color-text-soft);margin:3px 0 0;font-size:12px;line-height:1.45}.auth-modal__body{flex:auto;min-height:0;padding:12px;overflow:auto}.auth-modal__info-card{border:1px solid var(--color-border);background:#f8fbffcc;border-radius:8px;gap:8px;padding:10px;display:grid}.auth-modal__info-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.auth-modal__info-row strong{color:var(--color-primary-dark);text-align:right;word-break:break-word;font-size:12px}.auth-modal__footer{border-top:1px solid var(--color-border);flex-shrink:0;justify-content:flex-end}.auth-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px;display:grid}.auth-form--single{grid-template-columns:1fr}.auth-field--full{grid-column:1/-1}.auth-check{color:var(--color-primary-dark);align-items:center;gap:6px;font-size:12px;font-weight:600;display:inline-flex}.auth-check input{width:14px;height:14px}.auth-form__loading,.auth-confirm__message{color:var(--color-text-soft);line-height:1.55}.auth-lookup{position:relative}.auth-lookup__control{align-items:center;gap:6px;padding-right:4px;display:flex}.auth-lookup__control--invalid{border-color:#d645457a}.auth-lookup__clear{width:22px;height:22px;color:var(--color-primary-dark);background:#34495e14;border:0;border-radius:999px;font-size:11px}.auth-lookup__menu{z-index:5;border:1px solid var(--color-border);box-shadow:var(--shadow-card);background:#fff;border-radius:8px;padding:4px;position:absolute;top:calc(100% + 4px);left:0;right:0}.auth-lookup__option,.auth-lookup__hint{text-align:left;background:0 0;border:0;border-radius:6px;width:100%;padding:6px 8px;font-size:12px}.auth-lookup__option:hover{background:#3498db14}.auth-lookup__hint{color:var(--color-text-soft)}@media (width<=1080px){.dashboard-grid,.dashboard-panels,.dashboard-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.auth-page__hero,.auth-toolbar,.auth-table__footer{flex-direction:column;align-items:stretch}.auth-toolbar{flex-wrap:wrap}}@media (width<=880px){.app-shell,.app-shell--collapsed{grid-template-columns:1fr}.sidebar,.sidebar--collapsed{height:auto;position:static}.sidebar__nav{grid-template-columns:repeat(2,minmax(0,1fr))}.app-shell__footer,.app-shell--collapsed .app-shell__footer{left:0}.auth-table-wrap{max-height:none}}@media (width<=720px){.login-page,.app-shell__content{padding:10px}.topbar,.page-section__header,.topbar__actions{flex-direction:column;align-items:flex-start}.topbar__actions,.topbar__user{width:100%}.topbar__user{justify-items:start}.sidebar__nav,.dashboard-grid,.dashboard-panels,.dashboard-summary{grid-template-columns:1fr}.modal-card__actions{display:grid}.auth-form,.auth-file-preview,.media-id-picker-field{grid-template-columns:1fr}.auth-search,.auth-page__add-button,.auth-select,.auth-lookup--compact{width:100%;min-width:0}.auth-toolbar__filters{width:100%}.auth-toolbar{flex-wrap:wrap}}.form-group .auth-field__label{color:inherit;font-size:12px;font-weight:600}.form-group .password-field{color:#fff;background:#ffffff1f;border:1px solid #ffffff38;border-radius:8px;align-items:center;gap:6px;width:100%;min-height:34px;padding:0 4px 0 10px;display:flex}.form-group .password-field:focus-within{background:#ffffff2e;border-color:#ffffffa8}.form-group .password-field input{color:#fff}.form-group .password-field input::placeholder{color:#ffffffad}.form-group .password-field.is-invalid,.form-group .password-field--invalid{border-color:#ffa0a0e6}.password-field{width:100%;min-height:var(--control-height);height:var(--control-height);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);align-items:center;gap:6px;padding:0 4px 0 8px;display:flex}.password-field input{width:100%;color:inherit;background:0 0;border:0;outline:none;font-size:13px}.password-field--invalid{border-color:#d645457a}.password-field:focus-within{border-color:#3498db8c;box-shadow:0 0 0 2px #3498db1f}.password-field__toggle{width:24px;height:24px;color:var(--color-text-soft);background:0 0;border:0;border-radius:5px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.password-field__toggle:hover{color:var(--color-primary-dark);background:#34495e14}.password-field__toggle:focus-visible{outline-offset:1px;outline:2px solid #3498db2e}.password-field__toggle svg{fill:currentColor;width:14px;height:14px}body{overflow:hidden}.app-shell{height:100vh;overflow:hidden}.sidebar{gap:6px;padding:8px 6px;overflow:hidden}.sidebar__header{gap:8px;padding:2px 6px 6px}.sidebar__toggle{border-radius:6px;min-height:28px;padding:3px 8px}.sidebar__nav{flex-direction:column;flex:1;gap:2px;min-height:0;padding-right:2px;display:flex;overflow:hidden auto}.sidebar__group{gap:4px;margin-bottom:4px;display:grid}.sidebar__group-toggle{width:100%;min-height:30px;color:inherit;text-align:left;cursor:pointer;background:#ffffff05;border:1px solid #0000;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:4px 8px;transition:background-color .2s,border-color .2s;display:flex}.sidebar__group-label{color:#ffffffad;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:10px;font-weight:700}.sidebar__group-toggle:hover{background:#ffffff0f;border-color:#ffffff14}.sidebar__group-toggle--active{background:#ffffff0f;border-color:#3498db47}.sidebar__group-toggle:hover .sidebar__group-label{color:#ffffffe6}.sidebar__group-toggle--active .sidebar__group-label{color:#ffffffeb}.sidebar__group-arrow{color:#ffffffc7;background:#ffffff14;border-radius:999px;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;transition:transform .2s,background-color .2s;display:inline-flex}.sidebar__group-arrow--expanded{transform:rotate(0)}.sidebar__group-toggle:hover .sidebar__group-arrow,.sidebar__group-toggle--active .sidebar__group-arrow{background:#3498db3d}.sidebar__group-toggle[aria-expanded=false] .sidebar__group-arrow{transform:rotate(-90deg)}.sidebar__link--child{margin-left:14px}.sidebar__link{border-radius:6px;gap:8px;min-height:34px;padding:4px 8px}.sidebar__icon{width:16px;height:16px}.sidebar__label{font-size:12px;line-height:1.2}.sidebar__link--active{box-shadow:inset 0 0 0 1px #ffffff14}.app-shell__main{height:100vh;min-height:0;overflow:hidden}.app-shell__content{min-height:0;overflow:hidden auto}.page-section{gap:8px}.auth-page{gap:8px;width:100%;min-height:0}.auth-page__hero{gap:6px;width:100%;display:grid}.auth-page__hero--compact{gap:4px;padding:2px 2px 0}.auth-page__hero--compact h2{font-size:2rem}.auth-page__subtitle{margin-top:2px}.auth-page__hero-actions{justify-content:flex-start;align-items:flex-end;gap:6px;width:100%}.auth-page__add-button{min-width:120px}.auth-select--toolbar{min-width:108px}.auth-select--toolbar .auth-field__label,.auth-lookup--compact .auth-field__label{margin-bottom:2px}.auth-search{min-width:210px}.auth-card{width:100%;padding:8px}.auth-alert{margin-bottom:6px}.auth-table-wrap{max-height:calc(100vh - var(--header-height) - var(--footer-height) - 168px)}@media (width<=1080px){.auth-page__hero{gap:8px}.auth-page__hero-actions{justify-content:flex-start}}@media (width<=720px){.sidebar__nav{grid-template-columns:1fr;display:grid}.auth-page__hero-actions{align-items:stretch}}.auth-page{gap:6px}.auth-page__hero{gap:2px}.auth-page__hero h2{margin:0}.auth-page__subtitle{margin:2px 0 0}.auth-card{padding-top:6px}.auth-toolbar--attached{margin-bottom:6px}.auth-toolbar--attached .auth-page__hero-actions{gap:6px}.auth-toolbar--attached+.auth-alert,.auth-toolbar--attached+.auth-table-wrap,.auth-alert+.auth-table-wrap{margin-top:0}.auth-toolbar--attached{align-items:center;margin-bottom:4px;display:flex}.auth-toolbar--attached .auth-page__hero-actions{justify-content:flex-start;align-items:end;gap:6px 8px;width:100%;display:flex}.auth-toolbar--attached .auth-toggle-group,.auth-toolbar--attached .auth-search,.auth-toolbar--attached .auth-select--toolbar,.auth-toolbar--attached .auth-page__add-button,.auth-toolbar--attached .auth-lookup--compact,.auth-toolbar--attached .button{align-self:end}.auth-select--toolbar{align-content:end;min-width:112px;display:inline-grid}.auth-select--toolbar select,.auth-search,.auth-page__add-button,.auth-lookup--compact .auth-lookup__control,.auth-toggle-group{min-height:var(--control-height)}.auth-page__add-button,.auth-search,.auth-select--toolbar select{height:var(--control-height)}.auth-table thead th:first-child,.auth-table tbody td:first-child{width:108px;min-width:108px;max-width:108px}.auth-table tbody td:first-child{vertical-align:middle}.auth-table__actions{justify-content:center;align-items:center;gap:6px;width:100%;min-height:28px;display:flex}.auth-icon-button{flex:0 0 28px;width:28px;height:28px}.auth-icon-button:hover{border-color:var(--color-border-strong);background:#f8fbff}.auth-icon-button--danger:hover{background:#d645451f}.auth-icon-button--accent:hover{background:#3498db1f}.auth-status-pill{vertical-align:middle}.auth-pager__button:disabled{opacity:.45;color:#8b99aa;background:#f6f9fc}@media (width<=1080px){.auth-toolbar--attached .auth-page__hero-actions{align-items:stretch}}.auth-toolbar--attached{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;margin-bottom:4px;display:flex}.auth-toolbar__group{flex-wrap:wrap;align-items:flex-end;gap:6px 8px;min-width:0;display:flex}.auth-toolbar__group--left{flex:420px}.auth-toolbar__group--right{justify-content:flex-end;margin-left:auto}.auth-toolbar__group--left .auth-search{flex:240px;min-width:240px}.auth-toolbar__group--right .auth-page__add-button{margin-left:4px}.site-management-page{gap:10px}.site-management-page__hero{gap:4px;display:grid}.site-management-profile{gap:10px;display:grid}.visitor-dashboard-page{gap:10px}.visitor-dashboard__filters{padding:8px}.visitor-dashboard__date-field{min-width:180px}.visitor-dashboard__stats .stat-card__change{min-height:18px}.visitor-dashboard__panel-grid{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:12px;display:grid}.visitor-dashboard__panel{gap:10px;min-height:0;display:grid}.visitor-dashboard__table-wrap{min-height:220px;max-height:420px}.visitor-dashboard__table{min-width:100%}.visitor-dashboard__table thead th:first-child,.visitor-dashboard__table tbody td:first-child{width:auto;min-width:0;max-width:none;position:static}.visitor-dashboard__empty-state{gap:4px;display:grid}.visitor-dashboard__empty-state h3{color:var(--color-primary-dark);margin:0}.visitor-dashboard__empty-state p{margin:0}.site-management-form{gap:12px 14px}.site-management-form__checks{flex-wrap:wrap;gap:10px 16px;display:flex}.site-management-form__actions{justify-content:flex-end;display:flex}.cms-form-section{border-top:1px solid #34495e14;align-items:center;min-height:36px;padding:0 2px;display:flex}.cms-form-section:first-child{border-top:0;padding-top:0}.cms-form-section h3{color:var(--color-primary-dark);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:12px;font-weight:700}@media (width<=720px){.site-management-tabs__list,.site-management-form__checks,.site-management-form__actions{justify-content:flex-start}.visitor-dashboard__date-field{width:100%;min-width:0}}.auth-toolbar__group .auth-toggle-group,.auth-toolbar__group .auth-search,.auth-toolbar__group .auth-select--toolbar,.auth-toolbar__group .auth-page__add-button,.auth-toolbar__group .auth-lookup--compact,.auth-toolbar__group .button{align-self:flex-end}@media (width<=1080px){.auth-toolbar__group--left,.auth-toolbar__group--right{flex:100%}.auth-toolbar__group--right{justify-content:flex-start;margin-left:0}.visitor-dashboard__panel-grid{grid-template-columns:1fr}}@media (width<=720px){.auth-toolbar__group{align-items:stretch}.auth-toolbar__group--left .auth-search,.auth-toolbar__group--left .auth-select--toolbar,.auth-toolbar__group--left .auth-lookup--compact,.auth-toolbar__group--right .auth-page__add-button{width:100%}}
