:root{--bg:#f5f7fb;--panel:#fff;--ink:#17212b;--muted:#6d7a88;--line:#e5eaf0;--accent:#13a8a1;--accent2:#087f79;--nav:#12232f}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}a{color:inherit;text-decoration:none}.app{min-height:100vh;display:grid;grid-template-columns:250px 1fr}.sidebar{background:var(--nav);color:#dbe7ed;padding:24px 18px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:12px;padding:0 8px 25px}.brandmark{width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,#1bc6bd,#0c827d);display:grid;place-items:center;color:#fff;font-weight:800}.brand strong{display:block;color:#fff}.brand small,.sidefoot small{display:block;color:#8fa5b1;margin-top:2px}.navlabel{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#6f8793;padding:12px 10px 8px}nav a{display:flex;align-items:center;gap:11px;padding:11px 12px;border-radius:10px;margin:3px 0;color:#bfd0d9;font-weight:650;font-size:14px}nav a svg{width:19px;height:19px}nav a.active,nav a:hover{background:#1b3442;color:#fff}.sidefoot{margin-top:auto;border-top:1px solid #27404e;padding:18px 6px 0;display:grid;grid-template-columns:38px 1fr auto;gap:10px;align-items:center}.userdot{width:38px;height:38px;border-radius:50%;background:#244858;display:grid;place-items:center;font-weight:800}.logout{font-size:12px;color:#8fa5b1}.topbar{height:94px;padding:20px 34px;background:#fff;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:4}.topbar h1{margin:4px 0 0;font-size:25px}.crumb{font-size:12px;color:var(--muted)}.version{font-size:12px;color:var(--muted);padding:7px 10px;border:1px solid var(--line);border-radius:999px}.content{padding:32px 34px;max-width:1500px}.grid{display:grid;gap:20px}.stats{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:24px}.card{background:var(--panel);border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 24px rgba(31,44,56,.04)}.stat{padding:22px}.stat span{display:block;color:var(--muted);font-size:13px}.stat strong{display:block;font-size:29px;margin-top:7px}.panel{padding:0;overflow:hidden}.panelhead{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:22px 24px;border-bottom:1px solid var(--line)}.panelhead h2{margin:0;font-size:18px}.panelhead p{margin:5px 0 0;color:var(--muted);font-size:13px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:10px;padding:10px 14px;font-weight:750;cursor:pointer;background:#edf2f5;color:#24333e}.btn.primary{background:var(--accent);color:#fff}.btn.primary:hover{background:var(--accent2)}.btn.danger{background:#fff0f0;color:#a33}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:15px 24px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}.table th{font-size:11px;text-transform:uppercase;letter-spacing:.07em;color:#8995a1;background:#fafbfd}.table tr:last-child td{border-bottom:0}.badge{display:inline-flex;padding:6px 9px;border-radius:999px;background:#edf2f5;color:#5d6a76;font-size:11px;font-weight:800}.badge.ok{background:#e8f8f4;color:#08786f}.badge.warn{background:#fff5df;color:#966600}.empty{padding:40px;text-align:center;color:var(--muted)}.formcard{padding:24px}.fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field label{display:block;font-size:12px;font-weight:750;margin-bottom:7px}.field input,.field select{width:100%;border:1px solid #dce3e9;border-radius:10px;padding:11px 12px;font:inherit;background:#fff}.field.full{grid-column:1/-1}.help{font-size:12px;color:var(--muted);margin-top:6px}.actions{display:flex;gap:10px;margin-top:22px}.notice{padding:14px 16px;border:1px solid #bfe8e4;background:#effbf9;color:#176c67;border-radius:12px;margin-bottom:18px}.notice.error{border-color:#f1c4c4;background:#fff3f3;color:#8d3333}.modules{display:flex;flex-wrap:wrap;gap:8px}.modulepill{border:1px solid var(--line);border-radius:10px;padding:8px 10px;font-size:12px;background:#fff}.projecthero{padding:24px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.projecthero h2{margin:0 0 7px}.projecthero p{margin:0;color:var(--muted)}.connection{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:20px}.connection .card{padding:20px}.kicker{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);font-weight:800}.value{font-size:14px;margin-top:7px;word-break:break-word}.loginbody{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 20% 20%,#e8fbf8,transparent 34%),#f5f7fb}.login{width:min(430px,calc(100% - 32px));padding:30px}.login h1{margin:10px 0 6px}.login p{margin:0 0 22px;color:var(--muted)}.login .field{margin-bottom:14px}@media(max-width:900px){.app{grid-template-columns:1fr}.sidebar{display:none}.stats,.fields,.connection{grid-template-columns:1fr}.topbar{padding:18px 20px}.content{padding:22px 20px}.table th,.table td{padding:13px 14px}}
.rowactions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.rowactions form{margin:0}.secretrow{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.dangerzone{margin-top:24px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px}.dangerzone strong{display:block;margin-bottom:4px}.dangerzone p{margin:0;color:var(--muted);font-size:13px;max-width:760px}.dangerzone.danger{border-top-color:#f1caca}.dangerzone.danger strong{color:#a33}@media(max-width:700px){.dangerzone{align-items:flex-start;flex-direction:column}.secretrow{grid-template-columns:1fr}.rowactions{align-items:stretch}.rowactions .btn,.rowactions form,.rowactions form .btn{width:100%}}
/* Stage 2 · Central Pages */
.project-context-bar{display:flex;align-items:center;gap:12px;margin-bottom:18px;color:var(--muted);font-size:13px}.entity-list-card{overflow:hidden}.entity-toolbar{padding:16px 24px;border-bottom:1px solid var(--line)}.searchbox{display:flex;align-items:center;gap:10px;border:1px solid #dce3e9;background:#fff;border-radius:11px;padding:0 12px;max-width:560px}.searchbox input{border:0;outline:0;padding:12px 0;width:100%;font:inherit}.tablewrap{overflow:auto}.entitytable .previewtd{width:95px}.previewtd img,.previewplaceholder{width:64px;height:46px;border-radius:9px;object-fit:cover;border:1px solid var(--line)}.previewplaceholder{display:grid;place-items:center;background:#edf7f7;color:var(--accent2);font-weight:800}.slugline{display:block;color:var(--muted);font-size:12px;margin-top:4px;word-break:break-word}.editor-topline{display:flex;justify-content:flex-end;margin-bottom:14px}.editorcard{padding:0;overflow:visible}.tabs{display:flex;gap:5px;padding:14px 18px 0;border-bottom:1px solid var(--line);background:#fafbfd;border-radius:16px 16px 0 0}.tab{padding:11px 16px;border-radius:10px 10px 0 0;color:var(--muted);font-weight:750;font-size:14px}.tab.active{background:#fff;color:var(--ink);border:1px solid var(--line);border-bottom-color:#fff;margin-bottom:-1px}.seoform{padding:22px}.seo-grid{display:grid;grid-template-columns:1.35fr .85fr;gap:18px}.subcard{border:1px solid var(--line);border-radius:14px;padding:20px;margin-bottom:18px;background:#fff}.subcard h3{margin:0 0 16px;font-size:17px}.field{margin-bottom:16px}.field:last-child{margin-bottom:0}.field label{display:flex;justify-content:space-between;gap:12px}.field input,.field textarea,.field select{width:100%;border:1px solid #dce3e9;border-radius:10px;padding:11px 12px;font:inherit;background:#fff}.field textarea{min-height:130px;resize:vertical}.counter{font-weight:500;color:var(--muted)}.ogpreview{height:240px;border:1px dashed #cad6de;border-radius:13px;display:grid;place-items:center;overflow:hidden;background:#fafcfd;color:var(--muted)}.ogpreview img{width:100%;height:100%;object-fit:cover}.serp{border:1px solid var(--line);border-radius:12px;padding:17px;max-width:760px}.serptitle{font-size:20px;color:#1a0dab;margin-bottom:5px}.serpurl{font-size:13px;color:#188038;margin-bottom:6px}.serpdesc{font-size:14px;color:#4d5156;line-height:1.45}.toggleline{justify-content:flex-start!important;align-items:center}.sticky-save{position:sticky;bottom:16px;z-index:3;display:flex;justify-content:flex-end;padding:12px;border:1px solid var(--line);background:rgba(255,255,255,.94);backdrop-filter:blur(8px);border-radius:13px;box-shadow:0 12px 30px rgba(31,44,56,.10)}.edit-placeholder{padding:22px}.blockmock{display:flex;justify-content:space-between;align-items:center;border:1px solid var(--line);border-radius:12px;padding:16px;margin-top:10px}.blockmock span{display:block;color:var(--muted);font-size:12px;margin-top:4px}.modal[hidden]{display:none}.modal{position:fixed;inset:0;z-index:100}.modalbackdrop{position:absolute;inset:0;background:rgba(15,25,34,.58)}.modalpanel{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(980px,calc(100% - 34px));max-height:82vh;background:#fff;border-radius:16px;overflow:auto;box-shadow:0 30px 90px rgba(0,0,0,.25)}.modalhead{position:sticky;top:0;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:18px 20px;border-bottom:1px solid var(--line);z-index:2}.modalhead h3{margin:0}.modalhead p{margin:4px 0 0;color:var(--muted);font-size:12px}.mediagrid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;padding:18px}.mediaitem{border:1px solid var(--line);border-radius:11px;background:#fff;padding:7px;cursor:pointer;text-align:left}.mediaitem img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:8px}.mediaitem span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:11px;margin-top:5px}.modulelink{color:var(--accent2);font-weight:800}.modulelink b{margin-left:4px}@media(max-width:900px){.seo-grid{grid-template-columns:1fr}.mediagrid{grid-template-columns:repeat(3,1fr)}}

/* Stage 3 · Shared Repatrieri module UI */
.module-page-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 18px}.module-page-heading h2{margin:0 0 5px;font-size:28px;line-height:1.1}.module-page-heading p{margin:0;color:var(--muted);font-size:14px}.btn-primary-like{background:#6557f5;color:#fff;box-shadow:0 8px 18px rgba(101,87,245,.18)}.btn-primary-like:hover{background:#5749e3}.entity-list-card{padding:0;overflow:hidden}.entity-list-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 22px;border-bottom:1px solid var(--line)}.entity-search-form{display:flex;align-items:center;gap:10px;flex:1;max-width:760px}.entity-search-box{display:flex;align-items:center;gap:10px;flex:1;min-height:44px;padding:0 13px;border:1px solid #dde5ec;border-radius:11px;background:#f9fbfd}.entity-search-box:focus-within{border-color:#b8c7d3;box-shadow:0 0 0 3px rgba(19,168,161,.06)}.entity-search-icon{display:grid;place-items:center;width:18px;color:#6f8290;font-size:20px;line-height:1}.entity-search-box input{width:100%;border:0;outline:0;background:transparent;font:inherit;color:var(--ink);padding:11px 0}.entity-search-btn{min-width:84px;border:1px solid #dde5ec;background:#fff}.entity-result-count{font-size:12px;font-weight:800;color:#687c88;white-space:nowrap}.table-wrap{overflow:auto}.entity-table{font-size:14px}.entity-table th{font-size:12px!important;font-weight:850!important;color:#65758b!important;letter-spacing:.055em!important;padding:15px 14px!important}.entity-table td{padding:15px 14px!important;vertical-align:middle}.entity-table .preview-col,.entity-table .preview-cell{width:124px!important}.entity-table .actions-col{width:250px!important;text-align:right}.preview-cell img,.preview-fallback{display:block;width:108px;height:68px;object-fit:cover;border:1px solid #e1e6ed;border-radius:8px;background:#f3f5f8}.preview-fallback{display:grid;place-items:center;color:#0b7d88;font-weight:900;font-size:22px}.entity-name{font-weight:800;color:#263a47}.entity-slug{margin-top:5px;font-size:12px;color:#7a8a95}.status-chip{display:inline-flex;align-items:center;padding:6px 9px;border-radius:999px;background:#eef6f5;color:#2d726c;font-size:11px;font-weight:800}.entity-row-actions{display:flex;justify-content:flex-end;gap:8px;align-items:center;white-space:nowrap}.entity-action-btn{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 11px;border:1px solid #e0e5eb;border-radius:10px;background:#fff;color:#5b6876;font-size:12px;font-weight:800}.entity-action-btn:hover{background:#f8fafc}.entity-seo-action{background:#f5f3ff;border-color:#ded9ff;color:#6557d5}.entity-edit-action{background:#eef8ff;border-color:#d7e9f8;color:#3c7396}.entity-action-btn b{font:inherit}.editorcard{box-shadow:none}.tabs{background:#f8fafc}.sticky-save .btn.primary{background:#6557f5}.sticky-save .btn.primary:hover{background:#5749e3}

/* Media library, aligned to current Repatrieri admin */
.wp-media-shell{padding:0;overflow:hidden}.wp-media-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:17px 18px;border-bottom:1px solid var(--line);background:#fff}.wp-media-toolbar-left{display:flex;align-items:center;gap:10px;flex:1}.wp-media-search{display:flex;align-items:center;gap:9px;min-width:280px;max-width:620px;flex:1;height:44px;padding:0 13px;border:1px solid #dde5ec;border-radius:11px;background:#f9fbfd}.wp-media-search input{width:100%;border:0;background:transparent;outline:none;font:inherit}.search-svg{font-size:20px;color:#6f8290}.wp-media-filter{height:44px;padding:0 12px;border:1px solid #dde5ec;border-radius:11px;background:#fff;color:#52636e;font:inherit}.wp-media-count{font-size:12px;color:#7a8993;white-space:nowrap}.wp-media-count strong{color:#304652}.wp-media-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(175px,1fr));gap:14px;padding:18px}.wp-media-tile{position:relative;border:1px solid #e1e7ec;border-radius:13px;background:#fff;overflow:hidden;transition:.15s}.wp-media-tile:hover{border-color:#c9c2ff;box-shadow:0 7px 20px rgba(72,63,156,.08);transform:translateY(-1px)}.wp-media-open{display:block}.wp-media-thumb{display:block;aspect-ratio:1/1;background:#f2f5f7;overflow:hidden}.wp-media-thumb img{width:100%;height:100%;object-fit:cover;display:block}.wp-media-tile-name{display:block;padding:10px 11px 3px;font-size:12px;font-weight:800;color:#3a4b57;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-media-tile-meta{display:block;padding:0 11px 10px;font-size:10px;color:#8b979f;min-height:22px}.media-empty{grid-column:1/-1;padding:48px;text-align:center;color:var(--muted)}.wp-media-upload-modal[hidden]{display:none!important}.wp-media-upload-modal{position:fixed;inset:0;z-index:100}.wp-media-modal-backdrop{position:absolute;inset:0;background:rgba(28,38,55,.48);backdrop-filter:blur(3px)}.wp-media-upload-panel{position:relative;width:min(760px,calc(100% - 36px));margin:8vh auto 0;background:#fff;border-radius:20px;box-shadow:0 28px 80px rgba(32,43,61,.25);padding:22px}.wp-media-modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:18px}.wp-media-modal-head h3{margin:0;font-size:23px}.wp-media-modal-head p{margin:5px 0 0;color:#77879a;font-size:13px}.icon-button{width:40px;height:40px;border-radius:11px;border:1px solid var(--line);background:#fff;font-size:24px;cursor:pointer}.wp-media-dropzone{min-height:300px;border:2px dashed #cfd9e1;border-radius:16px;background:#f9fbfc;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;cursor:pointer;padding:28px;transition:.15s}.wp-media-dropzone.is-dragging{border-color:#7b6ff5;background:#f5f3ff}.wp-media-drop-icon{font-size:38px;color:#6b62d8}.wp-media-dropzone strong{font-size:18px}.wp-media-dropzone small{color:#8996a0}.upload-selected{margin-top:15px;border:1px solid var(--line);border-radius:12px;overflow:hidden}.upload-selected div{display:flex;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid var(--line);font-size:12px}.upload-selected div:last-child{border-bottom:0}.upload-selected span{color:var(--muted)}.upload-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:16px}.upload-actions button:disabled{opacity:.45;cursor:not-allowed}
@media(max-width:820px){.module-page-heading{align-items:stretch;flex-direction:column}.entity-list-toolbar{align-items:stretch;flex-direction:column}.entity-search-form{max-width:none}.entity-result-count{align-self:flex-end}.entity-table{min-width:820px}.wp-media-toolbar,.wp-media-toolbar-left{align-items:stretch;flex-direction:column}.wp-media-search{max-width:none;min-width:0}.wp-media-grid{grid-template-columns:repeat(2,minmax(0,1fr));padding:12px;gap:10px}}


/* Stage 4 · light professional shell + project context */
:root{--bg:#f6f8fc;--panel:#fff;--ink:#13223a;--muted:#73829b;--line:#e7ebf2;--accent:#6957f5;--accent2:#5847df;--teal:#0d95a2;--teal-soft:#e9f8f8;--sidebar:#fff;--sidebar-active:#eef0ff}
body{background:var(--bg);color:var(--ink)}
.app.app-light{grid-template-columns:232px 1fr}.sidebar.sidebar-light{background:#fff;color:#42526c;padding:18px 12px;border-right:1px solid var(--line);box-shadow:6px 0 24px rgba(31,48,75,.025)}
.platform-brand{display:flex;align-items:center;gap:11px;padding:4px 8px 18px}.platform-brand strong{display:block;color:#1b2b43}.platform-brand small{display:block;color:#8793a7;margin-top:2px;font-size:11px}.brandmark{width:36px;height:36px;border-radius:11px}
.project-switcher{position:relative;margin-bottom:16px}.project-switcher summary{list-style:none;display:grid;grid-template-columns:42px 1fr 18px;gap:10px;align-items:center;padding:8px;border:1px solid #e8ebf2;border-radius:13px;background:#fff;cursor:pointer;box-shadow:0 5px 16px rgba(26,43,70,.04)}.project-switcher summary::-webkit-details-marker{display:none}.project-logo{width:42px;height:42px;border-radius:10px;background:#f0f5f7;display:grid;place-items:center;overflow:hidden;border:1px solid #e5eaef}.project-logo img{width:100%;height:100%;object-fit:contain;padding:3px}.project-logo b{color:var(--teal);font-size:17px}.project-switcher-copy{min-width:0}.project-switcher-copy strong{display:block;color:#17263e;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-switcher-copy small{display:block;color:#8a96a8;font-size:10px;margin-top:3px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.project-switcher-chevron svg{width:15px;height:15px;color:#8996a7;transition:.15s}.project-switcher[open] .project-switcher-chevron svg{transform:rotate(180deg)}.project-switcher-menu{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 7px);background:#fff;border:1px solid var(--line);border-radius:14px;padding:8px;box-shadow:0 18px 45px rgba(29,45,70,.15)}.switcher-title{padding:7px 8px 6px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#9aa5b5}.switcher-project{display:grid;grid-template-columns:32px 1fr;gap:9px;align-items:center;padding:8px;border-radius:9px}.switcher-project:hover,.switcher-project.current{background:#f4f6fb}.switcher-project strong{display:block;font-size:12px;color:#253550}.switcher-project small{display:block;font-size:10px;color:#8d99a9;margin-top:2px}.switcher-dot{width:32px;height:32px;border-radius:8px;background:#edf6f6;color:var(--teal);display:grid;place-items:center;font-weight:800;overflow:hidden}.switcher-dot img{width:100%;height:100%;object-fit:contain;padding:2px}.switcher-all{display:block;margin-top:5px;border-top:1px solid var(--line);padding:10px 8px 5px;font-size:11px;font-weight:750;color:#5b6780}
.main-nav .navlabel{font-size:10px;color:#a0acbc;padding:12px 10px 6px}.main-nav a{color:#52627b;padding:10px 10px;border-radius:10px;font-size:13px;font-weight:700}.main-nav a svg{width:17px;height:17px}.main-nav a.active,.main-nav a:hover{background:var(--sidebar-active);color:#5f50e8}.main-nav a.active svg{color:#6957f5}.main-nav a.disabled{opacity:.58;cursor:default;pointer-events:none}.main-nav a em{font-style:normal;margin-left:auto;font-size:9px;font-weight:800;color:#98a4b3;background:#f1f3f7;padding:3px 5px;border-radius:999px}
.sidefoot.sidefoot-card{margin-top:auto;border:1px solid #e7ebf1;background:#fafbfe;padding:8px;border-radius:13px;display:grid;grid-template-columns:34px 1fr 30px;gap:8px;align-items:center}.user-avatar{width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#5d7df5,#50a8f7);display:grid;place-items:center;color:#fff;font-weight:850;font-size:12px}.user-copy{min-width:0}.user-copy strong{display:block;font-size:11px;color:#21314a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-copy small{display:block;color:#8a97aa;font-size:9px;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.logout-icon{width:30px;height:30px;border-radius:8px;display:grid;place-items:center;color:#99a5b6}.logout-icon:hover{background:#fff;color:#d05f68}.logout-icon svg{width:15px;height:15px}
.topbar.topbar-light{height:74px;padding:14px 28px;box-shadow:none}.topbar-light h1{font-size:21px;margin:3px 0 0}.topbar-light .crumb{font-size:10px;color:#8c98aa}.topbar-actions{display:flex;align-items:center;gap:10px}.version{background:#fff}.content.content-wide{padding:26px 28px;max-width:1540px}
.module-heading-actions{margin-bottom:14px}.module-heading-actions h2{font-size:25px}.module-heading-actions p{font-size:12px}.btn-primary-like{background:#6b57f5;border-radius:9px;padding:10px 15px;font-size:12px;box-shadow:0 7px 18px rgba(105,87,245,.2)}.add-page-disabled{opacity:.72;cursor:not-allowed}
.local-parity-card{border-radius:14px;box-shadow:0 7px 24px rgba(28,43,66,.045)}.local-parity-toolbar{padding:17px 18px}.local-parity-toolbar .entity-search-form{max-width:none}.local-parity-toolbar .entity-search-box{max-width:540px;height:42px;background:#fafbfe;border-color:#e1e6ee}.search-icon-svg{display:grid;place-items:center;color:#7f8fa7}.search-icon-svg svg{width:16px;height:16px}.entity-search-btn{height:42px}.bulk-actions-ui{display:flex;align-items:center;gap:8px;margin-left:auto}.bulk-actions-ui select{height:42px;min-width:150px;border:1px solid #e0e5ed;border-radius:9px;background:#fff;padding:0 12px;color:#63718a;font:inherit;font-size:12px}.bulk-actions-ui .btn{height:42px}.bulk-actions-ui select:disabled,.bulk-actions-ui .btn:disabled{opacity:.65}
.local-pages-table th{background:#fff!important;border-top:1px solid #f0f2f6}.local-pages-table th,.local-pages-table td{padding:12px 10px!important}.local-pages-table .check-col{width:38px;text-align:center!important}.local-pages-table .preview-col{width:108px!important}.local-pages-table .preview-cell{width:108px!important}.local-pages-table .actions-col{width:260px!important}.local-pages-table tbody tr{display:table-row!important;visibility:visible!important}.local-pages-table tbody tr:hover{background:#fbfcff}.local-pages-table input[type=checkbox]{width:15px;height:15px;accent-color:#6b57f5}.preview-cell img,.preview-fallback{width:88px;height:56px;border-radius:3px}.preview-fallback{display:flex;flex-direction:column;gap:3px;align-items:center;justify-content:center;background:#f4f6fa;color:#aab5c4}.preview-fallback svg{width:26px;height:26px}.preview-fallback small{font-size:7px}.entity-name{font-size:12px;color:#263650}.entity-slug{font-size:10px;color:#8390a4;margin-top:3px}.status-chip{padding:5px 8px;font-size:9px}.status-chip.neutral{background:#edf1f5;color:#617084}.status-chip.index-chip{background:#e5fbf5;color:#138365}.status-chip.index-chip.noindex{background:#fff1e6;color:#ad6b24}.entity-row-actions{gap:6px}.entity-action-btn{min-height:32px;padding:6px 9px;font-size:10px;border-radius:8px}.entity-seo-action{background:#eefbff;border-color:#d5edf3;color:#167788}.entity-edit-action{background:#f3f0ff;border-color:#ded8ff;color:#6652e8}.entity-delete-action{width:32px;padding:0;background:#fff6f5;border-color:#f4ddda;color:#cb6f67}.mini-icon{font-size:12px}.entity-result-count{font-size:10px;margin:0 8px}
@media(max-width:900px){.app.app-light{grid-template-columns:1fr}.sidebar.sidebar-light{display:none}.content.content-wide{padding:20px}.bulk-actions-ui{display:none}}
