@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--canvas: #f4f4f3;--surface: #fff;--tint: #f4f0fa;--text: #16171a;--muted: #8a8d93;--border: #ececea;--blue: #4e8cff;--purple: #8b7cf6;--orange: #ff6a55;--yellow: #ffc94a;--green: #34c77b;--shadow: 0 1px 2px rgba(16, 17, 20, .04), 0 8px 24px rgba(16, 17, 20, .06);--lift: 0 2px 4px rgba(16, 17, 20, .05), 0 16px 32px rgba(16, 17, 20, .09);--sidebar: 224px}:root[data-theme=dark]{--canvas: #111216;--surface: #1b1c21;--tint: #211e2d;--text: #f5f5f3;--muted: #979aa4;--border: #2a2c33;--shadow: 0 1px 2px rgba(0, 0, 0, .25), 0 8px 24px rgba(0, 0, 0, .2);--lift: 0 2px 4px rgba(0, 0, 0, .3), 0 16px 32px rgba(0, 0, 0, .3)}*{box-sizing:border-box}html{min-width:320px}body{margin:0;min-width:320px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--text);background:var(--canvas);transition:background .25s ease,color .25s ease}button,input,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}button,a,input,textarea{-webkit-tap-highlight-color:transparent}.card,.page,.page-header,.landing-content,.guest-result,.settings-card,.auth-card,.inbox-row,.guest-focus,.guest-result-card,.save-prompt{min-width:0}.logo{display:inline-flex;align-items:center;gap:9px;font-size:18px;font-weight:700;letter-spacing:-.04em}.logo-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;color:#fff;background:var(--blue);box-shadow:0 6px 18px #4e8cff33}.sidebar{position:fixed;z-index:20;inset:0 auto 0 0;width:var(--sidebar);display:flex;flex-direction:column;padding:22px 14px;background:var(--surface);border-right:1px solid var(--border)}.sidebar-nav{display:grid;gap:5px;margin-top:30px}.nav-item,.theme-button,.logout-button{width:100%;border:0;display:flex;align-items:center;gap:11px;padding:11px 13px;border-radius:13px;color:var(--muted);background:transparent;font-size:13px;font-weight:500;text-align:left}.nav-item:hover,.theme-button:hover,.logout-button:hover{color:var(--text);background:var(--canvas)}.nav-item.active{color:var(--purple);background:var(--tint)}.sidebar-bottom{display:grid;gap:6px;margin-top:auto}.account-summary{display:flex;align-items:center;gap:10px;padding:15px 7px 10px;margin-top:5px;border-top:1px solid var(--border)}.account-summary strong,.account-summary small{display:block}.account-summary strong{font-size:12px}.account-summary small{margin-top:2px;color:var(--muted);font-size:10px}.avatar{width:34px;height:34px;flex:none;display:grid;place-items:center;border-radius:50%;color:var(--purple);background:var(--tint);font-size:12px;font-weight:700}.app-content{min-height:100vh;margin-left:var(--sidebar);padding:32px clamp(22px,4vw,60px) 72px}.page{width:min(1060px,100%);margin:0 auto}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.page-header h1{margin:4px 0 5px;font-size:27px;line-height:1.15;letter-spacing:-.05em}.page-header p{margin:0;color:var(--muted);font-size:13px}.eyebrow{color:var(--purple);font-size:10px;font-weight:600;letter-spacing:.12em}.new-dump{flex:none;padding:9px 14px;border-radius:999px;color:#fff;background:var(--green);font-size:12px;font-weight:600;white-space:nowrap}.card{padding:20px;border-radius:24px;background:var(--surface);box-shadow:var(--shadow);animation:rise .32s ease both;transition:transform .18s ease,box-shadow .18s ease}.card:hover{transform:translateY(-2px);box-shadow:var(--lift)}.card-focus,.card-resurfaced{background:var(--tint)}.card-head{display:flex;align-items:flex-start;gap:12px}.card-title{margin:0;font-size:16px;line-height:1.35;letter-spacing:-.02em}.card-title.hero{font-size:20px}.card-sub{margin:11px 0 0;color:var(--muted);font-size:13px;line-height:1.5}.card-actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.icon-badge{width:44px;height:44px;flex:none;display:grid;place-items:center;border-radius:50%}.icon-blue{color:var(--blue);background:#4e8cff24}.icon-purple{color:var(--purple);background:#8b7cf624}.icon-yellow{color:#b67f00;background:#ffc94a30}.icon-orange{color:var(--orange);background:#ff6a5524}.icon-solid{color:#fff;background:var(--orange)}.button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 15px;border:0;border-radius:999px;font-size:12px;font-weight:600;transition:transform .15s ease,filter .15s ease,opacity .15s ease}.button:active{transform:scale(.97)}.button-primary{color:#fff;background:var(--green)}.button-primary:hover{filter:brightness(.97);transform:translateY(-1px)}.button-secondary{color:var(--text);background:transparent;border:1px solid var(--border)}.button:disabled{opacity:.35;cursor:not-allowed}.button-wide{width:100%}.ambient{position:relative;isolation:isolate}.gradient-blob{position:absolute;z-index:-1;top:-48px;right:-55px;width:320px;height:180px;opacity:.28;filter:blur(72px);background:linear-gradient(135deg,#8b7cf6,#c9bbff 50%,#ffd9e8);animation:float 8s ease-in-out infinite}.gradient-blue{background:linear-gradient(135deg,#8b7cf6,#6fa8ff)}.idea-grid,.shelf{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.subsection{margin-top:28px}.subsection h2{margin:0 0 12px;font-size:15px}.resurfaced-list{width:min(800px,100%);display:grid;gap:18px}.empty-state{min-height:210px;display:grid;place-content:center;padding:30px;text-align:center;border:1px dashed var(--border);border-radius:24px;background:var(--surface)}.empty-state strong{font-size:16px}.empty-state p{max-width:350px;margin:8px auto 0;color:var(--muted);font-size:12px;line-height:1.5}.inbox-list{display:grid;gap:9px}.inbox-row{display:flex;justify-content:space-between;gap:18px;padding:15px 17px;border-radius:18px;background:var(--surface);box-shadow:0 1px 2px #00000006;transition:transform .18s ease}.inbox-row:hover{transform:translate(2px)}.inbox-row p{margin:0;font-size:13px;line-height:1.45}.tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:9px}.tag{padding:4px 8px;border-radius:999px;font-size:9px}.tag-blue{color:var(--blue);background:#4e8cff1f}.tag-purple{color:var(--purple);background:#8b7cf61f}.tag-yellow{color:#b77f00;background:#ffc94a2b}.page-loading,.route-loader{min-height:220px;display:grid;place-items:center}.route-loader{min-height:100vh}.spinner{width:52px;height:52px;border:2px solid rgba(139,124,246,.17);border-top-color:var(--purple);border-radius:50%;animation:spin 1.1s linear infinite}.inline-error{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:14px;padding:13px 15px;border-radius:16px;background:var(--surface);border:1px solid var(--border)}.inline-error strong{font-size:12px}.inline-error p{margin:3px 0 0;color:var(--muted);font-size:11px}.inline-error button{padding:7px 10px;border:1px solid var(--border);border-radius:999px;color:var(--text);background:transparent;font-size:10px}.processing{width:min(100%,560px);margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:processing-enter .5s ease both}.processing-scene{position:relative;width:100%;height:260px;display:flex;align-items:center;justify-content:center}.processing-thought{position:absolute;top:54px;left:50%;width:150px;height:88px;transform:translate(-50%);border:1px solid rgba(130,104,255,.22);border-radius:18px;background:#ffffffc7;box-shadow:0 20px 50px #37286417,0 4px 14px #3728640d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden;animation:processing-thought-float 3s ease-in-out infinite}.processing-thought:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(115deg,transparent 20%,rgba(145,118,255,.08) 50%,transparent 80%);transform:translate(-100%);animation:processing-shimmer 2.8s ease-in-out infinite}.processing-thought-dot{position:absolute;top:17px;left:17px;width:7px;height:7px;border-radius:50%;background:var(--purple);box-shadow:0 0 12px #9278ff99}.processing-thought-line{position:absolute;left:17px;height:5px;border-radius:10px;background:#6e648226}.processing-line-long{top:38px;width:105px}.processing-line-medium{top:51px;width:78px}.processing-line-short{top:64px;width:50px}.processing-particle{position:absolute;width:7px;height:7px;border-radius:50%;background:var(--purple);box-shadow:0 0 14px #9176ff80;opacity:0}.particle-one{animation:particle-one 2.8s ease-in-out infinite}.particle-two{animation:particle-two 2.8s .25s ease-in-out infinite}.particle-three{width:5px;height:5px;animation:particle-three 2.8s .5s ease-in-out infinite}.particle-four{width:6px;height:6px;animation:particle-four 2.8s .75s ease-in-out infinite}.particle-five{width:4px;height:4px;animation:particle-five 2.8s 1s ease-in-out infinite}.processing-destinations{position:absolute;left:50%;bottom:17px;width:330px;transform:translate(-50%);display:flex;justify-content:space-between;align-items:flex-end}.processing-destination{display:flex;flex-direction:column;align-items:center;gap:7px;color:var(--muted);font-size:10px;font-weight:700;letter-spacing:.08em}.processing-destination-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:1px solid var(--border);border-radius:13px;color:var(--muted);background:var(--surface);box-shadow:0 8px 20px #3228500d}.processing-destination-now{animation:destination-pulse 2.8s ease-in-out infinite}.processing-destination-ideas{animation:destination-pulse 2.8s .35s ease-in-out infinite}.processing-destination-park{animation:destination-pulse 2.8s .7s ease-in-out infinite}.processing-copy{margin-top:4px}.processing-copy p{min-height:27px;margin:0;color:var(--text);font-size:17px;font-weight:600;letter-spacing:-.02em;animation:processing-message .45s ease both}.processing-copy span{display:block;margin-top:7px;color:var(--muted);font-size:12px}.processing-progress{width:150px;height:3px;margin-top:18px;overflow:hidden;border-radius:99px;background:#826eaa1f}.processing-progress-bar{width:38%;height:100%;border-radius:inherit;background:var(--purple);box-shadow:0 0 10px #9278ff73;animation:processing-progress 2.8s ease-in-out infinite}.landing-page{min-height:100vh;display:grid;place-items:center;padding:24px}.landing-page>.logo{position:absolute;top:24px;left:28px}.landing-content{width:min(620px,100%);text-align:center;animation:rise .45s ease both}.tiny-pill{display:inline-flex;align-items:center;gap:6px;margin-bottom:13px;padding:7px 11px;border-radius:999px;color:var(--purple);background:var(--tint);font-size:10px}.landing-content h1{margin:0;font-size:38px;line-height:1.08;letter-spacing:-.06em}.landing-content>p{margin:10px 0 24px;color:var(--muted);font-size:14px}.dump-composer{padding:16px;text-align:left;border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.dump-composer:focus-within{box-shadow:0 0 0 2px var(--purple),var(--shadow)}.dump-composer textarea{width:100%;height:125px;padding:3px;resize:none;border:0;outline:0;color:var(--text);background:transparent;font-size:14px;line-height:1.55}.dump-composer textarea::placeholder{color:var(--muted)}.composer-footer{display:flex;justify-content:space-between;align-items:center;color:var(--muted);font-size:10px}.auth-page{min-height:100vh;display:grid;place-items:center;padding:24px}.back-link{position:absolute;top:24px;left:28px;display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border-radius:9px;color:var(--muted);font-size:12px;transition:color .18s ease,background .18s ease}.back-link:hover{color:var(--text);background:var(--surface)}.auth-card{width:min(390px,100%);padding:28px;border-radius:26px;text-align:center;background:var(--surface);box-shadow:var(--shadow);animation:rise .4s ease both}.auth-icon{width:48px;height:48px;margin:0 auto 15px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--purple)}.auth-card h1{margin:0 0 7px;font-size:23px;letter-spacing:-.04em}.auth-card>p{margin:0 0 22px;color:var(--muted);font-size:12px;line-height:1.5}.auth-form{display:grid;gap:9px}.auth-form input{width:100%;padding:12px 13px;border:1px solid var(--border);border-radius:14px;outline:0;color:var(--text);background:var(--canvas);font-size:12px}.auth-form input:focus{border-color:var(--purple);box-shadow:0 0 0 2px #8b7cf626}.form-error{padding:9px 10px;border-radius:11px;color:var(--orange);background:#ff6a5514;text-align:left;font-size:11px}.muted-link{display:inline-flex;align-items:center;justify-content:center;gap:5px;width:fit-content;max-width:100%;margin:16px auto 0;padding:7px 10px;border-radius:9px;color:var(--purple);background:transparent;font-size:12px;font-weight:600;line-height:1.4;text-align:center;text-decoration-line:underline;text-decoration-style:solid;text-decoration-color:#8b7cf68c;text-decoration-thickness:1px;text-underline-offset:3px;transition:color .18s ease,background .18s ease,text-decoration-color .18s ease,transform .18s ease}.muted-link:hover{color:var(--text);background:var(--tint);text-decoration-color:var(--purple);transform:translateY(-1px)}.muted-link:active{transform:translateY(0)}.muted-link:focus-visible{outline:2px solid var(--purple);outline-offset:2px}.landing-content>.muted-link{margin-top:16px}.auth-card>.muted-link{margin-top:16px}.settings-card{width:min(760px,100%);padding:22px;border-radius:24px;background:var(--surface);box-shadow:var(--shadow)}.profile{display:flex;align-items:center;gap:14px;padding-bottom:22px;border-bottom:1px solid var(--border)}.avatar-large{width:52px;height:52px;font-size:17px}.profile h2{margin:0 0 4px;font-size:17px}.profile p{margin:0;color:var(--muted);font-size:11px}.setting-row{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-top:22px}.setting-row strong{font-size:13px}.setting-row p{margin:5px 0 0;color:var(--muted);font-size:11px}.theme-picker{display:flex;padding:3px;border:1px solid var(--border);border-radius:13px;background:var(--canvas)}.theme-picker button{display:flex;align-items:center;justify-content:center;gap:5px;padding:8px 10px;border:0;border-radius:10px;color:var(--muted);background:transparent;font-size:10px}.theme-picker button.selected{color:var(--purple);background:var(--surface);box-shadow:var(--shadow)}.account-actions{display:flex;align-items:center;justify-content:flex-start;margin-top:18px;padding-top:15px;border-top:1px solid var(--border)}.account-actions .logout-button{width:auto;min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 13px;border:1px solid var(--border);border-radius:999px;color:var(--muted);background:transparent;font:inherit;font-size:12px;font-weight:600;text-align:center;cursor:pointer;transition:color .18s ease,background .18s ease,border-color .18s ease}.account-actions .logout-button:hover{color:var(--text);background:var(--canvas);border-color:var(--border)}.guest-result{width:min(820px,100%);padding:92px 0 48px;animation:rise .4s ease both}.result-intro{text-align:center;margin-bottom:24px}.result-intro h1{margin:0;font-size:clamp(28px,5vw,40px);line-height:1.05;letter-spacing:-.055em}.result-intro p{max-width:560px;margin:10px auto 0;color:var(--muted);font-size:13px;line-height:1.55}.guest-focus{display:flex;align-items:flex-start;gap:14px;padding:20px;border:1px solid rgba(139,124,246,.16);border-radius:22px;background:var(--tint);box-shadow:var(--shadow)}.result-card-icon{width:42px;height:42px;flex:0 0 42px;display:grid;place-items:center;border-radius:13px}.result-card-copy{min-width:0}.result-label{display:block;margin-bottom:5px;color:var(--purple);font-size:9px;font-weight:700;letter-spacing:.13em}.guest-focus h2{margin:0;font-size:17px;line-height:1.35;overflow-wrap:anywhere}.guest-focus p{margin:7px 0 0;color:var(--muted);font-size:12px;line-height:1.5}.guest-result-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px}.guest-result-card{min-width:0;padding:18px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.result-card-top{display:flex;align-items:center;gap:8px;color:var(--purple);font-size:12px;font-weight:600}.result-card-top strong{margin-left:auto;color:var(--muted);font-size:11px}.guest-result-card ul{display:grid;gap:7px;margin:14px 0 0;padding:0;list-style:none}.guest-result-card li{padding:9px 10px;border-radius:11px;color:var(--text);background:var(--canvas);font-size:12px;line-height:1.4;overflow-wrap:anywhere}.result-empty{margin:14px 0 0;color:var(--muted);font-size:11px}.save-prompt{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:12px;padding:18px;border:1px solid var(--border);border-radius:20px;background:var(--surface);box-shadow:var(--shadow)}.save-prompt strong{font-size:13px}.save-prompt p{margin:5px 0 0;color:var(--muted);font-size:11px;line-height:1.45}.save-prompt-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;flex:none}.form-notice{width:fit-content;max-width:100%;margin:0 auto 12px;padding:10px 16px;border-radius:12px;color:var(--purple);background:var(--tint);font-size:11px;line-height:1.45;text-align:center}.card-head>div:last-child,.inbox-row>div:first-child,.page-header>div:first-child{min-width:0}.card-title,.card-sub,.inbox-row p,.page-header h1,.page-header p{overflow-wrap:anywhere}.account-summary>div:last-child{min-width:0}.account-summary strong,.account-summary small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:150px}@media(max-width:980px){:root{--sidebar: 190px}.app-content{padding:28px 24px 60px}.page{width:min(900px,100%)}.idea-grid,.shelf{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:900px){.sidebar{width:76px}.sidebar .logo span:last-child,.sidebar-nav span,.sidebar-bottom .theme-button span,.sidebar-bottom .account-summary>div:not(.avatar),.logout-button span{display:none}.sidebar-nav .nav-item,.account-summary{justify-content:center}.app-content{margin-left:76px}.idea-grid,.shelf{grid-template-columns:repeat(2,minmax(0,1fr))}}.mobile-nav{display:none}@media(max-width:760px){:root{--sidebar: 0px}html,body,#root{width:100%;min-width:0;max-width:100%;overflow-x:hidden}body{min-width:0}.sidebar{display:none}.app-content{width:100%;min-width:0;min-height:100dvh;margin-left:0;padding:calc(20px + env(safe-area-inset-top)) 16px calc(82px + env(safe-area-inset-bottom));overflow-x:hidden}.page{width:100%;max-width:100%;min-width:0}.page-header{width:100%;min-width:0;align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:18px}.page-header>div:first-child{width:100%;min-width:0}.page-header h1{font-size:25px}.page-header p{font-size:12px}.new-dump{align-self:stretch;display:inline-flex;justify-content:center;align-items:center;min-height:42px}.mobile-nav{position:fixed;z-index:30;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));padding:7px 6px calc(7px + env(safe-area-inset-bottom));background:color-mix(in srgb,var(--surface) 94%,transparent);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid var(--border)}.mobile-nav a,.mobile-nav button{min-width:0;min-height:58px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;border:0;border-radius:13px;color:var(--muted);background:transparent;font:inherit;font-size:10px;font-weight:600;cursor:pointer;transition:color .18s ease,background .18s ease}.mobile-nav a.active{color:var(--purple);background:var(--tint)}.card{width:100%;min-width:0;padding:16px;border-radius:20px}.card-head{min-width:0;gap:10px}.card-head>div:last-child{min-width:0}.card-title.hero{font-size:19px;line-height:1.3}.card-sub{font-size:12px}.card-actions{width:100%}.card-actions .button{min-height:42px}.button{max-width:100%;min-height:42px;white-space:normal;font-size:13px}.idea-grid,.shelf{grid-template-columns:1fr}.inbox-row{min-width:0;flex-direction:column;gap:12px;padding:14px}.tags{flex-wrap:wrap}.processing{width:100%}.processing-scene{height:235px}.processing-thought{top:45px;width:135px;height:80px}.processing-line-long{width:92px}.processing-line-medium{width:68px}.processing-line-short{width:44px}.processing-destinations{width:280px;bottom:10px}.processing-destination-icon{width:38px;height:38px;border-radius:11px}.processing-copy p{font-size:16px}.processing-copy span{font-size:11px}.settings-card{width:100%;max-width:100%;min-width:0;padding:18px}.profile{min-width:0;gap:11px}.profile h2{font-size:16px}.profile p{overflow-wrap:anywhere}.setting-row{width:100%;min-width:0;align-items:flex-start;flex-direction:column}.theme-picker{width:100%;max-width:100%}.theme-picker button{flex:1;min-height:40px}.landing-page{width:100%;max-width:100%;min-width:0;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:calc(82px + env(safe-area-inset-top)) 16px calc(28px + env(safe-area-inset-bottom));overflow-x:hidden}.landing-page>.logo{position:absolute;top:calc(18px + env(safe-area-inset-top));left:16px}.landing-content{width:100%;max-width:620px;min-width:0;margin:0 auto;text-align:center}.landing-content>*{max-width:100%;min-width:0}.tiny-pill{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-content h1{width:100%;max-width:100%;min-width:0;margin:0;font-size:clamp(30px,9vw,38px);line-height:1.05;overflow-wrap:anywhere}.landing-content>p{width:100%;max-width:100%;margin:10px 0 18px;font-size:14px;line-height:1.45;overflow-wrap:anywhere}.dump-composer{width:100%;max-width:100%;min-width:0;padding:13px;border-radius:20px;box-sizing:border-box}.dump-composer textarea{display:block;width:100%;max-width:100%;min-width:0;height:150px;padding:3px;font-size:14px;line-height:1.55;box-sizing:border-box}.composer-footer{width:100%;max-width:100%;min-width:0;align-items:flex-end;gap:10px}.composer-footer span{min-width:0;line-height:1.35}.composer-footer .button{flex:0 0 auto;min-height:42px;padding-inline:16px}.landing-content>.muted-link{max-width:100%;margin-top:18px;padding:8px 11px;font-size:12px}.guest-result{width:100%;max-width:100%;min-width:0;padding:22px 0 18px}.guest-result-grid{grid-template-columns:1fr}.guest-focus,.guest-result-card,.save-prompt{min-width:0;border-radius:18px}.guest-focus{padding:16px;gap:11px}.guest-focus h2{font-size:16px}.guest-result-card{padding:16px}.save-prompt{align-items:stretch;flex-direction:column;gap:14px}.save-prompt-actions{flex-direction:column}.save-prompt-actions .button{width:100%}.empty-state{min-height:180px;padding:24px 16px}.auth-page{min-height:100dvh;padding:calc(76px + env(safe-area-inset-top)) 16px calc(24px + env(safe-area-inset-bottom));place-items:start center}.back-link{top:calc(18px + env(safe-area-inset-top));left:16px}.auth-card{width:100%;max-width:390px;min-width:0;padding:22px 18px;border-radius:22px;margin:auto 0}.auth-form input{min-height:46px;font-size:14px}.auth-card>.muted-link{width:auto;max-width:100%;margin-top:16px;padding:8px 10px;font-size:12px}.inline-error{width:100%;align-items:flex-start;flex-direction:column}.gradient-blob{right:-120px;max-width:100vw;pointer-events:none}.account-actions{margin-top:18px;padding-top:15px}.account-actions .logout-button{width:auto}}@media(max-width:390px){.app-content,.landing-page{padding-left:12px;padding-right:12px}.landing-page>.logo{left:12px}.landing-content h1{font-size:clamp(28px,9.5vw,34px)}.page-header h1{font-size:23px}.card-title.hero{font-size:17px}.card{padding:14px;border-radius:18px}.icon-badge{width:40px;height:40px}.card-actions{flex-direction:column}.card-actions .button{width:100%}.theme-picker button{padding-inline:5px;font-size:9px}.mobile-nav a,.mobile-nav button{min-height:54px;font-size:9px}.processing-destinations{width:255px}.processing-thought{width:125px}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(-18px,12px) scale(1.06)}}@keyframes processing-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes processing-thought-float{0%,to{transform:translate(-50%) translateY(0) rotate(-1deg)}50%{transform:translate(-50%) translateY(-8px) rotate(1deg)}}@keyframes processing-shimmer{0%{transform:translate(-100%)}55%,to{transform:translate(100%)}}@keyframes processing-message{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes particle-one{0%,15%{opacity:0;transform:translate(0) scale(.4);left:46%;top:115px}35%{opacity:1}75%{opacity:.8;transform:translate(-82px,92px) scale(1);left:46%;top:115px}to{opacity:0;transform:translate(-82px,110px) scale(.2);left:46%;top:115px}}@keyframes particle-two{0%,18%{opacity:0;transform:translate(0) scale(.4);left:50%;top:120px}38%{opacity:1}75%{opacity:.8;transform:translateY(95px) scale(1);left:50%;top:120px}to{opacity:0;transform:translateY(112px) scale(.2);left:50%;top:120px}}@keyframes particle-three{0%,22%{opacity:0;transform:translate(0) scale(.4);left:54%;top:112px}42%{opacity:1}75%{opacity:.8;transform:translate(80px,92px) scale(1);left:54%;top:112px}to{opacity:0;transform:translate(80px,110px) scale(.2);left:54%;top:112px}}@keyframes particle-four{0%,25%{opacity:0;transform:translate(0) scale(.4);left:48%;top:125px}45%{opacity:1}75%{opacity:.7;transform:translate(-40px,102px) scale(1);left:48%;top:125px}to{opacity:0;transform:translate(-40px,120px) scale(.2);left:48%;top:125px}}@keyframes particle-five{0%,28%{opacity:0;transform:translate(0) scale(.4);left:52%;top:120px}48%{opacity:1}75%{opacity:.7;transform:translate(45px,105px) scale(1);left:52%;top:120px}to{opacity:0;transform:translate(45px,120px) scale(.2);left:52%;top:120px}}@keyframes destination-pulse{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes processing-progress{0%{transform:translate(-120px);width:35%}50%{width:55%}to{transform:translate(150px);width:35%}}:root[data-theme=dark] .processing-thought{background:#1d1d23e6;border-color:#967dff33;box-shadow:0 20px 50px #00000040,0 4px 14px #00000026}:root[data-theme=dark] .processing-thought-line{background:#beb9cd21}:root[data-theme=dark] .processing-destination-icon{background:#1d1d23d9;border-color:#beb9cd21;box-shadow:0 8px 20px #0000002e}:root[data-theme=dark] .processing-copy p{color:#f1eff5}:root[data-theme=dark] .processing-copy span{color:#8f8b9c}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.card,.landing-content,.guest-result,.auth-card,.processing,.processing-thought,.processing-thought:after,.processing-particle,.processing-destination,.processing-copy p,.processing-progress-bar{animation:none!important}.gradient-blob{animation:none!important}}.explore-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0a0a0e94;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.explore-panel{position:relative;width:min(620px,100%);max-height:calc(100vh - 48px);overflow-y:auto;padding:36px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:#1b1922;box-shadow:0 30px 80px #00000073,0 0 80px #7d5cff14;color:#fff}.explore-close{position:absolute;top:20px;right:20px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.08);border-radius:50%;background:#ffffff0a;color:#aaa;cursor:pointer;transition:background .2s ease,color .2s ease}.explore-close:hover{background:#ffffff14;color:#fff}.explore-icon{width:54px;height:54px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border-radius:18px;background:#8b75ff29;color:#9a83ff}.explore-label{display:block;margin-bottom:8px;font-size:11px;font-weight:700;letter-spacing:.14em;color:#9a83ff}.explore-title{margin:0;max-width:500px;font-size:30px;line-height:1.15;font-weight:700;letter-spacing:-.02em}.explore-description{margin:18px 0 0;max-width:520px;font-size:15px;line-height:1.65;color:#aaa6b5}.explore-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:28px}.explore-stat{padding:18px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:#ffffff06}.explore-stat-value{display:block;font-size:17px;font-weight:700;color:#fff}.explore-stat-label{display:block;margin-top:5px;font-size:12px;color:#8e8a98}.explore-divider{height:1px;margin:28px 0;background:#ffffff12}.explore-question{margin-bottom:14px;font-size:14px;font-weight:600;color:#d7d3df}.explore-actions{display:flex;flex-direction:column;gap:10px}.explore-primary,.explore-secondary,.explore-cancel{width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;border-radius:14px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:transform .15s ease,background .2s ease,border-color .2s ease}.explore-primary{gap:10px;border:none;background:#35c985;color:#07130d}.explore-primary:hover{transform:translateY(-1px);background:#42d592}.explore-primary:disabled{opacity:.65;cursor:wait}.explore-secondary{border:1px solid rgba(255,255,255,.09);background:#ffffff0a;color:#fff}.explore-secondary:hover{background:#ffffff14}.explore-cancel{min-height:40px;border:none;background:transparent;color:#85818e}.explore-cancel:hover{color:#fff}html[data-theme=light] .explore-overlay{background:#1e1c2652}html[data-theme=light] .explore-panel{border-color:#00000014;background:#fff;color:#17151c;box-shadow:0 30px 80px #0000002e,0 0 80px #7d5cff14}html[data-theme=light] .explore-close{border-color:#00000014;background:#00000008;color:#77727f}html[data-theme=light] .explore-close:hover{background:#0000000f;color:#17151c}html[data-theme=light] .explore-description{color:#77727f}html[data-theme=light] .explore-stat{border-color:#00000012;background:#fafafa}html[data-theme=light] .explore-stat-value{color:#17151c}html[data-theme=light] .explore-stat-label{color:#85818e}html[data-theme=light] .explore-divider{background:#00000012}html[data-theme=light] .explore-question{color:#393541}html[data-theme=light] .explore-secondary{border-color:#00000014;background:#fafafa;color:#17151c}html[data-theme=light] .explore-secondary:hover{background:#f3f3f3}@media(max-width:640px){.explore-overlay{align-items:flex-end;padding:0}.explore-panel{width:100%;max-height:90vh;padding:28px 22px 24px;border-radius:26px 26px 0 0}.explore-title{padding-right:30px;font-size:25px}.explore-stats{grid-template-columns:1fr}.explore-stat{padding:14px 16px}}.landing-workspace-link{position:absolute;top:26px;right:28px;width:32px;height:32px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:var(--muted);background:transparent;transition:color .18s ease,background .18s ease,transform .18s ease}.landing-workspace-link:hover{color:var(--text);background:var(--surface);transform:translateY(-1px)}.landing-workspace-link:active{transform:translateY(0)}.landing-workspace-link:focus-visible{outline:2px solid var(--purple);outline-offset:2px}
