*{margin:0;padding:0;box-sizing:border-box}:root{--nav-bg: #1e1e1e;--nav-bg-hover: #2c2c2c;--nav-bg-active: #3858e9;--nav-text: rgba(255, 255, 255, .86);--nav-text-dim: rgba(255, 255, 255, .55);--nav-text-active: #ffffff;--nav-border: rgba(255, 255, 255, .08);--nav-width: 200px;--nav-width-collapsed: 52px;--omni-height: 40px;--omni-bg: #101517;--content-bg: #f0f0f1;--font-family: -apple-system, BlinkMacSystemFont, "SF Pro", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--section-label: rgba(255, 255, 255, .4);--pin-color: rgba(255, 255, 255, .3);--plugin-accent: rgba(255, 255, 255, .06)}body{font-family:var(--font-family);background:var(--content-bg);min-height:100vh;overflow:hidden}#root{height:100vh;width:100vw}.app-layout{display:flex;flex-direction:column;height:100vh}.app-body{display:flex;flex:1;overflow:hidden}.omni-bar{height:var(--omni-height);background:var(--omni-bg);display:flex;align-items:center;padding:0 12px;gap:12px;flex-shrink:0;border-bottom:1px solid rgba(255,255,255,.06);z-index:30}.omni-bar-left{display:flex;align-items:center;gap:8px;flex-shrink:0}.omni-wp-logo{width:28px;height:28px;display:flex;align-items:center;justify-content:center;opacity:.9;color:#fff}.omni-site-icon{width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#e8a87c,#d4577a,#7b2d8e);border-radius:4px;flex-shrink:0;overflow:hidden}.omni-site-icon svg{display:none}.omni-site-name{font-size:13px;font-weight:600;color:#fff;white-space:nowrap;margin-right:4px}.omni-action{display:flex;align-items:center;gap:4px;font-size:12px;color:#ffffffb3;background:none;border:none;cursor:pointer;font-family:inherit;padding:4px 8px;border-radius:4px;transition:color .12s ease,background .12s ease;white-space:nowrap}.omni-action:hover{color:#fff;background:#ffffff14}.omni-action svg{width:14px;height:14px}.omni-badge{font-size:10px;font-weight:600;background:#d63638;color:#fff;min-width:16px;height:16px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;margin-left:2px}.omni-bar-center{flex:1;display:flex;justify-content:center}.omni-search{display:flex;align-items:center;gap:8px;background:#ffffff14;border:1px solid rgba(255,255,255,.1);border-radius:6px;padding:4px 12px;min-width:200px;max-width:360px;width:100%;cursor:pointer;transition:background .12s ease}.omni-search:hover{background:#ffffff1f}.omni-search svg{width:14px;height:14px;color:#fff9}.omni-search-shortcut{font-size:11px;color:#ffffff59;margin-left:auto;font-family:inherit}.omni-bar-right{display:flex;align-items:center;gap:2px;flex-shrink:0}.omni-icon-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;border:none;background:none;cursor:pointer;color:#fff9;border-radius:4px;transition:color .12s ease,background .12s ease}.omni-icon-btn:hover{color:#fff;background:#ffffff14}.omni-icon-btn svg{width:16px;height:16px}.omni-avatar{width:24px;height:24px;border-radius:50%;background:#7f54b3;color:#fff;font-size:11px;font-weight:600;display:flex;align-items:center;justify-content:center;margin-left:4px}.sidebar svg,.omni-bar svg,.star-button svg{fill:currentColor}.sidebar{width:var(--nav-width);height:100%;background:var(--nav-bg);display:flex;flex-direction:column;overflow:hidden;transition:width .2s ease;flex-shrink:0;position:relative;z-index:10}.sidebar.collapsed{width:var(--nav-width-collapsed)}.collapsed-icons{flex:1;display:flex;flex-direction:column;align-items:center;padding-top:4px;overflow-y:auto}.collapsed-divider{width:24px;height:1px;background:var(--nav-border);margin:4px 0}.collapsed-item{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;color:var(--nav-text-dim);transition:background .12s ease,color .12s ease;margin:1px 0}.collapsed-item:hover{background:var(--nav-bg-hover);color:var(--nav-text-active)}.collapsed-item.active{background:var(--nav-bg-active);color:var(--nav-text-active)}.collapsed-item svg{width:18px;height:18px}.sidebar-resize-handle{position:absolute;top:0;right:-3px;width:6px;height:100%;cursor:col-resize;z-index:20}.sidebar-resize-handle:hover,.sidebar-resize-handle.dragging{background:var(--nav-bg-active);opacity:.5}.sidebar-scroll{flex:1;overflow-y:auto;overflow-x:hidden;padding-top:8px;padding-bottom:16px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.15) transparent}.sidebar-scroll::-webkit-scrollbar{width:4px}.sidebar-scroll::-webkit-scrollbar-track{background:transparent}.sidebar-scroll::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}.site-identity{display:flex;align-items:center;gap:10px;padding:16px 16px 12px;border-bottom:1px solid var(--nav-border);margin-bottom:4px;flex-shrink:0}.site-icon{width:32px;height:32px;border-radius:6px;background:#50575e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.site-icon svg{width:18px;height:18px;color:#fff}.site-info{flex:1;min-width:0}.site-name{font-size:13px;font-weight:600;color:var(--nav-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.site-url{font-size:11px;color:var(--nav-text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pinned-section{padding:4px 0}.pinned-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--section-label);padding:4px 16px}.starred-item{display:flex;align-items:center;gap:10px;padding:6px 16px;cursor:pointer;color:var(--nav-text);font-size:13px;line-height:20px;transition:background .12s ease;-webkit-user-select:none;user-select:none;position:relative}.starred-item:hover{background:var(--nav-bg-hover);color:var(--nav-text-active)}.starred-item.active{background:var(--nav-bg-active);color:var(--nav-text-active)}.starred-child{padding-left:12px}.starred-drag{position:absolute;left:2px;top:50%;transform:translateY(-50%);width:14px;height:14px;display:flex;align-items:center;justify-content:center;opacity:0;cursor:grab;color:var(--nav-text-dim)}.starred-drag svg{width:14px;height:14px}.starred-item:hover .starred-drag{opacity:.5}.starred-item:active .starred-drag{cursor:grabbing}.starred-remove{width:18px;height:18px;display:flex;align-items:center;justify-content:center;opacity:0;cursor:pointer;border:none;background:none;padding:0;flex-shrink:0;color:var(--nav-text-dim);border-radius:3px;transition:opacity .12s ease,background .12s ease}.starred-remove svg{width:14px;height:14px}.starred-item:hover .starred-remove{opacity:1}.starred-remove:hover{color:var(--nav-text-active);background:#ffffff1a}.starred-group{margin-top:2px}.starred-group-label{font-size:10px;font-weight:500;color:var(--section-label);padding:4px 12px 2px}.section-divider{height:1px;background:var(--nav-border);margin:4px 12px}.section-label{font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--section-label);padding:12px 16px 6px}.menu-item{display:flex;align-items:center;gap:10px;padding:6px 16px;cursor:pointer;color:var(--nav-text);font-size:13px;line-height:20px;transition:background .12s ease,color .12s ease;-webkit-user-select:none;user-select:none;position:relative;border:none;background:none;width:100%;text-align:left;font-family:inherit}.menu-item:hover{background:var(--nav-bg-hover);color:var(--nav-text-active)}.menu-item.active{background:var(--nav-bg-active);color:var(--nav-text-active)}.menu-item-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0;opacity:.85;color:#ffffffd9}.menu-item:hover .menu-item-icon,.menu-item.active .menu-item-icon{opacity:1;color:#fff}.menu-item-icon svg{width:18px;height:18px;fill:currentColor}.menu-item-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-item-badge{font-size:11px;font-weight:600;background:#d63638;color:#fff;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 5px;flex-shrink:0}.menu-item-chevron{width:16px;height:16px;display:flex;align-items:center;justify-content:center;opacity:.4;flex-shrink:0;transition:transform .2s ease}.menu-item-chevron.expanded{transform:rotate(90deg)}.menu-item-chevron svg{width:14px;height:14px}.sub-menu{overflow:hidden;transition:max-height .25s ease,opacity .2s ease}.sub-menu.collapsed{max-height:0;opacity:0}.sub-menu.expanded{opacity:1}.sub-item{display:flex;align-items:center;gap:6px;padding:5px 16px 5px 46px;cursor:pointer;color:var(--nav-text-dim);font-size:13px;line-height:20px;transition:background .12s ease,color .12s ease;-webkit-user-select:none;user-select:none;border:none;background:none;width:100%;text-align:left;font-family:inherit}.sub-item:hover{background:var(--nav-bg-hover);color:var(--nav-text-active)}.sub-item.active{color:var(--nav-text-active)}.sub-item-label{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sub-item:hover .pin-button{opacity:1}.nav-group{margin-top:4px}.nav-group-header{display:flex;align-items:center;padding:10px 16px 6px;cursor:pointer;-webkit-user-select:none;user-select:none}.nav-group-label{flex:1;font-size:12px;font-weight:600;color:var(--nav-text);letter-spacing:.01em}.nav-group-chevron{width:16px;height:16px;display:flex;align-items:center;justify-content:center;opacity:.4;flex-shrink:0;transition:transform .2s ease}.nav-group-chevron svg{width:14px;height:14px;color:#ffffffb3}.nav-group-chevron:not(.expanded){transform:rotate(-90deg)}.nav-group-items{overflow:hidden;transition:max-height .25s ease,opacity .2s ease}.nav-group-items.collapsed{max-height:0;opacity:0}.nav-group-items.expanded{opacity:1}.plugin-section{margin-top:2px}.plugin-header{display:flex;align-items:center;gap:10px;padding:6px 16px;cursor:pointer;color:var(--nav-text);font-size:13px;line-height:20px;transition:background .12s ease;-webkit-user-select:none;user-select:none;border:none;background:none;width:100%;text-align:left;font-family:inherit}.plugin-header:hover{background:var(--nav-bg-hover);color:var(--nav-text-active)}.plugin-icon{width:20px;height:20px;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.plugin-icon svg{width:16px;height:16px}.plugin-icon.woo{background:#7f54b3;color:#fff}.plugin-icon.hello{background:#f0c33c;color:#1e1e1e}.pin-button{width:20px;height:20px;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .15s ease;color:var(--pin-color);cursor:pointer;border:none;background:none;padding:0;flex-shrink:0}.menu-item:hover .pin-button,.plugin-header:hover .pin-button{opacity:1}.pin-button:hover{color:var(--nav-text-active)}.pin-button.pinned{opacity:1;color:var(--nav-text)}.pin-button svg{width:14px;height:14px}.woo-expanded{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--nav-bg);z-index:20;display:flex;flex-direction:column;animation:slideIn .2s ease}@keyframes slideIn{0%{transform:translate(-10px);opacity:0}to{transform:translate(0);opacity:1}}.woo-back{display:flex;align-items:center;gap:8px;padding:16px;cursor:pointer;color:var(--nav-text-dim);font-size:12px;border:none;background:none;font-family:inherit;border-bottom:1px solid var(--nav-border);width:100%;text-align:left;transition:color .12s ease}.woo-back:hover{color:var(--nav-text-active)}.woo-back svg{width:14px;height:14px}.woo-title{display:flex;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:600;color:var(--nav-text-active)}.main-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background:#1e1e1e}.content-frame{flex:1;display:flex;flex-direction:column;background:#f6f7f7;border-radius:8px;overflow:hidden;margin:0 8px 8px 0}.admin-bar{background:#f6f7f7;display:flex;align-items:center;padding:20px 16px 12px 12px;gap:4px;flex-shrink:0}.admin-bar-title{font-size:20px;font-weight:500;color:#1d2327;line-height:1}.star-button{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:none;cursor:pointer;border-radius:6px;color:#999;transition:color .15s ease,transform .15s ease;padding:0}.star-button:hover{color:#f0c33c;transform:scale(1.1)}.star-button svg{stroke-width:2}.star-button.starred{color:#f0c33c}.star-button.starred svg{fill:#f0c33c}.content-area{flex:1;padding:0 16px 16px;overflow-y:auto}.content-placeholder{background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000f;padding:24px;color:#646970;font-size:14px;line-height:1.6}.fonts-page{max-width:800px}.fonts-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.fonts-description{font-size:13px;color:#646970}.fonts-add-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#3858e9;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;font-family:inherit;white-space:nowrap;transition:background .12s ease}.fonts-add-btn:hover{background:#2d48c8}.fonts-add-btn svg{width:16px;height:16px}.fonts-grid{display:flex;flex-direction:column;gap:2px}.font-card{display:flex;align-items:center;gap:16px;padding:14px 20px;background:#fff;border-radius:8px;box-shadow:0 1px 2px #0000000a;transition:box-shadow .12s ease}.font-card:hover{box-shadow:0 2px 6px #00000014}.font-preview{width:48px;height:48px;background:#f0f0f1;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:22px;color:#1d2327;flex-shrink:0}.font-info{flex:1}.font-name{font-size:14px;font-weight:500;color:#1d2327}.font-meta{font-size:12px;color:#888;margin-top:2px}.font-status{font-size:12px;font-weight:500;padding:4px 10px;border-radius:10px;flex-shrink:0}.font-status.on{background:#d4edda;color:#155724}.font-status.off{background:#f0f0f1;color:#888}.plugin-content-layout{display:flex;gap:0;height:100%;margin:-24px}.plugin-content-sidebar{width:220px;background:#fff;border-right:1px solid #e0e0e0;padding:16px 0;flex-shrink:0;overflow-y:auto}.plugin-content-title{display:flex;align-items:center;gap:10px;padding:8px 16px 16px;font-size:14px;font-weight:600;color:#1d2327}.plugin-content-nav-item{display:flex;align-items:center;gap:10px;padding:7px 16px;cursor:pointer;color:#646970;font-size:13px;transition:background .12s ease,color .12s ease}.plugin-content-nav-item:hover{background:#f0f0f1;color:#1d2327}.plugin-content-nav-item.active{background:#f0f0f1;color:#3858e9;font-weight:500}.plugin-content-nav-item .menu-item-icon{opacity:.6}.plugin-content-nav-item.active .menu-item-icon{opacity:1}.plugin-content-main{flex:1;padding:24px;overflow-y:auto}.collapse-toggle{display:flex;align-items:center;gap:10px;padding:10px 16px;cursor:pointer;color:var(--nav-text-dim);font-size:12px;border:none;background:none;width:100%;text-align:left;font-family:inherit;border-top:1px solid var(--nav-border);flex-shrink:0;transition:color .12s ease}.collapse-toggle:hover{color:var(--nav-text-active)}.collapse-toggle svg{width:16px;height:16px}.sidebar.collapsed .collapse-toggle{justify-content:center;padding:10px}
