:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--background:#fff;--foreground:#0f172a;--card:#fff;--card-foreground:#0f172a;--popover:#fff;--popover-foreground:#0f172a;--primary:#0f172a;--primary-foreground:#f8fafc;--secondary:#f1f5f9;--secondary-foreground:#0f172a;--muted:#f8fafc;--muted-foreground:#64748b;--accent:#f1f5f9;--accent-foreground:#0f172a;--destructive:#dc2626;--destructive-foreground:#fef2f2;--border:#e2e8f0;--input:#e2e8f0;--ring:#0f172a;--radius:8px;background:var(--background);color:var(--foreground);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}html{background:var(--background);scrollbar-gutter:stable}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0}button,input,select,a{font:inherit}button{cursor:pointer}button:disabled{cursor:default;opacity:.66}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:1px solid color-mix(in srgb, var(--ring) 45%, transparent);outline-offset:1px}.ui-button{border-radius:var(--radius);height:40px;color:inherit;white-space:nowrap;background:0 0;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:0 16px;font-size:14px;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.ui-button-default{background:var(--primary);color:var(--primary-foreground)}.ui-button-destructive{background:var(--destructive);color:var(--destructive-foreground)}.ui-button-ghost{color:var(--foreground)}.ui-button-ghost:hover{background:var(--accent);color:var(--accent-foreground)}.ui-button-outline{border-color:var(--border);background:var(--background);color:var(--foreground)}.ui-button-outline:hover,.ui-button-secondary{background:var(--secondary);color:var(--secondary-foreground)}.ui-button-sm{height:32px;padding-inline:12px}.ui-button-icon{width:32px;height:32px;padding:0}.ui-input,.ui-select{border:1px solid var(--input);border-radius:var(--radius);background:var(--background);width:100%;min-height:40px;color:var(--foreground);outline:none;padding:0 12px}.ui-input:focus,.ui-select:focus{border-color:color-mix(in srgb, var(--ring) 35%, var(--input))}.ui-input:disabled{color:var(--muted-foreground)}.ui-sheet-overlay{z-index:40;background:#0f172a47;justify-content:flex-end;display:flex;position:fixed;inset:0}.ui-sheet-content{overscroll-behavior:contain;border-left:1px solid var(--border);background:var(--background);width:min(720px,100%);height:100dvh;color:var(--foreground);overflow-y:auto}.ui-sheet-header{z-index:2;border-bottom:1px solid var(--border);background:inherit;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex;position:sticky;top:0}.ui-sheet-title{margin:0;font-size:18px;font-weight:600}.app-shell{min-height:100dvh}.loading-view,.error-view{min-height:100dvh;color:var(--muted-foreground);place-items:center;padding:24px;display:grid}.login-shell{place-items:center;min-height:100dvh;padding:24px;display:grid}.login-panel{flex-direction:column;align-items:center;gap:22px;width:min(440px,100%);display:flex}.login-logo,.brand-logo{background:var(--card);object-fit:cover;border-radius:22px;width:92px;height:92px}.login-logo-empty{color:var(--primary);place-items:center;font-size:40px;font-weight:700;display:grid}h1{margin:0;font-size:32px;font-weight:650}.profile-switcher{grid-template-columns:repeat(auto-fit,minmax(132px,1fr));gap:10px;width:100%;display:grid}.profile-button{align-items:center;gap:10px;min-height:52px;padding:8px 10px;display:flex}.profile-button[aria-pressed=true]{border-color:var(--profile-accent);background:color-mix(in srgb, var(--profile-accent) 8%, var(--background))}.profile-button img{object-fit:cover;border-radius:7px;width:28px;height:28px}.profile-button span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.login-form{gap:10px;width:100%;display:grid}.search-form .ui-input{height:48px;font-size:16px}.form-error{min-height:20px;color:var(--destructive);font-size:14px}.start-page{flex-direction:column;align-items:center;gap:24px;min-height:100dvh;padding:0 24px 28px;display:flex;position:relative}.top-bar{justify-content:space-between;align-items:center;gap:16px;width:min(960px,100%);display:flex}.top-actions{z-index:25;gap:8px;display:flex;position:absolute;top:4px;right:8px}.brand-logo{margin-top:7vh}.search-form{width:min(640px,100%)}.bookmark-bar{border-top:1px solid var(--border);width:calc(100% + 48px);min-height:38px;color:var(--foreground);flex-wrap:wrap;justify-content:flex-start;align-self:stretch;align-items:center;gap:2px;margin-inline:-24px;padding-inline:24px 104px;font-size:14px;display:flex}.bookmark-bar-error{color:var(--destructive)}.bookmark-folder,.bookmark-menu-folder{position:relative}.bookmark-bar-link,.bookmark-bar-button,.bookmark-menu-item{border-radius:var(--radius);min-width:0;color:inherit;background:0 0;border:0;align-items:center;gap:6px;text-decoration:none;display:flex}.bookmark-bar-link,.bookmark-bar-button{max-width:180px;height:32px;padding:0 9px}.bookmark-bar-link:hover,.bookmark-bar-button:hover,.bookmark-folder-open>.bookmark-bar-button,.bookmark-menu-item:hover,.bookmark-menu-folder-open>.bookmark-menu-item{background:var(--accent);color:var(--accent-foreground)}.bookmark-bar-link span,.bookmark-bar-button span,.bookmark-menu-item span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.bookmark-menu,.bookmark-submenu{z-index:20;scrollbar-gutter:stable;border:1px solid var(--border);border-radius:var(--radius);background:var(--popover);min-width:220px;max-width:min(320px,100vw - 32px);max-height:min(420px,100vh - 96px);color:var(--popover-foreground);padding:6px;display:none;position:absolute;overflow-y:auto}.bookmark-menu{top:calc(100% + 4px);left:0}.bookmark-submenu{border:0;max-width:none;margin:2px 0 2px 16px;padding:2px 0 2px 8px;position:static}.bookmark-folder-open>.bookmark-menu,.bookmark-menu-folder-open>.bookmark-submenu{gap:2px;display:grid}.bookmark-menu-item{text-align:left;justify-content:flex-start;width:100%;min-height:34px;padding:0 8px}.favorites-grid{grid-template-columns:repeat(auto-fit,116px);justify-content:center;gap:16px;width:min(960px,100%);display:grid}.favorite-tile,.favorite-skeleton,.favorites-empty{border-radius:8px;min-height:104px}.favorite-tile{color:var(--muted-foreground);text-align:center;background:0 0;border:1px solid #0000;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:10px;text-decoration:none;display:flex}.favorite-tile:hover,.favorite-tile:focus-visible{border-color:var(--border);background:var(--accent);color:var(--accent-foreground)}.favorite-tile span:last-child{-webkit-line-clamp:2;overflow-wrap:anywhere;-webkit-box-orient:vertical;max-width:100%;display:-webkit-box;overflow:hidden}.favorite-skeleton{background:linear-gradient(90deg, var(--secondary), var(--muted), var(--secondary));background-size:240% 100%;animation:1.4s ease-in-out infinite pulse-loading}.favorites-empty{border:1px dashed var(--border);width:min(960px,100%);color:var(--muted-foreground);place-items:center;display:grid}.item-icon{object-fit:cover;flex:none}.item-icon-small{border-radius:5px;width:18px;height:18px}.item-icon-large{border-radius:12px;width:44px;height:44px}.item-icon-fallback{background:color-mix(in srgb, var(--item-color) 16%, transparent);color:var(--item-color);place-items:center;font-weight:700;display:grid}.item-icon-folder{color:var(--item-color);place-items:center;display:grid}.item-icon-small.item-icon-fallback{font-size:10px}.item-icon-large.item-icon-fallback{font-size:20px}.manager-header h2,.manager-section h3,.editor-title h3{margin:0}.item-editor{border-bottom:1px solid var(--border);gap:14px;padding:18px 20px;display:grid}.editor-title{justify-content:space-between;align-items:center;gap:12px;display:flex}.editor-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.editor-grid label{gap:6px;min-width:0;display:grid}.editor-grid label span{color:var(--muted-foreground);font-size:13px}.editor-wide{grid-column:1/-1}.editor-actions{align-items:center;gap:12px;min-height:40px;display:flex}.manager-message,.manager-empty{color:var(--muted-foreground);margin:14px 20px 0;font-size:14px}.manager-section{gap:10px;padding:20px;display:grid}.manager-list{gap:6px;display:grid}.manager-row{border:1px solid var(--border);border-radius:var(--radius);min-height:48px;padding:7px 8px 7px calc(8px + (var(--depth) * 22px));background:var(--card);color:var(--card-foreground);cursor:grab;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;display:grid;position:relative}.manager-row:active{cursor:grabbing}.manager-row-dragging{opacity:.46}.manager-row-drop-before:before,.manager-row-drop-after:after{right:8px;left:calc(8px + (var(--depth) * 22px));background:var(--ring);content:"";border-radius:999px;height:2px;position:absolute}.manager-row-drop-before:before{top:-5px}.manager-row-drop-after:after{bottom:-5px}.manager-row-main{align-items:center;gap:9px;min-width:0;display:flex}.drag-handle{width:14px;color:var(--muted-foreground);letter-spacing:0;flex:none;font-size:13px;line-height:1}.manager-row-main div{min-width:0;display:grid}.manager-row-main strong,.manager-row-main span{text-overflow:ellipsis;overflow:hidden}.manager-row-main strong{white-space:nowrap;font-size:14px}.manager-row-main span{color:var(--muted-foreground);overflow-wrap:anywhere;font-size:12px}.manager-row-actions{flex-wrap:wrap;justify-content:flex-end;gap:4px;display:flex}@keyframes pulse-loading{0%{background-position:120% 0}to{background-position:-120% 0}}@media (width<=520px){.login-shell{align-items:start;padding-top:72px}.top-bar{flex-direction:column;align-items:flex-start}.top-actions{top:4px;right:8px}.brand-logo{margin-top:4vh}.bookmark-bar{align-items:flex-start;padding-block:6px}.bookmark-menu{max-width:calc(100vw - 48px);left:0}.bookmark-submenu{border:0;max-width:none;margin-left:14px;position:static}.manager-panel{width:100%}.editor-grid,.manager-row{grid-template-columns:1fr}.manager-row-actions{justify-content:flex-start}}@media (prefers-color-scheme:dark){:root{--background:#020617;--foreground:#e2e8f0;--card:#020617;--card-foreground:#e2e8f0;--popover:#020617;--popover-foreground:#e2e8f0;--primary:#e2e8f0;--primary-foreground:#020617;--secondary:#0f172a;--secondary-foreground:#e2e8f0;--muted:#0f172a;--muted-foreground:#94a3b8;--accent:#1e293b;--accent-foreground:#f8fafc;--destructive:#ef4444;--destructive-foreground:#fef2f2;--border:#1e293b;--input:#334155;--ring:#e2e8f0;background:var(--background);color:var(--foreground)}html{background:var(--background)}.loading-view,.error-view,.editor-grid label span,.manager-message,.manager-empty,.manager-row-main span{color:var(--muted-foreground)}.bookmark-bar{color:var(--foreground)}.favorite-tile{color:var(--muted-foreground)}.favorite-skeleton{background:linear-gradient(90deg, var(--secondary), var(--accent), var(--secondary));background-size:240% 100%}.favorites-empty{color:var(--muted-foreground)}}
