@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--primary:#f97316;--primary-light:#fff7ed;--primary-hover:#ea580c;--primary-50:#fff7ed;--primary-100:#ffedd5;--bg:#f8f9fb;--surface:#fff;--surface-hover:#f9fafb;--border:#e5e7eb;--border-light:#f3f4f6;--text:#374151;--text-secondary:#6b7280;--text-muted:#9ca3af;--text-heading:#111827;--success:#22c55e;--success-bg:#dcfce7;--success-text:#166534;--warning:#eab308;--warning-bg:#fef9c3;--warning-text:#854d0e;--danger:#ef4444;--danger-bg:#fee2e2;--danger-text:#991b1b;--info:#3b82f6;--info-bg:#dbeafe;--info-text:#1e40af;--sidebar-width:260px;--sidebar-collapsed:72px;--header-height:64px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -4px #0000000d;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:14px;line-height:1.5}[data-theme=dark]{--bg:#0f1117;--surface:#1a1d26;--surface-hover:#22262f;--border:#2e3340;--border-light:#252a36;--text:#e2e8f0;--text-secondary:#94a3b8;--text-muted:#64748b;--text-heading:#f1f5f9}*{box-sizing:border-box;margin:0;padding:0}html,body,#app{height:100%;overflow:hidden}body{background:var(--bg)}#app{flex-direction:column;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.flex{display:flex}.flex-col{flex-direction:column;display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.gap-6{gap:24px}.w-full{width:100%}.h-full{height:100%}.text-sm{font-size:13px}.text-xs{font-size:12px}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}.animate-fade-in{animation:.2s ease-out fadeIn}.animate-slide-in{animation:.2s ease-out slideInRight}input,select,textarea{color:var(--text);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);outline:none;width:100%;padding:10px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-100)}input::placeholder,textarea::placeholder{color:var(--text-muted)}select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}input[type=checkbox]{cursor:pointer;width:18px;height:18px;accent-color:var(--primary);border-radius:4px}.table-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:14px}th{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border);white-space:nowrap;background:var(--bg);padding:12px 16px;font-weight:500}td{border-bottom:1px solid var(--border-light);color:var(--text);vertical-align:middle;padding:14px 16px}tr:hover td{background:var(--surface-hover)}tr:last-child td{border-bottom:none}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}@media (width<=1024px){:root{--sidebar-width:0px}}@media (width<=768px){.hide-mobile{display:none!important}}.date-cell{flex-direction:column;gap:2px;display:flex}.date-cell .time{color:var(--text-muted);font-size:12px}.action-btn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.action-btn:hover{background:var(--surface-hover);color:var(--text-heading);border-color:var(--text-secondary)}.action-btn.danger{color:var(--danger);border-color:var(--danger-bg);background:var(--danger-bg)}.action-btn.danger:hover{background:var(--danger);color:#fff;border-color:var(--danger)}.action-btn.success{color:var(--success);border-color:var(--success-bg);background:var(--success-bg)}.action-btn.success:hover{background:var(--success);color:#fff;border-color:var(--success)}.index{color:var(--text-secondary);font-size:13px}.star-btn{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:color .15s;display:inline-flex}.star-btn.active{color:#fbbf24}.avatar{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:600;display:flex;overflow:hidden}.avatar img{object-fit:cover;width:100%;height:100%}.page,.dashboard,.settings,.loading-grid{padding:24px}@media (width<=768px){.page,.dashboard,.settings,.loading-grid{padding:16px}}.panel-title{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.stat-list{flex-direction:column;gap:10px;display:flex}.stat-item{color:var(--text-secondary);justify-content:space-between;font-size:13px;display:flex}.stat-num{color:var(--text-heading);font-weight:600}.stat-num.success{color:var(--success)}.stat-num.warning{color:var(--warning)}.stat-num.muted{color:var(--text-muted)}.quick-list{flex-direction:column;gap:4px;display:flex}.quick-item{border-radius:var(--radius-md);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;text-decoration:none;display:flex}.quick-item:hover{background:var(--surface-hover)}.arrow{color:var(--text-muted);margin-left:auto}.form-group.svelte-1l6m4pa{flex-direction:column;gap:6px;display:flex;position:relative}.input-wrap.svelte-1l6m4pa{align-items:center;width:100%;display:flex;position:relative}.input-wrap.svelte-1l6m4pa input.has-icon:where(.svelte-1l6m4pa){padding-right:40px}.toggle-btn.svelte-1l6m4pa{color:var(--text-muted);cursor:pointer;z-index:2;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;display:flex;position:absolute;right:12px}.toggle-btn.svelte-1l6m4pa:hover{color:var(--text-secondary)}label.svelte-1l6m4pa{color:var(--text-heading);font-size:13px;font-weight:500}.required.svelte-1l6m4pa{color:var(--danger);margin-left:2px}input.error.svelte-1l6m4pa{border-color:var(--danger)}input.error.svelte-1l6m4pa:focus{box-shadow:0 0 0 3px var(--danger-bg)}.meta.svelte-1l6m4pa{justify-content:space-between;align-items:center;display:flex}.error-text.svelte-1l6m4pa{color:var(--danger);font-size:12px}.helper.svelte-1l6m4pa,.counter.svelte-1l6m4pa{color:var(--text-muted);font-size:12px}.counter.over.svelte-1l6m4pa{color:var(--danger)}.btn.svelte-1xko78n{border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;font-weight:500;transition:all .15s;display:inline-flex}.btn.svelte-1xko78n:disabled{opacity:.5;cursor:not-allowed}.btn-sm.svelte-1xko78n{padding:6px 12px;font-size:13px}.btn-md.svelte-1xko78n{padding:10px 16px;font-size:14px}.btn-lg.svelte-1xko78n{padding:14px 24px;font-size:15px}.btn-primary.svelte-1xko78n{background:var(--primary);color:#fff}.btn-primary.svelte-1xko78n:hover:not(:disabled){background:var(--primary-hover)}.btn-secondary.svelte-1xko78n{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-secondary.svelte-1xko78n:hover:not(:disabled){background:var(--surface-hover)}.btn-danger.svelte-1xko78n{background:var(--danger-bg);color:var(--danger)}.btn-danger.svelte-1xko78n:hover:not(:disabled){background:var(--danger);color:#fff}.btn-ghost.svelte-1xko78n{color:var(--text-secondary);background:0 0}.btn-ghost.svelte-1xko78n:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.btn-outline.svelte-1xko78n{color:var(--primary);border:1px solid var(--primary);background:0 0}.btn-outline.svelte-1xko78n:hover:not(:disabled){background:var(--primary-light)}.login-page.svelte-110obhz{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.login-box.svelte-110obhz{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:420px;box-shadow:var(--shadow-md);padding:40px}.login-error-alert.svelte-110obhz{color:#991b1b;border-radius:var(--radius-md);background:#fee2e2;border:1px solid #fca5a5;align-items:center;gap:8px;margin-bottom:20px;padding:12px;font-size:13px;font-weight:500;display:flex}.alert-icon.svelte-110obhz{color:#dc2626;flex-shrink:0}.logo.svelte-110obhz{flex-direction:column;align-items:center;margin-bottom:24px;display:flex}.logo-text.svelte-110obhz{color:var(--text-heading);font-size:32px;font-style:italic;font-weight:700}.logo-sub.svelte-110obhz{color:var(--primary);font-size:14px;font-weight:500}h2.svelte-110obhz{color:var(--text-heading);text-align:center;margin:0 0 4px;font-size:22px;font-weight:700}.subtitle.svelte-110obhz{color:var(--text-muted);text-align:center;margin-bottom:24px;font-size:14px}form.svelte-110obhz{flex-direction:column;gap:16px;display:flex}form.svelte-110obhz .btn{width:100%;margin-top:8px}.dropdown.svelte-x6k6te{display:inline-block;position:relative}.dropdown-trigger.svelte-x6k6te{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.dropdown-trigger.svelte-x6k6te:hover,.dropdown-trigger[aria-expanded=true].svelte-x6k6te{background:var(--surface-hover);color:var(--text-heading);border-color:var(--text-secondary)}.dropdown-menu.svelte-x6k6te{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);min-width:140px;box-shadow:var(--shadow-md);flex-direction:column;gap:2px;padding:4px;display:flex}.dropdown-menu button,.dropdown-menu a{width:100%;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:8px;padding:8px 12px;font-size:13px;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:flex}.dropdown-menu button:hover,.dropdown-menu a:hover{background:var(--surface-hover);color:var(--text-heading)}.dropdown-menu button.danger,.dropdown-menu a.danger{color:var(--danger)!important}.dropdown-menu button.danger:hover,.dropdown-menu a.danger:hover{background:var(--danger-bg)!important;color:var(--danger-text)!important}.sidebar.svelte-6dohdz{width:var(--sidebar-width);background:var(--surface);border-right:1px solid var(--border);flex-direction:column;flex-shrink:0;transition:transform .2s;display:flex}.sidebar-inner.svelte-6dohdz{flex-direction:column;height:100%;padding:20px 12px;display:flex;overflow-y:auto}.logo-area.svelte-6dohdz{justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 8px;display:flex}.mobile-toggle.svelte-6dohdz{border:1px solid var(--border);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:50%;justify-content:center;align-items:center;transition:all .15s;display:none}.mobile-toggle.svelte-6dohdz:hover{background:var(--surface-hover);color:var(--text-heading)}.logo.svelte-6dohdz{flex-direction:column;text-decoration:none;display:flex}.logo-text.svelte-6dohdz{color:#1e293b;letter-spacing:-.5px;font-family:Playfair Display,Georgia,serif;font-size:26px;font-weight:700}.logo-sub.svelte-6dohdz{color:var(--primary);letter-spacing:1px;text-transform:uppercase;margin-top:-2px;font-size:11px;font-weight:600}.nav.svelte-6dohdz{flex-direction:column;flex:1;gap:2px;display:flex}.nav-link.svelte-6dohdz{border-radius:var(--radius-md);color:var(--text-secondary);align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:all .15s;display:flex;position:relative}.nav-link.svelte-6dohdz:hover{background:var(--surface-hover);color:var(--text)}.nav-link.active.svelte-6dohdz{background:var(--primary-light);color:var(--primary);font-weight:600}.nav-link.svelte-6dohdz .badge:where(.svelte-6dohdz){color:#ef4444;background:#fee2e2;border-radius:999px;margin-left:auto;padding:2px 8px;font-size:11px;font-weight:600}.bottom.svelte-6dohdz{border-top:1px solid var(--border-light);flex-direction:column;gap:12px;margin-top:auto;padding-top:16px;display:flex}.view-site.svelte-6dohdz{border-radius:var(--radius-md);color:#4b5563;background:#f3f4f6;border:none;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:all .15s;display:flex}.view-site.svelte-6dohdz:hover{background:var(--border);color:var(--text-heading)}.user-card.svelte-6dohdz{border-radius:var(--radius-md);border:1px solid var(--border-light);background:var(--surface-hover);justify-content:space-between;align-items:center;gap:10px;padding:8px;transition:all .15s;display:flex}.user-card-link.svelte-6dohdz{flex:1;align-items:center;gap:10px;min-width:0;text-decoration:none;display:flex}.user-card.svelte-6dohdz:hover{border-color:var(--primary-light);background:var(--primary-light)}.user-info.svelte-6dohdz{flex-direction:column;flex:1;min-width:0;display:flex}.name.svelte-6dohdz{color:var(--text-heading);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.email.svelte-6dohdz{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.backdrop.svelte-6dohdz{display:none}@media (width<=1024px){.sidebar.svelte-6dohdz{z-index:100;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%)}.sidebar.open.svelte-6dohdz{transform:translate(0)}.mobile-toggle.svelte-6dohdz{display:flex}.backdrop.svelte-6dohdz{z-index:99;background:#0000004d;display:block;position:fixed;inset:0}}.search.svelte-c2kcm7{align-items:center;width:100%;max-width:400px;display:flex;position:relative}.search.svelte-c2kcm7 .search-icon{color:var(--text-muted);pointer-events:none;position:absolute;left:14px}.search.svelte-c2kcm7 input:where(.svelte-c2kcm7){background:var(--surface);width:100%;height:42px;padding-left:40px;padding-right:50px}.shortcut.svelte-c2kcm7{color:var(--text-muted);background:var(--bg);border:1px solid var(--border);pointer-events:none;border-radius:4px;padding:2px 6px;font-size:11px;position:absolute;right:12px}.header.svelte-hv3zzy{z-index:100;height:var(--header-height);background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:space-between;align-items:center;padding:0 24px;display:flex;position:sticky;top:0}.left.svelte-hv3zzy{align-items:center;gap:16px;display:flex}.menu-btn.svelte-hv3zzy{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:6px;display:none}.menu-btn.svelte-hv3zzy:hover{background:var(--surface-hover)}.title-area.svelte-hv3zzy h1:where(.svelte-hv3zzy){color:var(--text-heading);margin:0;font-size:22px;font-weight:700}.subtitle.svelte-hv3zzy{color:var(--text-secondary);margin:4px 0 0;font-size:14px}.breadcrumbs.svelte-hv3zzy{color:var(--text-muted);align-items:center;gap:8px;margin-top:2px;font-size:13px;display:flex}.breadcrumbs.svelte-hv3zzy a:where(.svelte-hv3zzy){color:var(--text-secondary);text-decoration:none}.breadcrumbs.svelte-hv3zzy a:where(.svelte-hv3zzy):hover{color:var(--primary)}.sep.svelte-hv3zzy{color:var(--border)}.right.svelte-hv3zzy{align-items:center;gap:8px;display:flex}.search-wrap.svelte-hv3zzy{width:320px}.icon-btn.svelte-hv3zzy{border-radius:var(--radius-md);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative}.icon-btn.svelte-hv3zzy:hover{background:var(--surface-hover);color:var(--text)}.notif-badge.svelte-hv3zzy{background:var(--danger);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:600;display:flex;position:absolute;top:4px;right:4px}.profile.svelte-hv3zzy{position:relative}.profile-btn.svelte-hv3zzy{border-radius:var(--radius-md);cursor:pointer;background:0 0;border:none;align-items:center;gap:10px;padding:6px 10px;transition:all .15s;display:flex}.profile-btn.svelte-hv3zzy:hover{background:var(--surface-hover)}.profile.open.svelte-hv3zzy .chevron{transform:rotate(180deg)}.avatar.svelte-hv3zzy{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:12px;font-weight:600;display:flex;overflow:hidden}.avatar.svelte-hv3zzy img:where(.svelte-hv3zzy){object-fit:cover;width:100%;height:100%}.profile-text.svelte-hv3zzy{flex-direction:column;align-items:flex-start;line-height:1.3;display:flex}.name.svelte-hv3zzy{color:var(--text-heading);font-size:13px;font-weight:600}.role.svelte-hv3zzy{color:var(--text-muted);font-size:11px}.dropdown.svelte-hv3zzy{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:50;min-width:180px;padding:6px;animation:.15s ease-out fadeIn;position:absolute;top:calc(100% + 6px);right:0}.dropdown-item.svelte-hv3zzy{border-radius:var(--radius-md);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:14px;text-decoration:none;display:flex}.dropdown-item.svelte-hv3zzy:hover{background:var(--surface-hover)}@media (width<=1024px){.menu-btn.svelte-hv3zzy{display:flex}.search-wrap.svelte-hv3zzy{width:240px}}@media (width<=768px){.header.svelte-hv3zzy{padding:0 16px}.search-wrap.svelte-hv3zzy{display:none}}.toast-container.svelte-zemmny{z-index:9999;flex-direction:column;gap:8px;display:flex;position:fixed;top:20px;right:20px}.toast.svelte-zemmny{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);border-left:4px solid;align-items:center;gap:10px;min-width:300px;padding:14px 18px;animation:.2s ease-out svelte-zemmny-slideIn;display:flex}.message.svelte-zemmny{color:var(--text);flex:1;font-size:14px}.close.svelte-zemmny{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:2px;display:flex}.close.svelte-zemmny:hover{color:var(--text)}@keyframes svelte-zemmny-slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.layout.svelte-3rx7k1{height:100vh;display:flex;overflow:hidden}.main.svelte-3rx7k1{flex-direction:column;flex:1;min-width:0;display:flex;overflow:hidden}.content.svelte-3rx7k1{flex:1;padding:0;overflow-y:auto}@media (width<=768px){.content.svelte-3rx7k1{padding:0}}.skeleton.svelte-ijeev7{background:linear-gradient(90deg, var(--border-light) 25%, var(--border) 50%, var(--border-light) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.5s infinite svelte-ijeev7-shimmer}.skeleton-text.svelte-ijeev7{flex-direction:column;gap:8px;display:flex}.skeleton-card.svelte-ijeev7{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}@keyframes svelte-ijeev7-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.badge.svelte-1nqqggo{border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;line-height:1;display:inline-flex}.success.svelte-1nqqggo{background:var(--success-bg);color:var(--success-text)}.info.svelte-1nqqggo{background:var(--info-bg);color:var(--info-text)}.warning.svelte-1nqqggo{background:var(--warning-bg);color:var(--warning-text)}.danger.svelte-1nqqggo{background:var(--danger-bg);color:var(--danger-text)}.muted.svelte-1nqqggo{color:#6b7280;background:#f3f4f6}.secondary.svelte-1nqqggo{color:#374151;background:#e5e7eb}.dashboard.svelte-1thed0a{grid-template-columns:1fr 340px;align-items:start;gap:24px;display:grid}.main-content.svelte-1thed0a{flex-direction:column;gap:24px;display:flex}.stats-row.svelte-1thed0a{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.stat-card.svelte-1thed0a{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);align-items:flex-start;gap:14px;padding:20px;display:flex}.stat-icon.svelte-1thed0a{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-info.svelte-1thed0a{flex-direction:column;gap:2px;display:flex}.stat-label.svelte-1thed0a{color:var(--text-secondary);font-size:13px}.stat-value.svelte-1thed0a{color:var(--text-heading);font-size:24px;font-weight:700}.stat-change.svelte-1thed0a{color:var(--success);align-items:center;gap:4px;font-size:12px;font-weight:600;display:inline-flex}.card-header.svelte-1thed0a{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.card-header.compact.svelte-1thed0a{margin-bottom:12px}.section-title.svelte-1thed0a{color:var(--text-heading);margin:0 0 12px;font-size:15px;font-weight:600}.period-select.svelte-1thed0a{width:auto;padding:6px 32px 6px 12px;font-size:13px}.view-all.svelte-1thed0a{color:var(--text-muted);font-size:13px;font-weight:500;text-decoration:none}.view-all.svelte-1thed0a:hover{color:var(--primary)}.chart-wrap.svelte-1thed0a{height:280px}.post-title.svelte-1thed0a{align-items:center;gap:10px;display:flex}.thumb.svelte-1thed0a,.thumb-placeholder.svelte-1thed0a{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;width:36px;height:36px}.thumb-placeholder.svelte-1thed0a{background:var(--border)}.cat-dot.svelte-1thed0a{border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}.right-sidebar.svelte-1thed0a{flex-direction:column;gap:16px;display:flex}.profile-card.svelte-1thed0a{background:0 0;border:none;padding:0;overflow:hidden}.profile-photo.svelte-1thed0a{border-radius:var(--radius-lg);position:relative;overflow:hidden}.profile-photo.svelte-1thed0a img:where(.svelte-1thed0a){object-fit:cover;border-radius:var(--radius-lg);width:100%;height:320px;display:block}.profile-photo-link.svelte-1thed0a{text-decoration:none;display:block}.profile-photo-overlay.svelte-1thed0a{color:#fff;opacity:0;background:#0006;justify-content:center;align-items:center;font-size:14px;font-weight:600;transition:opacity .2s;display:flex;position:absolute;inset:0}.profile-photo.svelte-1thed0a:hover .profile-photo-overlay:where(.svelte-1thed0a){opacity:1}.quick-actions.svelte-1thed0a{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.quick-action.svelte-1thed0a{border-radius:var(--radius-md);color:var(--text);text-align:center;background:0 0;flex-direction:column;align-items:center;gap:8px;padding:12px 6px;font-size:11px;font-weight:500;text-decoration:none;transition:all .15s;display:flex}.quick-action.svelte-1thed0a:hover{background:var(--surface-hover);transform:translateY(-2px)}.qa-icon.svelte-1thed0a{border-radius:var(--radius-lg);justify-content:center;align-items:center;width:48px;height:48px;transition:transform .15s;display:flex}.recent-list.svelte-1thed0a{flex-direction:column;gap:12px;display:flex}.recent-item.svelte-1thed0a{align-items:center;gap:10px;display:flex}.recent-item.comment.svelte-1thed0a{align-items:flex-start}.ri-thumb.svelte-1thed0a,.ri-thumb-placeholder.svelte-1thed0a{border-radius:var(--radius-sm);object-fit:cover;flex-shrink:0;width:40px;height:40px}.ri-thumb-placeholder.svelte-1thed0a{background:var(--border)}.ri-avatar.svelte-1thed0a{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:11px;font-weight:600;display:flex}.ri-info.svelte-1thed0a{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.ri-title.svelte-1thed0a{color:var(--text-heading);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:500;overflow:hidden}.ri-date.svelte-1thed0a{color:var(--text-muted);font-size:12px}.ri-time.svelte-1thed0a{color:var(--text-muted);white-space:nowrap;font-size:11px}.loading-grid.svelte-1thed0a{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}@media (width<=1200px){.dashboard.svelte-1thed0a{grid-template-columns:1fr}.right-sidebar.svelte-1thed0a{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}.profile-photo.svelte-1thed0a img:where(.svelte-1thed0a){height:240px}}@media (width<=768px){.stats-row.svelte-1thed0a{grid-template-columns:repeat(2,1fr)}.right-sidebar.svelte-1thed0a{grid-template-columns:1fr}.loading-grid.svelte-1thed0a{grid-template-columns:repeat(2,1fr)}}.tabs.svelte-3b7u68{border-bottom:1px solid var(--border);gap:4px;padding-bottom:1px;display:flex}.tab.svelte-3b7u68{cursor:pointer;color:var(--text-secondary);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:8px;margin-bottom:-2px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .15s;display:flex}.tab.svelte-3b7u68:hover{color:var(--text)}.tab.active.svelte-3b7u68{color:var(--primary);border-bottom-color:var(--primary)}.count.svelte-3b7u68{background:var(--border-light);color:var(--text-muted);border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600}.active-count.svelte-3b7u68{background:var(--primary-light);color:var(--primary)}.table-card.svelte-ehhqin{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.table-wrap.svelte-ehhqin{min-height:200px;overflow-x:auto}table.svelte-ehhqin{border-collapse:collapse;width:100%;font-size:14px}th.svelte-ehhqin{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border);white-space:nowrap;background:var(--bg);padding:12px 16px;font-size:13px;font-weight:500}td.svelte-ehhqin{border-bottom:1px solid var(--border-light);color:var(--text);vertical-align:middle;padding:14px 16px}tr.svelte-ehhqin:hover td:where(.svelte-ehhqin){background:var(--surface-hover)}tr.svelte-ehhqin:last-child td:where(.svelte-ehhqin){border-bottom:none}.checkbox-col.svelte-ehhqin{text-align:center;width:48px;padding-left:16px;padding-right:0}.checkbox-col.svelte-ehhqin input:where(.svelte-ehhqin){cursor:pointer;width:18px;height:18px;accent-color:var(--primary)}.actions-col.svelte-ehhqin{white-space:nowrap;text-align:right;width:1px;padding-right:16px}.actions.svelte-ehhqin{justify-content:flex-end;align-items:center;gap:4px;display:flex}.action-btn.svelte-ehhqin{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;transition:all .15s;display:flex}.action-btn.svelte-ehhqin:hover{background:var(--surface-hover);color:var(--text);border-color:var(--text-muted)}.cell-text.svelte-ehhqin{color:var(--text)}.empty-cell.svelte-ehhqin{text-align:center;padding:60px 24px}.empty-state.svelte-ehhqin{flex-direction:column;align-items:center;gap:12px;display:flex}.empty-text.svelte-ehhqin{color:var(--text-muted);font-size:14px}.skeleton-checkbox.svelte-ehhqin{background:var(--border-light);border-radius:4px;width:18px;height:18px}.pagination.svelte-f7rahb{align-items:center;gap:4px;display:flex}.page-btn.svelte-f7rahb{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-md);min-width:36px;height:36px;color:var(--text-secondary);cursor:pointer;justify-content:center;align-items:center;padding:0 8px;font-size:14px;transition:all .15s;display:flex}.page-btn.svelte-f7rahb:hover:not(:disabled){background:var(--surface-hover);color:var(--text)}.page-btn.active.svelte-f7rahb{background:var(--primary);color:#fff;border-color:var(--primary)}.page-btn.svelte-f7rahb:disabled{opacity:.4;cursor:not-allowed}.dots.svelte-f7rahb{color:var(--text-muted);padding:0 4px}.page-shell.svelte-1fr455u{gap:24px;padding:24px;display:flex}.page-shell.with-sidebar.svelte-1fr455u .main-content:where(.svelte-1fr455u){flex:1;min-width:0}.page-header-bar.svelte-1fr455u{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.header-actions.svelte-1fr455u{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.search-bar.svelte-1fr455u{max-width:400px;margin-bottom:20px}.pagination-bar.svelte-1fr455u{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:20px;display:flex}.showing-text.svelte-1fr455u{color:var(--text-muted);font-size:13px}.right-sidebar.svelte-1fr455u{flex-direction:column;flex-shrink:0;gap:20px;width:320px;display:flex}@media (width<=1200px){.page-shell.with-sidebar.svelte-1fr455u{flex-direction:column}.right-sidebar.svelte-1fr455u{width:100%}}@media (width<=768px){.page-shell.svelte-1fr455u{padding:16px}.page-header-bar.svelte-1fr455u{flex-direction:column;align-items:stretch}.header-actions.svelte-1fr455u{justify-content:flex-end}}.overlay.svelte-32v57s{z-index:1000;background:#0006;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.modal.svelte-32v57s{background:var(--surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);width:100%;max-width:520px;max-height:90vh;animation:.15s ease-out svelte-32v57s-fadeIn;overflow-y:auto}.header.svelte-32v57s{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.header.svelte-32v57s h3:where(.svelte-32v57s){color:var(--text-heading);font-size:16px;font-weight:600}.close.svelte-32v57s{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:4px;display:flex}.close.svelte-32v57s:hover{background:var(--surface-hover);color:var(--text)}.body.svelte-32v57s{padding:24px}@keyframes svelte-32v57s-fadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.message.svelte-193t4hn{color:var(--text-secondary);margin-bottom:20px;font-size:14px;line-height:1.5}.actions.svelte-193t4hn{justify-content:flex-end;gap:10px;display:flex}.bulk-actions.svelte-c36vca{align-items:center;gap:8px;display:flex}.bulk-select.svelte-c36vca{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);color:var(--text);width:auto;min-width:170px;height:40px;padding:8px 36px 8px 12px;font-size:13px}.bulk-select.svelte-c36vca:disabled{opacity:.6;cursor:not-allowed;background:var(--border-light)}@media (width<=480px){.bulk-select.svelte-c36vca{min-width:130px;padding-right:28px;font-size:12px}}.post-cell.svelte-nram79{align-items:center;gap:12px;display:flex}.post-thumb.svelte-nram79,.post-thumb-placeholder.svelte-nram79{border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:48px;height:48px}.post-thumb-placeholder.svelte-nram79{background:var(--border)}.post-title.svelte-nram79{color:var(--text-heading);font-weight:500}.author-cell.svelte-nram79{align-items:center;gap:8px;display:flex}.author-avatar.svelte-nram79{object-fit:cover;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:600;display:flex}.cat-badge.svelte-nram79{align-items:center;gap:6px;font-size:13px;font-weight:500;display:inline-flex}.cat-dot.svelte-nram79{border-radius:50%;width:8px;height:8px}.date-cell.svelte-nram79{flex-direction:column;gap:2px;display:flex}.date-cell.svelte-nram79 .time:where(.svelte-nram79){color:var(--text-muted);font-size:12px}.upload-zone.svelte-11jx55c{border:2px dashed var(--border);border-radius:var(--radius-lg);background:var(--bg);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:40px 24px;transition:all .15s;display:flex;position:relative}.upload-zone.svelte-11jx55c:hover,.upload-zone.dragover.svelte-11jx55c{border-color:var(--primary);background:var(--primary-light)}.text.svelte-11jx55c{color:var(--text-secondary);margin:0;font-size:14px}.sub.svelte-11jx55c{color:var(--text-muted);margin:0;font-size:12px}.hidden.svelte-11jx55c{display:none}.preview-img.svelte-11jx55c{border-radius:var(--radius-md);object-fit:cover;max-width:100%;max-height:200px}.remove.svelte-11jx55c{background:var(--danger);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;padding:4px 10px;font-size:12px;position:absolute;top:8px;right:8px}.form-group.svelte-nl4orq{flex-direction:column;gap:6px;display:flex}label.svelte-nl4orq{color:var(--text-heading);font-size:13px;font-weight:500}.required.svelte-nl4orq{color:var(--danger);margin-left:2px}select.error.svelte-nl4orq{border-color:var(--danger)}select.error.svelte-nl4orq:focus{box-shadow:0 0 0 3px var(--danger-bg)}.error-text.svelte-nl4orq{color:var(--danger);font-size:12px}.helper.svelte-nl4orq{color:var(--text-muted);font-size:12px}.form-group.svelte-yqub4{flex-direction:column;gap:6px;display:flex}label.svelte-yqub4{color:var(--text-heading);font-size:13px;font-weight:500}.required.svelte-yqub4{color:var(--danger);margin-left:2px}textarea.svelte-yqub4{resize:vertical;min-height:80px}textarea.error.svelte-yqub4{border-color:var(--danger)}textarea.error.svelte-yqub4:focus{box-shadow:0 0 0 3px var(--danger-bg)}.meta.svelte-yqub4{justify-content:space-between;align-items:center;display:flex}.error-text.svelte-yqub4{color:var(--danger);font-size:12px}.helper.svelte-yqub4,.counter.svelte-yqub4{color:var(--text-muted);font-size:12px}.counter.over.svelte-yqub4{color:var(--danger)}.page.svelte-hp9q7d{grid-template-columns:1fr 320px;align-items:start;gap:24px;display:grid}.main-form.svelte-hp9q7d{flex-direction:column;gap:16px;display:flex}.card.svelte-hp9q7d{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.field-label.svelte-hp9q7d{color:var(--text-heading);margin-bottom:8px;font-size:13px;font-weight:500;display:block}.permalink.svelte-hp9q7d{align-items:center;gap:8px;display:flex}.permalink.svelte-hp9q7d .base:where(.svelte-hp9q7d){color:var(--text-muted);white-space:nowrap;font-size:14px}.permalink.svelte-hp9q7d input:where(.svelte-hp9q7d){background:var(--bg);flex:1}.edit-slug.svelte-hp9q7d{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);padding:8px 14px;font-size:13px}.edit-slug.svelte-hp9q7d:hover{background:var(--surface-hover)}.error-text.svelte-hp9q7d{color:var(--danger);margin-top:4px;font-size:12px;display:block}.editor-toolbar.svelte-hp9q7d{border:1px solid var(--border);border-radius:var(--radius-md) var(--radius-md) 0 0;background:var(--bg);border-bottom:none;flex-wrap:wrap;align-items:center;gap:4px;padding:8px 12px;display:flex}.editor-toolbar.svelte-hp9q7d select:where(.svelte-hp9q7d){background-position:right 6px center;background-size:14px;width:auto;padding:4px 28px 4px 8px;font-size:13px}.editor-toolbar.svelte-hp9q7d button:where(.svelte-hp9q7d){width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.editor-toolbar.svelte-hp9q7d button:where(.svelte-hp9q7d):hover{background:var(--surface);color:var(--text)}.toolbar-divider.svelte-hp9q7d{background:var(--border);width:1px;height:20px;margin:0 4px}.editor-content.svelte-hp9q7d{border:1px solid var(--border);border-radius:0 0 var(--radius-md) var(--radius-md);background:var(--surface);outline:none;min-height:300px;padding:16px;font-size:14px;line-height:1.7}.editor-content.svelte-hp9q7d span,.editor-content.svelte-hp9q7d font{color:inherit!important;background:0 0!important}.editor-content.svelte-hp9q7d:focus{border-color:var(--primary)}.editor-content.svelte-hp9q7d blockquote{border-left:3px solid var(--primary);color:var(--text-secondary);margin:12px 0;padding-left:16px}.editor-content.svelte-hp9q7d ul,.editor-content.svelte-hp9q7d ol{margin:8px 0;padding-left:24px}.editor-content.svelte-hp9q7d pre{background:var(--bg);border-radius:var(--radius-md);padding:12px;font-family:monospace;font-size:13px;overflow-x:auto}.editor-footer.svelte-hp9q7d{color:var(--text-muted);justify-content:space-between;margin-top:8px;font-size:12px;display:flex}.draft-status.svelte-hp9q7d{align-items:center;gap:4px;display:flex}.form-actions.svelte-hp9q7d{justify-content:flex-end;gap:10px;display:flex}.side-panels.svelte-hp9q7d{flex-direction:column;gap:16px;display:flex}.panel.svelte-hp9q7d{padding:16px}.panel-title.svelte-hp9q7d{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.panel-row.svelte-hp9q7d{justify-content:space-between;align-items:center;gap:10px;margin-bottom:12px;display:flex}.panel-label.svelte-hp9q7d{color:var(--text-secondary);font-size:13px}.panel-value.svelte-hp9q7d{align-items:center;gap:8px;display:flex}.status-dot.svelte-hp9q7d{background:var(--warning);border-radius:50%;width:8px;height:8px}.status-dot.published.svelte-hp9q7d{background:var(--success)}.panel-actions.svelte-hp9q7d{gap:8px;margin-top:12px;display:flex}.edit-link.svelte-hp9q7d{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:12px}.edit-link.svelte-hp9q7d:hover{text-decoration:underline}.move-trash.svelte-hp9q7d{border-top:1px solid var(--border-light);color:var(--danger);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;width:100%;margin-top:12px;padding-top:12px;font-size:13px;display:flex}.category-search.svelte-hp9q7d input:where(.svelte-hp9q7d),.tag-search.svelte-hp9q7d input:where(.svelte-hp9q7d){margin-bottom:8px}.category-list.svelte-hp9q7d{flex-direction:column;gap:6px;max-height:200px;display:flex;overflow-y:auto}.cat-checkbox.svelte-hp9q7d{cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.cat-checkbox.svelte-hp9q7d input:where(.svelte-hp9q7d){width:16px;height:16px}.add-new-link.svelte-hp9q7d{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-top:8px;padding:8px 0 0;font-size:13px;font-weight:500}.no-tags.svelte-hp9q7d{color:var(--text-muted);margin:8px 0;font-size:13px}.tag-list.svelte-hp9q7d{flex-direction:column;gap:6px;max-height:160px;margin-bottom:8px;display:flex;overflow-y:auto}.tag-checkbox.svelte-hp9q7d{cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.tag-checkbox.svelte-hp9q7d input:where(.svelte-hp9q7d){width:16px;height:16px}.selected-tags.svelte-hp9q7d{flex-wrap:wrap;gap:6px;margin-bottom:8px;display:flex}.selected-tag.svelte-hp9q7d{border-radius:var(--radius-md);background:var(--primary-light);color:var(--primary);align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.feature-checkbox.svelte-hp9q7d{cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.helper.svelte-hp9q7d{color:var(--text-muted);margin:6px 0 0 24px;font-size:12px}@media (width<=1024px){.page.svelte-hp9q7d{grid-template-columns:1fr}}.media-toggle-group.svelte-hp9q7d{background:var(--bg);border-radius:var(--radius-md);border:1px solid var(--border);gap:8px;padding:4px;display:flex}.media-toggle-group.svelte-hp9q7d .toggle-btn:where(.svelte-hp9q7d){color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex:1;padding:8px 16px;font-size:13px;font-weight:500;transition:all .2s}.media-toggle-group.svelte-hp9q7d .toggle-btn:where(.svelte-hp9q7d):hover{color:var(--text)}.media-toggle-group.svelte-hp9q7d .toggle-btn.active:where(.svelte-hp9q7d){background:var(--surface);color:var(--primary);box-shadow:var(--shadow-sm)}.helper-text-inline.svelte-hp9q7d{color:var(--text-muted);margin-top:6px;font-size:12px;line-height:1.5}.status-dot.scheduled.svelte-hp9q7d{background:var(--warning)}.date-picker-section.svelte-hp9q7d{background:var(--bg);border-radius:var(--radius-md);border:1px solid var(--border);flex-direction:column;gap:8px;margin-bottom:12px;padding:8px;display:flex}.datetime-input.svelte-hp9q7d{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);width:100%;color:var(--text);padding:6px 10px;font-size:13px}.date-picker-actions.svelte-hp9q7d{justify-content:flex-end;gap:8px;display:flex}.action-btn.svelte-hp9q7d{border-radius:var(--radius-sm);cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text-secondary);padding:4px 10px;font-size:12px}.action-btn.ok.svelte-hp9q7d{background:var(--primary);color:#fff;border-color:var(--primary)}.action-btn.ok.svelte-hp9q7d:hover{background:var(--primary-dark)}.action-btn.cancel.svelte-hp9q7d:hover{background:var(--surface-hover)}.category-group.svelte-hp9q7d{margin-bottom:12px}.category-group-title.svelte-hp9q7d{color:var(--text-heading);border-bottom:1px dashed var(--border-light);margin-bottom:6px;padding-bottom:4px;font-size:13px;font-weight:600;display:block}.subcategory-list.svelte-hp9q7d{flex-direction:column;gap:6px;padding-left:12px;display:flex}.cat-checkbox.subcategory.svelte-hp9q7d{color:var(--text-secondary);font-size:13px}.no-subcategories.svelte-hp9q7d{color:var(--text-muted);margin:2px 0 0 12px;font-size:12px;font-style:italic}.name-cell.svelte-14gnx32{align-items:center;gap:12px;display:flex}.cat-icon.svelte-14gnx32{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.name.svelte-14gnx32{color:var(--text-heading);font-weight:600}.slug-badge.svelte-14gnx32{border-radius:var(--radius-md);background:var(--bg);border:1px solid var(--border);color:var(--text-secondary);align-items:center;padding:4px 10px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px;display:inline-flex}.description.svelte-14gnx32{color:var(--text-secondary);font-size:13px;line-height:1.5}.modal-form.svelte-14gnx32{flex-direction:column;gap:16px;display:flex}.modal-actions.svelte-14gnx32{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.index.svelte-15gskk5{color:var(--text-secondary);font-size:13px}.name-cell.svelte-15gskk5{align-items:center;gap:12px;display:flex}.tag-icon.svelte-15gskk5{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.name.svelte-15gskk5{color:var(--text-heading);font-weight:600}.slug-badge.svelte-15gskk5{border-radius:var(--radius-md);background:var(--bg);border:1px solid var(--border);color:var(--text-secondary);align-items:center;padding:4px 10px;font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px;display:inline-flex}.description.svelte-15gskk5{color:var(--text-secondary);font-size:13px;line-height:1.5}.modal-form.svelte-15gskk5{flex-direction:column;gap:16px;display:flex}.modal-actions.svelte-15gskk5{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.page.svelte-1xe8t82{grid-template-columns:1fr 300px;align-items:start;gap:24px;display:grid}.main.svelte-1xe8t82{flex-direction:column;gap:20px;min-width:0;display:flex}.toolbar.svelte-1xe8t82{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.actions.svelte-1xe8t82{gap:10px;display:flex}.card.svelte-1xe8t82{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.table-card.svelte-1xe8t82{padding:0;overflow:hidden}.table-toolbar.svelte-1xe8t82{border-bottom:1px solid var(--border-light);padding:16px 20px}.table-toolbar.svelte-1xe8t82 .search{max-width:320px}.table-wrap.svelte-1xe8t82{overflow-x:auto}.skeleton-table.svelte-1xe8t82{flex-direction:column;gap:8px;padding:20px;display:flex}.file-thumb.svelte-1xe8t82 img:where(.svelte-1xe8t82){border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:48px;height:48px}.file-icon.svelte-1xe8t82{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.name-cell.svelte-1xe8t82{flex-direction:column;gap:2px;display:flex}.name.svelte-1xe8t82{color:var(--text-heading);font-weight:600}.sub.svelte-1xe8t82{color:var(--text-muted);font-size:12px}.type-badge.svelte-1xe8t82{border-radius:999px;align-items:center;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.type-badge.image.svelte-1xe8t82{color:#166534;background:#dcfce7}.type-badge.document.svelte-1xe8t82{color:#1e40af;background:#dbeafe}.type-badge.other.svelte-1xe8t82{color:#854d0e;background:#fef9c3}.author-cell.svelte-1xe8t82{align-items:center;gap:8px;display:flex}.author-avatar.svelte-1xe8t82{object-fit:cover;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:600;display:flex}.date-cell.svelte-1xe8t82{flex-direction:column;gap:2px;display:flex}.date-cell.svelte-1xe8t82 .time:where(.svelte-1xe8t82){color:var(--text-muted);font-size:12px}.row-actions.svelte-1xe8t82{gap:4px;display:flex}.action-btn.svelte-1xe8t82{border-radius:var(--radius-md);width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.action-btn.svelte-1xe8t82:hover{background:var(--surface-hover);color:var(--text)}.table-footer.svelte-1xe8t82{border-top:1px solid var(--border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.showing.svelte-1xe8t82{color:var(--text-muted);font-size:13px}.sidebar.svelte-1xe8t82{flex-direction:column;gap:16px;display:flex}.sidebar-title.svelte-1xe8t82{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.upload-zone.svelte-1xe8t82{border:2px dashed var(--border);border-radius:var(--radius-lg);background:var(--bg);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:32px 20px;transition:all .15s;display:flex;position:relative}.upload-zone.svelte-1xe8t82:hover,.upload-zone.dragover.svelte-1xe8t82{border-color:var(--primary);background:var(--primary-light)}.upload-text.svelte-1xe8t82{color:var(--text-secondary);margin:0;font-size:13px}.upload-or.svelte-1xe8t82{color:var(--text-muted);margin:0;font-size:12px}.upload-hint.svelte-1xe8t82{color:var(--text-muted);margin:8px 0 0;font-size:11px}.select-files-btn.svelte-1xe8t82{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;padding:6px 14px;font-size:13px;font-weight:500}.select-files-btn.svelte-1xe8t82:hover{background:var(--surface-hover)}.filter-list.svelte-1xe8t82{flex-direction:column;gap:2px;display:flex}.filter-item.svelte-1xe8t82{border-radius:var(--radius-md);cursor:pointer;color:var(--text);background:0 0;border:none;justify-content:space-between;align-items:center;padding:8px 10px;font-size:13px;transition:all .15s;display:flex}.filter-item.svelte-1xe8t82:hover{background:var(--surface-hover)}.filter-item.active.svelte-1xe8t82{background:var(--primary-light);color:var(--primary)}.filter-label.svelte-1xe8t82{font-weight:500}.filter-count.svelte-1xe8t82{color:var(--text-muted);font-size:12px;font-weight:600}.filter-item.active.svelte-1xe8t82 .filter-count:where(.svelte-1xe8t82){color:var(--primary)}.storage-info.svelte-1xe8t82{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.storage-used.svelte-1xe8t82{color:var(--text-secondary);font-size:12px}.storage-percent.svelte-1xe8t82{color:var(--success);font-size:12px;font-weight:600}.storage-bar.svelte-1xe8t82{background:var(--border-light);border-radius:999px;height:6px;margin-bottom:8px;overflow:hidden}.storage-fill.svelte-1xe8t82{background:var(--primary);border-radius:999px;height:100%;transition:width .3s}.storage-available.svelte-1xe8t82{color:var(--text-muted);font-size:12px}.modal-upload.svelte-1xe8t82{flex-direction:column;gap:16px;display:flex}.modal-zone.svelte-1xe8t82{min-height:200px}.upload-preview-img.svelte-1xe8t82{border-radius:var(--radius-md);object-fit:cover;max-width:100%;max-height:160px}.remove-preview.svelte-1xe8t82{background:var(--danger);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;top:8px;right:8px}.hidden.svelte-1xe8t82{display:none}.modal-actions.svelte-1xe8t82{justify-content:flex-end;gap:10px;display:flex}@media (width<=1200px){.page.svelte-1xe8t82{grid-template-columns:1fr}.sidebar.svelte-1xe8t82{grid-template-columns:repeat(2,1fr);display:grid}}@media (width<=768px){.toolbar.svelte-1xe8t82{flex-direction:column;align-items:stretch}.actions.svelte-1xe8t82{justify-content:flex-end}.table-footer.svelte-1xe8t82{flex-direction:column;align-items:center}.sidebar.svelte-1xe8t82{grid-template-columns:1fr}}.page.svelte-7o5ks1{grid-template-columns:1fr 300px;align-items:start;gap:24px;display:grid}.main.svelte-7o5ks1{flex-direction:column;gap:16px;min-width:0;display:flex}.toolbar.svelte-7o5ks1{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.actions.svelte-7o5ks1{gap:10px;display:flex}.bulk-wrap.svelte-7o5ks1{position:relative}.bulk-btn.svelte-7o5ks1{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;align-items:center;gap:6px;padding:10px 16px;font-size:14px;font-weight:500;display:inline-flex}.bulk-btn.svelte-7o5ks1:hover{background:var(--surface-hover)}.filter-bar.svelte-7o5ks1{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.filter-bar.svelte-7o5ks1 select:where(.svelte-7o5ks1){width:auto;min-width:140px}.reset-btn.svelte-7o5ks1{border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:10px 14px;font-size:13px;font-weight:500;display:inline-flex}.reset-btn.svelte-7o5ks1:hover{color:var(--text)}.card.svelte-7o5ks1{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.table-card.svelte-7o5ks1{padding:0;overflow:hidden}.table-wrap.svelte-7o5ks1{overflow-x:auto}.skeleton-table.svelte-7o5ks1{flex-direction:column;gap:8px;padding:20px;display:flex}.preview-cell.svelte-7o5ks1 img:where(.svelte-7o5ks1){border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:56px;height:56px}.preview-placeholder.svelte-7o5ks1{border-radius:var(--radius-md);background:var(--border);width:56px;height:56px}.filename-cell.svelte-7o5ks1{flex-direction:column;gap:2px;display:flex}.filename.svelte-7o5ks1{color:var(--text-heading);font-weight:600}.filepath.svelte-7o5ks1{color:var(--text-muted);font-size:12px}.ext-badge.svelte-7o5ks1{text-transform:uppercase;border-radius:999px;align-items:center;padding:3px 10px;font-size:11px;font-weight:600;display:inline-flex}.ext-badge.png.svelte-7o5ks1{color:#166534;background:#dcfce7}.ext-badge.jpg.svelte-7o5ks1{color:#1e40af;background:#dbeafe}.ext-badge.gif.svelte-7o5ks1{color:#854d0e;background:#fef9c3}.ext-badge.other.svelte-7o5ks1{color:#6b7280;background:#f3f4f6}.date-cell.svelte-7o5ks1{flex-direction:column;gap:2px;display:flex}.date-cell.svelte-7o5ks1 .time:where(.svelte-7o5ks1){color:var(--text-muted);font-size:12px}.used-in.svelte-7o5ks1{color:var(--text-secondary);flex-wrap:wrap;gap:2px;font-size:13px;display:flex}.used-in.svelte-7o5ks1 .unused:where(.svelte-7o5ks1){color:var(--text-muted)}.row-actions.svelte-7o5ks1{gap:4px;display:flex}.action-btn.svelte-7o5ks1{border-radius:var(--radius-md);width:30px;height:30px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:all .15s;display:flex}.action-btn.svelte-7o5ks1:hover{background:var(--surface-hover);color:var(--text)}.table-footer.svelte-7o5ks1{border-top:1px solid var(--border-light);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.showing.svelte-7o5ks1{color:var(--text-muted);font-size:13px}.sidebar.svelte-7o5ks1{flex-direction:column;gap:16px;display:flex}.sidebar-header.svelte-7o5ks1{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.sidebar-title.svelte-7o5ks1{color:var(--text-heading);margin:0;font-size:14px;font-weight:600}.icon-btn-sm.svelte-7o5ks1{border-radius:var(--radius-md);width:28px;height:28px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.icon-btn-sm.svelte-7o5ks1:hover{background:var(--surface-hover);color:var(--text)}.overview-list.svelte-7o5ks1{flex-direction:column;gap:10px;display:flex}.overview-item.svelte-7o5ks1{align-items:center;gap:10px;display:flex}.overview-icon.svelte-7o5ks1{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.overview-label.svelte-7o5ks1{color:var(--text-secondary);flex:1;font-size:13px}.overview-value.svelte-7o5ks1{color:var(--text-heading);font-size:13px;font-weight:600}.folder-list.svelte-7o5ks1{flex-direction:column;gap:2px;display:flex}.folder-item.svelte-7o5ks1{border-radius:var(--radius-md);cursor:pointer;color:var(--text);background:0 0;border:none;align-items:center;gap:10px;padding:8px 10px;font-size:13px;transition:all .15s;display:flex}.folder-item.svelte-7o5ks1:hover{background:var(--surface-hover)}.folder-item.active.svelte-7o5ks1{background:var(--primary-light);color:var(--primary)}.folder-name.svelte-7o5ks1{text-align:left;flex:1}.folder-count.svelte-7o5ks1{color:var(--text-muted);font-size:12px;font-weight:600}.folder-item.active.svelte-7o5ks1 .folder-count:where(.svelte-7o5ks1){color:var(--primary)}.quick-actions.svelte-7o5ks1{flex-direction:column;gap:2px;display:flex}.quick-action.svelte-7o5ks1{border-radius:var(--radius-md);cursor:pointer;color:var(--text);background:0 0;border:none;align-items:center;gap:10px;padding:10px;font-size:13px;transition:all .15s;display:flex}.quick-action.svelte-7o5ks1:hover{background:var(--surface-hover)}.quick-action.svelte-7o5ks1 span:where(.svelte-7o5ks1){text-align:left;flex:1}.storage-info.svelte-7o5ks1{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.storage-used.svelte-7o5ks1{color:var(--text-secondary);font-size:12px}.storage-percent.svelte-7o5ks1{color:var(--text-muted);font-size:12px;font-weight:600}.storage-bar.svelte-7o5ks1{background:var(--border-light);border-radius:999px;height:6px;margin-bottom:12px;overflow:hidden}.storage-fill.svelte-7o5ks1{background:var(--primary);border-radius:999px;height:100%;transition:width .3s}.manage-storage.svelte-7o5ks1{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);cursor:pointer;padding:10px;font-size:13px;font-weight:500}.manage-storage.svelte-7o5ks1:hover{background:var(--surface-hover)}.create-folder-form.svelte-7o5ks1{flex-direction:column;gap:16px;display:flex}.modal-actions.svelte-7o5ks1{justify-content:flex-end;gap:10px;display:flex}@media (width<=1200px){.page.svelte-7o5ks1{grid-template-columns:1fr}.sidebar.svelte-7o5ks1{grid-template-columns:repeat(2,1fr);display:grid}}@media (width<=768px){.toolbar.svelte-7o5ks1{flex-direction:column;align-items:stretch}.actions.svelte-7o5ks1{justify-content:flex-end}.filter-bar.svelte-7o5ks1{flex-direction:column;align-items:stretch}.filter-bar.svelte-7o5ks1 select:where(.svelte-7o5ks1){width:100%}.table-footer.svelte-7o5ks1{flex-direction:column;align-items:center}.sidebar.svelte-7o5ks1{grid-template-columns:1fr}}.index.svelte-hv5wvq{color:var(--text-secondary);font-size:13px}.page-cell.svelte-hv5wvq{align-items:center;gap:12px;display:flex}.page-icon.svelte-hv5wvq{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.page-info.svelte-hv5wvq{flex-direction:column;gap:2px;display:flex}.page-title.svelte-hv5wvq{color:var(--text-heading);font-weight:600}.page-slug.svelte-hv5wvq{color:var(--text-muted);font-family:ui-monospace,SFMono-Regular,monospace;font-size:12px}.author-cell.svelte-hv5wvq{align-items:center;gap:8px;display:flex}.author-avatar.svelte-hv5wvq{object-fit:cover;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:600;display:flex}.template.svelte-hv5wvq{color:var(--text-secondary);font-size:13px}.date-cell.svelte-hv5wvq{flex-direction:column;gap:2px;display:flex}.date-cell.svelte-hv5wvq .time:where(.svelte-hv5wvq){color:var(--text-muted);font-size:12px}.modal-form.svelte-hv5wvq{flex-direction:column;gap:16px;display:flex}.modal-actions.svelte-hv5wvq{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.field-label.svelte-hv5wvq{color:var(--text-heading);margin-bottom:8px;font-size:13px;font-weight:500;display:block}.author-cell.svelte-a4ruj8{align-items:flex-start;gap:10px;display:flex}.author-avatar.svelte-a4ruj8{object-fit:cover;color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:600;display:flex}.author-info.svelte-a4ruj8{flex-direction:column;gap:2px;min-width:0;display:flex}.author-name.svelte-a4ruj8{color:var(--text-heading);font-size:13px;font-weight:600}.author-email.svelte-a4ruj8{color:var(--text-muted);font-size:12px}.author-ip.svelte-a4ruj8{color:var(--text-muted);font-size:11px}.comment-text.svelte-a4ruj8{color:var(--text);-webkit-line-clamp:3;word-break:break-word;-webkit-box-orient:vertical;max-width:380px;margin:0;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.post-link.svelte-a4ruj8{color:var(--primary);font-size:13px;font-weight:500;text-decoration:none}.post-link.svelte-a4ruj8:hover{text-decoration:underline}.sidebar-title.svelte-a4ruj8{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.overview-list.svelte-a4ruj8{flex-direction:column;gap:10px;display:flex}.overview-item.svelte-a4ruj8{align-items:center;gap:10px;display:flex}.overview-icon.svelte-a4ruj8{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.overview-label.svelte-a4ruj8{color:var(--text-secondary);flex:1;font-size:13px}.overview-value.svelte-a4ruj8{color:var(--text-heading);font-size:13px;font-weight:600}.filters-form.svelte-a4ruj8{flex-direction:column;gap:14px;display:flex}.filter-group.svelte-a4ruj8{flex-direction:column;gap:6px;display:flex}.filter-group.svelte-a4ruj8 label:where(.svelte-a4ruj8){color:var(--text-heading);font-size:13px;font-weight:500}.search-wrap.svelte-a4ruj8{align-items:center;display:flex;position:relative}.search-wrap.svelte-a4ruj8 .search-icon{color:var(--text-muted);pointer-events:none;position:absolute;left:12px}.search-wrap.svelte-a4ruj8 input:where(.svelte-a4ruj8){width:100%;height:40px;padding-left:36px}.filter-actions.svelte-a4ruj8{justify-content:space-between;align-items:center;gap:10px;margin-top:4px;display:flex}.reset-btn.svelte-a4ruj8{border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:500;display:inline-flex}.reset-btn.svelte-a4ruj8:hover{color:var(--text)}.sub-cell.svelte-14lhp8l{align-items:center;gap:10px;display:flex}.sub-info.svelte-14lhp8l{flex-direction:column;gap:2px;display:flex}.sub-name.svelte-14lhp8l{color:var(--text-heading);font-weight:600}.sub-email.svelte-14lhp8l{color:var(--text-muted);font-size:12px}.source-badge.svelte-14lhp8l{color:var(--text-secondary);font-size:13px}.panel-title.svelte-14lhp8l{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.stat-list.svelte-14lhp8l{flex-direction:column;gap:10px;display:flex}.stat-item.svelte-14lhp8l{color:var(--text-secondary);justify-content:space-between;font-size:13px;display:flex}.stat-num.svelte-14lhp8l{color:var(--text-heading);font-weight:600}.stat-num.success.svelte-14lhp8l{color:var(--success)}.stat-num.warning.svelte-14lhp8l{color:var(--warning)}.stat-num.danger.svelte-14lhp8l{color:var(--danger)}.growth-header.svelte-14lhp8l{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.growth-val.svelte-14lhp8l{color:var(--success);font-size:18px;font-weight:700}.chart-wrap.svelte-14lhp8l{height:120px}.source-list.svelte-14lhp8l{flex-direction:column;gap:10px;display:flex}.source-bar.svelte-14lhp8l{align-items:center;gap:8px;font-size:12px;display:flex}.source-bar.svelte-14lhp8l span:where(.svelte-14lhp8l):first-child{width:100px;color:var(--text-secondary);white-space:nowrap}.bar.svelte-14lhp8l{background:var(--border-light);border-radius:3px;flex:1;height:6px;overflow:hidden}.bar.svelte-14lhp8l div:where(.svelte-14lhp8l){background:var(--primary);border-radius:3px;height:100%}.source-bar.svelte-14lhp8l span:where(.svelte-14lhp8l):last-child{text-align:right;width:35px;color:var(--text-heading);font-weight:600}.quick-list.svelte-14lhp8l{flex-direction:column;gap:4px;display:flex}.quick-item.svelte-14lhp8l{border-radius:var(--radius-md);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;display:flex}.quick-item.svelte-14lhp8l:hover{background:var(--surface-hover)}.arrow.svelte-14lhp8l{color:var(--text-muted);margin-left:auto}.page.svelte-11z2uq5{grid-template-columns:1fr 320px;align-items:start;gap:24px;display:grid}.main-form.svelte-11z2uq5{flex-direction:column;gap:16px;display:flex}.card.svelte-11z2uq5{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.section-title.svelte-11z2uq5{color:var(--text-heading);margin:0 0 16px;font-size:15px;font-weight:600}.form-grid.svelte-11z2uq5{grid-template-columns:1fr 1fr;gap:16px;display:grid}.prefs-grid.svelte-11z2uq5{grid-template-columns:1fr 1fr;gap:12px;display:grid}.pref-item.svelte-11z2uq5{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;background:var(--surface);align-items:flex-start;gap:10px;padding:12px;display:flex}.pref-item.svelte-11z2uq5 div:where(.svelte-11z2uq5){flex-direction:column;gap:2px;display:flex}.pref-title.svelte-11z2uq5{color:var(--text-heading);font-size:13px;font-weight:500}.pref-desc.svelte-11z2uq5{color:var(--text-muted);font-size:12px}.form-actions.svelte-11z2uq5{justify-content:flex-end;gap:10px;display:flex}.side-panels.svelte-11z2uq5{flex-direction:column;gap:16px;display:flex}.panel.svelte-11z2uq5{padding:16px}.panel-title.svelte-11z2uq5{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.preview-card.svelte-11z2uq5{background:var(--bg);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;gap:8px;padding:20px;display:flex}.preview-avatar.svelte-11z2uq5{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:18px;font-weight:600;display:flex}.preview-name.svelte-11z2uq5{color:var(--text-heading);font-size:15px;font-weight:600}.preview-email.svelte-11z2uq5{color:var(--text-muted);font-size:12px}.preview-info.svelte-11z2uq5{flex-direction:column;gap:6px;width:100%;margin-top:8px;display:flex}.preview-info.svelte-11z2uq5 div:where(.svelte-11z2uq5){justify-content:space-between;font-size:12px;display:flex}.preview-info.svelte-11z2uq5 div:where(.svelte-11z2uq5) span:where(.svelte-11z2uq5):first-child{color:var(--text-muted)}.preview-info.svelte-11z2uq5 div:where(.svelte-11z2uq5) span:where(.svelte-11z2uq5):last-child{color:var(--text-heading);font-weight:500}.source-list.svelte-11z2uq5{flex-direction:column;gap:10px;display:flex}.source-item.svelte-11z2uq5{flex-direction:column;gap:2px;display:flex}.source-item.svelte-11z2uq5 span:where(.svelte-11z2uq5):first-child{color:var(--text-heading);font-size:13px;font-weight:500}.source-item.svelte-11z2uq5 span:where(.svelte-11z2uq5):last-child{color:var(--text-muted);font-size:12px}.helper.svelte-11z2uq5{color:var(--text-muted);font-size:12px;line-height:1.5}@media (width<=1024px){.page.svelte-11z2uq5,.form-grid.svelte-11z2uq5,.prefs-grid.svelte-11z2uq5{grid-template-columns:1fr}}.index.svelte-nz99jg{color:var(--text-secondary);font-size:13px}.project-cell.svelte-nz99jg{align-items:center;gap:12px;display:flex}.project-thumb.svelte-nz99jg,.project-thumb-placeholder.svelte-nz99jg{border-radius:var(--radius-md);object-fit:cover;flex-shrink:0;width:48px;height:48px}.project-thumb-placeholder.svelte-nz99jg{background:var(--border)}.project-info.svelte-nz99jg{flex-direction:column;gap:2px;display:flex}.project-title.svelte-nz99jg{color:var(--text-heading);font-weight:500}.project-desc.svelte-nz99jg{color:var(--text-muted);font-size:12px}.cat-badge.svelte-nz99jg{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.star-btn.svelte-nz99jg{width:32px;height:32px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex}.star-btn.active.svelte-nz99jg{color:#eab308}.card.svelte-nz99jg{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.panel-title.svelte-nz99jg{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.stat-list.svelte-nz99jg{flex-direction:column;gap:10px;display:flex}.stat-item.svelte-nz99jg{color:var(--text-secondary);justify-content:space-between;font-size:13px;display:flex}.stat-num.svelte-nz99jg{color:var(--text-heading);font-weight:600}.stat-num.success.svelte-nz99jg{color:var(--success)}.stat-num.warning.svelte-nz99jg{color:var(--warning)}.stat-num.muted.svelte-nz99jg{color:var(--text-muted)}.stat-num.star.svelte-nz99jg{color:#eab308}.cat-list.svelte-nz99jg{flex-direction:column;gap:8px;display:flex}.cat-item.svelte-nz99jg{color:var(--text-secondary);justify-content:space-between;font-size:13px;display:flex}.add-cat-link.svelte-nz99jg{color:var(--primary);cursor:pointer;background:0 0;border:none;margin-top:8px;padding:10px 0 0;font-size:13px;font-weight:500}.quick-list.svelte-nz99jg{flex-direction:column;gap:4px;display:flex}.quick-item.svelte-nz99jg{border-radius:var(--radius-md);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;text-decoration:none;display:flex}.quick-item.svelte-nz99jg:hover{background:var(--surface-hover)}.arrow.svelte-nz99jg{color:var(--text-muted);margin-left:auto}.author-cell.svelte-nz99jg{align-items:center;gap:8px;display:flex}.author-avatar.svelte-nz99jg{object-fit:cover;color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:10px;font-weight:600;display:flex}.form-group.svelte-1uyi4e6{flex-direction:column;gap:6px;display:flex}.permalink.svelte-1uyi4e6{align-items:center;gap:8px;width:100%;display:flex}.permalink.svelte-1uyi4e6 .base:where(.svelte-1uyi4e6){color:var(--text-muted);white-space:nowrap;font-size:13px}.permalink.svelte-1uyi4e6 input:where(.svelte-1uyi4e6){background:var(--bg);flex:1}.page.svelte-1uyi4e6{grid-template-columns:1fr 320px;align-items:start;gap:24px;display:grid}.main-form.svelte-1uyi4e6{flex-direction:column;gap:16px;display:flex}.card.svelte-1uyi4e6{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.section-title.svelte-1uyi4e6{color:var(--text-heading);margin:0 0 16px;font-size:15px;font-weight:600}.field-label.svelte-1uyi4e6{color:var(--text-heading);margin-bottom:8px;font-size:13px;font-weight:500;display:block}.required.svelte-1uyi4e6{color:var(--danger)}.form-grid.svelte-1uyi4e6{grid-template-columns:1fr 1fr;gap:16px;margin-top:16px;display:grid}.editor-toolbar.svelte-1uyi4e6{border:1px solid var(--border);border-radius:var(--radius-md) var(--radius-md) 0 0;background:var(--bg);border-bottom:none;align-items:center;gap:4px;padding:8px 12px;display:flex}.editor-toolbar.svelte-1uyi4e6 select:where(.svelte-1uyi4e6){width:auto;padding:4px 28px 4px 8px;font-size:13px}.editor-toolbar.svelte-1uyi4e6 button:where(.svelte-1uyi4e6){width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.editor-toolbar.svelte-1uyi4e6 button:where(.svelte-1uyi4e6):hover{background:var(--surface);color:var(--text)}.toolbar-divider.svelte-1uyi4e6{background:var(--border);width:1px;height:20px;margin:0 4px}.editor-content.svelte-1uyi4e6{border:1px solid var(--border);border-radius:0 0 var(--radius-md) var(--radius-md);background:var(--surface);outline:none;min-height:200px;padding:16px;font-size:14px;line-height:1.7}.error-text.svelte-1uyi4e6{color:var(--danger);margin-top:4px;font-size:12px;display:block}.helper.svelte-1uyi4e6{color:var(--text-muted);margin-top:8px;font-size:12px}.form-actions.svelte-1uyi4e6{justify-content:flex-end;gap:10px;display:flex}.side-panels.svelte-1uyi4e6{flex-direction:column;gap:16px;display:flex}.panel.svelte-1uyi4e6{padding:16px}.panel-title.svelte-1uyi4e6{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.panel-row.svelte-1uyi4e6{color:var(--text-secondary);justify-content:space-between;margin-bottom:10px;font-size:13px;display:flex}.panel-label.svelte-1uyi4e6{color:var(--text-muted)}.feature-checkbox.svelte-1uyi4e6{cursor:pointer;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.img-preview.svelte-1uyi4e6{aspect-ratio:16/9;background:var(--bg);border-radius:var(--radius-md);justify-content:center;align-items:center;display:flex;overflow:hidden}.img-preview.svelte-1uyi4e6 img:where(.svelte-1uyi4e6){object-fit:cover;width:100%;height:100%}.no-img.svelte-1uyi4e6{color:var(--text-muted);flex-direction:column;align-items:center;gap:8px;font-size:13px;display:flex}@media (width<=1024px){.page.svelte-1uyi4e6,.form-grid.svelte-1uyi4e6{grid-template-columns:1fr}}.filters-bar.svelte-t8zyxe{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.filters-bar.svelte-t8zyxe select:where(.svelte-t8zyxe){width:auto;min-width:140px}.reset-btn.svelte-t8zyxe{border:1px solid var(--border);background:var(--surface);border-radius:var(--radius-md);cursor:pointer;color:var(--text-secondary);padding:10px 16px;font-size:13px}.user-cell.svelte-t8zyxe{align-items:center;gap:10px;display:flex}.user-info.svelte-t8zyxe{flex-direction:column;gap:2px;display:flex}.user-name.svelte-t8zyxe{color:var(--text-heading);font-weight:500}.user-username.svelte-t8zyxe{color:var(--text-muted);font-size:12px}.role-badge.svelte-t8zyxe{border-radius:999px;padding:4px 10px;font-size:12px;font-weight:500;display:inline-flex}.text-muted.svelte-t8zyxe{color:var(--text-muted)}.panel-title.svelte-t8zyxe{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.stat-list.svelte-t8zyxe{flex-direction:column;gap:10px;display:flex}.stat-item.svelte-t8zyxe{color:var(--text-secondary);justify-content:space-between;font-size:13px;display:flex}.stat-num.svelte-t8zyxe{color:var(--text-heading);font-weight:600}.chart-container.svelte-t8zyxe{height:160px;margin-bottom:12px;position:relative}.chart-center.svelte-t8zyxe{flex-direction:column;align-items:center;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.chart-total.svelte-t8zyxe{color:var(--text-heading);font-size:20px;font-weight:700}.chart-label.svelte-t8zyxe{color:var(--text-muted);font-size:11px}.legend.svelte-t8zyxe{flex-direction:column;gap:8px;display:flex}.legend-item.svelte-t8zyxe{color:var(--text-secondary);align-items:center;gap:8px;font-size:12px;display:flex}.dot.svelte-t8zyxe{border-radius:50%;width:8px;height:8px}.legend-num.svelte-t8zyxe{color:var(--text-heading);margin-left:auto;font-weight:600}.quick-list.svelte-t8zyxe{flex-direction:column;gap:4px;display:flex}.quick-item.svelte-t8zyxe{border-radius:var(--radius-md);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:13px;text-decoration:none;display:flex}.quick-item.svelte-t8zyxe:hover{background:var(--surface-hover)}.arrow.svelte-t8zyxe{color:var(--text-muted);margin-left:auto}.storage-bar.svelte-t8zyxe{background:var(--border-light);border-radius:3px;height:6px;margin-bottom:8px;overflow:hidden}.storage-progress.svelte-t8zyxe{background:var(--primary);border-radius:3px;height:100%}.storage-meta.svelte-t8zyxe{color:var(--text-muted);justify-content:space-between;font-size:12px;display:flex}.storage-pct.svelte-t8zyxe{color:var(--success);font-weight:500}@media (width<=768px){.filters-bar.svelte-t8zyxe{flex-direction:column;align-items:stretch}}.view-user.svelte-t8zyxe{flex-direction:column;gap:16px;min-width:320px;display:flex}.view-header.svelte-t8zyxe{align-items:center;gap:14px;display:flex}.view-avatar.svelte-t8zyxe{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:16px;font-weight:600;display:flex;overflow:hidden}.view-avatar.svelte-t8zyxe img:where(.svelte-t8zyxe){object-fit:cover;width:100%;height:100%}.view-info.svelte-t8zyxe{flex-direction:column;gap:4px;display:flex}.view-name.svelte-t8zyxe{color:var(--text-heading);font-size:16px;font-weight:600}.view-email.svelte-t8zyxe{color:var(--text-secondary);font-size:13px}.view-details.svelte-t8zyxe{flex-direction:column;gap:10px;display:flex}.view-row.svelte-t8zyxe{justify-content:space-between;font-size:13px;display:flex}.view-row.svelte-t8zyxe span:where(.svelte-t8zyxe):first-child{color:var(--text-muted)}.view-row.svelte-t8zyxe span:where(.svelte-t8zyxe):last-child{color:var(--text-heading);font-weight:500}.page.svelte-1ngs3sm{grid-template-columns:1fr 320px;align-items:start;gap:24px;display:grid}.main-form.svelte-1ngs3sm{flex-direction:column;gap:16px;display:flex}.card.svelte-1ngs3sm{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.section-title.svelte-1ngs3sm{color:var(--text-heading);margin:0 0 16px;font-size:15px;font-weight:600}.form-grid.svelte-1ngs3sm{grid-template-columns:1fr 1fr;gap:16px;display:grid}.full-width.svelte-1ngs3sm{grid-column:span 2}.form-actions.svelte-1ngs3sm{justify-content:flex-end;gap:10px;display:flex}.side-panels.svelte-1ngs3sm{flex-direction:column;gap:16px;display:flex}.panel.svelte-1ngs3sm{padding:16px}.panel-title.svelte-1ngs3sm{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.panel-label.svelte-1ngs3sm{color:var(--text-heading);margin-bottom:8px;font-size:13px;font-weight:500;display:block}.permissions-preview.svelte-1ngs3sm{background:var(--bg);border-radius:var(--radius-md);margin-top:12px;padding:12px}.preview-label.svelte-1ngs3sm{color:var(--text-secondary);margin:0 0 8px;font-size:12px;font-weight:600}.preview-text.svelte-1ngs3sm{color:var(--text-muted);text-align:center;margin:0;font-size:12px}.permissions-list.svelte-1ngs3sm{text-align:left;flex-direction:column;gap:4px;max-height:200px;display:flex;overflow-y:auto}.permission-item.svelte-1ngs3sm{background:var(--surface-hover);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text);padding:4px 8px;font-size:11px}.perm-resource.svelte-1ngs3sm{color:var(--primary);font-weight:600}.helper.svelte-1ngs3sm{color:var(--text-muted);margin-top:8px;font-size:12px}.checkbox-label.svelte-1ngs3sm{cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}@media (width<=1024px){.page.svelte-1ngs3sm,.form-grid.svelte-1ngs3sm{grid-template-columns:1fr}.full-width.svelte-1ngs3sm{grid-column:span 1}}.page.svelte-1tj1ejy{grid-template-columns:1fr 300px;align-items:start;gap:24px;display:grid}.main-form.svelte-1tj1ejy{flex-direction:column;gap:16px;display:flex}.card.svelte-1tj1ejy{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.section-title.svelte-1tj1ejy{color:var(--text-heading);margin:0 0 4px;font-size:15px;font-weight:600}.subtitle.svelte-1tj1ejy{color:var(--text-muted);margin:0 0 16px;font-size:13px}.form-grid.svelte-1tj1ejy{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.perm-header.svelte-1tj1ejy{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.perm-actions.svelte-1tj1ejy{gap:8px;display:flex}.perm-grid.svelte-1tj1ejy{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.perm-group.svelte-1tj1ejy{border:1px solid var(--border);border-radius:var(--radius-md);padding:16px}.perm-group-title.svelte-1tj1ejy{color:var(--text-heading);text-transform:capitalize;margin-bottom:10px;font-size:13px;font-weight:600}.perm-list.svelte-1tj1ejy{flex-direction:column;gap:8px;display:flex}.perm-item.svelte-1tj1ejy{cursor:pointer;align-items:center;gap:8px;font-size:13px;display:flex}.perm-item.svelte-1tj1ejy input:where(.svelte-1tj1ejy){width:16px;height:16px}.form-actions.svelte-1tj1ejy{justify-content:flex-end;gap:10px;display:flex}.side-panels.svelte-1tj1ejy{flex-direction:column;gap:16px;display:flex}.panel.svelte-1tj1ejy{padding:16px}.panel-title.svelte-1tj1ejy{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.panel-text.svelte-1tj1ejy{color:var(--text-muted);margin:0 0 8px;font-size:12px}.slug-preview.svelte-1tj1ejy{background:var(--primary-light);color:var(--primary);border-radius:var(--radius-md);margin-bottom:8px;padding:8px 12px;font-family:monospace;font-size:13px;display:block}.helper.svelte-1tj1ejy{color:var(--text-muted);margin:0;font-size:11px}.summary-list.svelte-1tj1ejy{flex-direction:column;gap:8px;display:flex}.summary-item.svelte-1tj1ejy{color:var(--text-secondary);justify-content:space-between;font-size:13px;display:flex}.summary-item.svelte-1tj1ejy .selected:where(.svelte-1tj1ejy){color:var(--success);font-weight:600}.role-preview.svelte-1tj1ejy{background:var(--bg);border-radius:var(--radius-md);text-align:center;flex-direction:column;align-items:center;padding:20px;display:flex}.role-icon.svelte-1tj1ejy{background:var(--primary-light);width:48px;height:48px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:10px;font-size:20px;font-weight:600;display:flex}.role-name.svelte-1tj1ejy{color:var(--text-heading);font-size:14px;font-weight:600}.role-slug.svelte-1tj1ejy{color:var(--text-muted);background:var(--surface);border-radius:4px;margin:4px 0;padding:2px 8px;font-size:11px}.role-desc.svelte-1tj1ejy{color:var(--text-muted);margin:0;font-size:12px}.notes-list.svelte-1tj1ejy{flex-direction:column;gap:8px;padding:0;list-style:none;display:flex}.notes-list.svelte-1tj1ejy li:where(.svelte-1tj1ejy){color:var(--text-secondary);padding-left:16px;font-size:12px;position:relative}.notes-list.svelte-1tj1ejy li:where(.svelte-1tj1ejy):before{content:"•";color:var(--primary);position:absolute;left:4px}@media (width<=1200px){.page.svelte-1tj1ejy{grid-template-columns:1fr}.perm-grid.svelte-1tj1ejy{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.form-grid.svelte-1tj1ejy,.perm-grid.svelte-1tj1ejy{grid-template-columns:1fr}}.page.svelte-15j4tnx{grid-template-columns:1fr 300px;align-items:start;gap:24px;display:grid}.main-content.svelte-15j4tnx{flex-direction:column;gap:16px;display:flex}.tabs.svelte-15j4tnx{border-bottom:1px solid var(--border);gap:4px;padding-bottom:1px;display:flex;overflow-x:auto}.tab.svelte-15j4tnx{cursor:pointer;color:var(--text-secondary);white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;margin-bottom:-2px;padding:10px 16px;font-size:14px;font-weight:500;transition:all .15s}.tab.svelte-15j4tnx:hover{color:var(--text)}.tab.active.svelte-15j4tnx{color:var(--primary);border-bottom-color:var(--primary)}.card.svelte-15j4tnx{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.section-title.svelte-15j4tnx{color:var(--text-heading);margin:0 0 4px;font-size:16px;font-weight:600}.subtitle.svelte-15j4tnx{color:var(--text-muted);margin:0 0 20px;font-size:13px}.form-grid.svelte-15j4tnx{grid-template-columns:1fr 1fr;gap:16px;display:grid}.checkbox-grid.svelte-15j4tnx{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px;display:grid}.check-item.svelte-15j4tnx{border:1px solid var(--border);border-radius:var(--radius-md);cursor:pointer;align-items:flex-start;gap:10px;padding:12px;display:flex}.check-item.svelte-15j4tnx div:where(.svelte-15j4tnx){flex-direction:column;gap:2px;display:flex}.check-title.svelte-15j4tnx{color:var(--text-heading);font-size:13px;font-weight:500}.check-desc.svelte-15j4tnx{color:var(--text-muted);font-size:12px}.form-actions.svelte-15j4tnx{gap:10px;display:flex}.right-sidebar.svelte-15j4tnx{flex-direction:column;gap:16px;display:flex}.panel-title.svelte-15j4tnx{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.quick-list.svelte-15j4tnx{flex-direction:column;gap:4px;display:flex}.quick-item.svelte-15j4tnx{border-radius:var(--radius-md);color:var(--text);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:10px 12px;font-size:13px;display:flex}.quick-item.svelte-15j4tnx:hover{background:var(--surface-hover)}.arrow.svelte-15j4tnx{color:var(--text-muted)}.info-list.svelte-15j4tnx{flex-direction:column;gap:10px;display:flex}.info-item.svelte-15j4tnx{justify-content:space-between;font-size:12px;display:flex}.info-item.svelte-15j4tnx span:where(.svelte-15j4tnx):first-child{color:var(--text-muted)}.info-item.svelte-15j4tnx span:where(.svelte-15j4tnx):last-child{color:var(--text-heading);font-weight:500}.helper.svelte-15j4tnx{color:var(--text-muted);margin:0;font-size:12px;line-height:1.5}@media (width<=1200px){.page.svelte-15j4tnx,.form-grid.svelte-15j4tnx,.checkbox-grid.svelte-15j4tnx{grid-template-columns:1fr}}.image-upload-field.svelte-15j4tnx{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:8px;padding:16px;display:flex}.field-label.svelte-15j4tnx{color:var(--text-heading);font-size:13px;font-weight:600}.image-upload-container.svelte-15j4tnx{flex-direction:column;gap:12px;display:flex}.url-input-wrapper.svelte-15j4tnx{width:100%}.url-text-input.svelte-15j4tnx{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);width:100%;color:var(--text);outline:none;padding:10px 12px;font-size:13px;transition:border-color .15s}.url-text-input.svelte-15j4tnx:focus{border-color:var(--primary)}.table-card.svelte-zjkdkb{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.table-wrap.svelte-zjkdkb{min-height:200px;overflow-x:auto}table.svelte-zjkdkb{border-collapse:collapse;width:100%;font-size:14px}th.svelte-zjkdkb{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border);white-space:nowrap;background:var(--bg);padding:12px 16px;font-size:13px;font-weight:500}td.svelte-zjkdkb{border-bottom:1px solid var(--border-light);color:var(--text);vertical-align:middle;padding:14px 16px}tr.svelte-zjkdkb:hover td:where(.svelte-zjkdkb){background:var(--surface-hover)}tr.svelte-zjkdkb:last-child td:where(.svelte-zjkdkb){border-bottom:none}.checkbox-col.svelte-zjkdkb{text-align:center;width:48px;padding-left:16px;padding-right:0}.checkbox-col.svelte-zjkdkb input:where(.svelte-zjkdkb){cursor:pointer;width:18px;height:18px;accent-color:var(--primary)}.actions-col.svelte-zjkdkb{white-space:nowrap;text-align:right;width:1px;padding-right:16px}.empty-cell.svelte-zjkdkb{text-align:center;color:var(--text-muted);padding:60px 24px}.skeleton-box.svelte-zjkdkb{background:var(--border-light);border-radius:4px;width:18px;height:18px}tr.selected.svelte-zjkdkb,tr.selected.svelte-zjkdkb td:where(.svelte-zjkdkb){background:var(--primary-light)}.template-cell.svelte-zjkdkb{align-items:center;gap:12px;display:flex}.template-icon.svelte-zjkdkb{border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.template-info.svelte-zjkdkb{flex-direction:column;gap:2px;display:flex}.template-name.svelte-zjkdkb{color:var(--text-heading);font-weight:500}.template-desc.svelte-zjkdkb{color:var(--text-muted);font-size:12px}.date-cell.svelte-zjkdkb{flex-direction:column;gap:2px;display:flex}.date-cell.svelte-zjkdkb .time:where(.svelte-zjkdkb){color:var(--text-muted);font-size:12px}.toggle-switch.svelte-zjkdkb{background:var(--border);cursor:pointer;border:none;border-radius:11px;width:40px;height:22px;padding:0;transition:background .15s;position:relative}.toggle-switch.active.svelte-zjkdkb{background:var(--success)}.toggle-thumb.svelte-zjkdkb{width:18px;height:18px;box-shadow:var(--shadow-sm);background:#fff;border-radius:50%;transition:transform .15s;position:absolute;top:2px;left:2px}.toggle-switch.active.svelte-zjkdkb .toggle-thumb:where(.svelte-zjkdkb){transform:translate(18px)}.right-sidebar.svelte-zjkdkb{flex-direction:column;gap:16px;display:flex}.card.svelte-zjkdkb{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.panel-title.svelte-zjkdkb{color:var(--text-heading);margin:0 0 12px;font-size:14px;font-weight:600}.detail-list.svelte-zjkdkb{flex-direction:column;gap:10px;display:flex}.detail-item.svelte-zjkdkb{justify-content:space-between;font-size:12px;display:flex}.detail-item.svelte-zjkdkb span:where(.svelte-zjkdkb):first-child{color:var(--text-muted)}.detail-item.svelte-zjkdkb span:where(.svelte-zjkdkb):last-child{color:var(--text-heading);font-weight:500}.preview-box.svelte-zjkdkb{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.preview-header.svelte-zjkdkb{background:var(--bg);border-bottom:1px solid var(--border);color:var(--text-secondary);padding:10px 12px;font-size:12px}.preview-body.svelte-zjkdkb{max-height:300px;padding:16px;font-size:13px;line-height:1.6;overflow-y:auto}.var-list.svelte-zjkdkb{flex-wrap:wrap;gap:6px;display:flex}.var-chip.svelte-zjkdkb{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;padding:4px 10px;font-family:monospace;font-size:12px}.var-chip.svelte-zjkdkb:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.text-sm.svelte-zjkdkb{color:var(--text-secondary);font-size:13px}@media (width<=1200px){.right-sidebar.svelte-zjkdkb{width:100%}}.page.svelte-a96aiy{grid-template-columns:1fr 340px;align-items:start;gap:24px;display:grid}.main-form.svelte-a96aiy{flex-direction:column;gap:16px;display:flex}.card.svelte-a96aiy{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.section-title.svelte-a96aiy{color:var(--text-heading);margin:0;font-size:15px;font-weight:600}.form-grid.svelte-a96aiy{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px;display:grid}.editor-header.svelte-a96aiy{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.view-toggle.svelte-a96aiy{background:var(--bg);border-radius:var(--radius-md);gap:4px;padding:4px;display:flex}.view-btn.svelte-a96aiy{border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;padding:6px 12px;font-size:13px;display:flex}.view-btn.active.svelte-a96aiy{background:var(--surface);color:var(--text-heading);box-shadow:var(--shadow-sm)}.editor-toolbar.svelte-a96aiy{border:1px solid var(--border);border-radius:var(--radius-md) var(--radius-md) 0 0;background:var(--bg);border-bottom:none;align-items:center;gap:4px;padding:8px 12px;display:flex}.editor-toolbar.svelte-a96aiy select:where(.svelte-a96aiy){width:auto;padding:4px 28px 4px 8px;font-size:13px}.editor-toolbar.svelte-a96aiy button:where(.svelte-a96aiy){width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;display:flex}.editor-toolbar.svelte-a96aiy button:where(.svelte-a96aiy):hover{background:var(--surface);color:var(--text)}.toolbar-divider.svelte-a96aiy{background:var(--border);width:1px;height:20px;margin:0 4px}.editor-content.svelte-a96aiy{border:1px solid var(--border);border-radius:0 0 var(--radius-md) var(--radius-md);background:var(--surface);outline:none;min-height:300px;padding:16px;font-size:14px;line-height:1.7}.code-editor.svelte-a96aiy{background:var(--bg);min-height:300px;font-family:monospace;font-size:13px;line-height:1.6}.form-actions.svelte-a96aiy{justify-content:flex-end;gap:10px;display:flex}.side-panels.svelte-a96aiy{flex-direction:column;gap:16px;display:flex}.panel.svelte-a96aiy{padding:16px}.panel-title.svelte-a96aiy{color:var(--text-heading);margin:0 0 8px;font-size:14px;font-weight:600}.panel-text.svelte-a96aiy{color:var(--text-muted);margin:0 0 12px;font-size:12px}.var-list.svelte-a96aiy{flex-wrap:wrap;gap:6px;display:flex}.var-chip.svelte-a96aiy{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;padding:4px 10px;font-family:monospace;font-size:12px}.var-chip.svelte-a96aiy:hover{background:var(--primary-light);color:var(--primary);border-color:var(--primary)}.preview-box.svelte-a96aiy{border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.preview-email.svelte-a96aiy{text-align:center;padding:24px}.preview-brand.svelte-a96aiy{color:var(--text-heading);margin-bottom:16px;font-size:20px;font-style:italic;font-weight:700}.preview-email.svelte-a96aiy h4:where(.svelte-a96aiy){margin:0 0 16px;font-size:16px;font-weight:600}.preview-body.svelte-a96aiy{text-align:left;margin-bottom:16px;font-size:13px;line-height:1.6}.preview-footer.svelte-a96aiy{color:var(--text-muted);border-top:1px solid var(--border-light);padding-top:16px;font-size:12px}@media (width<=1024px){.page.svelte-a96aiy,.form-grid.svelte-a96aiy{grid-template-columns:1fr}}.not-found.svelte-1h4jfc7{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.content.svelte-1h4jfc7{text-align:center;max-width:400px}h1.svelte-1h4jfc7{color:var(--primary);margin:0 0 16px;font-size:96px;font-weight:700;line-height:1}.message.svelte-1h4jfc7{color:var(--text-heading);margin:0 0 8px;font-size:22px;font-weight:600}.sub.svelte-1h4jfc7{color:var(--text-muted);margin:0 0 24px;font-size:14px}.back-link.svelte-1h4jfc7{background:var(--primary);color:#fff;border-radius:var(--radius-md);align-items:center;gap:8px;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s;display:inline-flex}.back-link.svelte-1h4jfc7:hover{background:var(--primary-hover)}.modal-form.svelte-1ljile4{flex-direction:column;gap:16px;display:flex}.modal-actions.svelte-1ljile4{justify-content:flex-end;gap:10px;margin-top:8px;display:flex}.loading-screen.svelte-1n46o8q{background:var(--bg);justify-content:center;align-items:center;height:100vh;display:flex}.spinner.svelte-1n46o8q{border:3px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite svelte-1n46o8q-spin}@keyframes svelte-1n46o8q-spin{to{transform:rotate(360deg)}}
