:root{--brand:#1f23ab;--brand-hover:#3438c3;--brand-active:#181b87;--ink:#11143d;--muted:#737697;--line:#e5e6f1;--surface:#fff;--soft:#f5f6fc;--danger:#be3040;--success:#15966a;--radius:18px;--shadow:0 18px 60px rgba(31,35,93,.1);font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:var(--soft);font-synthesis:none}*{box-sizing:border-box}html,body{margin:0;min-height:100%}body{background:var(--soft)}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border:0;border-radius:10px;font-weight:650;transition:.18s ease;text-decoration:none}.btn-primary{color:#fff;background:var(--brand);box-shadow:0 8px 18px rgba(31,35,171,.18)}.btn-primary:hover{background:var(--brand-hover);transform:translateY(-1px)}.btn-primary:active{background:var(--brand-active);transform:none}.btn-white{color:var(--brand);background:#fff}.btn-white:hover{background:#f0f1ff}.btn-quiet{background:#f0f1f7;color:#454866}.btn-quiet:hover{background:#e6e7f1}.btn-danger-quiet{color:var(--danger);background:#fff0f1}.btn-block{width:100%}.icon-button{width:40px;height:40px;border:0;border-radius:10px;background:#f0f1f7;color:#565978;font-size:18px}.muted{color:var(--muted)}.section-kicker,.eyebrow,.card-label{margin:0 0 8px;color:var(--brand);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.alert{padding:12px 14px;border-radius:10px;font-size:14px}.alert-error{color:#942230;background:#fff0f1;border:1px solid #ffdadd}.form-stack{display:flex;flex-direction:column;gap:17px}.form-stack label,.inline-create label{display:flex;flex-direction:column;gap:8px;color:#363954;font-size:13px;font-weight:650}.form-stack label em,.inline-create label em{color:#9699ae;font-style:normal;font-weight:400}.form-stack input,.inline-create input,.join-number-form input{width:100%;height:48px;padding:0 14px;border:1px solid #dfe0ec;border-radius:10px;outline:none;color:var(--ink);background:#fff;transition:.15s}.form-stack input:focus,.inline-create input:focus,.join-number-form input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(31,35,171,.1)}
.auth-page{background:#fff}.auth-shell{display:grid;grid-template-columns:minmax(480px,1.08fr) minmax(420px,.92fr);min-height:100vh}.auth-brand{position:relative;overflow:hidden;padding:48px 7vw;color:#fff;background:linear-gradient(145deg,#171a7c 0%,#1f23ab 52%,#3539c4 100%)}.brand-logo{width:210px}.auth-copy{position:relative;z-index:2;margin-top:20vh;max-width:720px}.auth-copy h1{margin:14px 0 20px;font-size:clamp(48px,5vw,78px);line-height:1.12;letter-spacing:-.045em}.auth-copy .brand-description{max-width:none;margin:0;color:#dfe0ff;font-size:clamp(10px,1vw,16px);line-height:1.75;letter-spacing:-.02em;white-space:nowrap}.brand-orbit{position:absolute;width:620px;height:620px;right:-220px;bottom:-220px;border:1px solid rgba(255,255,255,.14);border-radius:50%}.brand-orbit:before,.brand-orbit:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:50%;inset:90px}.brand-orbit:after{inset:190px}.brand-orbit i{position:absolute;width:12px;height:12px;border-radius:50%;background:#c8c9ff}.brand-orbit i:nth-child(1){left:52px;top:88px}.brand-orbit i:nth-child(2){right:96px;top:85px}.brand-orbit i:nth-child(3){left:155px;bottom:35px}.auth-panel{display:grid;place-items:center;padding:48px;background:#fff}.auth-card{width:min(400px,100%);text-align:center}.auth-card h2{margin:4px 0 8px;font-size:32px;letter-spacing:-.03em}.auth-card>.muted{margin:0 0 32px}.auth-card .alert{margin-bottom:18px}.mobile-mark{display:none}
.app-shell{min-height:100vh}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;padding:0 max(28px,calc((100vw - 1240px)/2));background:#fff;border-bottom:1px solid var(--line)}.topbar-brand img{width:185px;display:block}.top-actions{display:flex;align-items:center;gap:12px}.user-chip{display:flex;flex-direction:column;padding:0 10px}.user-chip b{font-size:13px}.user-chip small{color:var(--muted);font-size:11px}.dashboard{width:min(1240px,calc(100% - 48px));margin:0 auto;padding:48px 0 80px}.welcome-row{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:34px}.welcome-row h1{margin:3px 0 10px;font-size:34px;letter-spacing:-.035em}.welcome-row p:last-child{margin:0}.status-pill{display:flex;align-items:center;gap:8px;padding:9px 13px;border:1px solid #dfe2ec;border-radius:99px;background:#fff;color:#555976;font-size:12px}.status-pill i{width:7px;height:7px;border-radius:50%;background:var(--success);box-shadow:0 0 0 4px #e0f5ed}.dashboard>.alert{margin:-14px 0 24px}.action-grid{display:grid;grid-template-columns:1.22fr .78fr;gap:20px}.action-card{position:relative;overflow:hidden;min-height:330px;padding:30px;border-radius:var(--radius);box-shadow:var(--shadow)}.action-card h2{margin:2px 0 7px;font-size:28px}.action-card p{margin:0}.action-card-primary{color:#fff;background:linear-gradient(140deg,#181b88,#1f23ab 58%,#3b3fc5)}.action-card-primary:after{content:"";position:absolute;width:330px;height:330px;right:-170px;top:-190px;border:70px solid rgba(255,255,255,.05);border-radius:50%}.action-card-primary .card-label,.action-card-primary p{color:#cfd1ff}.action-card-light{background:#fff}.card-icon{display:grid;place-items:center;width:52px;height:52px;margin-bottom:25px;border-radius:15px;background:rgba(255,255,255,.14);font-size:27px}.card-icon-outline{color:var(--brand);background:#eceeff}.inline-create{position:absolute;z-index:1;display:grid;grid-template-columns:1.4fr .75fr auto;align-items:end;gap:12px;left:30px;right:30px;bottom:30px}.inline-create label{color:#e5e6ff}.inline-create input{border-color:rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.12)}.inline-create input::placeholder{color:#c5c7ee}.join-number-form{position:absolute;display:grid;grid-template-columns:1fr auto;gap:10px;left:30px;right:30px;bottom:30px}.join-number-form input{font-size:20px;letter-spacing:.08em}.meetings-section{margin-top:50px}.section-heading{display:flex;align-items:center;gap:13px;justify-content:space-between;margin-bottom:18px}.section-heading h2{margin:0;font-size:24px}.count-badge{display:grid;place-items:center;min-width:30px;height:30px;padding:0 9px;border-radius:99px;color:var(--brand);background:#e9eaff;font-size:12px;font-weight:700}.meeting-list,.member-list{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff}.meeting-row{display:grid;grid-template-columns:56px 1fr auto auto;gap:18px;align-items:center;padding:18px 20px;border-bottom:1px solid #eff0f6}.meeting-row:last-child{border-bottom:0}.meeting-date{display:flex;flex-direction:column;align-items:center;padding-right:16px;border-right:1px solid var(--line)}.meeting-date strong{font-size:20px}.meeting-date span{color:var(--muted);font-size:11px}.meeting-info h3{margin:0 0 5px;font-size:15px}.meeting-info p{margin:0;color:var(--muted);font-size:12px}.meeting-status,.member-state{padding:5px 9px;border-radius:99px;font-size:11px}.status-active,.member-state.enabled{color:#08734f;background:#e3f7ef}.status-ended,.member-state{color:#71748d;background:#eff0f5}.meeting-actions{display:flex;align-items:center;gap:8px}.meeting-actions .btn{min-height:36px;padding:0 12px;font-size:12px}.empty-state{text-align:center;padding:58px;border:1px dashed #d7d9e8;border-radius:14px;background:#fff}.empty-state>span{display:grid;place-items:center;width:52px;height:52px;margin:0 auto 16px;border-radius:14px;color:var(--brand);background:#eceeff;font-size:24px}.empty-state h3{margin:0 0 8px}.empty-state p{margin:0;color:var(--muted)}.toast{position:fixed;left:50%;bottom:28px;z-index:20;padding:12px 18px;border-radius:10px;color:#fff;background:#121431;box-shadow:var(--shadow);opacity:0;transform:translate(-50%,15px);transition:.2s;pointer-events:none}.toast.show{opacity:1;transform:translate(-50%,0)}
.admin-layout{max-width:1160px}.admin-grid{display:grid;grid-template-columns:340px 1fr;gap:22px}.panel{padding:24px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 38px rgba(30,33,84,.05)}.member-panel{min-width:0}.member-row{display:grid;grid-template-columns:44px 1fr auto auto;gap:12px;align-items:center;padding:14px;border-bottom:1px solid #eff0f6}.member-row:last-child{border:0}.avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:12px;color:#fff;background:var(--brand);font-weight:700}.member-row h3{margin:0 0 4px;font-size:14px}.member-row h3 small{margin-left:8px;color:var(--brand);font-size:10px}.member-row p{margin:0;color:var(--muted);font-size:11px}.member-row .btn{min-height:34px;font-size:12px}
.minimal-header{height:74px;display:flex;align-items:center;justify-content:space-between;padding:0 5vw;border-bottom:1px solid var(--line);background:#fff}.minimal-header img{width:185px}.minimal-header span{color:var(--muted);font-size:12px}.join-page{min-height:100vh;background:linear-gradient(145deg,#f7f8ff,#eceeff)}.join-shell{display:grid;grid-template-columns:1fr 430px;gap:8vw;align-items:center;width:min(1080px,calc(100% - 48px));min-height:calc(100vh - 74px);margin:auto;padding:56px 0}.meeting-glyph{display:grid;place-items:center;width:70px;height:70px;margin-bottom:28px;border-radius:20px;color:#fff;background:var(--brand);font-size:34px;box-shadow:0 14px 36px rgba(31,35,171,.25)}.join-summary h1{max-width:640px;margin:4px 0 13px;font-size:44px;line-height:1.2;letter-spacing:-.04em}.meeting-number{color:var(--brand);font-weight:700;letter-spacing:.08em}.join-summary ul{margin:36px 0 0;padding:0;list-style:none;color:var(--muted);font-size:14px;line-height:2.1}.join-summary li:before{content:"✓";margin-right:10px;color:var(--brand);font-weight:800}.join-card{padding:34px;border:1px solid rgba(255,255,255,.9);border-radius:22px;background:rgba(255,255,255,.88);box-shadow:var(--shadow);backdrop-filter:blur(16px)}.join-card h2{margin:2px 0 24px;font-size:26px}.join-card .alert{margin-bottom:18px}.privacy-note{margin:18px 0 0;text-align:center;color:#9295aa;font-size:11px}.embedded-join-card{text-align:center}.embedded-join-icon{display:grid;width:56px;height:56px;margin:0 auto 18px;place-items:center;border-radius:16px;color:#fff;background:var(--brand);font-size:25px;box-shadow:0 12px 28px rgba(31,35,171,.22)}.embedded-join-card h2{margin-bottom:13px}.embedded-join-copy{margin:0 0 24px;color:var(--muted);font-size:14px;line-height:1.75}.embedded-open-steps{margin:16px 0 0;color:#7c7f99;font-size:12px;line-height:1.65}.center-state{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:30px;text-align:center}.center-state img{width:60px;margin-bottom:28px}.center-state h1{margin:5px 0 12px;font-size:34px}.center-state p:not(.section-kicker){margin:0 0 26px;color:var(--muted)}
.room-page{overflow:hidden;background:#080b24}.room-shell,#meeting-frame{position:fixed;inset:0}.room-shell iframe{display:block;border:0}.room-loading,.room-error{position:fixed;inset:0;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;background:#080b24;text-align:center}.room-loading[hidden],.room-error[hidden]{display:none}.room-loading img{width:58px;margin-bottom:22px}.room-loading h1{margin:0 0 8px}.room-loading p,.room-error p{color:#b9bcdb}.spinner{width:26px;height:26px;margin-top:22px;border:3px solid #33385d;border-top-color:#8f92ff;border-radius:50%;animation:spin .8s linear infinite}.room-error .btn{margin:6px}@keyframes spin{to{transform:rotate(360deg)}}
#meeting-frame:not(.is-active),#meeting-frame.is-suspended{visibility:hidden;pointer-events:none}
.device-diagnostics{position:fixed;inset:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;overflow:auto;padding:28px;background:rgba(8,11,36,.96);color:#11153f;pointer-events:auto}.device-diagnostics[hidden]{display:none}.device-diagnostics:not([hidden])~#meeting-frame{visibility:hidden!important;pointer-events:none!important}.diagnostics-panel{position:relative;z-index:1;width:min(820px,100%);padding:30px;border:1px solid rgba(255,255,255,.22);border-radius:24px;background:#f7f8ff;box-shadow:0 28px 80px rgba(0,0,0,.35);pointer-events:auto}.diagnostics-panel button,.diagnostics-panel a,.diagnostics-panel select{position:relative;z-index:2;pointer-events:auto;touch-action:manipulation}.diagnostics-logo{display:block;width:42px;height:42px;margin:0 auto 10px}.diagnostics-heading{text-align:center}.diagnostics-heading>span{color:#1f23ab;font-size:12px;font-weight:800;letter-spacing:.18em}.diagnostics-heading h1{margin:5px 0 6px;font-size:28px}.diagnostics-heading p{margin:0;color:#747997}.diagnostics-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}.device-check-card{padding:20px;border:1px solid #e0e3f1;border-radius:18px;background:#fff}.device-check-title{display:grid;grid-template-columns:42px 1fr auto;gap:10px;align-items:center;margin-bottom:18px}.device-icon{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:#eef0ff;color:#1f23ab;font-weight:800}.device-check-title h2{margin:0;font-size:17px}.device-check-title p{max-width:210px;margin:3px 0 0;overflow:hidden;color:#747997;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.device-state{padding:5px 8px;border-radius:999px;font-size:11px;font-style:normal;font-weight:800}.device-state.pending{background:#fff4d5;color:#9a6400}.device-state.ok{background:#dcf8ec;color:#06754b}.device-state.error{background:#ffe5e8;color:#bb2033}.device-check-card label{display:block;margin-bottom:7px;color:#555b7d;font-size:12px;font-weight:700}.device-check-card select{width:100%;height:42px;padding:0 12px;border:1px solid #d8dceb;border-radius:10px;background:#fff;color:#151945}.device-check-card select:disabled{opacity:.7}.mic-meter{height:8px;margin-top:14px;overflow:hidden;border-radius:999px;background:#e9ebf4}.mic-meter i{display:block;width:0;height:100%;border-radius:inherit;background:linear-gradient(90deg,#32b686,#61d4a9);transition:width .08s}.device-hint{min-height:36px;margin:10px 0;color:#747997;font-size:12px;line-height:1.5}.device-action{min-height:36px;padding:7px 12px;font-size:13px}.speaker-actions{display:flex;gap:8px;margin-top:14px}.embedded-browser-notice{margin:18px 0 0;padding:12px 14px;border:1px solid #ffdda2;border-radius:12px;background:#fff7e8;color:#7d5411;font-size:13px;line-height:1.55;text-align:center}.permission-help{margin-top:16px;padding:13px 15px;border-radius:12px;background:#fff0f1;color:#871c2d;font-size:13px}.permission-help p{margin:4px 0 0;line-height:1.55}.diagnostics-footer{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:22px}.diagnostics-footer .btn-primary{min-width:210px}.text-button{border:0;background:none;color:#1f23ab;font:inherit;font-weight:700;cursor:pointer}.device-status-dock{position:fixed;z-index:15;top:14px;left:50%;display:flex;align-items:center;gap:7px;padding:9px 13px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(17,21,63,.88);color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.22);transform:translateX(-50%);backdrop-filter:blur(12px);cursor:pointer}.device-status-dock[hidden]{display:none}.device-status-dock span{width:8px;height:8px;border-radius:50%;background:#36cd96;box-shadow:0 0 0 4px rgba(54,205,150,.14)}.device-status-dock span.warning{background:#ffb63e;box-shadow:0 0 0 4px rgba(255,182,62,.14)}.device-status-dock b{font-size:12px}.device-status-dock em{color:#bfc4dd;font-size:11px;font-style:normal}
@media(max-width:700px){.device-diagnostics{align-items:flex-start;padding:14px}.diagnostics-panel{padding:22px 16px;border-radius:18px}.diagnostics-heading h1{font-size:23px}.diagnostics-grid{grid-template-columns:1fr;margin-top:18px}.device-check-card{padding:16px}.device-status-dock{top:8px}.speaker-actions{flex-wrap:wrap}}
@media(max-width:900px){.auth-shell{grid-template-columns:1fr}.auth-brand{display:none}.auth-panel{min-height:100vh;padding:28px}.mobile-mark{display:block;margin-bottom:28px}.mobile-mark img{width:52px}.action-grid{grid-template-columns:1fr}.admin-grid{grid-template-columns:1fr}.join-shell{grid-template-columns:1fr;gap:34px}.join-summary{padding-top:20px}.meeting-row{grid-template-columns:48px 1fr auto}.meeting-actions{grid-column:2/4;flex-wrap:wrap}.meeting-status{justify-self:end}}
@media(max-width:620px){.topbar{height:66px;padding:0 16px}.topbar-brand img{width:150px}.top-actions>.btn,.user-chip small{display:none}.user-chip{padding:0}.dashboard{width:calc(100% - 28px);padding:30px 0 60px}.welcome-row{align-items:flex-start}.welcome-row h1{font-size:27px}.status-pill{display:none}.action-card{min-height:390px;padding:22px}.action-card-primary{min-height:520px}.action-card-light{min-height:330px}.inline-create{grid-template-columns:1fr;left:22px;right:22px;bottom:22px}.inline-create .btn{height:46px}.join-number-form{left:22px;right:22px;bottom:22px}.meeting-row{grid-template-columns:42px 1fr auto;gap:10px;padding:15px 12px}.meeting-date{padding-right:9px}.meeting-actions{grid-column:1/4}.meeting-actions .btn{flex:1}.meetings-section{margin-top:36px}.minimal-header{padding:0 18px}.minimal-header img{width:160px}.join-shell{width:calc(100% - 28px);padding:28px 0 50px}.join-summary h1{font-size:33px}.join-summary ul{display:none}.join-card{padding:24px}.member-row{grid-template-columns:40px 1fr auto}.member-state{display:none}.member-row form{grid-column:2/4}.member-row .btn{width:100%}}

.btn-feishu{color:#fff;background:#3370ff;border-color:#3370ff}.btn-feishu:hover{background:#245bdb;border-color:#245bdb}

.embedded-browser-notice{position:fixed;z-index:30;top:14px;left:50%;width:min(720px,calc(100% - 28px));padding:12px 18px;border:1px solid #f2d38c;border-radius:10px;color:#604100;background:#fff7df;box-shadow:0 8px 30px rgba(0,0,0,.18);font-size:13px;line-height:1.55;transform:translateX(-50%)}
.member-actions{display:flex;align-items:center;gap:8px}.reset-form{display:flex;align-items:center;gap:6px}.reset-form input{width:140px;height:34px;padding:0 9px;border:1px solid var(--line);border-radius:8px;outline:none}.reset-form input:focus{border-color:var(--brand)}
@media(max-width:760px){.member-actions{grid-column:2/5;align-items:stretch;flex-direction:column}.reset-form{width:100%}.reset-form input{width:auto;flex:1}.member-actions .btn{white-space:nowrap}}

.summary-upload-form input[type=file]{position:absolute;width:1px;height:1px;overflow:hidden;opacity:0}.summary-page{width:min(980px,calc(100% - 40px));margin:0 auto;padding:64px 0 90px}.summary-page>h1{margin:6px 0 32px;font-size:38px}.summary-eyebrow{margin:0;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.12em}.summary-card{margin-bottom:18px;padding:28px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 12px 35px rgba(25,29,90,.06)}.summary-card h2{margin:0 0 16px;font-size:19px}.summary-card ul{margin:0;padding-left:20px;line-height:1.8}.summary-card li+li{margin-top:8px}.summary-card li small{display:block;color:var(--muted)}.summary-text{margin:0;white-space:pre-wrap;line-height:1.85}.summary-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.summary-state{display:flex;min-height:320px;flex-direction:column;align-items:center;justify-content:center;padding:40px;border:1px dashed #ccd0ef;border-radius:20px;background:#fff;text-align:center}.summary-state p{max-width:520px;color:var(--muted)}.summary-state-error{border-color:#f0c7c7}.summary-spinner{width:34px;height:34px;margin-bottom:20px;border:3px solid #e1e3f8;border-top-color:var(--brand);border-radius:50%;animation:summary-spin .8s linear infinite}@keyframes summary-spin{to{transform:rotate(360deg)}}
@media(max-width:700px){.summary-page{padding-top:38px}.summary-page>h1{font-size:30px}.summary-grid{grid-template-columns:1fr}.summary-card{padding:22px}}
.summary-overview{border-top:3px solid var(--brand)}.summary-block{margin:36px 0 18px}.summary-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.summary-heading h2{margin:0;font-size:24px}.summary-heading span{padding:6px 10px;border-radius:999px;color:var(--brand);background:#eceeff;font-size:12px;font-weight:700}.topic-card{display:flex;gap:18px}.topic-number{display:grid;place-items:center;flex:0 0 32px;width:32px;height:32px;border-radius:10px;color:#fff;background:var(--brand);font-size:14px;font-weight:800}.topic-content{min-width:0;flex:1}.topic-content>h3{margin:2px 0 8px;font-size:21px}.topic-context{margin:0 0 22px;color:var(--muted);line-height:1.75}.topic-section{margin-top:22px}.topic-section h4{margin:0 0 11px;color:#53566f;font-size:13px}.speaker-points{display:flex;flex-direction:column;gap:13px}.speaker-point{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:start}.speaker-label{min-width:34px;padding:4px 7px;border-radius:7px;color:var(--brand);background:#eceeff;text-align:center;font-size:11px;font-weight:800}.speaker-point p{margin:1px 0;line-height:1.75}.detail-list{margin:7px 0 0!important;color:#5f6278;font-size:14px;line-height:1.65!important}.qa-item{padding:14px 16px;border-radius:12px;background:#f7f8fc}.qa-item+.qa-item{margin-top:10px}.qa-item p{display:flex;gap:10px;margin:0;line-height:1.7}.qa-item p+p{margin-top:8px}.qa-item b{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:7px;color:var(--brand);background:#e8eaff;font-size:12px}.qa-item small{color:var(--muted)}.topic-conclusion,.topic-open{padding:14px 16px;border-radius:12px}.topic-conclusion{background:#eef9f5}.topic-open{background:#fff8e8}.topic-conclusion ul,.topic-open ul{margin:0;padding-left:19px;line-height:1.75}.rich-list{list-style:none!important;padding:0!important}.rich-list li{padding-left:18px;position:relative}.rich-list li:before{content:"";position:absolute;top:.75em;left:0;width:6px;height:6px;border-radius:50%;background:var(--brand)}.rich-list li small{display:block;margin-top:2px;color:var(--muted);line-height:1.55}.attendee-list{display:flex;flex-wrap:wrap;gap:10px}.attendee-list span{padding:9px 12px;border-radius:10px;background:#f4f5fa;color:var(--muted);font-size:13px}.attendee-list b{color:var(--ink)}.transcript-card{padding:0;overflow:hidden}.transcript-card>summary{display:flex;align-items:center;justify-content:space-between;padding:24px 28px;cursor:pointer;list-style:none}.transcript-card>summary::-webkit-details-marker{display:none}.transcript-card>summary span{display:flex;flex-direction:column;gap:5px}.transcript-card>summary small{color:var(--muted);font-weight:400}.transcript-card>summary i{color:var(--brand);font-size:13px;font-style:normal;font-weight:700}.transcript-card[open]>summary i{font-size:0}.transcript-card[open]>summary i:after{content:"收起";font-size:13px}.transcript-card pre{max-height:680px;margin:0;padding:24px 28px;overflow:auto;border-top:1px solid var(--line);white-space:pre-wrap;word-break:break-word;color:#383b55;background:#f8f9fc;font:14px/1.85 ui-monospace,SFMono-Regular,Menlo,monospace}
@media(max-width:700px){.topic-card{gap:12px}.topic-number{flex-basis:28px;width:28px;height:28px}.topic-content>h3{font-size:19px}.speaker-point{grid-template-columns:1fr}.speaker-label{justify-self:start}.transcript-card>summary,.transcript-card pre{padding:20px}.summary-heading h2{font-size:21px}}

.meeting-ended-page{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;padding:36px;text-align:center;background:radial-gradient(circle at 50% 30%,#f7f7ff,#eef0fa)}.meeting-ended-page img{width:64px;margin-bottom:22px}.meeting-ended-page h1{margin:8px 0 12px;font-size:38px}.meeting-ended-page>p:not(.summary-eyebrow){margin:0 0 30px;color:var(--muted)}

.alert-success{color:#08734f;background:#e3f7ef;border:1px solid #c0eadb}.schedule-panel{margin-top:20px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 12px 36px rgba(31,35,93,.06)}.schedule-panel>summary{display:flex;align-items:center;gap:14px;padding:20px 24px;cursor:pointer;list-style:none}.schedule-panel>summary::-webkit-details-marker{display:none}.schedule-panel>summary span:nth-child(2){display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.schedule-panel>summary strong{font-size:16px}.schedule-panel>summary small{color:var(--muted);font-size:12px}.schedule-panel>summary>b{color:var(--brand);font-size:22px;font-weight:400;transition:transform .2s}.schedule-panel[open]>summary>b{transform:rotate(45deg)}.schedule-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:var(--brand);background:#eceeff;font-size:21px}.schedule-form{display:grid;grid-template-columns:1.35fr 1fr .75fr .8fr auto;align-items:end;gap:12px;padding:0 24px 24px}.schedule-form label{display:flex;flex-direction:column;gap:7px;color:#363954;font-size:12px;font-weight:650}.schedule-form label em{color:#9699ae;font-style:normal;font-weight:400}.schedule-form input,.schedule-form select{width:100%;height:44px;padding:0 12px;border:1px solid #dfe0ec;border-radius:10px;outline:none;color:var(--ink);background:#fff}.schedule-form input:focus,.schedule-form select:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(31,35,171,.1)}.schedule-form .btn{height:44px}.status-scheduled{color:#5149a8;background:#eeedff}.meeting-info p b{color:var(--brand);font-weight:650}.scheduled-time{margin:0 0 12px;color:var(--ink);font-size:16px;font-weight:700}
@media(max-width:1050px){.schedule-form{grid-template-columns:1fr 1fr}.schedule-form .btn{grid-column:1/3}}
@media(max-width:620px){.schedule-panel>summary{padding:17px}.schedule-panel>summary small{line-height:1.5}.schedule-form{grid-template-columns:1fr;padding:0 17px 17px}.schedule-form .btn{grid-column:auto}.meeting-info p{line-height:1.65}}

.ai-record-dock{position:fixed;z-index:15;top:14px;right:16px;display:flex;align-items:center;gap:8px;min-height:38px;padding:8px 13px;border:1px solid rgba(255,255,255,.24);border-radius:999px;background:rgba(17,21,63,.88);color:#fff;box-shadow:0 8px 24px rgba(0,0,0,.22);backdrop-filter:blur(12px)}.ai-record-dock[hidden]{display:none}.ai-record-dock span{width:9px;height:9px;border:2px solid #ff6b78;border-radius:50%}.ai-record-dock b{font-size:12px}.ai-record-dock em{color:#d6d8eb;font-size:11px;font-style:normal}.ai-record-dock.is-recording{border-color:rgba(255,91,107,.5);background:rgba(104,22,37,.9)}.ai-record-dock.is-recording span{border:0;background:#ff5b6b;box-shadow:0 0 0 5px rgba(255,91,107,.18);animation:record-pulse 1.4s infinite}.ai-record-dock.is-submitted span{border:0;background:#36cd96}@keyframes record-pulse{50%{box-shadow:0 0 0 9px rgba(255,91,107,0)}}
.ai-record-guide{position:fixed;inset:0;z-index:2147483001;display:grid;place-items:center;padding:24px;background:rgba(8,11,36,.78);backdrop-filter:blur(8px)}.ai-record-guide[hidden]{display:none}.ai-record-guide-card{width:min(480px,100%);padding:28px;border-radius:20px;background:#fff;color:#11143d;box-shadow:0 24px 80px rgba(0,0,0,.35)}.ai-record-guide-card h2{margin:0 0 12px}.ai-record-guide-card p{margin:0;color:#555a7b;line-height:1.75}.ai-record-guide-card small{display:block;margin-top:14px;color:#8b8ea6;line-height:1.6}.ai-record-guide-card>div{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.ai-record-status{position:fixed;z-index:2147483002;left:50%;bottom:28px;max-width:calc(100% - 32px);padding:12px 18px;border-radius:10px;background:#fff;color:#171a4b;box-shadow:0 12px 38px rgba(0,0,0,.3);font-size:13px;transform:translateX(-50%)}.ai-record-status[hidden]{display:none}.ai-record-status.error{color:#a62134;background:#fff0f1}
@media(max-width:700px){.device-status-dock{left:12px;transform:none}.ai-record-dock{top:8px;right:8px}.ai-record-guide-card{padding:24px 20px}}
.media-health-alert{position:fixed;z-index:2147483003;top:18px;left:50%;display:flex;align-items:center;gap:16px;width:min(680px,calc(100% - 32px));padding:15px 48px 15px 18px;border:1px solid #ffd2a0;border-radius:16px;background:#fff8ec;color:#4c2d06;box-shadow:0 16px 50px rgba(0,0,0,.35);transform:translateX(-50%)}.media-health-alert[hidden]{display:none}.media-health-alert>div{min-width:0;flex:1}.media-health-alert strong{display:block;font-size:15px}.media-health-alert p{margin:4px 0 0;color:#7c5b30;font-size:12px;line-height:1.45}.media-health-alert .btn{flex:none;padding:9px 15px}.media-health-dismiss{position:absolute;top:7px;right:9px;border:0;background:transparent;color:#806b50;font-size:22px;cursor:pointer}@media(max-width:700px){.media-health-alert{top:58px;align-items:flex-start;flex-wrap:wrap;gap:10px}.media-health-alert .btn{width:100%}}
.opportunity-picker{position:relative}.opportunity-state{min-height:15px;color:#a8aad0;font-size:10px;font-weight:500;line-height:1.35}.opportunity-state.is-selected{color:#8ff0c8}.meeting-edit .opportunity-state{color:#a1610a}.meeting-edit .opportunity-state.is-selected{color:var(--success)}.opportunity-results{position:absolute;z-index:103;top:calc(100% + 6px);right:0;left:0;max-height:260px;overflow:auto;border:1px solid #dfe1ed;border-radius:11px;background:#fff;box-shadow:0 15px 42px rgba(18,21,72,.18)}.opportunity-option{display:flex;width:100%;flex-direction:column;gap:3px;padding:11px 13px;border:0;border-bottom:1px solid #eff0f6;color:var(--ink);background:#fff;text-align:left}.opportunity-option:hover{background:#f4f5ff}.opportunity-option small{overflow:hidden;color:var(--muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.opportunity-message{display:block;padding:13px;color:var(--muted);font-size:12px}.opportunity-error{color:var(--danger)}.inline-create{grid-template-columns:1.2fr 1fr .65fr auto}.action-card-primary{min-height:380px}.schedule-form{grid-template-columns:1.15fr 1fr 1fr .7fr .75fr auto}.meeting-edit{position:relative}.meeting-edit>summary{list-style:none}.meeting-edit>summary::-webkit-details-marker{display:none}.meeting-edit[open]::before{content:"";position:fixed;z-index:100;inset:0;background:rgba(8,11,36,.52);backdrop-filter:blur(3px)}.meeting-edit>form{position:fixed;z-index:101;top:50%;left:50%;width:min(420px,calc(100% - 28px));padding:22px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 24px 80px rgba(8,11,36,.3);transform:translate(-50%,-50%)}.meeting-edit-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;font-size:18px}.meeting-edit-close{width:34px;height:34px;border:0;border-radius:9px;color:#666a87;background:#f0f1f7;font-size:22px;line-height:1}.meeting-edit label{display:flex;flex-direction:column;gap:6px;margin-bottom:14px;color:#4b4f6d;font-size:12px}.meeting-edit input{height:42px;padding:0 11px;border:1px solid var(--line);border-radius:8px}.meeting-edit-buttons{display:flex;justify-content:flex-end;gap:9px;margin-top:20px}.crm-sync-state{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:-14px 0 20px;padding:12px 15px;border:1px solid #dfe1ee;border-radius:12px;background:#fff;color:var(--muted);font-size:12px}.crm-sync-state b{color:var(--ink)}.crm-sync-synced{border-color:#bfe5d7;background:#effaf6}.crm-sync-failed{border-color:#f1c9cf;background:#fff4f5}.summary-edit-card{padding:0}.summary-edit-card>summary{display:flex;justify-content:space-between;padding:24px 28px;cursor:pointer;list-style:none}.summary-edit-card>summary span{color:var(--muted);font-size:12px}.summary-edit-card>form{display:flex;flex-direction:column;gap:16px;padding:0 28px 28px}.summary-edit-card label{display:flex;flex-direction:column;gap:7px;font-size:13px;font-weight:700}.summary-edit-card label small{color:var(--muted);font-weight:400}.summary-edit-card textarea{padding:12px;border:1px solid var(--line);border-radius:10px;outline:none;resize:vertical;font:14px/1.7 inherit}.summary-edit-card textarea:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(31,35,171,.1)}.summary-edit-card .btn{align-self:flex-start}
@media(max-width:1050px){.inline-create{grid-template-columns:1fr 1fr}.inline-create .btn{height:46px}.schedule-form{grid-template-columns:1fr 1fr}.schedule-form .btn{grid-column:1/3}}
@media(max-width:620px){.inline-create{grid-template-columns:1fr}.meeting-edit>form{position:fixed;right:14px;bottom:14px;left:14px;top:auto;width:auto}.crm-sync-state,.summary-edit-card>summary{align-items:flex-start;flex-direction:column}.summary-edit-card>form{padding:0 20px 20px}}
.inline-create .opportunity-results{top:auto;bottom:calc(100% + 6px)}
