:root{--bg:#050505;--surface:#0f0f10;--border:rgba(255,255,255,.075);--border2:rgba(255,255,255,.13);--text:#f3f2f0;--muted:rgba(243,242,240,.64);--faint:rgba(243,242,240,.42);--orange:#ff6a00;--orange2:#ff8c32;--green:#4ade80}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at 18% -10%,rgba(255,106,0,.075),transparent 28%),linear-gradient(180deg,#080706,#050505 43%);color:var(--text);font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7}main{max-width:1180px;margin:auto;padding:72px 28px 110px}.eyebrow{display:block;color:var(--orange);font-size:10px;letter-spacing:.19em;font-weight:800}.chat-hero{min-height:580px;display:grid;grid-template-columns:minmax(0,1.16fr) minmax(340px,.84fr);gap:62px;align-items:center}.chat-hero h1{font-size:clamp(54px,6.5vw,82px);line-height:.99;letter-spacing:-.052em;margin:16px 0 25px}.chat-hero h1 span{color:#a8adb0;font-weight:520}.chat-hero .lead{font-size:19px;line-height:1.72;color:#c8cdcf;max-width:730px}.chat-hero p{color:var(--muted);max-width:730px}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:28px}.actions.centered{justify-content:center}.primary,.secondary{display:inline-flex;align-items:center;justify-content:center;min-height:45px;padding:0 18px;border-radius:10px;text-decoration:none;font-size:12px;font-weight:800}.primary{background:var(--orange);color:#050505}.primary:hover{background:var(--orange2)}.secondary{border:1px solid var(--border2);color:#ddd;background:#ffffff03}.secondary:hover{color:var(--orange);border-color:#ff6a0066}.status-card{border:1px solid var(--border);border-radius:22px;background:linear-gradient(150deg,#11110f,#080808);padding:28px;box-shadow:0 28px 70px #00000038}.status-label{font-size:10px;letter-spacing:.17em;color:var(--orange);font-weight:800}.status-card h2{font-size:27px;line-height:1.15;letter-spacing:-.03em;margin:10px 0}.status-card>p{color:var(--muted);font-size:13px}.status-list{border-top:1px solid var(--border);margin-top:22px}.status-list>div{display:grid;grid-template-columns:34px 1fr;gap:11px;padding:15px 0;border-bottom:1px solid var(--border)}.status-list>div:last-child{border-bottom:0}.status-list span{color:var(--orange);font:700 9px ui-monospace,monospace;padding-top:3px}.status-list strong{display:block;font-size:13px}.status-list small{display:block;color:var(--faint);font-size:11px;margin-top:3px}.section{padding:100px 0;border-top:1px solid var(--border)}.section-head{display:grid;grid-template-columns:160px 1.05fr 1fr;gap:35px;align-items:start;margin-bottom:46px}.section-head h2{font-size:43px;line-height:1.08;letter-spacing:-.04em;margin:0}.section-head p{margin:0;color:var(--muted);font-size:14px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.card{min-height:210px;padding:24px;border:1px solid var(--border);border-radius:17px;background:linear-gradient(145deg,#11100fb8,#0808087a)}.card>span{color:var(--orange);font:700 9px ui-monospace,monospace}.card h3{font-size:18px;margin:17px 0 10px}.card p{font-size:12px;line-height:1.7;color:var(--faint);margin:0}.architecture{padding:68px 54px;margin:18px 0 100px;border:1px solid rgba(255,106,0,.13);border-radius:24px;background:radial-gradient(circle at 0 50%,rgba(255,106,0,.045),transparent 35%),linear-gradient(145deg,#101011,#080808)}.architecture h2{font-size:43px;line-height:1.08;letter-spacing:-.04em;margin:13px 0;max-width:780px}.architecture>div>p{color:var(--muted);max-width:800px}.flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr;gap:10px;align-items:center;margin-top:34px}.flow-step{min-height:125px;border:1px solid var(--border);border-radius:15px;padding:20px;background:#0a0a0b}.flow-step span{display:block;color:var(--orange);font:700 9px ui-monospace,monospace}.flow-step strong{display:block;font-size:14px;margin-top:18px}.flow-step small{display:block;color:var(--faint);font-size:11px;margin-top:4px}.flow-arrow{color:#555;font-size:20px}.security-user-panel{display:grid;grid-template-columns:1.05fr .95fr;gap:50px;align-items:center;padding:64px 54px;border:1px solid rgba(255,106,0,.13);border-radius:24px;background:linear-gradient(145deg,#101011,#080808)}.security-user-panel h2{font-size:43px;line-height:1.08;letter-spacing:-.04em;margin:13px 0}.security-user-panel p{color:var(--muted)}.security-points{display:grid;gap:8px}.security-points>div{display:grid;grid-template-columns:34px 1fr;gap:12px;padding:14px 15px;border:1px solid var(--border);border-radius:12px;background:#ffffff03}.security-points span{color:var(--orange);font:700 9px ui-monospace,monospace}.security-points strong{font-size:13px}.availability{text-align:center;margin-top:100px;padding:70px 40px;border:1px solid rgba(255,255,255,.055);border-radius:22px;background:radial-gradient(circle at 50% 0,rgba(255,106,0,.045),transparent 34%),linear-gradient(135deg,#101011,#070707)}.availability h2{font-size:44px;line-height:1.08;letter-spacing:-.04em;margin:13px auto;max-width:900px}.availability p{color:var(--muted);max-width:790px;margin:0 auto}.global-footer{margin-top:0}@media(max-width:980px){.chat-hero,.security-user-panel{grid-template-columns:1fr}.section-head{grid-template-columns:1fr;gap:12px}.cards{grid-template-columns:1fr 1fr}.flow{grid-template-columns:1fr}.flow-arrow{transform:rotate(90deg);justify-self:center}}@media(max-width:600px){main{padding:42px 18px 80px}.chat-hero{min-height:auto;padding:20px 0 55px}.chat-hero h1{font-size:44px}.cards{grid-template-columns:1fr}.architecture,.security-user-panel,.availability{padding:44px 23px}.architecture h2,.security-user-panel h2,.availability h2{font-size:34px}}.chat-hero{min-height:570px;gap:58px;padding:54px 42px;border:1px solid rgba(255,255,255,.045);border-radius:28px;background:radial-gradient(circle at 4% 2%,rgba(255,106,0,.035),transparent 34%),linear-gradient(145deg,#0f0e0da3,#0808084d);box-shadow:0 34px 90px #00000029}@media(max-width:980px){.chat-hero{padding:42px 30px;gap:34px}}@media(max-width:600px){.chat-hero{min-height:auto;padding:34px 22px 40px;border-radius:20px}}body.chat-page main{width:min(calc(100% - 56px),1180px)!important;max-width:1180px!important;margin-left:auto!important;margin-right:auto!important;padding-left:0!important;padding-right:0!important;box-sizing:border-box}body.chat-page main>section{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;padding:34px!important;box-sizing:border-box;border:1px solid var(--border, #252525)!important;border-radius:20px!important;background-color:#0a0a0a;overflow:hidden;border-top-color:var(--border, #252525)!important}body.chat-page main>.chat-hero,body.chat-page main>.section,body.chat-page main>.architecture,body.chat-page main>.security-user-panel,body.chat-page main>.availability{margin-top:0!important;margin-bottom:0!important}body.chat-page main>.section{padding-top:34px!important;padding-bottom:34px!important}body.chat-page main>section+section{margin-top:var(--obris-card-gap)!important}body.chat-page main>.chat-hero{border-radius:20px!important}body.chat-page main>.availability{min-height:0!important}@media(max-width:900px){body.chat-page main{width:min(calc(100% - 44px),1180px)!important}body.chat-page main>section{padding:28px!important}body.chat-page main>.section{padding-top:28px!important;padding-bottom:28px!important}}@media(max-width:600px){body.chat-page main{width:calc(100% - 36px)!important}body.chat-page main>section{padding:22px!important;border-radius:18px!important}body.chat-page main>.section{padding-top:22px!important;padding-bottom:22px!important}body.chat-page main>.chat-hero{border-radius:18px!important}}body.public-page.chat-page main>section+section{margin-top:var(--obris-card-gap)!important;margin-bottom:0!important}body.chat-page .eyebrow,body.chat-page .section-eyebrow,body.chat-page .kicker,body.chat-page .section-label,body.chat-page .panel-label{display:flex!important;align-items:center;gap:9px}body.chat-page .eyebrow:before,body.chat-page .section-eyebrow:before,body.chat-page .kicker:before,body.chat-page .section-label:before,body.chat-page .panel-label:before{content:"";flex:0 0 auto;width:22px;height:22px;border:1px solid var(--orange);border-radius:6px;background-color:#ff6a000d;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23ff6a00' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 9h8M8 13h5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:14px 14px}body.public-page.chat-page .eyebrow{display:flex!important;align-items:center!important;gap:10px!important}body.public-page.chat-page .eyebrow:before{content:""!important;display:inline-block!important;flex:0 0 24px!important;width:24px!important;height:24px!important;border:1px solid rgba(255,106,0,.55)!important;border-radius:7px!important;background-color:#ff6a000f!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6a00' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15a4 4 0 0 1-4 4H8l-5 3V7a4 4 0 0 1 4-4h10a4 4 0 0 1 4 4z'/%3E%3Cpath d='M8 9h8'/%3E%3Cpath d='M8 13h5'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:center!important;background-size:15px 15px!important}body.public-page.chat-page .eyebrow{gap:7px!important}body.public-page.chat-page .eyebrow:before{flex:0 0 18px!important;width:18px!important;height:18px!important;border-radius:5px!important;background-size:10px 10px!important}body.public-page.chat-page .eyebrow{gap:10px!important}body.public-page.chat-page .eyebrow:before{flex:0 0 30px!important;width:30px!important;height:30px!important;border-radius:7px!important;background-size:16px 16px!important}body.public-page.chat-page .eyebrow:before{content:none!important;display:none!important}body.public-page.chat-page .chat-section-label{display:flex;align-items:center;gap:13px;margin-bottom:16px}body.public-page.chat-page .chat-section-label .eyebrow{display:block!important;margin:0!important;font-size:10px!important;line-height:1.2!important;letter-spacing:.19em!important;font-weight:800!important;color:var(--orange)!important}body.public-page.chat-page .chat-section-icon{width:46px;height:46px;flex:0 0 46px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,106,0,.34);border-radius:13px;background:#ff6a000b;color:#ff6a00}body.public-page.chat-page .chat-section-icon svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media(max-width:900px){body.public-page.chat-page .chat-section-icon{width:42px;height:42px;flex-basis:42px}body.public-page.chat-page .chat-section-icon svg{width:24px;height:24px}}body.public-page.chat-page main>.availability .chat-section-label{justify-content:center!important;text-align:center!important}body.public-page.chat-page main>.availability .eyebrow{text-align:center!important}
