.dash-main{width:100%;min-height:100vh;align-items:center;padding:2rem;background:var(--background);color:var(--foreground)}.dash-content,.dash-main{display:flex;flex-direction:column}.dash-content{width:90%;max-width:1600px;gap:2rem}.folder-explorer{display:flex;gap:2rem;width:100%}.folder-explorer-left,.folder-explorer-right{flex:1 1;min-width:0;padding:1rem;background:var(--surface-1);border:1px solid var(--border);border-radius:var(--button-radius)}.folder-explorer-right h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:var(--accent)}.action-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.action-button{background:var(--accent);color:var(--accent-foreground);border:none;padding:.5rem 1rem;border-radius:var(--button-radius);font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.action-button:hover{background:var(--button-hover)}.rename-input{padding:.5rem;border-radius:var(--button-radius);border:1px solid var(--border);background:var(--surface-2);color:var(--foreground)}@media (max-width:900px){.folder-explorer{flex-direction:column}.folder-explorer-left,.folder-explorer-right{width:100%}}@media (max-width:768px){.dash-main{padding:1rem!important}.dash-content{width:100%!important;max-width:none!important;margin:0!important;gap:1rem}.folder-explorer-left,.folder-explorer-right{border-radius:0;padding:.75rem}}