:root{--primary: #6366f1;--primary-dark: #4f46e5;--secondary: #ec4899;--text: #1f2937;--text-light: #6b7280;--bg: #faf9f6;--white: #ffffff;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}.navbar{background:var(--white);box-shadow:var(--shadow);position:sticky;top:0;z-index:100}section[id]{scroll-margin-top:80px}.navbar-container{max-width:1200px;margin:0 auto;padding:1rem .5rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:var(--primary);text-decoration:none;display:flex;align-items:center;gap:.5rem}.logo-icon{width:32px;height:32px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:var(--text);text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--primary)}.nav-admin{background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:6px;text-decoration:none;font-weight:500;transition:background .2s}.nav-admin:hover{background:var(--primary-dark)}.hero{background:linear-gradient(135deg,var(--primary) 0%,var(--secondary) 100%);color:#fff;padding:6rem 1rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:3rem;margin-bottom:1rem;font-weight:800}.hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:1.5rem}.hero-slogan{font-size:1.5rem;font-weight:600;opacity:1;margin-bottom:2rem;color:#fef3c7;text-shadow:0 2px 4px rgba(0,0,0,.1)}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:.875rem 2rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .2s;border:none;cursor:pointer;font-size:1rem}.btn-primary{background:var(--white);color:var(--primary)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary)}.features{padding:5rem 1rem;max-width:1200px;margin:0 auto}.features h2{text-align:center;font-size:2rem;margin-bottom:3rem;color:var(--text)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.feature-card{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.feature-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem;color:var(--text)}.feature-card p{color:var(--text-light)}.waitlist{background:var(--white);padding:5rem 1rem}.waitlist-content{max-width:600px;margin:0 auto;text-align:center}.waitlist h2{font-size:2rem;margin-bottom:1rem}.waitlist p{color:var(--text-light);margin-bottom:2rem}.waitlist-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.form-group label{font-weight:500;color:var(--text)}.form-group input,.form-group textarea,.form-group select{padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:border-color .2s;width:100%}.form-group select{height:48px;cursor:pointer;background-color:#fff;padding-right:2.5rem}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #6366f11a}.waitlist-form .btn{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;width:100%}.waitlist-form .btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-lg)}.waitlist-success{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-top:1rem}.news{padding:5rem 1rem;max-width:1200px;margin:0 auto}.news h2{text-align:center;font-size:2rem;margin-bottom:3rem}.news-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem}.news-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow);transition:transform .2s,box-shadow .2s}.news-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.news-image{width:100%;height:180px;background:linear-gradient(135deg,var(--primary),var(--secondary));display:flex;align-items:center;justify-content:center;font-size:3rem;color:#fff}.news-content{padding:1.5rem}.news-date{font-size:.875rem;color:var(--text-light);margin-bottom:.5rem}.news-card h3{font-size:1.25rem;margin-bottom:.75rem;color:var(--text)}.news-card p{color:var(--text-light);font-size:.95rem}.news-tag{display:inline-block;background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:4px;font-size:.75rem;margin-bottom:.5rem}.admin{padding:3rem 1rem;max-width:1000px;margin:0 auto}.admin h2{text-align:center;font-size:2rem;margin-bottom:2rem}.admin-login{max-width:400px;margin:0 auto;background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow)}.admin-form{display:flex;flex-direction:column;gap:1rem}.admin .btn-secondary{background:#f3f4f6;color:var(--text);border:1px solid #d1d5db}.admin .btn-secondary:hover:not(:disabled){background:#e5e7eb;color:var(--text);transform:none;box-shadow:none}.admin .btn-secondary:disabled{background:#f9fafb;color:#9ca3af;border-color:#e5e7eb;cursor:not-allowed}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-header h2{text-align:left;margin-bottom:0}.news-editor{background:var(--white);padding:2rem;border-radius:12px;box-shadow:var(--shadow);margin-bottom:2rem}.news-list{display:flex;flex-direction:column;gap:1rem}.news-item{background:var(--white);padding:1.5rem;border-radius:12px;box-shadow:var(--shadow);display:flex;justify-content:space-between;align-items:center}.news-item-info h4{font-size:1.1rem;margin-bottom:.25rem}.news-item-info span{color:var(--text-light);font-size:.875rem}.news-actions{display:flex;gap:.5rem}.admin-subtabs{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.admin-subtab{border:1px solid #dbe2ea;background:#f8fafc;color:var(--text);border-radius:999px;padding:.65rem 1rem;font-size:.95rem;cursor:pointer;transition:all .2s ease}.admin-subtab.is-active{background:#6366f11f;color:var(--primary-dark);border-color:#6366f147}.admin-diary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.admin-diary-grid.single{grid-template-columns:minmax(0,1fr)}.admin-diary-card{background:var(--white);color:var(--text);border-radius:16px;box-shadow:var(--shadow);padding:1.25rem}.admin-diary-card h3{margin-bottom:1rem;color:var(--text)}.admin-diary-alert{margin-bottom:1rem;padding:.85rem 1rem;border-radius:12px;font-size:.95rem}.admin-diary-alert.success{background:#ecfdf5;color:#047857}.admin-diary-alert.error{background:#fef2f2;color:#b91c1c}.admin-diary-form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.admin-diary-select,.admin-diary-textarea{width:100%;background:var(--white);color:var(--text);border:1px solid #d1d5db;border-radius:10px}.admin-diary-textarea{min-height:220px;resize:vertical}.admin-diary-textarea-lg{min-height:360px}.admin-diary-output{display:flex;flex-direction:column;gap:.9rem;color:var(--text)}.admin-diary-result-block{white-space:pre-wrap;background:#f8fafc;color:var(--text);border:1px solid #e5e7eb;border-radius:12px;padding:1rem;line-height:1.7}.admin-diary-meta{color:var(--text-light);font-size:.92rem}.admin-diary-meta strong{color:var(--text);margin-right:.35rem}.admin-diary-tags{display:flex;flex-wrap:wrap;gap:.5rem}.admin-diary-badge{display:inline-flex;align-items:center;padding:.35rem .7rem;border-radius:999px;background:#ede9fe;color:#5b21b6;font-size:.85rem}.admin-diary-badge.muted{background:#f3f4f6;color:#4b5563}.admin-diary-actions{display:flex;gap:.75rem;flex-wrap:wrap}.admin-diary-details{border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;overflow:hidden}.admin-diary-details summary{cursor:pointer;padding:.9rem 1rem;color:var(--text);font-weight:600}.admin-diary-details pre{margin:0;padding:0 1rem 1rem;white-space:pre-wrap;word-break:break-word;color:var(--text);background:transparent;font-size:.9rem;line-height:1.55}.btn-sm{padding:.5rem 1rem;font-size:.875rem;border-radius:6px;border:none;cursor:pointer;transition:all .2s}.btn-edit{background:var(--primary);color:#fff}.btn-delete{background:#ef4444;color:#fff}.footer{background:var(--text);color:#fff;padding:3rem 1rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1.5rem;flex-wrap:wrap}.footer-links a{color:#fffc;text-decoration:none}.footer-links a:hover{color:#fff}.footer-copy{color:#fff9;font-size:.875rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:var(--white);border-radius:12px;padding:2rem;max-width:600px;width:90%;max-height:90vh;overflow-y:auto}.modal h3{font-size:1.5rem;margin-bottom:1.5rem}.download-section{padding:5rem 1rem;max-width:800px;margin:0 auto}.download-section h2{text-align:center;font-size:2rem;margin-bottom:1rem;color:var(--text)}.download-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.download-btn{display:flex;align-items:center;gap:1rem;padding:1.25rem 2rem;border-radius:16px;text-decoration:none;transition:all .2s;min-width:260px;box-shadow:var(--shadow)}.download-btn:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.download-btn-android{background:linear-gradient(135deg,#3ddc84,#00b86b);color:#fff}.download-btn-ios{background:linear-gradient(135deg,#1c1c1e,#3a3a3c);color:#fff}.download-btn-icon{font-size:2.5rem;line-height:1}.download-btn-text{display:flex;flex-direction:column;gap:.2rem}.download-btn-label{font-size:1.1rem;font-weight:700}.download-btn-hint{font-size:.8rem;opacity:.8}.loading{display:flex;justify-content:center;padding:3rem}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{text-align:center;padding:3rem;color:var(--text-light)}@media (max-width: 900px){.admin-diary-grid,.admin-diary-form-row{grid-template-columns:minmax(0,1fr)}}.stories-section{padding:4rem 1rem;max-width:1200px;margin:0 auto;position:relative}.stories-carousel-wrapper{position:relative;padding:0 3rem}.story-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:44px;height:44px;border-radius:50%;border:none;background:var(--white);box-shadow:var(--shadow-lg);color:var(--primary);font-size:1.8rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1}.story-nav:hover{background:var(--primary);color:#fff;transform:translateY(-50%) scale(1.1)}.story-nav-prev{left:.5rem}.story-nav-next{right:.5rem}.stories-carousel{position:relative;overflow:hidden;border-radius:20px;box-shadow:var(--shadow-lg);background:var(--white);min-height:520px}.story-card{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;pointer-events:none}.story-card.story-active{position:relative;opacity:1;pointer-events:auto}.story-layout{display:flex;min-height:520px}.story-text-panel{flex:1;padding:2.5rem;display:flex;flex-direction:column;justify-content:center;gap:1rem}.story-badge{display:inline-block;background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;padding:.3rem .9rem;border-radius:20px;font-size:.8rem;font-weight:600;align-self:flex-start;letter-spacing:.5px}.story-title{font-size:1.6rem;font-weight:800;color:var(--text);line-height:1.3}.story-scene{font-size:.95rem;color:var(--primary);font-weight:600;background:#eef2ff;display:inline-block;padding:.3rem .8rem;border-radius:6px;align-self:flex-start}.story-dialogue{font-size:1rem;color:var(--text);line-height:1.8;flex:1}.story-highlight{display:flex;gap:.5rem;background:linear-gradient(135deg,#fef3c7,#fde68a);padding:.8rem 1rem;border-radius:10px;font-size:.9rem;font-weight:600;color:#92400e;line-height:1.5;border-left:4px solid #f59e0b}.story-highlight-icon{font-size:1.1rem;flex-shrink:0}.story-counter{font-size:.85rem;color:var(--text-light);font-weight:500}.story-img-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(135deg,#f0f4ff,#faf5ff);position:relative;overflow:hidden}.story-img-panel:before{content:"";position:absolute;top:-20%;right:-20%;width:60%;height:60%;background:radial-gradient(circle,rgba(99,102,241,.06) 0%,transparent 70%);border-radius:50%}.story-img-panel:after{content:"";position:absolute;bottom:-10%;left:-10%;width:40%;height:40%;background:radial-gradient(circle,rgba(236,72,153,.05) 0%,transparent 70%);border-radius:50%}.story-img-frame{position:relative;width:100%;max-width:420px;border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000001f,0 0 0 1px #0000000a;z-index:1}.story-img{display:block;width:100%;height:auto;aspect-ratio:1328 / 2379;object-fit:cover}.story-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.5rem;flex-wrap:wrap}.story-dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--primary);background:transparent;cursor:pointer;transition:all .3s;padding:0}.story-dot.dot-active{background:var(--primary);transform:scale(1.2)}.story-dot:hover{background:var(--primary);opacity:.6}.nav-download-btn{background:linear-gradient(135deg,var(--primary),var(--secondary))!important;color:#fff!important;padding:.4rem 1rem!important;border-radius:6px!important;font-weight:700!important;box-shadow:0 2px 8px #6366f14d;transition:all .2s!important}.nav-download-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f166!important}@media (max-width: 768px){.story-layout{flex-direction:column}.story-text-panel{padding:1.5rem}.story-img-panel{padding:1rem}.story-img-frame{max-width:300px}.stories-carousel-wrapper{padding:0 2rem}.story-nav{width:36px;height:36px;font-size:1.4rem}.story-title{font-size:1.3rem}.story-dialogue{font-size:.9rem}}@media (max-width: 768px){.navbar-container{flex-direction:column;gap:1rem}.nav-links{gap:1rem;font-size:.9rem}.hero h1{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-cta{flex-direction:column;align-items:center}.features,.waitlist,.news,.admin{padding:3rem 1rem}.news-item{flex-direction:column;gap:1rem;align-items:flex-start}}.app-portal{background:radial-gradient(circle at top left,rgba(255,238,246,.95),transparent 32%),radial-gradient(circle at top right,rgba(224,231,255,.9),transparent 30%),linear-gradient(180deg,#fffefc,#fff9fb 45%,#f8f8ff)}.main-content-portal{padding-bottom:0}.portal-section{width:min(1180px,calc(100% - 32px));margin:0 auto}.portal-eyebrow{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border-radius:999px;background:#9b5de51a;color:#9b5de5;font-size:12px;font-weight:900;letter-spacing:.25em;text-transform:uppercase}.portal-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:52px;padding:.95rem 1.4rem;border-radius:999px;text-decoration:none;font-weight:700;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;border:none;cursor:pointer}.portal-btn:hover{transform:translateY(-2px)}.portal-btn-primary{background:linear-gradient(135deg,#7c3aed,#ec4899);color:#fff;box-shadow:0 18px 38px #7c3aed38}.portal-btn-secondary{background:#ffffffb8;color:var(--text);border:1px solid rgba(99,102,241,.14);box-shadow:0 12px 30px #0f172a14}.portal-navbar{position:sticky;top:0;z-index:120;padding:1rem 0 0}.portal-navbar-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1.1rem;border-radius:24px;background:#ffffffc7;border:1px solid rgba(255,255,255,.85);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);box-shadow:0 18px 38px #0f172a14}.portal-logo{display:flex;align-items:center;gap:.85rem;text-decoration:none;color:inherit}.portal-logo-icon{width:44px;height:44px;border-radius:14px;object-fit:cover;box-shadow:0 10px 22px #7c3aed2e}.portal-logo-copy{display:flex;flex-direction:column;gap:.15rem}.portal-logo-title{font-size:1.1rem;font-weight:800;color:#111827}.portal-logo-subtitle{font-size:.8rem;color:#6b7280}.portal-lang-switch{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem;border-radius:999px;background:#f3f4f6}.portal-lang-btn{border:none;background:transparent;color:#6b7280;border-radius:999px;padding:.45rem .7rem;font-size:.85rem;font-weight:700;cursor:pointer}.portal-lang-btn.is-active{background:#fff;color:#111827;box-shadow:0 4px 10px #0f172a14}.portal-hero{padding:3rem 0 2rem}.portal-hero-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr);gap:2.5rem;align-items:center}.portal-hero-copy{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.portal-hero-copy h1{font-size:clamp(3rem,7vw,5.25rem);line-height:.95;letter-spacing:-.04em;color:#111827}.portal-hero-subtitle{font-size:1.1rem;line-height:1.85;color:#4b5563;max-width:640px}.portal-hero-slogan{font-size:1.55rem;font-weight:800;color:#7c3aed}.portal-hero-note{max-width:620px;color:#6b7280;line-height:1.8}.portal-hero-actions{display:flex;gap:.9rem;flex-wrap:wrap}.portal-hero-pills{display:flex;gap:.75rem;flex-wrap:wrap}.portal-hero-pills span{padding:.6rem .9rem;border-radius:999px;background:#ffffffbf;border:1px solid rgba(99,102,241,.12);color:#4b5563;font-weight:600}.portal-hero-visual{position:relative}.portal-hero-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.portal-hero-shot{display:flex;flex-direction:column;gap:.6rem;padding:.8rem;border-radius:28px;background:#ffffffd1;border:1px solid rgba(255,255,255,.95);box-shadow:0 20px 42px #0f172a14}.portal-hero-shot.is-large{grid-column:span 2}.portal-hero-shot-image{width:100%;height:100%;min-height:210px;object-fit:cover;border-radius:22px;background:linear-gradient(180deg,#f5f3ff,#fff1f6)}.portal-hero-shot.is-large .portal-hero-shot-image{min-height:320px}.portal-hero-shot figcaption{color:#6b7280;font-size:.92rem;font-weight:700}.portal-hero-summary{margin-top:1rem;padding:1.2rem 1.3rem;border-radius:24px;background:#ffffffd1;border:1px solid rgba(255,255,255,.95);box-shadow:0 16px 32px #0f172a14}.portal-hero-summary p{margin-bottom:.8rem;font-weight:800;color:#111827}.portal-hero-summary ul{list-style:none;display:grid;gap:.75rem}.portal-hero-summary li{position:relative;padding-left:1.2rem;color:#4b5563;line-height:1.7}.portal-hero-summary li:before{content:"";position:absolute;left:0;top:.72rem;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#7c3aed,#ec4899)}.portal-intro-section{padding:1rem 0 4.5rem}.portal-intro-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:1.25rem;align-items:start}.portal-intro-copy,.portal-intro-side{padding:1.5rem;border-radius:30px;background:#fffc;border:1px solid rgba(255,255,255,.95);box-shadow:0 20px 42px #0f172a0f}.portal-intro-body{display:grid;gap:.95rem}.portal-intro-body p{color:#4b5563;line-height:1.9}.portal-intro-side{display:grid;gap:1rem;position:sticky;top:104px}.portal-intro-chip-list{display:flex;gap:.7rem;flex-wrap:wrap}.portal-intro-chip-list span{padding:.65rem .9rem;border-radius:999px;background:linear-gradient(135deg,#7c3aed1f,#ec48991f);color:#7c3aed;font-weight:700}.portal-intro-quote{padding:1.1rem 1.15rem;border-radius:24px;background:linear-gradient(135deg,#fff7ed,#fff1f2);border:1px solid rgba(244,114,182,.16)}.portal-intro-quote strong{display:block;margin-bottom:.45rem;color:#9d174d}.portal-intro-quote p{color:#6b7280;line-height:1.8}.portal-trust-band{padding:.5rem 0 1.5rem}.portal-trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.portal-trust-item{padding:1.15rem 1.25rem;border-radius:24px;background:#ffffffc2;border:1px solid rgba(255,255,255,.95);box-shadow:0 16px 34px #0f172a0d;display:flex;flex-direction:column;gap:.4rem}.portal-trust-item strong{color:#111827}.portal-trust-item span{color:#6b7280}.portal-story-placeholder,.portal-feature-showcase,.portal-emotion-section,.portal-download-section,.portal-news-page,.portal-waitlist-page{padding:4.5rem 0}.portal-section-heading{max-width:720px;margin-bottom:2rem}.portal-section-heading h1,.portal-section-heading h2{margin-top:1rem;font-size:clamp(2rem,5vw,3.35rem);line-height:1.08;color:#111827}.portal-section-heading p{margin-top:.9rem;color:#6b7280;line-height:1.8}.portal-placeholder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.portal-placeholder-card{display:flex;flex-direction:column;border-radius:28px;overflow:hidden;background:#ffffffd6;border:1px solid rgba(255,255,255,.95);box-shadow:0 20px 44px #0f172a12}.portal-placeholder-visual{min-height:220px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.95),transparent 28%),linear-gradient(135deg,#ede9fe,#fdf2f8 52%,#e0f2fe);color:#4f46e57a;font-size:4rem;font-weight:800}.portal-placeholder-copy{padding:1.5rem;display:flex;flex-direction:column;gap:.9rem}.portal-placeholder-badge{align-self:flex-start;padding:.4rem .8rem;border-radius:999px;background:#6366f11a;color:#4f46e5;font-size:.8rem;font-weight:700}.portal-placeholder-copy h3{font-size:1.35rem;color:#111827}.portal-placeholder-copy p{color:#6b7280;line-height:1.75}.portal-placeholder-btn{width:fit-content;padding:.7rem 1rem;border-radius:999px;border:1px dashed rgba(99,102,241,.28);background:transparent;color:#6b7280;font-weight:700}.portal-story-shell{display:grid;grid-template-columns:minmax(280px,320px) minmax(0,1fr);gap:1.25rem;align-items:start}.portal-story-nav{display:grid;gap:.75rem;position:sticky;top:104px}.portal-story-nav-item{display:flex;gap:.9rem;width:100%;padding:1rem;border:1px solid rgba(255,255,255,.95);border-radius:22px;background:#ffffffc2;box-shadow:0 14px 34px #0f172a0f;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.portal-story-nav-item:hover,.portal-story-nav-item.is-active{transform:translateY(-2px);box-shadow:0 20px 40px #0f172a17;border-color:#7c3aed38}.portal-story-nav-index{width:42px;height:42px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,#7c3aed1f,#ec489924);color:#7c3aed;font-weight:800}.portal-story-nav-copy{display:flex;flex-direction:column;gap:.25rem}.portal-story-nav-copy strong{color:#111827;line-height:1.4}.portal-story-nav-copy span{color:#6b7280;font-size:.92rem;line-height:1.55}.portal-story-detail{padding:1.4rem;border-radius:30px;background:#ffffffd6;border:1px solid rgba(255,255,255,.95);box-shadow:0 22px 46px #0f172a14}.portal-story-detail-top{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.portal-story-detail-top h3{margin-top:.9rem;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.1;color:#111827}.portal-story-image-count{padding:.55rem .8rem;border-radius:999px;background:#f8fafc;color:#6b7280;font-size:.88rem;font-weight:700;white-space:nowrap}.portal-story-highlight{margin-top:1.25rem;padding:1rem 1.1rem;border-radius:22px;background:linear-gradient(135deg,#fef3c7,#fff7ed);border:1px solid rgba(245,158,11,.18)}.portal-story-highlight strong{display:block;color:#92400e;margin-bottom:.35rem}.portal-story-highlight p{color:#78350f;line-height:1.75}.portal-story-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem}.portal-story-image{width:100%;height:100%;min-height:260px;object-fit:cover;border-radius:22px;box-shadow:0 16px 34px #0f172a14;background:#f3f4f6}.portal-story-body{margin-top:1.35rem;display:grid;gap:.9rem}.portal-story-body p{color:#374151;line-height:1.95;font-size:1rem}.portal-story-diary{margin-top:.5rem;padding-top:.4rem;display:grid;gap:.8rem}.portal-story-diary strong{color:#111827}.portal-story-diary blockquote{margin:0;padding:1rem 1.1rem;border-left:4px solid #8b5cf6;border-radius:0 18px 18px 0;background:#f8f7ff;color:#4b5563;line-height:1.85}.portal-feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.portal-feature-card,.portal-emotion-card,.portal-news-card,.portal-waitlist-card,.portal-waitlist-points article{background:#ffffffd6;border:1px solid rgba(255,255,255,.95);box-shadow:0 20px 42px #0f172a12}.portal-feature-card{padding:1.5rem;border-radius:28px}.portal-feature-icon{width:60px;height:60px;display:inline-flex;align-items:center;justify-content:center;border-radius:18px;background:linear-gradient(135deg,#7c3aed1f,#ec489929);font-size:1.65rem;margin-bottom:1rem}.portal-feature-card h3,.portal-emotion-card h3,.portal-news-card h3{font-size:1.2rem;color:#111827;margin-bottom:.65rem}.portal-feature-card p,.portal-emotion-card p{color:#6b7280;line-height:1.8}.portal-emotion-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}.portal-emotion-card{padding:1.35rem;border-radius:24px}.portal-emotion-emoji{font-size:2rem;display:inline-block;margin-bottom:.8rem}.portal-download-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.portal-download-card{display:flex;align-items:center;gap:1rem;padding:1.35rem 1.5rem;border-radius:28px;text-decoration:none;color:#fff;box-shadow:0 20px 42px #0f172a14}.portal-download-card strong{display:block;font-size:1.15rem;margin-bottom:.2rem}.portal-download-card p{opacity:.9}.portal-download-card.is-android{background:linear-gradient(135deg,#16a34a,#34d399)}.portal-download-card.is-ios{background:linear-gradient(135deg,#111827,#475569)}.portal-download-icon{font-size:2.2rem}.portal-cta-section{padding:0 0 4.5rem}.portal-cta-card{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:2rem;border-radius:32px;background:linear-gradient(135deg,#7c3aed1f,#ec48991a,#3b82f61f);border:1px solid rgba(255,255,255,.95);box-shadow:0 22px 46px #0f172a14}.portal-cta-card h2{margin-top:.85rem;font-size:clamp(1.9rem,4vw,2.8rem);color:#111827}.portal-cta-card p{margin-top:.7rem;color:#6b7280;line-height:1.8}.portal-waitlist-layout{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.5rem;align-items:start}.portal-waitlist-intro h1{margin:1rem 0 .9rem;font-size:clamp(2.2rem,5vw,3.6rem);line-height:1.08;color:#111827}.portal-waitlist-intro p{color:#6b7280;line-height:1.8}.portal-waitlist-points{display:grid;gap:1rem;margin-top:1.5rem}.portal-waitlist-points article{padding:1.2rem 1.25rem;border-radius:24px}.portal-waitlist-points strong{display:block;margin-bottom:.45rem;color:#111827}.portal-waitlist-card{padding:1.5rem;border-radius:32px;display:grid;gap:1rem}.portal-form-group{display:grid;gap:.45rem}.portal-form-group label{font-weight:700;color:#374151}.portal-form-group input,.portal-form-group textarea{width:100%;padding:.95rem 1rem;border-radius:18px;border:1px solid rgba(209,213,219,.9);background:#fff;font-size:1rem;transition:border-color .2s ease,box-shadow .2s ease}.portal-form-group input:focus,.portal-form-group textarea:focus{outline:none;border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf61f}.portal-form-feedback{padding:.9rem 1rem;border-radius:18px;font-weight:600}.portal-form-feedback.is-error{background:#fee2e2;color:#991b1b}.portal-form-feedback.is-success{background:#dcfce7;color:#166534}.portal-form-submit{width:100%}.portal-news-heading{text-align:left}.portal-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.portal-news-card{border-radius:28px;overflow:hidden}.portal-news-cover{min-height:180px;display:flex;align-items:center;justify-content:center;font-size:3rem;background:linear-gradient(135deg,#ede9fe,#fdf2f8 58%,#e0f2fe)}.portal-news-content{padding:1.4rem}.portal-news-tag{display:inline-flex;padding:.35rem .75rem;border-radius:999px;background:#6366f11a;color:#4f46e5;font-size:.78rem;font-weight:700}.portal-news-date{margin:.9rem 0 .5rem;color:#9ca3af;font-size:.92rem}.portal-news-body{color:#6b7280;line-height:1.8}.portal-news-body p+p{margin-top:.8rem}.portal-footer{padding:0 0 2rem}.portal-footer-shell{width:min(1180px,calc(100% - 32px));margin:0 auto;padding:1.8rem;border-radius:32px;background:#111827;color:#fff}.portal-footer-top{display:flex;justify-content:space-between;gap:2rem}.portal-footer-brand{max-width:380px}.portal-footer-brand-row{display:flex;align-items:center;gap:.85rem;margin-bottom:.9rem}.portal-footer-logo{width:42px;height:42px;border-radius:14px;object-fit:cover}.portal-footer-title{font-size:1.15rem;font-weight:800}.portal-footer-description{color:#ffffffb8;line-height:1.8}.portal-footer-links{display:flex;flex-wrap:wrap;gap:.9rem 1rem;align-content:flex-start;justify-content:flex-end}.portal-footer-links a,.portal-footer-copy,.portal-footer-copy a{color:#ffffffc7;text-decoration:none}.portal-footer-bottom{margin-top:1.4rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.12)}@media (max-width: 1024px){.portal-hero-layout,.portal-intro-layout,.portal-waitlist-layout,.portal-cta-card,.portal-footer-top{grid-template-columns:minmax(0,1fr);flex-direction:column}.portal-placeholder-grid,.portal-feature-grid,.portal-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-story-shell{grid-template-columns:minmax(0,1fr)}.portal-story-nav,.portal-intro-side{position:static}.portal-emotion-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.portal-navbar-shell,.portal-footer-shell{width:min(100% - 20px,1180px)}.portal-navbar-shell{flex-direction:row}.portal-lang-switch{width:fit-content;max-width:100%;justify-content:center;margin-left:auto}.portal-hero{padding-top:2rem}.portal-hero-shot.is-large{grid-column:auto}.portal-hero-shot-image,.portal-hero-shot.is-large .portal-hero-shot-image{min-height:220px}.portal-hero-gallery,.portal-trust-grid,.portal-download-grid,.portal-placeholder-grid,.portal-feature-grid,.portal-news-grid,.portal-emotion-grid{grid-template-columns:minmax(0,1fr)}.portal-story-detail-top,.portal-story-gallery{grid-template-columns:minmax(0,1fr);flex-direction:column}.portal-story-image{min-height:220px}.portal-cta-card{padding:1.5rem;align-items:flex-start}.portal-footer-links{justify-content:flex-start}}.portal-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-portal{background:radial-gradient(circle at top left,rgba(255,238,246,.95),transparent 32%),radial-gradient(circle at top right,rgba(255,244,229,.92),transparent 26%),linear-gradient(180deg,#fffaf4,#fff7fb 46%,#f5f0fc)}.main-content-portal{overflow:hidden}.portal-navbar{position:fixed;top:0;left:0;right:0;z-index:140;pointer-events:auto}.portal-navbar-shell{width:min(1152px,calc(100% - 48px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:64px;padding:0;background:#ffffffd1;border:none!important;outline:none;box-shadow:0 18px 45px #2a1c0f14;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.portal-navbar.is-home{transition:background .5s ease,border-color .5s ease,box-shadow .5s ease;background:#fffc;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(243,244,246,1);box-shadow:0 6px 18px #0f172a14}.portal-navbar-shell.is-home{width:min(1152px,calc(100% - 48px));background:transparent!important;background-color:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;padding:0;border-radius:0}.portal-navbar.is-home.is-scrolled{background:#fffc;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid rgba(243,244,246,1);box-shadow:0 6px 18px #0f172a14}.portal-logo{display:flex;align-items:center;gap:.7rem;color:#fff;text-decoration:none}.portal-navbar:not(.is-home) .portal-logo,.portal-navbar.is-home.is-scrolled .portal-logo{color:#3c2a19}.portal-logo-icon{width:40px;height:40px;border-radius:999px;object-fit:cover;border:2px solid rgba(255,255,255,.5);box-shadow:0 2px 10px #0000001f;transition:border-color .5s ease}.portal-navbar.is-home.is-scrolled .portal-logo-icon,.portal-navbar:not(.is-home) .portal-logo-icon{border-color:#9b5de533}.portal-logo-title{font-size:20px;font-weight:900;transition:color .5s ease,filter .5s ease}.portal-logo-subtitle{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;opacity:.82}.portal-navbar.is-home .portal-logo-subtitle{display:none}.portal-navbar.is-home .portal-logo-title{color:#333;filter:none}.portal-navbar.is-home.is-scrolled .portal-logo-title,.portal-navbar:not(.is-home) .portal-logo-title{color:#333;filter:none}.portal-navbar-links a{color:#3c2a19}.portal-lang-switch{display:inline-flex;align-items:center;gap:.45rem;padding:.25rem;border-radius:12px;background:#ffffffd6;box-shadow:0 4px 16px #00000014}.portal-navbar.is-home .portal-lang-switch{background:#f3f4f6;box-shadow:0 4px 16px #00000014;-webkit-backdrop-filter:none;backdrop-filter:none}.portal-navbar.is-home.is-scrolled .portal-lang-switch{background:#f3f4f6}.portal-lang-btn{border:none;border-radius:10px;padding:.42rem .72rem;font-size:12px;font-weight:900;text-transform:uppercase;background:transparent;color:#ffffffd6;cursor:pointer;transition:all .25s ease}.portal-navbar.is-home .portal-lang-btn,.portal-navbar:not(.is-home) .portal-lang-btn,.portal-navbar.is-home.is-scrolled .portal-lang-btn{color:#6b5a47}.portal-lang-btn.is-active{background:#fff;color:#9b5de5;box-shadow:0 2px 8px #00000014}.portal-reference-hero{position:relative;height:82vh;min-height:500px;max-height:760px;overflow:hidden;background:#22170f;touch-action:pan-y}.portal-reference-hero-slides,.portal-reference-hero-slide,.portal-reference-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0}.portal-reference-hero-slide{background-size:cover;background-position:center;opacity:0;transform:scale(1.06);transition:opacity 1s ease,transform 7s ease}.portal-reference-hero-slide picture,.portal-reference-hero-media{display:block;width:100%;height:100%}.portal-reference-hero-media{object-fit:cover;object-position:center center}.portal-reference-hero-slide.is-active{opacity:1;transform:scale(1)}.portal-reference-hero-overlay{background:linear-gradient(0deg,#0009,#00000026 48%,#0000001a)}.portal-reference-hero-shell{position:relative;z-index:1;height:100%;width:min(1152px,calc(100% - 48px));margin:0 auto;padding:96px 0 64px;display:flex;flex-direction:column;justify-content:flex-end}.portal-reference-hero-copy{max-width:42rem;color:#fff;animation:portalFadeUp .8s ease both}.portal-reference-hero-eyebrow{display:inline-flex;margin-bottom:1rem;padding:.4rem .85rem;border-radius:999px;background:#fff8ef2e;font-size:.82rem;letter-spacing:.12em;text-transform:uppercase}.portal-reference-hero-copy h1{margin-bottom:.75rem;font-size:clamp(26px,4.5vw,48px);line-height:1;font-weight:900;letter-spacing:-.04em;color:#ffffffe6;filter:drop-shadow(0 6px 18px rgba(0,0,0,.28))}.portal-reference-hero-copy h2{margin-bottom:1.75rem;font-size:clamp(28px,6vw,64px);line-height:1.05;font-weight:900;letter-spacing:-.04em;color:#fff;filter:drop-shadow(0 8px 20px rgba(0,0,0,.32))}.portal-reference-hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.portal-ref-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.9rem 1.5rem;border-radius:999px;border:none;cursor:pointer;text-decoration:none;font-weight:700;transition:transform .25s ease,box-shadow .25s ease,background .25s ease,color .25s ease}.portal-ref-btn:hover{transform:translateY(-2px)}.portal-ref-btn-primary{box-shadow:0 8px 32px #00000040}.portal-ref-btn-secondary{background:transparent;color:#fff8ef;border:1px solid rgba(255,248,239,.45)}.portal-reference-hero-dots{display:flex;gap:.6rem}.portal-reference-hero-dots{position:absolute;right:32px;bottom:32px;z-index:2}.portal-reference-dot{width:8px;height:8px;border:none;border-radius:999px;background:#fff6;cursor:pointer;transition:all .25s ease}.portal-reference-dot.is-active{width:24px;height:8px;background:#fff}.portal-reference-intro,.portal-reference-story-section,.portal-reference-product-section,.portal-download-section,.portal-reference-contact-section{position:relative;padding:5.5rem 0}.portal-reference-intro{overflow:hidden;background:linear-gradient(180deg,#f3ecff,#fbf3ff,#fff6ec)}.portal-reference-intro-shell{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:3.5rem;align-items:center}.portal-reference-intro-shell>.portal-reference-section-heading{grid-column:1 / -1}.portal-reference-intro-stage{position:relative;display:grid;place-items:center;min-height:520px}.portal-reference-mascot-glow{position:absolute;top:18%;right:12%;bottom:16%;left:12%;border-radius:999px;background:linear-gradient(135deg,#9b5de54d,#ffc30042);filter:blur(44px);transform:scale(1.08);animation:portalGlowPulse 3s ease-in-out infinite;z-index:0}.portal-reference-float-glyph-intro.is-1{left:6%;top:8%;font-size:20px;animation-delay:0s}.portal-reference-float-glyph-intro.is-2{left:22%;top:30%;font-size:32px;animation-delay:.4s}.portal-reference-float-glyph-intro.is-3{left:38%;top:52%;font-size:24px;animation-delay:.8s}.portal-reference-float-glyph-intro.is-4{left:62%;top:10%;font-size:24px;animation-delay:1.2s}.portal-reference-float-glyph-intro.is-5{left:78%;top:34%;font-size:30px;animation-delay:1.6s}.portal-reference-float-glyph-intro.is-6{left:90%;top:62%;font-size:24px;animation-delay:2s}.portal-reference-float{position:absolute;border-radius:999px;background:#ffdfc285;filter:blur(1px)}.portal-reference-float.is-one{width:180px;height:180px;top:14%;left:8%;animation:portalFloat 7s ease-in-out infinite}.portal-reference-float.is-two{width:120px;height:120px;right:4%;top:30%;animation:portalFloat 8s ease-in-out infinite 1s}.portal-reference-float.is-three{width:96px;height:96px;left:16%;bottom:14%;animation:portalFloat 6.5s ease-in-out infinite .6s}.portal-reference-mascot-card{position:relative;width:min(100%,340px);padding:0;border-radius:0;background:transparent;box-shadow:none;z-index:1}.portal-reference-mascot-float{animation:portalMascotSway 4s ease-in-out infinite}.portal-reference-mascot{display:block;width:100%;height:auto;border-radius:2.5rem;object-fit:cover;box-shadow:0 20px 60px -12px #9b5de566}.portal-reference-mascot-badge{position:absolute;left:50%;bottom:-14px;display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1rem;border:2px solid rgba(155,93,229,.15);border-radius:999px;background:#fff;box-shadow:0 12px 30px #1f29371f;transform:translate(-50%) rotate(-6deg)}.portal-reference-mascot-badge strong{color:#9b5de5;font-size:15px;font-weight:900}.portal-reference-intro-heading h2,.portal-reference-section-heading h2,.portal-reference-contact-copy h2{margin-left:auto;margin-right:auto;margin-top:.7rem;font-size:clamp(2.1rem,3.5vw,3.3rem);line-height:1.08;color:#222}.portal-reference-intro-heading p,.portal-reference-section-heading p,.portal-reference-contact-copy p{margin-top:.9rem;margin-left:auto;margin-right:auto;max-width:720px;color:#888;font-size:1rem;line-height:1.8}.portal-reference-intro-dialogue{width:100%;max-width:620px}.portal-reference-title-bubble{position:relative;display:inline-block;padding:.95rem 1.25rem;border-radius:.5rem 1.25rem 1.25rem;background:linear-gradient(90deg,#9b5de5,#c77dff);color:#fff;box-shadow:0 8px 24px #9b5de559}.portal-reference-title-bubble:before{content:"";position:absolute;left:-8px;top:16px;width:14px;height:14px;background:#9b5de5;border-radius:4px;transform:rotate(45deg)}.portal-reference-title-bubble h3{position:relative;z-index:1;margin:0;font-size:clamp(16px,2.1vw,22px);line-height:1.15;color:#fff}.portal-reference-speech-bubble{position:relative;margin-top:1rem;padding:1.45rem 1.5rem;border-radius:.5rem 1.25rem 1.25rem;background:#fff;border:1px solid rgba(155,93,229,.08);box-shadow:0 6px 20px #9b5de51f}.portal-reference-speech-bubble:before{content:"";position:absolute;left:-8px;top:18px;width:14px;height:14px;border-radius:4px;background:#fff;border-left:1px solid rgba(155,93,229,.08);border-bottom:1px solid rgba(155,93,229,.08);transform:rotate(45deg)}.portal-reference-speech-bubble p+p{margin-top:1rem}.portal-reference-intro-action{margin-top:1.4rem}.portal-reference-intro-button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:54px;padding:.9rem 1.75rem;border:none;border-radius:18px;background:linear-gradient(90deg,#ff9f1c,#ffd166);color:#fff;font-size:14px;font-weight:900;cursor:pointer;box-shadow:0 8px 24px #ff9f1c66;transition:transform .25s ease,box-shadow .25s ease}.portal-reference-intro-button:hover{transform:translateY(-2px) scale(1.04)}.portal-reference-button-icon{display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:1}.portal-reference-section-heading{display:flex;flex-direction:column;align-items:center;text-align:center;margin-bottom:3.5rem}.portal-reference-section-heading .portal-eyebrow{justify-content:center;margin-bottom:.75rem}.portal-reference-section-heading.is-intro .portal-eyebrow,.portal-reference-section-heading.is-stories .portal-eyebrow,.portal-reference-section-heading.is-download .portal-eyebrow{color:#9b5de5}.portal-reference-section-heading.is-product .portal-eyebrow,.portal-reference-contact-copy .portal-eyebrow{color:#ff9f1c;background:#ff9f1c1f}.portal-reference-section-heading.is-download p{margin-left:auto;margin-right:auto;max-width:640px}.portal-reference-speech-bubble h3{margin-bottom:.7rem;font-size:clamp(28px,4vw,44px);line-height:1.08;color:#222}.portal-reference-speech-subtitle{margin-bottom:1rem;color:#888;font-size:16px;font-weight:700}.portal-reference-story-section{background:linear-gradient(180deg,#fff6ec,#fff2f4 52%,#ffeff7)}.portal-reference-story-carousel{display:flex;align-items:center;gap:1rem}.portal-reference-float-glyph{position:absolute;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.4;z-index:0;animation:portalGlyphFloat 6s ease-in-out infinite}.portal-reference-float-glyph-story.is-1{left:8%;top:12%;font-size:22px;animation-delay:0s}.portal-reference-float-glyph-story.is-2{left:32%;top:72%;font-size:32px;animation-delay:.5s}.portal-reference-float-glyph-story.is-3{left:56%;top:14%;font-size:42px;animation-delay:1s}.portal-reference-float-glyph-story.is-4{left:80%;top:72%;font-size:24px;animation-delay:1.5s}.portal-reference-arrow{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:999px;border:none;background:#f6f4f2f5;color:#9a948d;cursor:pointer;box-shadow:0 8px 22px #1f29371f;transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease}.portal-reference-arrow:hover{transform:translateY(-2px);background:#fff;color:#7d7770;box-shadow:0 12px 26px #1f293724}.portal-reference-arrow span{font-size:2.3rem;line-height:.75;font-weight:400}.portal-reference-arrow.is-inline{width:48px;height:48px}.portal-reference-story-stage{position:relative;flex:1;min-width:0;perspective:1600px;touch-action:pan-y}.portal-reference-story-stage:before{content:"";display:block;min-height:600px}.portal-reference-story-card{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;gap:2.5rem;padding:0 .5rem;animation:portalFadeUp .65s ease both;transform-style:preserve-3d}.portal-reference-story-card.is-forward{animation-name:portalStoryForward}.portal-reference-story-card.is-backward{animation-name:portalStoryBackward}.portal-reference-story-polaroid{position:relative;flex-shrink:0;width:min(300px,100%);padding:.75rem .75rem 1.25rem;border-radius:1.5rem;background:#fff;transform:rotate(-3deg);transition:transform .25s ease}.portal-reference-story-polaroid:hover{transform:rotate(0) scale(1.02)}.portal-reference-story-tape{position:absolute;top:-.75rem;left:50%;width:5rem;height:1.5rem;border-radius:.125rem;box-shadow:0 2px 6px #00000014;transform:translate(-50%) rotate(2deg);z-index:2}.portal-reference-story-image{display:block;width:100%;padding:0;border:none;border-radius:1rem;overflow:hidden;background:#fff5f7;cursor:zoom-in}.portal-reference-story-image picture{display:block;width:100%;height:100%}.portal-reference-story-image img{width:100%;height:100%;aspect-ratio:9 / 16;object-fit:cover;object-position:center}.portal-reference-story-caption{margin-top:.6rem;text-align:center;font-size:12px;font-weight:800;color:#999;letter-spacing:.04em}.portal-reference-story-copy{display:flex;flex-direction:column;justify-content:center;flex-shrink:0;width:min(300px,100%)}.portal-reference-story-scene{display:inline-flex;align-self:flex-start;align-items:center;gap:.35rem;padding:.35rem .75rem;border-radius:999px;font-size:11px;font-weight:900}.portal-reference-story-body{margin-top:.1rem}.portal-reference-story-body p,.portal-reference-story-highlight p,.portal-reference-product-copy p{color:#725f4d;line-height:1.9}.portal-reference-story-body p{font-size:14px;font-weight:700;color:#666}.portal-reference-story-quote-mark{display:block;margin-top:.8rem;margin-bottom:.15rem;font-size:40px;line-height:1;color:#9b5de526;font-weight:900}.portal-reference-story-highlight{display:flex;align-items:center;gap:.55rem;margin-top:1.25rem;padding:.9rem 1rem;border-radius:1rem}.portal-reference-story-highlight p{font-size:14px;font-weight:900}.portal-reference-story-highlight-icon{font-size:16px}.portal-reference-story-dots{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2.5rem}.portal-reference-story-dot{width:8px;height:8px;border:none;border-radius:999px;background:#e5e7eb;cursor:pointer;transition:all .25s ease}.portal-reference-story-dot.is-active{width:24px;background:#9b5de5}.portal-reference-product-section{background:linear-gradient(180deg,#ffeff7,#fbf1ff 52%,#f3ecff)}.portal-reference-product-carousel{position:relative}.portal-reference-float-glyph-product.is-1{right:6%;top:10%;font-size:22px;animation-delay:0s}.portal-reference-float-glyph-product.is-2{right:28%;top:65%;font-size:32px;animation-delay:.4s}.portal-reference-float-glyph-product.is-3{right:52%;top:14%;font-size:42px;animation-delay:.8s}.portal-reference-float-glyph-product.is-4{right:76%;top:68%;font-size:24px;animation-delay:1.2s}.portal-reference-product-window{overflow:hidden;padding:0 2.5rem;touch-action:pan-y}.portal-reference-product-page.is-forward{animation:portalProductPageForward .55s ease both}.portal-reference-product-page.is-backward{animation:portalProductPageBackward .55s ease both}.portal-reference-product-page{display:flex;flex-direction:column;gap:3.5rem}.portal-reference-product-nav{position:absolute;top:50%;z-index:20;width:60px;height:60px;border:none;border-radius:999px;background:#f6f4f2f5;color:#9a948d;box-shadow:0 8px 22px #1f29371f;display:inline-flex;align-items:center;justify-content:center;transform:translateY(-50%);cursor:pointer;transition:all .25s ease}.portal-reference-product-nav:hover{background:#fff;color:#7d7770;box-shadow:0 12px 26px #1f293724}.portal-reference-product-nav span{font-size:2.1rem;line-height:.75;font-weight:400}.portal-reference-product-nav.is-left{left:-.75rem}.portal-reference-product-nav.is-right{right:-.75rem}.portal-reference-product-feature{display:flex;align-items:center;gap:3.5rem;opacity:0;animation:portalFeatureRise .5s ease forwards}.portal-reference-product-page .portal-reference-product-feature:nth-child(1){animation-delay:.06s}.portal-reference-product-page .portal-reference-product-feature:nth-child(2){animation-delay:.18s}.portal-reference-product-page .portal-reference-product-feature:nth-child(3){animation-delay:.3s}.portal-reference-product-visual-shell,.portal-reference-product-copy-shell{flex:1 1 0;width:100%}.portal-reference-product-visual-shell.is-first{order:1}.portal-reference-product-visual-shell.is-second{order:2}.portal-reference-product-copy-shell.is-first{order:1}.portal-reference-product-copy-shell.is-second{order:2}.portal-reference-product-visual-card{position:relative;aspect-ratio:16 / 10;border-radius:1.5rem;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 40px -12px #00000026}.portal-reference-product-blob{position:absolute;border-radius:999px}.portal-reference-product-blob.is-top{top:-2.5rem;right:-2.5rem;width:10rem;height:10rem}.portal-reference-product-blob.is-bottom{bottom:-2rem;left:-2rem;width:8rem;height:8rem}.portal-reference-product-emoji{position:relative;z-index:1;font-size:96px;line-height:1}.portal-reference-product-index{display:block;margin-bottom:.75rem;font-size:12px;font-weight:900;letter-spacing:.2em;text-transform:uppercase}.portal-reference-product-copy-shell h3{margin-bottom:1rem;font-size:clamp(22px,3vw,30px);line-height:1.15;font-weight:900}.portal-reference-product-copy-shell p{font-size:clamp(13px,1.5vw,16px);font-weight:700;color:#666;line-height:1.9}.portal-reference-product-page-dots{display:flex;align-items:center;justify-content:center;gap:.625rem;margin-top:3rem}.portal-reference-product-page-dot{width:10px;height:10px;border:none;border-radius:999px;background:#e5e7eb;cursor:pointer;transition:all .25s ease}.portal-reference-product-page-dot.is-active{width:28px;background:#9b5de5}.portal-download-section{overflow:hidden;background:linear-gradient(180deg,#f3ecff,#fceffb 52%,#fff4e6)}.portal-reference-float-glyph-download.is-1{left:12%;top:20%;font-size:24px;animation-delay:0s}.portal-reference-float-glyph-download.is-2{left:48%;top:12%;font-size:30px;animation-delay:.6s}.portal-reference-float-glyph-download.is-3{left:82%;top:28%;font-size:26px;animation-delay:1.2s}.portal-download-shell{width:min(960px,calc(100% - 48px));margin:0 auto;text-align:center}.portal-reference-section-heading.is-compact{margin-bottom:3.5rem}.portal-reference-section-heading.is-compact p{margin-left:auto;margin-right:auto}.portal-reference-download-cards{display:flex;justify-content:center;gap:1.25rem}.portal-reference-download-card{flex:1 1 0;max-width:320px;padding:1.75rem;border-radius:1.5rem;background:#fff;text-decoration:none;text-align:center;box-shadow:0 12px 32px #1f29371f;border:1px solid rgba(155,93,229,.12);transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.portal-reference-download-card:hover{transform:translateY(-4px) scale(1.03)}.portal-reference-download-card.is-android{border-color:#9b5de526}.portal-reference-download-card.is-ios{border-color:#ff336626}.portal-reference-download-icon{width:64px;height:64px;margin:0 auto 1.25rem;border-radius:1rem;display:inline-flex;align-items:center;justify-content:center;font-size:30px;color:#fff;box-shadow:0 8px 20px #1f29372e}.portal-reference-download-card.is-android .portal-reference-download-icon{background:linear-gradient(135deg,#9b5de5,#c77dff)}.portal-reference-download-card.is-ios .portal-reference-download-icon{background:linear-gradient(135deg,#f36,#ff6b9d)}.portal-reference-download-card strong{display:block;margin-bottom:.25rem;color:#333;font-size:17px;font-weight:900}.portal-reference-download-card p{color:#aaa;font-size:12px;font-weight:700}.portal-reference-download-line{display:block;height:6px;margin-top:1.25rem;border-radius:999px}.portal-reference-download-card.is-android .portal-reference-download-line{background:linear-gradient(90deg,#9b5de5,#c77dff)}.portal-reference-download-card.is-ios .portal-reference-download-line{background:linear-gradient(90deg,#f36,#ff6b9d)}.portal-reference-contact-card{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2rem 2.2rem;border-radius:36px;background:radial-gradient(circle at top left,rgba(255,255,255,.26),transparent 28%),linear-gradient(135deg,#9b5de5,#c77dff 52%,#ff9f1c);box-shadow:0 32px 70px #9b5de538}.portal-reference-contact-section{overflow:hidden;background:linear-gradient(180deg,#fff4e6,#fbf2fa 52%,#f5f0fc)}.portal-reference-float-glyph-contact.is-1{left:12%;top:18%;font-size:26px;animation-delay:0s}.portal-reference-float-glyph-contact.is-2{left:76%;top:16%;font-size:30px;animation-delay:.7s}.portal-reference-float-glyph-contact.is-3{left:88%;top:54%;font-size:24px;animation-delay:1.4s}.portal-reference-contact-shell{width:min(640px,calc(100% - 32px));margin:0 auto}.portal-reference-contact-copy .portal-eyebrow,.portal-reference-contact-copy h2,.portal-reference-contact-copy p{color:#222}.portal-reference-contact-copy{display:flex;flex-direction:column;align-items:center;text-align:center}.portal-reference-contact-subtitle{margin-top:.9rem;margin-bottom:.7rem;color:#9b5de5!important;font-size:17px!important;font-weight:900!important}.portal-reference-contact-copy p{max-width:520px;margin-left:auto;margin-right:auto;opacity:1}.portal-reference-contact-cta{display:flex;justify-content:center;margin-top:2rem}.portal-reference-contact-open{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:56px;padding:1rem 2.5rem;border:none;border-radius:18px;background:linear-gradient(90deg,#9b5de5,#c77dff);color:#fff;font-size:16px;font-weight:900;cursor:pointer;box-shadow:0 8px 24px #9b5de566;transition:transform .25s ease,box-shadow .25s ease}.portal-reference-contact-open:hover{transform:translateY(-2px) scale(1.04)}.portal-contact-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:170;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#170e078a;opacity:0;pointer-events:none;transition:opacity .25s ease}.portal-contact-modal.is-open{opacity:1;pointer-events:auto}.portal-contact-modal-dialog{position:relative;width:min(680px,100%);max-height:min(92vh,900px);overflow:auto;padding:2rem;border-radius:30px;background:#fffaf4;box-shadow:0 30px 70px #1f14093d;transform:translateY(24px) scale(.98);transition:transform .25s ease}.portal-contact-modal.is-open .portal-contact-modal-dialog{transform:translateY(0) scale(1)}.portal-story-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:180;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:#100c10d1;opacity:0;pointer-events:none;transition:opacity .25s ease}.portal-story-lightbox.is-open{opacity:1;pointer-events:auto}.portal-story-lightbox-dialog{position:relative;width:min(92vw,560px);max-height:92vh;padding:.9rem .9rem 1rem;border-radius:24px;background:#fffcf9fa;box-shadow:0 28px 72px #11182742}.portal-story-lightbox-close{position:absolute;top:10px;right:10px;z-index:1;width:40px;height:40px;border:none;border-radius:999px;background:#1f29371a;color:#3d2c20;font-size:1.75rem;line-height:1;cursor:pointer}.portal-story-lightbox-media{overflow:hidden;border-radius:18px;background:linear-gradient(180deg,#fffafb,#fff4f7)}.portal-story-lightbox-media picture,.portal-story-lightbox-media img{display:block;width:100%}.portal-story-lightbox-media img{max-height:min(78vh,760px);object-fit:contain}.portal-story-lightbox-caption{margin-top:.75rem;text-align:center;font-size:13px;font-weight:800;color:#6b7280}.portal-contact-close{position:absolute;top:18px;right:18px;width:42px;height:42px;border:none;border-radius:999px;background:#f4d6b499;color:#4f351f;font-size:1.8rem;line-height:1;cursor:pointer}.portal-contact-form{margin-top:1.4rem}.portal-contact-submit{width:100%;margin-top:.6rem}.portal-form-group label{color:#4d3320;font-weight:600}.portal-form-group input,.portal-form-group textarea{border-radius:18px;border:1px solid rgba(87,61,38,.12);background:#ffffffdb}.portal-footer{position:relative;overflow:hidden;padding:3.5rem 1.5rem 2rem;background:linear-gradient(180deg,#f5f0fc,#fbf6ff)}.portal-reference-float-glyph-footer.is-1{right:14%;top:18%;font-size:22px;animation-delay:0s}.portal-reference-float-glyph-footer.is-2{right:8%;top:44%;font-size:28px;animation-delay:.8s}.portal-reference-float-glyph-footer.is-3{right:22%;top:68%;font-size:24px;animation-delay:1.4s}.portal-footer-shell-ref{width:min(1152px,100%);margin:0 auto;background:transparent;border-radius:0}.portal-footer-ref-layout{display:flex;align-items:flex-start;justify-content:flex-start;gap:2.5rem}.portal-footer-ref-main{flex:1;max-width:640px}.portal-footer-ref-logo-row{display:flex;align-items:center;gap:.65rem;margin-bottom:1.75rem}.portal-footer-ref-logo-wrap{width:36px;height:36px;border-radius:999px;overflow:hidden;border:2px solid rgba(155,93,229,.2);box-shadow:0 4px 12px #1f293714}.portal-footer-ref-logo{width:100%;height:100%;object-fit:cover}.portal-footer-ref-brand{font-size:18px;font-weight:900;color:#333}.portal-footer-ref-copy-block+.portal-footer-ref-copy-block{margin-top:1.2rem}.portal-footer-ref-copy-block h4{margin-bottom:.35rem;font-size:15px;font-weight:900;color:#333}.portal-footer-ref-copy-block p{max-width:500px;font-size:13px;font-weight:700;line-height:1.7;color:#999}.portal-footer-ref-links{display:flex;align-items:center;gap:1.4rem;margin-top:1.5rem;flex-wrap:wrap}.portal-footer-ref-links a,.portal-footer-ref-copyright,.portal-footer-ref-copyright a{text-decoration:none;color:#888}.portal-footer-ref-links a{font-size:13px;font-weight:700;transition:color .2s ease}.portal-footer-ref-links a:hover{color:#9b5de5}.portal-footer-ref-bottom{margin-top:2.5rem;padding-top:1.5rem;text-align:center;border-top:1px solid rgba(209,213,219,.7)}.portal-footer-ref-copyright{font-size:12px;font-weight:700;color:#bbb}@keyframes portalFadeUp{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}@keyframes portalFadeDown{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@keyframes portalFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes portalGlowPulse{0%,to{transform:scale(1.08);opacity:.4}50%{transform:scale(1.18);opacity:.72}}@keyframes portalMascotSway{0%,to{transform:translateY(0) rotate(-2deg)}50%{transform:translateY(-14px) rotate(2deg)}}@keyframes portalStoryForward{0%{opacity:0;transform:translate(120px) rotateY(25deg) scale(.9)}to{opacity:1;transform:translate(0) rotateY(0) scale(1)}}@keyframes portalStoryBackward{0%{opacity:0;transform:translate(-120px) rotateY(-25deg) scale(.9)}to{opacity:1;transform:translate(0) rotateY(0) scale(1)}}@keyframes portalProductPageForward{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes portalProductPageBackward{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes portalFeatureRise{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes portalGlyphFloat{0%,to{transform:translateY(0) rotate(-6deg);opacity:.25}50%{transform:translateY(-16px) rotate(6deg);opacity:.5}}@media (max-width: 1080px){.portal-reference-intro-shell,.portal-reference-product-feature{grid-template-columns:minmax(0,1fr)}.portal-reference-story-card{gap:1.4rem}.portal-reference-product-window{padding:0 1.75rem}.portal-reference-product-page{gap:2.5rem}.portal-reference-product-feature{gap:2rem}.portal-reference-contact-card,.portal-footer-ref-layout{flex-direction:column;align-items:flex-start}}@media (max-width: 768px){.portal-navbar{padding-top:0}.portal-navbar-shell,.portal-navbar-shell.is-home,.portal-reference-hero-shell{width:min(100% - 24px,1152px)}.portal-logo-subtitle{display:none}.portal-navbar-shell,.portal-navbar-shell.is-home{justify-content:flex-start;align-items:center;gap:.75rem;min-height:56px}.portal-logo{flex:0 1 auto;min-width:0;margin-right:auto;align-self:center}.portal-logo-icon{width:36px;height:36px}.portal-logo-copy{display:flex;align-items:center;justify-content:center;flex-direction:row;min-height:36px}.portal-reference-hero-shell{padding-top:78px;padding-bottom:20px}.portal-reference-hero{height:min(72svh,560px);min-height:430px}.portal-reference-hero-media{object-position:var(--hero-mobile-position, center 24%)}.portal-reference-hero-copy{max-width:min(20rem,100%)}.portal-reference-hero-copy h1{margin-bottom:.45rem;font-size:24px}.portal-reference-hero-copy h2{margin-bottom:.95rem;font-size:clamp(24px,8vw,38px)}.portal-reference-hero-actions,.portal-reference-intro-action,.portal-reference-contact-cta,.portal-reference-hero-actions .portal-ref-btn,.portal-reference-intro-button,.portal-reference-contact-open{width:100%}.portal-reference-intro,.portal-reference-story-section,.portal-reference-product-section,.portal-download-section,.portal-reference-contact-section,.portal-waitlist-page,.portal-news-page{padding:3.1rem 0}.portal-reference-section-heading.is-intro,.portal-reference-section-heading.is-stories,.portal-reference-section-heading.is-product{margin-bottom:1.2rem}.portal-reference-section-heading.is-intro h2,.portal-reference-section-heading.is-stories h2,.portal-reference-section-heading.is-product h2{font-size:clamp(24px,7vw,32px)}.portal-reference-section-heading.is-intro p,.portal-reference-section-heading.is-stories p,.portal-reference-section-heading.is-product p{font-size:14px;line-height:1.6}.portal-reference-intro-shell{grid-template-columns:minmax(82px,24vw) minmax(0,1fr);gap:.8rem;align-items:start}.portal-reference-intro-stage{order:2;min-height:0;align-self:start}.portal-reference-intro-dialogue{order:3;max-width:none;min-width:0;align-self:start}.portal-reference-mascot-card{width:min(104px,24vw)}.portal-reference-mascot-glow{top:20%;right:12%;bottom:18%;left:12%;filter:blur(16px)}.portal-reference-mascot-badge{bottom:-8px;padding:.35rem .65rem}.portal-reference-mascot-badge strong{font-size:12px}.portal-reference-float,.portal-reference-float-glyph-intro,.portal-reference-float-glyph-story,.portal-reference-float-glyph-product,.portal-reference-float-glyph-download,.portal-reference-float-glyph-contact,.portal-reference-float-glyph-footer{display:none}.portal-reference-title-bubble,.portal-reference-speech-bubble,.portal-contact-modal-dialog,.portal-waitlist-card{border-radius:22px}.portal-reference-title-bubble{display:block;width:fit-content;max-width:100%;padding:.7rem .85rem}.portal-reference-title-bubble h3,.portal-reference-speech-bubble h3{font-size:clamp(16px,4.6vw,20px)}.portal-reference-speech-bubble{margin-top:.7rem;padding:.9rem}.portal-reference-speech-subtitle{margin-bottom:.65rem;font-size:13px}.portal-reference-speech-bubble p+p{margin-top:.7rem}.portal-reference-intro-action{margin-top:.75rem}.portal-reference-intro-button{min-height:46px;padding:.7rem 1rem;font-size:13px}.portal-reference-speech-bubble p,.portal-reference-story-body p,.portal-reference-product-copy-shell p,.portal-reference-contact-copy p,.portal-waitlist-intro p,.portal-news-body{font-size:14px;line-height:1.75}.portal-reference-story-frame,.portal-reference-product-toolbar,.portal-reference-contact-actions{display:flex;flex-direction:column;align-items:stretch}.portal-download-shell{width:min(100% - 24px,960px)}.portal-reference-download-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:.85rem}.portal-reference-download-card{width:100%;max-width:100%;display:grid;grid-template-columns:minmax(0,1fr);align-items:start;justify-items:center;gap:.35rem;padding:1rem .85rem .9rem;text-align:center}.portal-reference-download-icon{width:56px;height:56px;margin:0 auto .15rem;font-size:26px}.portal-reference-download-card strong{margin-bottom:0;font-size:16px}.portal-reference-download-card p{font-size:11.5px;line-height:1.5}.portal-reference-download-line{width:100%;margin-top:.8rem}.portal-footer{padding-left:1rem;padding-right:1rem}.portal-footer-shell-ref{width:min(100%,1152px)}.portal-footer-ref-links{gap:1rem}.portal-footer-ref-logo-row{margin-bottom:1.25rem}.portal-reference-hero-dots{right:20px;bottom:20px}.portal-reference-story-carousel{display:block}.portal-reference-story-carousel{gap:0}.portal-reference-story-stage:before{min-height:0;height:0}.portal-reference-story-card{position:relative;inset:auto;display:grid;grid-template-columns:minmax(112px,30vw) minmax(0,1fr);align-items:start;gap:.85rem;padding:0}.portal-reference-story-polaroid,.portal-reference-story-copy{width:100%;max-width:none}.portal-reference-arrow,.portal-reference-product-nav{display:none}.portal-reference-story-stage{width:100%;overflow:hidden}.portal-reference-story-polaroid{transform:rotate(0);padding:.55rem .55rem .7rem;border-radius:1.15rem}.portal-reference-story-copy{align-items:stretch;min-width:0}.portal-reference-story-image{display:flex;align-items:center;justify-content:center;min-height:164px;background:linear-gradient(180deg,#fffafb,#fff7f1)}.portal-reference-story-image img{aspect-ratio:auto;max-height:100%;object-fit:contain}.portal-reference-story-caption{margin-top:.45rem}.portal-reference-story-scene{padding:.3rem .65rem;font-size:10px}.portal-reference-story-quote-mark{margin-top:.45rem;margin-bottom:0;font-size:28px}.portal-reference-story-body p{font-size:12px;line-height:1.5}.portal-reference-story-highlight{margin-top:.65rem;padding:.7rem .8rem}.portal-reference-story-highlight p{font-size:12px;line-height:1.45}.portal-reference-story-highlight{align-items:flex-start}.portal-reference-story-dots{margin-top:1.25rem}.portal-reference-product-carousel{display:block}.portal-reference-product-window{padding:0;overflow:hidden;max-width:540px;margin:0 auto}.portal-reference-product-page{gap:0}.portal-reference-product-feature{display:grid;grid-template-columns:minmax(112px,30vw) minmax(0,1fr);align-items:start;gap:.85rem;max-width:100%;margin:0 auto;padding:.85rem;border-radius:1.25rem;background:#ffffffb8;box-shadow:0 14px 36px #1f293714}.portal-reference-product-page-dots{margin-top:1.1rem;flex-wrap:wrap;gap:.5rem}.portal-reference-product-visual-card{aspect-ratio:1 / 1;border-radius:1.15rem}.portal-reference-float-glyph{opacity:.28}.portal-reference-product-visual-shell,.portal-reference-product-copy-shell,.portal-reference-product-visual-shell.is-first,.portal-reference-product-visual-shell.is-second,.portal-reference-product-copy-shell.is-first,.portal-reference-product-copy-shell.is-second{order:initial}.portal-reference-product-emoji{font-size:58px}.portal-reference-product-index{margin-bottom:.4rem;font-size:10px}.portal-reference-product-copy-shell h3{margin-bottom:.5rem;font-size:20px;line-height:1.12}.portal-reference-product-copy-shell p{font-size:12px;line-height:1.55}.portal-reference-contact-shell,.portal-download-shell,.portal-section{width:min(100% - 24px,1152px)}.portal-reference-contact-open{padding-inline:1.2rem}.portal-contact-modal{padding:.75rem;align-items:flex-end}.portal-contact-modal-dialog{width:100%;max-height:min(86vh,900px);padding:1.25rem}.portal-contact-close{top:12px;right:12px;width:38px;height:38px}.portal-contact-modal-copy h2{padding-right:2rem}.portal-form-group input,.portal-form-group textarea{font-size:16px}.portal-waitlist-layout{gap:1rem}.portal-waitlist-points{gap:.75rem}.portal-waitlist-points article,.portal-waitlist-card,.portal-news-content{padding:1.1rem}.portal-news-cover{min-height:140px;font-size:2.25rem}.portal-footer{padding-top:3rem}.portal-footer-ref-layout,.portal-footer-ref-links{gap:1rem}.portal-footer-ref-links{flex-direction:row;align-items:center;flex-wrap:nowrap;gap:.85rem}.portal-footer-ref-bottom{margin-top:1.5rem;padding-top:1rem}.portal-reference-speech-bubble:before{display:none}}.portal-policy-page{padding:7rem 0 5rem;background:radial-gradient(circle at 14% 18%,rgba(99,102,241,.12),transparent 28%),linear-gradient(180deg,#fff,#faf9f6)}.portal-policy-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(320px,.72fr);gap:2rem;align-items:start}.portal-policy-copy h1{margin:.5rem 0 1rem;font-size:clamp(2rem,4vw,3.4rem);line-height:1.08;color:#1f2937}.portal-policy-copy>p{max-width:760px;color:#4b5563;font-size:1.05rem}.portal-policy-panel{margin-top:1.1rem;padding:1.25rem;border:1px solid rgba(99,102,241,.14);border-radius:16px;background:#ffffffd1;box-shadow:0 14px 40px #1f29370f}.portal-policy-panel h2{margin-bottom:.55rem;font-size:1.1rem;color:#1f2937}.portal-policy-panel p,.portal-policy-panel li{color:#4b5563}.portal-policy-panel ol{padding-left:1.25rem}.portal-policy-panel li+li{margin-top:.4rem}.portal-policy-note{margin-top:1.1rem;color:#4b5563}.portal-policy-note a,.portal-policy-copy a{color:var(--primary);font-weight:700}.portal-policy-form{position:sticky;top:92px}@media (max-width: 860px){.portal-policy-layout{grid-template-columns:1fr}.portal-policy-form{position:static}}@media (max-width: 480px){.portal-navbar-shell,.portal-navbar-shell.is-home,.portal-reference-hero-shell,.portal-download-shell,.portal-reference-contact-shell,.portal-section{width:min(100% - 16px,1152px)}.portal-navbar-shell,.portal-navbar-shell.is-home{min-height:44px;height:44px;position:relative;justify-content:flex-start;gap:.65rem;align-items:center}.portal-logo{position:absolute;left:0;top:50%;margin-right:0;max-width:calc(100% - 156px);height:30px;align-items:center;transform:translateY(-50%)}.portal-logo-icon{width:30px;height:30px;box-sizing:border-box}.portal-logo-copy{display:flex;align-items:center;justify-content:center;flex-direction:row;height:30px;min-height:30px}.portal-logo-title{font-size:16px;line-height:30px;display:block}.portal-lang-switch{width:auto;max-width:100%;position:absolute;right:0;top:50%;height:30px;box-sizing:border-box;padding:.1rem;justify-content:center;flex-wrap:nowrap;align-items:center;gap:.1rem;border-radius:999px;align-self:auto;background:#ffffff24;border:1px solid rgba(255,255,255,.24);box-shadow:0 4px 12px #1f293714;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transform:translateY(-50%)}.portal-navbar.is-home .portal-lang-switch{background:#ffffff24;border-color:#ffffff3d;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.portal-navbar.is-home.is-scrolled .portal-lang-switch{background:#ffffffeb;border-color:#e5e7ebe6}.portal-lang-btn{flex:0 0 auto;min-width:34px;height:24px;box-sizing:border-box;padding:0 .42rem;border-radius:999px;font-size:10px;line-height:24px;text-transform:none}.portal-lang-btn.is-active{box-shadow:0 2px 10px #9b5de529}.portal-reference-hero{height:min(60svh,440px);min-height:372px}.portal-reference-hero-shell{padding-top:62px;padding-bottom:16px}.portal-reference-hero-copy h1{font-size:21px}.portal-reference-hero-copy h2{font-size:26px}.portal-reference-intro-shell{grid-template-columns:78px minmax(0,1fr);gap:.7rem}.portal-reference-intro-stage{min-height:0}.portal-reference-mascot-card{width:78px}.portal-reference-mascot-glow{top:24%;right:12%;bottom:22%;left:12%;filter:blur(14px)}.portal-reference-title-bubble{padding:.6rem .72rem}.portal-reference-speech-bubble{margin-top:.55rem;padding:.8rem}.portal-reference-speech-bubble p,.portal-reference-story-body p,.portal-reference-product-copy-shell p{font-size:12px;line-height:1.58}.portal-reference-dot.is-active,.portal-reference-story-dot.is-active,.portal-reference-product-page-dot.is-active{width:20px}.portal-reference-story-polaroid,.portal-reference-story-copy{max-width:none}.portal-reference-story-image img{max-height:100%}.portal-reference-story-polaroid{padding:.45rem .45rem .55rem}.portal-reference-story-image{min-height:146px}.portal-reference-story-caption{margin-top:.35rem;font-size:10px}.portal-reference-story-body p{font-size:11.5px;line-height:1.42}.portal-reference-story-quote-mark{margin-top:.3rem;font-size:24px}.portal-reference-story-highlight{margin-top:.55rem;padding:.6rem .65rem}.portal-reference-story-highlight p{font-size:11.5px}.portal-reference-story-dots{margin-top:.65rem}.portal-reference-product-emoji{font-size:48px}.portal-reference-product-feature{grid-template-columns:96px minmax(0,1fr);gap:.7rem;padding:.7rem;border-radius:1.1rem}.portal-reference-product-copy-shell h3{margin-bottom:.4rem;font-size:18px}.portal-reference-product-copy-shell p{font-size:11.5px;line-height:1.48}.portal-reference-product-page-dots{margin-top:.7rem}.portal-reference-download-card{gap:.3rem;padding:.85rem .65rem .75rem}.portal-reference-download-icon{width:48px;height:48px;font-size:22px}.portal-reference-download-card strong{font-size:14px}.portal-reference-download-card p{font-size:10.5px;line-height:1.42}.portal-reference-download-line{margin-top:.7rem}.portal-reference-contact-open,.portal-reference-intro-button,.portal-reference-hero-actions .portal-ref-btn,.portal-form-submit,.portal-contact-submit{min-height:50px}.portal-contact-modal{padding:0}.portal-contact-modal-dialog{border-bottom-left-radius:0;border-bottom-right-radius:0;max-height:88vh;padding:1rem}.portal-story-lightbox{padding:.75rem}.portal-story-lightbox-dialog{width:100%;padding:.75rem .75rem .85rem;border-radius:20px}.portal-story-lightbox-close{top:8px;right:8px;width:36px;height:36px}.portal-story-lightbox-media img{max-height:74vh}.portal-story-lightbox-caption{margin-top:.6rem;font-size:12px}}
