.meetings-section{padding-top:42px}.meetings-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}.meetings-head h1{margin:0;font-size:30px;letter-spacing:-.03em}.meetings-head h1 span{display:inline-grid;place-items:center;min-width:24px;height:24px;margin-left:7px;border-radius:999px;background:rgba(47,128,237,.13);color:#8ec0ff;font-size:10px;vertical-align:middle}.meetings-head p:last-child{margin:8px 0 0;color:var(--muted);font-size:12px}.scheduled-meeting-list{display:grid;gap:10px}.scheduled-row{display:grid;grid-template-columns:minmax(155px,.7fr) minmax(260px,1.5fr) auto;align-items:center;gap:18px;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:linear-gradient(180deg,rgba(15,30,47,.94),rgba(10,22,35,.94));box-shadow:0 12px 34px rgba(0,0,0,.1)}.scheduled-time,.scheduled-copy{display:flex;flex-direction:column;min-width:0}.scheduled-time strong,.scheduled-copy strong{font-size:11px}.scheduled-time small,.scheduled-copy small{margin-top:4px;color:var(--muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scheduled-actions{display:flex;align-items:center;gap:6px}.scheduled-actions button{height:34px;border:1px solid var(--line);border-radius:9px;background:rgba(255,255,255,.04);color:#dce7f2;padding:0 10px;font-size:9px;font-weight:750;cursor:pointer}.scheduled-actions button:first-child{border-color:rgba(229,184,66,.34);background:linear-gradient(145deg,#d9ac37,#a9791e);color:#111820}.scheduled-actions button:last-child{color:#ff9da9}.scheduled-actions button:hover{filter:brightness(1.08)}.meetings-empty{min-height:290px;border:1px dashed rgba(255,255,255,.12);border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:rgba(255,255,255,.018)}.meetings-empty strong{font-size:15px}.meetings-empty p{margin:7px 0 16px;color:var(--muted);font-size:11px}.scheduled-home-list{display:grid;gap:8px;margin-top:18px;overflow:auto}.scheduled-mini{display:flex;align-items:center;gap:12px;padding:12px 13px;border:1px solid rgba(255,255,255,.075);border-radius:12px;background:rgba(255,255,255,.025)}.scheduled-mini>div{display:flex;flex-direction:column;min-width:0;flex:1}.scheduled-mini strong{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.scheduled-mini small{margin-top:3px;color:var(--muted);font-size:8px}.scheduled-mini>span{font-size:9px;color:#9fc5f5;font-variant-numeric:tabular-nums;white-space:nowrap}.schedule-modal{width:min(590px,calc(100vw - 40px))}.schedule-option-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.schedule-modal select{height:43px;border:1px solid rgba(255,255,255,.12);border-radius:11px;background:#081421;color:#f6f8fb;padding:0 11px;outline:none}.schedule-modal select:focus{border-color:rgba(78,144,235,.65);box-shadow:0 0 0 3px rgba(47,128,237,.1)}.schedule-modal label small{font-size:9px;color:#7f91a4}.schedule-repeat-block{margin-top:4px}.schedule-repeat-block>label{margin-top:14px}.schedule-repeat-block #scheduleCustomRepeat{margin-top:10px}.schedule-security{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px;padding:13px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:rgba(255,255,255,.022)}.schedule-security strong{grid-column:1/-1;color:#dce6ef;font-size:10px}.schedule-security span{font-size:9px;color:#8ea0b3}.schedule-security span::before{content:'✓';margin-right:6px;color:#5ad594}.schedule-status{margin:13px 1px 0;padding:9px 10px;border-radius:9px;background:rgba(47,128,237,.09);color:#a9cdfc;font-size:9px;line-height:1.45}.schedule-status[hidden]{display:none}@media(max-width:940px){.scheduled-row{grid-template-columns:1fr auto}.scheduled-time{grid-column:1/-1}.scheduled-actions{justify-content:flex-end}}@media(max-width:760px){.scheduled-row{grid-template-columns:1fr}.scheduled-actions{justify-content:flex-start;flex-wrap:wrap}.meetings-head{align-items:flex-start;flex-direction:column}.schedule-security,.schedule-option-grid{grid-template-columns:1fr}}
