:root{--bg: #f6f6f9;--surface: #ffffff;--surface-2: #fbfbfd;--border: #e9e9ef;--border-strong: #dcdce4;--text: #1c1c28;--muted: #6b6b78;--faint: #9a9aa6;--accent: #4f46e5;--accent-hover: #4338ca;--accent-soft: #eef0ff;--accent-ink: #3730a3;--good: #15a34a;--good-soft: #e7f7ee;--good-ink: #0f7a37;--warn: #d97706;--warn-soft: #fef3e2;--bad: #dc2626;--bad-soft: #fdecec;--bad-border: #f3c2c2;--bad-ink: #b91c1c;--disabled: #cbcbd6;--radius: 14px;--radius-sm: 10px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(20, 20, 45, .04);--shadow: 0 1px 2px rgba(20, 20, 45, .04), 0 8px 24px rgba(20, 20, 45, .05);--shadow-lg: 0 12px 40px rgba(20, 20, 45, .12);--font: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, sans-serif}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);color:var(--text);background:var(--bg);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}h1,h2,h3{letter-spacing:-.02em}a{color:var(--accent);transition:color .15s ease}button,input,textarea{font-family:inherit}input,textarea{color:var(--text)}input::placeholder,textarea::placeholder{color:var(--faint)}button{transition:filter .15s ease,box-shadow .15s ease,background-color .15s ease,border-color .15s ease,opacity .15s ease}button:not(:disabled):hover{filter:brightness(.97)}button:not(:disabled):active{filter:brightness(.93)}input:focus-visible,textarea:focus-visible{outline:none;border-color:var(--accent)!important;box-shadow:0 0 0 3px var(--accent-soft)}button:focus-visible{outline:none;box-shadow:0 0 0 3px var(--accent-soft)}::selection{background:var(--accent-soft)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d8d8e0;border-radius:999px;border:2px solid var(--bg)}::-webkit-scrollbar-thumb:hover{background:#c4c4cf}.logo-trip{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;overflow:hidden;display:flex;align-items:center;justify-content:center;pointer-events:none;background:#0b0416;opacity:0;animation:logo-trip-fade 1.2s ease-in-out forwards}@keyframes logo-trip-fade{0%{opacity:0}12%{opacity:1}78%{opacity:1}to{opacity:0}}.logo-trip-swirl{position:absolute;left:50%;top:50%;width:260vmax;height:260vmax;margin:-130vmax 0 0 -130vmax;border-radius:50%;background:conic-gradient(from 0deg,#ff004c,#ff8a00,#ffe600,#2bff00,#00ffd5,#06f,#8b00ff,#ff00c8,#ff004c);animation:logo-trip-spin 1.2s linear forwards}@keyframes logo-trip-spin{0%{transform:rotate(0) scale(.25);filter:hue-rotate(0deg) saturate(1.8) blur(12px)}to{transform:rotate(360deg) scale(1.15);filter:hue-rotate(360deg) saturate(2.2) blur(5px)}}.logo-trip-rays{position:absolute;left:50%;top:50%;width:260vmax;height:260vmax;margin:-130vmax 0 0 -130vmax;border-radius:50%;background:repeating-conic-gradient(from 0deg,#ffffff59,#ffffff59 6deg,#fff0 6deg,#fff0 18deg);mix-blend-mode:overlay;animation:logo-trip-spin-ccw 1.2s linear forwards}@keyframes logo-trip-spin-ccw{0%{transform:rotate(0)}to{transform:rotate(-540deg)}}.logo-trip-ring{position:absolute;left:50%;top:50%;width:12vmax;height:12vmax;margin:-6vmax 0 0 -6vmax;border-radius:50%;border:3px solid rgba(255,255,255,.9);box-shadow:0 0 40px 10px #ffffff80,inset 0 0 30px #fff6;animation:logo-trip-ring 1.2s cubic-bezier(.16,1,.3,1) forwards}@keyframes logo-trip-ring{0%{transform:scale(.1);opacity:1}70%{opacity:.6}to{transform:scale(14);opacity:0}}.logo-trip-word{position:relative;font-weight:800;letter-spacing:-.02em;font-size:clamp(40px,9vw,110px);background:linear-gradient(90deg,#ff004c,#ff8a00,#ffe600,#2bff00,#00ffd5,#06f,#8b00ff,#ff00c8);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:logo-trip-word 1.2s ease-in-out forwards}@keyframes logo-trip-word{0%{transform:scale(.3) rotate(-8deg);opacity:0;background-position:0% 50%}25%{opacity:1}60%{transform:scale(1.15) rotate(3deg)}to{transform:scale(1.35) rotate(0);opacity:.9;background-position:100% 50%}}@supports not (background-clip: text){.logo-trip-word{color:#fff;background:none}}.logo-trip-head{position:absolute;left:50%;top:50%;width:clamp(72px,12vmin,140px);height:clamp(72px,12vmin,140px);margin:calc(clamp(72px,12vmin,140px)/-2) 0 0 calc(clamp(72px,12vmin,140px)/-2);border-radius:50%;object-fit:cover;border:3px solid rgba(255,255,255,.9);box-shadow:0 0 30px 8px #ffffff73}.logo-trip-head-timo{animation:logo-trip-head-lb 1.2s cubic-bezier(.16,1,.3,1) forwards}.logo-trip-head-ewout{animation:logo-trip-head-ro 1.2s cubic-bezier(.16,1,.3,1) forwards}@keyframes logo-trip-head-lb{0%{transform:translate(-70vw,-45vh) rotate(-660deg) scale(.2);opacity:0}20%{opacity:1}60%{transform:translate(calc(-1*clamp(90px,18vw,300px)),calc(-1*clamp(120px,24vh,230px))) rotate(0) scale(1.18)}to{transform:translate(calc(-1*clamp(90px,18vw,300px)),calc(-1*clamp(120px,24vh,230px))) rotate(-6deg) scale(1.02);opacity:1}}@keyframes logo-trip-head-ro{0%{transform:translate(70vw,45vh) rotate(660deg) scale(.2);opacity:0}20%{opacity:1}60%{transform:translate(clamp(90px,18vw,300px),clamp(120px,24vh,230px)) rotate(0) scale(1.18)}to{transform:translate(clamp(90px,18vw,300px),clamp(120px,24vh,230px)) rotate(6deg) scale(1.02);opacity:1}}@media(prefers-reduced-motion:reduce){.logo-trip,.logo-trip-swirl,.logo-trip-rays,.logo-trip-ring,.logo-trip-word,.logo-trip-head{animation:none!important}}
