:root{--bg-0: #050403;--bg-1: #0b0706;--bg-2: #120a07;--panel: rgba(255, 255, 255, .06);--panel-2: rgba(255, 255, 255, .085);--border: rgba(255, 255, 255, .1);--text: rgba(255, 255, 255, .92);--text-dim: rgba(255, 255, 255, .68);--text-faint: rgba(255, 255, 255, .5);--accent: #e11d48;--ok: #22c55e;--warn: #f59e0b;--bad: #ef4444;--r-lg: 18px;--r-md: 14px;--r-sm: 10px;--shadow: 0 18px 55px rgba(0, 0, 0, .55);--shadow-soft: 0 10px 35px rgba(0, 0, 0, .35);--max: 1100px;--pad: 20px;--font: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";--field-radius: 14px;--field-border: rgba(255,255,255,.12);--field-bg: rgba(0,0,0,.55);--field-text: rgba(255,255,255,.92);--field-placeholder: rgba(255,255,255,.35)}*,*:before,*:after{box-sizing:border-box}html,body{height:100%}body{margin:0;color:var(--text);font-family:var(--font);line-height:1.45;background:radial-gradient(900px 600px at 15% 10%,rgba(225,29,72,.1),transparent 55%),radial-gradient(900px 700px at 85% 20%,rgba(255,255,255,.06),transparent 60%),radial-gradient(1200px 900px at 50% 100%,rgba(255,140,60,.06),transparent 62%),linear-gradient(180deg,var(--bg-0),var(--bg-2));background-attachment:fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100%;width:100%}img,video{max-width:100%;height:auto}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline;text-decoration-color:#ffffff59}:focus-visible{outline:2px solid rgba(225,29,72,.7);outline-offset:2px;border-radius:10px}::selection{background:#e11d4847}.app{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:var(--max);margin:0 auto;padding:0 var(--pad)}.card{background:linear-gradient(180deg,var(--panel),rgba(255,255,255,.03));border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.card--tight{border-radius:var(--r-md)}.hr{height:1px;background:#ffffff1a;border:0;margin:18px 0}.h1{font-size:28px;letter-spacing:-.02em;line-height:1.15;margin:0 0 10px}.h2{font-size:18px;letter-spacing:-.01em;margin:0 0 8px}.muted{color:var(--text-dim)}.faint{color:var(--text-faint)}.btn{appearance:none;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:var(--text);border-radius:999px;padding:10px 14px;cursor:pointer;box-shadow:0 10px 30px #00000040;transition:transform .12s ease,background .12s ease,border-color .12s ease,opacity .12s ease}.btn:hover{background:#ffffff17;border-color:#ffffff38;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:disabled,.btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;transform:none}.btn--primary{border-color:#e11d4873;background:linear-gradient(180deg,#e11d48f2,#e11d48b8)}.btn--primary:hover{background:linear-gradient(180deg,#e11d48fa,#e11d48c7);border-color:#e11d4899}.btn--ghost{background:transparent;box-shadow:none}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}}label{color:var(--text-dim)}button{font:inherit}input,select,textarea{color:var(--field-text);caret-color:var(--accent)}input::placeholder,textarea::placeholder{color:var(--field-placeholder)}input[type=text],input[type=email],input[type=password],input[type=search],input[type=number],select,textarea{width:100%;height:44px;border-radius:var(--field-radius);padding:10px 14px;border:1px solid var(--field-border);background:var(--field-bg);color:var(--field-text);transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}textarea{height:auto;min-height:44px;padding-top:10px;padding-bottom:10px}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,select:focus,textarea:focus{outline:none;border-color:#e11d488c;background:#0000009e;box-shadow:0 0 0 3px #e11d482e}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:34px;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='20' viewBox='0 0 24 24' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");background-repeat:no-repeat;background-position:right 10px center;background-size:16px}select option{background-color:#0b0706;color:#ffffffe6}input[type=file]{width:100%;height:auto;color:var(--text-dim);background:transparent;border:none;padding:0}input[type=file]::-webkit-file-upload-button{appearance:none;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:var(--text);border-radius:999px;padding:10px 14px;cursor:pointer;margin-right:10px;transition:transform .12s ease,background .12s ease,border-color .12s ease,opacity .12s ease}input[type=file]::-webkit-file-upload-button:hover{background:#ffffff17;border-color:#ffffff38;transform:translateY(-1px)}input[type=file]::-webkit-file-upload-button:active{transform:translateY(0)}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,select:-webkit-autofill,textarea:-webkit-autofill{-webkit-text-fill-color:var(--field-text)!important;caret-color:var(--accent);box-shadow:0 0 0 1000px #0000008c inset!important;border:1px solid var(--field-border);transition:background-color 9999s ease-in-out 0s}.ca-input{width:100%;height:44px;padding:10px 14px;border-radius:var(--field-radius);border:1px solid var(--field-border);background:var(--field-bg);color:var(--field-text);outline:none}.ca-input:focus{border-color:#e11d48d9;box-shadow:0 0 0 3px #e11d4859}.newproj-row{display:flex;align-items:center;gap:10px}.plus-btn{height:44px;width:28px;display:flex;align-items:center;justify-content:center;padding:0;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important;font-size:28px;font-weight:700;line-height:1;color:#ffffffd9;cursor:pointer}.plus-btn:hover{color:#e11d48f2}.plus-btn:disabled{opacity:.35;cursor:not-allowed}.cr-page{padding:28px 22px 42px;max-width:980px;margin:0 auto}.cr-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.cr-brand{display:flex;align-items:center;gap:6px;font-weight:800;letter-spacing:.3px;-webkit-user-select:none;user-select:none}.cr-brand .heart{color:var(--accent)}.cr-title{margin:0 2px;font-size:34px;line-height:1.12;font-weight:800}.cr-subtitle{margin:0 0 18px;color:var(--text-dim);font-size:14px}.cr-panel{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:18px;box-shadow:0 12px 40px #00000059;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.cr-list{display:flex;flex-direction:column;gap:12px}.cr-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08);transition:transform .12s ease,background .12s ease,border-color .12s ease}.cr-row:hover{background:#ffffff0e;border-color:#ffffff1f;transform:translateY(-1px)}.cr-left{display:flex;align-items:flex-start;gap:12px;min-width:0;flex:1}.cr-main{min-width:0;flex:1}.cr-file{font-weight:700;font-size:16px;line-height:1.25;margin-bottom:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cr-meta{display:flex;flex-wrap:wrap;gap:10px 14px;align-items:center;color:var(--text-dim);font-size:13px}.cr-dot{opacity:.5}.cr-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#0000001f;color:#ffffffdb}.cr-progress{display:flex;align-items:center;gap:10px}.cr-hearts{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:1px;font-size:14px}.cr-heartsEmpty{opacity:.35}.cr-pct{min-width:42px;text-align:right;font-size:12px}.cr-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center}.cr-iconComplete{color:var(--ok)}.cr-iconProcessing{color:var(--warn)}.cr-iconError{color:var(--bad)}.cr-actions{display:flex;gap:10px}.cr-btnPrimary{background:var(--accent);color:#fff;padding:10px 18px;border-radius:999px;border:none;font-weight:700;cursor:pointer}.cr-btnPrimary:disabled{opacity:.45;cursor:not-allowed}.cr-enhanceAnother{color:var(--text);width:100%;padding:16px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);margin-top:14px;cursor:pointer}.cr-error{margin-top:10px;color:var(--bad)}.cr-iconBtn{width:44px;height:44px;border-radius:999px;background:transparent!important;border:none!important;box-shadow:none!important;padding:0;color:#ffffffd1;cursor:pointer;display:grid;place-items:center}.cr-iconBtn:hover{background:transparent!important;border:none!important;transform:none!important}.cr-brand{font-weight:900;letter-spacing:-.03em;font-size:26px;display:inline-flex;align-items:center;gap:4px;-webkit-user-select:none;user-select:none;line-height:1}.cr-brandHeart{color:var(--accent);margin-left:-2px;margin-right:-2px}.cr-brandAudio{margin-left:10px;font-weight:800;opacity:.98}.app-header{display:grid;grid-template-columns:40px 1fr 40px;align-items:center;width:100%}.header-back,.header-menu{background:transparent!important;border:0!important;box-shadow:none!important;outline:none;padding:0;width:40px;height:40px;display:grid;place-items:center;cursor:pointer;color:var(--text, #fff)}.header-icon{width:22px;height:22px}.header-iconBack,.header-iconMenu{width:24px;height:24px}.header-back:before,.header-menu:before{content:none!important}.header-logo{text-align:center;font-weight:600;letter-spacing:.06em}.logo-heart{margin-left:-2px;margin-right:-2px}.logo-audio{margin-left:10px;font-size:.9em;opacity:.85}.cr-processingPage{min-height:100vh;width:100%;display:flex;flex-direction:column}.cr-processingCenter{flex:1;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:18px;padding:18px;text-align:center}.cr-processingStack{margin:0 auto}.cr-processingHeartBox{width:clamp(220px,38vmin,420px);height:clamp(220px,38vmin,420px)}.cr-processingHeartBox svg{width:100%;height:100%;display:block}.cr-processingSubtitle{color:var(--text-dim);font-size:15px;max-width:680px;padding:0 10px}.cr-drawerRoot{position:fixed;inset:0;z-index:2000}.cr-drawerOverlay{position:absolute;inset:0;background:#000000a8}.cr-drawerPanel{position:absolute;top:0;right:0;height:100%;width:min(420px,92vw);padding:20px 22px 24px;display:flex;flex-direction:column;gap:14px;box-sizing:border-box;background:linear-gradient(180deg,#2a2a2cfa,#1e1e20fa);border-left:1px solid rgba(255,255,255,.06);box-shadow:-24px 0 64px #0000006b;animation:cr-drawerIn .16s ease-out}.cr-drawerPanel{box-sizing:border-box}.cr-drawerPanel *,.cr-drawerPanel *:before,.cr-drawerPanel *:after{box-sizing:border-box}.cr-drawerTop{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.cr-drawerTitle{font-size:20px;line-height:1.1;font-weight:700;color:#fffffffa}.cr-drawerClose{width:28px;height:28px;padding:0;border:0;background:transparent;box-shadow:none;border-radius:0;color:#ffffff9e;display:grid;place-items:center;cursor:pointer}.cr-drawerClose:hover{background:transparent;transform:none;color:#ffffffd6}.cr-drawerClose svg{width:22px;height:22px;display:block}.cr-drawerCard,.cr-drawerItem{width:100%;background:#00000057;border:1px solid rgba(255,255,255,.05);border-radius:12px}.cr-drawerCard{padding:14px 16px}.cr-drawerIdentity{display:flex;align-items:center;gap:12px}.cr-drawerIdentityIcon,.cr-drawerItemIcon,.cr-drawerSectionIcon{width:22px;height:22px;flex:0 0 22px;color:#ffffffad;display:inline-flex;align-items:center;justify-content:center}.cr-drawerIdentityIcon svg,.cr-drawerItemIcon svg,.cr-drawerSectionIcon svg{width:100%;height:100%;display:block}.cr-drawerItem{width:100%;display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:12px;color:#fffffff0;text-align:left}.cr-drawerItem:hover{background:#0000006b;transform:none}.cr-drawerItemText{flex:1;font-weight:600}.cr-drawerSectionDisabled{opacity:.35;pointer-events:none}.cr-drawerSectionDisabled .cr-drawerSectionTitle:after{content:" (coming soon)";font-weight:400;font-size:12px;margin-left:6px;opacity:.7}.cr-drawerItemBody{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.cr-drawerItemSubtext{color:#ffffff8f;font-size:12px;line-height:1.3;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cr-drawerItemDisabled{opacity:.42;cursor:default;pointer-events:none}.cr-langToggle{display:inline-grid;grid-template-columns:1fr 1fr;gap:0;padding:3px;border-radius:10px;background:#ffffff12;border:1px solid rgba(255,255,255,.06);overflow:hidden}.cr-langBtn{min-width:44px;height:32px;padding:0 12px;border:0;border-radius:7px;background:transparent;box-shadow:none;color:#ffffff94;font-weight:800;cursor:pointer;transition:background .12s ease,color .12s ease}.cr-langBtn:hover{transform:none;background:transparent;color:#ffffffc7}.cr-langBtnActive{background:var(--accent);color:#fff}.cr-drawerSection{padding:4px 2px 2px}.cr-drawerSectionHeader{display:flex;align-items:center;gap:10px;margin-bottom:10px}.cr-drawerSectionTitle{font-weight:700;color:#ffffffdb}.cr-drawerSectionList{display:grid;gap:8px;padding-left:32px}.cr-drawerSubItem{color:#ffffffb8;font-size:14px}.cr-drawerSignOut{width:100%;min-height:56px;margin-top:auto;margin-bottom:6px;padding:0 18px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid rgba(225,29,72,.55);border-radius:14px;background:linear-gradient(180deg,#e11d48fa,#be123cfa);box-shadow:none;color:#fff;font-weight:800;text-align:center;cursor:pointer}.cr-drawerSignOut:hover{transform:none;border-color:#e11d48ad;background:linear-gradient(180deg,#eb2250fa,#c61440fa)}@keyframes cr-drawerIn{0%{transform:translate(14px);opacity:.9}to{transform:translate(0);opacity:1}}.cr-drawerIdentityEmail{color:#ffffffeb;font-size:14px;word-break:break-word}.cr-frame{padding:18px}.cr-frameInner{max-width:1100px;margin:18px auto 0}@media(max-width:700px){.cr-frame{padding:14px}.cr-frameInner{margin-top:14px}}@media(max-width:980px){.cr-superstylesGrid{grid-template-columns:1fr!important}}.cr-superstylesGrid{grid-template-columns:repeat(3,1fr)}.cr-superstyleCard{color:var(--text)}.cr-superstyleCard .cr-superstyleSubtitle{color:var(--text-dim)}.cr-app{min-height:100vh;display:flex;flex-direction:column}.cr-app>*:first-child{flex:1}.cr-footer{background:transparent;border-top:1px solid rgba(255,255,255,.04);color:#ffffffa6;text-align:center;padding:40px 20px 28px;font-size:14px;letter-spacing:.3px}.cr-footer-heart{color:#ff3b5c;margin-left:6px;display:inline-block;animation:cr-heart-pulse 6s infinite ease-in-out}@keyframes cr-heart-pulse{0%{transform:scale(1);opacity:.9}3%{transform:scale(1.18);opacity:1}6%{transform:scale(1)}to{transform:scale(1)}}.cr-projectsList{display:flex;flex-direction:column;gap:14px}.cr-projectCard{width:100%;border-radius:18px;background:#ffffff09;border:1px solid rgba(255,255,255,.08);box-shadow:0 12px 40px #00000038;overflow:hidden;transition:border-color .12s ease,background .12s ease,box-shadow .12s ease}.cr-projectCard:hover{background:#ffffff0b;border-color:#ffffff1c}.cr-projectCard.is-open{background:#ffffff0b;border-color:#ffffff1f;box-shadow:0 14px 44px #00000047}.cr-projectHead{width:100%;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 22px 20px;border:0;border-radius:0;background:transparent!important;box-shadow:none!important;text-align:left;cursor:pointer;color:var(--text)}.cr-projectHead:hover{transform:none!important;background:transparent!important}.cr-projectHeadMain{min-width:0;flex:1;display:flex;flex-direction:column;gap:14px}.cr-projectEyebrow{font-size:11px;line-height:1;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:#ffffff6b}.cr-projectNameRow{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.cr-projectName{font-size:28px;line-height:1.08;letter-spacing:-.03em;font-weight:800;color:#fffffffa}.cr-projectCountPill{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#ffffffc7;font-size:12px;font-weight:700;letter-spacing:.01em}.cr-projectMetaGrid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.cr-projectMetaItem{min-width:0;padding:12px 14px;border-radius:14px;background:#ffffff09;border:1px solid rgba(255,255,255,.06)}.cr-projectMetaLabel{margin-bottom:5px;font-size:11px;line-height:1.1;letter-spacing:.08em;text-transform:uppercase;font-weight:800;color:#ffffff70}.cr-projectMetaValue{font-size:14px;line-height:1.35;font-weight:700;color:#ffffffe6;word-break:break-word}.cr-projectChevronWrap{flex:0 0 auto;display:flex;align-items:center}.cr-projectChevron{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);color:#ffffffeb;font-size:28px;line-height:1;font-weight:400}.cr-projectBody{padding:0 18px 18px;display:flex;flex-direction:column;gap:12px}@media(max-width:900px){.cr-projectMetaGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.cr-projectName{font-size:24px}}@media(max-width:640px){.cr-projectHead{align-items:flex-start;padding:18px 16px 16px;gap:14px}.cr-projectName{font-size:22px}.cr-projectMetaGrid{grid-template-columns:1fr;gap:10px}.cr-projectBody{padding:0 12px 12px}.cr-projectChevron{width:38px;height:38px;font-size:24px}}.cr-secondaryAction{color:var(--text);width:100%;padding:16px;border-radius:16px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);margin-top:14px;cursor:pointer;font-weight:700}.cr-secondaryAction:hover:not(:disabled){background:#ffffff0e;border-color:#ffffff24;transform:translateY(-1px)}.cr-secondaryAction:disabled{opacity:.45;cursor:not-allowed;transform:none}.cr-authShell{max-width:1120px}.cr-authPanel{padding:22px 18px 20px}.cr-authForm{display:flex;flex-direction:column;gap:18px}.cr-authField{display:flex;flex-direction:column;gap:8px}.cr-authLabel{color:#ffffffc7;font-size:15px;font-weight:600;line-height:1.2}.cr-authHint{color:#ffffff7a;font-size:12px;line-height:1.35;margin-top:2px}.cr-successMsg{color:#27d17f;margin-top:-2px;margin-bottom:2px;font-size:14px;font-weight:600}.cr-authActions{display:flex;align-items:center;gap:12px;margin-top:4px;flex-wrap:wrap}.cr-authPrimary{min-width:190px;min-height:52px;padding:0 22px}.cr-btnGhost{min-height:52px;padding:0 18px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#ffffffe0;font-weight:700;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease,opacity .12s ease}.cr-btnGhost:hover:not(:disabled){background:#ffffff12;border-color:#ffffff2e;transform:translateY(-1px)}.cr-btnGhost:disabled{opacity:.45;cursor:not-allowed;transform:none}@media(max-width:700px){.cr-authPanel{padding:18px 14px 16px}.cr-authActions{flex-direction:column;align-items:stretch}.cr-authPrimary,.cr-btnGhost{width:100%}}
