:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f7f7f7;background:#0f1115;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100%;margin:0}body{min-height:100vh;background:radial-gradient(circle at top,rgba(77,156,255,.18),transparent 34%),linear-gradient(180deg,#13161c,#0f1115)}button{font:inherit;-webkit-tap-highlight-color:transparent}.app-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.welcome-card{width:min(100%,430px);padding:40px 28px 32px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:#171b22e6;box-shadow:0 24px 80px #00000059;text-align:center}.brand-mark{width:76px;height:76px;margin:0 auto 20px;border-radius:24px;display:grid;place-items:center;background:linear-gradient(135deg,#4d9cff,#78d4ff);color:#08111d;font-size:34px;font-weight:900}h1{margin:0;font-size:clamp(2.25rem,9vw,3.2rem);line-height:1;letter-spacing:-.05em}.tagline{margin:14px 0 0;color:#b9c2cf;font-size:1.05rem}.recall-search-form{margin-top:10px}.promise{margin:26px 0 0;font-size:1.08rem;line-height:1.65}.primary-button{width:100%;min-height:58px;margin-top:32px;border:0;border-radius:18px;background:linear-gradient(135deg,#4d9cff,#78d4ff);color:#08111d;font-weight:800;font-size:1.06rem;cursor:pointer}.primary-button:active{transform:scale(.99)}.primary-button:focus-visible{outline:3px solid rgba(120,212,255,.55);outline-offset:4px}.welcome-card>.primary-button{margin-bottom:16px}.welcome-card>.secondary-button{margin-top:0;margin-bottom:16px}.welcome-card>.secondary-button:last-child{margin-bottom:0}.welcome-card form+.secondary-button{margin-top:16px}@media(max-width:480px){.app-shell{padding:16px}.welcome-card{padding:34px 22px 26px;border-radius:24px}}.capture-shell{width:min(100%,520px);min-height:100vh;margin:0 auto;padding:20px 18px 40px}.capture-header{margin-bottom:18px}.capture-header h1{margin:4px 0 0;font-size:clamp(1.7rem,7vw,2.4rem);line-height:1.08}.app-name{margin:0;color:#78d4ff;font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.camera-card{position:relative;width:100%;min-height:420px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:#171b22;box-shadow:0 24px 70px #00000059}.camera-preview,.captured-photo{display:block;width:100%;height:420px;object-fit:cover}.camera-message{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px;background:#171b22;text-align:center}.camera-message .primary-button{max-width:280px}.camera-controls{padding-top:24px;text-align:center}.camera-controls>p{margin:10px 0 0;color:#9ba6b4}.shutter-button{width:84px;height:84px;padding:6px;border:3px solid #f7f7f7;border-radius:50%;background:transparent;cursor:pointer}.shutter-button span{display:block;width:100%;height:100%;border-radius:50%;background:#f7f7f7}.shutter-button:active:not(:disabled){transform:scale(.94)}.shutter-button:disabled{opacity:.35;cursor:not-allowed}.secondary-button{width:100%;min-height:54px;margin-bottom:12px;border:1px solid rgba(255,255,255,.14);border-radius:18px;background:#ffffff0f;color:#f7f7f7;font-weight:750;cursor:pointer}@media(max-width:480px){.capture-shell{padding:16px 14px 32px}.camera-card{min-height:360px}.camera-preview,.captured-photo{height:360px}}.auth-shell{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px}.auth-card{width:min(100%,430px);padding:36px 28px 30px;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:#171b22eb;box-shadow:0 24px 80px #00000059}.auth-logo{display:block;width:112px;height:112px;margin:0 auto 16px;object-fit:contain;border-radius:18px}.auth-card .brand-mark{margin-bottom:18px}.auth-card>h1,.auth-card>.tagline{text-align:center}.auth-card h2{margin:30px 0 20px;font-size:1.35rem}.auth-form{display:flex;flex-direction:column;gap:10px}.auth-form label{margin-top:6px;color:#dce3ec;font-size:.92rem;font-weight:700}.auth-form input{width:100%;min-height:52px;padding:0 16px;border:1px solid rgba(255,255,255,.14);border-radius:15px;outline:none;background:#ffffff0f;color:#f7f7f7;font:inherit}.auth-form input::placeholder{color:#7f8a98}.auth-form input:focus{border-color:#78d4ff;box-shadow:0 0 0 3px #78d4ff1f}.auth-form .primary-button{margin-top:18px}.auth-form .primary-button:disabled,.auth-switch:disabled{opacity:.6;cursor:not-allowed}.auth-message{margin:18px 0 0;padding:12px 14px;border-radius:14px;background:#ffffff0f;color:#dce3ec;font-size:.92rem;line-height:1.5}.auth-switch{width:100%;margin-top:20px;padding:8px;border:0;background:transparent;color:#78d4ff;font:inherit;font-weight:700;cursor:pointer}.auth-switch:hover{text-decoration:underline}.auth-switch:focus-visible{outline:2px solid #78d4ff;outline-offset:3px;border-radius:8px}@media(max-width:480px){.auth-shell{padding:16px}.auth-card{padding:30px 22px 26px;border-radius:24px}}.voice-recorder{width:100%}.voice-recorder .primary-button{margin-top:0}.recording-button{animation:recording-pulse 1.4s ease-in-out infinite}.voice-message{margin:12px 0 0;color:#b9c2cf;font-size:.95rem;line-height:1.5;text-align:center}@keyframes recording-pulse{0%,to{opacity:1}50%{opacity:.72}}@media(prefers-reduced-motion:reduce){.recording-button{animation:none}}.camera-back-button{width:auto;min-width:120px;margin:22px auto 0;padding:10px 22px;font-size:.95rem}.stashes-shell{width:min(100%,960px);min-height:100vh;margin:0 auto;padding:28px 20px 48px}.stashes-header{max-width:520px;margin:0 auto 30px;text-align:center}.stashes-header .brand-mark{width:64px;height:64px;margin-bottom:16px;border-radius:20px;font-size:29px}.stashes-header h1{margin-top:8px;font-size:clamp(2rem,8vw,3rem)}.stashes-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.stash-card{overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#171b22eb;box-shadow:0 14px 40px #00000047}.stash-card-button{display:block;width:100%;padding:0;color:inherit;text-align:left;cursor:pointer;appearance:none;-webkit-appearance:none;transition:transform .15s ease,border-color .15s ease,box-shadow .15s ease}.stash-card-button:active{transform:scale(.985)}.stash-card-button:focus-visible{outline:3px solid rgba(120,212,255,.6);outline-offset:3px}@media(hover:hover){.stash-card-button:hover{border-color:#78d4ff66;box-shadow:0 18px 48px #00000057;transform:translateY(-2px)}}.stash-thumbnail{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;background:#171b22}.stash-photo-missing{display:grid;width:100%;aspect-ratio:1 / 1;place-items:center;padding:16px;background:#171b22;color:#9ba6b4;font-size:.9rem;text-align:center}.stash-card-info{padding:14px}.stash-card-title{display:-webkit-box;margin:0;overflow:hidden;color:#f7f7f7;font-size:.94rem;font-weight:700;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:3}.stash-card-location{margin:9px 0 0;color:#78d4ff;font-size:.86rem;font-weight:700;line-height:1.4}.stash-card-date{margin:8px 0 0;color:#8f9aa8;font-size:.78rem;line-height:1.4}.stashes-back-button{display:block;width:min(100%,320px);margin:28px auto 0}.stash-details-card{width:min(100%,560px);margin:0 auto;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:28px;background:#171b22f0;box-shadow:0 24px 70px #00000059}.stash-details-photo{display:block;width:auto;max-width:100%;height:auto;max-height:520px;margin:0 auto;object-fit:contain;background:#0b0d11}.stash-details-card .stash-photo-missing{aspect-ratio:4 / 3}.stash-details-info{padding:24px}.stash-details-info h2{margin:0 0 20px;color:#f7f7f7;font-size:clamp(1.25rem,5vw,1.65rem);line-height:1.35}.stash-details-info p{margin:12px 0 0;color:#c8d0db;font-size:1rem;line-height:1.6}.stash-details-info strong{color:#f7f7f7}@media(min-width:700px){.stashes-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}@media(max-width:480px){.stashes-shell{padding:20px 12px 36px}.stashes-header{margin-bottom:22px}.stashes-grid{gap:10px}.stash-card{border-radius:17px}.stash-card-info{padding:11px}.stash-card-title{font-size:.86rem;-webkit-line-clamp:2}.stash-card-location{font-size:.8rem}.stash-card-date{font-size:.72rem}.stash-details-card{width:100%;border-radius:22px}.stash-details-photo{width:auto;max-width:100%;height:auto;max-height:55vh;margin:0 auto;object-fit:contain}.stash-details-info{padding:20px 18px}}.landing-page{min-height:100vh;width:100%;background:radial-gradient(circle at 50% 0%,rgba(80,110,255,.12),transparent 32rem),#080a0f;color:#f7f8fb}.landing-header{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:24px 0;display:flex;align-items:center;justify-content:space-between;gap:24px}.landing-brand{display:flex;align-items:center;gap:12px;font-size:1.05rem;font-weight:800;letter-spacing:-.02em}.landing-brand .brand-mark{flex:0 0 auto}.landing-logo{display:block;width:144px;height:144px;object-fit:contain;border-radius:18px}.landing-sign-in{appearance:none;border:1px solid rgba(255,255,255,.18);background:#ffffff0d;color:#fff;padding:10px 18px;border-radius:999px;font:inherit;font-weight:700;cursor:pointer;transition:transform .16s ease,background .16s ease,border-color .16s ease}.landing-sign-in:hover{transform:translateY(-1px);background:#ffffff1a;border-color:#ffffff4d}.landing-hero{width:min(1180px,calc(100% - 40px));min-height:620px;margin:0 auto;padding:70px 0 100px;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:center;gap:80px}.landing-hero-content{max-width:720px}.landing-eyebrow{margin:0 0 18px;font-size:.78rem;line-height:1.4;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:#9eaefc}.landing-hero h1{margin:0;max-width:760px;font-size:clamp(3rem,7vw,5.6rem);line-height:.98;letter-spacing:-.055em;color:#fff}.landing-hero-text{max-width:650px;margin:28px 0 0;font-size:clamp(1.08rem,2vw,1.28rem);line-height:1.7;color:#b9bfcc}.landing-actions{margin-top:36px;display:flex;flex-wrap:wrap;align-items:center;gap:14px}.landing-primary,.landing-secondary{width:auto;min-width:150px;margin:0;padding-left:24px;padding-right:24px}.landing-demo-card{width:min(100%,340px);justify-self:end;padding:38px 32px;border:1px solid rgba(255,255,255,.12);border-radius:30px;background:linear-gradient(145deg,#ffffff17,#ffffff06);box-shadow:0 30px 80px #00000052,inset 0 1px #ffffff14;text-align:center}.landing-demo-icon{width:74px;height:74px;margin:0 auto;display:grid;place-items:center;border-radius:22px;background:#748bff1f;border:1px solid rgba(139,158,255,.18);font-size:2rem}.landing-demo-label{margin:12px 0 0;font-size:.76rem;font-weight:900;letter-spacing:.16em;color:#fff}.landing-demo-arrow{margin:15px 0;color:#727b90;font-size:1.2rem}.landing-section,.landing-benefits{padding:110px 20px}.landing-section{background:#0d1017;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.landing-section-heading{width:min(760px,100%);margin:0 auto 54px;text-align:center}.landing-section-heading h2{margin:0;font-size:clamp(2rem,5vw,3.5rem);line-height:1.08;letter-spacing:-.04em;color:#fff}.landing-section-heading>p:last-child{margin:20px auto 0;max-width:660px;font-size:1.05rem;line-height:1.7;color:#aeb5c3}.landing-steps{width:min(1120px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.landing-feature-card{min-height:260px;padding:30px;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:#ffffff09}.landing-step-number{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#6f86ff24;color:#aebaff;font-weight:900}.landing-feature-card h3,.landing-benefit-grid h3{margin:24px 0 10px;color:#fff;font-size:1.2rem}.landing-feature-card p,.landing-benefit-grid p{margin:0;color:#aeb5c3;line-height:1.7}.landing-benefits{background:#080a0f}.landing-benefit-grid{width:min(1000px,100%);margin:0 auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.landing-benefit-grid article{padding:28px;border-radius:22px;background:#10131b;border:1px solid rgba(255,255,255,.07)}.landing-benefit-grid article>span{font-size:1.7rem}.landing-benefit-grid h3{margin-top:18px}.landing-cta{padding:110px 20px;background:radial-gradient(circle at 50% 50%,rgba(92,117,255,.16),transparent 34rem),#0d1017;border-top:1px solid rgba(255,255,255,.06);text-align:center}.landing-cta>div{width:min(720px,100%);margin:0 auto}.landing-cta h2{margin:0;color:#fff;font-size:clamp(2.2rem,5vw,3.8rem);line-height:1.05;letter-spacing:-.045em}.landing-cta p:not(.landing-eyebrow){margin:22px auto 30px;max-width:580px;color:#b3bac8;font-size:1.08rem;line-height:1.7}.landing-footer{padding:36px 20px 42px;background:#080a0f;border-top:1px solid rgba(255,255,255,.06);text-align:center}.landing-footer strong{color:#fff;font-size:1rem}.landing-footer p{margin:7px 0 0;color:#747c8d;font-size:.86rem}@media(max-width:820px){.landing-header{width:min(100% - 28px,1180px);padding-top:18px}.landing-hero{width:min(100% - 32px,1180px);min-height:auto;padding:60px 0 80px;grid-template-columns:1fr;gap:54px;text-align:center}.landing-hero-content{margin:0 auto}.landing-hero h1{font-size:clamp(2.8rem,12vw,4.6rem)}.landing-hero-text{margin-left:auto;margin-right:auto}.landing-actions{justify-content:center}.landing-demo-card{justify-self:center}.landing-steps{grid-template-columns:1fr}}@media(max-width:600px){.landing-header{width:calc(100% - 28px)}.landing-brand{font-size:.95rem}.landing-brand .brand-mark{width:42px;height:42px}.landing-sign-in{padding:9px 14px;font-size:.86rem}.landing-hero{padding-top:42px;padding-bottom:70px}.landing-hero h1{font-size:clamp(2.65rem,14vw,3.8rem)}.landing-actions{flex-direction:column}.landing-primary,.landing-secondary{width:100%}.landing-demo-card{width:100%;max-width:320px;padding:32px 24px}.landing-section,.landing-benefits,.landing-cta{padding:78px 18px}.landing-section-heading{margin-bottom:38px}.landing-benefit-grid{grid-template-columns:1fr}.landing-feature-card,.landing-benefit-grid article{padding:24px}}.landing-product-demo{display:flex;align-items:center;justify-content:center;width:100%}.demo-phone{position:relative;width:min(100%,390px);height:500px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:32px;background:radial-gradient(circle at top,rgba(78,142,247,.12),transparent 42%),#14181ff5;box-shadow:0 30px 80px #00000061,inset 0 1px #ffffff0a}.demo-phone-top{display:flex;align-items:center;justify-content:space-between;height:66px;padding:0 24px;border-bottom:1px solid rgba(255,255,255,.07);color:#fff;font-size:15px;font-weight:700;letter-spacing:.02em}.demo-live-dot{width:9px;height:9px;border-radius:50%;background:#4e8ef7;box-shadow:0 0 14px #4e8ef7cc;animation:demoPulse 2s ease-in-out infinite}.demo-stage{position:relative;height:380px;overflow:hidden}.demo-scene{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;text-align:center;opacity:0;transform:translateY(18px) scale(.98)}.demo-scene p{margin:18px 0 0;color:#ffffffb8;font-size:17px;line-height:1.55}.demo-step-label{position:absolute;top:28px;left:50%;transform:translate(-50%);color:#79aaff;font-size:12px;font-weight:800;letter-spacing:.18em;white-space:nowrap}.demo-object,.demo-microphone{display:grid;place-items:center;width:132px;height:132px;border:1px solid rgba(78,142,247,.22);border-radius:30px;background:#4e8ef714;font-size:66px;box-shadow:0 18px 50px #00000038}.demo-microphone{animation:demoMicPulse 1.2s ease-in-out infinite}.demo-success{display:grid;place-items:center;width:118px;height:118px;border:2px solid rgba(72,211,138,.5);border-radius:50%;background:#48d38a1a;color:#48d38a;font-size:58px;font-weight:800;box-shadow:0 0 42px #48d38a1f}.demo-search{width:100%;padding:15px 18px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:#ffffff0d;color:#ffffffd1;font-size:15px;text-align:left}.demo-result{display:flex;align-items:center;gap:16px;width:100%;margin-top:18px;padding:18px;border:1px solid rgba(78,142,247,.22);border-radius:18px;background:#4e8ef714;text-align:left;box-shadow:0 18px 45px #0000002e}.demo-result>span{display:grid;place-items:center;flex:0 0 54px;width:54px;height:54px;border-radius:14px;background:#ffffff0f;font-size:30px}.demo-result strong{color:#fff;font-size:16px}.demo-result p{margin:4px 0 0;color:#ffffff9e;font-size:14px}.demo-progress{display:flex;justify-content:center;gap:8px;height:54px;padding-top:13px}.demo-progress span{width:28px;height:4px;overflow:hidden;border-radius:999px;background:#ffffff1a}.demo-progress span:after{display:block;width:100%;height:100%;border-radius:inherit;background:#4e8ef7;content:"";transform:scaleX(0);transform-origin:left}.demo-scene-snap{animation:demoSceneOne 12s ease-in-out infinite}.demo-scene-say{animation:demoSceneTwo 12s ease-in-out infinite}.demo-scene-stash{animation:demoSceneThree 12s ease-in-out infinite}.demo-scene-find{animation:demoSceneFour 12s ease-in-out infinite}.demo-progress span:nth-child(1):after{animation:demoProgressOne 12s linear infinite}.demo-progress span:nth-child(2):after{animation:demoProgressTwo 12s linear infinite}.demo-progress span:nth-child(3):after{animation:demoProgressThree 12s linear infinite}.demo-progress span:nth-child(4):after{animation:demoProgressFour 12s linear infinite}@keyframes demoSceneOne{0%,2%{opacity:0;transform:translateY(18px) scale(.98)}5%,20%{opacity:1;transform:translateY(0) scale(1)}24%,to{opacity:0;transform:translateY(-12px) scale(.98)}}@keyframes demoSceneTwo{0%,24%{opacity:0;transform:translateY(18px) scale(.98)}29%,45%{opacity:1;transform:translateY(0) scale(1)}49%,to{opacity:0;transform:translateY(-12px) scale(.98)}}@keyframes demoSceneThree{0%,49%{opacity:0;transform:translateY(18px) scale(.98)}54%,70%{opacity:1;transform:translateY(0) scale(1)}74%,to{opacity:0;transform:translateY(-12px) scale(.98)}}@keyframes demoSceneFour{0%,74%{opacity:0;transform:translateY(18px) scale(.98)}79%,95%{opacity:1;transform:translateY(0) scale(1)}99%,to{opacity:0;transform:translateY(-12px) scale(.98)}}@keyframes demoProgressOne{0%{transform:scaleX(0)}24%{transform:scaleX(1)}24.01%,to{transform:scaleX(0)}}@keyframes demoProgressTwo{0%,25%{transform:scaleX(0)}49%{transform:scaleX(1)}49.01%,to{transform:scaleX(0)}}@keyframes demoProgressThree{0%,50%{transform:scaleX(0)}74%{transform:scaleX(1)}74.01%,to{transform:scaleX(0)}}@keyframes demoProgressFour{0%,75%{transform:scaleX(0)}99%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes demoPulse{0%,to{opacity:.55;transform:scale(.9)}50%{opacity:1;transform:scale(1.15)}}@keyframes demoMicPulse{0%,to{transform:scale(1);box-shadow:0 18px 50px #00000038}50%{transform:scale(1.05);box-shadow:0 18px 50px #00000038,0 0 35px #4e8ef733}}@media(max-width:820px){.landing-product-demo{margin-top:18px}.demo-phone{width:min(100%,390px)}}@media(max-width:600px){.demo-phone{height:460px;border-radius:26px}.demo-stage{height:340px}.demo-object,.demo-microphone{width:112px;height:112px;font-size:56px}}@media(prefers-reduced-motion:reduce){.demo-live-dot,.demo-microphone,.demo-progress span:after{animation:none}.demo-scene{display:none;animation:none}.demo-scene-find{display:flex;opacity:1;transform:none}}
