@font-face{font-family:"IDB Plex";src:url('/assets/fonts/IBMPlexSans-Regular.ttf') format('truetype');font-weight:400;font-display:swap}
@font-face{font-family:"IDB Plex";src:url('/assets/fonts/IBMPlexSans-SemiBold.ttf') format('truetype');font-weight:600;font-display:swap}
@font-face{font-family:"IDB Plex Arabic";src:url('/assets/fonts/plex-arabic-400.woff2') format('woff2');font-weight:400;font-display:swap}
@font-face{font-family:"IDB Plex Arabic";src:url('/assets/fonts/plex-arabic-700.woff2') format('woff2');font-weight:700;font-display:swap}
:root{--red:#e4002b;--red-dark:#b80023;--ink:#0e0f12;--head:#1c1f26;--body:#2b2f36;--muted:#70747d;--line:#e5e5e9;--soft:#f6f6f8;--sans:"IDB Plex","IDB Plex Arabic",Arial,sans-serif}
*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:var(--sans);color:var(--body);background:#f7f7f9}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:var(--red-dark)}.hidden{display:none!important}.muted{color:var(--muted);line-height:1.6}.overline,.mini-label,.step-label,.eyebrow{font-size:11px;font-weight:600;letter-spacing:.17em;text-transform:uppercase}.step-label,.overline{color:var(--red)}.live-dot,.status-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--red);box-shadow:0 0 0 4px rgba(228,0,43,.12)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 19px;border-radius:10px;border:1px solid transparent;font-weight:600;transition:transform .18s,background .18s,box-shadow .18s;text-decoration:none}.button:hover:not(:disabled){transform:translateY(-1px)}.button.primary{background:var(--red);color:#fff;box-shadow:0 8px 22px rgba(228,0,43,.18)}.button.primary:hover{background:var(--red-dark)}.button.subtle{background:#f5f5f7;border-color:#e6e6ea;color:var(--head)}.button.subtle:hover{background:#ededf1}.button.outline{background:#fff;border-color:#d7d8de;color:var(--head)}.button.outline:hover{border-color:var(--head)}.button.full{width:100%}.button.small{min-height:38px;padding:0 14px;font-size:13px}.back-link{border:0;background:none;color:var(--muted);margin:20px 0 0;padding:4px 0;font-size:13px}.back-link:hover{color:var(--red)}
input,select{width:100%;height:50px;padding:0 15px;background:#fff;border:1px solid #d9dbe0;border-radius:9px;outline:0;color:var(--head)}input:focus,select:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(228,0,43,.10)}input::placeholder{color:#a2a5ac}label{display:block;font-size:13px;font-weight:600;color:var(--head);margin:20px 0 8px}form .button{margin-top:26px}
.setup-shell{min-height:100vh;display:grid;grid-template-columns:minmax(420px,48%) 1fr}.brand-panel{position:relative;display:flex;flex-direction:column;overflow:hidden;color:#fff;background:radial-gradient(circle at 85% 80%,rgba(148,18,42,.38),transparent 32%),linear-gradient(150deg,#0e0f12,#20232a 72%,#111216);padding:42px clamp(40px,5vw,92px)}.brand-panel:before{content:"";position:absolute;width:550px;height:550px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-270px;top:22%}.brand-panel:after{content:"";position:absolute;width:360px;height:360px;border:1px solid rgba(255,255,255,.07);border-radius:50%;right:-174px;top:32%}.brand-panel-top,.brand-panel-foot,.brand-panel-content{position:relative;z-index:1}.brand-panel-top{display:flex;align-items:center;gap:14px;font-size:12px;letter-spacing:.04em;color:#b9bbc3}.brand-mark{width:43px;height:43px;object-fit:contain}.brand-panel-content{margin:auto 0}.brand-panel .eyebrow{display:flex;align-items:center;gap:12px;color:#ff9dae;margin-bottom:30px}.brand-panel h1{font-size:clamp(42px,4.5vw,72px);letter-spacing:-.055em;line-height:1.09;color:#fff;margin:0 0 22px;font-weight:600}.brand-panel h1 em{font-style:normal;color:#ff455f}.brand-panel-content p{color:#c3c5cc;font-size:17px;max-width:420px;line-height:1.6}.brand-panel-foot{color:#858991;font-size:12px}.signal-graphic{height:76px;display:flex;align-items:center;gap:6px;margin-top:55px;opacity:.76}.signal-graphic i{width:4px;height:18px;border-radius:5px;background:#f23754;animation:wave 1.65s ease-in-out infinite}.signal-graphic i:nth-child(3n){height:52px;animation-delay:-.7s}.signal-graphic i:nth-child(4n){height:35px;animation-delay:-.35s}.signal-graphic i:nth-child(5n){height:66px;animation-delay:-1.1s}@keyframes wave{0%,100%{transform:scaleY(.56)}50%{transform:scaleY(1.15)}}
.setup-panel{display:flex;align-items:center;justify-content:center;padding:42px 28px}.setup-card{width:min(420px,100%);animation:enter .35s ease both}.setup-card h2{font-size:34px;line-height:1.2;letter-spacing:-.035em;margin:16px 0 10px;color:var(--ink)}.setup-card .muted{margin:0 0 30px}.setup-divider{display:flex;align-items:center;gap:14px;color:#9b9ea7;font-size:10px;letter-spacing:.13em;margin:20px 0}.setup-divider:before,.setup-divider:after{content:"";height:1px;background:var(--line);flex:1}.detail-card{display:flex;justify-content:space-between;align-items:center;background:#fff;border:1px solid var(--line);border-radius:10px;padding:16px;margin:12px 0}.detail-card span{font-size:13px;color:var(--muted)}.detail-card strong{font-size:20px;letter-spacing:.08em;color:var(--ink)}#created-step>.button{margin-top:12px}.mobile-brand{display:none}.toast{position:fixed;z-index:200;left:50%;bottom:26px;transform:translate(-50%,30px);opacity:0;pointer-events:none;background:var(--ink);color:#fff;padding:12px 18px;border-radius:10px;box-shadow:0 14px 34px rgba(0,0,0,.2);font-size:13px;max-width:min(90vw,440px);text-align:center;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}
.meeting-shell{min-height:100vh;display:flex;flex-direction:column}.meeting-header{height:75px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;background:#fff;border-bottom:1px solid var(--line);gap:20px}.header-brand{display:flex;align-items:center;gap:18px;font-weight:600;color:var(--head);white-space:nowrap}.header-brand img{width:130px;height:auto}.header-divider{height:24px;width:1px;background:#d9dbe0}.header-actions{display:flex;align-items:center;gap:30px}.connection{display:flex;align-items:center;gap:10px;font-size:12px;color:var(--muted)}.connection .status-dot{width:6px;height:6px;box-shadow:none;background:#b9bdc4}.connection.online .status-dot{background:#1f9d6b;box-shadow:0 0 0 4px #e7f4ee}.language-control{display:flex;align-items:center;gap:10px;margin:0;font-size:12px;color:var(--muted);white-space:nowrap}.language-control select{height:37px;width:112px;padding:0 11px;font-size:13px;font-weight:600}.meeting-content{display:grid;grid-template-columns:275px minmax(0,1fr);flex:1;min-height:0}.meeting-sidebar{background:#17191e;color:#fff;display:flex;flex-direction:column;min-height:calc(100vh - 75px)}.sidebar-top{padding:35px 26px 30px;border-bottom:1px solid rgba(255,255,255,.1)}.mini-label{color:#9499a2;font-size:10px}.sidebar-top h2{font-size:22px;line-height:1.2;letter-spacing:-.02em;margin:12px 0 15px;font-weight:600}.meeting-code{display:inline-flex;gap:12px;align-items:center;padding:8px 10px;border:1px solid rgba(255,255,255,.12);border-radius:7px;font-size:11px;color:#a9aeb6}.meeting-code strong{color:#fff;letter-spacing:.11em;font-size:12px}.sidebar-block{padding:25px 25px;flex:1}.sidebar-heading{display:flex;justify-content:space-between;align-items:center;font-size:13px;font-weight:600;margin-bottom:19px}.count{background:#30343c;border-radius:7px;padding:3px 8px;font-size:11px}.attendees{display:grid;gap:15px}.attendee{display:flex;align-items:center;gap:11px;font-size:13px;color:#d6d8de}.avatar{display:grid;place-items:center;width:32px;height:32px;border-radius:10px;background:#343840;color:#fff;font-size:12px;font-weight:600;flex:none}.attendee.self .avatar{background:#6a1c2b;color:#ffe7eb}.attendee small{color:#9aa0aa;margin-left:auto}.sidebar-bottom{display:flex;gap:12px;padding:22px 24px;border-top:1px solid rgba(255,255,255,.1)}.sidebar-bottom p{font-size:11px;color:#9da2aa;line-height:1.5;margin:0}.privacy-icon{color:#ef5870;font-size:20px;line-height:1}
.conversation{display:flex;flex-direction:column;min-height:calc(100vh - 75px);max-height:calc(100vh - 75px);background:radial-gradient(circle at 90% 15%,#fff 0,transparent 35%),#fafafb}.conversation-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:30px clamp(24px,5vw,72px) 19px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.56)}.conversation-top h1{font-size:28px;margin:8px 0 4px;color:var(--ink);letter-spacing:-.035em}.conversation-top p{margin:0;color:var(--muted);font-size:13px}.conversation-top .overline{font-size:10px;display:flex;align-items:center;gap:9px}.messages{flex:1;overflow-y:auto;padding:32px clamp(24px,5vw,72px);scroll-behavior:smooth}.empty-state{text-align:center;max-width:320px;margin:8vh auto 0}.empty-orbit{width:94px;height:94px;border:1px solid #ebd9dc;border-radius:50%;display:grid;place-items:center;margin:0 auto 22px;box-shadow:0 0 0 14px #fdf2f4}.empty-orbit span{font-size:34px;color:var(--red)}.empty-state h3{font-size:19px;margin:0 0 7px;color:var(--head)}.empty-state p{font-size:13px;color:var(--muted);line-height:1.6}.message{display:flex;gap:14px;align-items:flex-start;max-width:800px;margin:0 0 26px;animation:enter .25s ease both}.message .avatar{background:#23262d;width:38px;height:38px;border-radius:12px}.message.mine .avatar{background:var(--red)}.message-body{min-width:0;flex:1}.message-meta{display:flex;align-items:center;gap:10px;margin:0 0 7px}.message-meta strong{color:var(--head);font-size:13px}.message-meta time,.message-meta .badge{font-size:11px;color:#9296a0}.message-meta .badge{color:#ae5b27}.bubble{background:#fff;border:1px solid #ebebee;border-radius:3px 15px 15px 15px;padding:16px 19px;box-shadow:0 4px 18px rgba(26,28,34,.035);line-height:1.7;font-size:16px;color:var(--head);white-space:pre-wrap;overflow-wrap:anywhere}.message.mine .bubble{border-left:3px solid var(--red)}.bubble[dir=rtl],.transcript-text[dir=rtl]{font-family:"IDB Plex Arabic",var(--sans);text-align:right;line-height:1.9}.message.live .bubble:after{content:"";display:inline-block;height:17px;width:2px;background:var(--red);vertical-align:-3px;margin-inline-start:3px;animation:blink 1s step-end infinite}@keyframes blink{50%{opacity:0}}.message.live .message-meta .badge{color:var(--red)}.composer{border-top:1px solid var(--line);background:#fff;min-height:156px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:17px 20px 22px;box-shadow:0 -7px 25px rgba(0,0,0,.025)}.speaking-status{font-size:12px;color:var(--muted);margin-bottom:10px}.speak-button{display:flex;align-items:center;gap:11px;padding:0 26px;height:60px;border:0;border-radius:32px;background:var(--red);color:#fff;box-shadow:0 8px 20px rgba(228,0,43,.27);font-size:15px;font-weight:600;transition:.2s}.speak-button:hover{transform:translateY(-2px);box-shadow:0 12px 24px rgba(228,0,43,.3)}.speak-button.active{background:#23262d;box-shadow:0 0 0 9px rgba(228,0,43,.1)}.speak-button.active .mic-icon:after{content:"";position:absolute;left:-8px;top:-8px;width:38px;height:38px;border:1px solid rgba(255,255,255,.6);border-radius:50%;animation:pulse 1.4s ease-out infinite}@keyframes pulse{to{transform:scale(1.5);opacity:0}}.mic-icon{position:relative;width:24px;height:24px}.mic-icon svg{width:24px;height:24px}.composer-note{font-size:11px;color:#9da1a9;margin-top:8px}
.dialog-backdrop{position:fixed;inset:0;z-index:100;background:rgba(13,14,18,.62);backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;padding:20px}.dialog{background:#fff;width:min(430px,100%);border-radius:19px;padding:32px;box-shadow:0 30px 80px rgba(0,0,0,.25);animation:enter .25s ease both}.dialog-icon{width:52px;height:52px;border-radius:15px;background:#fce7eb;color:var(--red);display:grid;place-items:center;font-size:25px;margin-bottom:19px}.dialog h2{font-size:25px;letter-spacing:-.035em;color:var(--head);margin:0 0 10px}.dialog p{font-size:14px;line-height:1.65;color:var(--muted);margin:0 0 20px}.dialog-options{display:grid;gap:10px}.language-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 17px;border:1px solid var(--line);border-radius:10px;background:#fff;text-align:left;font-weight:600;color:var(--head)}.language-option.selected{border-color:var(--red);background:#fff5f6;color:var(--red)}.language-option span{font-size:12px;color:var(--muted)}.dialog-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:23px}.dialog-actions .button{min-width:115px}.dialog-help{font-size:11px!important;margin:14px 0 0!important;color:#9296a0!important}
.transcript-page{min-height:100vh;background:#f7f7f9}.transcript-header{height:72px;display:flex;align-items:center;gap:22px;background:#fff;border-bottom:1px solid var(--line);padding:0 clamp(20px,5vw,70px);font-weight:600}.transcript-header img{width:130px}.transcript-header span{border-left:1px solid var(--line);padding-left:20px}.transcript-header .button{margin-left:auto}.transcript-wrap{max-width:940px;margin:0 auto;padding:52px 26px 100px}.transcript-meta{border-bottom:1px solid var(--line);padding-bottom:25px;margin-bottom:28px}.transcript-meta h1{font-size:35px;color:var(--ink);letter-spacing:-.04em;margin:10px 0 6px}.transcript-meta p{color:var(--muted);font-size:13px}.transcript-tools{display:flex;align-items:center;gap:12px;margin-top:22px}.transcript-tools label{margin:0}.transcript-tools select{width:205px;height:39px}.transcript-entry{background:#fff;border:1px solid var(--line);border-radius:11px;margin:0 0 13px;padding:21px 24px;break-inside:avoid}.transcript-entry-head{display:flex;align-items:baseline;gap:12px;margin-bottom:15px}.transcript-entry-head strong{font-size:14px;color:var(--head)}.transcript-entry-head time,.transcript-entry-head span{font-size:11px;color:var(--muted)}.transcript-columns{display:grid;grid-template-columns:1fr 1fr;gap:22px}.transcript-column{min-width:0}.transcript-column:first-child{border-right:1px solid var(--line);padding-right:22px}.transcript-lang{font-size:10px;color:var(--red);font-weight:600;letter-spacing:.12em;text-transform:uppercase;margin-bottom:7px}.transcript-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.65;color:var(--body);font-size:14px}.transcript-original{color:var(--muted);font-size:12px;border-top:1px solid var(--line);padding-top:12px;margin-top:14px}.transcript-organizer{background:#fff;border:1px solid var(--line);border-radius:12px;padding:25px;margin-top:35px}.transcript-organizer h2{font-size:18px;margin:0 0 5px;color:var(--head)}.transcript-organizer p{font-size:13px;color:var(--muted)}.share-create,.share-new{display:flex;gap:10px;margin:16px 0}.share-create select{max-width:210px}.share-new input{flex:1}.share-list{display:grid;gap:8px;margin-top:15px}.share-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px;border:1px solid var(--line);border-radius:8px;font-size:12px}.share-row button{border:0;background:none;color:var(--red);font-size:12px}.share-row.revoked{opacity:.5}@keyframes enter{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:920px){.setup-shell{grid-template-columns:42% 1fr}.brand-panel{padding:30px}.brand-panel h1{font-size:43px}.meeting-content{grid-template-columns:220px minmax(0,1fr)}.sidebar-top,.sidebar-block{padding-inline:18px}.meeting-header{padding-inline:20px}}
@media(max-width:700px){.setup-shell{display:block}.brand-panel{display:none}.setup-panel{min-height:100vh;display:block;padding:22px 24px 45px}.mobile-brand{display:block;margin:6px 0 52px}.mobile-brand img{width:175px;height:auto}.setup-card{margin:0 auto}.setup-card h2{font-size:31px}.meeting-header{height:auto;min-height:68px;padding:12px 15px;align-items:flex-start;gap:8px}.header-brand{gap:8px;flex-wrap:wrap;font-size:12px}.header-brand img{width:92px}.header-divider{height:18px}.header-actions{gap:7px;flex-direction:column-reverse;align-items:flex-end}.connection{font-size:10px}.language-control span{display:none}.language-control select{height:32px;width:93px;font-size:11px}.meeting-content{display:block}.meeting-sidebar{min-height:0;background:#202228}.sidebar-top{padding:13px 18px;display:flex;align-items:center;gap:12px}.sidebar-top .mini-label,.sidebar-top h2,.sidebar-block,.sidebar-bottom{display:none}.sidebar-top .meeting-code{margin-left:auto}.conversation{min-height:calc(100dvh - 121px);max-height:calc(100dvh - 121px)}.conversation-top{padding:19px 18px 14px}.conversation-top h1{font-size:23px}.conversation-top p{font-size:11px}.conversation-top .button{font-size:11px;padding:0 8px}.messages{padding:20px 17px}.bubble{font-size:15px;padding:14px}.composer{min-height:142px;padding-bottom:max(18px,env(safe-area-inset-bottom))}.transcript-header{padding:0 16px;gap:10px;font-size:12px}.transcript-header img{width:90px}.transcript-header span{padding-left:9px}.transcript-header .button{font-size:11px;padding:0 9px}.transcript-wrap{padding:30px 15px 70px}.transcript-meta h1{font-size:27px}.transcript-columns{grid-template-columns:1fr;gap:16px}.transcript-column:first-child{border:0;border-bottom:1px solid var(--line);padding:0 0 16px}.share-create,.share-new{flex-direction:column}.share-create select{max-width:none}.dialog{padding:25px}}
@media print{body{background:#fff}.transcript-header,.transcript-tools,.transcript-organizer,.toast{display:none!important}.transcript-wrap{padding:0;max-width:none}.transcript-entry{border:0;border-bottom:1px solid #ddd;border-radius:0;margin:0;padding:14px 0}.transcript-page{background:#fff}.transcript-meta{margin-bottom:10px}.transcript-column:first-child{border-right:1px solid #ddd;border-bottom:0;padding-right:18px}.transcript-columns{grid-template-columns:1fr 1fr}@page{size:A4;margin:18mm}}
