:root,[data-theme=light]{color-scheme:light;--bg:#f4f7fb;--bg-elevated:#fff;--surface:#fff;--surface-strong:#fff;--surface-soft:#eef3f9;--surface-low:#eaf0f7;--surface-high:#fff;--surface-glass:#fff;--text:#162033;--muted:#64748b;--primary:#2563eb;--primary-deep:#1d4ed8;--primary-strong:#3b82f6;--primary-glow:#93c5fd;--danger:#c24141;--outline-soft:rgba(15,23,42,.08);--ghost-border:rgba(15,23,42,.09);--shadow:0 12px 28px rgba(15,23,42,.06);--font-body:Inter,"Segoe UI",ui-sans-serif,system-ui,sans-serif;--font-display:"Noto Serif",Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif}[data-theme=dark]{color-scheme:dark;--bg:#0f172a;--bg-elevated:#111827;--surface:#111827;--surface-strong:#111827;--surface-soft:#172033;--surface-low:#0f172a;--surface-high:#111827;--surface-glass:#111827;--text:#e6edf8;--muted:#94a3b8;--primary:#60a5fa;--primary-deep:#3b82f6;--primary-strong:#93c5fd;--primary-glow:#bfdbfe;--danger:#f87171;--outline-soft:rgba(226,232,240,.1);--ghost-border:rgba(226,232,240,.1);--shadow:0 14px 30px rgba(2,6,23,.35);--font-body:Inter,"Segoe UI",ui-sans-serif,system-ui,sans-serif;--font-display:"Noto Serif",Iowan Old Style,Palatino Linotype,Book Antiqua,Georgia,serif}*{box-sizing:border-box}html{font-size:13.5px}body{margin:0;min-height:100vh;color:var(--text);background:var(--bg);font-family:var(--font-body);letter-spacing:-.006em}body,html{overflow-x:hidden}html{max-width:100%}body:before{content:none}button,input,select,textarea{font:inherit}button{border:0;border-radius:.75rem;padding:.78rem 1rem;background:var(--primary);color:#fff;cursor:pointer;font-weight:700;font-size:.95rem;box-shadow:none}button:disabled{opacity:.55;cursor:not-allowed}input,select,textarea{width:100%;border:0;border-bottom:2px solid var(--ghost-border);border-radius:.75rem .75rem .45rem .45rem;padding:.82rem .92rem .72rem;background:var(--surface-high);color:var(--text);font-size:.95rem;transition:border-color .16s ease,background-color .16s ease}input:focus,select:focus,textarea:focus{outline:none;border-bottom-color:var(--primary);background:var(--surface-strong)}label{display:grid;grid-gap:.45rem;gap:.45rem;color:var(--muted);font-size:.93rem}.auth-card h1,.detail-hero h2,.event-preview-header h3,.gallery-preview-copy h3,.phone-copy h3,h1,h2,h3{font-family:var(--font-body)}.auth-shell{min-height:100vh;display:grid;place-items:center;padding:max(1.2rem,env(safe-area-inset-top)) max(1rem,env(safe-area-inset-right)) max(1.2rem,env(safe-area-inset-bottom)) max(1rem,env(safe-area-inset-left));position:relative}.auth-theme-toggle{position:fixed;top:max(1rem,env(safe-area-inset-top));right:max(1rem,env(safe-area-inset-right));z-index:30}.auth-card,.editor-detail,.explorer-card{background:var(--surface);border:1px solid var(--ghost-border);box-shadow:var(--shadow)}.auth-card{width:min(100%,420px);border-radius:1.1rem;padding:1.5rem}.auth-card h1{margin:0 0 .2rem;color:var(--text);font-size:clamp(1.55rem,4vw,2rem);letter-spacing:-.03em}.lead{margin:0 0 1.15rem;color:var(--muted);line-height:1.4;font-size:.88rem}.auth-brand{display:inline-flex;align-items:center;gap:.65rem;margin-bottom:1rem}.app-logo{display:block;object-fit:contain;flex:0 0 auto}.app-logo-sm{width:2rem;height:2rem}.app-logo-md{width:2.7rem;height:2.7rem}.app-logo-lg{width:4.1rem;height:4.1rem}.auth-brand-logo{border-radius:.75rem;box-shadow:var(--shadow);background:var(--surface-high)}.auth-brand span{color:var(--muted);font-size:.78rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.auth-form,.detail-form{display:grid;grid-gap:1rem;gap:1rem}.auth-footer{display:grid;grid-gap:.85rem;gap:.85rem;margin-top:1rem}.auth-footer-actions{display:flex;flex-wrap:wrap;gap:.65rem}.auth-note,.status-copy{margin:0;color:var(--muted);line-height:1.5;font-size:.9rem}.auth-inline-link{display:inline;padding:0;border:0;background:transparent;color:var(--primary);font:inherit;font-weight:800;text-decoration:underline;text-underline-offset:.14em;box-shadow:none}.status-copy{padding:.82rem .95rem;border-radius:.95rem;background:color-mix(in srgb,var(--primary) 8%,var(--surface));border:1px solid color-mix(in srgb,var(--primary) 14%,var(--ghost-border));color:var(--text)}.eyebrow{margin:0 0 .45rem;text-transform:uppercase;letter-spacing:.14em;font-size:.72rem;color:var(--primary);font-weight:800}.form-error,.status-banner{border-radius:1rem;padding:.85rem 1rem}.status-banner-portal{position:fixed;right:1rem;bottom:1rem;z-index:70;width:min(24rem,calc(100vw - 2rem));pointer-events:none}.form-error{background:rgba(186,26,26,.1);color:#862222}.status-banner{display:flex;align-items:flex-start;gap:.8rem;background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--primary-deep);border:1px solid color-mix(in srgb,var(--primary) 14%,var(--ghost-border));box-shadow:var(--shadow);pointer-events:auto}.status-banner.is-warning{background:color-mix(in srgb,#facc15 16%,var(--surface));color:#8a5a00;border-color:color-mix(in srgb,#facc15 32%,var(--ghost-border))}.status-banner.is-error{background:color-mix(in srgb,var(--danger) 12%,var(--surface));color:var(--danger);border-color:color-mix(in srgb,var(--danger) 22%,var(--ghost-border))}.status-banner.is-info{background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--primary-deep)}.status-banner-icon{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:999px;background:hsla(0,0%,100%,.6);font-size:.88rem;font-weight:700;flex:0 0 auto}.status-banner-copy{display:grid;grid-gap:.12rem;gap:.12rem}.status-banner-copy strong{font-size:.82rem;line-height:1.2}.status-banner-copy span{line-height:1.45}.action-status{display:inline-flex;align-items:center;gap:.7rem;width:-moz-fit-content;width:fit-content;max-width:100%;margin-top:.9rem;padding:.7rem .95rem;border-radius:999px;border:1px solid var(--ghost-border);background:color-mix(in srgb,var(--surface) 88%,var(--primary) 12%);color:var(--text);box-shadow:var(--shadow-soft);font-size:.92rem;line-height:1.3}.action-status.is-loading{color:var(--primary-deep);border-color:color-mix(in srgb,var(--primary) 24%,var(--ghost-border));background:color-mix(in srgb,var(--surface) 84%,var(--primary) 16%)}.action-status.is-success{color:#16553c;border-color:color-mix(in srgb,#16a34a 24%,var(--ghost-border));background:color-mix(in srgb,#16a34a 10%,var(--surface))}.action-status.is-error{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 24%,var(--ghost-border));background:color-mix(in srgb,var(--danger) 8%,var(--surface))}.action-status-icon{display:inline-flex;align-items:center;justify-content:center;width:1.4rem;height:1.4rem;flex:0 0 auto;border-radius:999px;background:hsla(0,0%,100%,.72);font-size:.9rem;font-weight:800}.action-status-spinner{width:.9rem;height:.9rem;border-radius:999px;border:2px solid;border-right:2px solid transparent;animation:action-status-spin .8s linear infinite}.action-status-copy{white-space:nowrap}@keyframes action-status-spin{to{transform:rotate(1turn)}}.ghost-button{background:var(--surface-high);color:var(--text);border:1px solid var(--ghost-border);box-shadow:none}.external-link-button{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;min-height:2.95rem;padding:.78rem 1rem}.danger-button,.icon-button-danger{background:color-mix(in srgb,var(--danger) 12%,var(--surface-high));color:var(--danger)}.user-pill{padding:.55rem .82rem;border-radius:999px;background:var(--surface-strong);border:1px solid var(--ghost-border);font-size:.92rem;font-weight:600}.user-pill-link{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none}.user-pill-avatar{width:1.9rem;height:1.9rem;border-radius:999px;background:var(--primary);color:#fff;display:inline-grid;place-items:center;font-size:.82rem;font-weight:800}.theme-toggle{display:inline-flex;align-items:center;gap:.55rem;min-height:2.7rem;padding:.58rem .82rem;border-radius:999px;background:var(--surface-strong);color:var(--text);border:1px solid var(--ghost-border);box-shadow:none}.theme-toggle-icon{font-size:.95rem}.theme-toggle-label{font-size:.82rem;font-weight:700}.ui-icon{display:inline-grid;place-items:center;width:1em;min-width:1em;line-height:1;font-weight:800}.ui-icon svg{width:1.32em;height:1.32em;display:block}.editor-shell{min-height:100vh;display:grid;grid-template-columns:12.4rem minmax(0,1fr);padding:max(.7rem,env(safe-area-inset-top)) max(.7rem,env(safe-area-inset-right)) max(.7rem,env(safe-area-inset-bottom)) max(.7rem,env(safe-area-inset-left));grid-gap:.9rem;gap:.9rem}.editor-sidebar{position:-webkit-sticky;position:sticky;top:.6rem;height:calc(100vh - 1.2rem);background:var(--surface);border-radius:1.2rem;padding:.9rem;display:flex;flex-direction:column;gap:1rem;border:1px solid var(--ghost-border)}.editor-brand{display:flex;align-items:center;gap:.7rem}.editor-brand-link{color:inherit;text-decoration:none}.editor-brand-mark{width:2.35rem;height:2.35rem;border-radius:.9rem;background:var(--primary);color:#fff;display:grid;place-items:center;font-weight:900}.editor-brand-logo{width:2.55rem;height:2.55rem;border-radius:.8rem;box-shadow:var(--shadow);background:var(--surface-high)}.editor-brand span,.editor-brand strong{display:block}.editor-brand span{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.12em;margin-top:.18rem}.editor-nav{display:grid;grid-gap:.35rem;gap:.35rem}.editor-nav-mobile{display:none}.editor-nav-item{display:flex;align-items:center;gap:.65rem;justify-content:flex-start;color:var(--muted);background:transparent;padding:.7rem .8rem;box-shadow:none;text-decoration:none}.editor-nav-label{display:inline}.editor-nav-item.is-active{background:color-mix(in srgb,var(--primary) 10%,var(--surface-high));color:var(--primary)}.editor-nav-more{display:none}.editor-sidebar-footer{margin-top:auto;display:grid;grid-gap:.75rem;gap:.75rem}.dialog-overlay,.dialog-sheet,.mobile-drawer-header,.mobile-drawer-sheet,.mobile-drawer-trigger,.mobile-more-overlay,.mobile-more-sheet,.mobile-topbar-menu{display:none}.mobile-topbar-menu{padding:.25rem;background:transparent;box-shadow:none}.mobile-topbar-logo{width:1.45rem;height:1.45rem;border-radius:.45rem}.dialog-overlay{display:block;position:fixed;inset:0;border:0;background:rgba(0,0,0,.35);z-index:35}.dialog-sheet{display:grid;grid-gap:.9rem;gap:.9rem;position:fixed;left:50%;top:50%;width:min(100%,32rem);padding:1rem;border-radius:1.15rem;background:var(--surface-strong);border:1px solid var(--ghost-border);box-shadow:0 20px 48px rgba(0,0,0,.18);transform:translate(-50%,-50%);z-index:36}.confirm-modal-backdrop,.operation-modal-backdrop,.sync-modal-backdrop{display:block;position:fixed;inset:0;border:0;background:rgba(8,15,28,.46);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:90}.confirm-modal,.operation-modal,.sync-modal{display:grid;grid-gap:1rem;gap:1rem;position:fixed;left:50%;top:50%;width:min(92vw,38rem);max-width:calc(100vw - 1rem);max-height:min(88vh,46rem);overflow-y:auto;overflow-x:hidden;box-sizing:border-box;min-width:0;overscroll-behavior:contain;scrollbar-gutter:stable;padding:1.2rem;border-radius:1.55rem;background:radial-gradient(circle at top left,rgba(59,130,246,.16),transparent 34%),radial-gradient(circle at bottom right,rgba(168,85,247,.08),transparent 38%),var(--surface-strong);border:1px solid color-mix(in srgb,var(--primary) 14%,var(--ghost-border));box-shadow:0 28px 60px rgba(2,8,23,.18),0 0 0 1px color-mix(in srgb,var(--primary) 6%,transparent);transform:translate(-50%,-50%);z-index:91}.confirm-modal:before,.operation-modal:before,.sync-modal:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,hsla(0,0%,100%,.12),transparent 28%,transparent 72%,hsla(0,0%,100%,.04));pointer-events:none}.confirm-modal-header,.operation-modal-header,.sync-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;position:relative;z-index:1;min-width:0}.confirm-modal-header h3,.operation-modal-header h3,.sync-modal-header h3{margin:.12rem 0 0;font-size:1.15rem;letter-spacing:-.03em}.confirm-modal-badge,.operation-modal-badge,.sync-badge{display:inline-flex;align-items:center;padding:.45rem .7rem;border-radius:999px;font-size:.8rem;font-weight:800;white-space:nowrap}.confirm-modal-badge.is-primary,.operation-modal-badge.is-primary,.sync-badge.is-live{background:color-mix(in srgb,var(--primary) 14%,var(--surface-high));color:var(--primary-deep)}.confirm-modal-badge.is-warning,.operation-modal-badge.is-warning{background:color-mix(in srgb,#f59e0b 16%,var(--surface-high));color:#92400e}.confirm-modal-badge.is-danger,.operation-modal-badge.is-danger{background:color-mix(in srgb,#ef4444 16%,var(--surface-high));color:#991b1b}.sync-badge.is-done{background:color-mix(in srgb,#16a34a 14%,var(--surface-high));color:#166534}.confirm-modal-header h3,.operation-modal-header h3,.sync-modal-phase{margin:0;color:var(--text);line-height:1.4;overflow-wrap:anywhere}.confirm-modal-detail,.operation-modal-detail,.sync-modal-note{position:relative;z-index:1;margin:0;color:var(--muted);line-height:1.5;overflow-wrap:anywhere}.sync-progress-track{position:relative;width:100%;height:.85rem;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--primary) 10%,var(--surface-soft));border:1px solid var(--ghost-border)}.sync-progress-bar{position:relative;z-index:1;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--primary-strong));transition:width .24s ease}.sync-progress-glow{position:absolute;top:.08rem;bottom:.08rem;left:0;right:0;border-radius:inherit;background:linear-gradient(90deg,transparent,rgba(191,219,254,.52) 18%,rgba(96,165,250,.2) 52%,rgba(191,219,254,.52) 78%,transparent);background-size:240% 100%;background-position:0 0;opacity:.95;animation:sync-remain-glide 1.35s linear infinite;pointer-events:none}.sync-progress-meta{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-size:.9rem;min-width:0;flex-wrap:wrap}.sync-modal-note{margin:-.4rem 0 0;color:var(--muted);font-size:.88rem;line-height:1.45}.sync-step-list{list-style:none;padding:0;margin:0;display:grid;grid-gap:.55rem;gap:.55rem}.sync-step-list li{display:flex;align-items:center;gap:.7rem;padding:.72rem .85rem;border-radius:.95rem;background:var(--surface-soft);color:var(--muted);border:1px solid var(--ghost-border);min-width:0;overflow-wrap:anywhere}.sync-step-list li:before{content:"";width:.7rem;height:.7rem;border-radius:50%;background:currentColor;opacity:.35}.sync-step-list li.is-active{color:var(--primary-deep);background:color-mix(in srgb,var(--primary) 12%,var(--surface-high))}.sync-step-list li.is-active:before{opacity:1}.sync-step-list li.is-done{color:#166534;background:color-mix(in srgb,#16a34a 12%,var(--surface-high))}.sync-step-list li.is-done:before{opacity:1}.sync-modal-footer{display:flex;justify-content:flex-end;min-width:0}@keyframes sync-remain-glide{0%{background-position:0 0}to{background-position:240% 0}}.sync-modal-result{padding:.8rem .9rem;border-radius:.95rem;background:color-mix(in srgb,var(--primary) 8%,var(--surface));border:1px solid color-mix(in srgb,var(--primary) 18%,var(--ghost-border));overflow-wrap:anywhere}.confirm-modal-orb,.operation-modal-orb,.sync-modal-orb{position:absolute;top:-4rem;right:-4rem;width:9rem;height:9rem;border-radius:50%;filter:blur(2px);opacity:.85}.confirm-modal-orb[data-tone=primary],.operation-modal-orb[data-tone=primary],.sync-modal-orb[data-tone=primary]{background:radial-gradient(circle,rgba(59,130,246,.45),transparent 65%)}.confirm-modal-orb[data-tone=warning],.operation-modal-orb[data-tone=warning],.sync-modal-orb[data-tone=warning]{background:radial-gradient(circle,rgba(234,179,8,.45),transparent 65%)}.confirm-modal-orb[data-tone=danger],.operation-modal-orb[data-tone=danger],.sync-modal-orb[data-tone=danger]{background:radial-gradient(circle,rgba(239,68,68,.45),transparent 65%)}.operation-modal-bar{position:relative;z-index:1;height:.72rem;margin-top:1rem;border-radius:999px;overflow:hidden;background:color-mix(in srgb,var(--primary) 10%,var(--surface-soft));border:1px solid var(--ghost-border)}.operation-modal-bar span{display:block;height:100%;width:38%;border-radius:inherit;background:linear-gradient(90deg,var(--primary),var(--primary-strong));animation:operation-modal-glide 1.1s ease-in-out infinite}@keyframes operation-modal-glide{0%{transform:translateX(-65%)}50%{transform:translateX(165%)}to{transform:translateX(-65%)}}.confirm-modal-actions,.sync-modal-footer{display:flex;justify-content:flex-end;gap:.7rem;position:relative;z-index:1}.confirm-modal-primary{min-height:2.75rem;padding:0 1rem;border:0;border-radius:.95rem;font-weight:800;cursor:pointer}.confirm-modal-primary.is-primary{background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 90%,#fff),var(--primary));color:#fff}.confirm-modal-primary.is-warning{background:linear-gradient(180deg,#fbbf24,#d97706);color:#fff}.confirm-modal-primary.is-danger{background:linear-gradient(180deg,#f87171,#dc2626);color:#fff}.editor-main{min-width:0;display:grid;grid-gap:.85rem;gap:.85rem;align-content:start;position:relative}.admin-content-shell{position:relative;min-width:0;min-height:18rem}.admin-content-cover{position:absolute;inset:0;z-index:8;display:grid;place-items:center;padding:1rem;border-radius:1rem;background:color-mix(in srgb,var(--surface) 96%,transparent);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;pointer-events:none;transition:opacity .12s ease}.admin-content-cover.is-visible{opacity:1}.admin-content-cover-card{width:min(14rem,100%);display:grid;grid-gap:.65rem;gap:.65rem;justify-items:center;padding:1rem 1.1rem;border-radius:1rem;background:color-mix(in srgb,var(--surface-strong) 94%,transparent);border:1px solid var(--ghost-border);box-shadow:var(--shadow)}.admin-content-cover-kicker{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--primary)}.admin-content-cover-line{display:block;height:.24rem;width:100%;border-radius:inherit;background:linear-gradient(90deg,rgba(147,197,253,.25),var(--primary),rgba(147,197,253,.25));box-shadow:0 0 16px rgba(59,130,246,.35);animation:route-pulse 1.05s ease-in-out infinite}@keyframes route-pulse{0%{transform:translateX(-120%)}to{transform:translateX(360%)}}.editor-topbar{display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;background:var(--surface);border-radius:1rem;padding:.85rem 1.05rem;border:1px solid var(--ghost-border);position:-webkit-sticky;position:sticky;top:.6rem;z-index:20}.editor-topbar-title h1{margin:0;font-size:clamp(1.08rem,1.4vw,1.3rem);line-height:1.02;color:var(--text);font-family:var(--font-body);letter-spacing:-.025em}.editor-topbar-right{display:flex;gap:.65rem;align-items:center;flex-wrap:wrap;min-width:0}.topbar-action-button{min-height:2.7rem;padding-inline:1rem}.editor-context-note{color:var(--muted);font-size:.8rem;padding:.42rem .65rem;border-radius:999px;background:var(--surface-soft);border:1px solid var(--ghost-border)}.editor-canvas{display:grid;grid-template-columns:15rem minmax(0,1fr);grid-gap:.9rem;gap:.9rem;min-height:0;min-width:0}.editor-canvas-listing{align-items:start}.explorer-panel{display:grid;grid-gap:.7rem;gap:.7rem;align-content:start}.editor-detail,.explorer-card{border-radius:1.2rem;padding:1rem}.explorer-card h2,.news-list-header h2{margin:0 0 .5rem;font-size:1rem}.detail-empty p,.detail-hero p,.empty-state,.explorer-copy,.news-list-header p{margin:0;color:var(--muted);line-height:1.55;font-size:.85rem}.explorer-search{display:grid;grid-gap:.7rem;gap:.7rem;margin-bottom:.9rem}.explorer-filters{display:flex;flex-wrap:wrap;gap:.45rem;margin:.7rem 0 .85rem}.filter-pill{padding:.32rem .62rem;border-radius:999px;background:var(--surface-strong);color:var(--primary);font-size:.7rem;font-weight:700}.explorer-load{width:100%;margin-top:.15rem}.editor-detail{min-width:0;overflow:hidden;background:var(--surface)}.editor-detail-list{min-height:28rem}.detail-empty{min-height:22rem;display:grid;place-items:center;text-align:center;padding:2rem}.detail-empty-icon{width:4.8rem;height:4.8rem;border-radius:1.25rem;background:var(--surface-strong);box-shadow:var(--shadow);display:grid;place-items:center;margin:0 auto .85rem;color:color-mix(in srgb,var(--primary) 35%,var(--muted));font-size:1rem;font-weight:800}.detail-empty h3{margin:0 0 .5rem;font-size:clamp(1.05rem,1.8vw,1.35rem)}.news-list-board{display:grid;grid-gap:.95rem;gap:.95rem}.news-list-header{display:flex;justify-content:space-between;align-items:center;gap:1rem}.news-table{display:grid;grid-gap:.7rem;gap:.7rem}.news-table-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:1rem;gap:1rem;padding:.95rem 1rem;border-radius:1.05rem;background:var(--surface);border:1px solid var(--ghost-border);transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.news-table-row:hover{transform:translateY(-1px)}.news-table-row.is-active{border-color:color-mix(in srgb,var(--primary) 24%,var(--ghost-border));background:color-mix(in srgb,var(--primary) 5%,var(--surface))}.news-table-main{display:grid;grid-gap:.2rem;gap:.2rem;min-width:0}.news-table-main strong{font-size:1rem;line-height:1.28}.news-table-main span{font-size:.8rem;color:var(--muted)}.news-table-actions{display:flex;gap:.45rem;align-items:center}.event-row{grid-template-columns:3.4rem minmax(0,1fr) auto;align-items:center}.event-row-date{width:3.4rem;min-width:3.4rem;border-radius:.9rem;background:color-mix(in srgb,var(--primary) 9%,var(--surface));color:var(--primary);padding:.5rem .35rem;display:grid;place-items:center;text-align:center}.event-row-date strong{font-size:1rem;line-height:1}.event-row-date span{font-size:.68rem;font-weight:800;letter-spacing:.06em}.icon-button{width:2.1rem;height:2.1rem;padding:0;border-radius:.8rem;display:grid;place-items:center}.icon-button-danger{background:rgba(207,48,38,.08);color:#b42318;border:1px solid rgba(207,48,38,.12)}.editor-detail-form{display:grid;grid-gap:.9rem;gap:.9rem}.editor-detail-fullscreen{min-height:calc(100vh - 7rem)}.news-edit-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);grid-gap:1rem;gap:1rem;align-items:start}.news-edit-main{min-width:0}.editor-card-section{display:grid;grid-gap:.8rem;gap:.8rem;padding:1rem;border-radius:1.1rem;background:var(--surface);border:1px solid var(--ghost-border)}.editor-card-section+.editor-card-section{margin-top:.9rem}.editor-card-section-header h3{margin:0;font-size:1rem}.editor-card-section-header p{margin:0;color:var(--muted);font-size:.8rem}.detail-backbar{display:flex;justify-content:flex-start;margin-bottom:.6rem}.back-button{display:inline-flex;align-items:center;gap:.5rem}.detail-hero{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:.55rem;gap:.55rem;align-items:end;padding:.1rem 0 1rem;border-bottom:1px solid var(--outline-soft);margin-bottom:1rem}.detail-hero h2{margin:0;font-size:clamp(1.18rem,1.8vw,1.56rem);line-height:1.04}.detail-hero p{max-width:38rem}.detail-meta{display:grid;align-content:start;grid-gap:.55rem;gap:.55rem}.detail-meta span{padding:.54rem .72rem;border-radius:999px;background:var(--surface-strong);border:1px solid var(--ghost-border);font-size:.8rem;text-align:center}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.7rem;gap:.7rem}.detail-grid-stack-mobile{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-form textarea{min-height:5.8rem;resize:vertical}.detail-grid-stack{grid-template-columns:1fr}.image-field-stack{display:grid;grid-gap:.75rem;gap:.75rem}.image-inline-row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.7rem;gap:.7rem;align-items:center}.field-card-inline{margin:0}.upload-button-field{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:3.25rem;padding:.85rem 1rem;margin-top:1.45rem;border-radius:1rem;background:var(--primary);color:#fff;font-weight:800;white-space:nowrap;cursor:pointer;box-shadow:none}.upload-button-field input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.field-help{margin:-.2rem 0 0;color:var(--muted);font-size:.78rem;line-height:1.45}.image-preview-card{border-radius:1.15rem;overflow:hidden;background:var(--surface-strong);border:1px solid hsla(0,0%,100%,.04);min-height:13rem;padding:.4rem}.image-preview-card img{display:block;width:100%;height:100%;max-height:22rem;object-fit:contain;object-position:center;border-radius:.9rem}.field-card{padding:.95rem;border-radius:1rem;background:var(--surface);border:1px solid var(--ghost-border)}.native-select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.preview-panel{position:-webkit-sticky;position:sticky;top:5.8rem;display:grid;grid-gap:.85rem;gap:.85rem}.preview-panel-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-inline:.1rem}.preview-title{display:inline-flex;align-items:center;gap:.55rem;font-weight:800;font-size:1rem}.preview-badge{padding:.45rem .7rem;border-radius:999px;background:var(--surface-soft);border:1px solid var(--ghost-border);color:var(--muted);font-size:.76rem;font-weight:700}.phone-frame{justify-self:center;width:min(100%,25rem);padding:.75rem;border-radius:1.35rem;background:var(--surface);box-shadow:0 10px 24px color-mix(in srgb,var(--text) 4%,transparent);border:1px solid var(--ghost-border)}.phone-notch{width:30%;height:.78rem;border-radius:999px;margin:0 auto .65rem;background:color-mix(in srgb,var(--text) 22%,transparent)}.phone-screen{min-height:39rem;border-radius:1rem;overflow:hidden;background:var(--bg-elevated);border:1px solid var(--ghost-border);display:grid;align-content:start}.phone-appbar{display:flex;align-items:center;gap:.55rem;padding:1rem 1.1rem .7rem;color:var(--muted);font-size:.82rem;font-weight:700}.phone-appbar-dot{width:.45rem;height:.45rem;border-radius:999px;background:var(--primary-glow)}.phone-card{margin:.6rem 1rem 1rem;border-radius:.95rem;overflow:hidden;background:var(--surface);box-shadow:0 10px 24px color-mix(in srgb,var(--text) 5%,transparent);border:1px solid var(--ghost-border)}.phone-image-shell{background:var(--surface-low);display:grid;place-items:center;min-height:18rem;padding:.75rem}.phone-image{display:block;width:100%;height:100%;max-height:22rem;object-fit:contain;object-position:center}.phone-image-empty{display:grid;place-items:center;grid-gap:.45rem;gap:.45rem;color:var(--muted);font-weight:700}.phone-copy{display:grid;grid-gap:.85rem;gap:.85rem;padding:1.2rem 1.2rem 1.35rem}.phone-copy h3{margin:0;font-size:.98rem;line-height:1.12;color:var(--text)}.phone-date{line-height:1.45}.phone-date,.phone-description{margin:0;color:var(--muted);font-size:.84rem}.phone-description{line-height:1.5;white-space:pre-line}.phone-cta{justify-self:start;padding:.76rem 1rem;border-radius:999px;background:var(--primary);color:#fff;font-weight:800;font-size:.8rem;letter-spacing:.02em;margin-top:.15rem}.phone-footer-note{margin:0 1rem 1rem;padding-top:1rem;border-top:1px solid var(--outline-soft);text-align:center;color:var(--muted);font-size:.82rem}.event-preview-shell{display:grid;grid-gap:1rem;gap:1rem;padding:.7rem 1rem 1rem}.event-preview-header{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:.9rem;gap:.9rem;align-items:start}.event-preview-header h3{margin:.2rem 0 0;font-size:1rem;line-height:1.12;color:var(--text)}.event-date-pill{display:grid;place-items:center;width:4.2rem;min-width:4.2rem;padding:.7rem .35rem;border-radius:1rem;background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--primary-deep)}.event-date-pill strong{font-size:1.2rem;line-height:1}.event-date-pill span{font-size:.7rem;font-weight:800;letter-spacing:.08em}.event-preview-card{display:grid;grid-gap:.85rem;gap:.85rem;padding:1rem;border-radius:1rem;background:var(--surface);border:1px solid var(--ghost-border);box-shadow:var(--shadow)}.event-preview-row{display:grid;grid-gap:.28rem;gap:.28rem}.event-preview-label{color:var(--muted);font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.event-preview-agenda{display:grid;grid-gap:.7rem;gap:.7rem}.event-preview-agenda-item{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:.7rem;gap:.7rem;align-items:start;padding:.8rem .9rem;border-radius:1rem;background:var(--surface);border:1px solid var(--ghost-border)}.event-preview-agenda-item.is-active{background:color-mix(in srgb,var(--primary) 5%,var(--surface));border-color:color-mix(in srgb,var(--primary) 24%,var(--ghost-border))}.event-preview-agenda-dot{width:.75rem;height:.75rem;margin-top:.22rem;border-radius:999px;background:var(--primary)}.event-preview-agenda-item p,.event-preview-agenda-item strong{margin:0}.event-preview-agenda-item p{color:var(--muted);font-size:.82rem;line-height:1.45}.directo-preview-shell,.misa-preview-shell{display:grid;align-content:start;padding:.7rem 1rem 1rem}.song-preview-shell{display:grid;grid-gap:1rem;gap:1rem;padding:.7rem 1rem 1rem}.song-notes-card,.song-preview-card{padding:1rem;border-radius:1.2rem;background:var(--bg-elevated);border:1px solid var(--ghost-border);box-shadow:var(--shadow)}.song-preview-card h3{margin:0 0 .75rem;font-size:1.05rem;line-height:1.2}.song-preview-lyrics{margin:0;color:var(--muted);font-size:.86rem;line-height:1.6;white-space:pre-line}.song-notes-image{max-height:24rem;border-radius:.9rem}.misa-preview-image,.song-notes-image{display:block;width:100%;object-fit:contain;object-position:center;background:#fff}.misa-preview-image{max-height:34rem;border-radius:1.2rem;border:1px solid var(--ghost-border)}.gallery-row{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.gallery-row-cover{width:4.6rem;height:4.6rem;border-radius:1.1rem;overflow:hidden;border:1px solid var(--ghost-border);background:var(--surface-soft);display:flex;align-items:center;justify-content:center;flex-shrink:0}.gallery-row-cover-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.gallery-row-cover-empty{color:var(--muted);font-size:1.2rem;font-weight:700}.gallery-preview-shell{display:grid;align-content:start;padding:.7rem 1rem 1rem}.gallery-preview-card{display:grid;grid-gap:1rem;gap:1rem;padding:1rem;border-radius:1rem;background:var(--surface);border:1px solid var(--ghost-border);box-shadow:var(--shadow)}.gallery-preview-cover{min-height:13rem;border-radius:.9rem;border:1px solid var(--ghost-border);background:var(--surface-low);overflow:hidden;display:flex;align-items:center;justify-content:center}.gallery-preview-image{display:block;width:100%;height:100%;max-height:18rem;object-fit:contain;object-position:center;background:#fff}.gallery-preview-copy{display:grid;grid-gap:.6rem;gap:.6rem}.gallery-preview-copy h3,.gallery-preview-copy p{margin:0}.gallery-preview-copy h3{font-size:1rem;line-height:1.16}.gallery-preview-copy p{color:var(--muted);font-size:.85rem;line-height:1.5}.gallery-meta-grid,.gallery-preview-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.gallery-preview-meta span,.meta-stat span{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .7rem;border-radius:999px;background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--primary);font-size:.74rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.meta-stat{display:grid;grid-gap:.45rem;gap:.45rem;padding:.85rem .95rem;border-radius:1rem;background:var(--surface);border:1px solid var(--ghost-border)}.meta-stat strong{font-size:1.05rem}.gallery-visibility-toggle{padding:.85rem 1rem;border-radius:1rem;background:var(--surface);border:1px solid var(--ghost-border)}.module-events .editor-canvas-listing,.module-gallery .editor-canvas-listing,.module-news .editor-canvas-listing{grid-template-columns:14.5rem minmax(0,1fr);gap:1rem}.module-events .editor-detail-list,.module-gallery .editor-detail-list,.module-news .editor-detail-list{padding:1.1rem}.module-events .news-list-header,.module-gallery .news-list-header,.module-news .news-list-header{margin-bottom:.2rem}.module-events .news-table,.module-gallery .news-table,.module-news .news-table{gap:.82rem}.module-events .news-table-row,.module-gallery .news-table-row,.module-news .news-table-row{background:var(--surface);box-shadow:0 8px 20px color-mix(in srgb,var(--text) 3%,transparent)}.module-events .news-table-main strong,.module-gallery .news-table-main strong,.module-news .news-table-main strong{font-size:1.02rem;letter-spacing:-.02em}.module-events .preview-panel-header,.module-gallery .preview-panel-header,.module-news .preview-panel-header{margin-bottom:.15rem}.module-events .preview-badge,.module-gallery .preview-badge,.module-news .preview-badge{background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--primary-deep)}.module-avisos .editor-canvas-listing,.module-cancionero .editor-canvas-listing,.module-users .editor-canvas-listing{gap:1rem}.module-avisos .news-table-row,.module-cancionero .news-table-row{background:var(--surface);box-shadow:0 8px 20px color-mix(in srgb,var(--text) 3%,transparent)}.module-avisos .news-table-main strong,.module-cancionero .news-table-main strong{font-size:1.01rem;letter-spacing:-.02em}.module-cancionero .editor-detail-list,.module-users .editor-detail-list{padding:1.1rem}.module-cancionero .song-notes-card,.module-cancionero .song-preview-card,.module-users .profile-summary,.module-users .user-card{background:var(--surface);border:1px solid var(--ghost-border);box-shadow:0 8px 18px color-mix(in srgb,var(--text) 3%,transparent)}.module-users .editor-canvas{grid-template-columns:18rem minmax(0,1fr);align-items:start}.module-users-shell .explorer-panel{align-self:start}.users-create-card{display:grid;grid-gap:1rem;gap:1rem}.users-create-copy{margin:0;color:var(--muted);line-height:1.45}.users-create-form{display:grid;grid-gap:1rem;gap:1rem}.users-create-grid{display:grid;grid-gap:.75rem;gap:.75rem}.users-create-block{display:grid;grid-gap:.65rem;gap:.65rem}.users-block-head{display:grid;grid-gap:.12rem;gap:.12rem}.users-block-head strong{font-size:.98rem;letter-spacing:-.02em}.users-block-head span{color:var(--muted);font-size:.82rem;line-height:1.35}.users-role-segment{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.55rem;gap:.55rem}.users-role-option{display:grid;grid-gap:.18rem;gap:.18rem;text-align:left;padding:.8rem .86rem;border-radius:.95rem;background:var(--surface-soft);color:var(--text);border:1px solid var(--ghost-border);box-shadow:none}.users-role-option span{font-weight:800;letter-spacing:-.02em}.users-role-option em{font-style:normal;color:var(--muted);font-size:.74rem;font-weight:600}.users-role-option.is-active{background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary-deep);border-color:color-mix(in srgb,var(--primary) 22%,var(--ghost-border));box-shadow:0 10px 22px color-mix(in srgb,var(--primary) 12%,transparent)}.users-section-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem;gap:.5rem}.users-section-chip{display:flex;align-items:center;justify-content:space-between;gap:.7rem;padding:.72rem .8rem;border-radius:.9rem;background:var(--surface-soft);color:var(--text);border:1px solid var(--ghost-border);text-align:left;box-shadow:none}.users-section-chip span{min-width:0;font-weight:700;line-height:1.25}.users-section-chip strong{color:var(--primary);font-size:.86rem}.users-section-chip.is-active{background:color-mix(in srgb,var(--primary) 10%,var(--surface));border-color:color-mix(in srgb,var(--primary) 20%,var(--ghost-border))}.users-role-option:disabled,.users-section-chip:disabled{opacity:.65;cursor:not-allowed}.users-board{display:grid;grid-gap:.95rem;gap:.95rem}.users-list-header{gap:.8rem}.users-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.7rem;flex-wrap:wrap}.users-filter-segment{display:flex;flex-wrap:wrap;gap:.45rem}.users-filter-chip{background:var(--surface-soft);color:var(--text);border:1px solid var(--ghost-border);border-radius:999px;padding:.66rem .9rem;font-size:.88rem;font-weight:700;box-shadow:none}.users-filter-chip.is-active{background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary-deep);border-color:color-mix(in srgb,var(--primary) 22%,var(--ghost-border))}.users-stack{display:grid;grid-gap:.85rem;gap:.85rem}.user-row{overflow:hidden;border-radius:1.1rem;border:1px solid var(--ghost-border);background:var(--surface);box-shadow:0 8px 18px color-mix(in srgb,var(--text) 3%,transparent)}.user-row.is-open{border-color:color-mix(in srgb,var(--primary) 22%,var(--ghost-border));box-shadow:0 12px 24px color-mix(in srgb,var(--primary) 7%,transparent)}.user-row-summary{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;grid-gap:.9rem;gap:.9rem;align-items:center;text-align:left;background:transparent;color:var(--text);padding:1rem 1.05rem;border:0}.user-row-summary:hover{background:color-mix(in srgb,var(--primary) 4%,var(--surface))}.user-row-avatar{display:grid;place-items:center;width:2.8rem;height:2.8rem;border-radius:.95rem;background:color-mix(in srgb,var(--primary) 11%,var(--surface));color:var(--primary-deep);font-size:.98rem;font-weight:900}.user-row-copy{display:grid;grid-gap:.15rem;gap:.15rem;min-width:0}.user-row-copy strong{font-size:1.02rem;letter-spacing:-.02em}.user-row-copy span{color:var(--muted);font-size:.84rem;line-height:1.35}.user-row-meta{display:flex;align-items:center;justify-content:flex-end;gap:.45rem;flex-wrap:wrap}.users-inline-delete{min-height:2.1rem;padding:.28rem .7rem;border-radius:999px;font-size:.78rem;line-height:1;white-space:nowrap}.user-role-badge,.user-sections-pill{display:inline-flex;align-items:center;min-height:2rem;padding:.28rem .68rem;border-radius:999px;font-size:.76rem;font-weight:800;letter-spacing:.02em;background:var(--surface-soft);color:var(--text);border:1px solid var(--ghost-border)}.user-role-badge.is-admin{background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary-deep);border-color:color-mix(in srgb,var(--primary) 24%,var(--ghost-border))}.user-role-badge.is-editor{background:color-mix(in srgb,#22c55e 10%,var(--surface));color:#15803d;border-color:color-mix(in srgb,#22c55e 22%,var(--ghost-border))}.user-role-badge.is-viewer{background:color-mix(in srgb,#f59e0b 10%,var(--surface));color:#b45309;border-color:color-mix(in srgb,#f59e0b 22%,var(--ghost-border))}.user-row-chevron{display:grid;place-items:center;min-width:2.1rem;height:2.1rem;padding:0 .55rem;border-radius:999px;background:var(--surface-soft);color:var(--muted);font-size:1.02rem;font-weight:900;line-height:1}.user-row-body{display:grid;grid-gap:1rem;gap:1rem;padding:0 1.05rem 1rem;border-top:1px solid var(--ghost-border)}.user-row-panel{display:grid;grid-gap:.75rem;gap:.75rem;padding-top:.95rem}.users-row-actions{margin-top:.15rem}.dashboard-grid{display:grid;grid-gap:1rem;gap:1rem}.dashboard-home{gap:1rem}.dashboard-count-card,.dashboard-hero,.dashboard-panel{background:var(--surface);border:1px solid var(--ghost-border);box-shadow:0 10px 24px color-mix(in srgb,var(--text) 4%,transparent)}.dashboard-hero{display:grid;grid-template-columns:minmax(0,1.35fr) auto;grid-gap:1rem;gap:1rem;align-items:end;padding:1.35rem;border-radius:1.2rem}.dashboard-hero-home{grid-template-columns:minmax(0,1.45fr) minmax(16rem,18rem);align-items:stretch;background:radial-gradient(circle at top left,rgba(37,99,235,.17),transparent 34%),radial-gradient(circle at bottom right,rgba(16,185,129,.12),transparent 38%),var(--surface)}.dashboard-hero-home .dashboard-hero-copy{display:grid;align-content:start}.dashboard-kicker{display:inline-block;margin-bottom:.55rem;color:var(--primary);font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.dashboard-hero h2{margin:0;font-size:clamp(1.45rem,2vw,2rem);line-height:1.05;letter-spacing:-.04em}.dashboard-hero p{margin:.7rem 0 0;max-width:48rem;color:var(--muted);line-height:1.6}.dashboard-meta-row{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.dashboard-meta-chip,.dashboard-panel-tag{display:inline-flex;align-items:center;min-height:1.9rem;padding:.35rem .72rem;border-radius:999px;background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--primary-deep);border:1px solid color-mix(in srgb,var(--primary) 16%,var(--ghost-border));font-size:.8rem;font-weight:700}.dashboard-panel-tag{background:color-mix(in srgb,var(--surface-high) 82%,var(--primary) 18%)}.dashboard-clock-card{display:grid;align-content:start;grid-gap:.5rem;gap:.5rem;padding:1.15rem 1.2rem;border-radius:1.05rem;background:linear-gradient(160deg,color-mix(in srgb,var(--primary) 16%,var(--surface)) 0,var(--surface) 64%),var(--surface);border:1px solid color-mix(in srgb,var(--primary) 18%,var(--ghost-border));box-shadow:inset 0 1px 0 hsla(0,0%,100%,.24)}.dashboard-clock-kicker{color:var(--muted);font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.dashboard-clock-card strong{font-size:clamp(2.2rem,4vw,3.4rem);line-height:.95;letter-spacing:-.06em}.dashboard-clock-date{color:var(--text);font-size:.94rem;line-height:1.4;text-transform:capitalize}.dashboard-clock-note{color:var(--muted);font-size:.82rem}.dashboard-counts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.dashboard-count-card{display:grid;grid-gap:.3rem;gap:.3rem;padding:1rem;border-radius:1rem;text-decoration:none;color:var(--text);transition:transform .16s ease,border-color .16s ease,background-color .16s ease}.dashboard-count-head{display:inline-flex;align-items:center;gap:.55rem}.dashboard-count-icon,.dashboard-module-icon{width:1.9rem;height:1.9rem;border-radius:.7rem;display:inline-grid;place-items:center;background:color-mix(in srgb,var(--primary) 8%,var(--surface));color:var(--primary);font-size:.9rem;font-weight:800}.dashboard-count-card:hover,.dashboard-list-item:hover,.dashboard-mini-item:hover,.dashboard-module-card:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--primary) 22%,var(--ghost-border))}.dashboard-count-card span{color:var(--muted);font-size:.82rem}.dashboard-count-card strong{font-size:1.6rem;line-height:1;letter-spacing:-.04em}.dashboard-count-card p{margin:.25rem 0 0;color:var(--muted);font-size:.82rem;line-height:1.45}.dashboard-main-panels{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.dashboard-secondary-panels{grid-template-columns:minmax(0,1.35fr) minmax(18rem,.9fr)}.dashboard-secondary-panels,.dashboard-side-column{display:grid;grid-gap:1rem;gap:1rem}.dashboard-panel{padding:1rem;border-radius:1.1rem}.dashboard-panel-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:.85rem}.dashboard-panel-header h3{margin:0;font-size:1rem;letter-spacing:-.02em}.dashboard-panel-header p{margin:.2rem 0 0;color:var(--muted);font-size:.84rem;line-height:1.4}.dashboard-inline-link{color:var(--primary);text-decoration:none;font-size:.84rem;font-weight:700}.dashboard-list,.dashboard-mini-list{display:grid;grid-gap:.75rem;gap:.75rem}.dashboard-list-item,.dashboard-mini-item,.dashboard-module-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem .95rem;border-radius:.95rem;text-decoration:none;color:var(--text);background:var(--surface-soft);border:1px solid transparent}.dashboard-list-item strong,.dashboard-mini-item strong,.dashboard-module-card strong{display:block;margin:0;font-size:.95rem;letter-spacing:-.02em}.dashboard-list-item span,.dashboard-mini-item span,.dashboard-module-card p,.dashboard-module-card span{color:var(--muted);font-size:.82rem;line-height:1.45}.dashboard-module-card p{margin:0}.dashboard-list-item>div,.dashboard-module-card{min-width:0}.dashboard-module-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.dashboard-quick-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.8rem;gap:.8rem}.dashboard-quick-empty{display:grid;grid-gap:.3rem;gap:.3rem;padding:.95rem 1rem;border-radius:1rem;background:var(--surface-soft);border:1px solid var(--ghost-border)}.dashboard-quick-empty strong{font-size:.96rem}.dashboard-quick-empty p{margin:0;color:var(--muted);font-size:.84rem;line-height:1.45}.dashboard-module-card{display:grid;justify-content:start;grid-gap:.32rem;gap:.32rem}.dashboard-quick-card{display:grid;grid-gap:.48rem;gap:.48rem;min-height:9.2rem;padding:1rem;border-radius:1rem;text-decoration:none;color:var(--text);background:var(--surface-soft);border:1px solid var(--ghost-border)}.dashboard-quick-card p{margin:0;color:var(--muted);font-size:.82rem;line-height:1.45}.dashboard-quick-card strong{font-size:.96rem}.dashboard-quick-card.is-primary{background:color-mix(in srgb,var(--primary) 8%,var(--surface))}.dashboard-quick-card.is-secondary{background:color-mix(in srgb,#0f766e 8%,var(--surface))}.dashboard-quick-card.is-success{background:color-mix(in srgb,#16a34a 8%,var(--surface))}.dashboard-quick-icon{display:inline-grid;place-items:center;width:2rem;height:2rem;border-radius:.72rem;background:color-mix(in srgb,var(--primary) 12%,var(--surface));color:var(--primary-deep);font-weight:800}.dashboard-home-links{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-home-card{min-height:7rem}.dashboard-module-card span{color:var(--primary);font-weight:700}.dashboard-module-card .dashboard-module-icon{margin-bottom:.2rem}.dashboard-book-tags{display:flex;flex-wrap:wrap;gap:.55rem}.dashboard-book-tag{display:inline-flex;align-items:center;padding:.52rem .72rem;border-radius:999px;background:var(--surface-soft);color:var(--text);font-size:.82rem;border:1px solid var(--ghost-border)}.dashboard-empty,.dashboard-loading{display:grid;place-items:center;min-height:8rem;border-radius:.95rem;background:var(--surface-soft);color:var(--muted);font-size:.88rem}.dashboard-list-arrow{color:var(--primary);font-weight:800}.module-dashboard .dashboard-hero h2{letter-spacing:-.03em}.module-dashboard .dashboard-count-card,.module-dashboard .dashboard-list-item,.module-dashboard .dashboard-mini-item,.module-dashboard .dashboard-module-card{position:relative}.module-dashboard .dashboard-count-card:after,.module-dashboard .dashboard-list-item:after,.module-dashboard .dashboard-mini-item:after,.module-dashboard .dashboard-module-card:after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.28);pointer-events:none}.module-events .detail-empty,.module-gallery .detail-empty,.module-news .detail-empty{min-height:25rem}.module-events .explorer-card h2,.module-gallery .explorer-card h2,.module-news .explorer-card h2{margin-bottom:.8rem}.directo-preview-frame{width:100%;min-height:20rem;border:0;border-radius:1.2rem;background:#0f172a}.form-actions{display:flex;justify-content:flex-start;gap:.8rem;flex-wrap:wrap;margin-top:.35rem}.checkbox-field{display:flex;align-items:center;gap:.65rem;color:var(--text);font-weight:600}.checkbox-field input{width:auto}.profile-hero-card,.profile-stack,.users-stack{display:grid;grid-gap:1rem;gap:1rem}.profile-hero-card{padding:1.15rem;border-radius:1.45rem;background:linear-gradient(180deg,color-mix(in srgb,var(--primary) 7%,var(--surface)),var(--surface));border:1px solid color-mix(in srgb,var(--primary) 14%,var(--ghost-border));box-shadow:0 14px 32px rgba(15,23,42,.06)}.profile-hero-top{display:flex;align-items:center;gap:.95rem}.profile-avatar{width:3.3rem;height:3.3rem;border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--primary),color-mix(in srgb,var(--primary) 62%,var(--accent)));color:#fff;font-size:1.2rem;font-weight:900;letter-spacing:.02em;box-shadow:0 14px 28px rgba(37,99,235,.22)}.profile-hero-copy{min-width:0}.profile-hero-kicker{display:block;margin-bottom:.2rem;color:var(--muted);font-size:.74rem;text-transform:uppercase;letter-spacing:.12em;font-weight:800}.profile-hero-copy h2{margin:0;font-size:1.28rem}.profile-hero-copy p{margin:.22rem 0 0;color:var(--muted)}.profile-hero-note{margin-top:.45rem!important;font-size:.88rem;line-height:1.45}.profile-hero-minirow{display:flex;flex-wrap:wrap;gap:.5rem}.profile-mini-pill{display:inline-flex;align-items:center;min-height:1.65rem;padding:0 .7rem;border-radius:999px;background:var(--surface-high);color:var(--text);border:1px solid var(--ghost-border);font-size:.75rem;font-weight:700}.profile-hero-actions{display:flex;flex-wrap:wrap;gap:.65rem}.profile-quick-card{padding-top:1rem;background:color-mix(in srgb,var(--surface) 96%,var(--primary) 4%);box-shadow:0 10px 24px rgba(15,23,42,.04)}.profile-quick-list{margin:0;padding:0;list-style:none;display:grid;grid-gap:.55rem;gap:.55rem;color:var(--muted)}.profile-quick-list li{position:relative;padding-left:1rem}.profile-quick-list li:before{content:"";position:absolute;left:0;top:.55rem;width:.33rem;height:.33rem;border-radius:999px;background:var(--primary)}.profile-section-card{position:relative;padding-top:1.05rem}.profile-section-compact{padding-bottom:.95rem}.profile-section-tag{min-height:1.6rem;padding:0 .55rem;border-radius:999px;background:color-mix(in srgb,var(--primary) 10%,var(--surface));color:var(--primary);border:1px solid color-mix(in srgb,var(--primary) 18%,var(--ghost-border));font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.profile-section-tag,.profile-status-pill{display:inline-flex;align-items:center;font-weight:800}.profile-status-pill{min-height:1.7rem;padding:0 .65rem;border-radius:999px;font-size:.76rem;letter-spacing:.04em}.profile-status-pill.is-ready{background:color-mix(in srgb,#16a34a 12%,var(--surface));color:#166534;border:1px solid color-mix(in srgb,#16a34a 22%,var(--ghost-border))}.profile-status-pill.is-pending{background:color-mix(in srgb,#f59e0b 12%,var(--surface));color:#92400e;border:1px solid color-mix(in srgb,#f59e0b 24%,var(--ghost-border))}.profile-form-hint,.profile-section-note{margin:0;color:var(--muted);font-size:.85rem;line-height:1.45}.profile-info-grid{margin-top:.8rem}.profile-roadmap-strip{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;justify-content:space-between;padding:.95rem 1rem;border-radius:1rem;background:color-mix(in srgb,var(--primary) 6%,var(--surface));border:1px solid color-mix(in srgb,var(--primary) 14%,var(--ghost-border))}.profile-preferences-strip{align-items:flex-start}.profile-roadmap-copy{min-width:0}.profile-roadmap-strip strong{display:block;margin-bottom:.2rem}.profile-roadmap-strip p{margin:0;color:var(--muted);font-size:.85rem}.profile-roadmap-chiprow{display:flex;flex-wrap:wrap;gap:.45rem}.profile-roadmap-chip{display:inline-flex;align-items:center;min-height:1.65rem;padding:0 .65rem;border-radius:999px;background:var(--surface-high);color:var(--text);border:1px solid var(--ghost-border);font-size:.78rem;font-weight:700}.profile-preference-grid{flex:1 1 18rem;display:grid;grid-gap:.8rem;gap:.8rem}.profile-preference-group{display:grid;grid-gap:.45rem;gap:.45rem}.profile-preference-label{color:var(--muted);font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.1em}.profile-preference-segment{display:flex;flex-wrap:wrap;gap:.45rem}.profile-preference-option{min-height:2.35rem;padding:0 .9rem;border-radius:999px;border:1px solid var(--ghost-border);background:var(--surface-high);color:var(--muted);font-size:.84rem;font-weight:700;box-shadow:none}.profile-preference-option.is-active{background:color-mix(in srgb,var(--primary) 12%,var(--surface));border-color:color-mix(in srgb,var(--primary) 22%,var(--ghost-border));color:var(--primary)}.profile-compact-list{display:grid;grid-gap:.55rem;gap:.55rem;margin-top:.85rem}.profile-compact-row{display:flex;align-items:center;justify-content:space-between;gap:.8rem;padding-bottom:.55rem;border-bottom:1px solid var(--ghost-border)}.profile-compact-row:last-child{padding-bottom:0;border-bottom:0}.profile-compact-row span{color:var(--muted);font-size:.82rem}.profile-compact-row strong{font-size:.94rem;text-align:right}.profile-accordion-card{display:grid;grid-gap:.8rem;gap:.8rem;padding:.95rem 1rem 1rem;border-radius:1.25rem;background:color-mix(in srgb,var(--surface) 96%,var(--primary) 4%);border:1px solid var(--ghost-border);box-shadow:0 10px 24px rgba(15,23,42,.04)}.profile-accordion-toggle{display:flex;align-items:center;justify-content:space-between;gap:.9rem;width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left}.profile-accordion-toggle em,.profile-accordion-toggle strong{display:block}.profile-accordion-toggle strong{font-size:1rem}.profile-accordion-toggle em{margin-top:.18rem;color:var(--muted);font-style:normal;font-size:.84rem}.profile-accordion-chevron{flex:0 0 auto;font-size:1.2rem;color:var(--muted);transition:transform .18s ease}.profile-accordion-chevron.is-open{transform:rotate(180deg)}.profile-accordion-body{display:grid;grid-gap:.9rem;gap:.9rem}.profile-accordion-body .profile-section-card{background:var(--surface)}.profile-accordion-body .profile-section-card .profile-info-grid{gap:.65rem}.profile-accordion-body .profile-section-card .meta-stat{gap:.3rem;padding:.75rem .85rem;background:color-mix(in srgb,var(--surface-high) 94%,var(--primary) 6%);border-color:var(--ghost-border)}.profile-accordion-body .profile-section-card .meta-stat span{padding:0;background:transparent;color:var(--muted);border-radius:0;justify-content:flex-start;font-size:.68rem}.profile-accordion-body .profile-section-card .meta-stat strong{font-size:.92rem}@media (max-width:920px){.profile-hero-top{align-items:flex-start}.profile-hero-actions{flex-direction:column}.profile-hero-actions>*{width:100%}.profile-compact-row{align-items:flex-start;flex-direction:column}.profile-compact-row strong{text-align:left}}.user-card{display:grid;grid-gap:1rem;gap:1rem;padding:1rem;border-radius:1.1rem;background:var(--surface-high);border:1px solid hsla(0,0%,100%,.04)}.user-card-header span,.user-card-header strong{display:block}.user-card-header span{margin-top:.25rem;color:var(--muted);font-size:.84rem}.profile-info-grid,.user-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.85rem;gap:.85rem}.profile-summary{display:grid;grid-gap:.3rem;gap:.3rem;padding:.9rem;border-radius:1rem;background:var(--surface-high);border:1px solid hsla(0,0%,100%,.04)}.profile-summary span,.profile-summary strong{display:block}.profile-summary span{color:var(--muted);font-size:.84rem}.profile-drive-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.9rem}.profile-upload-field{min-height:2.95rem}.multi-select{min-height:8rem}@media (max-width:1120px){.editor-shell{grid-template-columns:1fr}.editor-main{order:1;gap:.75rem}.editor-sidebar,.mobile-drawer-trigger{display:none}.mobile-topbar-menu{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.55rem;height:2.55rem;border-radius:.9rem;background:var(--surface-strong);color:var(--text);border:1px solid var(--ghost-border);box-shadow:0 10px 28px rgba(0,0,0,.12);padding:0}.mobile-more-overlay{display:block;position:fixed;inset:0;border:0;background:rgba(15,23,42,.28);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:35}.mobile-drawer-sheet{display:grid;grid-gap:.9rem;gap:.9rem;position:fixed;left:0;top:0;bottom:0;width:min(82vw,18rem);padding:.9rem;background:var(--surface);border-right:1px solid var(--ghost-border);box-shadow:18px 0 42px rgba(15,23,42,.12);z-index:36}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-bottom:.45rem;border-bottom:1px solid var(--ghost-border)}.mobile-drawer-brand{display:flex;align-items:center;min-width:0}.mobile-drawer-brand span,.mobile-drawer-brand strong{display:block}.mobile-drawer-brand strong{font-size:.92rem}.mobile-drawer-brand span{margin-top:.18rem;color:var(--muted);font-size:.74rem}.mobile-more-links{display:grid;grid-gap:.55rem;gap:.55rem;align-content:start}.mobile-more-link{display:flex;align-items:center;gap:.7rem;min-height:2.75rem;padding:.72rem .82rem;border-radius:.88rem;background:var(--surface);color:var(--text);text-decoration:none;border:1px solid var(--ghost-border)}.mobile-more-link.is-active{background:color-mix(in srgb,var(--primary) 7%,var(--surface));color:var(--primary)}.mobile-more-logout{justify-content:flex-start}}@media (max-width:920px){.editor-main{width:100%}.detail-grid,.detail-hero,.editor-canvas,.editor-canvas-listing,.module-events .editor-canvas-listing,.module-gallery .editor-canvas-listing,.module-news .editor-canvas-listing,.news-edit-layout{grid-template-columns:1fr}.editor-detail,.editor-topbar,.explorer-panel{width:100%}.image-inline-row{grid-template-columns:1fr}.upload-button-field{margin-top:0;width:100%}.news-list-header,.news-table-row{align-items:flex-start}.dashboard-counts,.dashboard-hero,.dashboard-main-panels,.dashboard-module-grid,.dashboard-secondary-panels,.event-row,.gallery-meta-grid,.gallery-preview-meta,.gallery-row,.profile-info-grid,.user-card-grid{grid-template-columns:1fr}.preview-panel{position:static;width:100%}.module-users .editor-canvas,.users-role-segment,.users-section-grid{grid-template-columns:1fr}.users-header-actions{justify-content:flex-start}.users-filter-segment{width:100%}.users-filter-chip{flex:1 1 auto}.editor-topbar{display:grid;min-height:3.35rem;grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.editor-topbar-title{min-width:0;display:flex;justify-content:center}.editor-topbar-right{justify-self:end;justify-content:flex-end;flex-wrap:wrap;min-width:0}.editor-context-note{display:none}.topbar-action-button{white-space:nowrap}.detail-grid-stack-mobile,.event-preview-header,.profile-hero-stats{grid-template-columns:1fr}.profile-drive-actions,.profile-hero-actions{flex-direction:column;align-items:stretch}.profile-drive-actions>*,.profile-hero-actions>*{width:100%}.dashboard-hero-home,.dashboard-home-links,.dashboard-quick-grid{grid-template-columns:1fr}.dashboard-clock-card{min-height:0}.profile-accordion-card{padding:.85rem .85rem .9rem}.profile-accordion-toggle{align-items:flex-start}.profile-accordion-toggle span:first-child{min-width:0}}@media (max-width:680px){.editor-shell{padding:max(.5rem,env(safe-area-inset-top)) max(.5rem,env(safe-area-inset-right)) max(.5rem,env(safe-area-inset-bottom)) max(.5rem,env(safe-area-inset-left))}.form-actions{display:grid}.editor-topbar-right,.news-table-actions{flex-wrap:wrap}.editor-topbar{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:.75rem;gap:.75rem;padding:.68rem .72rem;border-radius:.95rem}.editor-topbar-title h1{font-size:1.02rem;line-height:1;text-align:center}.editor-topbar-right{display:flex;justify-content:flex-end;gap:.38rem;align-items:center;flex-wrap:wrap;min-width:0}.topbar-action-button{min-height:2.3rem;padding-inline:.72rem;font-size:.82rem;border-radius:.82rem;white-space:normal}.theme-toggle{min-height:2.3rem;padding:.42rem .62rem}.theme-toggle-label{display:none}.user-pill{padding:.42rem}.user-pill-link{gap:0}.user-pill-link span:last-child{display:none}.dashboard-grid,.editor-canvas,.editor-content-shell,.editor-detail,.editor-main,.editor-shell,.news-edit-layout,.profile-stack{min-width:0;max-width:100%}.editor-topbar-right>*,.editor-topbar-title{min-width:0}.mobile-topbar-menu{width:2.15rem;height:2.15rem;border-radius:.82rem}.dialog-sheet{left:.45rem;right:.45rem;width:auto;transform:translateY(-50%)}.mobile-drawer-sheet{width:min(88vw,17rem);padding:.8rem}.sync-modal{width:calc(100vw - 1rem);max-width:calc(100vw - 1rem);padding:1rem;border-radius:1.1rem}.sync-modal-header,.sync-progress-meta{gap:.6rem}.sync-step-list li{padding:.68rem .75rem}.module-users .editor-detail-list{padding:.8rem}.dashboard-count-card,.dashboard-hero,.dashboard-panel{padding:.9rem;border-radius:.95rem}.dashboard-hero-home{gap:.85rem}.dashboard-hero h2{font-size:1.28rem}.dashboard-clock-card strong{font-size:2rem}.dashboard-meta-row{gap:.4rem}.dashboard-quick-card{min-height:0;padding:.9rem}.dashboard-list-item,.dashboard-mini-item,.dashboard-module-card{padding:.82rem .85rem}.detail-meta{grid-template-columns:1fr}.news-list-header{flex-direction:column;align-items:stretch}.phone-frame{padding:.7rem;border-radius:1.45rem}.phone-screen{min-height:29rem}.news-edit-layout{grid-template-columns:1fr;gap:.85rem}.news-edit-main{order:1}.preview-panel{order:2;position:static;width:100%}.preview-panel-header{align-items:flex-start}.phone-frame{width:100%}.phone-screen{min-height:27rem}.detail-hero{gap:.35rem;padding-bottom:.8rem}.detail-hero h2{font-size:1.1rem}.editor-card-section{padding:.85rem;border-radius:.95rem}.image-inline-row{grid-template-columns:1fr}.upload-button-field{width:100%}.field-card,.gallery-visibility-toggle{padding:.8rem}.event-row,.gallery-row,.news-table-row{grid-template-columns:1fr;gap:.7rem}.news-table-actions{justify-content:flex-start}.event-row-date{width:3rem;min-width:3rem}.event-row-date strong{font-size:.92rem}.gallery-row-cover{width:100%;height:8rem}.news-list-header{gap:.6rem}.news-list-header h2{font-size:.98rem}.news-list-header p{font-size:.82rem}.detail-empty{min-height:16rem;padding:1.25rem .75rem}.user-row-summary{grid-template-columns:auto minmax(0,1fr) auto;gap:.7rem;padding:.9rem .92rem}.user-row-meta{grid-column:2/4;justify-content:flex-start}.user-row-copy span{font-size:.8rem}.user-row-body{padding-inline:.92rem}.users-create-card{gap:.85rem}.users-role-option,.users-section-chip{padding:.72rem .78rem}.profile-accordion-card,.profile-hero-card,.profile-quick-card,.profile-roadmap-strip,.profile-section-card{padding-left:.85rem;padding-right:.85rem}.profile-hero-top{gap:.75rem}.profile-hero-copy h2{font-size:1.18rem}.profile-hero-note{font-size:.8rem}.profile-hero-actions{gap:.5rem}.profile-hero-actions>*{min-height:2.7rem}.profile-compact-row{gap:.3rem}.profile-compact-row span{font-size:.76rem}.profile-compact-row strong{font-size:.9rem}.profile-roadmap-strip{gap:.75rem}.profile-roadmap-chiprow{width:100%}.profile-roadmap-chip{font-size:.72rem}.profile-accordion-toggle em{max-width:14rem}}