.dashboard-home.svelte-bulp2j{padding:var(--space-8);width:100%;color:var(--text-primary)}.page-header.svelte-bulp2j{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-8)}.page-header.svelte-bulp2j h1:where(.svelte-bulp2j){margin:0;font-size:var(--text-2xl);font-weight:700;color:var(--text-primary)}.header-actions.svelte-bulp2j{display:flex;align-items:center;gap:var(--space-3)}.view-toggle.svelte-bulp2j{display:flex;border:1px solid var(--border-primary);border-radius:var(--rounded-lg);overflow:hidden}.sort-control.svelte-bulp2j{display:flex;align-items:center;gap:var(--space-2)}.sort-label.svelte-bulp2j{font-size:var(--text-sm);color:var(--text-tertiary)}.sort-field.svelte-bulp2j{display:flex;align-items:center;border:1px solid var(--border-primary);border-radius:var(--rounded-lg);overflow:hidden;background:var(--bg-primary)}.sort-select.svelte-bulp2j{border:none;background:transparent;color:var(--text-primary);padding:var(--space-2) var(--space-3);font-size:var(--text-sm);cursor:pointer}.sort-select.svelte-bulp2j:focus{outline:none}.sort-direction.svelte-bulp2j{border:none;background:none;border-left:1px solid var(--border-primary);width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-secondary)}.sort-direction.svelte-bulp2j:hover{background:var(--bg-tertiary);color:var(--text-primary)}.divider.svelte-bulp2j{width:1px;height:24px;background:var(--border-primary)}.btn.svelte-bulp2j{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);border:1px solid var(--border-primary);background:var(--bg-primary);border-radius:var(--rounded-lg);font-size:var(--text-sm);font-weight:500;color:var(--text-primary);cursor:pointer;transition:all .15s ease;text-decoration:none}.btn.svelte-bulp2j:hover{background:var(--bg-tertiary);border-color:var(--border-secondary)}.btn-primary.svelte-bulp2j{background:var(--interactive-primary);border-color:var(--interactive-primary);color:var(--text-inverse)}.btn-primary.svelte-bulp2j:hover{background:var(--interactive-primary-hover);border-color:var(--interactive-primary-hover)}.btn-secondary.svelte-bulp2j{color:var(--text-primary)}.btn-small.svelte-bulp2j{padding:calc(var(--space-2) - 2px) var(--space-3);font-size:calc(var(--text-sm) - 1px)}.btn-danger.svelte-bulp2j{color:var(--danger-text);border-color:var(--danger-border)}.btn-danger.svelte-bulp2j:hover{background:var(--danger-hover-bg);border-color:var(--danger-hover-border)}.btn-icon.svelte-bulp2j{padding:var(--space-2);border:none;margin:0;border-radius:0;background:var(--bg-primary);color:var(--text-secondary)}.btn-icon.svelte-bulp2j:hover{background:var(--bg-tertiary);border:none}.btn-icon.active.svelte-bulp2j{background:var(--interactive-primary);color:var(--text-inverse)}.btn-icon.active.svelte-bulp2j:hover{background:var(--interactive-primary-hover)}.breadcrumbs.svelte-bulp2j{display:flex;align-items:center;gap:var(--space-2);margin-bottom:var(--space-6);font-size:var(--text-sm)}.breadcrumb-item.svelte-bulp2j{display:flex;align-items:center;gap:var(--space-1);background:none;border:none;color:var(--text-secondary);cursor:pointer;padding:var(--space-1) var(--space-2);border-radius:var(--rounded);transition:all .15s ease;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.breadcrumb-item.svelte-bulp2j:hover{color:var(--interactive-primary);background:var(--bg-tertiary)}.selection-toolbar.svelte-bulp2j{display:flex;justify-content:space-between;align-items:center;background:var(--bg-tertiary);padding:var(--space-3) var(--space-4);border-radius:var(--rounded-lg);color:var(--interactive-primary);font-size:var(--text-sm);font-weight:500;position:fixed;left:calc(var(--dashboard-sidebar-width, 0px) + var(--space-8));right:var(--space-8);bottom:var(--space-6);z-index:10;box-shadow:var(--shadow-large)}.selection-actions.svelte-bulp2j{display:flex;gap:var(--space-2)}.items-grid.svelte-bulp2j{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-6)}.item-card.svelte-bulp2j{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--rounded-xl);padding:var(--space-5);transition:all .15s ease;cursor:pointer;outline:none;position:relative}.item-card.svelte-bulp2j:hover{border-color:var(--interactive-primary);box-shadow:var(--shadow-large);transition:all .2s ease}.item-card.svelte-bulp2j:focus{border-color:var(--interactive-primary);box-shadow:0 0 0 3px #ff56134d}.item-card.svelte-bulp2j:active{transform:translateY(0);box-shadow:var(--shadow-medium)}.item-card.selected.svelte-bulp2j{border-color:var(--interactive-primary);background:#ff56131a;box-shadow:0 4px 8px #ff561333}.item-content.svelte-bulp2j{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:var(--space-4);text-decoration:none;color:inherit;cursor:pointer}.item-meta.svelte-bulp2j{font-size:var(--text-sm);color:var(--text-secondary);margin-bottom:var(--space-3)}a.item-content.svelte-bulp2j:hover{text-decoration:none}.item-icon.svelte-bulp2j{color:var(--text-secondary);margin-bottom:var(--space-3)}.folder-card.svelte-bulp2j .item-icon:where(.svelte-bulp2j){color:var(--status-warning)}.project-card.svelte-bulp2j .item-icon:where(.svelte-bulp2j){color:var(--interactive-primary)}.item-title-wrapper.svelte-bulp2j{display:flex;align-items:center;gap:var(--space-2);flex:1;min-width:0}.item-title.svelte-bulp2j{margin:0;font-size:var(--text-base);font-weight:600;color:var(--text-primary);cursor:pointer;transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto;min-width:0;text-decoration-line:underline;text-decoration-color:transparent;text-decoration-thickness:1px;text-underline-offset:4px}.item-title.hoverable.svelte-bulp2j{text-decoration-color:var(--border-secondary)}.item-content.svelte-bulp2j h3:where(.svelte-bulp2j){margin:0;font-size:var(--text-base);font-weight:600;color:var(--text-primary)}.item-title-input.svelte-bulp2j{flex:1;padding:var(--space-1) var(--space-2);font-size:var(--text-base);font-weight:600;border:1px solid var(--interactive-primary);border-radius:var(--rounded);background:var(--bg-primary);color:var(--text-primary);outline:none}.edit-icon.svelte-bulp2j{color:var(--interactive-primary);flex-shrink:0;opacity:0;transition:all .15s ease;padding:4px;border-radius:var(--rounded)}.edit-icon.visible.svelte-bulp2j{opacity:.7}.edit-icon.visible.svelte-bulp2j:hover{opacity:1;background:var(--bg-tertiary);transform:scale(1.1)}.item-actions.svelte-bulp2j{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2)}.items-grid.svelte-bulp2j .item-select-checkbox:where(.svelte-bulp2j){position:absolute;right:var(--space-3);bottom:var(--space-3);opacity:0;pointer-events:none;transform:translateY(2px);transition:opacity .15s ease,transform .15s ease;z-index:2}.items-grid.selecting.svelte-bulp2j .item-select-checkbox:where(.svelte-bulp2j),.items-grid.svelte-bulp2j .item-card:where(.svelte-bulp2j):hover .item-select-checkbox:where(.svelte-bulp2j){opacity:1;pointer-events:auto;transform:translateY(0)}.items-list.svelte-bulp2j{background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:var(--rounded-lg);overflow:hidden}.list-header.svelte-bulp2j{display:flex;align-items:center;padding:var(--space-3);background:var(--bg-tertiary);border-bottom:1px solid var(--border-primary);font-size:var(--text-xs);font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;gap:var(--space-3)}.list-header-checkbox.svelte-bulp2j{flex-shrink:0}.list-header-name.svelte-bulp2j{flex:1;margin-left:36px}.list-header-type.svelte-bulp2j{min-width:100px}.list-header-updated.svelte-bulp2j{min-width:140px;text-align:right}.list-header-actions.svelte-bulp2j{width:120px;text-align:right}.list-item.svelte-bulp2j{display:flex;align-items:center;padding:var(--space-3);border-bottom:1px solid var(--border-primary);gap:var(--space-3);transition:background-color .15s ease;outline:none;cursor:default}.list-item.svelte-bulp2j:hover{background:var(--bg-tertiary)}.list-item.svelte-bulp2j:focus{background:var(--bg-tertiary);box-shadow:inset 0 0 0 2px var(--interactive-primary)}.list-item.svelte-bulp2j:active{background:var(--bg-secondary)}.list-item.selected.svelte-bulp2j{background:#ff56131a;box-shadow:inset 2px 0 0 var(--interactive-primary)}.list-item.svelte-bulp2j:last-child{border-bottom:none}.list-item-checkbox.svelte-bulp2j{flex-shrink:0;display:flex;align-items:center}.list-item-content.svelte-bulp2j{display:flex;align-items:center;gap:var(--space-3);flex:1;text-decoration:none;color:inherit;cursor:default}a.list-item-content.svelte-bulp2j:hover{text-decoration:none}.list-item-icon.svelte-bulp2j{color:var(--text-secondary)}.list-item-icon-folder.svelte-bulp2j{color:var(--status-warning)}.list-item-icon-project.svelte-bulp2j{color:var(--interactive-primary)}.list-item-name-wrapper.svelte-bulp2j{display:flex;align-items:center;gap:var(--space-2);flex:1;min-width:0}.list-item-name.svelte-bulp2j{font-weight:500;color:var(--text-primary);transition:all .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:0 1 auto;min-width:0;cursor:text}.list-item-name.hoverable.svelte-bulp2j{text-decoration:underline;text-decoration-color:var(--border-secondary);text-underline-offset:3px}.list-item-name-input.svelte-bulp2j{flex:1;padding:var(--space-1) var(--space-2);font-size:var(--text-sm);font-weight:500;border:1px solid var(--interactive-primary);border-radius:var(--rounded);background:var(--bg-primary);color:var(--text-primary);outline:none}.list-item-type.svelte-bulp2j{min-width:100px;font-size:var(--text-sm);color:var(--text-secondary)}.list-item-updated.svelte-bulp2j{min-width:140px;text-align:right;font-size:var(--text-sm);color:var(--text-secondary)}.list-item-actions.svelte-bulp2j{display:flex;justify-content:flex-end;gap:var(--space-2);width:120px}.empty-state.svelte-bulp2j{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-16) var(--space-8);color:var(--text-secondary)}.empty-state.svelte-bulp2j svg:where(.svelte-bulp2j){color:var(--text-tertiary);margin-bottom:var(--space-4)}.empty-state.svelte-bulp2j h3:where(.svelte-bulp2j){margin:0 0 var(--space-2) 0;font-size:var(--text-xl);font-weight:600;color:var(--text-primary)}.empty-state.svelte-bulp2j p:where(.svelte-bulp2j){margin:0 0 var(--space-8) 0;font-size:var(--text-base)}.empty-state-actions.svelte-bulp2j{display:flex;gap:var(--space-3)}.error-state.svelte-bulp2j{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-16) var(--space-8);color:var(--text-secondary);color:var(--danger-text)}.error-state.svelte-bulp2j p:where(.svelte-bulp2j){margin:0 0 var(--space-4) 0;font-size:var(--text-base)}.skeleton-card.svelte-bulp2j{position:relative;overflow:visible!important;border:1px solid var(--border-primary);background:var(--bg-primary);box-shadow:none;cursor:default}.skeleton-card.svelte-bulp2j:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,var(--bg-primary) 0%,var(--bg-tertiary) 50%,var(--bg-primary) 100%);background-size:200% 100%;animation:svelte-bulp2j-skeleton-loading 1.5s infinite;border-radius:var(--rounded-xl)}.skeleton-icon.svelte-bulp2j{width:48px;height:48px;background:var(--bg-tertiary);border-radius:var(--rounded);margin-bottom:var(--space-4)}.skeleton-title.svelte-bulp2j{height:20px;background:var(--bg-tertiary);border-radius:var(--rounded);width:70%}.skeleton-list-item.svelte-bulp2j{position:relative;overflow:visible!important;border:1px solid var(--border-primary);background:var(--bg-primary);box-shadow:none;cursor:default}.skeleton-list-item.svelte-bulp2j:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,var(--bg-primary) 0%,var(--bg-tertiary) 50%,var(--bg-primary) 100%);background-size:200% 100%;animation:svelte-bulp2j-skeleton-loading 1.5s infinite;border-radius:var(--rounded)}.skeleton-checkbox.svelte-bulp2j{width:16px;height:16px;background:var(--bg-tertiary);border-radius:var(--rounded-sm)}.skeleton-icon-small.svelte-bulp2j{width:20px;height:20px;background:var(--bg-tertiary);border-radius:var(--rounded-sm)}.skeleton-list-title.svelte-bulp2j{height:18px;background:var(--bg-tertiary);border-radius:var(--rounded);width:60%;margin-left:var(--space-3)}.skeleton-type.svelte-bulp2j{height:16px;width:60px;background:var(--bg-tertiary);border-radius:var(--rounded-sm)}.skeleton-updated.svelte-bulp2j{height:16px;width:90px;background:var(--bg-tertiary);border-radius:var(--rounded-sm)}.skeleton-actions.svelte-bulp2j{height:28px;width:60px;background:var(--bg-tertiary);border-radius:var(--rounded)}@keyframes svelte-bulp2j-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.page-header-mobile.svelte-bulp2j{display:flex;flex-direction:column;gap:var(--space-4);margin-bottom:var(--space-4)}.mobile-header-top.svelte-bulp2j{display:flex;justify-content:space-between;align-items:center}.mobile-header-top.svelte-bulp2j h1:where(.svelte-bulp2j){margin:0;font-size:var(--text-xl);font-weight:700;color:var(--text-primary)}.mobile-toolbar.svelte-bulp2j{display:flex;justify-content:space-between;align-items:center;gap:var(--space-2)}.mobile-toolbar-left.svelte-bulp2j,.mobile-create-buttons.svelte-bulp2j{display:flex;align-items:center;gap:var(--space-2)}.mobile-create-btn.svelte-bulp2j{padding:var(--space-2);font-size:var(--text-sm);display:flex;align-items:center;justify-content:center;gap:2px;height:36px;min-width:36px}.mobile-create-btn.svelte-bulp2j svg:where(.svelte-bulp2j){flex-shrink:0}.mobile-create-btn.svelte-bulp2j .plus-badge:where(.svelte-bulp2j){font-size:12px;font-weight:700;line-height:1}.desktop-only.svelte-bulp2j{display:flex}.mobile-only.svelte-bulp2j{display:none}@media (max-width: 768px){.desktop-only.svelte-bulp2j{display:none}.mobile-only.svelte-bulp2j{display:flex}.dashboard-home.svelte-bulp2j{padding:var(--space-4)}.selection-toolbar.svelte-bulp2j{left:var(--space-4);right:var(--space-4);bottom:var(--space-4)}.breadcrumbs.svelte-bulp2j{flex-wrap:wrap;gap:var(--space-1);margin-bottom:var(--space-4)}.breadcrumb-item.svelte-bulp2j{max-width:100px;overflow:hidden;text-overflow:ellipsis;padding:var(--space-1);font-size:var(--text-xs)}.items-grid.svelte-bulp2j{grid-template-columns:repeat(2,1fr);gap:var(--space-3)}.item-card.svelte-bulp2j{padding:var(--space-3)}.item-content.svelte-bulp2j{flex-direction:column;align-items:flex-start;gap:var(--space-2)}.item-icon.svelte-bulp2j{margin-bottom:var(--space-1)}.item-icon.svelte-bulp2j svg:where(.svelte-bulp2j){width:28px;height:28px}.item-title.svelte-bulp2j{font-size:var(--text-sm)}.item-meta.svelte-bulp2j{font-size:var(--text-xs)}.item-actions.svelte-bulp2j{flex-direction:column;gap:var(--space-1)}.item-actions.svelte-bulp2j .btn:where(.svelte-bulp2j){font-size:var(--text-xs);padding:var(--space-1) var(--space-2)}.list-header-type.svelte-bulp2j,.list-item-type.svelte-bulp2j,.list-header-updated.svelte-bulp2j,.list-item-updated.svelte-bulp2j{display:none}.list-header-name.svelte-bulp2j{margin-left:var(--space-2)}.list-item.svelte-bulp2j{overflow:hidden;min-width:0}.list-item-checkbox.svelte-bulp2j{flex-shrink:0}.list-item-content.svelte-bulp2j,.list-item-name-wrapper.svelte-bulp2j{flex:1;min-width:0;overflow:hidden}.list-item-name.svelte-bulp2j{display:block;font-size:var(--text-sm);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.edit-icon.svelte-bulp2j{flex-shrink:0}.list-header-actions.svelte-bulp2j,.list-item-actions.svelte-bulp2j{flex-shrink:0;width:auto;min-width:50px}.list-item-actions.svelte-bulp2j .btn:where(.svelte-bulp2j){padding:var(--space-1) var(--space-2);font-size:var(--text-xs)}.selection-toolbar.svelte-bulp2j{flex-direction:column;gap:var(--space-2);text-align:center}.empty-state.svelte-bulp2j{padding:var(--space-8) var(--space-4)}.empty-state.svelte-bulp2j h3:where(.svelte-bulp2j){font-size:var(--text-lg)}.empty-state.svelte-bulp2j svg:where(.svelte-bulp2j){width:48px;height:48px}.empty-state-actions.svelte-bulp2j{flex-direction:column;width:100%}.empty-state-actions.svelte-bulp2j .btn:where(.svelte-bulp2j){width:100%;justify-content:center}}@media (max-width: 360px){.dashboard-home.svelte-bulp2j{padding:var(--space-3)}.items-grid.svelte-bulp2j{grid-template-columns:1fr}.mobile-header-top.svelte-bulp2j h1:where(.svelte-bulp2j){font-size:var(--text-lg)}.mobile-toolbar.svelte-bulp2j{flex-wrap:wrap}.mobile-toolbar-left.svelte-bulp2j{flex:1}}
