.dashboard-module__w2Qwuq__dashboardLayout{background-color:var(--color-background);grid-template-columns:260px 1fr;min-height:100vh;display:grid}.dashboard-module__w2Qwuq__sidebar{background-color:var(--color-surface);border-right:1px solid var(--color-border);flex-direction:column;height:100vh;padding:1.5rem 0;display:flex;position:sticky;top:0}.dashboard-module__w2Qwuq__sidebarHeader{border-bottom:1px solid var(--color-border);margin-bottom:1rem;padding:0 1.5rem 2rem}.dashboard-module__w2Qwuq__navSection{flex-grow:1;padding:0 1rem;overflow-y:auto}.dashboard-module__w2Qwuq__navSection::-webkit-scrollbar{width:6px}.dashboard-module__w2Qwuq__navSection::-webkit-scrollbar-track{background:0 0}.dashboard-module__w2Qwuq__navSection::-webkit-scrollbar-thumb{background-color:#ffffff1a;border-radius:10px}.dashboard-module__w2Qwuq__navSection::-webkit-scrollbar-thumb:hover{background-color:#d4af3780}.dashboard-module__w2Qwuq__navTitle{text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin:1.5rem 0 .5rem 1rem;font-size:.75rem;font-weight:700}.dashboard-module__w2Qwuq__navItem{color:var(--color-text);border-radius:6px;align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.75rem 1rem;font-size:.95rem;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.dashboard-module__w2Qwuq__navItem:hover{background-color:#ffffff0d;transform:translate(4px)}.dashboard-module__w2Qwuq__navItem.dashboard-module__w2Qwuq__active{color:var(--color-primary);background-color:#d4af371a;font-weight:600}.dashboard-module__w2Qwuq__sidebarFooter{border-top:1px solid var(--color-border);padding:1.5rem}.dashboard-module__w2Qwuq__userProfile{align-items:center;gap:1rem;display:flex}.dashboard-module__w2Qwuq__avatar{background-color:var(--color-primary);color:#000;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.dashboard-module__w2Qwuq__userInfo{flex-grow:1}.dashboard-module__w2Qwuq__userName{color:var(--color-text);font-size:.9rem;font-weight:600}.dashboard-module__w2Qwuq__userPlan{color:var(--color-primary);font-size:.75rem}.dashboard-module__w2Qwuq__mainArea{flex-direction:column;display:flex}.dashboard-module__w2Qwuq__topBar{background-color:var(--color-background);border-bottom:1px solid var(--color-border);z-index:10;justify-content:space-between;align-items:center;height:70px;padding:0 2rem;transition:transform .3s ease-in-out;display:flex;position:sticky;top:0}.dashboard-module__w2Qwuq__topBarHidden{transform:translateY(-100%)}.dashboard-module__w2Qwuq__pageTitle{color:var(--color-text);font-size:1.25rem;font-weight:600}.dashboard-module__w2Qwuq__content{flex-grow:1;padding:2rem}.dashboard-module__w2Qwuq__welcomeBanner{border:1px solid var(--color-primary);background:linear-gradient(135deg,#d4af371a,#121212e6);border-radius:12px;margin-bottom:2rem;padding:2rem}.dashboard-module__w2Qwuq__welcomeTitle{color:var(--color-text);margin-bottom:.5rem;font-size:2rem}.dashboard-module__w2Qwuq__welcomeText{color:var(--color-text-muted);font-size:1.1rem}.dashboard-module__w2Qwuq__quickActionsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.dashboard-module__w2Qwuq__actionCard{background-color:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;color:var(--color-text);border-radius:8px;align-items:flex-start;gap:1rem;padding:1.5rem;text-decoration:none;transition:transform .2s,border-color .2s;display:flex}.dashboard-module__w2Qwuq__actionCard:hover{border-color:var(--color-primary);transform:translateY(-4px)}.dashboard-module__w2Qwuq__actionIcon{color:var(--color-primary);background-color:#d4af371a;border-radius:8px;padding:.75rem}.dashboard-module__w2Qwuq__actionTitle{margin-bottom:.25rem;font-size:1.1rem;font-weight:600}.dashboard-module__w2Qwuq__actionDesc{color:var(--color-text-muted);font-size:.85rem}.dashboard-module__w2Qwuq__formSection{background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;margin-bottom:2rem;padding:2rem}.dashboard-module__w2Qwuq__sectionHeaderTitle{color:var(--color-text);align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:1.25rem;display:flex}.dashboard-module__w2Qwuq__sectionHeaderDesc{color:var(--color-text-muted);margin-bottom:2rem;font-size:.95rem}.dashboard-module__w2Qwuq__inputGroup{margin-bottom:1.5rem}.dashboard-module__w2Qwuq__inputLabel{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.9rem;display:block}.dashboard-module__w2Qwuq__inputField{background-color:var(--color-background);border:1px solid var(--color-border);width:100%;color:var(--color-text);border-radius:6px;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.dashboard-module__w2Qwuq__inputField:focus{border-color:var(--color-primary);outline:none}.dashboard-module__w2Qwuq__dropzone{border:2px dashed var(--color-border);text-align:center;cursor:pointer;background-color:#ffffff05;border-radius:8px;padding:3rem 2rem;transition:all .3s}.dashboard-module__w2Qwuq__dropzone:hover,.dashboard-module__w2Qwuq__dropzoneActive{border-color:var(--color-primary);background-color:#d4af370d;box-shadow:0 0 15px #d4af371a}.dashboard-module__w2Qwuq__dropzoneIcon{color:var(--color-primary);margin-bottom:1rem}.dashboard-module__w2Qwuq__dropzoneTitle{color:var(--color-text);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.dashboard-module__w2Qwuq__dropzoneDesc{color:var(--color-text-muted);font-size:.9rem}.dashboard-module__w2Qwuq__filePreview{background-color:var(--color-background);border:1px solid var(--color-primary);text-align:left;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.dashboard-module__w2Qwuq__filePreviewHeader{color:var(--color-primary);align-items:center;gap:.5rem;margin-bottom:1rem;font-weight:600;display:flex}.dashboard-module__w2Qwuq__codeBlock{color:#a3e635;white-space:pre-wrap;word-break:break-all;background-color:#000;border-radius:6px;max-height:150px;padding:1rem;font-family:monospace;font-size:.85rem;overflow-y:auto}.dashboard-module__w2Qwuq__recentList{flex-direction:column;gap:1rem;display:flex}.dashboard-module__w2Qwuq__recentItem{background-color:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;border-radius:8px;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;transition:all .2s;display:flex}.dashboard-module__w2Qwuq__recentItem:hover{border-color:var(--color-primary);transform:translate(4px);box-shadow:0 4px 12px #0000000d}.dashboard-module__w2Qwuq__recentInfo{flex-direction:column;gap:.25rem;display:flex}.dashboard-module__w2Qwuq__recentTitle{color:var(--color-text);align-items:center;gap:.5rem;font-size:1.05rem;font-weight:600;display:flex}.dashboard-module__w2Qwuq__recentDate{color:var(--color-text-muted);font-size:.85rem}.dashboard-module__w2Qwuq__recentClient{color:var(--color-text-muted);align-items:center;gap:.35rem;font-size:.85rem;display:flex}.dashboard-module__w2Qwuq__recentActions{align-items:center;gap:1rem;display:flex}.dashboard-module__w2Qwuq__statusBadge{text-transform:uppercase;border-radius:12px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.dashboard-module__w2Qwuq__statusBadge.dashboard-module__w2Qwuq__completed{color:#16a34a;background-color:#16a34a1a;border:1px solid #16a34a33}.dashboard-module__w2Qwuq__statusBadge.dashboard-module__w2Qwuq__draft{color:var(--color-primary);background-color:#d4af371a;border:1px solid #d4af3733}.dashboard-module__w2Qwuq__actionBtn{color:var(--color-text-muted);border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:color .2s;display:flex}.dashboard-module__w2Qwuq__actionBtn:hover{color:var(--color-primary);background-color:#ffffff0d}
