.op-chrome{--bg: #ffffff;--surface: #ffffff;--surface-soft: #f5f5f5;--text: #181a20;--muted: #707a8a;--brand: #fcd535;--brand-active: #f0b90b;--border: #eaecef;--on-brand: #181a20;--hero-grad-start: #fff9e5;--hero-grad-end: #ffffff;font-family:BinancePlex,Segoe UI,Inter,Arial,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.op-chrome :root[data-theme=dark]{--bg: #0b0e11;--surface: #1e2329;--surface-soft: #2b3139;--text: #eaecef;--muted: #929aa5;--border: #2b3139;--hero-grad-start: #1e2329;--hero-grad-end: #0b0e11}.op-chrome *{box-sizing:border-box}.op-chrome, .op-chrome, .op-chrome #root{margin:0;min-height:100%}.op-chrome{min-width:320px;background:var(--bg)}.op-chrome a{color:inherit;text-decoration:none}

.op-chrome .page{padding-bottom:3rem;color:var(--text)}.op-chrome .container{width:min(1280px,calc(100% - 2.5rem));margin:0 auto}.op-chrome .topbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;gap:1rem}.op-chrome .nav-left, .op-chrome .nav-right{display:flex;align-items:center;gap:1rem}.op-chrome .brand{display:inline-flex;align-items:center;gap:.55rem;font-weight:700;font-size:1.05rem}.op-chrome .brand img{width:28px;height:28px;object-fit:contain;display:block}.op-chrome .desktop-nav{display:flex;gap:1rem;color:var(--muted);font-family:BinanceNova,BinancePlex,Segoe UI,Arial,sans-serif;font-size:14px;font-weight:600;line-height:1.4}.op-chrome .theme-toggle{width:50px;height:28px;border-radius:999px;border:1px solid var(--border);background:var(--surface-soft);position:relative;display:inline-flex;align-items:center;justify-content:space-between;padding:0 .35rem;color:var(--muted)}.op-chrome .theme-icon{font-size:.68rem;z-index:2;line-height:1}.op-chrome .dot{position:absolute;width:22px;height:22px;left:2px;border-radius:50%;background:var(--brand);transition:transform .25s ease}.op-chrome .dot.right{transform:translate(24px)}.op-chrome .login-btn{color:var(--text);border:1px solid var(--border);border-radius:6px;font-size:14px;font-weight:500;line-height:1.4;padding:.62rem 1rem;background:var(--surface)}.op-chrome .register-btn, .op-chrome .cta{border-radius:6px;padding:.62rem 1rem;font-size:14px;font-weight:500;line-height:1.4;background:var(--brand);color:var(--on-brand)}.op-chrome .secondary{border:1px solid var(--border);border-radius:6px;padding:.62rem 1rem;font-size:14px;font-weight:500;line-height:1.4}.op-chrome .hero{padding:2rem 0 2.8rem;display:grid;grid-template-columns:1.1fr .9fr;gap:1.4rem;align-items:center}.op-chrome .hero-copy h1{font-size:clamp(2rem,4.3vw,4rem);line-height:1.04;margin:0;max-width:14ch}.op-chrome .eyebrow{color:#a17a00;text-transform:uppercase;letter-spacing:.08em;font-size:.76rem;margin:0 0 .7rem}.op-chrome .hero-text{color:var(--muted);max-width:56ch;margin:1rem 0 1.6rem}.op-chrome .hero-actions{display:flex;gap:.8rem;flex-wrap:wrap}.op-chrome .hero-visual{background:linear-gradient(140deg,var(--hero-grad-start),var(--hero-grad-end));border:1px solid var(--border);border-radius:1rem;padding:1rem}.op-chrome .visual-card{background:var(--surface);border:1px solid var(--border);border-radius:.9rem;padding:.9rem}.op-chrome .visual-card h3, .op-chrome .visual-card h4, .op-chrome .visual-card p{margin:0}.op-chrome .visual-card h3{margin-top:.4rem;font-size:1rem}.op-chrome .visual-card h4{font-weight:500}.op-chrome .visual-card ul{margin:.7rem 0 0;padding-left:1rem;color:var(--muted)}.op-chrome .visual-label{color:var(--muted);font-size:.82rem}.op-chrome .meter{margin-top:.7rem;height:8px;border-radius:999px;background:var(--surface-soft);overflow:hidden}.op-chrome .meter span{display:block;height:100%;background:var(--brand);transition:width .22s linear}.op-chrome .visual-row{margin-top:.8rem;display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.op-chrome .transcript-preview{margin-top:.8rem}.op-chrome .transcript-line{display:grid;grid-template-columns:74px 1fr;gap:.75rem;padding-top:.65rem;color:var(--muted);font-size:.9rem;opacity:.24;transform:translateY(4px);transition:opacity .28s ease,transform .28s ease}.op-chrome .transcript-line.is-visible{opacity:1;transform:translateY(0)}.op-chrome .transcript-line b{color:var(--text);font-weight:600}.op-chrome .visual-card.accent{border-color:#fcd53573}.op-chrome .market-strip{margin-top:.8rem}.op-chrome .market-list{margin-top:.45rem;display:grid;grid-template-columns:1fr 1fr;gap:.45rem .8rem;font-size:.92rem;color:var(--muted)}.op-chrome .market-list span{display:flex;justify-content:space-between;gap:.6rem}.op-chrome .market-list b{color:var(--text)}.op-chrome .market-list .up{color:#0ecb81}.op-chrome .market-list .down{color:#f6465d}.op-chrome .hero-anim{animation:card-enter .65s ease both}.op-chrome .anim-delay-1{animation-delay:.05s}.op-chrome .anim-delay-2{animation-delay:.18s}.op-chrome .anim-delay-3{animation-delay:.31s}.op-chrome .anim-delay-4{animation-delay:.44s}.op-chrome .anim-delay-5{animation-delay:.57s}.op-chrome .status-pulse{animation:status-pulse 2.8s ease-in-out infinite}@keyframes card-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes status-pulse{0%,to{opacity:.72}45%{opacity:1}}@media (prefers-reduced-motion: reduce){.op-chrome .hero-anim, .op-chrome .status-pulse{animation:none}.op-chrome .meter span, .op-chrome .transcript-line{transition:none}}.op-chrome .section{padding-top:2.6rem}.op-chrome .section h2{margin:0 0 1rem;font-size:clamp(1.4rem,2vw,2rem)}.op-chrome .steps, .op-chrome .feature-grid, .op-chrome .use-cases, .op-chrome .pricing-grid, .op-chrome .faq-list{display:grid;gap:1rem}.op-chrome .steps{grid-template-columns:repeat(3,minmax(0,1fr))}.op-chrome .steps article, .op-chrome .feature-card, .op-chrome .use-case-item, .op-chrome .price-card, .op-chrome .faq-item{background:var(--surface);border:1px solid var(--border);border-radius:1rem}.op-chrome .steps article, .op-chrome .feature-card, .op-chrome .price-card, .op-chrome .use-case-item{padding:1rem}.op-chrome .faq-item{padding:0}.op-chrome .faq-question{width:100%;border:0;background:transparent;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;text-align:left;cursor:pointer}.op-chrome .faq-question h3{margin:0;font-size:1rem}.op-chrome .faq-chevron{color:var(--muted);font-size:1.2rem;line-height:1}.op-chrome .faq-item p{margin:0;padding:0 1rem 1rem}.op-chrome .steps span{display:inline-flex;width:2rem;height:2rem;border-radius:999px;align-items:center;justify-content:center;background:#fcd53533;color:#a17a00;font-weight:700}.op-chrome .steps p, .op-chrome .feature-card p, .op-chrome .price-card p, .op-chrome .faq-item p{color:var(--muted)}.op-chrome .upload-sources{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.op-chrome .upload-sources-label{color:var(--muted);font-size:.85rem;margin-right:.2rem}.op-chrome .upload-source-chip{display:inline-flex;align-items:center;min-height:30px;border-radius:999px;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);padding:.35rem .8rem;font-size:.82rem;font-weight:500}.op-chrome .upload-source-chip-link{border-color:#fcd5358c;background:#fcd53524;color:#a17a00;font-weight:600;transition:background .15s ease,border-color .15s ease}.op-chrome .upload-source-chip-link:hover{background:#fcd53547;border-color:var(--brand)}.op-chrome .feature-grid, .op-chrome .use-cases{grid-template-columns:repeat(2,minmax(0,1fr))}.op-chrome .card-heading{display:flex;align-items:center;gap:.75rem}.op-chrome .card-heading h3{margin:0}.op-chrome .icon-box, .op-chrome .logo-box{width:34px;height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:#fcd53529;color:#a17a00;border:1px solid rgba(252,213,53,.28)}.op-chrome .logo-box{background:var(--surface-soft);border-color:var(--border);padding:.34rem}.op-chrome .logo-box img{max-width:100%;max-height:100%;object-fit:contain;display:block}.op-chrome .integration-wide .logo-box{width:96px;padding:.28rem .5rem}.op-chrome .line-icon{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.op-chrome .integration-tags, .op-chrome .model-chips{margin-top:1rem;display:flex;flex-wrap:wrap;gap:.5rem}.op-chrome .integration-tags span, .op-chrome .model-chips span{display:inline-flex;align-items:center;gap:.4rem;min-height:30px;border-radius:999px;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);padding:.35rem .7rem;font-size:.82rem;font-weight:500}.op-chrome .model-chips img{width:18px;height:18px;object-fit:contain;display:block}.op-chrome .use-case-item h3{margin:0}.op-chrome .use-case-item p{margin:.7rem 0 0;color:var(--muted)}.op-chrome .integrations-grid .integration-wide{grid-column:span 2}.op-chrome .pricing-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr))}.op-chrome .pricing-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.op-chrome .price-card{display:flex;flex-direction:column;position:relative;overflow:visible}.op-chrome .price-card h3{margin:0 0 .5rem;font-size:1.05rem}.op-chrome .price{font-size:1.45rem;font-weight:700;color:#a17a00;margin:0 0 1rem}.op-chrome .price-period{font-size:.9rem;font-weight:400;color:var(--muted)}.op-chrome .price-badge{position:absolute;top:-.7rem;left:1rem;background:var(--surface);color:#a17a00;border:1px solid rgba(252,213,53,.55);border-radius:999px;font-size:.74rem;font-weight:600;padding:.18rem .65rem;letter-spacing:.01em;white-space:nowrap}.op-chrome .price-card.popular{border-color:#fcd5358c}.op-chrome .pricing-grid{margin-top:.9rem}.op-chrome .plan-features{list-style:none;margin:0 0 1.2rem;padding:0;display:flex;flex-direction:column;gap:.45rem;flex:1}.op-chrome .plan-feature{display:flex;align-items:flex-start;gap:.45rem;font-size:.85rem;color:var(--muted);line-height:1.4}.op-chrome .plan-feature.feature-ok{color:var(--text)}.op-chrome .feature-icon{flex-shrink:0;width:14px;height:14px;margin-top:.12rem;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.op-chrome .feature-ok-icon{stroke:#0ecb81}.op-chrome .feature-no-icon{stroke:var(--muted);opacity:.5}.op-chrome .price-cta{display:block;text-align:center;border-radius:6px;padding:.6rem 1rem;font-size:.88rem;font-weight:500;border:1px solid var(--border);background:var(--surface-soft);color:var(--text);transition:border-color .15s ease,background .15s ease;margin-top:auto}.op-chrome .price-cta:hover{border-color:var(--brand)}.op-chrome .price-cta-primary{background:var(--brand);color:var(--on-brand);border-color:var(--brand)}.op-chrome .price-cta-primary:hover{background:var(--brand-active);border-color:var(--brand-active)}.op-chrome .price-monthly-equiv{font-size:.78rem;font-weight:400;color:var(--muted)}.op-chrome .pricing-section-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem}.op-chrome .pricing-section-header .pricing-corporate-title{margin:0}.op-chrome .period-toggle{display:inline-flex;gap:.2rem;padding:.25rem;border-radius:10px;background:var(--surface-soft);border:1px solid var(--border)}.op-chrome .period-toggle-btn{border:none;background:transparent;border-radius:7px;padding:.4rem .85rem;font-size:.82rem;font-weight:500;color:var(--muted);cursor:pointer;transition:background .15s ease,color .15s ease}.op-chrome .period-toggle-btn.active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #00000014}.op-chrome .pricing-corporate{margin-top:2.5rem}.op-chrome .pricing-corporate-title{font-size:1.1rem;margin:0 0 .5rem}.op-chrome .device-section-subtitle{color:var(--muted);margin:0 0 1.2rem;max-width:56ch}.op-chrome .device-grid{display:grid;gap:1.2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.op-chrome .device-card{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:1rem;overflow:hidden}.op-chrome .device-photo{aspect-ratio:2 / 1;min-height:0;overflow:hidden;background:var(--surface-soft);display:flex;align-items:center;justify-content:center;color:var(--muted);font-size:.82rem;padding:.6rem 2.4rem}.op-chrome .device-photo img{max-width:92%;max-height:92%;object-fit:contain;display:block;filter:drop-shadow(0 16px 24px rgba(0,0,0,.1))}.op-chrome .device-card-body{padding:1rem 1.2rem 1.2rem;display:flex;flex-direction:column;flex:1}.op-chrome .device-eyebrow{color:#a17a00;text-transform:uppercase;letter-spacing:.06em;font-size:.72rem;font-weight:600;margin:0 0 .4rem}.op-chrome .device-card-body h3{margin:0 0 .5rem;font-size:1.15rem}.op-chrome .device-pitch{color:var(--muted);margin:0 0 .7rem;line-height:1.45}.op-chrome .device-features{list-style:none;margin:0 0 .8rem;padding:0;display:flex;flex-direction:column;gap:.3rem;font-size:.88rem}.op-chrome .device-features li{padding-left:1.1rem;position:relative}.op-chrome .device-features li:before{content:"";position:absolute;left:0;top:.5em;width:6px;height:6px;border-radius:50%;background:var(--brand)}.op-chrome .device-included-link{color:#a17a00;font-weight:600;text-decoration:underline}.op-chrome .device-included-link:hover{color:var(--brand-active)}.op-chrome .device-included{font-size:.85rem;color:var(--text);background:var(--surface-soft);border-radius:.5rem;padding:.45rem .7rem;margin-bottom:.7rem}.op-chrome .device-price{font-size:1.5rem;font-weight:700;margin:0 0 .8rem}.op-chrome .device-price-period{font-size:.85rem;font-weight:400;color:var(--muted)}.op-chrome .device-card .price-cta{margin-top:auto}.op-chrome .gift-promo{margin-top:1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;background:var(--surface-soft);border:1px solid var(--border);border-radius:1rem;padding:1.2rem 1.5rem}.op-chrome .gift-promo p{margin:0;color:var(--muted);font-size:.92rem}.op-chrome .gift-promo p strong{color:var(--text)}.op-chrome .gift-promo-link{flex-shrink:0;font-weight:600;color:#a17a00;white-space:nowrap}.op-chrome .gift-promo-link:hover{color:var(--brand-active)}.op-chrome .modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f11158c;display:flex;align-items:center;justify-content:center;padding:1rem;z-index:100}.op-chrome .modal-card{position:relative;background:var(--surface);border-radius:1rem;padding:1.6rem;width:min(420px,100%);max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000040}.op-chrome .modal-card h3{margin:0 0 .4rem;font-size:1.2rem}.op-chrome .modal-close{position:absolute;top:.8rem;right:.8rem;width:32px;height:32px;border-radius:50%;border:1px solid var(--border);background:var(--surface);color:var(--muted);font-size:1.2rem;line-height:1;cursor:pointer}.op-chrome .modal-close:hover{color:var(--text);border-color:var(--muted)}.op-chrome .modal-product-line{color:var(--muted);margin:0 0 1.2rem;font-size:.92rem}.op-chrome .modal-field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.9rem;font-size:.88rem;font-weight:500}.op-chrome .modal-field input{border:1px solid var(--border);border-radius:6px;padding:.62rem .75rem;font-size:.92rem;font-family:inherit;background:var(--bg);color:var(--text)}.op-chrome .modal-field input:focus{outline:none;border-color:var(--brand)}.op-chrome .modal-consent{display:flex;align-items:flex-start;gap:.55rem;font-size:.82rem;color:var(--muted);margin-bottom:1.1rem;cursor:pointer}.op-chrome .modal-consent input{margin-top:.2rem;flex-shrink:0}.op-chrome .modal-consent a{color:var(--text);text-decoration:underline}.op-chrome .modal-error{color:#c0392b;font-size:.85rem;margin:-.4rem 0 .9rem}.op-chrome .modal-submit{width:100%}.op-chrome .modal-success h3{margin-bottom:.6rem}.op-chrome .modal-success p{color:var(--muted);margin:0 0 1.2rem;line-height:1.5}@keyframes skel-shimmer{0%{opacity:.4}50%{opacity:.8}to{opacity:.4}}.op-chrome .price-skeleton{animation:skel-shimmer 1.6s ease-in-out infinite}.op-chrome .skel{background:var(--surface-soft);border-radius:6px;margin-bottom:.6rem}.op-chrome .skel-h{height:1.1rem;width:60%}.op-chrome .skel-price{height:1.8rem;width:45%;margin-bottom:1rem}.op-chrome .skel-line{height:.8rem;width:100%}.op-chrome .footer{margin-top:3rem;padding:1.8rem 0 1.6rem;border-top:1px solid var(--border);display:grid;grid-template-columns:1.3fr 1.2fr 1.3fr .9fr;gap:2rem;color:var(--muted);font-size:.88rem}.op-chrome .footer-col{display:flex;flex-direction:column}.op-chrome .footer p{margin:.3rem 0 0;line-height:1.55}.op-chrome .footer-brand{display:inline-flex;align-items:center;gap:.55rem;color:var(--text);font-weight:700;font-size:1.05rem}.op-chrome .footer-brand img{width:28px;height:28px;object-fit:contain;display:block}.op-chrome .footer-company{padding-top:.15rem}.op-chrome .footer-company-name{font-weight:600;color:var(--text)!important;margin-top:0!important;margin-bottom:.15rem}.op-chrome .footer-contacts{padding-top:.15rem;gap:.55rem}.op-chrome .footer-contacts-title{font-weight:600;color:var(--text)!important;margin-top:0!important;margin-bottom:.05rem}.op-chrome .footer-contact-line{display:inline-flex;align-items:center;gap:.5rem}.op-chrome .footer-contact-line .line-icon{width:14px;height:14px;stroke-width:1.8;flex-shrink:0}.op-chrome .footer-contact-phone{font-weight:600;color:var(--text)}.op-chrome .footer-contact-group{display:flex;flex-direction:column;gap:.2rem}.op-chrome .footer-contact-note{font-size:.75rem;font-weight:500;line-height:1.4;color:var(--muted)}.op-chrome .footer-links{display:flex;flex-direction:column;gap:.5rem;text-align:right;padding-top:.15rem}.op-chrome .footer-link-active{color:var(--brand);font-weight:500}.op-chrome .footer a{transition:color .15s ease}.op-chrome .footer a:hover{color:var(--text);text-decoration:underline}@media (max-width: 1024px){.op-chrome .hero{grid-template-columns:1fr}.op-chrome .desktop-nav{display:none}}@media (max-width: 900px){.op-chrome .steps, .op-chrome .feature-grid, .op-chrome .use-cases, .op-chrome .pricing-grid-2, .op-chrome .visual-row, .op-chrome .market-list{grid-template-columns:1fr}.op-chrome .topbar{flex-wrap:wrap}.op-chrome .nav-right{width:100%;justify-content:flex-end}.op-chrome .footer{grid-template-columns:1fr;gap:1.4rem}.op-chrome .footer-links{text-align:left}.op-chrome .integrations-grid .integration-wide{grid-column:span 1}}.op-chrome .policy-hero{padding:2.2rem 0 1.8rem;border-bottom:1px solid var(--border)}.op-chrome .policy-hero h1{font-size:clamp(1.6rem,3vw,2.4rem);line-height:1.15;margin:.5rem 0 .6rem;font-weight:700;max-width:26ch}.op-chrome .policy-meta{color:var(--muted);font-size:.85rem;margin:0}.op-chrome .policy-meta a{color:var(--brand)}.op-chrome .policy-body{max-width:860px;padding-bottom:4rem}.op-chrome .policy-preamble{margin:2rem 0;background:var(--surface-soft);border-left:3px solid var(--brand);border-radius:0 8px 8px 0;padding:1.1rem 1.4rem;color:var(--muted);font-size:.9rem;line-height:1.65}.op-chrome .policy-preamble p{margin:0 0 .7rem}.op-chrome .policy-preamble p:last-child{margin:0}.op-chrome .policy-preamble a{color:var(--brand)}.op-chrome .policy-section{margin-bottom:2.8rem}.op-chrome .policy-section-title{display:flex;align-items:center;gap:.75rem;font-size:1.15rem;font-weight:700;margin:0 0 1.2rem;padding-bottom:.6rem;border-bottom:1px solid var(--border);color:var(--text)}.op-chrome .policy-num{display:inline-flex;width:1.9rem;height:1.9rem;flex-shrink:0;border-radius:50%;background:#fcd5352e;color:#a17a00;font-size:.82rem;font-weight:700;align-items:center;justify-content:center}.op-chrome .policy-sub-title{font-size:.95rem;font-weight:600;color:var(--text);margin:1.1rem 0 .6rem}.op-chrome .policy-terms{display:flex;flex-direction:column;gap:0}.op-chrome .policy-term{padding:.75rem 0;border-bottom:1px solid var(--border)}.op-chrome .policy-term:last-child{border-bottom:0}.op-chrome .policy-term dt{font-weight:600;font-size:.92rem;color:var(--text);margin:0 0 .25rem}.op-chrome .policy-term dd{margin:0;color:var(--muted);font-size:.88rem;line-height:1.6}.op-chrome .policy-term a{color:var(--brand)}.op-chrome .policy-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.7rem}.op-chrome .policy-list li{color:var(--muted);font-size:.9rem;line-height:1.6;display:flex;gap:.6rem;align-items:baseline}.op-chrome .policy-list a{color:var(--brand)}.op-chrome .policy-list-nested{margin-top:.6rem;padding-left:1.2rem;border-left:2px solid var(--border);gap:.5rem}.op-chrome .policy-item-num{flex-shrink:0;font-weight:600;font-size:.82rem;color:#a17a00;min-width:3rem}.op-chrome .policy-para{color:var(--muted);font-size:.9rem;line-height:1.6;margin:0 0 .8rem}.op-chrome .policy-purpose-block{background:var(--surface);border:1px solid var(--border);border-radius:.75rem;padding:1rem 1.1rem;margin-bottom:.8rem}.op-chrome .policy-purpose-block:last-of-type{margin-bottom:0}.op-chrome .policy-purpose-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.op-chrome .policy-purpose-list li{font-size:.88rem;color:var(--muted);line-height:1.5;padding-left:.8rem;border-left:2px solid var(--border)}.op-chrome .policy-purpose-list strong{color:var(--text)}.op-chrome .policy-contacts{background:var(--surface);border:1px solid var(--border);border-radius:1rem;overflow:hidden}.op-chrome .policy-contact-item{display:flex;gap:1.5rem;align-items:flex-start;padding:.85rem 1.2rem;border-bottom:1px solid var(--border);font-size:.9rem}.op-chrome .policy-contact-item:last-child{border-bottom:0}.op-chrome .policy-contact-label{color:var(--muted);min-width:130px;flex-shrink:0;font-size:.85rem}.op-chrome .policy-contact-value{color:var(--text);font-weight:500}.op-chrome a.policy-contact-value{color:var(--brand)}

