:root{--page:#f6f8fc;--surface:#fff;--surface-2:#f9fafb;--text:#0f172a;--text-muted:#64748b;--border:#e6eaf0;--ring:rgba(59,130,246,.35);--brand:#3b5bff;--brand-hover:#2f49d6;--brand-foreground:#fff;--success:#16a34a;--success-bg:#ecfdf3;--warning:#d97706;--warning-bg:#fffbeb;--danger:#dc2626;--danger-bg:#fef2f2;--info:#2563eb;--info-bg:#eff6ff;--shadow-sm:0 1px 2px rgba(15,23,42,.06);--shadow-md:0 8px 20px rgba(15,23,42,.08);--radius:14px;--content-max:1200px;--container-padding:16px;--section-gap:24px;--title-size:clamp(1.6rem,1.2rem + 2vw,2.4rem);--subtitle-size:clamp(1.05rem,0.95rem + 0.8vw,1.35rem);--body-size:clamp(0.98rem,0.94rem + 0.3vw,1.05rem)}*{box-sizing:border-box}body,html{background:var(--page);color:var(--text)}body{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;margin:0;min-height:100vh;font-size:var(--body-size);line-height:1.6;overflow-wrap:anywhere;word-break:break-word}a{text-decoration:none;color:inherit}h1,h2,h3{line-height:1.2;margin:0}h1{font-size:var(--title-size)}h2{font-size:var(--subtitle-size)}button{padding:12px 18px;border-radius:12px;border:1px solid transparent;cursor:pointer;font-weight:600;font-size:1rem;min-height:44px;background:var(--brand);color:var(--brand-foreground);transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease,background .15s ease}button:hover{transform:translateY(-1px);background:var(--brand-hover);box-shadow:0 10px 22px rgba(59,91,255,.22)}button.secondary{background:var(--surface);color:var(--text);border-color:var(--border)}button.secondary:hover{background:var(--surface-2);box-shadow:none}button.danger{background:var(--danger);color:#fff}button:focus-visible{outline:3px solid var(--ring);outline-offset:2px}input,select,textarea{padding:12px 14px;border-radius:12px;border:1px solid var(--border);width:100%;max-width:100%;margin:4px 0 12px;font-size:1rem;background:var(--surface);color:var(--text);min-height:44px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid var(--ring);outline-offset:2px;border-color:var(--brand)}label{font-weight:600;font-size:.95rem;color:var(--text)}table{width:100%;border-collapse:collapse}td,th{padding:12px 16px;text-align:left}.table-scroll{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}@media (max-width:767px){body{padding-bottom:16px}td,th{padding:10px 12px}.table-scroll{margin:0 -8px;padding:0 8px}.table-scroll table{min-width:560px}.table-scroll td:first-child,.table-scroll th:first-child{position:-webkit-sticky;position:sticky;left:0;background:var(--surface);box-shadow:8px 0 12px rgba(15,23,42,.06)}.responsive-data-view__table{display:none}.responsive-data-view__cards{display:block}}th{font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted)}tbody tr{background:var(--surface)}tbody tr+tr{border-top:1px solid var(--border)}.ui-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.ui-cardHeader{padding:16px 18px 0}.ui-cardBody{padding:16px 18px}.ui-cardFooter{padding:0 18px 16px}.ui-divider{height:1px;background:var(--border)}.ui-muted{color:var(--text-muted)}.ui-accent-success{border-left:4px solid var(--success)}.ui-accent-warning{border-left:4px solid var(--warning)}.ui-accent-danger{border-left:4px solid var(--danger)}.ui-accent-info{border-left:4px solid var(--info)}.pill{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid var(--border)}.pill-success{color:var(--success);background:var(--success-bg);border-color:rgba(22,163,74,.2)}.pill-warning{color:var(--warning);background:var(--warning-bg);border-color:rgba(217,119,6,.2)}.pill-danger{color:var(--danger);background:var(--danger-bg);border-color:rgba(220,38,38,.2)}.pill-info{color:var(--info);background:var(--info-bg);border-color:rgba(37,99,235,.2)}.pill-neutral{color:var(--text);background:var(--surface-2);border-color:var(--border)}.pill-primary{color:var(--brand);background:rgba(59,91,255,.12);border-color:rgba(59,91,255,.3)}.layout-root{width:100%;min-height:100vh}.layout-container{max-width:var(--content-max);margin:0 auto;padding:var(--container-padding);gap:var(--section-gap)}.layout-container,.layout-header{display:flex;flex-direction:column}.layout-header{gap:16px}.layout-topbar{display:flex;flex-wrap:wrap;gap:16px;align-items:center;justify-content:space-between}.layout-logo img{height:52px;width:auto;border-radius:10px}.layout-nav{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));grid-gap:12px;gap:12px}.layout-nav-item{padding:12px 16px;border-radius:14px;border:1px solid var(--border);background:var(--surface);font-weight:600;letter-spacing:.01em;text-align:center;transition:transform .15s ease,box-shadow .15s ease;color:var(--text);min-height:44px;display:inline-flex;align-items:center;justify-content:center}.layout-nav-item.is-active{background:var(--brand);color:var(--brand-foreground);border:1px solid var(--brand);box-shadow:var(--shadow-md)}.layout-main{width:100%;display:flex;flex-direction:column;gap:var(--section-gap)}.layout-mobile{display:none}.layout-mobile-bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.layout-mobile-quick{padding:8px 12px;border-radius:10px;border:1px solid var(--border);font-weight:600;font-size:.9rem;min-height:44px}.layout-mobile-quick,.layout-mobile-toggle{display:inline-flex;align-items:center;background:var(--surface);justify-content:center}.layout-mobile-toggle{width:44px;height:44px;border-radius:12px;border:1px solid var(--border);color:var(--text);font-size:1.25rem}.layout-mobile-panel{position:fixed;inset:0;background:rgba(15,23,42,.4);display:none;align-items:flex-start;justify-content:flex-end;padding:16px;z-index:50}.layout-mobile-panel[data-open=true]{display:flex}.layout-mobile-drawer{width:min(320px,90vw);background:var(--surface);border-radius:18px;padding:18px;box-shadow:0 24px 48px rgba(15,23,42,.2);display:grid;grid-gap:16px;gap:16px}.layout-mobile-links{display:grid;grid-gap:10px;gap:10px}.layout-mobile-links a{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-radius:12px;border:1px solid var(--border);background:var(--surface-2);font-weight:600}.layout-mobile-actions{display:grid;grid-gap:10px;gap:10px}.responsive-data-view__cards{display:none}.responsive-data-view__card-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:10px;gap:10px}.responsive-data-view__card{border:1px solid var(--border);border-radius:16px;padding:16px;background:var(--surface);display:grid;grid-gap:8px;gap:8px}.responsive-card-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.responsive-card-row>*{min-width:0}.responsive-card-meta,.responsive-card-text{overflow-wrap:anywhere;word-break:break-word}.responsive-card-meta{color:var(--text-muted);font-size:.85rem}.needs-attention-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 16px}.needs-attention-left{display:flex;flex-direction:column;gap:4px;min-width:0}.needs-attention-title{font-weight:600;color:var(--text);overflow-wrap:anywhere;word-break:break-word}.needs-attention-meta{color:var(--text-muted);font-size:.85rem;overflow-wrap:anywhere;word-break:break-word}.needs-attention-right{display:flex;flex-direction:column;gap:6px;align-items:flex-end;text-align:right;white-space:normal;min-width:0}.needs-attention-expires{color:var(--text-muted);font-size:.85rem;overflow-wrap:anywhere;word-break:break-word}.needs-attention-action{min-width:120px}.filters-drawer{border:1px solid var(--border);border-radius:14px;padding:12px;background:var(--surface)}.filters-drawer summary{cursor:pointer;font-weight:600;color:var(--text)}.row-actions{display:flex;flex-wrap:wrap;gap:8px}.row-actions-menu{display:none;position:relative}.row-actions-menu summary{list-style:none;cursor:pointer;font-size:1.4rem;line-height:1;padding:6px 10px;border-radius:10px;border:1px solid var(--border);background:var(--surface)}.row-actions-menu summary::marker{content:""}.row-actions-menu summary::-webkit-details-marker{display:none}.row-actions-menu[open] summary{background:var(--surface-2)}.row-actions-menu .row-actions-menu-content{display:grid;grid-gap:8px;gap:8px;margin-top:8px}.row-actions-menu .row-actions-menu-content a,.row-actions-menu .row-actions-menu-content button{width:100%}@media (min-width:480px){:root{--container-padding:24px}}@media (min-width:768px){:root{--container-padding:24px;--section-gap:28px}input,select,textarea{max-width:420px}.filters-drawer{padding:0;border:none;background:transparent}.filters-drawer summary{display:none}.filters-drawer>:not(summary){display:block}}@media (min-width:1024px){:root{--container-padding:32px;--section-gap:32px}}@media (min-width:1280px){:root{--content-max:1320px}}@media (max-width:767px){.layout-nav,.layout-topbar{display:none}.layout-mobile{display:block}.row-actions{display:none}.row-actions-menu{display:block}}@media (max-width:479px){.layout-mobile-quick{display:none}.needs-attention-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title status" "meta expires" "action action";align-items:center;grid-gap:8px 12px;gap:8px 12px}.needs-attention-left,.needs-attention-right{display:contents}.needs-attention-title{grid-area:title}.needs-attention-meta{grid-area:meta}.needs-attention-status{grid-area:status;justify-self:end}.needs-attention-expires{grid-area:expires;justify-self:end;text-align:right}.needs-attention-action{grid-area:action;width:100%}}