/*
 * Orvia iPhone mockup (iphone-demo.js). Tokens mirror the shipping iPhone
 * redesign: MobileRedesignSystem.swift, OnboardingPalette and
 * OnboardingAmbientBackdrop (402 × 874 pt canvas). Everything is scoped under
 * .ophone so it never touches site styles.
 */
.phone-wrap{--s:.72;width:calc(426px*var(--s));height:calc(898px*var(--s));position:relative;flex:none;filter:drop-shadow(0 30px 34px rgba(0,0,0,.2)) drop-shadow(0 8px 12px rgba(0,0,0,.12))}
.ophone{--page:#FFFFFF;--paper:#FFFFFF;--tile:#FFFFFF;--control:#EEEEEE;--controlStrong:#E5E5E5;
  --ink:#1D1D1F;--muted:#858585;--quiet:#B5B5B5;--action:#151517;--actionFg:#FFFFFF;
  --accent:#AE532D;--positive:#34C759;--safe:#7FCB83;--warm:251,210,192;--cool:210,226,248;--ws:1;
  --cardShadow:0 6px 16px rgba(0,0,0,.08);--ctlShadow:0 5px 12px rgba(0,0,0,.08);--actShadow:0 5px 12px rgba(0,0,0,.14);
  --tileEdge:rgba(0,0,0,.1);
  position:absolute;left:0;top:0;width:426px;height:898px;transform:scale(var(--s));transform-origin:0 0;
  padding:12px;box-sizing:border-box;
  font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","PingFang SC","Helvetica Neue",sans-serif;color:var(--ink);-webkit-font-smoothing:antialiased}
.ophone.dark{--page:#0F0F11;--paper:#2E2E30;--tile:#26262A;--control:rgba(255,255,255,.12);--controlStrong:rgba(255,255,255,.18);
  --ink:#F2F2F4;--muted:rgba(255,255,255,.62);--quiet:rgba(255,255,255,.36);--action:#F2F2F4;--actionFg:#0F0F11;
  --accent:#E6936A;--warm:75,42,33;--cool:29,43,68;--ws:.59;
  --cardShadow:0 6px 16px rgba(0,0,0,.36);--ctlShadow:0 5px 12px rgba(0,0,0,.42);--actShadow:0 5px 12px rgba(0,0,0,.4);
  --tileEdge:rgba(255,255,255,.1)}
.ophone *{box-sizing:border-box}
.ophone .body{position:absolute;inset:0;background:linear-gradient(90deg,#aeb1b6 0,#e9ebee 2.5%,#d4d7db 12%,#c9ccd1 50%,#d4d7db 88%,#e9ebee 97.5%,#aeb1b6 100%)}
.ophone .body::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(255,255,255,0) 6%,rgba(0,0,0,0) 94%,rgba(0,0,0,.12))}
.ophone .bezel{position:absolute;inset:3.5px;background:#050506}
.ophone .hw{position:absolute;width:4px;border-radius:2px;background:linear-gradient(90deg,#9ea2a8,#d9dbde 60%,#b7babf)}
.ophone .hw.l{left:-3.5px}.ophone .hw.r{right:-3.5px;background:linear-gradient(90deg,#b7babf,#d9dbde 40%,#9ea2a8)}
.ophone .hw.act{top:188px;height:32px}.ophone .hw.vup{top:246px;height:60px}.ophone .hw.vdn{top:320px;height:60px}
.ophone .hw.side{top:272px;height:98px}.ophone .hw.cam{top:570px;height:64px;width:3px;right:-2.5px;background:linear-gradient(90deg,#7d8187,#c4c7cb)}
.ophone .screen{position:relative;z-index:1;width:402px;height:874px;overflow:hidden;background-color:var(--page);
  background-image:
    radial-gradient(342px circle at 48px 140px,rgba(var(--warm),calc(.64*var(--ws))) 0,rgba(var(--warm),calc(.47*var(--ws))) 30%,rgba(var(--warm),calc(.24*var(--ws))) 58%,rgba(var(--warm),calc(.07*var(--ws))) 82%,rgba(var(--warm),0) 100%),
    radial-gradient(322px circle at 402px 787px,rgba(var(--cool),calc(.68*var(--ws))) 0,rgba(var(--cool),calc(.5*var(--ws))) 30%,rgba(var(--cool),calc(.25*var(--ws))) 58%,rgba(var(--cool),calc(.07*var(--ws))) 82%,rgba(var(--cool),0) 100%);
  transition:background-color .5s}
.ophone .screen.paperbg{background-image:none;background-color:var(--paper)}
.ophone .status{position:absolute;inset:0 0 auto 0;height:54px;display:flex;align-items:center;justify-content:space-between;padding:6px 34px 0 50px;font-weight:600;font-size:17px;z-index:20;pointer-events:none}
.ophone .island{position:absolute;left:50%;top:12px;width:122px;height:34px;margin-left:-61px;background:#000;border-radius:20px;z-index:21}
.ophone .status .sig{display:flex;gap:6px;align-items:center}
.ophone .status .batt{width:25px;height:12px;border:1.5px solid currentColor;border-radius:4px;opacity:.9;position:relative}
.ophone .status .batt::after{content:"";position:absolute;inset:1.5px 5px 1.5px 1.5px;background:currentColor;border-radius:1.5px}
.ophone .home-ind{position:absolute;left:50%;bottom:8px;width:140px;height:5px;margin-left:-70px;background:var(--ink);border-radius:3px;opacity:.85;z-index:30}
.ophone .ico{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex:none}
.ophone .tile{background:var(--tile);box-shadow:0 2px 4px rgba(0,0,0,.05),inset 0 0 0 .5px var(--tileEdge)}
.ophone .topbar{position:absolute;top:58px;left:26px;right:26px;height:58px;display:flex;align-items:center;gap:14px;z-index:5}
.ophone .topbar .sp{flex:1}
.ophone .cbtn{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;color:var(--ink)}
.ophone .cbtn.pro{background:var(--action);color:var(--actionFg);box-shadow:0 4px 8px rgba(0,0,0,.12)}
.ophone .deck{position:absolute;left:26px;right:26px;top:144px;bottom:142px}
.ophone .mcard{position:absolute;inset:0;background:var(--paper);border-radius:24px;box-shadow:var(--cardShadow);display:flex;flex-direction:column;overflow:hidden;touch-action:pan-y;user-select:none;will-change:transform}
.ophone .mcard.back{left:24px;right:24px;transform:translateY(7px);cursor:default;z-index:0}
.ophone .mcard.back::after{content:"";position:absolute;inset:0;background:var(--controlStrong);opacity:.22;z-index:5;pointer-events:none}
.ophone .mcard.front{z-index:2}
.ophone .mcard .inner{padding:24px 24px 0;flex:1;overflow:hidden;position:relative;display:flex;flex-direction:column;gap:16px}
.ophone .mcard h3{margin:0;font-size:20px;line-height:1.3;font-weight:600;letter-spacing:-.01em}
.ophone .meta{display:flex;align-items:flex-start;gap:8px}
.ophone .meta .av{width:22px;height:22px;font-size:10px}
.ophone .meta b{font-size:14px;font-weight:300;display:block;color:var(--ink)}
.ophone .meta span{font-size:12px;font-weight:300;color:var(--muted)}
.ophone .meta time{margin-left:auto;font-size:12px;font-weight:300;color:var(--quiet);font-variant-numeric:tabular-nums}
.ophone .av{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;font-size:15px;font-weight:600;color:#fff;flex:none;position:relative}
.ophone .mbody{padding:14px 0}
.ophone .mbody p{margin:0 0 12px;font-size:17px;font-weight:300;line-height:1.45;color:var(--muted)}
.ophone .mbody p strong{color:var(--ink);font-weight:500}
.ophone .code{font-family:"SF Mono",ui-monospace,Menlo,monospace;font-size:32px;letter-spacing:.2em;color:var(--ink);background:var(--control);border-radius:14px;padding:14px 0;text-align:center;margin:4px 0 14px}
.ophone .actbar{position:relative;display:flex;gap:14px;padding:0 24px 22px}
.ophone .actbar::before{content:"";position:absolute;left:0;right:0;top:-48px;height:48px;background:linear-gradient(rgba(255,255,255,0),var(--paper));pointer-events:none}
.ophone.dark .actbar::before{background:linear-gradient(rgba(46,46,48,0),var(--paper))}
.ophone .bmore{width:96px;height:50px;border-radius:20px;background:var(--paper);box-shadow:var(--ctlShadow);display:grid;place-items:center;color:var(--ink);flex:none}
.ophone .bmain{flex:1;height:50px;border-radius:20px;background:var(--action);color:var(--actionFg);box-shadow:var(--actShadow);display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;font-weight:600;border:0;font-family:inherit;cursor:pointer;transition:transform .15s,opacity .2s}
.ophone .bmain:active{transform:scale(.96)}
.ophone .bmain .ico{width:19px;height:19px}
.ophone .sw-ov{position:absolute;inset:0;z-index:4;opacity:0;pointer-events:none;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column;gap:6px;padding:28px;color:#fff;font-size:22px;font-weight:600}
.ophone .sw-ov.done{background:rgba(76,107,145,.67);align-items:flex-start}
.ophone .sw-ov.skip{background:rgba(110,110,107,.67);align-items:flex-end}
.ophone .sw-ov .ico{width:30px;height:30px;stroke-width:2}
.ophone .bbar{position:absolute;left:26px;right:26px;bottom:34px;height:58px;display:flex;gap:12px;z-index:6;align-items:center}
.ophone .cats{flex:1;border-radius:29px;display:flex;align-items:center;padding:4px;gap:3px;height:58px}
.ophone .cat{height:48px;min-width:48px;border-radius:24px;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--ink);font-size:13px;font-weight:300;flex:1;transition:all .22s ease-out;cursor:pointer;border:0;background:none;font-family:inherit;padding:0 4px}
.ophone .cat span{display:none;white-space:nowrap}
.ophone .cat.on{background:var(--action);color:var(--actionFg);flex:0 0 auto;min-width:80px;padding:0 12px}
.ophone .cat.on span{display:inline}
.ophone .mbx{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;color:var(--ink);flex:none}
.ophone .panel{position:absolute;left:26px;right:26px;background:var(--paper);border-radius:24px;overflow:hidden}
.ophone .ph{display:flex;align-items:center;gap:8px;height:78px;padding:0 20px;font-size:16px;font-weight:600}
.ophone .ph .sp{flex:1}
.ophone .ph small{font-size:12px;font-weight:300;color:var(--muted);font-variant-numeric:tabular-nums}
.ophone .ph .chev{color:var(--muted);width:14px;height:14px;stroke-width:2}
.ophone .picon{width:26px;height:26px;border-radius:8px;display:grid;place-items:center;flex:none}
.ophone .picon.accent{background:color-mix(in srgb,var(--accent) 13%,transparent);color:var(--accent)}
.ophone .picon.positive{background:color-mix(in srgb,var(--positive) 13%,transparent);color:var(--positive)}
.ophone .picon .ico{width:14px;height:14px;stroke-width:2.2}
.ophone .lh{display:flex;align-items:baseline;justify-content:space-between;height:56px;padding:18px 24px 10px;font-size:20px;font-weight:600}
.ophone .lh small{font-size:14px;font-weight:300;color:var(--quiet)}
.ophone .row{display:flex;gap:12px;align-items:center;min-height:72px;padding:10px 24px;transition:opacity .3s,transform .3s;position:relative}
.ophone .row.rem{padding-right:16px}
.ophone .row .t{flex:1;min-width:0}
.ophone .row .l1{display:flex;align-items:baseline;gap:6px}
.ophone .row .l1 b{flex:1;min-width:0;font-size:15px;font-weight:600;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ophone .row .l1 time{font-size:12px;font-weight:300;color:var(--muted);font-variant-numeric:tabular-nums}
.ophone .row .l2{font-size:15px;font-weight:300;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:2px}
.ophone .row .cnt{font-size:11px;font-weight:500;color:var(--muted);background:var(--control);border-radius:8px;padding:1px 6px}
.ophone .row.read .l1 b{font-weight:400;color:var(--muted)}
.ophone .row.read .l1 time,.ophone .row.read .l2{color:var(--quiet)}
.ophone .row.unread::before{content:"";position:absolute;left:12px;top:50%;width:7px;height:7px;margin-top:-3.5px;border-radius:50%;background:var(--accent)}
.ophone .row.gone{opacity:0;transform:translateX(30px)}
.ophone .badge{position:absolute;right:-4px;bottom:-4px;width:18px;height:18px;border-radius:5px;background:var(--tile);box-shadow:0 1px 2px rgba(0,0,0,.15);display:grid;place-items:center}
.ophone .badge i{width:7px;height:7px;border-radius:2px}
.ophone .badge b{display:grid;place-items:center;width:12px;height:12px;border-radius:3px;color:#fff;font:700 8px/1 -apple-system,sans-serif}
.ophone .badge b.t{width:auto;font-size:6.5px;letter-spacing:-.02em}
.ophone .badge svg{width:13px;height:13px}
.ophone .av{overflow:visible}
.ophone .av.photo svg{width:100%;height:100%;border-radius:50%;display:block}
.ophone .av.logo .ico{width:56%;height:56%;stroke-width:1.9}
.ophone .chk.done span{background:var(--positive);color:#fff;box-shadow:none;transform:scale(1.08)}
.ophone .chk.done span .ico{stroke-width:3}
.ophone .chk{width:44px;height:44px;display:grid;place-items:center;border:0;background:none;cursor:pointer;padding:0;flex:none}
.ophone .chk span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;color:var(--quiet);transition:all .25s cubic-bezier(.3,1.6,.5,1)}
.ophone .chk span .ico{width:12px;height:12px;stroke-width:2}
.ophone .pfoot{display:flex;gap:10px;padding:12px 24px 24px}
.ophone .pfoot .bmore{width:74px;height:48px;border-radius:13px;box-shadow:0 2px 4px rgba(0,0,0,.05),inset 0 0 0 .5px var(--tileEdge);background:var(--tile)}
.ophone .pfoot .bmain{height:48px;border-radius:13px;box-shadow:none;font-size:16px}
.ophone .pfoot .bmain[disabled]{opacity:.3;cursor:default}
.ophone .clear{position:absolute;inset:130px 26px 250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}
.ophone .clear img{width:168px;height:168px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.08))}
.ophone .clear p{margin:0;color:var(--quiet);font-size:14px;font-weight:300}
.ophone .readpill{position:absolute;left:26px;right:26px;bottom:142px;height:78px;border-radius:24px;background:var(--paper)}
.ophone .dtool{position:absolute;top:58px;left:26px;right:26px;height:64px;display:flex;gap:10px;align-items:center}
.ophone .dtool .back{width:48px;height:36px;border-radius:14px;display:grid;place-items:center;color:var(--ink)}
.ophone .dtool .back .ico{width:18px;height:18px;stroke-width:2}
.ophone .dtool .pill{height:42px;border-radius:21px;display:flex;align-items:center;padding:3px}
.ophone .dtool .pill i{width:48px;height:36px;display:grid;place-items:center;color:var(--ink)}
.ophone .dtool .pill .ico{width:19px;height:19px}
.ophone .dbody{position:absolute;top:126px;left:26px;right:26px;bottom:120px;overflow:hidden}
.ophone .dbody h2{font-size:20px;line-height:1.3;margin:4px 0 16px;font-weight:600}
.ophone .dbody .meta{margin-bottom:18px;gap:9px}
.ophone .dbody .meta .av{width:36px;height:36px;font-size:14px}
.ophone .dbody .meta .to{display:block;font-size:12px;font-weight:300;color:var(--quiet)}
.ophone .chips{display:flex;gap:8px;margin-bottom:12px}
.ophone .chip2{height:34px;border-radius:17px;padding:0 13px;display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:500;color:var(--ink)}
.ophone .chip2 .ico{width:13px;height:13px;stroke-width:2}
.ophone .safe{min-height:38px;border-radius:11px;background:rgba(0,0,0,.035);display:flex;align-items:center;gap:6px;padding:0 12px;margin-bottom:26px;font-size:13px}
.ophone.dark .safe{background:rgba(255,255,255,.05)}
.ophone .safe .sh{color:var(--safe);display:grid}
.ophone .safe .sh .ico{width:14px;height:14px;fill:var(--safe);stroke:#fff;stroke-width:1.6}
.ophone .safe b{font-weight:500}
.ophone .safe small{font-size:13px;color:var(--muted);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ophone .safe .cv{color:var(--quiet);width:11px;height:11px;stroke-width:2.4}
.ophone .dbody p{font-size:17px;font-weight:300;line-height:1.45;margin:0 0 14px;color:var(--ink)}
.ophone .dreply{position:absolute;left:0;right:0;bottom:0;padding:44px 26px 42px;display:flex;justify-content:center;gap:14px;background:linear-gradient(rgba(255,255,255,0),var(--paper) 45%)}
.ophone.dark .dreply{background:linear-gradient(rgba(46,46,48,0),var(--paper) 45%)}
.ophone .dreply .fwd{min-width:96px;height:62px;padding:0 18px;border-radius:20px;background:var(--paper);box-shadow:var(--ctlShadow);display:flex;align-items:center;gap:6px;font-weight:600;font-size:16px}
.ophone .dreply .rep{width:156px;height:62px;border-radius:20px;background:var(--action);color:var(--actionFg);box-shadow:var(--actShadow);display:flex;align-items:center;justify-content:center;gap:8px;font-weight:600;font-size:16px;position:relative}
.ophone .dreply .ico{width:19px;height:19px}
.ophone .sheetbg{position:absolute;inset:0;background:rgba(0,0,0,.18);z-index:24;opacity:0;transition:opacity .35s}
.ophone .sheet{position:absolute;left:0;right:0;bottom:0;background:var(--page);border-radius:30px 30px 44px 44px;padding:24px 26px 30px;z-index:25;transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.ophone .sheet .sht{display:flex;align-items:flex-start;gap:12px;margin-bottom:20px}
.ophone .sheet h4{margin:0 0 4px;font-size:22px;font-weight:600}
.ophone .sheet .sub{color:var(--muted);font-size:14px;font-weight:300}
.ophone .sheet .x{margin-left:auto;width:44px;height:44px;border-radius:50%;background:var(--control);display:grid;place-items:center;flex:none}
.ophone .sheet .x .ico{width:13px;height:13px;stroke-width:2}
.ophone .sheet h5{margin:0 0 12px;font-size:17px;font-weight:600}
.ophone .opt{display:flex;align-items:center;gap:12px;min-height:58px;border-radius:13px;background:var(--control);padding:0 16px;margin-bottom:12px;font-size:17px;font-weight:400}
.ophone .opt .ico{width:18px;height:18px;flex:none}
.ophone .opt .ot{flex:1}
.ophone .opt time{display:block;color:var(--muted);font-size:12px;font-weight:300}
.ophone .opt .rd{width:20px;height:20px;border-radius:50%;border:1.5px solid var(--quiet);opacity:.6}
.ophone .opt.sel{background:var(--controlStrong)}
.ophone .opt.sel .rd{border:0;opacity:1;background:var(--ink);box-shadow:inset 0 0 0 5.5px var(--ink),inset 0 0 0 20px var(--page)}
.ophone .sheet .confirm{margin-top:10px;height:52px;border-radius:14px;background:var(--action);color:var(--actionFg);display:grid;place-items:center;font-weight:600;font-size:17px}
.ophone .toast{position:absolute;left:50%;top:66px;transform:translate(-50%,-30px);background:var(--paper);color:var(--ink);box-shadow:0 5px 14px rgba(0,0,0,.12);padding:12px 20px;border-radius:22px;font-size:15px;font-weight:500;opacity:0;transition:all .35s cubic-bezier(.2,.8,.2,1);z-index:40;white-space:nowrap;display:flex;gap:8px;align-items:center}
.ophone .toast.show{opacity:1;transform:translate(-50%,0)}
@media (prefers-reduced-motion:reduce){.ophone *{transition:none!important;animation:none!important}}
.ophone .asheet{position:absolute;left:8px;right:8px;bottom:8px;background:var(--page);border-radius:34px 34px 46px 46px;padding:18px 16px 24px;z-index:25;transition:transform .4s cubic-bezier(.2,.8,.2,1)}
.ophone .asheet h5{margin:4px 10px 12px;font-size:15px;font-weight:600;color:var(--muted)}
.ophone .aitem{display:flex;align-items:center;gap:14px;height:54px;padding:0 14px;border-radius:14px;font-size:17px;font-weight:400;cursor:pointer}
.ophone .aitem .ico{width:20px;height:20px}
.ophone .aitem.danger{color:#E5484D}
.ophone .aitem:hover{background:var(--control)}
.ophone .vhead{display:flex;align-items:center;gap:8px;margin:18px 0 12px}
.ophone .vhead h5{margin:0;flex:1}
.ophone .aitag{font-size:12px;font-weight:600;color:#0A84FF;background:rgba(10,132,255,.09);border-radius:10px;padding:4px 8px}
.ophone .vcard{display:flex;align-items:center;gap:16px;min-height:78px;border-radius:13px;background:var(--control);padding:12px 16px;cursor:pointer;box-shadow:inset 0 0 0 1px rgba(128,128,128,.12);position:relative}
.ophone .vcard.listening{background:rgba(10,132,255,.045);box-shadow:inset 0 0 0 1px rgba(10,132,255,.55)}
.ophone .vcard .mic{width:46px;height:46px;border-radius:50%;background:rgba(10,132,255,.09);color:#0A84FF;display:grid;place-items:center;flex:none}
.ophone .vcard.listening .mic{background:#0A84FF;color:#fff}
.ophone .vcard .mic .ico{width:19px;height:19px;stroke-width:1.9}
.ophone .vcard b{display:block;font-size:17px;font-weight:500}
.ophone .vcard small{display:block;font-size:14px;font-weight:300;color:var(--muted);margin-top:2px}
.ophone .wave{display:flex;gap:3px;align-items:center;height:26px;margin-top:6px}
.ophone .wave i{width:3px;border-radius:2px;background:#0A84FF;animation:wv .9s ease-in-out infinite}
@keyframes wv{0%,100%{height:5px}50%{height:22px}}
.ophone .spin{width:18px;height:18px;border-radius:50%;border:2px solid var(--controlStrong);border-top-color:var(--muted);animation:sp .8s linear infinite;flex:none}
@keyframes sp{to{transform:rotate(360deg)}}
.ophone .bubble{position:absolute;left:76px;top:-40px;background:#0A84FF;color:#fff;font-size:15px;font-weight:500;padding:9px 14px;border-radius:18px 18px 18px 4px;box-shadow:0 6px 16px rgba(10,132,255,.3);animation:pop .35s cubic-bezier(.3,1.5,.5,1)}
@keyframes pop{from{transform:scale(.6);opacity:0}}
.ophone .sheet .confirm{cursor:pointer}
.ophone .flip{animation:flip 1.46s ease-in-out infinite}
@keyframes flip{0%,56%{transform:perspective(500px) rotateY(0)}100%{transform:perspective(500px) rotateY(360deg)}}
.ophone .oapp{position:absolute;inset:0;background:#F6F7FB;z-index:28;padding:120px 30px 0;transition:transform .6s cubic-bezier(.3,.8,.3,1),opacity .6s,border-radius .6s;transform-origin:50% 40%}
.ophone .oapp.away{transform:translateX(-110%) scale(.86);opacity:.2;border-radius:44px}
.ophone .oapp .lg{width:64px;height:64px;border-radius:18px;background:linear-gradient(135deg,#6F7CF7,#4B55D8);display:grid;place-items:center;color:#fff;font-size:28px;font-weight:700;margin-bottom:22px}
.ophone .oapp h3{margin:0 0 6px;font-size:28px;font-weight:700;color:#1D1D1F}
.ophone .oapp p{margin:0 0 26px;color:#6E6E73;font-size:15px}
.ophone .oapp .fld{height:54px;border-radius:14px;background:#fff;border:1px solid #E3E4EA;display:flex;align-items:center;padding:0 16px;font-size:16px;color:#1D1D1F;margin-bottom:12px}
.ophone .oapp .fld span{color:#9A9AA0;width:64px}
.ophone .oapp .codebox{display:flex;gap:8px;margin:6px 0 18px}
.ophone .oapp .codebox i{flex:1;height:54px;border-radius:12px;background:#fff;border:1px solid #E3E4EA}
.ophone .oapp .send{height:54px;border-radius:14px;background:#4B55D8;color:#fff;display:grid;place-items:center;font-size:17px;font-weight:600;cursor:pointer}
.ophone .oapp .send.sent{background:#A7ACE8}
.ophone .oapp .tag{position:absolute;top:66px;left:50%;transform:translateX(-50%);font-size:12px;color:#9A9AA0}
.ophone .comp{position:absolute;inset:0;background:var(--paper);z-index:15;padding:62px 22px 0;transition:transform .45s cubic-bezier(.2,.8,.2,1)}
.ophone .comp .ch{display:flex;align-items:center;gap:10px;height:52px}
.ophone .comp .ch .x{width:44px;height:44px;border-radius:50%;display:grid;place-items:center}
.ophone .comp .ch .x .ico{width:14px;height:14px;stroke-width:2}
.ophone .comp .ch .tt{flex:1;text-align:center;font-size:17px;font-weight:600}
.ophone .comp .ch .tt small{display:block;font-size:11px;font-weight:300;color:var(--quiet)}
.ophone .comp .ch .snd{height:40px;padding:0 16px;border-radius:20px;background:var(--action);color:var(--actionFg);display:grid;place-items:center;font-weight:600;font-size:15px;cursor:pointer}
.ophone .comp .fr{display:flex;align-items:center;gap:10px;min-height:50px;border-bottom:.5px solid rgba(128,128,128,.2);font-size:16px;font-weight:300}
.ophone .comp .fr span{color:var(--muted);width:56px}
.ophone .comp .tok{font-style:normal;background:var(--control);border-radius:14px;padding:4px 10px;font-weight:400}
.ophone .comp .tone{display:flex;align-items:center;gap:6px;font-size:12px;color:var(--muted);padding:12px 0}
.ophone .comp .tone .ico{width:13px;height:13px}
.ophone .comp .bd{font-size:17px;font-weight:300;line-height:1.5;white-space:pre-wrap;min-height:200px}
.ophone .comp .bd .caret{display:inline-block;width:2px;height:19px;background:#0A84FF;vertical-align:-3px;animation:bl 1s steps(1) infinite}
@keyframes bl{50%{opacity:0}}
.ophone .chip2{cursor:default}
.ophone .chip2.ai{cursor:pointer}

.ophone .av.initials{font:600 14px/1 -apple-system,sans-serif;letter-spacing:.02em}
.ophone .av.fav{background:#fff;box-shadow:inset 0 0 0 .5px rgba(0,0,0,.14)}
.ophone .av.fav .ico{width:58%;height:58%;stroke-width:2}
.ophone .imp{flex:none;font-size:10px;font-weight:600;color:var(--accent);background:color-mix(in srgb,var(--accent) 12%,transparent);border-radius:999px;padding:1.5px 5px;line-height:1.2}
.ophone .l1 b + .imp{margin-left:-2px}
.ophone .stack{position:absolute;left:26px;right:26px;top:144px;bottom:142px;display:flex;flex-direction:column;gap:12px}
.ophone .stack.bottom{justify-content:flex-end}
.ophone .stackp{position:relative;left:auto;right:auto;top:auto;display:flex;flex-direction:column;flex:none;min-height:0;max-height:100%}
.ophone .stackp.open{flex:0 1 auto}
.ophone .stackp .ph{cursor:pointer;flex:none}
.ophone .stackp .rows{overflow:auto;min-height:0;flex:1 1 auto;scrollbar-width:none}
.ophone .stackp .pfoot{flex:none}
.ophone .stackstamp{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}
.ophone .stackstamp img{width:168px;height:168px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.08))}
.ophone .stackstamp p{margin:0;color:var(--quiet);font-size:14px;font-weight:300}
.ophone .mcard.back .sw-ov{display:none}
.ophone .aisum{border-radius:16px;background:var(--paper);box-shadow:inset 0 0 0 1px rgba(0,0,0,.07)}
.ophone .aih{display:flex;align-items:center;gap:8px;min-height:44px;padding:0 16px;font-size:14px;font-weight:300;box-shadow:inset 0 -.5px 0 rgba(0,0,0,.07)}
.ophone .aih .ico{width:15px;height:15px;color:#376FEF}
.ophone .aih small{font-size:12px;color:var(--quiet)}
.ophone .aisum ol{list-style:none;margin:0;padding:12px 16px;display:grid;gap:8px}
.ophone .aisum li{display:flex;gap:10px;font-size:14px;font-weight:300;line-height:1.4;color:var(--ink)}
.ophone .aisum li i{font-style:normal;font-size:12px;color:var(--quiet);font-variant-numeric:tabular-nums;width:18px;flex:none;padding-top:1px}
.ophone.dark .aisum,.ophone.dark .aih{box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
