:root{
  --ink:#eef2ff;--muted:#aab2c8;--bg:#080b14;--panel:#111625;--panel2:#151b2d;
  --line:rgba(255,255,255,.09);--accent:#8b7cff;--accent2:#6d5df5;--gold:#ffc857;
  --green:#5ee0a0;--danger:#ff7777;--white:#fff;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:"DM Sans",sans-serif;min-height:100vh;overflow-x:hidden}
body:before{content:"";position:fixed;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:44px 44px;pointer-events:none}
.ambient{position:fixed;width:420px;height:420px;border-radius:50%;filter:blur(90px);opacity:.18;pointer-events:none}.ambient-a{background:#6557ff;top:-210px;left:-120px}.ambient-b{background:#17a7b9;right:-240px;bottom:-220px}
button,textarea{font:inherit}.hidden{display:none!important}
.app{width:min(1040px,calc(100% - 34px));margin:auto;position:relative;padding:26px 0 28px}
.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:54px}
.brand{display:flex;align-items:center;gap:11px;color:var(--white);text-decoration:none}.brand strong{display:block;font-family:"Plus Jakarta Sans";font-size:15px}.brand small{display:block;color:#778098;font-size:10px;margin-top:2px}
.logo{width:38px;height:38px;border:1px solid var(--line);background:linear-gradient(145deg,#191e32,#0d1120);border-radius:12px;display:flex;align-items:flex-end;justify-content:center;gap:3px;padding:9px;box-shadow:0 10px 30px #0005}.logo i{width:4px;border-radius:4px;background:var(--accent)}.logo i:nth-child(1){height:9px}.logo i:nth-child(2){height:15px}.logo i:nth-child(3){height:12px}
.secure{font-size:10px;color:#818aa2;border:1px solid var(--line);padding:8px 11px;border-radius:999px}.secure span{color:var(--green);font-size:8px;margin-right:5px}
.hero{display:grid;grid-template-columns:1fr 1.03fr;gap:64px;align-items:center}.hero-copy{padding:20px 0 40px}.pill{display:inline-flex;align-items:center;gap:7px;border:1px solid rgba(139,124,255,.25);background:rgba(139,124,255,.08);color:#b9b1ff;padding:7px 10px;border-radius:999px;font-size:10px;font-weight:700;letter-spacing:.02em}.pill b{color:#d1ccff}
h1,h2{font-family:"Plus Jakarta Sans",sans-serif;letter-spacing:-.045em}.hero h1{font-size:clamp(48px,6vw,76px);line-height:.98;margin:22px 0 22px}.hero h1 em{font-style:normal;color:#9588ff}.hero-copy>p{max-width:410px;color:var(--muted);font-size:14px;line-height:1.75;margin:0}
.card{background:linear-gradient(145deg,rgba(22,28,45,.96),rgba(12,16,28,.98));border:1px solid var(--line);border-radius:25px;box-shadow:0 30px 90px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.025);padding:29px}
.step-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:27px}.step-head>div{display:flex;align-items:center;gap:9px}.step-number{color:#8e96ad;font-size:10px;font-weight:700;letter-spacing:.12em}.step-title{font-size:11px;font-weight:700;color:#dce1ef}.step-label{color:#717b94;font-size:10px}
.question h2{font-size:22px;margin:0 0 7px}.question p{color:#858fa7;font-size:11px;margin:0 0 20px}
.rating{display:grid;grid-template-columns:repeat(5,1fr);gap:5px}.rating button{border:1px solid transparent;background:#0d1220;color:#687189;border-radius:15px;padding:11px 4px 10px;cursor:pointer;transition:.2s}.rating button span{display:block;font-size:27px;line-height:1;color:#555e74}.rating button small{display:block;font-size:8px;margin-top:7px;white-space:nowrap}.rating button:hover{background:#151b2b;color:#aeb6ca}.rating button.active{background:rgba(139,124,255,.13);border-color:rgba(139,124,255,.45);color:#bfb8ff}.rating button.active span{color:var(--gold)}
.divider{height:1px;background:var(--line);margin:23px 0}.label{display:flex;justify-content:space-between;color:#c8cede;font-size:11px;font-weight:700;margin-bottom:10px}.label span{font-weight:400;color:#69738a}
.chips{display:flex;flex-wrap:wrap;gap:7px}.chips button{background:#0d1220;border:1px solid var(--line);color:#929bb0;border-radius:999px;padding:9px 11px;font-size:10px;cursor:pointer;transition:.18s}.chips button:hover{border-color:#6d65a9;color:#d1cdfd}.chips button.selected{background:rgba(139,124,255,.13);border-color:rgba(139,124,255,.55);color:#c9c4ff}
.notes-wrap{margin-top:20px;position:relative}.notes-wrap textarea{width:100%;height:82px;resize:none;background:#0c111e;border:1px solid var(--line);border-radius:13px;color:#dfe4f1;padding:12px;outline:none;font-size:11px;line-height:1.55}.notes-wrap textarea::placeholder{color:#596378}.notes-wrap textarea:focus,#review:focus{border-color:rgba(139,124,255,.65);box-shadow:0 0 0 3px rgba(139,124,255,.08)}.count{position:absolute;right:10px;bottom:8px;color:#505a70;font-size:9px}
.cta{width:100%;height:49px;margin-top:15px;border:0;border-radius:13px;background:linear-gradient(100deg,#7464f7,#927eff);color:white;font-weight:700;font-size:11px;display:flex;align-items:center;justify-content:space-between;padding:0 15px;cursor:pointer;box-shadow:0 12px 25px rgba(111,93,245,.22);transition:.2s}.cta:hover{transform:translateY(-1px);filter:brightness(1.06)}.cta:disabled{opacity:.55;cursor:wait}.cta b{font-size:18px;font-weight:400}
.disclaimer{display:flex;gap:7px;color:#596379;font-size:8px;line-height:1.5;margin:12px 2px 0}.disclaimer span{color:#8b7cff}.error{background:rgba(255,93,93,.09);border:1px solid rgba(255,93,93,.2);color:#ff9b9b;padding:9px 11px;border-radius:10px;font-size:9px;margin-top:12px}
.result-card{max-width:680px;margin:25px auto 0}.result-intro{display:flex;align-items:center;gap:13px;margin-bottom:20px}.result-intro h2{font-size:21px;margin:0 0 5px}.result-intro p{color:#858fa7;font-size:10px;margin:0}.check,.done-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:rgba(94,224,160,.1);border:1px solid rgba(94,224,160,.2);color:var(--green);font-weight:800}
.editor{background:#0a0f1a;border:1px solid var(--line);border-radius:15px;overflow:hidden}.editor-top{height:36px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;border-bottom:1px solid var(--line);font-size:8px;color:#68738a}.editor-top span:first-child{display:flex;gap:6px;align-items:center}.editor-top i{width:5px;height:5px;border-radius:50%;background:var(--accent)}#review{display:block;width:100%;height:180px;resize:none;border:0;background:transparent;color:#dfe4f1;padding:15px;outline:none;font-size:12px;line-height:1.7}
.edit-actions{display:flex;gap:8px;margin-top:9px}.ghost{border:1px solid var(--line);background:#0e1422;color:#8f99ae;border-radius:10px;padding:9px 12px;font-size:9px;cursor:pointer}.ghost:hover{color:#d8dded;border-color:#353d52}
.google-panel{margin-top:20px;padding:15px;background:#f7f8fb;border-radius:15px;color:#161b27}.google-copy{display:flex;align-items:center;gap:10px;margin-bottom:12px}.g-logo{font-family:Arial,sans-serif;font-size:19px;font-weight:800;width:29px;height:29px;display:grid;place-items:center;border-radius:9px;background:#fff;box-shadow:0 2px 8px #0001}.google-copy strong{font-size:11px}.google-copy p{font-size:9px;color:#72798a;margin:3px 0 0}.google-btn{height:42px;width:100%;border:0;border-radius:10px;background:#111827;color:white;display:flex;justify-content:space-between;align-items:center;padding:0 13px;font-size:10px;font-weight:700;cursor:pointer}.google-btn:hover{background:#202938}.google-btn b{font-size:15px;font-weight:400}.manual-note{text-align:center;color:#596379;font-size:8px;line-height:1.55;margin:10px 10px 0}
.done-card{max-width:540px;text-align:center;margin:30px auto;padding:48px 35px}.done-icon{width:58px;height:58px;border-radius:50%;font-size:23px;margin:0 auto 18px}.done-card h2{font-size:29px;line-height:1.08;margin:18px 0 12px}.done-card p{color:#818ba3;font-size:11px;line-height:1.7;max-width:360px;margin:auto}.cta.small{max-width:210px;margin:24px auto 0}
footer{display:flex;justify-content:center;gap:7px;color:#4e586e;font-size:8px;margin-top:25px}
@media(max-width:850px){.hero{grid-template-columns:1fr;gap:8px}.hero-copy{padding:10px 3px 20px}.hero h1{font-size:56px}.hero-copy>p{max-width:540px}.topbar{margin-bottom:30px}.result-card{margin-top:18px}}
@media(max-width:520px){.app{width:min(100% - 20px,600px);padding-top:15px}.secure{display:none}.card{padding:21px;border-radius:20px}.hero h1{font-size:47px}.rating{gap:3px}.rating button{padding:9px 1px}.rating button span{font-size:23px}.rating button small{font-size:7px}.chips button{font-size:9px}.edit-actions{justify-content:space-between}.ghost{flex:1}.done-card{padding:42px 22px}}
