:root{--sh-navy:#0f0f2e;--sh-navy-mid:#1a1a4e;--sh-navy-deep:#0a0618;--sh-purple:#6b4fff;--sh-purple-light:#9b88ff;--sh-gold:#f4c842;--sh-gold-text:#ffd966;--sh-gold-deep:#d4a853;--sh-cream:#fff8ee;--sh-coral:#ff6b6b;--sh-green:#2ecc71;--sh-text:rgba(255,255,255,0.92);--sh-text-soft:rgba(255,255,255,0.68);--sh-text-dim:rgba(255,255,255,0.48);--sh-text-faint:rgba(255,255,255,0.34);--sh-surface:rgba(255,255,255,0.035);--sh-surface-raised:rgba(255,255,255,0.06);--sh-border:rgba(255,255,255,0.09);--sh-border-strong:rgba(255,255,255,0.16);--sh-purple-tint:rgba(107,79,255,0.12);--sh-purple-border:rgba(107,79,255,0.3);--sh-gold-tint:rgba(244,200,66,0.1);--sh-gold-border:rgba(244,200,66,0.32);--sh-font-body:var(--font-inter),"Heebo",system-ui,sans-serif;--sh-font-display:"Playfair Display",Georgia,serif;--sh-text-xs:12px;--sh-text-sm:13.5px;--sh-text-base:15px;--sh-text-lg:17px;--sh-text-xl:clamp(19px,2.4vw,22px);--sh-text-2xl:clamp(24px,3.2vw,30px);--sh-text-3xl:clamp(30px,4.5vw,42px);--sh-s1:4px;--sh-s2:8px;--sh-s3:12px;--sh-s4:16px;--sh-s5:20px;--sh-s6:24px;--sh-s8:32px;--sh-s10:40px;--sh-s12:48px;--sh-r-sm:10px;--sh-r-md:14px;--sh-r-lg:20px;--sh-r-xl:26px;--sh-r-full:999px;--sh-shadow-card:0 18px 50px rgba(0,0,0,0.4);--sh-shadow-gold:0 8px 28px rgba(244,200,66,0.35);--sh-ease:cubic-bezier(0.22,1,0.36,1);--sh-dur:0.25s;--sh-touch:48px}.ui-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--sh-s2);min-height:var(--sh-touch);padding:0 var(--sh-s6);border-radius:var(--sh-r-full);font-family:inherit;font-size:var(--sh-text-base);font-weight:700;cursor:pointer;border:none;text-decoration:none;transition:transform var(--sh-dur) var(--sh-ease),box-shadow var(--sh-dur) var(--sh-ease),background var(--sh-dur) var(--sh-ease),opacity var(--sh-dur) var(--sh-ease);-webkit-tap-highlight-color:transparent}.ui-btn:disabled{opacity:.45;cursor:not-allowed}.ui-btn:not(:disabled):hover{transform:translateY(-1px)}.ui-btn:not(:disabled):active{transform:translateY(0)}.ui-btn:focus-visible{outline:3px solid var(--sh-gold-text);outline-offset:2px}.ui-btn--gold{background:linear-gradient(135deg,#f4c842,#ff9f6b);color:#241a05;box-shadow:var(--sh-shadow-gold)}.ui-btn--primary{background:linear-gradient(135deg,var(--sh-purple),var(--sh-purple-light));color:#fff;box-shadow:0 8px 28px rgba(107,79,255,.35)}.ui-btn--ghost{background:var(--sh-surface-raised);border:1px solid var(--sh-border-strong);color:var(--sh-text-soft);box-shadow:none}.ui-btn--lg{min-height:56px;font-size:var(--sh-text-lg)}.ui-chip{display:inline-flex;align-items:center;justify-content:center;gap:var(--sh-s2);min-height:var(--sh-touch);padding:var(--sh-s3) var(--sh-s4);border-radius:var(--sh-r-md);font-family:inherit;font-size:var(--sh-text-sm);font-weight:600;cursor:pointer;background:var(--sh-surface);border:2px solid var(--sh-border);color:var(--sh-text-dim);transition:border-color var(--sh-dur) var(--sh-ease),background var(--sh-dur) var(--sh-ease),color var(--sh-dur) var(--sh-ease);-webkit-tap-highlight-color:transparent}.ui-chip[data-selected=true]{border-color:var(--sh-purple);background:var(--sh-purple-tint);color:var(--sh-text)}.ui-chip:focus-visible{outline:3px solid var(--sh-gold-text);outline-offset:2px}.ui-label{display:block;font-size:var(--sh-text-xs);font-weight:700;color:var(--sh-text-dim);letter-spacing:.4px;margin-bottom:var(--sh-s2)}.ui-field{width:100%;min-height:var(--sh-touch);padding:var(--sh-s3) var(--sh-s4);border-radius:var(--sh-r-sm);background:var(--sh-surface-raised);border:1px solid var(--sh-border-strong);color:var(--sh-text);font-family:inherit;font-size:16px;transition:border-color var(--sh-dur) var(--sh-ease);box-sizing:border-box}.ui-field:focus{outline:none;border-color:var(--sh-purple-light)}.ui-field::placeholder{color:var(--sh-text-faint)}textarea.ui-field{min-height:84px;resize:vertical}.ui-card{background:var(--sh-surface);border:1px solid var(--sh-border);border-radius:var(--sh-r-xl);padding:clamp(20px,4.5vw,32px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ui-callout{background:var(--sh-purple-tint);border:1px solid var(--sh-purple-border);border-radius:var(--sh-r-md);padding:var(--sh-s3) var(--sh-s4);font-size:var(--sh-text-sm);color:var(--sh-text-soft);line-height:1.6}.ui-ltr{direction:ltr;unicode-bidi:-webkit-isolate;unicode-bidi:isolate;display:inline-block}.create-grid-2{display:grid;grid-template-columns:1fr;grid-gap:var(--sh-s3);gap:var(--sh-s3)}.create-grid-challenges{display:grid;grid-template-columns:1fr;grid-gap:var(--sh-s2);gap:var(--sh-s2)}.create-grid-langs{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--sh-s3);gap:var(--sh-s3)}.create-name-age{display:grid;grid-template-columns:1fr;grid-gap:var(--sh-s3);gap:var(--sh-s3)}.create-nav-row{display:flex;flex-direction:column-reverse;gap:var(--sh-s3)}.create-nav-row .ui-btn{width:100%}@media (min-width:520px){.create-grid-2,.create-grid-challenges{grid-template-columns:1fr 1fr}.create-name-age{grid-template-columns:1fr 96px}.create-nav-row{flex-direction:row}.create-nav-row .ui-btn--ghost{width:auto;flex-shrink:0}.create-nav-row .ui-btn--gold,.create-nav-row .ui-btn--primary{flex:1 1;width:auto}}.step-progress{display:flex;align-items:flex-start;justify-content:center;margin-bottom:var(--sh-s8)}.step-progress__circle,.step-progress__item{display:flex;align-items:center}.step-progress__circle{width:36px;height:36px;border-radius:50%;justify-content:center;font-size:13px;font-weight:800;transition:all var(--sh-dur) var(--sh-ease)}.step-progress__label{font-size:10.5px;margin-top:var(--sh-s1);text-align:center}.step-progress__bar{width:24px;height:2px;margin-top:17px}@media (min-width:520px){.step-progress__bar{width:36px}}@media (max-width:420px){.step-progress__label{display:none}.step-progress__item--active .step-progress__label{display:block}}