@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:wght@400;600;700;800&family=Poppins:wght@400;500;600;700;800&family=Sora:wght@400;600;700;800&display=swap";.app_shell{min-height:100vh;display:grid;grid-template-columns:84px minmax(0,1fr);background:#111317}.app_shell_locked{height:100vh;overflow:hidden}.app_shell_main{min-width:0;min-height:100vh}.app_shell_main_scroll{min-height:0;overflow-y:auto}.app_sidebar{background:linear-gradient(180deg,#252931,#1b1e24);border-right:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;align-items:center;padding:14px 0;gap:16px}.sidebar_logo{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(180deg,#3d4453,#2f3541);color:#eef2ff;font-weight:800;font-size:16px;letter-spacing:.02em}.sidebar_logo_img{width:22px;height:22px}.sidebar_nav{display:flex;flex-direction:column;gap:8px}.sidebar_nav_item{position:relative;width:44px;height:44px;border:1px solid rgba(255,255,255,.16);background:transparent;color:#f0f4ffc7;border-radius:12px;cursor:pointer;display:grid;place-items:center;transition:background-color .12s ease,border-color .12s ease,color .12s ease,transform .12s ease,box-shadow .12s ease;will-change:transform}.sidebar_trial_badge{position:absolute;top:-1px;right:-1px;width:10px;height:10px;border-radius:50%;background:#facc15;animation:trialPulse 2s ease-in infinite}@keyframes trialPulse{0%,to{box-shadow:0 0 #f77e58b3}50%{box-shadow:0 0 0 5px #f77e5800}}.sidebar_nav_item svg{width:22px;height:22px;fill:currentColor;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sidebar_nav_item:hover{border-color:#ffffff59;color:#fff;transform:translateY(-1px) scale(1.06)}.sidebar_nav_item:active{transform:scale(.93)}.sidebar_nav_item.active{background:linear-gradient(180deg,#f99a7f,#f77e58);border-color:transparent;color:#fff;box-shadow:0 8px 18px #f77e5866;animation:activeNavPop .28s ease}.sidebar_footer{margin-top:auto}.sidebar_profile_badge{position:absolute;top:-1px;right:-1px;width:10px;height:10px;border-radius:50%;background:#facc15;animation:trialPulse 2s ease-in infinite}.sidebar_avatar_button{position:relative;height:50px;border:1px solid transparent;background:transparent;border-radius:999px;padding:2px;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.sidebar_avatar_button:hover{transform:scale(1.07)}.sidebar_avatar_button:active{transform:scale(.95)}.sidebar_avatar,.sidebar_avatar_img{width:46px;height:46px;border-radius:999px}.sidebar_avatar{display:grid;place-items:center;background:#e5ecff;color:#21356b;font-weight:800;border:2px solid rgba(255,255,255,.22)}.sidebar_avatar_img{object-fit:cover;border:2px solid rgba(255,255,255,.26)}.sidebar_avatar_button.active .sidebar_avatar_img{border-color:#f77e58}@media(max-width:860px){.app_shell{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.app_shell_locked{overflow:hidden}.app_sidebar{flex-direction:row;justify-content:space-between;padding:10px 12px}.sidebar_nav{flex-direction:row}.sidebar_footer{margin-top:0}}:root{--cp-bg: #f1f2f4;--cp-surface: #ffffff;--cp-surface-muted: #f9fafb;--cp-text: #111827;--cp-muted: #6b7280;--cp-accent: #f77e58;--cp-accent-hover: #f99776;--cp-border: #e5e7eb;--cp-border-soft: #e6e8ee;--cp-danger: #dc2626}.createPage{min-height:100vh;padding:24px;color:var(--cp-text);background:var(--cp-bg);box-sizing:border-box}.createHeader{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.headerLeft{max-width:760px}.headerRight{display:flex;align-items:center}.title{margin:0;font-size:40px;line-height:1.1;letter-spacing:-.02em;color:var(--cp-text)}.subtitle{margin:10px 0 0;font-size:14px;color:var(--cp-muted);max-width:72ch;line-height:1.6}.pill{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:8px 14px;border-radius:10px;border:1px solid var(--cp-border-soft);background:#fff}.pill img{width:20px;height:20px}.creditsPill{border:none;background:#f77e58;color:#fff;cursor:pointer}.pillDot{width:9px;height:9px;border-radius:999px;background:var(--cp-accent)}.pillText{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.createGrid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;align-items:start}.card{border-radius:12px;background:#fff;border:1px solid var(--cp-border-soft);box-shadow:0 1px 4px #1118270f;overflow:hidden}.cardTop{padding:18px 18px 12px;display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.cardTitleWrap,.promptCard,.settingsCard{min-width:0}.settingsCard{display:flex;flex-direction:column;max-height:calc(100vh - 132px);overflow:hidden;padding:12px}.cardTitle{margin:0;font-size:24px;line-height:1.1;letter-spacing:-.02em;color:var(--cp-text)}.cardHint{margin:8px 0 0;font-size:13px;color:var(--cp-muted);line-height:1.5}.miniActions{display:flex;gap:8px;align-items:center}.ghostBtn{height:36px;padding:0 12px;border-radius:10px;background:#fff;border:1px solid var(--cp-border);color:var(--cp-text);font-size:12px;font-weight:700;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.blackBtn{background:#111827;border-color:#111827;color:#fff}.ghostBtn:hover{border-color:#c8d0e0;background:#f9fafb}.blackBtn:hover{color:var(--cp-text);border:solid 1px #151821}.ghostBtn:disabled{opacity:.55;cursor:not-allowed}.textareaShell{padding:0 18px 16px}.textarea{width:100%;height:320px;resize:none;border-radius:10px;border:1px solid var(--cp-border);background:var(--cp-surface-muted);color:var(--cp-text);padding:16px;outline:none;line-height:1.55;font-size:15px;box-sizing:border-box;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.textarea::placeholder{color:#9ca3af}.textarea:focus{background:#fff;border-color:#f77e5873;box-shadow:0 0 0 3px #f77e581f}.textareaFooter{margin-top:12px;display:flex;justify-content:space-between;gap:12px;color:var(--cp-muted);font-size:12px}.charCount{color:var(--cp-muted);font-weight:700}.kbd{padding:2px 8px;border-radius:6px;border:1px solid var(--cp-border);background:#fff;color:#4b5563;font-size:11px}.kbdHint{display:inline-flex;gap:6px;align-items:center}.primaryActions{padding:0 18px 18px;display:grid;grid-template-columns:1fr 190px;gap:10px}.primaryBtn{height:36px;border-radius:10px;border:none;cursor:pointer;background:#f77e58;color:#fff;font-size:14px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:filter .12s ease,opacity .12s ease,transform .12s ease,box-shadow .12s ease}.primaryBtn:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 4px 14px #f77e585c}.primaryBtn:active:not(:disabled){transform:scale(.97);box-shadow:none;filter:none}.primaryBtn:disabled{opacity:.55;cursor:not-allowed}.btnLabel{display:flex;gap:16px;align-items:center}.creditsCost{display:inline-flex;gap:4px;align-items:center;padding:2px 6px;border-radius:6px;background:#fff3;font-size:11px;color:#fff}.creditsCost img{width:16px;height:16px}.secondaryBtn{height:36px;border-radius:10px;border:1px solid var(--cp-border);background:#fff;color:var(--cp-text);cursor:pointer;font-size:13px;font-weight:700;transition:background-color .12s ease,opacity .12s ease}.secondaryBtn:hover{background:#f9fafb}.secondaryBtn:disabled{opacity:.55;cursor:not-allowed}.spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(255,255,255,.45);border-top-color:#fff;animation:spin .8s linear infinite}.genLoadingBlock{position:relative;width:100%;height:52px;border-radius:10px;background:#f77e58;overflow:hidden;display:flex;align-items:center;justify-content:center;animation:genPulse 2.4s ease-in-out infinite;grid-column:1 / -1}.genLoadingInner{display:flex;align-items:center;gap:10px;color:#fff;font-size:14px;font-weight:600;letter-spacing:.01em}.genDot{width:8px;height:8px;border-radius:50%;background:#fff;flex-shrink:0;animation:dotBreathe 1.2s ease-in-out infinite}.genStepText{animation:stepFadeIn .35s ease forwards}.genProgressBar{position:absolute;bottom:0;left:0;height:3px;background:#fff6;animation:barGrow 22s ease-out forwards}@keyframes genPulse{0%,to{filter:brightness(1);box-shadow:0 2px 12px #f77e5840}50%{filter:brightness(1.07);box-shadow:0 4px 22px #f77e5873}}@keyframes dotBreathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.65)}}@keyframes stepFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes barGrow{0%{width:0%}to{width:92%}}.create_snackbar{position:fixed;bottom:28px;left:50%;transform:translate(-50%);background:#1f2937;color:#fca5a5;font-size:14px;font-weight:600;padding:12px 20px;border-radius:10px;box-shadow:0 8px 24px #11182738;white-space:nowrap;z-index:9999;animation:snackbar_in .22s ease,snackbar_out .22s ease 3.7s forwards}.errorText{margin:0;padding:0 18px 18px;color:var(--cp-danger);font-size:13px;font-weight:600}.settingsList{padding:0 18px 18px;display:grid;gap:12px;flex:1;min-height:0}.settingGroup{padding:2px}.groupTitle{margin:0;font-weight:800;font-size:13px;letter-spacing:-.01em}.groupDesc{margin:4px 0 0;color:var(--cp-muted);font-size:12px;line-height:1.5}.layoutPresets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.layoutPreset{position:relative;border-radius:14px;border:2px solid transparent;background:transparent;padding:0;cursor:pointer;text-align:left;overflow:hidden;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;will-change:transform}.layoutPreset:hover{box-shadow:0 8px 24px #11182729;transform:translateY(-3px)}.layoutPreset.isActive{border-color:#f77e58;box-shadow:0 0 0 3px #f77e5833,0 8px 24px #f77e582e;animation:activeNavPop .22s ease}.layoutPreset:active:not(:disabled){transform:scale(.97)}.layoutPreset:disabled{opacity:.6;cursor:not-allowed}.layoutPresetLabel{position:absolute;bottom:0;left:0;right:0;padding:28px 12px 12px;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,transparent 100%);font-size:13px;font-weight:700;color:#fff;border-radius:0 0 12px 12px}.layoutPreview{position:relative;height:160px;border-radius:0;overflow:hidden;border:1px solid rgba(209,213,219,.7);background:linear-gradient(180deg,#f8fafc,#e5e7eb);isolation:isolate}.layoutPreview.is-streetwearPro{background:radial-gradient(circle at 20% 18%,rgba(255,214,0,.24),transparent 18%),radial-gradient(circle at 85% 72%,rgba(255,85,0,.24),transparent 22%),linear-gradient(160deg,#090909,#141414 54%,#262626)}.previewStreetwearGlow,.previewStreetwearFrame,.previewStreetwearAccent,.previewStreetwearLine{position:absolute}.previewStreetwearTag{position:absolute;top:14px;left:14px;padding:4px 8px;border-radius:999px;background:#ffffff1a;color:#fef08a;font-size:9px;font-weight:800;letter-spacing:.16em}.previewStreetwearFrame{inset:18px;border:1px solid rgba(255,255,255,.14);border-radius:18px}.previewStreetwearTitle{position:absolute;left:30px;top:34px;color:#fff;font-size:34px;font-weight:900;letter-spacing:.08em;transform:skew(-8deg)}.previewStreetwearAccent{left:20px;right:20px;top:18px;height:13px;border-top-left-radius:999px;border-top-right-radius:999px;background:#f50}.previewStreetwearLine{height:3px;background:#ffffff8f;border-radius:999px}.previewStreetwearLineTop{left:26px;right:74px;top:82px}.previewStreetwearLineBottom{left:26px;right:110px;top:92px}.previewSniNum,.previewSniVSep,.previewSniRBar,.previewSniTopBar,.previewSniHeadLine,.previewSniBodyLine,.previewSniPill{position:absolute}.previewSniNum{left:-18px;top:-4px;font-size:90px;font-weight:900;color:#f50;line-height:1;letter-spacing:-4px;opacity:.82;font-family:sans-serif}.previewSniVSep{left:42px;top:0;bottom:0;width:3px;background:#f50}.previewSniRBar{right:0;top:0;bottom:0;width:5px;background:#f50}.previewSniTopBar{top:0;left:0;right:0;height:4px;background:#f50}.previewSniHeadLine{left:52px;right:14px;height:5px;border-radius:2px;background:#f50}.previewSniHeadLineTop{top:28px}.previewSniHeadLineMid{top:38px;right:36px}.previewSniBodyLine{left:52px;height:3px;border-radius:2px;background:#ffffff59}.previewSniBodyLineTop{top:68px;right:20px}.previewSniBodyLineBot{top:76px;right:40px}.previewSniPill{left:52px;bottom:14px;width:58px;height:12px;border-radius:999px;background:#f50}.layoutPreview.is-luxuryMinimal{background:radial-gradient(circle at top center,rgba(255,255,255,.75),transparent 34%),linear-gradient(160deg,#f7f1e6,#eaddc3 52%,#d9c29d)}.previewLuxuryCard,.previewLuxuryOverline,.previewLuxuryTitle,.previewLuxuryBody,.previewLuxurySeal{position:absolute}.previewLuxuryCard{inset:16px;border-radius:22px;background:linear-gradient(180deg,#fffcf7eb,#f9f2e6cc);border:1px solid rgba(170,138,79,.26);box-shadow:inset 0 1px #ffffffb3}.previewLuxuryOverline{top:28px;left:32px;width:68px;height:2px;background:#b6904d;border-radius:999px}.previewLuxuryTitle{top:46px;left:32px;right:52px;height:32px;border-radius:999px;background:linear-gradient(90deg,#2b1d1aeb,#2b1d1a85)}.previewLuxuryBody{height:8px;border-radius:999px;background:#7a6a5580}.previewLuxuryBodyTop{left:32px;right:84px;bottom:40px}.previewLuxuryBodyBottom{left:32px;right:112px;bottom:24px}.previewLuxurySeal{right:26px;bottom:22px;width:28px;height:28px;border-radius:999px;border:1px solid rgba(170,138,79,.42);background:radial-gradient(circle at 35% 35%,#f5e8c8,#c2922a)}.layoutPreview.is-microBlogBold{background:#fff;border:1px solid #E5E7EB}.previewMicroPanel,.previewMicroPhoto,.previewMicroAccentBar,.previewMicroLabelLine,.previewMicroTitleLine,.previewMicroSupport,.previewMicroSignatureLine{position:absolute}.previewMicroPanel{top:0;left:0;bottom:0;width:5px;border-radius:0;border:none;box-shadow:none;background:#d4622a;z-index:2}.previewMicroPhoto{top:14px;right:14px;width:46%;height:40%;border-radius:6px;background:linear-gradient(135deg,#e8e0d4,#d4c8b8);z-index:0}.previewMicroAccentBar{left:18px;bottom:68px;width:42px;height:5px;border-radius:2px;background:#d4622a;z-index:2}.previewMicroLabelLine{top:18px;left:18px;width:38px;height:5px;border-radius:2px;background:#d4622a;opacity:.7;z-index:2}.previewMicroTitleLine{left:18px;height:10px;border-radius:2px;background:#111;z-index:2}.previewMicroTitleLineTop{right:50%;bottom:52px}.previewMicroTitleLineBottom{width:36%;bottom:36px;background:#d4622a}.previewMicroSupport{left:18px;height:5px;border-radius:999px;background:#00000029;z-index:2}.previewMicroSupportTop{right:36px;bottom:22px}.previewMicroSignatureLine{left:18px;bottom:12px;width:32%;height:3px;border-radius:999px;background:#0000001a;z-index:2}.layoutPreview.is-editorial3D{background:radial-gradient(circle at 25% 28%,rgba(45,212,215,.28),transparent 24%),radial-gradient(circle at 74% 68%,rgba(14,116,144,.26),transparent 22%),#eff8f8,}.layoutPreview.is-glassEditorial{background:linear-gradient(140deg,#20313a,#16252d,#6a4a37 72%,#8e6a4b)}.previewGlassBg,.previewGlassPanel,.previewGlassChrome,.previewGlassDot,.previewGlassKickerLine,.previewGlassTitleLine,.previewGlassBodyLine,.previewGlassFooterLine,.previewGlassArrowLine{position:absolute}.previewGlassBg{inset:0;background:radial-gradient(circle at 20% 65%,rgba(144,183,190,.725),transparent 22%),radial-gradient(circle at 78% 28%,rgba(192,138,92,.22),transparent 24%),linear-gradient(115deg,#69788178,#6887989d 36%,#3e281c47)}.previewGlassPanel{inset:34px 16px 18px;border-radius:22px;background:linear-gradient(180deg,#1a232ad1,#293138bd);border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 26px #05090e2e}.previewGlassChrome{left:16px;right:17px;top:34px;height:18px;border-radius:22px 22px 0 0;background:#242424e6}.previewGlassDot{top:40px;width:7px;height:7px;border-radius:999px;background:#ffffffd9}.previewGlassDotOne{left:24px}.previewGlassDotTwo{left:38px}.previewGlassDotThree{left:52px}.previewGlassTitleLine{left:30px;height:10px;border-radius:999px;background:#fffffff5}.previewGlassTitleLineTop{right:68px;top:62px}.previewGlassBodyLine{left:30px;height:6px;border-radius:999px;background:#dbe4ebb8}.previewGlassBodyLineTop{right:82px;top:80px}.previewGlassFooterLine{left:18px;right:18px;bottom:34px;height:1px;background:#ffffffb3}.previewGlassArrowLine{right:30px;bottom:22px;width:22px;height:10px;border-right:2px solid rgba(255,255,255,.9);border-top:2px solid rgba(255,255,255,.9);transform:skew(28deg)}.previewEditorialGlow,.previewEditorialPanel,.previewEditorialOrb,.previewEditorialCube,.previewEditorialTitle,.previewEditorialBody{position:absolute}.previewEditorialGlow{border-radius:999px;filter:blur(12px)}.previewEditorialGlowOne{top:14px;right:28px;width:68px;height:68px;background:#2dd4d757}.previewEditorialGlowTwo{bottom:18px;left:26px;width:58px;height:58px;background:#0e74904d}.previewEditorialPanel{inset:18px 20px 20px;border-radius:24px;background:linear-gradient(180deg,#ffffff1a,#ffffff0a);border:1px solid rgba(64,69,69,.14);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.previewEditorialCube{right:30px;bottom:30px;width:32px;height:32px;border-radius:10px;background:linear-gradient(135deg,#006884,#1485a4eb);transform:rotate(18deg);box-shadow:0 10px 20px #080f1647}.previewEditorialTitle{top:36px;left:28px;right:82px;height:16px;border-radius:999px;background:#393939}.previewEditorialBody{height:7px;border-radius:999px;background:#8fb7beb8}.previewEditorialBodyTop{left:28px;right:64px;top:64px}.previewEditorialBodyBottom{left:28px;right:92px;top:80px}@media(max-width:1100px){.createGrid{grid-template-columns:1fr}.settingsCard{max-height:none}}@media(max-width:1024px){.createPage{padding:14px}.createHeader{flex-direction:column;align-items:flex-start}.headerRight{width:100%}}@media(max-width:720px){.createPage{padding:10px}.title{font-size:32px}.card{border-radius:12px}.cardTop,.textareaShell,.primaryActions,.settingsList{padding-left:16px;padding-right:16px}.cardTop{flex-direction:column}.miniActions{width:100%}.ghostBtn{flex:1 1 0}.textarea{height:260px}.textareaFooter,.primaryActions{grid-template-columns:1fr;flex-direction:column}.primaryActions{display:grid}.secondaryBtn,.primaryBtn{width:100%}.layoutPresets{grid-template-columns:1fr}}.canvas-shell{width:max-content;min-width:100%;min-height:100%;display:flex;align-items:center;justify-content:center;padding:18px;box-sizing:border-box}.canvas-viewport{position:relative;border-radius:14px;overflow:hidden;background:#fff;box-shadow:none}.canvas-viewport:after{content:"";position:absolute;inset:0;pointer-events:none;border:1px solid rgba(16,24,40,.12);border-radius:14px}:root,html,body,#root{height:100%;margin:0}.editor_screen{height:100vh;display:grid;grid-template-rows:64px minmax(0,1fr);overflow:hidden;background:radial-gradient(circle at top right,#e7ecff,#f4f6fb 40%,#f1f3f9);color:#fff}.editor_topbar{position:relative;isolation:isolate;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;min-height:64px;padding:8px 16px;border-bottom:1px solid rgba(255,255,255,.14);background:radial-gradient(1200px 340px at 14% -220%,rgba(247,126,88,.28),transparent 62%),radial-gradient(950px 300px at 90% -160%,rgba(253,186,116,.24),transparent 64%),linear-gradient(180deg,#2a2f38,#1b1f26);box-shadow:inset 0 -1px #ffffff14,0 12px 30px #0c101a59;-webkit-backdrop-filter:blur(12px) saturate(130%);backdrop-filter:blur(12px) saturate(130%)}.editor_topbar:after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(247,126,88,.6) 52%,transparent 100%);opacity:.55;pointer-events:none}.topbar_group{position:relative;z-index:1;display:flex;align-items:center;gap:10px}.topbar_center{justify-self:center;justify-content:center}.topbar_right{justify-self:end;justify-content:flex-end}.topbar_zoom_cluster{display:inline-flex;align-items:center;gap:8px;padding:4px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f}.editor_topbar .back_button{width:36px;height:36px;min-width:36px;padding:0;border-radius:50%;border-color:#ffffff24;background:#ffffff12;color:#f7f9ffa6;box-shadow:none;display:grid;place-items:center;flex-shrink:0;transition:background .12s ease,border-color .12s ease,color .12s ease,transform .12s ease}.editor_topbar .back_button:hover{border-color:#ffffff47;background:#ffffff21;color:#f7f9ff;transform:translate(-2px)}.editor_topbar .back_button:active{transform:scale(.93)}.editor_topbar .secondary_button,.editor_topbar .chip_button{border-color:#ffffff2e;background:#ffffff0f;color:#f7f9ff}.editor_topbar .secondary_button:hover,.editor_topbar .chip_button:hover{border-color:#f77e588c;background:#ffffff24}.editor_topbar .primary_button{border-color:#f77e58f2;background:linear-gradient(180deg,#f99776,#f77e58);color:#fff}.editor_topbar .project_title{border-color:#ffffff2e;background:#ffffff14;color:#f7f9ff;font-size:15px;font-weight:800;width:min(360px,38vw);padding:8px}.editor_topbar .project_title::placeholder{color:#f7f9ff8c}.editor_topbar .project_title:focus{outline:2px solid rgba(247,126,88,.32);border-color:#f77e58b8}.back_button,.secondary_button,.primary_button,.chip_button{height:38px;border-radius:10px;border:1px solid #d4d9e5;background:#fff;color:#1f2937;font-size:13px;font-weight:700;padding:0 12px;cursor:pointer}.back_button:hover,.secondary_button:hover,.chip_button:hover{border-color:#b8c1d6;background:#f8faff}.primary_button{border:1px solid #145df3;background:linear-gradient(180deg,#2a73ff,#145df3);color:#fff}.primary_button:hover{filter:brightness(1.04)}.chip_button{min-width:38px;padding:0 10px}.chip_button_value{min-width:72px}.back_button:disabled,.secondary_button:disabled,.primary_button:disabled,.chip_button:disabled{opacity:.55;cursor:not-allowed}.project_title{width:min(340px,42vw);height:38px;border:1px solid #cfd5e4;border-radius:10px;background:#fff;padding:0 12px;font-size:14px;font-weight:700;color:#101828}.project_title:focus{outline:2px solid rgba(20,93,243,.25);border-color:#145df3}.editor_workspace{min-height:0;display:grid;grid-template-columns:260px minmax(0,1fr) 280px;gap:14px;padding:14px}.panel{min-height:0;border-radius:14px;border:1px solid #d9deea;background:#ffffffe0;box-shadow:0 20px 45px #1018280f;padding:14px;display:flex;flex-direction:column;gap:12px}.panel_title_row{display:flex;justify-content:space-between;align-items:center}.panel_title_row h3{color:#64748b;margin:0;font-size:14px}.panel_title_row span{font-size:12px;color:#667085;font-weight:700}.slides_list{min-height:0;overflow:auto;display:flex;flex-direction:column;gap:8px}.slide_item{width:100%;min-height:58px;border-radius:12px;border:1px solid #d8ddeb;background:#fff;display:grid;grid-template-columns:34px 1fr;align-items:center;text-align:left;gap:10px;padding:10px;cursor:pointer}.slide_item:hover{border-color:#b9c4df;background:#f9fbff}.slide_item.active{border-color:#145df3;background:#eef4ff;box-shadow:inset 0 0 0 1px #145df326}.slide_index{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;font-size:12px;font-weight:800;background:#eef2fa;color:#344054}.slide_indicator{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;background:#ffffffe0;border:1px solid #d0d7e6;border-radius:999px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.slide_dot{display:block;width:6px;height:6px;border-radius:999px;background:#c4cdd9;transition:width .2s ease,background .2s ease;flex-shrink:0}.slide_dot_active{width:18px;background:#145df3}.slide_dot_text{font-size:12px;font-weight:700;color:#344054}.stage_help_btn{display:none}@media(max-width:720px){.stage_help_btn{display:flex;align-items:center;justify-content:center;position:absolute;top:12px;right:12px;width:28px;height:28px;border-radius:999px;border:1px solid rgba(148,163,184,.4);background:#ffffffb8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#64748b;font-size:13px;font-weight:800;cursor:pointer;z-index:10}}.stage_tutorial_backdrop{position:fixed;inset:0;z-index:100;background:#0f172a7a;display:flex;align-items:flex-end;padding:16px;animation:fadeIn .16s ease}.stage_tutorial_dialog{width:100%;border-radius:20px;background:#fff;padding:20px;box-shadow:0 24px 48px #0f172a38;animation:slideUp .2s ease;max-height:78vh;overflow-y:auto}.stage_tutorial_header{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.stage_tutorial_title{font-size:16px;font-weight:800;color:#101828}.stage_tutorial_close{width:28px;height:28px;border-radius:8px;border:none;background:#f1f3f7;color:#475467;font-size:12px;cursor:pointer}.stage_tutorial_list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:16px}.stage_tutorial_sections{display:flex;flex-direction:column;gap:22px}.stage_tutorial_section{display:flex;flex-direction:column;gap:12px}.stage_tutorial_section_label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#145df3}.stage_tutorial_list li{display:flex;align-items:flex-start;gap:14px}.tutorial_icon{font-size:22px;flex-shrink:0;line-height:1;margin-top:2px}.stage_tutorial_list strong{display:block;font-size:14px;color:#101828}.stage_tutorial_list p{margin:2px 0 0;font-size:13px;color:#667085}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.slide_item.active .slide_index{background:#145df3;color:#fff}.slide_text{font-size:13px;font-weight:700}.left_actions{margin-top:auto}.stage_section{position:relative;min-width:0;min-height:0;border-radius:16px;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:10px;margin-bottom:20px}.slide_indicator_row{display:flex;justify-content:center;position:absolute;left:0;right:0;bottom:15px}.editor_snackbar{position:fixed;bottom:28px;left:50%;transform:translate(-50%);display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:12px;font-size:13px;font-weight:600;white-space:nowrap;z-index:200;box-shadow:0 8px 24px #0f172a2e;animation:snackbar_in .2s ease}.editor_snackbar_loading{background:#1b1f26;color:#f1f5f9}.editor_snackbar_success{background:#16a34a;color:#fff;animation:snackbar_in .2s ease,snackbar_out .22s ease 2.6s forwards}.editor_snackbar_error{background:#dc2626;color:#fff}.editor_snackbar_spinner{width:14px;height:14px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;animation:spin .7s linear infinite;flex-shrink:0}.editor_snackbar_close{background:#fff3;border:none;border-radius:6px;color:#fff;font-size:11px;width:22px;height:22px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.editor_snackbar_close:hover{background:#ffffff52}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:720px){.editor_snackbar{bottom:calc(env(safe-area-inset-bottom,0px) + 96px);max-width:calc(100vw - 32px);white-space:normal}}.stage_container{position:relative;min-height:0;display:flex;align-items:center;justify-content:center;overflow:auto}.swipe_chevron{display:none}.panel_right{overflow:auto}.inspector_card{border-radius:12px;border:1px solid #e0e5f1;background:#fff;padding:10px}.inspector_card label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:#667085;margin-bottom:6px}.elements_list{display:flex;flex-direction:column;gap:8px}.element_row{height:38px;border-radius:9px;border:1px solid #d9dfec;background:#fff;padding:0 10px;display:grid;grid-template-columns:22px 1fr;align-items:center;gap:8px;text-align:left;cursor:pointer;font-size:12px;font-weight:700;text-transform:capitalize}.element_row_icon{width:18px;height:18px;color:#475467;display:inline-flex;align-items:center;justify-content:center}.element_row_icon svg{width:18px;height:18px;display:block}.element_row_label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.element_row:hover{border-color:#c4cde2}.element_row.active{border-color:#145df3;background:#eef4ff}.element_row.active .element_row_icon{color:#145df3}.elements_more{font-size:12px;color:#667085;padding:2px 4px}.editor_fields{display:flex;flex-direction:column;gap:10px}.inspector_mobile_summary{display:grid;gap:6px;padding:12px;border-radius:14px;border:1px solid #e1e7f2;background:linear-gradient(180deg,#fbfcff,#f6f8fd)}.inspector_mobile_kind{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#145df3}.inspector_mobile_summary strong{font-size:16px;line-height:1.25;color:#101828}.inspector_mobile_summary p{margin:0;font-size:12px;font-weight:600;line-height:1.5;color:#667085}.field_caption{font-size:12px;font-weight:700;color:#344054}.editor_textarea{min-height:120px;resize:vertical;border:1px solid #d0d7e6;border-radius:10px;background:#fbfcff;padding:10px 12px;font:inherit;color:#101828}.editor_textarea:focus{outline:2px solid rgba(20,93,243,.2);border-color:#145df3}.editor_grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;min-width:0}.editor_grid_single{grid-template-columns:minmax(0,1fr)}.editor_field{display:flex;flex-direction:column;gap:6px;min-width:0;font-size:12px;font-weight:700;color:#344054}.editor_field input{width:100%;min-width:0;box-sizing:border-box;height:38px;border:1px solid #d0d7e6;border-radius:10px;background:#fbfcff;padding:0 10px;font:inherit;color:#101828}.editor_field input:focus{outline:2px solid rgba(20,93,243,.2);border-color:#145df3}.hidden_file_input{display:none}.image_actions_block{display:flex;flex-direction:column;gap:10px}.image_actions_row{display:grid;grid-template-columns:1fr;gap:10px}.image_action_button{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:8px}.image_action_icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;color:currentColor;flex:0 0 auto}.del_icn{color:#d92d20}.image_action_icon svg{width:18px;height:18px;display:block}.credit_indicator{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;border-radius:6px;background:#f77e58;color:#fff;font-size:11px;font-weight:700;line-height:1}.credit_icon{width:11px;height:11px;flex-shrink:0}.image_prompt_hint{margin:0;font-size:12px;line-height:1.45;color:#667085;background:#f8faff;border:1px solid #e1e7f2;border-radius:12px;padding:10px 12px;word-break:break-word}.palette_grid{display:flex;flex-direction:column;gap:10px}.palette_preset_grid{display:grid;grid-template-columns:1fr;gap:10px}.palette_preset_card{display:flex;flex-direction:column;gap:8px;align-items:flex-start;width:100%;padding:12px;border:1px solid #d0d7e6;border-radius:14px;background:#fbfcff;text-align:left;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.palette_preset_card:hover{border-color:#b8c4db;box-shadow:0 10px 24px #1018280f;transform:translateY(-1px)}.palette_preset_card.is_active{background-color:#344054}.palette_preset_title{font-size:13px;font-weight:800;color:#101828}.palette_preset_card.is_active .palette_preset_title{color:#f7f9ff}.palette_preset_description{font-size:12px;color:#667085}.palette_preset_card.is_active .palette_preset_description{color:#cbd5e1}.palette_preset_swatches{display:flex;gap:6px}.palette_preset_swatch{width:16px;height:16px;border-radius:999px;border:1px solid rgba(16,24,40,.08);flex:0 0 auto}.advanced_palette_toggle{width:100%;height:40px;border:none;border-radius:12px;background:#344054;font:inherit;font-weight:700;color:#fff;cursor:pointer}.advanced_palette_toggle:hover{background:#1f2937}.palette_input_row{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center}.palette_swatch{width:44px;min-width:44px;padding:0;border:1px solid #d0d7e6;border-radius:10px;background:#fbfcff;cursor:pointer}.export_drawer,.mobile_panel_backdrop,.mobile_editor_dock,.mobile_swipe_hint{display:none}@media(max-width:1280px){.editor_workspace{grid-template-columns:220px minmax(0,1fr) 240px}.editor_topbar .project_title{width:min(300px,32vw)}}@media(max-width:1024px){.editor_screen{height:100vh;grid-template-rows:auto minmax(0,1fr)}.editor_topbar{grid-template-columns:1fr;height:auto;padding:10px}.topbar_group,.topbar_right,.topbar_center{justify-content:flex-start;flex-wrap:wrap}.topbar_group{width:100%}.topbar_center{justify-content:center}.topbar_right{justify-content:flex-end}.editor_topbar .project_title,.project_title{width:min(420px,100%);flex:1 1 240px}.back_button,.secondary_button,.primary_button,.chip_button{min-width:0}.editor_workspace{grid-template-columns:1fr;grid-template-rows:auto minmax(380px,1fr) auto;gap:12px;padding:12px}.panel_left,.panel_right{max-height:240px}.editor_grid,.image_actions_row{grid-template-columns:1fr}}@media(min-width:721px)and (max-width:1024px){.editor_topbar{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:10px}.topbar_group:first-child{min-width:0;flex-wrap:nowrap;align-items:center}.topbar_center{justify-self:center;justify-content:center;width:auto}.topbar_right{grid-column:auto;justify-self:end;justify-content:flex-end;width:auto;flex-wrap:nowrap}.editor_topbar .project_title,.project_title{flex:1 1 auto;width:auto;min-width:0}.topbar_right .secondary_button,.topbar_right .primary_button{flex:0 0 auto;width:auto;white-space:nowrap}.editor_workspace{grid-template-columns:minmax(0,1fr) 280px;grid-template-rows:auto minmax(0,1fr);align-items:stretch}.panel_left{grid-column:1 / -1;max-height:none;overflow:hidden}.slides_list{display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;overflow-x:auto;overflow-y:hidden}.slide_item{min-height:64px;flex-shrink:0;width:160px}.stage_section{min-height:0}.panel_right{max-height:none;min-height:0}.inspector_mobile_summary,.mobile_swipe_hint,.mobile_panel_backdrop,.mobile_editor_dock{display:none}}@media(max-width:720px){.editor_screen{padding-bottom:84px;box-sizing:border-box}.editor_topbar{gap:10px;padding:10px 10px 12px}.topbar_group{gap:8px}.topbar_group:first-child{flex-wrap:nowrap;align-items:center}.topbar_center,.topbar_right{justify-content:flex-start}.topbar_center,.topbar_right{display:none}.topbar_zoom_cluster{width:100%;justify-content:space-between}.chip_button{flex:0 0 44px;padding:0}.chip_button_value{flex:1 1 auto;min-width:0}.back_button,.secondary_button,.primary_button{flex:1 1 100%;width:100%}.topbar_group:first-child .back_button{flex:0 0 auto;width:auto}.topbar_group:first-child .project_title{flex:1 1 auto;width:auto;min-width:0}.editor_workspace{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr);padding:10px;gap:10px;min-height:0}.slide_indicator_row{position:fixed;bottom:calc(env(safe-area-inset-bottom,0px) + 92px);left:0;right:0;z-index:35;pointer-events:none}.panel{padding:12px;border-radius:12px}.panel_left,.panel_right{position:fixed;left:10px;right:10px;bottom:calc(env(safe-area-inset-bottom,0px) + 76px);z-index:30;max-height:min(62vh,520px);overflow:auto;box-shadow:0 24px 48px #0f172a33;opacity:0;pointer-events:none;transform:translateY(18px);transition:opacity .16s ease,transform .16s ease}.panel_left.is_mobile_open,.panel_right.is_mobile_open{opacity:1;pointer-events:auto;transform:translateY(0)}.stage_section{gap:8px;min-height:0}.stage_status_bar{flex-direction:column;align-items:flex-start;gap:6px;padding-right:10px}.status_inline{flex-wrap:wrap;gap:8px}.mobile_swipe_hint{display:block;font-size:11px;font-weight:700;color:#64748b}.slides_list{max-height:180px}.slide_item{min-height:52px;padding:8px}.slide_text{font-size:12px}.stage_container{overflow:auto}.swipe_chevron{display:flex;position:absolute;top:50%;transform:translateY(-50%) scale(.5);align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:#0a0a0a8c;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);box-shadow:0 4px 20px #00000059;color:#fff;pointer-events:none;z-index:20;opacity:0;-webkit-user-select:none;user-select:none}.swipe_chevron_left{left:16px}.swipe_chevron_right{right:16px}.inspector_card{padding:10px}.inspector_card{border-radius:16px;padding:12px;gap:12px}.inspector_card label{margin-bottom:8px}.field_caption{font-size:13px}.editor_textarea{min-height:148px;border-radius:14px;padding:12px 14px;font-size:15px;line-height:1.5}.image_actions_row .secondary_button{height:42px;border-radius:12px}.image_prompt_hint{border-radius:14px;padding:12px}.elements_list{gap:10px}.element_row{min-height:42px;height:auto;padding:10px}.mobile_panel_backdrop{position:fixed;inset:0;z-index:20;background:#0f172a6b;opacity:0;pointer-events:none;transition:opacity .16s ease;display:block}.mobile_panel_backdrop.is_visible{opacity:1;pointer-events:auto}.export_drawer{display:flex;flex-direction:column;gap:12px;position:fixed;left:10px;right:10px;bottom:calc(env(safe-area-inset-bottom,0px) + 76px);z-index:30;padding:16px;border-radius:18px;background:var(--color-surface, #fff);box-shadow:0 -2px 24px #0000001a;opacity:0;pointer-events:none;transform:translateY(18px);transition:opacity .16s ease,transform .16s ease}.export_drawer.is_open{opacity:1;pointer-events:auto;transform:translateY(0)}.export_panel_title{font-size:13px;font-weight:700;color:var(--color-muted, #6b7280);text-transform:uppercase;letter-spacing:.04em}.export_panel_options{display:flex;flex-direction:column;gap:8px}.export_option_btn{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;border:1.5px solid var(--color-border, #e5e7eb);background:var(--color-surface, #fff);cursor:pointer;text-align:left;transition:background .15s,transform .1s}.export_option_btn:active{transform:scale(.97);background:var(--color-surface-hover, #f3f4f6)}.export_option_btn:disabled{opacity:.5;pointer-events:none}.export_option_icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--color-bg, #f1f5f9);flex-shrink:0;color:var(--color-text, #1e293b)}.export_option_icon svg{width:20px;height:20px}.export_option_info{display:flex;flex-direction:column;gap:2px}.export_option_info strong{font-size:14px;font-weight:600;color:var(--color-text, #1e293b)}.export_option_info span{font-size:12px;color:var(--color-muted, #6b7280)}.mobile_editor_dock{position:fixed;left:10px;right:10px;bottom:calc(env(safe-area-inset-bottom,0px) + 10px);z-index:40;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:8px;border-radius:18px;border:1px solid rgba(148,163,184,.28);background:#0f172ae0;box-shadow:0 18px 36px #0f172a47;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile_dock_button{min-width:0;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:#ffffff0f;color:#f8fafc;padding:10px 8px;display:flex;flex-direction:column;align-items:flex-start;gap:2px;font:inherit;cursor:pointer}.mobile_dock_button.is_active{border-color:#f77e58cc;background:#f77e5829}.mobile_dock_button.is_primary{background:linear-gradient(180deg,#f99776,#f77e58);border-color:transparent;color:#fff}.mobile_dock_label{font-size:12px;font-weight:800}.mobile_dock_value{font-size:11px;color:#f8fafcc2}.mobile_dock_button.is_primary .mobile_dock_value{color:#ffffffe0}}:root{--bg: #f1f2f4;--text: #111827;--muted: #6b7280;--accent: #f77e58;--accent-strong: #e66b4d;--accent2: #111827;--card: #ffffff;--border: #e5e7eb}.lp{min-height:100vh;background:var(--bg);color:var(--text);font-family:inherit}.lp_container{width:min(1200px,calc(100% - 48px));margin:0 auto}.lp_header{display:flex;justify-content:space-between;align-items:center;padding:26px 0 10px}.lp_logo img{width:210px;display:block}.btn{border:none;border-radius:14px;padding:12px 18px;font-weight:800;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,opacity .16s ease}.btn:hover{transform:translateY(-1px)}.btn:disabled{opacity:.65;cursor:not-allowed}.btn_primary{background:var(--accent);color:#fff;box-shadow:none;border:1px solid transparent;height:52px;width:100%;max-width:300px;font-size:14px;border-radius:10px}.btn_primary:hover{background:var(--accent-strong)}.btn_secondary{background:var(--accent2);color:#fff;border:none;height:40px;padding:0 20px;font-size:14px;border-radius:10px;font-weight:600}.btn_secondary:hover{opacity:.85}.btn_help{background:#111827;border:1px solid var(--border);color:#fff;width:48px;height:48px;border-radius:20px;padding:0;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 20px #11182714}.floating_nav{position:fixed;right:20px;bottom:20px;z-index:30;display:flex;align-items:flex-end;gap:10px}.floating_nav_panel{border:1px solid var(--border);background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:8px;min-width:200px;box-shadow:0 16px 40px #1118271f;transform-origin:bottom right;animation:nav-pop .18s ease-out}.floating_nav_links{display:flex;flex-direction:column;gap:2px}.floating_nav_link{border:none;background:transparent;color:#111827;padding:10px 14px;font-size:13px;font-weight:600;text-align:left;cursor:pointer;border-radius:10px;transition:background .15s ease,color .15s ease;width:100%}.floating_nav_link:hover{background:var(--border);color:#000}@keyframes nav-pop{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.lp_main{overflow:hidden}.highlight:after{content:"|";margin-left:4px;animation:blink 1s infinite}@keyframes blink{50%{opacity:0}}.lp_hero{min-height:70vh;width:100%;display:flex;align-items:center}.lp_hero_grid{display:grid;grid-template-columns:1fr;align-items:center;gap:24px}.lp_hero_left{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.lp_hero_text{width:100%;max-width:860px;min-height:4.2em}.lp_title{margin:0;font-size:clamp(34px,4.2vw,58px);line-height:1.05;letter-spacing:-.03em;min-height:4.2em}.lp_title span{color:var(--accent)}.prompt_input{width:100%;height:180px;max-width:720px;margin-top:8px;padding:16px 18px;border-radius:12px;border:1px solid var(--border);background:#f9fafb;font-size:16px;color:var(--text);resize:none;box-shadow:none}.prompt_input:focus{border-color:#d1d5db;box-shadow:0 0 0 3px #11182714;outline:none}.auth_modal_overlay{position:fixed;inset:0;z-index:70;display:grid;place-items:center;background:#09101980;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);padding:24px}.auth_modal{width:min(420px,100%);background:#111827;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:32px;box-shadow:0 24px 60px #0006;position:relative;animation:auth-pop .15s ease-out}@keyframes auth-pop{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.auth_modal_close{position:absolute;top:14px;right:14px;width:32px;height:32px;border:none;border-radius:8px;background:#ffffff0f;color:#ffffff80;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.auth_modal_close:hover{background:#ffffff1f;color:#fff}.lp_auth_chip{margin:0;display:inline-block;border-radius:6px;padding:4px 10px;background:#f77e5833;color:var(--accent);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.auth_modal_title{margin:14px 0 8px;font-size:26px;line-height:1.1;letter-spacing:-.02em;color:#fff}.auth_modal_subtitle{margin:0;color:#ffffff80;line-height:1.55;font-weight:500;font-size:14px}.google_btn{margin-top:30px;width:100%;height:44px;border-radius:10px;border:none;background:#fff;color:#3c4043;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:12px;cursor:pointer;transition:background-color .12s ease,box-shadow .12s ease,opacity .12s ease}.google_btn:hover{box-shadow:0 0 3px #3c404326}.google_btn:disabled{opacity:.65;cursor:not-allowed}.google_icon{width:18px;height:18px;display:flex;align-items:center;justify-content:center}.lp_auth_points{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.lp_auth_points span{padding:7px 11px;border-radius:999px;background:#f4f6fa;color:#4b5563;font-size:12px;font-weight:700}.lp_auth_error{margin:12px 0 0;color:#b42318;font-weight:800;background:#b4231814;border:1px solid rgba(180,35,24,.18);padding:10px 12px;border-radius:12px}.lp_section{padding:64px 0}.lp_preview_section{overflow:hidden;padding:48px 0 100px}.lp_preview_sticky{display:flex;align-items:center}.lp_preview_track{display:flex;flex-shrink:0;gap:20px;padding:0 32px;transform:rotate(-4deg) translate(8%);will-change:transform}.preview_mock{flex-shrink:0;width:290px;aspect-ratio:4 / 5;border-radius:16px;background:#dde0e7;overflow:hidden;box-shadow:0 1px 15px #00000014}.preview_mock img{width:100%;height:100%;object-fit:cover;display:block}.lp_h2{font-size:30px;letter-spacing:-.01em;margin:0 0 8px}.lp_p{margin:0 0 22px;color:var(--muted);font-weight:700}.card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:18px}.lp_steps_timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;position:relative;margin-top:40px}.lp_steps_timeline:before{content:"";position:absolute;top:20px;left:calc(100% / 6);right:calc(100% / 6);height:1px;background:var(--border);z-index:0}.timeline_step{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.timeline_num{width:40px;height:40px;border-radius:50%;background:var(--accent);color:#fff;font-weight:800;font-size:15px;display:flex;align-items:center;justify-content:center;position:relative;z-index:1;flex-shrink:0}.timeline_step h3{font-size:16px;font-weight:700;margin:0}.timeline_step p{font-size:14px;color:var(--muted);margin:0}.lp_features_alt{display:flex;flex-direction:column}.feature_alt{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:center;padding:48px 0;border-bottom:1px solid var(--border)}.feature_alt:last-child{border-bottom:none}.feature_alt_reverse{grid-template-columns:2fr 1fr}.feature_alt_reverse .feature_alt_icon_wrap{order:2}.feature_alt_icon_wrap{display:flex;align-items:center;justify-content:center;border-radius:24px;padding:40px;color:var(--accent)}.feature_alt_text h3{font-size:22px;font-weight:800;margin:0 0 12px;color:var(--text)}.feature_alt_text p{font-size:15px;color:var(--muted);margin:0;line-height:1.7}.lp_split{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:center}.lp_mock_grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.mock{aspect-ratio:4 / 5;border-radius:12px;border:1px solid var(--border);background:#edeff4}.lp_faq{display:flex;flex-direction:column;gap:12px}.faq_item{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:18px 20px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:border-color .2s}.faq_item:hover{border-color:var(--accent)}.faq_summary{display:flex;align-items:center;justify-content:space-between;gap:12px;font-weight:700;font-size:15px;color:var(--text)}.faq_chevron{flex-shrink:0;color:var(--muted);transition:transform .3s ease}.faq_open .faq_chevron{transform:rotate(180deg)}.faq_body{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq_open .faq_body{grid-template-rows:1fr}.faq_body>p{overflow:hidden;margin:0;padding-top:0;color:var(--muted);font-size:14px;line-height:1.7;transition:padding-top .3s ease}.faq_open .faq_body>p{padding-top:12px}.lp_final_cta{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:18px;border-radius:12px;border:1px solid var(--border);background:var(--card)}.lp_final_cta .btn_primary{background:#111827}.lp_final_cta .btn_primary:hover{background:#000}.lp_footer{padding:26px 0;border-top:1px solid var(--border)}.lp_footer_inner{display:flex;justify-content:space-between;color:var(--muted);font-weight:700}.lp_footer_muted{opacity:.8}@media(max-width:920px){.lp_hero{min-height:70vh}.lp_steps_timeline{grid-template-columns:1fr;gap:24px}.lp_steps_timeline:before{top:calc(100% / 6);bottom:calc(100% / 6);left:20px;right:auto;width:1px;height:auto}.timeline_step{flex-direction:row;text-align:left;align-items:flex-start}.feature_alt{grid-template-columns:1fr;gap:24px;padding:32px 0}.feature_alt_reverse{grid-template-columns:1fr}.feature_alt_reverse .feature_alt_icon_wrap{order:0}.feature_alt_icon_wrap{padding:28px;border-radius:16px}.feature_alt_text h3{font-size:18px}.lp_split,.lp_preview{grid-template-columns:1fr}.lp_final_cta{flex-direction:column;align-items:center;text-align:center}.lp_final_cta .btn_primary{width:100%;justify-content:center}}@media(max-width:620px){.lp_container{width:min(1200px,calc(100% - 28px))}.lp_title{font-size:clamp(30px,10vw,42px);min-height:4.4em}.lp_footer_inner{flex-direction:column;gap:6px}}.dashboard{min-height:100vh;padding:20px;background:#f1f2f4}.dashboard_surface{min-height:calc(100vh - 40px);padding:22px 24px}.dashboard_header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.small_label{margin:0;font-size:12px;color:#6b7280}.title_block h1{margin:6px 0 0;font-size:32px;line-height:1.1;letter-spacing:-.02em;color:#111827}.header_actions{position:fixed;bottom:28px;right:28px;display:flex;flex-direction:column;align-items:end;gap:10px;z-index:50}.token_chip{cursor:pointer;display:inline-flex;align-items:center;gap:8px;height:42px;padding:0 14px;border-radius:12px;border:none;background:#f77e58;color:#fff;font-size:14px;font-weight:700;transition:background-color .12s ease,transform .12s ease,box-shadow .12s ease;box-shadow:0 4px 16px #f77e5866}.token_chip:hover{background:#e66b4d;transform:translateY(-1px);box-shadow:0 4px 12px #f77e5859}.token_chip:active{transform:scale(.96);box-shadow:none}.token_chip img{width:16px;height:16px}.create_button{height:42px;border:1px solid #111827;border-radius:12px;padding:0 16px;background:#111827;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .12s ease,transform .12s ease,box-shadow .12s ease;box-shadow:0 4px 16px #00000040}.create_button:hover{background:#000;transform:translateY(-1px);box-shadow:0 4px 14px #11182747}.create_button:active{transform:scale(.96);box-shadow:none}.profile_progress{margin-top:10px;display:inline-flex;align-items:center;gap:7px;padding:4px 8px;border-radius:6px;border:none;background:transparent;cursor:pointer;text-align:left;transition:background-color .12s ease;animation:fadeSlideUp .35s ease both;background:#f9fafb;animation:shake 4s ease-in-out infinite}@keyframes shake{0%{transform:translate(0)}2%{transform:translate(-3px)}4%{transform:translate(3px)}6%{transform:translate(-3px)}8%{transform:translate(3px)}10%,to{transform:translate(0)}}.profile_progress:hover{background:#ebebed}.profile_progress_label{font-size:11px;font-weight:600;color:#111827;white-space:nowrap}.profile_progress_bar{width:64px;height:3px;border-radius:999px;background:#e5e7eb;overflow:hidden}.profile_progress_fill{display:block;height:100%;border-radius:999px;background:#f77e58;transition:width .4s ease}.profile_progress_cta{font-size:11px;font-weight:600;color:#e66b4d;white-space:nowrap}.trial_snackbar{position:fixed;bottom:28px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:14px;background:#111827;color:#fff;font-size:14px;font-weight:600;padding:12px 14px 12px 20px;border-radius:12px;box-shadow:0 8px 28px #11182738;white-space:nowrap;z-index:9999;animation:snackbar_in .22s ease,snackbar_out .22s ease 4.7s forwards}.trial_snackbar button{height:30px;padding:0 12px;border-radius:8px;border:none;background:#f77e58;color:#fff;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap;transition:filter .12s ease}.trial_snackbar button:hover{filter:brightness(1.1)}.empty_state_trial{padding:48px 22px}.empty_trial_gift{font-size:52px;margin-bottom:12px;animation:popIn .4s ease both}.empty_state_trial h3{font-size:22px}.empty_state_trial button{height:40px;padding:0 20px;font-size:14px;background:#f77e58;border-color:#f77e58;color:#fff;transition:filter .12s ease,transform .12s ease}.empty_state_trial button:hover{filter:brightness(1.08);transform:translateY(-1px)}.dashboard_toolbar{margin-top:18px;display:flex;justify-content:space-between;align-items:center;gap:12px}.search_box{width:min(420px,100%);height:38px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;display:flex;align-items:center;gap:8px;padding:0 10px}.search_box span{color:#6b7280}.search_box input{width:100%;border:none;outline:none;font-size:13px;background:transparent;color:#111827}.toolbar_hint{font-size:12px;color:#6b7280}.dashboard_content{margin-top:16px}.status_text{margin:8px 2px;font-size:14px;color:#4b5563}.status_text.error{color:#dc2626}.empty_state{margin-top:8px;border:1px dashed #d1d5db;border-radius:12px;background:#f9fafb;padding:30px 22px;text-align:center}.empty_state h3{margin:0;font-size:20px;color:#111827}.empty_state p{margin:8px 0 14px;color:#6b7280}.empty_state button{height:36px;border-radius:9px;border:1px solid #111827;background:#fff;color:#111827;font-weight:700;cursor:pointer;padding:0 12px}.projects_grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:14px}.projects_grid .project_card{animation:fadeSlideUp .3s ease both}.projects_grid .project_card:nth-child(1){animation-delay:0ms}.projects_grid .project_card:nth-child(2){animation-delay:40ms}.projects_grid .project_card:nth-child(3){animation-delay:80ms}.projects_grid .project_card:nth-child(4){animation-delay:.12s}.projects_grid .project_card:nth-child(5){animation-delay:.16s}.projects_grid .project_card:nth-child(6){animation-delay:.2s}.projects_grid .project_card:nth-child(n+7){animation-delay:.24s}.project_card{border-radius:12px;border:1px solid #e6e8ee;background:#fff;padding:12px;cursor:pointer;transition:border-color .16s ease,transform .2s ease,box-shadow .2s ease;will-change:transform}.project_card:hover{border-color:#c8cdd9;transform:translateY(-3px);box-shadow:0 10px 28px #1118271a,0 2px 8px #1118270f}.project_card_header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.project_info{min-width:0}.project_title{width:100%;font-size:15px;font-weight:700;color:#111827;border:none;background:transparent;padding:0}.project_title:hover,.project_title:focus{outline:none;text-decoration:underline;text-decoration-thickness:1px;text-decoration-color:#cfd4de}.project_subtitle{margin-top:4px;font-size:12px;color:#6b7280}.three_dots_container{position:relative}.three_dots_edit_btn{width:28px;height:28px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;cursor:pointer}.three_dots_edit_btn:hover{background:#f9fafb}.three_dots_icon{font-size:15px;line-height:1;color:#4b5563}.options_menu{position:absolute;right:0;top:32px;min-width:120px;border:1px solid #e5e7eb;border-radius:9px;background:#fff;box-shadow:0 10px 20px #1118271a;padding:5px;z-index:5;display:grid;gap:4px;animation:popIn .18s ease both;transform-origin:top right}.options_item{height:32px;border:none;border-radius:7px;background:transparent;text-align:left;padding:0 9px;font-weight:600;font-size:13px;cursor:pointer}.options_item:hover{background:#f4f6fa}.options_item.danger{color:#dc2626}.options_item.danger:hover{background:#fff2f2}.project_preview{margin-top:10px;position:relative;border-radius:10px;border:1px solid #e6e9f0;background:#edeff4;height:148px;overflow:hidden;display:flex;justify-content:center}.project_preview_canvas{position:absolute;top:0;display:grid;place-items:center;pointer-events:none}.project_preview_canvas .canvas-shell{width:auto;height:auto;padding:0;display:block;transform:translateY(10px) scale(.82);transform-origin:center}.project_preview_canvas .canvas-viewport{margin:0;box-shadow:0 10px 18px #1018281a,0 3px 8px #1018280f}.preview_updated{position:absolute;right:10px;bottom:10px;z-index:1;padding:4px 7px;border-radius:999px;background:#ffffffe0;font-size:11px;color:#6b7280}@media(max-width:1024px){.dashboard{padding:12px}.dashboard_surface{min-height:unset;padding:16px}.dashboard_header,.dashboard_toolbar{flex-direction:column;align-items:flex-start}.header_actions{bottom:20px;right:16px}.search_box{width:100%}.projects_grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.projects_grid{grid-template-columns:1fr}}.splash_container{height:100vh;width:100%;background:#f1f2f4;display:flex;align-items:center;justify-content:center}.splash_content{display:flex;flex-direction:column;align-items:center;gap:24px;animation:splash_fade .5s ease forwards}.splash_logo{width:52px;height:52px;border-radius:14px}.splash_spinner{width:20px;height:20px;border-radius:50%;border:2px solid rgba(0,0,0,.1);border-top-color:#f77e58;animation:splash_spin .8s linear infinite}@keyframes splash_spin{to{transform:rotate(360deg)}}@keyframes splash_fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.billing_page{padding:24px;background:#f1f2f4}.billing_hero,.billing_section,.billing_faq{border:1px solid #e6e8ee;border-radius:12px;background:#fff;box-shadow:0 1px 4px #1118270f}.billing_hero{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:18px;padding:22px}.billing_kicker,.billing_section_kicker{margin:0;font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.billing_hero_copy h1,.billing_section_head h2{margin:8px 0 0;font-size:40px;line-height:1.1;letter-spacing:-.02em;color:#111827}.billing_lead,.billing_section_head p,.billing_plan_description,.billing_topup_card p,.billing_faq_grid p{margin:10px 0 0;color:#6b7280;font-size:14px;line-height:1.55}.billing_lead{max-width:700px}.billing_rules{margin-top:18px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}.billing_rule,.billing_balance_card,.billing_plan_meta div{border:1px solid #e5e7eb;border-radius:10px;background:#f9fafb}.billing_rule{padding:14px}.billing_rule strong{display:block;font-size:18px;color:#111827}.billing_rule span,.billing_balance_label,.billing_balance_hint,.billing_plan_meta span,.billing_topup_meta span{color:#6b7280;font-size:12px}.billing_section_label{margin:0;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#6b7280}.billing_balance_card{padding:16px;display:flex;flex-direction:column;justify-content:center;gap:12px;background:#f9fafb;border-color:#e5e7eb}.billing_balance_card_intro{display:grid;gap:6px}.billing_balance_card strong{font-size:40px;line-height:1;letter-spacing:-.03em;color:#111827}.billing_action{cursor:pointer;width:100%;height:36px;border-radius:10px;font-size:13px;font-weight:700;border:1px solid transparent;background:#f77e58;color:#fff;margin-top:10px}.billing_action:hover{filter:brightness(1.06)}.billing_action_current{cursor:default;background:#111827;color:#fff}.billing_action_current:hover{background:#111827;filter:none}.billing_section,.billing_faq{margin-top:14px;padding:22px}.billing_section_head{display:flex;justify-content:space-between;align-items:flex-start;gap:14px;margin-bottom:20px}.billing_section_head p{max-width:560px}.billing_plans_grid,.billing_topups_grid,.billing_faq_grid{margin-top:14px;display:grid;gap:12px}.billing_plans_grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.billing_topups_grid,.billing_faq_grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.billing_plan_card,.billing_topup_card,.billing_faq_grid article{position:relative;border-radius:12px;border:1px solid #e6e8ee;background:#fff;padding:16px}.billing_plan_card.featured{border-color:#f77e58;box-shadow:0 0 0 2px #f77e5829}.billing_badge{position:absolute;top:12px;right:12px;font-size:11px;font-weight:700;color:#c2410c;background:#f77e581f;border-radius:999px;padding:5px 9px}.billing_plan_head h3,.billing_topup_card h3,.billing_faq_grid h3{margin:0;font-size:22px;line-height:1.15;color:#111827}.billing_price_block{margin-top:12px;display:flex;align-items:baseline;gap:4px}.billing_price_block strong{font-size:30px;line-height:1;font-weight:700;color:#111827}.billing_price_block span{font-size:13px;color:#6b7280}.billing_plan_meta{margin-top:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.billing_plan_meta div{padding:12px}.billing_plan_meta strong,.billing_topup_meta strong{display:block;margin-top:4px;color:#111827;font-size:16px}.billing_feature_list{margin:12px 0 0;padding-left:18px;color:#4b5563;font-size:13px;display:grid;gap:6px}.billing_topup_card{display:grid;gap:14px}.billing_topup_meta strong{font-size:22px}.billing_faq_grid p{margin-top:8px}.billing_date_filters{display:flex;gap:6px}.billing_date_filter{padding:5px 12px;border-radius:999px;border:1px solid #e6e8ee;background:#fff;font-size:12px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .15s}.billing_date_filter:hover{border-color:#d1d5db;color:#111827}.billing_date_filter.is-active{background:#111827;border-color:#111827;color:#fff}.billing_empty{font-size:13px;color:#9ca3af;padding:16px 0}.billing_summary{display:flex;align-items:center;background:#f9fafb;border:1px solid #e6e8ee;border-radius:12px;padding:20px 24px;margin-bottom:12px}.billing_summary_stat{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px}.billing_summary_stat strong{font-size:28px;font-weight:700;color:#111827;line-height:1}.billing_summary_stat span{font-size:12px;color:#6b7280;text-align:center}.billing_summary_divider{width:1px;height:40px;background:#e6e8ee;flex-shrink:0}.billing_history_toggle{display:flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;color:#6b7280;padding:4px 0;margin-bottom:4px;transition:color .15s}.billing_history_toggle:hover{color:#111827}.billing_toggle_chevron{font-size:16px;display:inline-block;transform:rotate(90deg);transition:transform .2s ease;line-height:1}.billing_toggle_chevron.is-open{transform:rotate(270deg)}.billing_history{margin-top:14px;display:flex;flex-direction:column;gap:4px}.billing_history_row{display:flex;align-items:center;gap:14px;padding:12px 14px;border-radius:10px;border:1px solid #e6e8ee;background:#fff}.billing_history_dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.billing_history_dot_purchase{background:#22c55e}.billing_history_dot_debit{background:#f77e58}.billing_history_info{flex:1;display:flex;flex-direction:column;gap:2px}.billing_history_reason{font-size:13px;font-weight:600;color:#111827}.billing_history_date{font-size:11px;color:#9ca3af}.billing_history_amount_col{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.billing_history_amount{font-size:15px;font-weight:700}.billing_history_amount_purchase{color:#16a34a}.billing_history_amount_debit{color:#f77e58}.billing_history_balance{font-size:11px;color:#9ca3af}@media(max-width:1024px){.billing_page{padding:14px}.billing_hero{grid-template-columns:1fr}.billing_section_head{flex-direction:column}}@media(max-width:640px){.billing_page{padding:10px}.billing_hero_copy h1,.billing_section_head h2{font-size:32px}.billing_plan_meta{grid-template-columns:1fr}}.profile_page{min-height:100%;padding:24px;background:#f1f2f4;box-sizing:border-box}.profile_surface{padding:24px;border-radius:12px;border:1px solid #e6e8ee;background:#fff;box-shadow:0 1px 4px #1118270f}.profile_header{padding-bottom:18px;display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.profile_kicker{margin:0;font-size:12px;color:#6b7280;text-transform:uppercase;letter-spacing:.14em;font-weight:800}.profile_header h1{margin:8px 0 10px;font-size:40px;line-height:1.1;letter-spacing:-.02em;color:#111827}.profile_header p{margin:0;color:#6b7280;font-size:14px;max-width:640px;line-height:1.6}.profile_header_badge{min-width:200px;padding:12px 14px;border-radius:10px;border:1px solid #e6e8ee;background:#f9fafb}.profile_header_badge span,.profile_section_label{display:block;margin:0;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.12em;color:#6b7280}.profile_header_badge strong{display:block;margin-top:6px;font-size:16px;color:#111827}.profile_body{margin-top:8px;display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px}.profile_avatar_card{border:1px solid #e6e8ee;border-radius:12px;background:#fff;padding:18px;display:grid;gap:16px;align-content:start}.profile_avatar_intro h2,.profile_form_intro h2{margin:8px 0 0;font-size:20px;line-height:1.1;color:#111827}.profile_avatar_intro p:last-child{margin:8px 0 0;font-size:13px;line-height:1.6;color:#6b7280}.profile_avatar{width:120px;height:120px;border-radius:999px;object-fit:cover;border:3px solid #ffffff;box-shadow:0 2px 8px #1118271f,0 0 0 1px #e5e7eb}.profile_avatar_fallback{display:grid;place-items:center;background:#f3f4f6;color:#6b7280;font-size:42px;font-weight:800}.hidden_avatar_input{display:none}.avatar_actions{display:flex;gap:8px;flex-wrap:wrap}.avatar_upload_btn,.avatar_remove_btn{height:36px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#111827;font-size:12px;font-weight:700;padding:0 14px;cursor:pointer;transition:background-color .12s ease}.avatar_upload_btn{background:#f77e58;border-color:transparent;color:#fff}.avatar_upload_btn:hover{filter:brightness(1.06)}.avatar_remove_btn:hover{background:#f9fafb}.avatar_upload_btn:disabled,.avatar_remove_btn:disabled{opacity:.6;cursor:not-allowed}.avatar_remove_btn{color:#dc2626}.profile_avatar_hint{margin:-4px 0 0;font-size:12px;line-height:1.55;color:#9ca3af}.profile_balance{border:1px solid #e5e7eb;background:#f9fafb;border-radius:10px;padding:14px;display:grid;gap:6px}.profile_balance span{font-size:12px;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.08em}.profile_balance strong{font-size:32px;line-height:1;color:#111827}.profile_balance small{font-size:12px;line-height:1.5;color:#6b7280}.profile_form{border:1px solid #e6e8ee;border-radius:12px;background:#fff;padding:18px;display:grid;gap:14px}.profile_form_intro{padding-bottom:4px}.profile_form label{display:grid;gap:8px;font-size:12px;font-weight:800;color:#374151;text-transform:uppercase;letter-spacing:.06em}.profile_form input{height:38px;border-radius:10px;border:1px solid #e5e7eb;background:#f9fafb;padding:0 14px;font-size:14px;color:#111827;transition:border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.profile_form input:focus{outline:none;border-color:#f77e5873;background:#fff;box-shadow:0 0 0 3px #f77e581f}.spec_input_wrap{position:relative}.spec_input_wrap input{width:100%}.spec_badge{position:absolute;right:10px;top:25%;transform:translateY(-50%);padding:2px 8px;border-radius:999px;background:#facc15;color:#78350f;font-size:10px;font-weight:800;letter-spacing:.04em;pointer-events:none;animation:fadeSlideUp .2s ease both}.profile_form input[readonly]{background:#f3f4f6;color:#6b7280}.profile_actions{margin-top:8px;display:flex;align-items:center;gap:10px}.save_btn{height:36px;min-width:160px;border-radius:10px;border:none;background:#f77e58;color:#fff;font-size:14px;font-weight:700;padding:0 16px;cursor:pointer;transition:filter .12s ease}.save_btn:hover{filter:brightness(1.06)}.save_btn:disabled{opacity:.6;cursor:not-allowed}.logout_btn{height:36px;padding:0 16px;border-radius:10px;border:1px solid #e5e7eb;background:#fff;color:#dc2626;font-size:14px;font-weight:700;cursor:pointer;transition:background-color .12s ease}.logout_btn:hover{background:#fef2f2;border-color:#fecaca}.profile_status{margin:0;font-size:13px;line-height:1.5;border-radius:10px;padding:10px 14px}.profile_status.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.profile_snackbar{position:fixed;bottom:28px;left:50%;transform:translate(-50%);background:#111827;color:#fff;font-size:14px;font-weight:600;padding:12px 20px;border-radius:10px;box-shadow:0 8px 24px #1118272e;white-space:nowrap;z-index:9999;animation:snackbar_in .22s ease,snackbar_out .22s ease 2.7s forwards}@keyframes snackbar_in{0%{opacity:0;transform:translate(-50%) translateY(12px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes snackbar_out{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(12px)}}@media(max-width:1024px){.profile_page{padding:14px}.profile_surface{padding:16px}.profile_body{grid-template-columns:1fr}.profile_header{flex-direction:column}.profile_header_badge{min-width:0;width:100%}}@media(max-width:640px){.profile_page{padding:10px}.profile_header h1{font-size:32px}.profile_avatar{width:100px;height:100px}.avatar_actions{display:grid;grid-template-columns:1fr}.avatar_upload_btn,.avatar_remove_btn,.save_btn{width:100%}}.template_playground{min-height:100vh;display:grid;grid-template-columns:360px 1fr;background:linear-gradient(160deg,#f4f7fb,#eaf0f8);color:#111827}.playground_panel{border-right:1px solid #d4dbe7;padding:20px;display:flex;flex-direction:column;gap:10px;background:#ffffffe0;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.playground_panel h1{margin:0;font-size:24px}.playground_panel p{margin:0 0 8px;color:#4b5563}.playground_panel label{font-size:13px;font-weight:700;margin-top:8px}.playground_panel select,.playground_panel input,.playground_panel textarea{width:100%;border:1px solid #c7d2e5;border-radius:10px;padding:10px 12px;font-size:14px;font-family:inherit;background:#fff}.playground_panel button{margin-top:8px;border:0;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:700;background:#0f766e;color:#fff;cursor:pointer}.playground_panel button:disabled{opacity:.6;cursor:not-allowed}.playground_error{margin-top:4px;color:#b91c1c;font-size:13px}.slide_controls{display:flex;align-items:center;gap:8px;margin-top:6px}.slide_controls span{font-size:13px;font-weight:600;color:#374151}.palette_swatches{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.palette_swatch{display:flex;align-items:center;gap:5px;padding:5px 10px;border-radius:20px;border:2px solid transparent;background:#f1f5f9;cursor:pointer;font-size:12px;font-weight:600;color:#374151;transition:border-color .15s,background .15s}.palette_swatch:hover{background:#e2e8f0}.palette_swatch--active{border-color:var(--swatch-color);background:#fff}.swatch_dot{width:12px;height:12px;border-radius:50%;background:var(--swatch-color);flex-shrink:0}.swatch_label{line-height:1}.palette_tokens{display:flex;flex-direction:column;gap:4px;padding:10px;background:#f8fafc;border-radius:10px;border:1px solid #e2e8f0}.palette_token{display:flex;align-items:center;gap:8px;font-size:12px}.token_dot{width:14px;height:14px;border-radius:3px;border:1px solid rgba(0,0,0,.1);flex-shrink:0}.token_name{font-weight:700;color:#374151;width:56px}.token_value{color:#6b7280;font-family:monospace}.slide_editor{display:flex;flex-direction:column;gap:8px;margin-top:8px}.slide_json{margin:8px 0 0;padding:10px;height:280px;overflow:auto;border-radius:10px;border:1px solid #d4dbe7;background:#0b1220;color:#e2e8f0;font-size:12px;line-height:1.35}.playground_stage{display:flex;align-items:center;justify-content:center;padding:18px}@media(max-width:980px){.template_playground{grid-template-columns:1fr}.playground_panel{border-right:0;border-bottom:1px solid #d4dbe7}}:root{font-family:Manrope,Inter,system-ui,-apple-system,Segoe UI,Roboto,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{scroll-behavior:smooth}html,body,#root{margin:0;padding:0;width:100%}@keyframes activeNavPop{0%{transform:scale(.88)}60%{transform:scale(1.08)}to{transform:scale(1)}}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes popIn{0%{opacity:0;transform:scale(.92) translateY(-4px)}60%{opacity:1;transform:scale(1.03) translateY(0)}to{transform:scale(1)}}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,#e5e7eb 25%,#f3f4f6,#e5e7eb 75%);background-size:800px 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:6px}button:active:not(:disabled){transform:scale(.96)}
