:root{--bg-start: #f8fbff;--bg-end: #eef4fb;--card-bg: rgba(255, 255, 255, .86);--card-border: rgba(214, 228, 245, .78);--text-primary: #213547;--text-secondary: #5f748a;--brand-accent: #1d88e5;--brand-accent-soft: rgba(29, 136, 229, .12);--danger: #c43e2f;--surface-1: rgba(255, 255, 255, .94);--surface-2: rgba(247, 251, 255, .92);--shadow-soft: 0 14px 30px rgba(38, 66, 102, .08);--shadow-hover: 0 20px 34px rgba(38, 66, 102, .14);--grid-gap: 8px}*{box-sizing:border-box}body{margin:0;font-family:Noto Sans SC,PingFang SC,Microsoft YaHei,sans-serif;color:var(--text-primary);background:radial-gradient(circle at 8% 2%,rgba(158,206,255,.18),transparent 35%),radial-gradient(circle at 92% 0%,rgba(175,226,255,.16),transparent 30%),linear-gradient(165deg,var(--bg-start),var(--bg-end));min-height:100vh}a{color:inherit}button,input,textarea,select{font:inherit}button{cursor:pointer}.glass-card{position:relative;background:var(--card-bg);border:1px solid var(--card-border);border-radius:20px;box-shadow:var(--shadow-soft);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:22px;height:100%;overflow:hidden;transition:box-shadow .24s ease,transform .24s ease,border-color .24s ease}.glass-card:hover{box-shadow:0 18px 34px #2642661a}.is-editing-card{border-color:#1d88e559;box-shadow:0 0 0 1px #1d88e50f,var(--shadow-soft)}.card-toolbar{position:absolute;top:12px;right:12px;display:flex;gap:8px;z-index:2}.card-toolbar button,.shortcut-admin-actions button,.search-actions button,.manage-page button,.access-card button,.manage-login-card button,.topbar-action{border:1px solid rgba(29,136,229,.28);border-radius:10px;padding:6px 12px;background:#fffffffa;color:var(--brand-accent);transition:all .2s ease}.card-toolbar button:hover,.shortcut-admin-actions button:hover,.search-actions button:hover,.manage-page button:hover,.access-card button:hover,.manage-login-card button:hover,.topbar-action:hover{transform:translateY(-1px);box-shadow:0 8px 20px #1d88e529}.workbench-page{min-height:100vh;padding:22px 16px 34px}.workbench-topbar{max-width:1240px;margin:0 auto 14px;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:15px 20px;border-radius:22px;border:1px solid rgba(199,216,236,.82);background:linear-gradient(170deg,#ffffffdb,#eef7ffb8);box-shadow:0 16px 34px #223d6214,inset 0 1px #ffffffc7;position:relative;overflow:hidden}.workbench-topbar:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 10% -30%,rgba(255,255,255,.58),transparent 46%),radial-gradient(circle at 88% -42%,rgba(188,221,255,.28),transparent 52%);pointer-events:none}.topbar-title,.topbar-actions{position:relative;z-index:1}.topbar-title{min-width:0}.topbar-title h1{margin:0;font-size:clamp(24px,3.1vw,34px);line-height:1.06;font-weight:800;letter-spacing:-.01em;color:#1c334b;text-wrap:balance}.topbar-subtitle{margin:6px 0 0;color:#5c7691;font-size:clamp(12px,1.3vw,14px);letter-spacing:.02em}.topbar-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.workbench-topbar .topbar-action{border:1px solid rgba(29,136,229,.34);border-radius:999px;padding:8px 16px;font-weight:600;background:linear-gradient(180deg,#fffffff5,#f4faffeb);color:#1475cd}.workbench-topbar .topbar-action:hover{transform:translateY(-1px);box-shadow:0 10px 20px #1d88e52e}.workbench-topbar .topbar-action:focus-visible{outline:2px solid rgba(29,136,229,.26);outline-offset:2px}.edit-mode-badge{border:1px solid rgba(29,136,229,.24);background:var(--brand-accent-soft);color:#1a5f9a;border-radius:999px;padding:5px 10px;font-size:12px;line-height:1}.workbench-page.is-edit-mode .edit-mode-badge{background:#1d88e52e}.workbench-page.is-edit-mode .topbar-action{border-color:#1d88e575;background:#1d88e524;color:#135185}.link-action{text-decoration:none;display:inline-flex;align-items:center}.workbench-main{max-width:1240px;margin:0 auto;width:100%}.workbench-grid{position:relative;display:grid;grid-template-columns:repeat(16,minmax(0,1fr));grid-auto-rows:77.5px;gap:0;padding:8px;border-radius:30px;border:1px solid rgba(207,223,241,.62);background:linear-gradient(165deg,#ffffff59,#eff7ff29);box-shadow:inset 0 1px #ffffff9e,0 18px 38px #26426614}.workbench-grid:before{content:"";position:absolute;top:8px;right:8px;bottom:8px;left:8px;border-radius:24px;background:radial-gradient(circle at 16% 0%,rgba(255,255,255,.5),transparent 48%),radial-gradient(circle at 84% 0%,rgba(255,255,255,.36),transparent 52%);pointer-events:none;z-index:0}.workbench-grid.mobile{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:126px;gap:10px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.workbench-grid.mobile:before{content:none}.workbench-cell{position:relative;z-index:1;min-width:0}.workbench-grid:not(.mobile) .workbench-cell{padding:8px}.workbench-page .glass-card{border-color:#cddef1a3;background:linear-gradient(158deg,#ffffffeb,#f6fbffd1);box-shadow:0 10px 24px #26426614,inset 0 1px #ffffffb3;padding:18px}.workbench-page .glass-card:hover{box-shadow:0 14px 28px #2642661a,inset 0 1px #ffffffc2}.access-gate{min-height:calc(100vh - 140px);display:flex;justify-content:center;align-items:center}.access-card{width:min(460px,92vw);border-radius:22px;border:1px solid var(--card-border);box-shadow:var(--shadow-soft);background:#ffffffe6;padding:28px 30px;text-align:center}.access-card input,.manage-page input,.manage-page select,.manage-page textarea,.manage-login-card input{width:100%;margin-top:8px;border:1px solid rgba(100,122,148,.35);border-radius:10px;background:#fffffff2;padding:10px 12px}.access-card button{margin-top:12px}.small-login-link{display:inline-block;margin-top:12px;font-size:13px;color:var(--text-secondary)}.error-text,.err,.error-block{color:var(--danger);margin-top:10px}.ok{color:#0b8d4f}.brand-header{display:flex;align-items:center;gap:14px;height:100%}.brand-icon{width:52px;height:52px;border-radius:15px;background:linear-gradient(145deg,#1d88e5,#45b0f8);color:#fff;font-size:22px;font-weight:700;display:grid;place-items:center;box-shadow:0 8px 20px #1d88e540}.brand-icon svg{width:24px;height:24px}.brand-kicker{margin:0 0 4px;color:#6f8ba6;font-size:11px;letter-spacing:.14em;font-weight:600}.brand-main h2{margin:0;font-size:21px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.brand-slogan{margin:6px 0 0;color:var(--text-secondary);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.time-widget{display:flex;justify-content:flex-start;align-items:flex-end;height:100%;padding-top:4px}.time-widget-text{width:min(224px,100%);display:flex;flex-direction:column;align-items:flex-start;text-align:left;gap:3px}.time-widget .line-date,.time-widget .line-week{margin:0;color:var(--text-secondary);letter-spacing:.03em;font-size:13px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.time-widget .line-week.is-hidden-line{color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none}.time-widget .line-time{margin:0;font-size:30px;font-weight:700;letter-spacing:.03em;color:#163556}.countdown-card{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:6px}.countdown-label{margin:0;color:#6f8ba6;font-size:12px;letter-spacing:.08em}.countdown-name{margin:0;color:var(--text-secondary);font-size:14px;width:100%;max-width:14em;line-height:1.35;min-height:2.7em;white-space:normal;overflow-wrap:anywhere;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.countdown-value-wrap{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;min-height:44px}.countdown-value{margin:0;font-size:30px;font-weight:700;color:#17395f;min-width:4ch;line-height:1.1;font-variant-numeric:tabular-nums}.countdown-day-watermark{font-size:11px;letter-spacing:.1em;color:#17395f4d;text-transform:uppercase;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.search-hub-card{display:flex;flex-direction:column;gap:12px;justify-content:flex-start}.search-hub-header h3{margin:0;font-size:29px;line-height:1.06;letter-spacing:-.01em;color:#19395c}.search-hub-header p{margin:6px 0 0;color:#55718f;font-size:13px;line-height:1.45}.search-hub-helper-line{margin:6px 0 0;display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#55718f;font-size:13px;line-height:1.45}.search-hub-helper-text{display:inline-flex;align-items:center}.search-hub-helper-hints{display:inline-flex;align-items:center;flex-wrap:wrap;gap:7px}.search-hint-pill{display:inline-flex;align-items:center;border:1px solid rgba(109,146,186,.28);border-radius:999px;background:#f4fafff0;color:#4b6887;font-size:12px;line-height:1.2;padding:5px 11px;transition:border-color .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.search-hub-helper-line.is-keyword-active .search-hint-pill{border-color:#1d88e585;background:linear-gradient(180deg,#e3f3fffa,#d1e9ffeb);color:#0f5ea4;font-weight:700;box-shadow:0 8px 18px #1d88e529;transform:translateY(-1px)}.search-hub-body{display:grid;grid-template-columns:minmax(0,1fr) minmax(312px,344px);gap:12px;align-items:start}.search-main{min-width:0;display:grid;gap:11px}.search-input-wrap input{width:100%;min-height:54px;border-radius:14px;border:1px solid rgba(119,152,189,.35);background:#fffffff5;padding:0 18px;font-size:16px;color:#21394f;box-shadow:inset 0 1px #ffffffb8,0 8px 16px #27406114}.search-input-wrap input:focus{outline:none;border-color:#1d88e58a;box-shadow:0 0 0 3px #1d88e51f,0 10px 18px #2740611a}.search-actions{align-self:start;border-radius:14px;border:1px solid rgba(126,157,190,.24);background:#f5fbffbf;padding:12px 12px 14px;display:flex;flex-direction:column;justify-content:flex-start;gap:10px}.search-action-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.search-action-btn{width:100%;display:inline-flex;align-items:center;justify-content:center;min-height:40px;border-radius:11px;border:1px solid rgba(103,136,171,.38);background:#fffffffa;color:#265681;font-size:13px;font-weight:650;letter-spacing:.01em;padding:0 11px}.search-action-btn.is-primary{border-color:#1d88e585;background:linear-gradient(180deg,#e0f2fff5,#cfe8ffe6);color:#0f5fa5}.search-action-btn:hover{transform:translateY(-1px);box-shadow:0 10px 18px #1d88e529}.search-action-btn:focus-visible{outline:2px solid rgba(29,136,229,.28);outline-offset:1px}.shortcut-links-card{display:flex;flex-direction:column;gap:12px}.shortcut-links-card .card-toolbar{flex-wrap:wrap}.shortcut-header h3{margin:0;font-size:19px}.shortcut-header p{margin:3px 0 0;color:var(--text-secondary);font-size:13px}.shortcut-tabs{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.shortcut-tabs button{display:inline-flex;align-items:center;gap:8px;border-radius:999px;border:1px solid rgba(129,153,185,.32);background:#f6fafff0;color:var(--text-secondary);padding:6px 12px;font-size:12px}.shortcut-tabs button small{border-radius:999px;padding:1px 6px;background:#6f8ba624;color:#5f748a;font-size:11px}.shortcut-tabs button.active{color:#153960;border-color:#406ead70;box-shadow:0 6px 14px #2642661f;background:#eaf4fff5}.shortcut-tabs button.active small{background:#1d88e52e;color:#1f6298}.shortcut-empty{color:var(--text-secondary);font-size:13px;border:1px dashed rgba(132,157,185,.3);background:#f7fbffdb;border-radius:12px;padding:14px 12px}.shortcut-empty p{margin:0}.shortcut-empty p+p{margin-top:6px}.shortcut-empty-overlay-icon{width:30px;height:30px;border-radius:999px;display:grid;place-items:center;background:#f7fcfff2;color:#1b568a;font-size:18px;line-height:1;box-shadow:0 8px 16px #102d493d}.shortcut-empty-overlay-text{font-size:13px;font-weight:600}.shortcut-empty-action{margin-top:8px;min-height:34px;border-radius:10px;border:1px solid rgba(116,147,180,.4);background:#ecf6ffe6;color:#2b5c8a;font-size:13px;font-weight:600;padding:0 12px;cursor:pointer}.shortcut-empty-action:hover{border-color:#1d88e58f;box-shadow:0 8px 14px #1d88e524}.shortcut-list{display:grid;gap:9px;overflow:auto;padding-right:3px}.shortcut-list::-webkit-scrollbar{width:7px}.shortcut-list::-webkit-scrollbar-thumb{background:#425c7b3d;border-radius:8px}.shortcut-width-2{grid-template-columns:1fr}.shortcut-width-4,.shortcut-width-6{grid-template-columns:repeat(2,minmax(0,1fr))}.shortcut-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:11px;border-radius:14px;border:1px solid rgba(129,153,185,.2);padding:11px;background:var(--surface-1);position:relative;min-height:40px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.shortcut-card.has-accent{background:linear-gradient(180deg,var(--accent-bg, rgba(110, 168, 254, .2)),rgba(255,255,255,.96));border-color:var(--accent-border, rgba(110, 168, 254, .42))}.shortcut-card:hover{transform:translateY(-2px);border-color:#6786a957;box-shadow:0 12px 22px #26426624}.shortcut-card.has-accent:hover{background:linear-gradient(180deg,var(--accent-bg-strong, rgba(110, 168, 254, .3)),rgba(255,255,255,.98));border-color:var(--accent-border, rgba(110, 168, 254, .56))}.shortcut-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;color:#fff;font-weight:700;overflow:hidden}.shortcut-icon img{width:18px;height:18px;-o-object-fit:contain;object-fit:contain}.shortcut-body{min-width:0;position:relative;z-index:2}.shortcut-body h4,.shortcut-body p{margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shortcut-body h4{font-size:14px;color:#1e3e61}.shortcut-url,.shortcut-desc{color:var(--text-secondary);font-size:12px}.shortcut-card.is-manageable{cursor:grab}.shortcut-card.is-manageable:active{cursor:grabbing}.shortcut-card-add{border-style:dashed;border-color:#6887a85c;background:linear-gradient(180deg,#f5fbfff0,#edf7ffeb);cursor:pointer}.shortcut-card-add .shortcut-icon{box-shadow:0 10px 18px #2e609233}.shortcut-card-add .shortcut-body h4{color:#29557f}.shortcut-site-hover-overlay{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:linear-gradient(180deg,#122d4914,#122d4929);display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#f4fbff;opacity:0;pointer-events:none;transition:opacity .16s ease,box-shadow .16s ease;z-index:4}.shortcut-card.is-manageable:hover .shortcut-site-hover-overlay,.shortcut-card.is-manageable:focus-within .shortcut-site-hover-overlay{opacity:1;box-shadow:inset 0 0 0 1px #d9e9f873}.shortcut-site-hover-overlay-add{flex-direction:column;gap:8px}.shortcut-site-hover-actions{display:flex;align-items:center;gap:10px;pointer-events:auto}.shortcut-site-action-btn{width:36px;height:36px;min-height:36px;border-radius:999px;border:1px solid rgba(207,226,245,.55);background:#f7fcfff2;color:#1b568a;display:inline-flex;align-items:center;justify-content:center;font-size:21px;line-height:1;box-shadow:0 8px 16px #102d493d;cursor:pointer;pointer-events:auto}.shortcut-site-action-btn svg{width:30px;height:30px}.shortcut-site-action-btn:hover{transform:translateY(-1px)}.shortcut-site-action-btn.danger{color:#9a2e2e;border-color:#eec9c9ad;background:#fff6f6f2}.shortcut-card-title-only .shortcut-card{min-height:40px}.shortcut-card-full .shortcut-card{grid-template-columns:auto 1fr;align-items:center;gap:13px;padding:12px 14px;min-height:108px;max-height:116px}.shortcut-card-text-with-desc .shortcut-card{min-height:78px;height:78px;max-height:78px;align-items:center;padding:10px 13px}.shortcut-card-full.shortcut-width-6 .shortcut-card,.shortcut-card-full.shortcut-width-4 .shortcut-card{min-height:108px;max-height:116px}.shortcut-width-2.shortcut-card-text-simple .shortcut-card{min-height:64px;align-items:center}.shortcut-card-full .shortcut-icon{width:38px;height:38px;border-radius:12px}.shortcut-card-full .shortcut-body{display:grid;align-content:center;gap:4px;height:100%}.shortcut-card-full .shortcut-body h4{font-size:15px;line-height:1.3}.shortcut-card-full .shortcut-url{font-size:12px;line-height:1.35}.shortcut-card-full .shortcut-desc{white-space:normal;overflow:hidden;text-overflow:clip;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;min-height:2.7em}.shortcut-card-text-simple .shortcut-desc{display:none}.manage-login-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.manage-login-card{width:min(440px,100%);border-radius:20px;background:#ffffffe6;border:1px solid var(--card-border);box-shadow:0 20px 40px #2642661f;padding:24px}.manage-login-card h1{margin:0}.manage-login-card p{color:var(--text-secondary)}.manage-login-card label{display:block;margin-top:10px}.manage-login-card button{margin-top:12px}.manage-page{max-width:1240px;margin:0 auto;padding:24px 22px 30px}.manage-shell{min-height:100vh;padding:24px}.manage-shell-topbar{max-width:100%;margin:0 auto 16px;display:flex;justify-content:space-between;align-items:center;gap:14px;padding:0 4px}.manage-shell-topbar h1{margin:0}.manage-shell-topbar p{margin:4px 0 0;color:var(--text-secondary)}.manage-shell-body{max-width:100%;margin:0 auto;display:grid;grid-template-columns:252px minmax(0,1fr);gap:16px;align-items:start}.manage-sidebar{position:sticky;top:16px;border:1px solid var(--card-border);border-radius:18px;background:#fffffff0;box-shadow:0 10px 24px #26426614;padding:14px;display:grid;gap:12px}.manage-sidebar-domain h2{margin:0 0 6px;font-size:15px}.manage-sidebar-domain select,.manage-sidebar-domain button{width:100%}.manage-sidebar-domain button{margin-top:8px}.manage-sidebar-nav{display:grid;gap:8px}.manage-sidebar-link{display:block;text-decoration:none;border:1px solid rgba(120,142,169,.28);border-radius:11px;padding:11px 12px;background:#f9fcfff0;color:#244766;transition:all .18s ease}.manage-sidebar-link:hover{border-color:#1d88e561;box-shadow:0 7px 16px #1d88e51a}.manage-sidebar-link.active{border-color:#1d88e575;background:#e8f4ffe6;box-shadow:0 8px 20px #1d88e524}.manage-main-content{min-width:0;display:grid;gap:16px}.manage-topbar{display:flex;justify-content:space-between;align-items:center;gap:14px}.manage-topbar h1{margin:0}.manage-topbar p{margin:4px 0 0;color:var(--text-secondary)}.manage-card,.flash-panel{margin-top:0;background:#ffffffeb;border-radius:20px;border:1px solid var(--card-border);box-shadow:0 12px 24px #26426614;padding:22px}.manage-card h2{margin:0 0 8px}.manage-module-card{margin-top:0}.manage-main-content .manage-card+.manage-card{margin-top:0}.manage-module-heading{background:#ffffffe0}.manage-note{margin:0 0 14px;font-size:13px;line-height:1.55;color:var(--text-secondary)}.manage-actions{margin-top:10px;display:flex;gap:8px;flex-wrap:wrap}.grid-form{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:12px}.inline-row{display:flex;gap:8px;align-items:center;margin-bottom:12px}.inline-check{display:flex;align-items:center;gap:8px}.inline-check input{width:auto;margin:0}.component-editor{border:1px solid rgba(120,142,169,.26);border-radius:14px;padding:14px;margin-bottom:10px;background:var(--surface-2)}.component-editor header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.component-field{display:block;margin-bottom:8px}.component-field:last-of-type{margin-bottom:0}.component-editor textarea{min-height:90px;resize:vertical}.component-editor-actions{margin-top:10px;display:flex;justify-content:flex-start}.editor-topbar{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.editor-shell-wrap{overflow-x:auto;padding-bottom:6px}.editor-shell{display:grid;grid-template-columns:220px minmax(1240px,1fr) 360px;gap:12px;align-items:start;min-width:1844px}.editor-component-list,.editor-palette-panel,.editor-layout-panel,.editor-settings-panel{border:1px solid rgba(120,142,169,.26);border-radius:16px;padding:14px;background:#ffffffdb}.editor-component-list h3,.editor-palette-panel h3,.editor-layout-panel h3,.editor-settings-panel h3{margin:0 0 10px}.editor-component-list{display:grid;gap:8px;max-height:820px;overflow:auto}.editor-palette-panel{display:grid;gap:10px;align-content:start;position:static;top:auto;max-height:none;overflow:visible}.palette-item{border:1px solid rgba(120,142,169,.3);border-radius:13px;background:#f8fcfff0;padding:12px;cursor:grab;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.palette-item:active{cursor:grabbing}.palette-item:hover{border-color:#1d88e557;box-shadow:0 8px 18px #1d88e51f;transform:translateY(-1px)}.palette-item header{display:flex;justify-content:space-between;align-items:center;gap:8px}.palette-item small{color:var(--text-secondary);font-size:11px}.palette-item p{margin:4px 0 0;color:var(--text-secondary);font-size:12px}.editor-layout-panel{min-width:1240px}.editor-layout-panel>h3{margin-bottom:12px}.editor-settings-panel{position:static;top:auto;max-height:none;overflow:visible}.editor-component-item{width:100%;border:1px solid rgba(120,142,169,.28);border-radius:10px;background:#f9fcfff5;padding:10px;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;text-align:left}.editor-component-item p{margin:4px 0 0;color:var(--text-secondary);font-size:12px}.editor-component-item small{color:var(--text-secondary);font-size:12px}.editor-component-item.active{border-color:#1d88e575;box-shadow:0 8px 20px #1d88e524}.editor-component-item.inactive{opacity:.68}.layout-editor-toolbar{display:flex;gap:8px;align-items:center;margin-bottom:10px}.layout-editor-toolbar button.active{border-color:#1d88e573;box-shadow:0 8px 18px #1d88e524}.layout-error{margin:0 0 8px;color:var(--danger);font-size:13px}.layout-canvas-scroll{overflow:auto;border:1px solid rgba(120,142,169,.26);border-radius:12px;background:#ffffffb3}.layout-canvas{width:1240px;min-height:680px;position:relative;background-image:linear-gradient(to right,rgba(118,141,166,.16) 1px,transparent 1px),linear-gradient(to bottom,rgba(118,141,166,.16) 1px,transparent 1px);background-size:77.5px 77.5px}.layout-drop-zone.is-palette-dragging{outline:2px dashed rgba(29,136,229,.26);outline-offset:-2px}.layout-item{position:absolute;border:1px solid rgba(120,142,169,.38);border-radius:10px;background:#fffffff0;padding:9px;cursor:move;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;gap:4px}.layout-item.selected{border-color:#1d88e59e;box-shadow:0 10px 22px #1d88e529}.layout-item.inactive{opacity:.72}.layout-item p{margin:0;font-size:12px;color:var(--text-secondary)}.layout-item header{display:flex;align-items:center;justify-content:space-between}.layout-item header span{font-size:11px;color:var(--text-secondary)}.layout-resize-handle{position:absolute;right:4px;bottom:4px;width:24px;height:24px;padding:0;font-size:12px;cursor:nwse-resize}.layout-drop-preview{position:absolute;border:1px dashed;border-radius:10px;pointer-events:none;z-index:1}.layout-drop-preview.valid{border-color:#20a45eb8;background:#20a45e1f}.layout-drop-preview.invalid{border-color:#c43e2fb8;background:#c43e2f1f}.mobile-layout-wrap{display:grid;grid-template-columns:1fr 1fr;gap:12px}.mobile-layout-list{display:grid;gap:8px}.mobile-layout-item{border:1px solid rgba(120,142,169,.26);border-radius:10px;padding:10px;background:#ffffffeb}.mobile-layout-item.selected{border-color:#1d88e575;box-shadow:0 8px 18px #1d88e51f}.mobile-layout-item header{margin-bottom:6px}.mobile-layout-item label{display:block;margin-bottom:6px}.mobile-layout-preview{border:1px solid rgba(120,142,169,.26);border-radius:10px;padding:10px;background:#ffffffeb}.mobile-layout-preview h3{margin:0 0 8px}.mobile-layout-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:48px;gap:8px}.mobile-preview-item{border:1px dashed rgba(118,141,166,.4);border-radius:8px;padding:6px;font-size:12px;display:flex;justify-content:space-between;align-items:center;background:#fafcfff2}.mobile-preview-item small{color:var(--text-secondary)}.editor-settings-panel .component-field{display:block;margin-bottom:8px}.manage-debug-json{margin-top:10px;border-top:1px dashed rgba(120,142,169,.35);padding-top:10px}.manage-debug-json summary{cursor:pointer;color:var(--text-secondary);font-size:13px;margin-bottom:8px}.manage-debug-json textarea{min-height:90px;resize:vertical}.danger{color:var(--danger)!important;border-color:#c43e2f4d!important}.simple-table{width:100%;border-collapse:collapse}.simple-table th,.simple-table td{text-align:left;padding:11px 8px;border-bottom:1px solid rgba(138,159,183,.28);font-size:13px}.log-grid{display:grid;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}@media(max-width:1180px)and (min-width:901px){.workbench-page{padding:20px 12px 30px}.workbench-topbar{margin-bottom:12px;padding:14px 16px;border-radius:18px}.topbar-title h1{font-size:clamp(24px,3.3vw,32px)}.topbar-subtitle{margin-top:6px;font-size:13px}.workbench-grid{border-radius:22px;padding:6px}.workbench-grid:before{top:6px;right:6px;bottom:6px;left:6px;border-radius:18px}.workbench-grid:not(.mobile) .workbench-cell{padding:6px}.workbench-page .glass-card{border-radius:18px;padding:16px}.brand-header{gap:11px}.brand-icon{width:44px;height:44px;border-radius:13px}.brand-main h2{font-size:18px}.brand-slogan{margin-top:4px;font-size:12px}.time-widget .line-date,.time-widget .line-week{font-size:12px}.time-widget .line-time{font-size:24px}.countdown-name{font-size:13px;max-width:100%;min-height:2.5em}.countdown-value-wrap{min-height:40px}.countdown-value{font-size:26px}.countdown-day-watermark{font-size:10px}}@media(max-width:900px){.manage-shell{padding:12px}.manage-shell-body{grid-template-columns:1fr}.manage-sidebar{position:static}.workbench-page{padding:14px 12px 30px}.workbench-topbar{margin-bottom:10px;padding:14px 14px 12px;border-radius:18px;flex-direction:column;align-items:flex-start;gap:10px}.topbar-title h1{font-size:24px}.topbar-actions{width:100%;justify-content:space-between;flex-wrap:wrap}.search-hub-body{grid-template-columns:1fr;gap:10px}.search-actions{padding:8px}.search-action-btn{min-height:38px;font-size:13px}.search-hub-helper-hints{display:none}.shortcut-width-4,.shortcut-width-6,.grid-form,.log-grid,.mobile-layout-wrap{grid-template-columns:1fr}.editor-shell{grid-template-columns:1fr;min-width:0}.editor-layout-panel{min-width:0}.editor-settings-panel{position:static;max-height:none}.searchhub-editor-grid,.shortcutlinks-style-grid{grid-template-columns:1fr}}.manage-shell{--manage-border: rgba(170, 193, 219, .42);--manage-border-strong: rgba(113, 147, 181, .45);--manage-surface: rgba(255, 255, 255, .95);--manage-surface-muted: rgba(247, 251, 255, .95);--manage-shadow: 0 14px 30px rgba(37, 64, 100, .09);--manage-shadow-hover: 0 20px 36px rgba(37, 64, 100, .13);--manage-focus-ring: 0 0 0 4px rgba(29, 136, 229, .13);padding:30px clamp(16px,3.2vw,42px) 38px}.manage-shell-topbar{margin-bottom:20px;padding:14px 16px;border:1px solid var(--manage-border);border-radius:18px;background:#ffffffe6;box-shadow:0 10px 22px #25406412}.manage-shell-topbar h1{font-size:24px;letter-spacing:.01em}.manage-shell-topbar p{font-size:13px}.manage-shell-body{grid-template-columns:minmax(240px,276px) minmax(0,1fr);gap:22px}.manage-sidebar{top:12px;padding:16px;gap:14px;border-radius:20px;border-color:var(--manage-border);background:#fffffff2;box-shadow:var(--manage-shadow)}.manage-sidebar-domain{display:grid;gap:8px}.manage-sidebar-domain h2{margin:0;font-size:14px;color:#335170}.manage-sidebar-nav{gap:10px}.manage-sidebar-link{position:relative;border-radius:13px;border-color:#88a6c65c;background:#fbfefff7;padding:12px 13px;font-weight:600;font-size:14px;color:#2f4d6a}.manage-sidebar-link:hover{transform:translateY(-1px);border-color:#1d88e56b}.manage-sidebar-link.active{padding-left:18px;border-color:#1d88e580;background:linear-gradient(135deg,#e8f4fff0,#f4faffeb)}.manage-sidebar-link.active:before{content:"";position:absolute;left:8px;top:10px;bottom:10px;width:3px;border-radius:999px;background:#1d88e5d1}.manage-main-content{gap:20px;align-content:start}.manage-card,.flash-panel{border-radius:22px;border:1px solid var(--manage-border);background:var(--manage-surface);box-shadow:var(--manage-shadow);padding:24px 26px}.manage-card h2{margin:0 0 10px;font-size:20px;letter-spacing:.01em}.manage-module-heading{padding:18px 22px;background:linear-gradient(130deg,#fffffff2,#f5fbffeb)}.manage-module-heading h2{margin-bottom:6px}.manage-note{margin-bottom:16px;font-size:13px;line-height:1.65;color:#5f748a}.manage-actions{margin-top:14px;gap:10px}.grid-form{gap:14px 16px;margin-bottom:14px}.field-group{display:grid;gap:7px;font-size:13px;color:#4f6680;line-height:1.4}.manage-shell input:not([type=checkbox]):not([type=radio]),.manage-shell select,.manage-shell textarea,.manage-login-card input{width:100%;min-height:42px;border-radius:12px;border:1px solid rgba(128,156,188,.4);background:#fffffffa;padding:10px 12px;color:#1f3650;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.manage-shell input[type=date]{padding-right:10px}.manage-shell textarea{min-height:100px;resize:vertical}.manage-shell input::-moz-placeholder,.manage-shell textarea::-moz-placeholder,.manage-login-card input::-moz-placeholder{color:#89a1b8}.manage-shell input::placeholder,.manage-shell textarea::placeholder,.manage-login-card input::placeholder{color:#89a1b8}.manage-shell input:not([type=checkbox]):not([type=radio]):focus,.manage-shell select:focus,.manage-shell textarea:focus,.manage-login-card input:focus{outline:none;border-color:#1d88e58f;box-shadow:var(--manage-focus-ring);background:#fff}.manage-shell select{padding-right:34px;background-image:linear-gradient(45deg,transparent 50%,#6c8baa 50%),linear-gradient(135deg,#6c8baa 50%,transparent 50%);background-position:calc(100% - 18px) 18px,calc(100% - 13px) 18px;background-size:5px 5px,5px 5px;background-repeat:no-repeat;-webkit-appearance:none;-moz-appearance:none;appearance:none}.inline-check{min-height:42px;margin-bottom:0;border:1px solid rgba(128,156,188,.34);border-radius:12px;background:var(--manage-surface-muted);padding:10px 12px;font-size:13px;color:#38536f}.inline-check input{width:16px;height:16px;accent-color:#1d88e5}.manage-shell button,.manage-login-card button{min-height:40px;border-radius:12px;border:1px solid rgba(125,154,185,.44);padding:0 14px;font-size:13px;font-weight:600;letter-spacing:.01em;background:#fffffffa;color:#2c4b67;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease}.manage-shell button:hover:not(:disabled),.manage-login-card button:hover:not(:disabled){transform:translateY(-1px);border-color:#4978ab8f;box-shadow:0 8px 18px #2540641f}.manage-shell button:focus-visible,.manage-login-card button:focus-visible{outline:none;box-shadow:var(--manage-focus-ring)}.manage-shell button:disabled,.manage-login-card button:disabled{cursor:not-allowed;opacity:.52;transform:none;box-shadow:none}.manage-shell .btn-primary,.manage-login-card .btn-primary{border-color:#1871bcdb;background:linear-gradient(135deg,#1d88e5,#3598ef);color:#fff}.manage-shell .btn-primary:hover:not(:disabled),.manage-login-card .btn-primary:hover:not(:disabled){border-color:#135a95e6;box-shadow:0 10px 20px #1d88e547}.manage-shell .btn-secondary,.manage-login-card .btn-secondary{border-color:#6c92b785;background:#f8fcfffa;color:#2d567d}.manage-shell .btn-ghost,.manage-login-card .btn-ghost{border-color:#809cbc52;background:#f6faffcc;color:#4c6885}.manage-shell .btn-danger,.manage-login-card .btn-danger,.manage-shell .danger{border-color:#be4e4380!important;background:#fbefedf2!important;color:#ac3224!important}.manage-shell .btn-danger:hover:not(:disabled),.manage-login-card .btn-danger:hover:not(:disabled),.manage-shell .danger:hover:not(:disabled){border-color:#ae3b2ead!important;box-shadow:0 8px 18px #ae3b2e2e!important}.flash-panel{padding:14px 16px}.flash-panel p{margin:0;font-size:13px;line-height:1.5}.flash-panel p+p{margin-top:6px}.table-wrap{border:1px solid rgba(136,166,198,.33);border-radius:14px;overflow:auto;background:#fcfefffa}.simple-table{min-width:620px}.simple-table th,.simple-table td{padding:12px 13px;border-bottom-color:#88a6c647}.simple-table th{background:#f1f8ffd1;color:#4a6380;font-size:12px;letter-spacing:.04em;text-transform:uppercase;font-weight:700}.simple-table td{color:#304f6b;background:#ffffffb3}.simple-table tbody tr:hover td{background:#eff8ffd1}.simple-table td .btn,.simple-table td button{min-height:34px;padding:0 12px}.domain-ops-table{min-width:1180px}.status-pill{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;border:1px solid rgba(126,154,185,.42);background:#f4f8fdeb;color:#4c6884;font-size:12px;font-weight:600;line-height:1;white-space:nowrap}.status-pill.is-success{border-color:#34a87561;background:#e8f8f0f5;color:#24784e}.status-pill.is-warning{border-color:#bf8d3357;background:#fff5e1f5;color:#966714}.status-pill.is-danger{border-color:#bf4e425c;background:#fbece9f5;color:#a8392b}.status-pill.is-info{border-color:#4180cc5c;background:#e5f1fff5;color:#2c679e}.domain-ops-actions{display:flex;gap:8px;flex-wrap:wrap}.domain-ops-error-cell{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.log-grid{gap:14px}.log-card{border:1px solid rgba(136,166,198,.3);border-radius:14px;background:#f7fcffeb;padding:14px}.log-card h3{margin:0 0 8px;font-size:15px;color:#2f4d69}.log-card p{margin:0;color:#4f6782}.editor-topbar{margin-bottom:16px;align-items:center}.layout-editor-toolbar{margin-bottom:0;gap:10px}.layout-editor-toolbar button{min-height:38px}.layout-editor-toolbar button.active{color:#fff;border-color:#1667abe6;background:linear-gradient(135deg,#1d88e5,#3598ef);box-shadow:0 10px 20px #1d88e53d}.editor-shell{grid-template-columns:230px minmax(1240px,1fr) 360px;gap:16px;min-width:1862px}.editor-palette-panel,.editor-layout-panel,.editor-settings-panel{border-color:var(--manage-border-strong);border-radius:18px;background:#ffffffed;box-shadow:0 10px 22px #25406412;padding:16px}.editor-palette-panel h3,.editor-layout-panel h3,.editor-settings-panel h3{margin-bottom:12px;font-size:16px;color:#2f4e6c}.editor-palette-panel{gap:12px;max-height:none;overflow:visible}.palette-item{border-radius:14px;padding:13px 12px}.palette-item strong{font-size:14px;color:#2b4f74}.palette-item p{margin-top:6px}.editor-layout-panel{background:linear-gradient(180deg,#fcfffff2,#f5fafff0)}.layout-canvas-scroll{border-radius:16px;border-color:#84a4c566;background:#ffffffdb;padding:12px}.layout-canvas{min-height:720px;border-radius:12px;box-shadow:inset 0 0 0 1px #97b6d452}.layout-item{border-radius:12px;border-color:#7294b76b;background:#fffffff2;box-shadow:0 8px 16px #25406414}.layout-item header strong{font-size:12px;color:#27496d}.layout-item p{font-size:11px}.layout-item.selected{border-color:#1d88e5b8;box-shadow:0 12px 22px #1d88e533}.layout-resize-handle{width:22px;height:22px;min-height:22px;padding:0;border-radius:8px;background:#eff7fff2;color:#2f597f}.layout-drop-preview{border-radius:12px}.mobile-layout-wrap{gap:14px}.mobile-layout-item,.mobile-layout-preview{border-radius:14px;border-color:#84a4c55c;padding:12px}.mobile-layout-item header strong{font-size:13px;color:#2f4d69}.mobile-layout-item small{color:#5f748a}.mobile-preview-item{border-radius:10px}.editor-settings-panel{max-height:none;overflow:visible}.editor-settings-panel .manage-actions{margin-top:2px}.editor-settings-panel .component-field{display:grid;gap:6px;margin-bottom:10px;color:#48637e;font-size:13px}.editor-settings-panel .inline-check{margin-bottom:10px}.component-editor-actions{margin-top:14px}.component-editor-actions button{width:100%}.manage-debug-json{margin-top:14px;padding-top:12px}.manage-debug-json summary{font-weight:600;color:#4f6782}.manage-debug-json textarea{min-height:120px}.manage-login-card{border-radius:22px;border-color:#aac1db70;box-shadow:0 18px 34px #25406424;padding:28px 26px}.manage-login-card h1{font-size:26px}.manage-login-card p{margin:8px 0 14px;line-height:1.6}.manage-login-card label{display:grid;gap:6px;margin-top:0;margin-bottom:10px;color:#4f6680;font-size:13px}.manage-login-card button{width:100%;margin-top:8px}@media(max-width:1600px){.editor-shell{grid-template-columns:220px minmax(1240px,1fr) 340px;min-width:1832px}}@media(max-width:1200px){.manage-shell{padding:18px 14px 28px}.manage-shell-topbar{padding:12px}.manage-shell-body{gap:14px;grid-template-columns:1fr}.manage-sidebar{position:static}.manage-sidebar-nav{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.manage-shell-topbar{flex-direction:column;align-items:flex-start}.manage-shell-topbar form,.manage-shell-topbar form button{width:100%}.manage-sidebar-nav{grid-template-columns:1fr}.manage-card,.flash-panel{padding:18px 16px;border-radius:18px}.grid-form{grid-template-columns:1fr}.editor-shell{grid-template-columns:1fr;min-width:0}.editor-palette-panel,.editor-layout-panel,.editor-settings-panel{position:static;max-height:none}.editor-layout-panel{min-width:0}.layout-canvas-scroll{padding:8px}}.editor-shell-wrap.is-desktop-mode{overflow-y:visible}.editor-shell-wrap.is-desktop-mode .editor-palette-panel,.editor-shell-wrap.is-desktop-mode .editor-settings-panel{position:static;max-height:none;overflow:visible}.editor-shell-wrap.is-desktop-mode .layout-canvas-scroll{overflow-x:auto;overflow-y:visible}.layout-canvas.is-component-dragging{outline:2px dashed rgba(29,136,229,.16);outline-offset:-2px}.layout-canvas.is-component-dragging.is-component-drag-invalid{outline-color:#c43e2f4d}.layout-canvas{isolation:isolate}.layout-item{overflow:hidden;z-index:8;--layout-item-inset: 8px;transition:box-shadow .16s ease,transform .16s ease,border-color .16s ease;padding:0;border:0;background:transparent;box-shadow:none}.layout-canvas.is-component-dragging .layout-item:not(.dragging){z-index:4}.layout-item.dragging{z-index:260;transform:translateY(-6px) scale(1.018);box-shadow:0 30px 44px #2540644d,0 0 0 1px #ffffff8f inset}.layout-item.is-brand-header.dragging,.layout-item.is-brand-header.dragging *,.layout-item.is-countdown-card.dragging,.layout-item.is-countdown-card.dragging *,.layout-item.is-time-widget.dragging,.layout-item.is-time-widget.dragging *,.layout-item.is-search-hub.dragging,.layout-item.is-search-hub.dragging *{cursor:move!important}.layout-item.dragging.drag-invalid{box-shadow:0 20px 34px #c43e2f38}.layout-drop-preview{z-index:220;border-width:2px;border-style:dashed;box-shadow:0 20px 34px #25406433;transform:translateY(-4px) scale(1.01)}.layout-drop-preview.insert.valid{border-color:#20a45ed6;background:linear-gradient(180deg,#20a45e29,#20a45e1a);box-shadow:0 24px 36px #20a45e38,0 0 0 1px #d0f0de80 inset}.layout-item-render{position:absolute;inset:var(--layout-item-inset)}.layout-item-render>section.glass-card{height:100%}.layout-item.is-countdown-card .countdown-label{margin:0;color:#6f8ba6;font-size:12px;letter-spacing:.08em}.layout-item.is-countdown-card .countdown-name{margin:0;color:var(--text-secondary);font-size:14px;width:100%;max-width:14em;line-height:1.35;min-height:2.7em;white-space:normal;overflow-wrap:anywhere;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.layout-item.is-countdown-card .countdown-value-wrap{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;min-height:44px}.layout-item.is-countdown-card .countdown-value{margin:0;font-size:30px;font-weight:700;color:#17395f;min-width:4ch;line-height:1.1;font-variant-numeric:tabular-nums}.layout-item.is-countdown-card .countdown-day-watermark{font-size:11px;letter-spacing:.1em;color:#17395f4d;text-transform:uppercase;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media(max-width:1180px)and (min-width:901px){.layout-item.is-countdown-card .countdown-name{font-size:13px;max-width:100%;min-height:2.5em}.layout-item.is-countdown-card .countdown-value-wrap{min-height:40px}.layout-item.is-countdown-card .countdown-value{font-size:26px}.layout-item.is-countdown-card .countdown-day-watermark{font-size:10px}}.layout-item-overlay{position:absolute;inset:var(--layout-item-inset);pointer-events:none;border-radius:14px;border:2px solid transparent;transition:border-color .16s ease,box-shadow .16s ease}.layout-item:hover .layout-item-overlay{border-color:#1d88e52e}.layout-item.selected .layout-item-overlay{border-color:#1d88e594;box-shadow:0 0 0 2px #1d88e524 inset}.layout-item.dragging.drag-invalid .layout-item-overlay{border-color:#c43e2f94}.layout-brandheader-edit-overlay{position:absolute;inset:var(--layout-item-inset);z-index:11;border:0;border-radius:14px;background:transparent;opacity:0;cursor:grab;display:grid;place-items:center;transition:opacity .16s ease,background-color .16s ease,box-shadow .16s ease}.layout-brandheader-edit-overlay:hover{opacity:1;background:linear-gradient(180deg,#1b355329,#1b355338);box-shadow:inset 0 0 0 1px #e0edfb73}.layout-brandheader-edit-center{pointer-events:none;display:inline-flex;flex-direction:column;align-items:center;gap:10px}.layout-brandheader-edit-icon{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;font-style:normal;font-size:16px;font-weight:700;color:#0f3f67;background:#f7fcfff5;border:1px solid rgba(146,174,203,.54);box-shadow:0 10px 20px #1737573d}.layout-brandheader-edit-hint{font-style:normal;font-size:12px;line-height:1.25;color:#f6fbff;background:#112b45c7;border:1px solid rgba(210,229,248,.34);border-radius:999px;padding:4px 10px;letter-spacing:.03em;box-shadow:0 6px 14px #0c20353d}.layout-countdown-edit-overlay{position:absolute;inset:var(--layout-item-inset);z-index:11;border:0;border-radius:14px;background:transparent;opacity:0;cursor:pointer;display:grid;place-items:center;transition:opacity .16s ease,background-color .16s ease,box-shadow .16s ease}.layout-countdown-edit-overlay:hover{opacity:1;background:linear-gradient(180deg,#1b35531f,#1b355333);box-shadow:inset 0 0 0 1px #e0edfb66}.layout-countdown-edit-center{pointer-events:none;display:inline-flex;flex-direction:column;align-items:center;gap:10px}.layout-countdown-edit-icon{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;font-style:normal;font-size:16px;font-weight:700;color:#0f3f67;background:#f7fcfff5;border:1px solid rgba(146,174,203,.54);box-shadow:0 10px 20px #1737573d}.layout-countdown-edit-hint{font-style:normal;font-size:12px;line-height:1.25;color:#f6fbff;background:#112b45c7;border:1px solid rgba(210,229,248,.34);border-radius:999px;padding:4px 10px;letter-spacing:.03em;box-shadow:0 6px 14px #0c20353d}.layout-edit-regions{position:absolute;inset:var(--layout-item-inset);pointer-events:none}.layout-region-edit{position:absolute;pointer-events:auto;border:1px dashed transparent;border-radius:10px;background:transparent;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.layout-region-edit:hover{border-color:#1d88e58c;background:#1d88e514;box-shadow:inset 0 0 0 1px #ffffff59}.layout-region-edit-chip{position:absolute;top:6px;right:6px;width:18px;height:18px;border-radius:999px;display:grid;place-items:center;background:#124b7dd6;color:#f4fbff;opacity:0;transform:translateY(-2px);transition:opacity .14s ease,transform .14s ease}.layout-region-edit:hover .layout-region-edit-chip{opacity:1;transform:translateY(0)}.layout-region-edit-chip i{font-style:normal;font-size:11px;line-height:1}.layout-timewidget-edit-overlay{position:absolute;inset:var(--layout-item-inset);z-index:11;border:0;border-radius:14px;background:transparent;opacity:0;cursor:pointer;display:grid;place-items:center;transition:opacity .16s ease,background-color .16s ease,box-shadow .16s ease}.layout-timewidget-edit-overlay:hover{opacity:1;background:linear-gradient(180deg,#1b35531f,#1b355333);box-shadow:inset 0 0 0 1px #e0edfb66}.layout-timewidget-edit-center{pointer-events:none;display:inline-flex;flex-direction:column;align-items:center;gap:10px}.layout-timewidget-edit-icon{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;font-style:normal;font-size:16px;font-weight:700;color:#0f3f67;background:#f7fcfff5;border:1px solid rgba(146,174,203,.54);box-shadow:0 10px 20px #1737573d}.layout-timewidget-edit-hint{font-style:normal;font-size:12px;line-height:1.25;color:#f6fbff;background:#112b45c7;border:1px solid rgba(210,229,248,.34);border-radius:999px;padding:4px 10px;letter-spacing:.03em;box-shadow:0 6px 14px #0c20353d}.layout-searchhub-edit-overlay{position:absolute;inset:var(--layout-item-inset);z-index:11;border:0;border-radius:14px;background:transparent;opacity:0;cursor:pointer;display:grid;place-items:center;transition:opacity .16s ease,background-color .16s ease,box-shadow .16s ease}.layout-searchhub-edit-overlay:hover{opacity:1;background:linear-gradient(180deg,#1b35531f,#1b355333);box-shadow:inset 0 0 0 1px #e0edfb66}.layout-searchhub-edit-center{pointer-events:none;display:inline-flex;flex-direction:column;align-items:center;gap:10px}.layout-searchhub-edit-icon{width:38px;height:38px;border-radius:999px;display:grid;place-items:center;font-style:normal;font-size:16px;font-weight:700;color:#0f3f67;background:#f7fcfff5;border:1px solid rgba(146,174,203,.54);box-shadow:0 10px 20px #1737573d}.layout-searchhub-edit-hint{font-style:normal;font-size:12px;line-height:1.25;color:#f6fbff;background:#112b45c7;border:1px solid rgba(210,229,248,.34);border-radius:999px;padding:4px 10px;letter-spacing:.03em;box-shadow:0 6px 14px #0c20353d}.layout-shortcut-edit-button{position:absolute;top:calc(var(--layout-item-inset) + 10px);right:calc(var(--layout-item-inset) + 10px);z-index:16;min-height:30px;height:30px;padding:0 10px;border-radius:999px;border:1px solid rgba(124,154,186,.5);background:#ffffffed;color:#2f557b;display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;box-shadow:0 8px 14px #2038521f;opacity:.9}.layout-shortcut-edit-button.is-compact{top:calc(var(--layout-item-inset) + 10px);bottom:auto;min-height:34px;height:34px;width:34px;min-width:34px;padding:0;justify-content:center;border-radius:11px;opacity:.84}.layout-shortcut-edit-button:hover{border-color:#1d88e599;background:#ebf7fff5;color:#0f5fa5;box-shadow:0 10px 18px #1d88e533;opacity:1}.layout-shortcut-edit-button-icon{font-style:normal;font-size:13px;line-height:1}.layout-shortcut-edit-button-text{line-height:1}.timewidget-editor-modal{width:min(460px,92vw)}.timewidget-editor-section+.timewidget-editor-section{margin-top:10px}.timewidget-format-buttons{display:flex;gap:8px}.timewidget-format-buttons .btn{flex:1;min-height:38px}.timewidget-format-buttons .btn.active{border-color:#1d88e59e;background:#1d88e524;color:#114a7a;box-shadow:0 8px 16px #1d88e524}.searchhub-editor-modal{width:min(560px,94vw)}.searchhub-editor-section+.searchhub-editor-section{margin-top:8px}.searchhub-editor-section h4{margin:0 0 8px;font-size:14px;color:#2d4f6e}.searchhub-editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.searchhub-editor-tools{margin-top:10px}.searchhub-editor-tools .btn{width:100%}.searchhub-editor-actions{justify-content:flex-end}.shortcutlinks-editor-modal{width:min(460px,92vw)}.shortcutlinks-editor-section+.shortcutlinks-editor-section{margin-top:10px}.shortcutlinks-editor-field{margin-top:10px}.shortcutlinks-width-buttons{display:flex;gap:8px}.shortcutlinks-width-buttons .btn{flex:1;min-height:36px}.shortcutlinks-width-buttons .btn.active{border-color:#1d88e59e;background:#1d88e524;color:#114a7a;box-shadow:0 8px 16px #1d88e524}.shortcutlinks-style-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.shortcutlinks-style-option{position:relative;border:1px solid rgba(129,153,185,.36);border-radius:12px;background:#f8fcffeb;padding:9px 8px;display:grid;gap:8px;text-align:left;min-height:120px}.shortcutlinks-style-option:hover:not(:disabled){border-color:#1d88e585;box-shadow:0 10px 18px #1d88e521}.shortcutlinks-style-option.active{border-color:#146eb8e6;background:linear-gradient(160deg,#e2f1fffa,#edf8fff0);box-shadow:0 14px 24px #1d88e538,0 0 0 2px #1d88e53d;transform:translateY(-1px)}.shortcutlinks-style-option.active:after{content:"✓";position:absolute;top:8px;right:8px;width:18px;height:18px;border-radius:999px;display:grid;place-items:center;font-size:12px;font-weight:700;color:#fff;background:#1d88e5;box-shadow:0 6px 12px #1d88e557}.shortcutlinks-style-option.active .shortcutlinks-style-preview{border-color:#1d88e585;background:#fffffffc}.shortcutlinks-style-option.active .shortcutlinks-style-label{color:#114a7a;font-weight:700}.shortcutlinks-style-preview{position:relative;height:68px;border:1px solid rgba(135,160,189,.32);border-radius:10px;background:#fffffff5;padding:8px}.shortcutlinks-style-preview .style-icon{width:16px;height:16px;border-radius:6px;background:#487fbbad;display:block;margin-bottom:6px}.shortcutlinks-style-preview .style-line{display:block;height:5px;border-radius:999px;background:#6284a752}.shortcutlinks-style-preview .style-title{width:80%}.shortcutlinks-style-preview .style-url{width:92%;margin-top:6px}.shortcutlinks-style-preview .style-desc{width:70%;margin-top:6px}.shortcutlinks-style-preview.is-full .style-icon{display:block}.shortcutlinks-style-preview.is-text-with-desc .style-icon{display:none}.shortcutlinks-style-preview.is-text-with-desc .style-title{margin-top:4px}.shortcutlinks-style-preview.is-text-simple .style-icon,.shortcutlinks-style-preview.is-text-simple .style-desc{display:none}.shortcutlinks-style-preview.is-text-simple .style-title{margin-top:10px;width:88%}.shortcutlinks-style-preview.is-title-only .style-icon,.shortcutlinks-style-preview.is-title-only .style-url,.shortcutlinks-style-preview.is-title-only .style-desc{display:none}.shortcutlinks-style-preview.is-title-only .style-title{width:86%;margin-top:18px;height:7px}.shortcutlinks-style-label{color:#2f4d69;font-size:12px;line-height:1.4}.shortcutlinks-editor-input:disabled{background:#eff5fcc7;border-color:#8aa2bd5c;color:#8ea2b7;cursor:not-allowed;box-shadow:none}.shortcutlinks-editor-actions{justify-content:flex-end}.shortcut-item-editor-modal{width:min(560px,94vw)}.shortcut-item-editor-modal>header{padding-right:56px}.shortcut-item-editor-modal>header h3{margin-bottom:4px}.shortcut-item-editor-modal .manage-note{margin-bottom:12px}.shortcut-accent-section{border:1px solid rgba(133,163,195,.36);border-radius:12px;background:#f6fbffe0;padding:10px 12px;margin-top:8px}.shortcut-accent-header{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.shortcut-accent-header strong{font-size:13px;color:#2e4c68}.shortcut-accent-palette{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:8px}.shortcut-accent-palette.is-disabled{opacity:.58}.shortcut-accent-chip{width:100%;aspect-ratio:1;border-radius:999px;border:2px solid transparent;background:var(--chip-color);box-shadow:0 6px 12px #2038522e;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.shortcut-accent-chip:hover:not(:disabled){transform:translateY(-1px)}.shortcut-accent-chip.active{border-color:#15436c9e;box-shadow:0 0 0 2px #ffffffdb,0 6px 12px #2038522e}.shortcut-accent-chip:disabled{cursor:not-allowed;box-shadow:none}.shortcut-item-editor-actions{justify-content:flex-end}.searchhub-editor-preview{margin-top:10px;border:1px solid rgba(127,159,193,.34);border-radius:12px;background:#f5fbffdb;padding:10px}.searchhub-editor-preview .manage-note{margin:0 0 8px}.searchhub-preview-pairs{display:grid;gap:8px}.searchhub-preview-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.searchhub-preview-btn{min-height:36px;border-radius:10px;border:1px solid rgba(114,146,181,.4);display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#2d567f;background:#fffffff2}.searchhub-preview-btn.is-search{border-color:#1d88e585;color:#0f5fa5;background:linear-gradient(180deg,#e0f2fff5,#cfe8ffe6)}.layout-item .layout-resize-handle{position:absolute;right:12px;bottom:12px;z-index:45;pointer-events:auto;width:24px;height:24px;min-height:24px;border-radius:8px;background:#eff7ffeb;color:#2f597f;border-color:#7895b573}.inspector-meta-card{border:1px solid rgba(132,164,197,.34);border-radius:12px;background:#f7fcffdb;padding:10px 12px;margin-bottom:10px}.inspector-meta-card dl{margin:0;display:grid;gap:7px}.inspector-meta-card dl>div{display:grid;grid-template-columns:88px 1fr;align-items:baseline;gap:8px}.inspector-meta-card dt{margin:0;font-size:12px;color:#5a728d}.inspector-meta-card dd{margin:0;font-size:12px;color:#2f4d69;line-height:1.35;word-break:break-word}.focus-field{border-color:#1d88e59e!important;box-shadow:0 0 0 2px #1d88e51f}.editor-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#1c2e4257;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);display:grid;place-items:center;padding:20px;isolation:isolate;transform:translateZ(0)}.editor-modal-card{width:min(520px,92vw);position:relative;z-index:1;border-radius:16px;border:1px solid rgba(151,178,207,.44);background:#fafdfffa;box-shadow:0 24px 44px #1c2e4233;padding:16px}.editor-modal-card .component-field{display:block;margin-top:10px;margin-bottom:0;color:#4f6680;font-size:13px;line-height:1.4}.editor-modal-card input:not([type=checkbox]):not([type=radio]),.editor-modal-card select,.editor-modal-card textarea{width:100%;min-height:42px;border-radius:12px;border:1px solid rgba(128,156,188,.4);background:#fffffffa;padding:10px 12px;color:#1f3650;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}.editor-modal-card textarea{min-height:96px;resize:vertical}.editor-modal-card input::-moz-placeholder,.editor-modal-card textarea::-moz-placeholder{color:#89a1b8}.editor-modal-card input::placeholder,.editor-modal-card textarea::placeholder{color:#89a1b8}.editor-modal-card input:not([type=checkbox]):not([type=radio]):focus,.editor-modal-card select:focus,.editor-modal-card textarea:focus{outline:none;border-color:#1d88e58f;box-shadow:0 0 0 4px #1d88e521;background:#fff}.editor-modal-card .inline-check{min-height:42px;margin-top:10px;margin-bottom:0;border:1px solid rgba(128,156,188,.34);border-radius:12px;background:#f7fbfff2;padding:10px 12px;font-size:13px;color:#38536f;display:flex;align-items:center;gap:8px}.editor-modal-card .inline-check input{width:16px;height:16px;accent-color:#1d88e5}.editor-modal-card button:not(.editor-modal-close){min-height:40px;border-radius:12px;border:1px solid rgba(125,154,185,.44);padding:0 14px;font-size:13px;font-weight:600;letter-spacing:.01em;background:#fffffffa;color:#2c4b67;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background-color .16s ease,color .16s ease}.editor-modal-card button:not(.editor-modal-close):hover:not(:disabled){transform:translateY(-1px);border-color:#4978ab8f;box-shadow:0 8px 18px #2540641f}.editor-modal-card button:not(.editor-modal-close):focus-visible{outline:none;box-shadow:0 0 0 4px #1d88e521}.editor-modal-card button:not(.editor-modal-close):disabled{cursor:not-allowed;opacity:.52;transform:none;box-shadow:none}.editor-modal-card .btn-primary{border-color:#1871bcdb;background:linear-gradient(135deg,#1d88e5,#3598ef);color:#fff}.editor-modal-card .btn-primary:hover:not(:disabled){border-color:#135a95e6;box-shadow:0 10px 20px #1d88e547}.editor-modal-card .btn-ghost{border-color:#809cbc52;background:#f6faffcc;color:#4c6885}.editor-modal-card>header h3{margin:0}.editor-modal-card>header .manage-note{margin:6px 0 10px}.editor-modal-card>header{position:relative}.editor-modal-close{position:absolute;top:-4px;right:-4px;width:45px;height:45px;min-height:45px;border-radius:999px;border:1px solid rgba(125,153,183,.55);background:#fffffff2;color:#355878;line-height:0;padding:0;display:grid;place-items:center}.editor-modal-close svg{width:16px;height:16px}.editor-modal-close:hover{background:#ecf6fff5;border-color:#5f8cb89e;color:#173f68}.editor-modal-close:disabled{opacity:.6;cursor:not-allowed}.brand-header-icon-library{margin-bottom:10px}.brand-header-icon-library .manage-note{margin:0 0 8px}.brand-header-icon-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.brand-header-icon-option{min-height:38px;border:1px solid rgba(120,149,181,.45);border-radius:10px;background:#fffffff2;color:#264a6f;font-size:18px;line-height:1;padding:0;display:grid;place-items:center}.brand-header-icon-option svg{width:20px;height:20px}.brand-header-icon-option:hover{border-color:#1d88e57a;box-shadow:0 8px 16px #1d88e51f}.brand-header-icon-option.active{border-color:#1d88e5a6;background:#1d88e529;color:#124f84}.countdown-editor-modal{width:min(460px,92vw)}.countdown-editor-section+.countdown-editor-section{margin-top:10px}.countdown-editor-label{display:block;margin-bottom:6px;font-weight:600;color:#2b4c69}.countdown-editor-inline-switch{display:inline-flex;align-items:center;gap:10px}.countdown-editor-inline-switch .countdown-editor-label{margin:0}.countdown-editor-component-row{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid rgba(136,164,194,.36);border-radius:10px;background:#f7fcffdb;min-height:42px;padding:0 12px}.countdown-editor-component-row>span{color:#2f4d69;font-size:14px}.countdown-ios-switch{position:relative;width:46px;height:28px;display:inline-block}.countdown-ios-switch input{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}.countdown-ios-switch-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:#97aabda3;transition:background-color .2s ease}.countdown-ios-switch-track:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 2px 6px #1f354c38;transition:transform .2s ease}.countdown-ios-switch.is-on .countdown-ios-switch-track{background:#1f8debe0}.countdown-ios-switch.is-on .countdown-ios-switch-track:after{transform:translate(18px)}.countdown-ios-switch.is-disabled{opacity:.58}.countdown-ios-switch.is-disabled input{cursor:not-allowed}
