.DashboardHeader-module__V5JXYa__header{grid-template-columns:1fr auto;grid-template-areas:"title credits""welcome credits";align-items:center;margin-bottom:32px;display:grid}.DashboardHeader-module__V5JXYa__title{grid-area:title;margin:0;font-size:2rem;font-weight:700}.DashboardHeader-module__V5JXYa__welcomeMessage{color:var(--text-secondary);grid-area:welcome;margin:4px 0 0}.DashboardHeader-module__V5JXYa__credits{border-radius:var(--radius-lg);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);background:#fff;grid-area:credits;justify-self:end;align-items:center;gap:12px;padding:10px 20px;font-size:1rem;font-weight:600;display:flex}.DashboardHeader-module__V5JXYa__limitLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.025em;font-size:.85rem;font-weight:500}.DashboardHeader-module__V5JXYa__limitValue{color:var(--primary-blue);font-weight:700}@media (max-width:768px){.DashboardHeader-module__V5JXYa__header{grid-template-columns:auto 1fr;grid-template-areas:"title credits""welcome welcome";align-items:center;gap:8px 12px;margin-bottom:24px}.DashboardHeader-module__V5JXYa__title{font-size:1.5rem}.DashboardHeader-module__V5JXYa__welcomeMessage{margin-top:0}.DashboardHeader-module__V5JXYa__credits{border-radius:8px;justify-self:end;gap:8px;padding:6px 12px;font-size:.875rem}.DashboardHeader-module__V5JXYa__limitLabel{display:none}}
.UploadArea-module__eMxfkG__uploadGrid{flex-direction:column;gap:24px;margin-bottom:24px;display:flex}@media (max-width:768px){.UploadArea-module__eMxfkG__uploadGrid{grid-template-columns:1fr}}.UploadArea-module__eMxfkG__card{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#fff;padding:24px 24px 16px}.UploadArea-module__eMxfkG__cardTitle{align-items:center;gap:12px;margin-bottom:24px;font-size:1.1rem;font-weight:600;display:flex}.UploadArea-module__eMxfkG__hintText{color:var(--text-secondary);align-items:center;gap:8px;margin-top:12px;margin-bottom:0;font-size:.85rem;line-height:1.4;display:flex}.UploadArea-module__eMxfkG__dropzone{border:2px dashed var(--border-color);border-radius:var(--radius-lg);text-align:center;cursor:pointer;background:#f8fafc;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:24px 16px;transition:all .2s;display:flex}.UploadArea-module__eMxfkG__dropzone:hover{border-color:var(--primary-blue);background:#eff6ff}.UploadArea-module__eMxfkG__dropIconCircle{width:48px;height:48px;color:var(--primary-blue);background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;display:flex}.UploadArea-module__eMxfkG__dropTextStrong{color:var(--text-primary);margin-bottom:4px;font-weight:600;display:block}.UploadArea-module__eMxfkG__dropTextLight{color:var(--text-secondary);font-size:.85rem}.UploadArea-module__eMxfkG__generateBtn{background:var(--primary-blue);color:#fff;border-radius:var(--radius-lg);justify-content:center;align-items:center;gap:12px;width:100%;margin-bottom:32px;padding:12px;font-size:1.125rem;font-weight:600;transition:background .2s;display:flex}.UploadArea-module__eMxfkG__generateBtn:hover{background:var(--primary-blue-hover)}.UploadArea-module__eMxfkG__generateBtn:disabled{color:#94a3b8;cursor:not-allowed;opacity:.7;background:#e2e8f0;border:1px solid #cbd5e1}.UploadArea-module__eMxfkG__styleSelector{margin-bottom:32px}.UploadArea-module__eMxfkG__styleLabel{margin-bottom:12px;font-weight:600;display:block}.UploadArea-module__eMxfkG__styleGrid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;display:grid}.UploadArea-module__eMxfkG__styleItem{border-radius:var(--radius-lg);cursor:pointer;background:#f8fafc;border:2px solid #0000;transition:all .2s;position:relative;overflow:hidden}.UploadArea-module__eMxfkG__styleItem:hover{border-color:#cbd5e1}.UploadArea-module__eMxfkG__styleItem.UploadArea-module__eMxfkG__active{border-color:var(--primary-blue);box-shadow:0 0 0 2px #0070f31a}.UploadArea-module__eMxfkG__styleThumbnail{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.UploadArea-module__eMxfkG__styleName{text-align:center;background:#fff;padding:8px 12px;font-size:.875rem;font-weight:500}.UploadArea-module__eMxfkG__active .UploadArea-module__eMxfkG__styleName{color:var(--primary-blue);background:#eff6ff}.UploadArea-module__eMxfkG__checkIcon{background:var(--primary-blue);color:#fff;border-radius:50%;padding:2px;display:flex;position:absolute;top:8px;right:8px}.UploadArea-module__eMxfkG__fileList{gap:12px;margin:16px 0 0;padding:0 0 8px;list-style:none;display:flex;overflow-x:auto}.UploadArea-module__eMxfkG__fileItem{border-radius:var(--radius-md);border:1px solid var(--border-color);cursor:grab;background:#f1f5f9;flex-shrink:0;width:80px;height:80px;position:relative;overflow:hidden}.UploadArea-module__eMxfkG__fileItem:active{cursor:grabbing}.UploadArea-module__eMxfkG__fileItem img{object-fit:cover;width:100%;height:100%}.UploadArea-module__eMxfkG__removeBtn{color:#fff;cursor:pointer;background:#0f172ab3;border:none;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:background .2s,opacity .2s;display:flex;position:absolute;top:4px;right:4px}.UploadArea-module__eMxfkG__removeBtn:hover{background:#ef4444e6}.UploadArea-module__eMxfkG__removeBtn:disabled{opacity:.5;cursor:not-allowed;background:#0f172a66}@media (max-width:768px){.UploadArea-module__eMxfkG__mobileWizard{flex-direction:column;padding-bottom:140px;display:flex}.UploadArea-module__eMxfkG__stepIndicator{justify-content:center;align-items:center;gap:8px;margin-bottom:4px;display:flex}.UploadArea-module__eMxfkG__stepDot{color:#64748b;background:#e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:.85rem;font-weight:600;transition:all .3s;display:flex}.UploadArea-module__eMxfkG__stepDot.UploadArea-module__eMxfkG__active{background:var(--primary-blue);color:#fff}.UploadArea-module__eMxfkG__stepDot.UploadArea-module__eMxfkG__completed{background:var(--primary-blue);color:#fff;opacity:.7}.UploadArea-module__eMxfkG__stepLine{background:#e2e8f0;width:30px;height:2px;transition:background .3s}.UploadArea-module__eMxfkG__stepLine.UploadArea-module__eMxfkG__completed{background:var(--primary-blue)}.UploadArea-module__eMxfkG__stickyNav{border-top:1px solid var(--border-color);z-index:100;background:#fff;flex-direction:column;gap:12px;padding:14px 16px 16px;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 12px #0000000d}.UploadArea-module__eMxfkG__navButtonsRow{gap:16px;width:100%;display:flex}.UploadArea-module__eMxfkG__navBtn{border-radius:var(--radius-lg);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:1.1rem;font-weight:600;transition:all .2s;display:flex}.UploadArea-module__eMxfkG__backBtn{color:#475569;background:#f1f5f9}.UploadArea-module__eMxfkG__backBtn:hover{background:#e2e8f0}.UploadArea-module__eMxfkG__nextBtn{background:var(--primary-blue);color:#fff}.UploadArea-module__eMxfkG__nextBtn:hover{background:var(--primary-blue-hover)}.UploadArea-module__eMxfkG__nextBtn:disabled{cursor:not-allowed;background:#94a3b8}.UploadArea-module__eMxfkG__stepContent{animation:.3s ease-in-out UploadArea-module__eMxfkG__fadeIn}@keyframes UploadArea-module__eMxfkG__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}}
.RichTextInput-module__iAj_uq__wrapper{background:#fff;border:1px solid #cbd5e1;border-radius:6px;overflow:hidden}.RichTextInput-module__iAj_uq__toolbar{background:#f8fafc;border-bottom:1px solid #e2e8f0;gap:2px;padding:4px 6px;display:flex}.RichTextInput-module__iAj_uq__toolbar button{cursor:pointer;color:#475569;background:0 0;border:1px solid #0000;border-radius:4px;justify-content:center;align-items:center;width:28px;height:24px;font-size:13px;transition:background .15s,border-color .15s;display:flex}.RichTextInput-module__iAj_uq__toolbar button:hover{background:#e2e8f0;border-color:#cbd5e1}.RichTextInput-module__iAj_uq__toolbar button.RichTextInput-module__iAj_uq__active{color:#1d4ed8;background:#dbeafe;border-color:#93c5fd}.RichTextInput-module__iAj_uq__editor{word-break:break-word;outline:none;min-height:36px;padding:8px 10px;font-size:1rem;line-height:1.4}.RichTextInput-module__iAj_uq__editor:empty:before{content:attr(data-placeholder);color:#94a3b8;pointer-events:none}.RichTextInput-module__iAj_uq__small .RichTextInput-module__iAj_uq__editor{color:#64748b;min-height:28px;padding:5px 8px;font-size:.85rem}
.RecentProjects-module__WlxLuG__container{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#fff;overflow:hidden}.RecentProjects-module__WlxLuG__header{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:24px;display:flex}.RecentProjects-module__WlxLuG__title{font-size:1.125rem;font-weight:600}.RecentProjects-module__WlxLuG__viewAll{color:var(--primary-blue);font-size:.875rem;font-weight:500}.RecentProjects-module__WlxLuG__tableWrapper{-webkit-overflow-scrolling:touch;width:100%;overflow-x:auto}.RecentProjects-module__WlxLuG__table{border-collapse:collapse;width:100%;min-width:600px}.RecentProjects-module__WlxLuG__thead th{text-align:left;text-transform:uppercase;color:var(--text-secondary);border-bottom:1px solid var(--border-color);padding:12px 24px;font-size:.75rem;font-weight:600}.RecentProjects-module__WlxLuG__row td{border-bottom:1px solid var(--border-color);padding:16px 24px}.RecentProjects-module__WlxLuG__row:last-child td{border-bottom:none}.RecentProjects-module__WlxLuG__vehicleCell{align-items:center;gap:16px;display:flex}.RecentProjects-module__WlxLuG__thumbnail{object-fit:cover;background:#eee;border-radius:4px;width:64px;height:48px}.RecentProjects-module__WlxLuG__thumbnailProcessing{width:64px;height:48px;color:var(--primary-blue);background:#f1f5f9;border-radius:4px;justify-content:center;align-items:center;display:flex}.RecentProjects-module__WlxLuG__vehicleInfo{flex-direction:column;display:flex}.RecentProjects-module__WlxLuG__vehicleName{color:var(--text-primary);font-size:.9rem;font-weight:600}.RecentProjects-module__WlxLuG__dateCell{text-align:left;flex-direction:column;align-items:flex-start;display:flex}.RecentProjects-module__WlxLuG__vin{color:var(--text-secondary);font-size:.75rem}.RecentProjects-module__WlxLuG__statusBadge{border-radius:var(--radius-full);align-items:center;gap:6px;padding:4px 12px;font-size:.75rem;font-weight:600;display:inline-flex}.RecentProjects-module__WlxLuG__statusProcessing{color:#b45309;background:#fef3c7}.RecentProjects-module__WlxLuG__statusDone{color:#047857;background:#d1fae5}.RecentProjects-module__WlxLuG__detailsBtn{color:var(--text-secondary);font-size:.875rem}.RecentProjects-module__WlxLuG__detailsBtn:hover{text-decoration:underline}.RecentProjects-module__WlxLuG__paginationInfo{color:var(--text-secondary);font-size:.875rem}.RecentProjects-module__WlxLuG__footer{border-top:1px solid var(--border-color);background:#fafafa;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.RecentProjects-module__WlxLuG__pageBtn{border-radius:var(--radius-md);border:1px solid var(--border-color);color:var(--text-primary);background:#fff;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.RecentProjects-module__WlxLuG__pageBtn:not(.RecentProjects-module__WlxLuG__disabled):hover{background:var(--secondary-bg);border-color:#ccc}.RecentProjects-module__WlxLuG__pageBtn.RecentProjects-module__WlxLuG__disabled{opacity:.5;pointer-events:none;background:#f5f5f7}.RecentProjects-module__WlxLuG__pageIndicator{color:var(--text-secondary);font-size:.875rem;font-weight:500}.RecentProjects-module__WlxLuG__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.RecentProjects-module__WlxLuG__modalContent{border-radius:var(--radius-lg);width:100%;max-width:1000px;max-height:90vh;box-shadow:var(--shadow-lg);background:#fff;flex-direction:column;animation:.3s ease-out RecentProjects-module__WlxLuG__modalAppear;display:flex;overflow:hidden}@keyframes RecentProjects-module__WlxLuG__modalAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.RecentProjects-module__WlxLuG__modalHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:24px;display:flex}.RecentProjects-module__WlxLuG__modalTitle{color:var(--text-primary);font-size:1.5rem;font-weight:700}.RecentProjects-module__WlxLuG__modalSubtitle{color:var(--text-secondary);font-size:.875rem}.RecentProjects-module__WlxLuG__closeBtn{color:var(--text-secondary);transition:color .2s}.RecentProjects-module__WlxLuG__closeBtn:hover{color:var(--text-primary)}.RecentProjects-module__WlxLuG__modalBody{flex:1;padding:24px;overflow-y:auto}.RecentProjects-module__WlxLuG__gallerySection{margin-bottom:40px}.RecentProjects-module__WlxLuG__sectionTitle{color:var(--text-primary);border-bottom:1px solid var(--border-color);align-items:center;gap:8px;margin-bottom:20px;padding-bottom:8px;font-size:1.1rem;font-weight:600;display:flex}.RecentProjects-module__WlxLuG__galleryGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.RecentProjects-module__WlxLuG__galleryItem{border-radius:var(--radius-md);border:1px solid var(--border-color);background:#f8fafc;padding:16px}.RecentProjects-module__WlxLuG__imageLabel{text-transform:uppercase;color:var(--text-secondary);margin-bottom:8px;font-size:.75rem;font-weight:600}.RecentProjects-module__WlxLuG__galleryImage{aspect-ratio:4/3;object-fit:cover;border-radius:var(--radius-sm);background:#eee;width:100%;display:block}.RecentProjects-module__WlxLuG__emptyState{text-align:center;color:var(--text-secondary);padding:48px}.RecentProjects-module__WlxLuG__fullScreenOverlay{z-index:2000;background:#000000e6;justify-content:center;align-items:center;padding:40px;animation:.2s ease-out RecentProjects-module__WlxLuG__fadeIn;display:flex;position:fixed;inset:0}@keyframes RecentProjects-module__WlxLuG__fadeIn{0%{opacity:0}to{opacity:1}}.RecentProjects-module__WlxLuG__fullScreenImage{object-fit:contain;border-radius:var(--radius-md);max-width:100%;max-height:100%;box-shadow:0 0 40px #00000080}.RecentProjects-module__WlxLuG__fullScreenClose{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;transition:background .2s;display:flex;position:absolute;top:24px;right:24px}.RecentProjects-module__WlxLuG__fullScreenClose:hover{background:#fff3}@media (max-width:768px){.RecentProjects-module__WlxLuG__tableWrapper{border-top:1px solid var(--border-color);background:#f8fafc;padding:16px}.RecentProjects-module__WlxLuG__table,.RecentProjects-module__WlxLuG__thead,.RecentProjects-module__WlxLuG__table tbody,.RecentProjects-module__WlxLuG__table th,.RecentProjects-module__WlxLuG__table td,.RecentProjects-module__WlxLuG__table tr{width:100%;display:block}.RecentProjects-module__WlxLuG__table{min-width:unset}.RecentProjects-module__WlxLuG__thead{display:none}.RecentProjects-module__WlxLuG__row{border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;margin-bottom:16px;padding:8px 16px}.RecentProjects-module__WlxLuG__row td{text-align:right;justify-content:space-between;align-items:center;padding:12px 0;display:flex}.RecentProjects-module__WlxLuG__row td:last-child{border-bottom:none;padding-top:16px;padding-bottom:4px}.RecentProjects-module__WlxLuG__row td:first-child{padding-top:8px;padding-bottom:16px}.RecentProjects-module__WlxLuG__row td:before{content:attr(data-label);text-transform:uppercase;color:var(--text-secondary);text-align:left;font-size:.75rem;font-weight:600}.RecentProjects-module__WlxLuG__row td[data-label=Fahrzeug]:before{display:none}.RecentProjects-module__WlxLuG__row td[data-label=Fahrzeug]{justify-content:flex-start}.RecentProjects-module__WlxLuG__dateCell{text-align:right;align-items:flex-end}}.RecentProjects-module__WlxLuG__regenerateBtnFull{border:1px solid var(--border-color);border-radius:var(--radius-md);width:100%;color:var(--text-primary);cursor:pointer;background:#fff;justify-content:center;align-items:center;gap:8px;margin-top:12px;padding:10px 16px;font-size:.875rem;font-weight:600;transition:all .2s;display:flex;box-shadow:0 1px 2px #0000000d}.RecentProjects-module__WlxLuG__regenerateBtnFull:hover:not(:disabled){border-color:var(--primary-blue);color:var(--primary-blue);background:#f0f7ff;box-shadow:0 2px 4px #3b82f61a}.RecentProjects-module__WlxLuG__regenerateBtnFull:disabled{opacity:.6;cursor:not-allowed;background:#f8fafc}
.DashboardTabs-module__E92krW__tabsWrapper{margin-bottom:32px}.DashboardTabs-module__E92krW__tabList{border-radius:var(--radius-lg);border:1px solid var(--border-color);background:#fff;gap:0;width:fit-content;margin-bottom:32px;padding:6px;display:flex;box-shadow:0 1px 4px #0000000f}.DashboardTabs-module__E92krW__tabBtn{border-radius:calc(var(--radius-lg) - 4px);color:var(--text-secondary);cursor:pointer;white-space:nowrap;background:0 0;border:none;align-items:center;gap:8px;padding:10px 20px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.DashboardTabs-module__E92krW__tabBtn:hover:not(.DashboardTabs-module__E92krW__tabBtnActive){color:var(--text-primary);background:#f1f5f9}.DashboardTabs-module__E92krW__tabBtnActive{background:var(--primary-blue);color:#fff;box-shadow:0 2px 8px #2563eb40}.DashboardTabs-module__E92krW__tabBtnActive:hover{background:var(--primary-blue);color:#fff}.DashboardTabs-module__E92krW__tabContent{animation:.22s ease-out DashboardTabs-module__E92krW__tabFadeIn}@keyframes DashboardTabs-module__E92krW__tabFadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.DashboardTabs-module__E92krW__tabList{width:100%}.DashboardTabs-module__E92krW__tabBtn{flex:1;justify-content:center;padding:10px 12px;font-size:.85rem}}
