@layer components{.sidebar{width:var(--sidebar-width);position:fixed;inset:0 auto 0 0;background:var(--card);border-right:1px solid var(--border);padding:30px 18px 0;display:flex;flex-direction:column;z-index:30}.page-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:25px}.page-heading h1{font-size:32px;letter-spacing:-1.15px}.page-heading p{font-size:12px;color:var(--muted-foreground);margin-top:9px}.page-heading .eyebrow{font-size:9px;letter-spacing:1.4px;margin-bottom:9px}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:19px}.projects-list{grid-template-columns:1fr}.wizard-page{max-width:1120px;margin:auto}.wizard-heading{margin:28px 0 27px}.wizard-heading h1{font-size:32px;letter-spacing:-1px}.wizard-heading p{color:var(--muted-foreground);font-size:12px;margin-top:10px}.wizard-steps{display:flex;align-items:center;gap:9px;border-bottom:1px solid var(--border);padding-bottom:23px;margin-bottom:28px}.wizard-steps>button{display:flex;align-items:center;gap:8px;white-space:nowrap}.wizard-steps>button>span{height:26px;width:26px;background:var(--muted);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:10px}.wizard-steps>button>svg{margin:0 7px;color:var(--muted-foreground)}.wizard-steps>button.current>span{background:var(--primary);color:var(--primary-foreground);border-color:var(--primary)}.wizard-steps>button.completed>span{background:var(--muted);color:var(--muted-foreground)}.wizard-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(220px,1fr);gap:28px;align-items:start}.wizard-main{background:var(--card);padding:28px;border:1px solid var(--border);border-radius:var(--radius)}.wizard-actions{display:flex;justify-content:space-between;gap:12px;border-top:1px solid var(--border);margin-top:27px;padding-top:22px}.wizard-preview{padding:22px 26px 25px;background:var(--muted);border-radius:var(--radius);border:1px solid var(--border);text-align:center;position:sticky;top:25px}.wizard-preview-art{max-width:194px;margin:25px auto 20px;padding:5px;border:1px solid var(--border);background:color-mix(in oklch,var(--card) 34%,transparent);transform:rotate(3deg);box-shadow:0 15px 30px color-mix(in oklch,var(--foreground) 1%,transparent)}.wizard-preview-art,.wizard-preview-art .screenshot-preview{border-radius:var(--radius)}.wizard-preview h3{font-size:14px;color:var(--muted-foreground)}.wizard-preview>p{font-size:10px;color:var(--muted-foreground);line-height:1.8;margin:8px 0 16px}.wizard-layout-wide{grid-template-columns:1fr}.style-picker{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;max-height:570px;overflow-y:auto;padding:5px 5px 15px}.style-option{border:1px solid var(--border);border-radius:var(--radius);text-align:left;overflow:hidden;padding-bottom:11px;transition:border-color .15s,box-shadow .15s}.style-option.selected{border-color:var(--border);box-shadow:0 0 0 2px color-mix(in oklch,var(--foreground) 10%,transparent)}.style-option-preview{height:153px;overflow:hidden;display:flex;gap:5px;padding:20px 13px 0;position:relative}.style-option-preview>.screenshot-preview{width:60%;flex-shrink:0;border:2px solid color-mix(in oklch,var(--border) 53%,transparent);border-radius:var(--radius);transform:rotate(-5deg)}.style-option-preview>.screenshot-preview:nth-child(2){transform:rotate(6deg) translateY(10px)}.style-option>strong{display:block;font-size:11px;margin:11px 11px 4px;font-weight:600}.style-option>span{font-size:9px;display:block;margin-left:11px;color:var(--muted-foreground);text-transform:capitalize}.creation-summary{border:1px solid var(--border);border-radius:var(--radius);padding:5px 16px}.creation-summary>div{display:flex;justify-content:space-between;gap:10px;padding:13px 0;border-bottom:1px solid var(--border);font-size:12px}.creation-summary>div:last-child{border:0}.creation-summary span{color:var(--muted-foreground)}.creation-summary strong{font-weight:500}.editor-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;min-height:70dvh;color:var(--muted-foreground);text-align:center;padding:25px}.editor-loading h2{color:var(--foreground)}.editor-loading p{font-size:13px}.setup-status{display:flex;align-items:center;gap:6px;font-size:10px;padding:5px 8px;border-radius:var(--radius);white-space:nowrap}.setup-status,.setup-status.connected{background:var(--muted);color:var(--muted-foreground)}.brand-colors{display:flex;gap:17px;flex-wrap:wrap;margin:20px 0}.brand-asset-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-top:20px}.brand-asset{position:relative;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.brand-asset img{height:125px;width:100%;object-fit:contain;background:repeating-conic-gradient(var(--muted) 0 25%,var(--card) 0 50%) 50%/15px 15px;padding:10px}.brand-asset p{font-size:10px;padding:9px 10px;color:var(--muted-foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}.plan-card{border:1px solid var(--border);border-radius:var(--radius);padding:25px;background:var(--card);position:relative;display:flex;flex-direction:column}.plan-card.recommended{border-color:var(--border);background:var(--muted)}.plan-card>h3{font-size:18px}.plan-card>p{font-size:11px;color:var(--muted-foreground);margin:8px 0 20px;min-height:36px}.plan-price{font-size:35px;letter-spacing:-1.7px;font-weight:600}.plan-price>span{font-size:11px;color:var(--muted-foreground);font-weight:400;letter-spacing:0}.plan-card>small{font-size:10px;color:var(--muted-foreground);margin-top:7px;min-height:16px}.plan-card ul{padding:0;list-style:none;display:flex;flex-direction:column;gap:12px;margin:23px 0}.plan-card li{font-size:11px;display:flex;align-items:center;gap:8px}.plan-card li,.plan-card li svg{color:var(--muted-foreground)}@media (max-width:1180px){.sidebar{padding-left:14px;padding-right:14px}.project-grid{gap:14px}.wizard-main{padding:24px}.wizard-preview{padding:22px 20px}.wizard-layout{gap:20px}.style-picker{grid-template-columns:repeat(4,minmax(0,1fr))}.plan-card{padding:20px}}@media (max-width:960px){.sidebar{padding:26px 12px 0}.page-heading h1{font-size:28px}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-steps>button{gap:5px}.wizard-steps>button>svg{margin:0 2px}.wizard-layout{grid-template-columns:1fr}.wizard-preview{display:none}.wizard-heading h1{font-size:28px}.plan-grid{gap:11px}.plan-card{padding:19px 14px}.plan-card>h3{font-size:16px}.plan-card li{font-size:10px}.brand-asset-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:760px){.sidebar{transform:translateX(-100%);transition:transform .2s ease;width:236px;padding:24px 18px 0}.page-heading{margin-bottom:23px;align-items:flex-start}.page-heading h1{font-size:27px;line-height:1.2}.page-heading h1 br{display:none}.page-heading p{font-size:11px}.project-grid{gap:13px}.wizard-heading{margin:22px 0}.wizard-heading h1{font-size:28px}.wizard-steps{gap:5px;justify-content:space-between;overflow:auto}.wizard-steps>button{flex-direction:column;gap:7px;align-items:center;white-space:normal;text-align:center;line-height:1.4;width:25%}.wizard-steps>button>span{width:28px;height:28px}.wizard-steps>button>svg{display:none}.wizard-main{padding:23px}.style-picker{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.style-option-preview{height:153px}.plan-grid{grid-template-columns:1fr;gap:20px}.plan-card{padding:24px}.plan-card>h3{font-size:20px}.plan-card>p{min-height:0}.plan-card li,.plan-card>p{font-size:12px}.plan-card ul{display:grid;grid-template-columns:1fr 1fr}.brand-asset-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:440px){.page-heading h1{font-size:25px}.page-heading .eyebrow{font-size:8px;letter-spacing:1.1px}.project-grid{gap:11px}.wizard-heading h1{font-size:26px}.wizard-main{padding:20px}.style-picker{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.style-option-preview{height:160px}.brand-asset-grid{grid-template-columns:repeat(2,1fr)}.plan-card ul{grid-template-columns:1fr}}.page-heading p{font-size:13px}.sidebar{padding:28px 18px 0;border-color:var(--border)}.page-heading{margin-bottom:28px;align-items:center}.page-heading h1{font-size:clamp(28px,2.4vw,37px);font-weight:500;letter-spacing:-1.6px;line-height:1.22}.page-heading p{color:var(--muted-foreground);margin-top:9px}.page-heading .eyebrow{font-size:9px;margin-bottom:12px;color:var(--foreground);letter-spacing:1.5px}.project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.projects-list{grid-template-columns:1fr}.wizard-page{max-width:1140px}.wizard-heading{margin:18px 0 28px}.wizard-heading h1{font-size:38px;font-weight:500;letter-spacing:-1.7px;margin-top:10px}.wizard-heading p{font-size:14px;color:var(--muted-foreground);line-height:1.7}.wizard-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;border:none;padding:0;margin-bottom:26px}.wizard-steps>button{min-height:64px;padding:12px;gap:9px}.wizard-steps>button:disabled{cursor:default}.wizard-steps>button>span{width:29px;height:29px;font-size:11px;border:0;background:var(--card);border-radius:var(--radius);color:var(--muted-foreground);flex-shrink:0}.wizard-steps>button>svg{display:none}.wizard-steps>button.current>span{background:var(--muted);color:var(--primary-foreground)}.wizard-steps>button.completed>span{background:var(--muted);color:var(--foreground)}.wizard-layout{grid-template-columns:minmax(0,1.5fr) minmax(260px,1fr);gap:26px}.wizard-main{padding:30px;border-radius:var(--radius);border-color:var(--border);box-shadow:0 3px 8px color-mix(in oklch,var(--foreground) 0%,transparent)}.wizard-preview{background:var(--muted);border:1px solid var(--border);padding:25px;border-radius:var(--radius)}.wizard-preview-art{height:auto;padding:24px 35px 27px;max-width:320px;margin:0 auto}.wizard-preview-art .screenshot-preview{width:100%;max-width:205px;margin:auto;border:4px solid var(--border);border-radius:var(--radius);box-shadow:0 12px 30px color-mix(in oklch,var(--foreground) 1%,transparent);transform:rotate(-4deg)}.wizard-preview h3{font-size:22px;letter-spacing:-.8px;font-weight:500;text-align:left}.wizard-preview>p{font-size:12px;color:var(--muted-foreground);line-height:1.75;text-align:left}.wizard-layout-wide{grid-template-columns:1fr}.style-picker{gap:18px}.style-option{border:1px solid var(--border);border-radius:var(--radius);padding:6px 6px 15px}.style-option.selected{border:2px solid var(--border);padding:5px 5px 14px;background:var(--muted)}.style-option-preview{border-radius:var(--radius)}.style-option>strong{font-size:13px}.style-option>span{font-size:11px;color:var(--muted-foreground)}.wizard-actions{padding-top:24px;margin-top:26px;border-color:var(--border)}.setup-status{border-radius:var(--radius);background:var(--muted);color:var(--muted-foreground);font-size:10px;border:1px solid var(--border)}.setup-status.connected{background:var(--muted);border-color:var(--border);color:var(--foreground)}.brand-identity-strip{display:grid;grid-template-columns:1fr 1.35fr;min-height:228px;margin-bottom:24px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:var(--card)}.brand-identity-copy{padding:27px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.brand-identity-copy>span{font-size:9px;letter-spacing:1.3px;color:var(--foreground);font-weight:600}.brand-identity-copy h2{font-size:27px;font-weight:500;margin-top:13px;letter-spacing:-1px}.brand-identity-copy p{font-size:12px;color:var(--muted-foreground);line-height:1.8;margin-top:10px;max-width:300px}.brand-live-preview{padding:28px 32px;position:relative;display:flex;flex-direction:column;justify-content:space-between;isolation:isolate}.brand-live-preview>span{font-size:9px;font-family:var(--font-sans);font-weight:600;letter-spacing:1.4px;color:var(--foreground);background:var(--card);padding:7px 9px;border-radius:var(--radius);align-self:flex-start}.brand-live-preview>strong{font-weight:650;font-size:37px;line-height:1.1;letter-spacing:-1.7px;padding:22px 0 10px;max-width:380px}.brand-preview-palette{display:flex;gap:7px;align-self:flex-end}.brand-preview-palette i{display:block;width:28px;height:28px;border:2px solid var(--border);border-radius:50%}.brand-colors{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:20px 0}.brand-font-sample{padding:24px 18px;background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);margin-top:16px}.brand-font-sample p{font-size:34px;line-height:1.3;letter-spacing:-.8px}.brand-font-sample span{font-size:12px;color:var(--muted-foreground);display:block;margin-top:12px}.brand-asset-grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:17px}.brand-asset{background:var(--muted);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.brand-asset p{font-size:11px;color:var(--muted-foreground)}.plan-grid{gap:19px;margin-top:28px}.plan-card{padding:29px 25px;border:1px solid var(--border);border-radius:var(--radius);background:var(--card);box-shadow:0 3px 7px color-mix(in oklch,var(--foreground) 0%,transparent)}.plan-card.recommended{border:2px solid var(--border);padding:28px 24px;background:var(--card)}.plan-card>h3{font-size:23px;font-weight:500}.plan-card>p{font-size:12px;color:var(--muted-foreground)}.plan-price{color:var(--foreground);font-family:var(--font-sans);font-size:42px;font-weight:500;letter-spacing:-1.7px}.plan-price>span{font-family:var(--font-sans);font-size:12px;color:var(--muted-foreground);letter-spacing:0}.plan-card>small{font-size:10px;color:var(--muted-foreground);line-height:1.7}.plan-card ul{border-top:1px solid var(--border);padding-top:20px;margin-top:20px;gap:12px}.plan-card li{font-size:11px;color:var(--foreground)}.plan-card li svg{color:var(--foreground);flex-shrink:0}}@layer components{@media (max-width:1250px){.sidebar{padding-left:14px;padding-right:14px}.page-heading{flex-wrap:wrap;gap:18px}}@media (max-width:1080px){.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.projects-list{grid-template-columns:1fr}.wizard-layout{grid-template-columns:minmax(0,1.3fr) minmax(220px,1fr);gap:18px}.wizard-main{padding:24px}.wizard-preview{padding:21px}.wizard-preview-art{padding-left:20px;padding-right:20px}.wizard-steps>button{padding:10px;gap:6px}.wizard-layout-wide{grid-template-columns:1fr}.plan-card{padding:24px 19px}.plan-card.recommended{padding:23px 18px}.plan-grid{grid-template-columns:1fr}}@media (max-width:760px){.sidebar{width:260px;padding:24px 19px 0}.page-heading{margin-bottom:23px;gap:18px;flex-direction:column;align-items:flex-start}.page-heading h1{font-size:33px;line-height:1.12;max-width:470px}.page-heading p{font-size:12px;line-height:1.7}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.projects-list{grid-template-columns:1fr}.wizard-heading{margin:12px 0 25px}.wizard-heading h1{font-size:33px;line-height:1.12}.wizard-heading p{font-size:12px}.wizard-steps{gap:7px;grid-template-columns:repeat(4,minmax(0,1fr))}.wizard-steps>button{min-height:80px;flex-direction:column;justify-content:center;align-items:center;padding:8px 3px;gap:7px;white-space:normal;text-align:center}.wizard-steps>button>span{width:27px;height:27px}.wizard-layout{grid-template-columns:1fr}.wizard-main{padding:23px 20px;border-radius:var(--radius)}.wizard-preview{display:none}.style-picker{grid-template-columns:1fr;gap:17px}.style-option-preview{height:265px}.style-option>strong{font-size:14px}.brand-identity-strip{grid-template-columns:1fr}.brand-identity-copy{padding:24px}.brand-live-preview{padding:24px;min-height:240px}.brand-live-preview>strong{font-size:35px}.brand-colors{gap:12px}.plan-card{padding:27px 23px}.plan-card.recommended{padding:26px 22px}.plan-card li{font-size:12px}}@media (max-width:460px){.project-grid{grid-template-columns:1fr;gap:17px}}@media (min-width:761px) and (max-width:1080px){.wizard-steps>button{white-space:normal;line-height:1.45;min-width:0}}@media (min-width:761px) and (max-width:960px){.wizard-layout{grid-template-columns:1fr}.wizard-preview{display:none}}.sidebar{padding-top:26px;background:var(--card)}.page-heading{margin-bottom:34px}.page-heading h1{font-weight:600;font-size:clamp(32px,3vw,43px);letter-spacing:-.055em}.page-heading p{font-size:13px}.projects-section{margin-top:0}@media (max-width:767px){.page-heading h1{font-size:34px}.page-heading{margin-bottom:25px}}}@layer components{.plan-card{min-width:0}.plan-card li{align-items:flex-start}.plan-card li svg{flex-shrink:0;margin-top:3px}}