/* App interface previews, styled in the website’s monochrome brand. */
.op-showcase{padding:100px 40px 130px;background:#000;color:#fff;}
.op-showcase-inner{max-width:1240px;margin:0 auto;}
.op-showcase-heading{margin-bottom:52px;}
.op-showcase .op-eyebrow{font-size:13px;letter-spacing:.04em;color:#8a8a8a;margin:0 0 24px;}
.op-showcase h2{font-size:clamp(36px,4vw,58px);font-weight:400;line-height:1.08;letter-spacing:-.035em;margin:0 0 24px;}
.op-showcase h2 span{color:#747474;}
.op-showcase-heading>p:last-child{font-size:19px;line-height:1.5;color:#969696;max-width:540px;margin:0;}
.oat-demo{margin:0;color:#f5f5f5;font-family:"ABC Oracle",Arial,sans-serif;font-weight:400;line-height:1.45;-webkit-font-smoothing:antialiased;}
.oat-demo *{box-sizing:border-box;}
.oat-demo [hidden]{display:none!important;}
.op-view-switch{display:flex;gap:8px;margin-bottom:24px;flex-wrap:wrap;}
.op-view-switch button{padding:10px 18px;border:1px solid #292929;border-radius:999px;color:#909090;background:transparent;font:400 14px/1.3 "ABC Oracle",Arial,sans-serif;cursor:pointer;transition:color .2s,background .2s;}
.op-view-switch button[aria-pressed=true]{background:#eee;color:#111;border-color:#eee;}
.oat-demo button:focus-visible,.oat-demo input:focus-visible{outline:2px solid #fff;outline-offset:3px;}
.op-stage{padding:0;border:0;background:transparent;}
.op-window{display:grid;grid-template-columns:218px minmax(0,1fr);height:640px;background:#080808;border:1px solid #262626;border-radius:18px;overflow:hidden;font-family:inherit;font-size:14px;line-height:1.45;color:#f5f5f5;letter-spacing:0;isolation:isolate;}
.op-window h3,.op-window h4,.op-window h5,.op-window p{margin:0;font-family:inherit;letter-spacing:0;text-wrap:initial;}
.op-window button,.op-window input{font:inherit;letter-spacing:0;}
.op-window button{cursor:pointer;}
.op-sidebar{padding:14px 10px;background:#0d0d0d;border-right:1px solid #202020;}
.op-window-controls{display:flex;align-items:center;gap:7px;padding:1px 8px;height:22px;color:#888;}
.op-window-controls>span{width:11px;height:11px;border-radius:50%;background:#555;}
.op-window-controls>span:nth-child(1){background:#606060;}.op-window-controls>span:nth-child(2){background:#444;}.op-window-controls>span:nth-child(3){background:#333;}
.op-window-controls>.op-icon{margin-left:auto;width:18px;}
.op-wordmark{display:flex;align-items:center;gap:10px;margin:25px 9px 22px;}
.op-wordmark img{flex:none;width:30px;height:30px;border-radius:7px;}
.op-wordmark strong{font-size:16px;font-weight:400;letter-spacing:-.2px;}
.op-sidebar nav{display:flex;flex-direction:column;gap:3px;}
.op-sidebar nav button,.op-sidebar nav .op-nav-label{display:flex;gap:9px;align-items:center;min-height:33px;padding:7px 10px;border:0;border-radius:7px;font-size:14px;font-weight:400;line-height:1.25;text-align:left;background:transparent;color:#a3a3a3;white-space:nowrap;}
.op-sidebar nav button[aria-pressed=true]{background:#202020;color:#fff;}
.op-sidebar nav button:hover{background:#242424;}
.op-sidebar nav .op-icon{color:#929292;flex:none;}
.op-icon{width:18px;height:18px;flex-shrink:0;vertical-align:middle;display:inline-block;}
.op-main{min-width:0;min-height:0;position:relative;}
.op-screen{height:100%;min-height:0;display:flex;flex-direction:column;}
.op-meeting-header{padding:26px 28px 17px;border-bottom:1px solid #202020;}
.op-heading-row{display:flex;align-items:center;gap:16px;justify-content:space-between;}
.op-window h3{font-size:30px;font-weight:400;line-height:1.15;letter-spacing:-.65px;}
.op-record{display:inline-flex;align-items:center;gap:5px;background:#f0f0f0;border:1px solid #f0f0f0;border-radius:7px;padding:6px 11px;color:#080808;font-size:12px!important;white-space:nowrap;}
.op-record:hover{background:#d8d8d8;border-color:#d8d8d8;}
.op-record .op-icon{width:14px;height:14px;}
.op-record.op-stopping{background:#151515;color:#eee;border-color:#333;}
.op-recording-status{display:flex;align-items:center;gap:7px;color:#999;font-size:12px;margin-top:11px;}
.op-recording-status i{height:8px;width:8px;border-radius:50%;background:#eee;}
.op-recording-status span{font-family:ui-monospace,SFMono-Regular,monospace;margin-left:3px;}
.op-meeting-meta{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:21px;}
.op-segment{display:flex;flex:1;max-width:280px;border-radius:7px;background:#151515;padding:2px;}
.op-segment button{width:50%;background:transparent;border:0;padding:4px 10px;color:#a3a3a3;border-radius:5px;font-size:12px;line-height:1.3;}
.op-segment button[aria-selected=true]{background:#303030;color:#fff;}
.op-date{font-size:11px;display:flex;align-items:center;gap:5px;color:#858585;white-space:nowrap;}
.op-date .op-icon{width:12px;height:12px;}
.op-meeting-body{flex:1;min-height:0;overflow-y:auto;position:relative;scrollbar-width:thin;scrollbar-color:#555 transparent;}
.op-summary,.op-transcript{padding:25px 28px;}
.op-window h4{font-size:20px;line-height:1.25;font-weight:400;letter-spacing:-.25px;margin:22px 0 11px;}
.op-summary>h4:first-child{margin-top:0;}
.op-topic-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
.op-topic-grid article,.op-summary-card{background:#111;border:1px solid #1c1c1c;border-radius:12px;padding:16px;}
.op-topic-grid article{border-radius:14px;min-height:108px;}
.op-window h5{font-size:14px;font-weight:400;line-height:1.3;margin-bottom:5px;}
.op-topic-grid p{font-size:12px;color:#999;line-height:1.4;}
.op-summary-card p{font-size:13px;line-height:1.5;}
.op-citation{display:inline-block;font-family:ui-monospace,SFMono-Regular,monospace!important;font-size:10px!important;line-height:1.3;border:1px solid #ffffff20;border-radius:4px;background:#ffffff0b;color:#bbb;padding:3px 6px;margin:9px 5px 0 0;}
.op-citation:hover{background:#ffffff24;}
.op-turn{display:grid;grid-template-columns:42px minmax(0,1fr);gap:12px;margin-bottom:19px;border-radius:8px;transition:background .2s;scroll-margin:24px;}
.op-turn.op-highlight{background:#1c1c1c;box-shadow:0 0 0 9px #1c1c1c;}
.op-time{font-family:ui-monospace,SFMono-Regular,monospace;font-size:11px;color:#858585;line-height:1.5;padding-top:2px;}
.op-speaker{display:flex;align-items:center;gap:4px;font-size:12px;font-weight:400;color:#aaa;margin-bottom:5px;}
.op-speaker .op-icon{width:10px;height:10px;}
.op-turn p{font-size:14px;line-height:1.6;}
.op-meeting-bottom{flex:none;padding:16px;background:#0d0d0d;border-top:1px solid #242424;display:flex;flex-wrap:wrap;gap:10px;}
.op-composer{display:flex;align-items:center;gap:8px;height:40px;background:#171717;border:1px solid #242424;border-radius:24px;padding:0 12px;min-width:0;}
.op-meeting-bottom .op-composer{flex:1;}
.op-composer>.op-icon{width:15px;height:15px;color:#888;}
.op-composer input{background:transparent!important;outline:none;border:0!important;min-width:0;width:100%;padding:0!important;height:auto!important;color:#f5f5f5;font-size:12px!important;box-shadow:none!important;}
.op-composer input::placeholder{color:#929292;opacity:.85;}
.op-composer button{border:0;background:transparent;color:#aaa;padding:0;display:flex;}
.op-composer button .op-icon{width:24px;height:24px;}
.op-catchup-button{border:1px solid #f0f0f0;background:#f0f0f0;border-radius:8px;color:#080808;padding:7px 10px;font-size:12px!important;display:flex;align-items:center;gap:5px;}
.op-catchup-button .op-icon{width:13px;height:13px;}
.op-catchup{margin:24px 0 0;background:#111;border:1px solid #292929;border-radius:12px;padding:20px;}
.op-catchup-title{display:flex;align-items:center;gap:12px;margin-bottom:18px;}
.op-catchup-title h4{margin:0;font-size:18px;}
.op-catchup-title>span{font-size:11px;color:#929292;margin-left:auto;white-space:nowrap;}
.op-catchup-title button{background:none;border:0;color:#bbb;font-size:24px;line-height:1;padding:0;}
.op-catchup p{font-size:13px;color:#aaa;}
.op-meeting-answer{flex-basis:100%;padding:12px;font-size:12px;background:#ffffff0d;border-radius:8px;}
.op-dictation,.op-search{padding:28px;gap:22px;position:relative;}
.op-dictation h3{font-size:28px;}
.op-clear{border:0;background:none;color:#aaa;font-size:12px!important;white-space:nowrap;padding:4px 0;}
.op-history-list{overflow:auto;scrollbar-width:thin;scrollbar-color:#555 transparent;}
.op-history-row{display:flex;align-items:flex-start;gap:12px;padding:17px 0;border-bottom:1px solid #ffffff10;}
.op-history-row>div:first-child{flex:1;}
.op-history-row p{font-size:14px;line-height:1.55;}
.op-history-row span{font-size:11px;color:#858585;display:block;margin-top:6px;}
.op-history-actions{display:flex;gap:5px;flex:none;}
.op-history-actions button{display:flex;align-items:center;justify-content:center;background:#ffffff0b;border:1px solid #ffffff1c;border-radius:5px;width:26px;height:24px;color:#aaa;padding:4px;}
.op-history-actions .op-icon{width:14px;height:14px;}
.op-history-actions button[aria-pressed=true]{color:#fff;background:#2b2b2b;}
.op-history-feedback{font-size:12px;color:#aaa;}
.op-dictation-hint{margin-top:auto;display:flex;flex-direction:column;gap:24px;align-items:center;padding:12px 0 0;}
.op-dictation-hint>span{color:#999;font-size:12px;}
.op-dictation-hint kbd{font:inherit;background:#ffffff10;border:1px solid #ffffff23;border-radius:4px;padding:2px 5px;}
.op-hud{width:88px;height:30px;border-radius:15px;border:.7px solid #ffffff24;background:#171717;display:flex;align-items:center;justify-content:center;backdrop-filter:blur(18px);}
.op-wave{width:48px;height:20px;display:flex;align-items:center;justify-content:center;gap:3px;}
.op-wave i{width:2.5px;min-height:3px;height:calc(18px * var(--height));background:#ffffffe0;border-radius:2px;animation:op-wave .72s ease-in-out var(--delay) infinite alternate;transform-origin:center;}
@keyframes op-wave{to{transform:scaleY(.28);}}
.op-search .op-composer{flex:none;}
.op-search-answer{border:1px solid #242424;border-radius:12px;padding:18px;background:#111;}
.op-search-answer p{font-size:17px;line-height:1.5;}
.op-search-results{overflow:auto;scrollbar-width:thin;}
.op-search-results>button{display:block;text-align:left;color:#eee;padding:18px 0;border:0;border-bottom:1px solid #ffffff14;background:transparent;width:100%;}
.op-result-meta{display:flex;gap:10px;color:#858585;font-size:11px;margin-bottom:7px;}
.op-result-meta strong{font-weight:400;color:#aaa;}
.op-search-results p{font-size:14px;line-height:1.55;}
.oat-demo figcaption{display:flex;align-items:baseline;justify-content:space-between;gap:24px;margin-top:22px;font-family:"ABC Oracle",Arial,sans-serif;color:#c9c9c9;font-size:16px;line-height:1.5;}
.oat-demo figcaption small{font-size:12px;color:#747474;white-space:nowrap;}
.mf-document-preview{margin-bottom:64px;}
@media(max-width:1100px){.op-window{grid-template-columns:190px minmax(0,1fr);}.op-date{font-size:10px;}.op-meeting-header{padding:24px 22px 16px;}.op-summary,.op-transcript{padding:22px;}.op-dictation,.op-search{padding:24px;}.op-dictation h3{font-size:25px;}}
@media(max-width:850px){.op-window{grid-template-columns:164px minmax(0,1fr);height:650px;}.op-sidebar{padding-inline:7px;}.op-wordmark{gap:7px;margin-inline:4px;}.op-wordmark strong{font-size:14px;}.op-wordmark img{width:26px;height:26px;}.op-sidebar nav button,.op-sidebar nav .op-nav-label{font-size:12px;gap:7px;padding:8px;}.op-date{display:none;}.op-dictation .op-heading-row{align-items:flex-start;flex-direction:column;gap:10px;}.op-topic-grid{grid-template-columns:1fr;}.op-topic-grid article{min-height:90px;}.op-window h3{font-size:26px;}}
@media(max-width:600px){.op-showcase{padding:70px 24px 90px;}.op-showcase-heading{margin-bottom:32px;}.op-showcase-heading>p:last-child{font-size:17px;}.op-window{grid-template-columns:48px minmax(0,1fr);border-radius:13px;height:620px;}.op-sidebar{padding:12px 4px;}.op-window-controls{display:none;}.op-wordmark{justify-content:center;margin:4px 0 26px;}.op-wordmark strong,.op-sidebar nav button span,.op-nav-label>span{display:none;}.op-sidebar nav button,.op-sidebar nav .op-nav-label{justify-content:center;height:40px;padding:9px;}.op-sidebar nav .op-icon{width:17px;height:17px;}.op-meeting-header,.op-dictation,.op-search{padding:22px 14px 16px;}.op-window h3{font-size:23px;}.op-meeting-header .op-heading-row{gap:10px;}.op-record{font-size:11px!important;padding:5px 7px;}.op-record .op-icon{display:none;}.op-summary,.op-transcript{padding:20px 14px;}.op-turn{grid-template-columns:32px minmax(0,1fr);gap:9px;}.op-time{font-size:10px;}.op-turn p,.op-history-row p,.op-search-results p{font-size:13px;}.op-history-actions{flex-direction:column;}.op-search-answer{padding:14px;}.op-search-answer p{font-size:15px;}.op-meeting-bottom{padding:12px;}.op-composer{padding:0 9px;}.op-composer input{font-size:11px!important;}.op-meeting-bottom .op-composer{flex-basis:100%;}.op-catchup-button{width:100%;justify-content:center;}.op-dictation-hint>span{font-size:11px;text-align:center;}.op-catchup{margin:10px;padding:14px;}.op-catchup-title{gap:8px;flex-wrap:wrap;}.op-catchup-title h4{font-size:16px;}.op-catchup-title>span{margin-left:0;}.op-view-switch{gap:6px;}.op-view-switch button{font-size:13px;padding:9px 13px;}.oat-demo figcaption{display:block;font-size:14px;}.oat-demo figcaption small{display:block;margin-top:8px;}}
@media(prefers-reduced-motion:reduce){.op-wave i{animation:none;}.op-turn{transition:none;}}
