*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0a0e14;--bg-panel:#111318;--border:#2a2e35;--text-primary:#e8e8e8;--text-secondary:#8a8f98;--text-muted:#4a4f58;--accent:#c8ccd4;--accent-green:#4ade80;--success:#7ac47a;--danger:#c45c5c;--font-mono:"JetBrains Mono", monospace;--font-title:"Space Grotesk", system-ui, sans-serif;--font-body:"Fira Sans", system-ui, sans-serif;--android-blue:#1a73e8;--android-bg:#fff;--ios-blue:#007aff;--ios-bg:#f2f2f7;--ios-alert-bg:#f2f2f2e6;--teal:#009688;--teal-dark:#00796b}html{font-size:14px}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-mono);-webkit-font-smoothing:antialiased;min-height:100dvh;line-height:1.5;overflow-x:hidden}#app{flex-direction:column;min-height:100dvh;display:flex}.simulation-banner{background-color:var(--danger);color:var(--text-primary);text-align:center;letter-spacing:.05em;z-index:9999;padding:6px 12px;font-size:.7rem;font-weight:700;position:sticky;top:0}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=480px){html{font-size:13px}}button,[role=button],a{min-width:44px;min-height:44px}.jumpscare{flex-direction:column;align-items:center;gap:12px;min-height:100%;padding:16px;display:flex}.jumpscare__title{color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em;font-size:.65rem}.jumpscare__bobide{filter:drop-shadow(0 0 24px #4ade804d);width:150px}.data-panel{border:1px solid var(--border);opacity:0;width:100%;max-width:360px;transition:opacity .3s,transform .3s;transform:translateY(8px)}.data-panel.visible{opacity:1;transform:none}.data-panel__header{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;background-color:var(--bg-panel);border-bottom:1px solid var(--border);padding:6px 10px;font-size:.6rem}.data-panel__body{color:var(--text-secondary);padding:8px 10px;font-size:.75rem;line-height:1.6}.jumpscare__progress{background-color:var(--border);width:100%;max-width:360px;height:2px;overflow:hidden}.jumpscare__progress-fill{background-color:var(--text-secondary);width:0%;height:100%;transition:width .4s}.jumpscare--reassure .jumpscare__bobide{opacity:0;width:0;margin:0;transition:all .6s}.jumpscare--reassure .jumpscare__title{opacity:0;transition:opacity .4s}.jumpscare--reassure .data-panel{opacity:.4;transition:opacity .6s}.jumpscare--reassure .jumpscare__progress{opacity:0;transition:opacity .4s}.jumpscare__reassure{flex-direction:column;align-items:center;gap:20px;width:100%;max-width:400px;margin-top:16px;display:flex}.jumpscare__cta{border:1px solid var(--accent-green);color:var(--accent-green);font-family:var(--font-mono);cursor:pointer;background:0 0;border-radius:6px;padding:14px 28px;font-size:.85rem;font-weight:700;transition:background .2s,color .2s}.jumpscare__cta:hover{background:var(--accent-green);color:var(--bg-primary)}@media (width<=480px){.jumpscare__bobide{width:120px}.data-panel{max-width:100%}}.bobide-speaker{align-items:flex-start;gap:16px;width:100%;max-width:400px;padding:24px 16px;display:flex}.bobide-speaker__img{filter:drop-shadow(0 0 10px #4ade804d);flex-shrink:0;width:80px;height:auto}.bobide-speaker__bubble{background:var(--bg-panel);border:1px solid var(--border);border-radius:8px;flex:1;padding:16px;position:relative}.bobide-speaker__bubble:before{content:"";border-top:8px solid #0000;border-bottom:8px solid #0000;border-right:8px solid var(--border);width:0;height:0;position:absolute;top:20px;left:-8px}.bobide-speaker__content{color:var(--text-secondary);font-size:.8rem;line-height:1.7}.bobide-speaker__content strong{color:var(--text-primary);margin-bottom:8px;font-size:1rem;display:block}.bobide-speaker__content p{margin-bottom:12px}.bobide-speaker__content p:last-child{margin-bottom:0}.bobide-panel{z-index:900;background:var(--bg-primary);transition:transform .35s cubic-bezier(.16,1,.3,1);position:fixed;left:0;right:0;box-shadow:0 0 24px #00000080}.bobide-panel--bottom{border-top:2px solid var(--accent-green);border-radius:16px 16px 0 0;top:auto;bottom:0;transform:translateY(calc(100% - 32px))}.bobide-panel--bottom.bobide-panel--open{transform:translateY(0)}.bobide-panel--top{border-bottom:2px solid var(--accent-green);border-radius:0 0 16px 16px;top:30px;bottom:auto;transform:translateY(calc(32px - 100%))}.bobide-panel--top.bobide-panel--open{transform:translateY(0)}.bobide-panel--top{flex-direction:column-reverse;display:flex}.bobide-panel--top .bobide-panel__content{padding:20px 16px 0}.bobide-panel__handle{cursor:pointer;justify-content:center;padding:10px;display:flex}.bobide-panel__handle-bar{background:var(--border);border-radius:2px;width:40px;height:4px;transition:background .2s}.bobide-panel__handle:hover .bobide-panel__handle-bar{background:var(--text-muted)}.bobide-panel__content{padding:0 16px 20px}.bobide-panel__row{align-items:flex-start;gap:14px;display:flex}.bobide-panel__img{filter:drop-shadow(0 0 8px #4ade8040);flex-shrink:0;width:48px;height:auto}.bobide-panel__text-wrap{flex:1;min-width:0}.bobide-panel__title{color:var(--accent-green);letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;font-size:.78rem;font-weight:700}.bobide-panel__text{color:var(--text-primary);font-size:.95rem;line-height:1.7}@media (width<=480px){.bobide-speaker__img{width:60px}.bobide-panel__img{width:40px}.bobide-panel__text{font-size:.88rem}}.context-modal{z-index:40;justify-content:center;align-items:center;padding:24px;animation:.4s fade-in;display:flex;position:absolute;inset:0}.context-modal__card{background:var(--bg-primary);border:1px solid var(--border);text-align:center;border-radius:12px;width:100%;max-width:360px;padding:28px 24px}.context-modal__title{color:var(--accent-green);letter-spacing:.12em;text-transform:uppercase;margin-bottom:16px;font-size:.75rem;font-weight:700}.context-modal__text{color:var(--text-primary);margin-bottom:20px;font-size:.92rem;line-height:1.7}.context-modal__disclaimer{color:var(--accent-green);border:1px solid var(--accent-green);background:#4ade8014;border-radius:6px;margin-bottom:24px;padding:14px 16px;font-size:.85rem;font-weight:500;line-height:1.6}.context-modal__btn{background:var(--accent-green);color:var(--bg-primary);font-family:var(--font-mono);cursor:pointer;border:none;border-radius:6px;padding:14px 32px;font-size:.9rem;font-weight:700;transition:opacity .2s}.context-modal__btn:hover{opacity:.85}.printer-app{z-index:10;background:#f0f4f8;flex-direction:column;font-family:system-ui,-apple-system,sans-serif;display:flex;position:absolute;inset:0;overflow:hidden}.printer-app__header{background:var(--teal);color:#fff;justify-content:space-between;align-items:center;padding:48px 16px 12px;display:flex;box-shadow:0 2px 8px #00000026}.printer-app__header-left{align-items:center;gap:10px;display:flex}.printer-app__icon{background:#fff3;border-radius:50%;padding:6px;font-size:1.2rem;line-height:1}.printer-app__name{font-size:1.1rem;font-weight:700;line-height:1}.printer-app__subtitle{opacity:.8;text-transform:uppercase;letter-spacing:.08em;font-size:.6rem}.printer-app__badge{background:#ffffff1a;border:1px solid #fff3;border-radius:4px;padding:4px 8px;font-size:.65rem}.printer-app__content{text-align:center;color:#334155;flex-direction:column;flex:1;align-items:center;padding:48px 24px 24px;display:flex}.printer-app__dl-icon{background:#e0f2f1;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:24px;font-size:2.5rem;animation:2s infinite pulse-soft;display:flex;box-shadow:0 0 0 8px #00968814}.printer-app__title{color:var(--teal);margin-bottom:8px;font-size:1.2rem;font-weight:700}.printer-app__desc{color:#64748b;max-width:280px;margin-bottom:32px;font-size:.85rem;line-height:1.5}.printer-app__status{background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;max-width:300px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.printer-app__status-header{color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #f1f5f9;justify-content:space-between;padding:8px 12px;font-size:.65rem;font-weight:600;display:flex}.printer-app__status-dot{color:#f97316}.printer-app__status-body{text-align:left;padding:12px}.printer-app__status-name{color:#334155;font-size:.85rem;font-weight:700}.printer-app__status-sub{color:#94a3b8;margin-top:4px;font-size:.75rem}@keyframes pulse-soft{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}.bottom-sheet{z-index:20;background:#fff;border-radius:24px 24px 0 0;padding:24px 24px 48px;animation:.4s cubic-bezier(.16,1,.3,1) slide-up;position:absolute;bottom:0;left:0;right:0;box-shadow:0 -10px 40px #00000026}.bottom-sheet--tutorial{z-index:30}@keyframes slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.bottom-sheet__handle{background:#e2e8f0;border-radius:3px;width:48px;height:5px;margin:0 auto 20px}.bottom-sheet__icon-circle{border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;margin:0 auto 12px;font-size:1.5rem;display:flex}.bottom-sheet__icon-circle--blue{color:#2563eb;background:#eff6ff}.bottom-sheet__title{color:#0f172a;text-align:center;margin-bottom:8px;font-size:1.1rem;font-weight:700}.bottom-sheet__subtitle{color:#64748b;text-align:center;margin-bottom:24px;padding:0 16px;font-size:.75rem;line-height:1.5}.bottom-sheet__btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px;font-family:system-ui,sans-serif;font-size:.9rem;font-weight:700;transition:background .2s;display:flex}.bottom-sheet__btn--teal{background:var(--teal);color:#fff;box-shadow:0 4px 12px #00968840}.bottom-sheet__btn--teal:active{background:var(--teal-dark);transform:scale(.98)}.bottom-sheet__secure{text-align:center;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em;margin-top:16px;font-size:.6rem;font-weight:600}.bottom-sheet__steps{background:#f8fafc;border:1px solid #f1f5f9;border-radius:12px;margin-bottom:20px;padding:16px}.bottom-sheet__step{color:#475569;align-items:flex-start;gap:10px;font-size:.75rem;line-height:1.5;display:flex}.bottom-sheet__step+.bottom-sheet__step{margin-top:10px}.bottom-sheet__step b{color:#0f172a}.bottom-sheet__step-num{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:.7rem;font-weight:700}.android-overlay{z-index:50;background:#0009;justify-content:center;align-items:center;padding:24px;animation:.2s fade-in;display:flex;position:absolute;inset:0}.android-dialog{color:#1f2937;background:#fff;border-radius:16px;width:100%;max-width:340px;padding:24px;font-family:Roboto,system-ui,sans-serif;box-shadow:0 16px 48px #0000004d}.android-dialog__icon{color:#dc2626;background:#fef2f2;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 12px;font-size:1.5rem;display:flex}.android-dialog__title{text-align:center;margin-bottom:12px;font-size:1.1rem;font-weight:700}.android-dialog__text{color:#4b5563;text-align:center;margin-bottom:24px;font-size:.85rem;line-height:1.5}.android-dialog__actions{flex-direction:column;gap:10px;display:flex}.android-btn{cursor:pointer;border:none;border-radius:6px;width:100%;padding:12px;font-family:inherit;font-size:.85rem;font-weight:600;transition:background .15s}.android-btn--primary{background:var(--android-blue);color:#fff}.android-btn--primary:active{background:#1557b0}.android-btn--secondary{color:#6b7280;background:0 0;font-weight:700}.android-settings{z-index:55;color:#1f2937;background:#fff;flex-direction:column;font-family:Roboto,system-ui,sans-serif;animation:.35s cubic-bezier(.16,1,.3,1) slide-in-right;display:flex;position:absolute;inset:0}@keyframes slide-in-right{0%{transform:translate(100%)}to{transform:translate(0)}}.android-settings__header{border-bottom:1px solid #e5e7eb;align-items:center;gap:16px;padding:16px;display:flex;box-shadow:0 1px 3px #0000000d}.android-settings__back{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:4px;font-size:1.2rem}.android-settings__title{font-size:1.1rem;font-weight:500}.android-settings__body{background:#f9fafb;flex:1;padding:16px}.android-settings__toggle-row{cursor:pointer;background:#fff;border:1px solid #f3f4f6;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:16px;display:flex;box-shadow:0 1px 2px #00000008}.android-settings__toggle-label{font-weight:500}.android-settings__toggle-sub{color:#6b7280;margin-top:4px;font-size:.75rem}.android-toggle{background:#d1d5db;border-radius:10px;flex-shrink:0;width:40px;height:20px;transition:background .3s;position:relative}.android-toggle__knob{background:#fff;border-radius:50%;width:16px;height:16px;transition:transform .3s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #00000026}.android-settings__info{color:#1e40af;background:#eff6ff;border:1px solid #dbeafe;border-radius:8px;align-items:flex-start;gap:8px;padding:12px;font-size:.75rem;display:flex}.android-settings__info-icon{flex-shrink:0;font-size:1rem}.ios-alert-overlay{z-index:50;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);justify-content:center;align-items:center;padding:32px;animation:.2s fade-in;display:flex;position:absolute;inset:0}.ios-alert{background:var(--ios-alert-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;color:#000;border:1px solid #9ca3af4d;border-radius:14px;width:270px;font-family:-apple-system,system-ui,sans-serif;overflow:hidden;box-shadow:0 8px 32px #0003}.ios-alert__body{padding:20px 16px 16px}.ios-alert__title{margin-bottom:4px;font-size:.95rem;font-weight:600;line-height:1.3}.ios-alert__text{font-size:.8rem;line-height:1.3}.ios-alert__actions{border-top:1px solid #9ca3af4d;display:flex}.ios-btn{color:var(--ios-blue);cursor:pointer;background:0 0;border:none;flex:1;padding:12px;font-family:inherit;font-size:1rem}.ios-btn:active{background:#0000000d}.ios-btn+.ios-btn{border-left:1px solid #9ca3af4d}.ios-btn--bold{font-weight:600}.ios-profile{z-index:55;background:var(--ios-bg);color:#000;flex-direction:column;font-family:-apple-system,system-ui,sans-serif;animation:.35s cubic-bezier(.16,1,.3,1) slide-up;display:flex;position:absolute;inset:0}.ios-profile__nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:20;background:#f2f2f7e6;border-bottom:1px solid #c6c6c8;justify-content:space-between;align-items:center;padding:48px 16px 12px;display:flex;position:sticky;top:0}.ios-profile__nav-back{color:var(--ios-blue);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-family:inherit;font-size:1rem;display:flex}.ios-profile__nav-title{font-size:1rem;font-weight:600}.ios-profile__nav-action{color:var(--ios-blue);cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:1rem;font-weight:600}.ios-profile__content{flex-direction:column;align-items:center;padding:20px;display:flex}.ios-profile__app-icon{color:#9ca3af;background:#fff;border:1px solid #e5e7eb;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:16px;font-size:2rem;display:flex;box-shadow:0 2px 8px #00000014}.ios-profile__verified{color:#22c55e;align-items:center;gap:4px;margin-bottom:4px;font-size:.8rem;font-weight:500;display:flex}.ios-profile__verified-badge{color:#fff;background:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:.5rem;font-weight:900;display:flex}.ios-profile__name{margin-bottom:4px;font-size:1.25rem;font-weight:600}.ios-profile__publisher{color:#8e8e93;margin-bottom:32px;font-size:.9rem}.ios-profile__details{background:#fff;border:1px solid #e5e5ea;border-radius:12px;width:100%;overflow:hidden}.ios-profile__detail-row{justify-content:space-between;align-items:center;padding:14px 16px;font-size:.9rem;display:flex}.ios-profile__detail-row+.ios-profile__detail-row{border-top:1px solid #e5e5ea}.ios-profile__detail-label{color:#000}.ios-profile__detail-value{color:#8e8e93;text-align:right}.ios-profile__warning{text-align:center;color:#8e8e93;margin-top:32px;padding:0 16px;font-size:.8rem;line-height:1.4}.installing-overlay{z-index:60;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;justify-content:center;align-items:center;padding:32px;animation:.2s fade-in;display:flex;position:absolute;inset:0}.installing-modal{background:#fff;border-radius:20px;flex-direction:column;align-items:center;width:100%;max-width:280px;padding:32px;font-family:system-ui,sans-serif;display:flex;box-shadow:0 16px 48px #0000004d}.installing-spinner{border:4px solid #f1f5f9;border-top-color:var(--teal);border-radius:50%;width:64px;height:64px;margin-bottom:24px;animation:1s linear infinite spin;position:relative}.installing-spinner__icon{justify-content:center;align-items:center;font-size:1.3rem;display:flex;position:absolute;inset:0}@keyframes spin{to{transform:rotate(360deg)}}.installing-title{color:#1e293b;margin-bottom:4px;font-size:1.1rem;font-weight:700}.installing-subtitle{color:#64748b;margin-bottom:16px;font-size:.85rem}.installing-progress{background:#f1f5f9;border-radius:3px;width:100%;height:6px;overflow:hidden}.installing-progress__fill{background:var(--teal);width:0%;height:100%;transition:width 1.5s ease-in-out}.installing-done-icon{color:#16a34a;background:#dcfce7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:16px;font-size:2rem;display:flex}.installing-done-title{color:#0f172a;margin-bottom:24px;font-size:1.2rem;font-weight:700}.installing-launch-btn{background:var(--teal);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:system-ui,sans-serif;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 4px 12px #00968840}.installing-launch-btn:active{background:var(--teal-dark);transform:scale(.98)}.accessibility-screen{z-index:60;color:#0f172a;background:#fff;flex-direction:column;justify-content:center;align-items:center;padding:32px;font-family:system-ui,sans-serif;animation:.3s fade-in;display:flex;position:absolute;inset:0}.accessibility-icon{color:#fff;background:#3b82f6;border-radius:24px;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:32px;font-size:2.5rem;animation:2s infinite pulse-soft;display:flex;box-shadow:0 8px 24px #3b82f64d}.accessibility-title{margin-bottom:8px;font-size:1.4rem;font-weight:700}.accessibility-subtitle{color:#64748b;margin-bottom:32px;font-size:.9rem}.accessibility-alert{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;width:100%;margin-bottom:32px;padding:20px}.accessibility-alert__header{color:#c2410c;align-items:center;gap:8px;margin-bottom:8px;font-size:.85rem;font-weight:700;display:flex}.accessibility-alert__text{color:#475569;font-size:.78rem;line-height:1.5}.accessibility-alert__text b{color:#0f172a}.accessibility-btn{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;padding:14px;font-family:system-ui,sans-serif;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 4px 12px #3b82f640}.accessibility-btn:active{background:#2563eb;transform:scale(.98)}.accessibility-hint{color:#94a3b8;text-align:center;margin-top:24px;font-size:.7rem}.permission-overlay{z-index:70;background:#0006;justify-content:center;align-items:center;padding:32px;animation:.2s fade-in;display:flex;position:absolute;inset:0}.permission-android{background:#fff;border-radius:16px;width:100%;max-width:320px;font-family:Roboto,system-ui,sans-serif;overflow:hidden;box-shadow:0 16px 48px #0000004d}.permission-android__body{text-align:center;padding:24px 24px 16px}.permission-android__icon{color:#2563eb;background:#dbeafe;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin:0 auto 16px;font-size:1.2rem;display:flex}.permission-android__text{color:#111827;font-size:1rem;font-weight:500;line-height:1.4}.permission-android__text b{font-weight:700}.permission-android__actions{border-top:1px solid #f3f4f6;display:flex}.permission-android__btn{cursor:pointer;background:0 0;border:none;flex:1;padding:14px;font-family:inherit;font-size:.85rem;font-weight:700}.permission-android__btn--deny{color:#6b7280}.permission-android__btn--allow{color:var(--android-blue)}.permission-android__btn--allow:active{background:#eff6ff}.permission-ios{background:var(--ios-alert-bg);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);text-align:center;color:#000;border:1px solid #9ca3af4d;border-radius:14px;width:270px;font-family:-apple-system,system-ui,sans-serif;overflow:hidden;box-shadow:0 8px 32px #0003}.permission-ios__body{padding:20px 16px 16px}.permission-ios__title{margin-bottom:6px;font-size:.95rem;font-weight:600;line-height:1.3}.permission-ios__text{font-size:.8rem;line-height:1.3}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.conclusion{color:#141d23;min-height:100%;font-family:var(--font-body);background:#f4f2f2;flex-direction:column;align-items:center;gap:20px;padding:32px 16px;display:flex;overflow-y:auto}.conclusion__logo{width:160px;height:auto;margin-bottom:8px}.conclusion__header{text-align:center;max-width:400px}.conclusion__header-title{font-family:var(--font-title);color:#141d23;margin-bottom:8px;font-size:1.3rem;font-weight:700}.conclusion__header-sub{color:#5a6570;font-size:.85rem;line-height:1.6}.conclusion__panel{background:#fff;border:1px solid #e5e3e3;border-radius:8px;width:100%;max-width:400px;overflow:hidden}.conclusion__panel-title{font-family:var(--font-title);letter-spacing:.08em;text-transform:uppercase;color:#8a8888;border-bottom:1px solid #e5e3e3;padding:10px 14px;font-size:.75rem;font-weight:600}.conclusion__list{padding:14px;list-style:none}.conclusion__list-item{color:#3a4450;padding:5px 0 5px 20px;font-size:.82rem;line-height:1.7;position:relative}.conclusion__list-item:before{content:"›";color:#b0adad;position:absolute;left:4px}.conclusion__list-item strong{color:#141d23}.conclusion__panel--impact .conclusion__panel-title{color:#c84a95}.conclusion__panel--impact .conclusion__list-item:before{content:"•";color:#c84a95}.conclusion__panel--advice .conclusion__panel-title{color:#39ac5a}.conclusion__panel--advice .conclusion__list-item:before{content:"✓";color:#39ac5a}.conclusion .bobide-speaker__bubble{background:#fff;border-color:#e5e3e3}.conclusion .bobide-speaker__bubble:before{border-right-color:#e5e3e3}.conclusion .bobide-speaker__content{color:#3a4450}.conclusion .bobide-speaker__content strong{color:#141d23}.conclusion__cta{color:#fff;font-family:var(--font-title);cursor:pointer;text-align:center;background:#c84a95;border:none;border-radius:6px;margin-top:8px;padding:14px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s;display:inline-block}.conclusion__cta:hover{background:#b03d82}.conclusion__restart{color:#8a8888;font-family:var(--font-body);cursor:pointer;background:0 0;border:1px solid #d0cdcd;border-radius:6px;padding:10px 20px;font-size:.75rem;transition:color .2s,border-color .2s}.conclusion__restart:hover{color:#5a6570;border-color:#8a8888}@media (width<=480px){.conclusion__panel{max-width:100%}}
