:root{--color-ink: #05060a;--color-charcoal: #181a20;--color-navy: #000453;--color-blue: #053cfa;--color-white: #fcfcfd;--color-gray-50: #f7f8fa;--color-gray-100: #eef0f4;--color-gray-300: #c9ced8;--color-gray-600: #666d7a;--color-danger: #c0362c;--font-family-base: Inter, "General Sans", system-ui, sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--embed-content-width: 728px;color:var(--color-white);background:var(--color-ink);font-family:var(--font-family-base);font-weight:var(--font-weight-regular);font-synthesis:none;text-rendering:optimizeLegibility}body{margin:0;min-width:320px;min-height:100vh;font-weight:var(--font-weight-regular)}button,input,select,textarea{font:inherit}.embed-shell{min-height:100vh;display:grid;align-content:center;gap:24px;padding:32px 22px;color:var(--ds-text, var(--color-white));background:radial-gradient(circle at 85% 12%,color-mix(in srgb,var(--ds-accent, var(--color-blue)) 15%,transparent),transparent 30%),linear-gradient(145deg,var(--ds-bg, var(--color-ink)),var(--ds-surface-2, var(--color-charcoal)))}.embed-header{display:flex;align-items:center;gap:18px;max-width:var(--embed-content-width);width:100%;margin:0 auto}.brand-mark{display:grid;place-items:center;width:48px;height:48px;border-radius:8px;background:var(--color-blue);color:var(--color-white);font-weight:var(--font-weight-bold);letter-spacing:0}h1,h2,p{margin:0}h1{font-size:clamp(1.35rem,3vw,1.8rem);font-weight:var(--font-weight-semibold);letter-spacing:0;line-height:1.12}h2{font-size:1.05rem;font-weight:var(--font-weight-semibold);line-height:1.2}.eyebrow{color:var(--color-gray-300);font-size:.76rem;text-transform:uppercase;font-weight:var(--font-weight-semibold);letter-spacing:.04em}.muted{color:var(--color-gray-300);margin-top:5px;line-height:1.45}.panel{width:min(var(--embed-content-width),100%);margin:0 auto;padding:24px;border:1px solid rgba(201,206,216,.22);border-radius:8px;background:#181a20f5;box-shadow:0 20px 80px #00000047}.section-heading,.actions-row,.admin-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.section-heading span{color:var(--color-gray-300);font-size:.82rem}.primary-action,.secondary-action,.text-action,.icon-action{min-height:42px;border-radius:8px;border:1px solid rgba(201,206,216,.24);cursor:pointer}.primary-action{width:100%;padding:0 16px;margin-top:4px;background:var(--color-blue);border-color:var(--color-blue);color:var(--color-white);font-weight:var(--font-weight-semibold)}.primary-action.compact{width:auto;min-width:170px;align-self:end;margin-top:0}.secondary-action{padding:0 16px;background:transparent;color:var(--color-white);font-weight:var(--font-weight-medium)}.text-action{min-height:34px;padding:0 12px;background:#101218;color:var(--color-white);font-weight:var(--font-weight-medium)}.inline-add-action{min-height:auto;padding:0;border:0;background:transparent;color:var(--color-gray-300);font-size:.84rem;line-height:1.2;font-weight:var(--font-weight-regular);cursor:pointer}.inline-add-action:hover:not(:disabled){color:var(--color-white);text-decoration:underline;text-underline-offset:3px}.inline-add-action:disabled{opacity:.42;cursor:not-allowed}.icon-action{width:34px;min-height:34px;height:34px;align-self:end;display:inline-flex;align-items:center;justify-content:center;background:#ffffff05;color:var(--color-gray-300);font-size:1rem;line-height:1;font-weight:var(--font-weight-medium)}.icon-action:hover:not(:disabled){border-color:#c9ced86b;color:var(--color-white);background:#ffffff0d}button:disabled{opacity:.48;cursor:not-allowed}label{display:grid;gap:8px;color:var(--color-gray-300);margin-top:14px;font-size:.88rem;font-weight:var(--font-weight-medium);line-height:1.25}input,select,textarea{width:100%;border:1px solid rgba(201,206,216,.24);border-radius:8px;background:#101218;color:var(--color-white);padding:12px 13px}textarea{min-height:112px;resize:vertical}.alert{width:min(var(--embed-content-width),100%);margin:0 auto;border:1px solid rgba(192,54,44,.4);border-radius:8px;padding:12px 14px;color:#ffd6d3;background:#c0362c1f}.confirmation{display:grid;gap:14px}.confirmation a{color:var(--color-white);font-weight:var(--font-weight-semibold)}.confirmation-warning{border:1px solid rgba(247,177,64,.35);border-radius:8px;padding:11px 12px;color:#ffdca6;background:#f7b1401a;font-size:.82rem;line-height:1.45}.confirmation-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.confirmation-actions .secondary-action{width:100%}.skeleton{width:min(var(--embed-content-width),100%);margin:0 auto;border-radius:8px;background:linear-gradient(90deg,#151821,#232837,#151821);background-size:200% 100%;animation:shimmer 1.2s ease-out infinite}.skeleton.tall{height:180px}.page-loader{width:min(var(--embed-content-width),100%);min-height:40px;margin:0 auto;display:grid;place-items:center;color:var(--ds-text-2, var(--color-gray-300))}.page-loader-mark{width:40px;height:40px;display:block;object-fit:contain;animation:page-loader-spin .95s linear infinite;filter:drop-shadow(0 10px 22px color-mix(in srgb,var(--ds-accent, var(--color-blue)) 24%,transparent))}@keyframes page-loader-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.page-loader-mark{animation-duration:1.8s}}.event-form{display:grid;gap:18px}.event-form label{margin-top:0}.form-grid{display:grid;grid-template-columns:1fr 1fr 150px;gap:14px}.form-grid.two{grid-template-columns:1fr 1fr}.section-divider{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:12px;margin-top:2px}.guest-list,.cohost-list{display:grid;gap:12px}.guest-actions{display:flex;justify-content:flex-end;margin-top:-6px}.guest-row{display:grid;grid-template-columns:1fr 1.2fr 42px;gap:10px;align-items:end}.cohost-row{display:grid;grid-template-columns:minmax(0,1fr) 42px;gap:10px;align-items:end}.section-hint{margin-top:-12px;color:var(--color-gray-300);font-size:.78rem;font-weight:var(--font-weight-regular);line-height:1.45}.responsible-box{display:grid;grid-template-columns:46px 1fr auto;gap:4px 12px;align-items:center;border:1px solid rgba(201,206,216,.2);border-radius:8px;padding:14px;background:#101218}.primary-action-row{display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:10px;margin-top:4px}.primary-action-row .primary-action{margin-top:0}.tooltip-anchor{position:relative;display:grid;justify-items:end}.tooltip-action{display:grid;place-items:center;width:34px;min-height:34px;border:1px solid rgba(201,206,216,.24);border-radius:10px;background:#101218;color:var(--color-gray-50);cursor:pointer;font-size:.88rem;font-weight:var(--font-weight-semibold);line-height:1}.tooltip-action:hover,.tooltip-action[aria-expanded=true]{border-color:#053cfa9e;background:#053cfa29}.tooltip-popover{position:absolute;right:0;bottom:calc(100% + 8px);z-index:2;width:min(260px,calc(100vw - 48px));padding:12px 14px;border:1px solid rgba(201,206,216,.24);border-radius:8px;background:#101218;box-shadow:0 16px 42px #00000057;color:var(--color-gray-50)}.tooltip-popover strong{display:block;font-size:.82rem;font-weight:var(--font-weight-semibold);line-height:1.25}.tooltip-popover ul{display:grid;gap:6px;margin:8px 0 0;padding-left:18px;color:var(--color-gray-300);font-size:.78rem;line-height:1.35}.responsible-box span{grid-column:2;color:var(--color-gray-300);font-size:.78rem;font-weight:var(--font-weight-medium);text-transform:uppercase;letter-spacing:.04em}.responsible-box strong,.responsible-box small{grid-column:2}.responsible-box strong{color:var(--color-white);font-weight:var(--font-weight-semibold);line-height:1.25}.responsible-box small{color:var(--color-gray-300)}.responsible-box .text-action{grid-column:3;grid-row:1 / span 3}.account-menu{position:relative;grid-column:3;grid-row:1 / span 3;justify-self:end}.account-menu-trigger{display:grid;place-items:center;width:42px;height:42px;border:1px solid rgba(201,206,216,.24);border-radius:8px;background:#101218;color:var(--color-white);cursor:pointer;font-size:1.25rem;line-height:1}.account-menu-trigger:hover,.account-menu-trigger[aria-expanded=true]{border-color:#053cfa9e;background:#053cfa29}.account-menu-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:3;display:grid;min-width:180px;padding:6px;border:1px solid rgba(201,206,216,.24);border-radius:8px;background:#101218;box-shadow:0 16px 42px #00000057}.account-menu-popover button{min-height:34px;border:0;border-radius:6px;padding:0 10px;background:transparent;color:var(--color-white);text-align:left;cursor:pointer}.account-menu-popover button:hover{background:#053cfa29}.responsible-avatar{grid-column:1;grid-row:1 / span 3;width:46px;height:46px;border-radius:8px;object-fit:cover;background:var(--color-blue)}.responsible-avatar.fallback{display:grid;place-items:center;color:var(--color-white);font-weight:var(--font-weight-semibold)}.allowed-domains{margin:-4px 0 0;color:var(--color-gray-300);font-size:.78rem;line-height:1.4}.form-warning{margin:-4px 0 0;color:#f4b8b2;font-size:.78rem;font-weight:400;line-height:1.45}.login-hint{margin:-6px 0 0;color:var(--color-gray-300);font-size:.78rem;font-weight:var(--font-weight-regular);line-height:1.45}.success-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:var(--color-blue);color:var(--color-white);font-weight:var(--font-weight-bold)}.meetings-toolbar{display:grid;grid-template-columns:minmax(0,1.4fr) 180px auto;gap:14px;align-items:end}.meeting-list{display:grid;gap:12px}.meeting-item{position:relative;display:grid;gap:8px;padding:14px 72px 40px 14px;border:1px solid rgba(201,206,216,.2);border-radius:8px;background:#101218}.meeting-item.menu-open{z-index:20}.meeting-item-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.meeting-item strong{color:var(--color-white);font-weight:var(--font-weight-semibold)}.meeting-item span,.meeting-item p{color:var(--color-gray-300);font-size:.82rem;line-height:1.4}.meeting-item .meeting-guarantee{width:max-content;max-width:100%;border:1px solid rgba(5,60,250,.35);border-radius:10px;padding:5px 9px;color:#dce5ff;background:#053cfa1f;font-size:.76rem}.meeting-item a{color:var(--color-white);font-size:.86rem;font-weight:var(--font-weight-medium)}.reschedule-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.meeting-actions-menu{position:absolute;right:14px;top:14px;z-index:30}.meeting-media-menu{position:absolute;right:14px;bottom:14px;z-index:30}.meeting-media-trigger{min-height:28px;border:1px solid rgba(201,206,216,.22);border-radius:10px;padding:0 10px;background:transparent;color:var(--color-gray-300);cursor:pointer;font-size:.74rem;font-weight:var(--font-weight-regular)}.meeting-media-trigger.muted{opacity:.46}.meeting-media-trigger.active{border-color:#053cfa8c;color:#dce5ff;background:#053cfa24}.meeting-media-trigger:hover,.meeting-media-trigger[aria-expanded=true]{border-color:#053cfa9e;opacity:1}.meeting-media-popover{position:absolute;right:0;bottom:calc(100% + 8px);z-index:40;display:grid;min-width:176px;padding:6px;border:1px solid rgba(201,206,216,.24);border-radius:8px;background:#101218;box-shadow:0 16px 42px #00000057}.meeting-media-popover a,.meeting-media-popover button{min-height:34px;border:0;border-radius:6px;padding:0 10px;background:transparent;color:var(--color-white);text-align:left;text-decoration:none;cursor:pointer;font-size:.82rem;font-weight:var(--font-weight-regular)}.meeting-media-popover a,.meeting-media-popover button{display:flex;align-items:center}.meeting-media-popover button:disabled{cursor:wait;opacity:.72}.meeting-media-popover a:hover,.meeting-media-popover button:hover{background:#053cfa29}.meeting-media-popover p{margin:4px 8px 6px;color:var(--color-gray-300);font-size:.78rem}.meeting-actions-trigger{display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(201,206,216,.24);border-radius:8px;background:#101218;color:var(--color-white);cursor:pointer;font-size:1.18rem;line-height:1}.meeting-actions-trigger:hover,.meeting-actions-trigger[aria-expanded=true]{border-color:#053cfa9e;background:#053cfa29}.meeting-actions-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:40;display:grid;min-width:166px;padding:6px;border:1px solid rgba(201,206,216,.24);border-radius:8px;background:#101218;box-shadow:0 16px 42px #00000057}.meeting-actions-popover a,.meeting-actions-popover button{min-height:34px;border:0;border-radius:6px;padding:0 10px;background:transparent;color:var(--color-white);text-align:left;text-decoration:none;cursor:pointer;font-size:.88rem}.meeting-actions-popover button:disabled{cursor:wait;opacity:.72}.meeting-actions-popover a,.meeting-actions-popover button{display:flex;align-items:center}.meeting-actions-popover a:hover,.meeting-actions-popover button:hover{background:#053cfa29}.meeting-actions-popover .danger{color:#ffd6d3}.meeting-actions-popover .danger:hover{background:#c0362c2e}.text-action.danger{border-color:#c0362c66;color:#ffd6d3}.reschedule-form{display:grid;gap:14px;margin-top:4px;padding-top:14px;border-top:1px solid rgba(201,206,216,.16)}.reschedule-actions{justify-content:flex-end}.reschedule-actions .primary-action{margin-top:0}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.admin-shell{min-height:100vh;display:grid;grid-template-columns:236px 1fr;background:var(--color-gray-50);color:var(--color-ink)}.sidebar{display:flex;flex-direction:column;gap:28px;padding:24px;background:var(--color-navy);color:var(--color-white)}.sidebar nav{display:grid;gap:8px}.sidebar button{padding:10px 12px;border:0;border-radius:8px;background:transparent;color:var(--color-gray-300);text-align:left;cursor:pointer}.sidebar button.active{background:var(--color-blue);color:var(--color-white)}.admin-content{padding:28px}.status-badge{border:1px solid var(--color-gray-300);border-radius:10px;padding:8px 12px;color:var(--color-gray-600)}.status-badge.success{border-color:#14894c5c;color:#146b42;background:#14894c14}.metric-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:24px 0;border:1px solid var(--color-gray-100);border-radius:8px;overflow:hidden;background:var(--color-gray-100)}.metric-band div{display:grid;gap:8px;padding:18px;background:var(--color-white)}.metric-band span{color:var(--color-gray-600);font-size:.8rem}.metric-band strong{font-size:1.7rem;font-variant-numeric:tabular-nums}.admin-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.admin-panel{display:grid;align-content:start;gap:14px;padding:18px;border:1px solid var(--color-gray-100);border-radius:8px;background:var(--color-white)}.admin-panel label{color:var(--color-gray-600)}.admin-panel input,.admin-panel select,.admin-panel textarea{background:var(--color-gray-50);color:var(--color-ink)}.admin-panel .secondary-action{color:var(--color-ink);background:var(--color-white);border-color:var(--color-gray-300)}.admin-panel.wide{grid-column:1 / -1}.integration-panel{gap:18px}.integration-heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.integration-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;border:1px solid var(--color-gray-100);border-radius:8px;overflow:hidden;background:var(--color-gray-100)}.integration-meta div{display:grid;gap:6px;padding:14px;background:var(--color-gray-50)}.integration-meta span{color:var(--color-gray-600);font-size:.78rem}.integration-meta strong{overflow-wrap:anywhere;color:var(--color-ink);font-size:.94rem;font-weight:var(--font-weight-semibold)}.qr-box{display:grid;place-items:center;width:min(320px,100%);border:1px solid var(--color-gray-100);border-radius:8px;padding:16px;background:var(--color-gray-50)}.qr-box img{display:block;width:min(260px,100%);aspect-ratio:1;object-fit:contain}.whatsapp-account{display:grid;grid-template-columns:64px minmax(0,1fr);gap:14px;align-items:center;width:min(440px,100%);border:1px solid var(--color-gray-100);border-radius:8px;padding:14px;background:var(--color-gray-50)}.whatsapp-account img,.whatsapp-account-fallback{width:64px;height:64px;border-radius:8px;object-fit:cover;background:var(--color-blue)}.whatsapp-account-fallback{display:grid;place-items:center;color:var(--color-white);font-weight:var(--font-weight-bold)}.whatsapp-account span{display:block;color:var(--color-gray-600);font-size:.78rem;font-weight:var(--font-weight-medium);text-transform:uppercase}.whatsapp-account strong,.whatsapp-account small{display:block;overflow-wrap:anywhere}.whatsapp-account strong{margin-top:3px;color:var(--color-ink);font-weight:var(--font-weight-semibold)}.whatsapp-account small{margin-top:3px;color:var(--color-gray-600)}.integration-actions{display:flex;flex-wrap:wrap;gap:10px}.integration-actions .primary-action,.integration-actions .secondary-action{width:auto;margin-top:0}.admin-skeleton{width:100%;height:180px}.empty-state{display:grid;place-items:center;min-height:140px;border:1px dashed var(--color-gray-300);border-radius:8px;color:var(--color-gray-600)}.empty-state.dark{min-height:92px;border-color:#c9ced83d;color:var(--color-gray-300)}@media(max-width:760px){.embed-shell{align-content:start;padding:24px 16px}.panel{padding:20px}.embed-header{align-items:flex-start}.admin-shell{grid-template-columns:1fr}.sidebar{flex-direction:row;align-items:center;overflow-x:auto}.sidebar nav{display:flex}.metric-band,.admin-grid,.integration-meta,.form-grid,.form-grid.two,.guest-row,.confirmation-actions,.cohost-row{grid-template-columns:1fr}.icon-action{width:34px;justify-self:end}.responsible-box{grid-template-columns:46px 1fr}.responsible-box .text-action{grid-column:1 / -1;grid-row:auto;width:max-content}.account-menu{grid-column:2;grid-row:1 / span 3}.meetings-toolbar{grid-template-columns:1fr}.primary-action.compact{width:100%}.meeting-item-header{display:grid;gap:4px}.reschedule-actions{display:grid;grid-template-columns:1fr}}.inline-link,.primary-action,.secondary-action,.text-action,.icon-action{box-sizing:border-box!important;height:34px!important;min-height:34px!important;max-height:34px!important;border-radius:10px!important;align-items:center!important;justify-content:center!important;place-items:center!important;line-height:1!important;text-align:center!important}input:not([type=checkbox]):not([type=radio]),select{box-sizing:border-box!important;height:34px!important;min-height:34px!important;max-height:34px!important;border-radius:10px!important;line-height:1.2!important;text-align:left!important}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff")}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Yt3aPRUw.woff2) format("woff2"),url(/assets/inter-latin-700-normal-BLAVimhd.woff) format("woff")}:root{color-scheme:light;--ds-bg: #f7f8f5;--ds-surface: #ffffff;--ds-surface-2: #f1f3ef;--ds-surface-3: #e8ebe6;--ds-sidebar: #eef0ec;--ds-text: #20241f;--ds-text-2: #626960;--ds-text-3: #8d948c;--ds-border: #dfe3dc;--ds-border-strong: #c9cec6;--ds-brand: #053cfa;--ds-brand-hover: #0031d9;--ds-brand-soft: #e8efff;--ds-accent: #053cfa;--ds-purple: #7c5ce0;--ds-danger: #d64242;--ds-warning: #bd7315;--ds-success: #16833d;--ds-shadow: 0 18px 48px rgba(27, 34, 27, .15);--ds-radius-sm: 8px;--ds-radius: 12px;--ds-radius-lg: 18px;--ds-sidebar-width: 244px;--font-family-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-size-2xs: 10px;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-md: 13px;--font-size-lg: 14px;--font-size-xl: 16px;--font-size-title: 20px;--font-size-page-title: 22px;--font-size-display: 28px;--font-size-modal-title: 19px;--line-height-tight: 1.15;--line-height-title: 1.2;--line-height-body: 1.45;font-family:var(--font-family-sans)}:root[data-theme=dark]{color-scheme:dark;--ds-bg: #111312;--ds-surface: #191b1a;--ds-surface-2: #212321;--ds-surface-3: #2a2d2a;--ds-sidebar: #242624;--ds-text: #f4f6f2;--ds-text-2: #b3b9b1;--ds-text-3: #7e847d;--ds-border: #2d302e;--ds-border-strong: #3c403c;--ds-brand: #7c9cff;--ds-brand-hover: #93adff;--ds-brand-soft: #101b3f;--ds-accent: #7c9cff;--ds-purple: #9d65e5;--ds-danger: #ff6b66;--ds-warning: #e2a443;--ds-success: #61cf7e;--ds-shadow: 0 22px 60px rgba(0, 0, 0, .48)}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;overflow:hidden}body{margin:0;background:var(--ds-bg);color:var(--ds-text);font-family:var(--font-family-sans);font-size:var(--font-size-md);font-weight:var(--font-weight-regular);line-height:var(--line-height-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}.ds-app-shell{width:100%;height:100dvh;overflow:hidden;background:var(--ds-bg);color:var(--ds-text)}.ds-sidebar{position:fixed;inset:0 auto 0 0;z-index:30;width:var(--ds-sidebar-width);padding:18px 12px 16px;display:flex;flex-direction:column;background:var(--ds-sidebar);border-right:1px solid var(--ds-border)}.ds-brand{display:flex;align-items:center;gap:10px;padding:8px 10px 22px;font-size:17px;letter-spacing:0}.ds-brand img{width:30px;height:30px;display:block;object-fit:contain}.ds-brand span{display:grid;place-items:center;width:30px;height:30px;border-radius:9px;color:#fff;background:var(--ds-brand);font-weight:700;font-style:italic}.ds-create,.ds-nav a,.ds-nav-action{min-height:42px;display:flex;align-items:center;gap:11px;padding:0 13px;border:0;border-radius:10px;color:var(--ds-text);text-decoration:none;background:transparent;cursor:pointer;font-size:14px;font-weight:500}.ds-create{margin-bottom:18px;justify-content:center;color:#fff;background:var(--ds-brand);font-weight:600}:root[data-theme=dark] .ds-create{color:#05060a}.ds-create:hover{background:var(--ds-brand-hover)}.ds-nav{display:grid;gap:3px}.ds-nav a:hover,.ds-nav a.active,.ds-nav-action:hover{background:var(--ds-surface-3)}.ds-sidebar-spacer{flex:1}.ds-account{display:grid;grid-template-columns:34px 1fr;align-items:center;gap:10px;padding:12px 9px;border-top:1px solid var(--ds-border);min-width:0}.ds-avatar,.person-avatar{display:grid;place-items:center;border-radius:10px;background:linear-gradient(145deg,#6886ff,#8461e9);color:#fff;font-weight:700;overflow:hidden}.ds-avatar{width:34px;height:34px;font-size:12px}.ds-account div:last-child{min-width:0;display:grid;gap:2px}.ds-account strong,.ds-account span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-account strong{font-size:12px}.ds-account span{color:var(--ds-text-2);font-size:10px}.ds-nav-action{width:100%}.ds-main{min-width:0;height:100dvh;min-height:0;margin-left:var(--ds-sidebar-width);overflow:hidden}.ds-mobile-bar,.ds-drawer-backdrop{display:none}.ds-button{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid var(--ds-border-strong);border-radius:10px;color:var(--ds-text);background:var(--ds-surface);text-decoration:none;cursor:pointer;font-size:13px;font-weight:600}.ds-button svg{width:16px;height:16px}.ds-button.primary{color:#fff;border-color:var(--ds-brand);background:var(--ds-brand)}.ds-button.primary:hover{background:var(--ds-brand-hover)}.ds-button.subtle{background:transparent}.ds-button:disabled{opacity:.5;cursor:not-allowed}:root[data-theme=dark] .ds-button.primary{color:#05060a}.ds-icon-button{width:34px;height:34px;display:inline-grid;place-items:center;padding:0;border:1px solid transparent;border-radius:10px;color:var(--ds-text-2);background:transparent;cursor:pointer}.ds-icon-button:hover,.ds-icon-button.active{color:var(--ds-text);border-color:var(--ds-border);background:var(--ds-surface-2)}.ds-icon-button svg{width:18px;height:18px}.ds-icon-button.danger:hover{color:var(--ds-danger)}.ds-eyebrow{margin:0 0 5px;color:var(--ds-text-2);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.calendar-page{height:100%;min-height:0;position:relative;display:flex;flex-direction:column;overflow:hidden;background:var(--ds-bg)}.calendar-header{height:94px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 28px;border-bottom:1px solid var(--ds-border);background:var(--ds-surface)}.calendar-header h1{margin:0;font-size:24px;letter-spacing:0}.calendar-actions{display:flex;align-items:center;gap:10px}.view-switcher{display:flex;gap:2px;padding:3px;border:1px solid var(--ds-border);border-radius:10px;background:var(--ds-surface-2)}.view-switcher button{min-height:34px;padding:0 12px;border:0;border-radius:7px;color:var(--ds-text-2);background:transparent;cursor:pointer;font-size:12px;font-weight:600}.view-switcher button.active{color:var(--ds-text);background:var(--ds-surface);box-shadow:0 1px 4px #00000014}.calendar-layout{min-height:0;flex:1;display:grid;grid-template-columns:232px minmax(0,1fr);overflow:hidden}.calendar-rail{min-width:0;padding:18px 16px;border-right:1px solid var(--ds-border);background:var(--ds-surface);overflow:hidden}.calendar-search{height:34px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid var(--ds-border);border-radius:9px;color:var(--ds-text-3);background:var(--ds-surface-2)}.calendar-search input{width:100%;border:0;outline:0;color:var(--ds-text);background:transparent;font-size:12px}.mini-calendar{margin-top:24px}.mini-calendar header{display:flex;align-items:center;justify-content:space-between;padding:0 2px 12px;text-transform:capitalize}.mini-calendar header strong{font-size:12px}.mini-calendar header span{display:flex}.mini-calendar header button{width:25px;height:25px;display:grid;place-items:center;border:0;color:var(--ds-text-2);background:transparent;cursor:pointer}.mini-calendar svg{width:14px}.mini-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;text-align:center}.mini-grid small{padding:5px 0;color:var(--ds-text-3);font-size:9px;font-weight:700}.mini-grid button{aspect-ratio:1;border:0;border-radius:7px;color:var(--ds-text);background:transparent;cursor:pointer;font-size:10px}.mini-grid button:hover{background:var(--ds-surface-2)}.mini-grid button.muted{color:var(--ds-text-3)}.mini-grid button.today{outline:1px solid var(--ds-brand)}.mini-grid button.selected{color:#fff;background:var(--ds-accent);outline:0}.rail-section{display:grid;gap:3px;margin-top:28px}.rail-section>span{margin:0 8px 7px;color:var(--ds-text-3);font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.rail-section button{height:34px;display:flex;align-items:center;gap:9px;padding:0 9px;border:0;border-radius:8px;color:var(--ds-text-2);background:transparent;cursor:pointer;font-size:12px;text-align:left}.rail-section button:hover,.rail-section button.active{color:var(--ds-text);background:var(--ds-surface-2)}.status-dot{width:8px;height:8px;border-radius:3px;background:var(--ds-accent)}.status-dot.all{background:var(--ds-accent)}.status-dot.confirmed{background:var(--ds-success)}.status-dot.unconfirmed{background:var(--ds-warning)}.status-dot.cancelled{background:var(--ds-danger)}.rail-timezone{display:flex;gap:9px;margin-top:30px;padding:12px 8px;border-top:1px solid var(--ds-border);color:var(--ds-text-2);font-size:11px}.rail-timezone span{display:grid;gap:2px}.rail-timezone small{color:var(--ds-text-3);font-size:9px}.calendar-workspace{min-width:0;min-height:0;overflow:hidden;display:flex;flex-direction:column;background:var(--ds-surface)}.calendar-toolbar{height:65px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:0 20px;border-bottom:1px solid var(--ds-border)}.date-navigation{display:flex;align-items:center;gap:4px}.date-navigation h2{margin:0 0 0 10px;font-size:15px;letter-spacing:0}.meeting-count,.loading-label{display:flex;align-items:center;gap:6px;color:var(--ds-text-3);font-size:11px}.spin{animation:spin .8s linear infinite}.ds-alert{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:12px 18px 0;padding:10px 13px;border:1px solid color-mix(in srgb,var(--ds-danger) 35%,transparent);border-radius:9px;color:var(--ds-danger);background:color-mix(in srgb,var(--ds-danger) 8%,var(--ds-surface));font-size:12px}.ds-alert button{border:0;color:inherit;background:transparent;cursor:pointer;font-weight:700}.month-view{min-width:0;min-height:0;flex:1;display:grid;grid-template-rows:27px repeat(6,minmax(0,1fr));overflow:hidden}.weekday-label{min-width:0;padding:8px 12px 5px;overflow:hidden;color:var(--ds-text-3);font-size:9px;font-weight:700;text-transform:uppercase}.month-cell{min-width:0;min-height:0;height:100%;position:relative;padding:7px 8px;overflow:hidden;border:0;border-top:1px solid var(--ds-border);border-right:1px solid var(--ds-border);color:var(--ds-text);background:transparent;cursor:pointer;text-align:left}.month-cell:hover{background:var(--ds-surface-2)}.month-cell.muted{color:var(--ds-text-3);background:color-mix(in srgb,var(--ds-surface-2) 40%,transparent)}.day-number{width:25px;height:25px;display:grid;place-items:center;margin:0 0 3px auto;border-radius:8px;font-size:11px;font-weight:600}.month-cell.today .day-number{color:#071d0d;background:var(--ds-brand)}.month-events{min-width:0;max-height:calc(100% - 31px);display:grid;align-content:start;gap:3px;overflow:hidden}.calendar-event{min-width:0;max-width:100%;display:flex;gap:5px;padding:4px 6px;overflow:hidden;border-left:3px solid var(--ds-accent);border-radius:5px;color:var(--ds-text);background:color-mix(in srgb,var(--ds-accent) 14%,var(--ds-surface));font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.calendar-event:hover{background:color-mix(in srgb,var(--ds-accent) 24%,var(--ds-surface))}.calendar-event time{flex:0 0 auto;color:var(--ds-text-2);font-weight:500}.calendar-event.cancelled{opacity:.52;text-decoration:line-through;border-color:var(--ds-danger)}.more-events{min-width:0;padding:2px 5px;overflow:hidden;color:var(--ds-text-2);font-size:9px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.timeline-scroll{min-height:0;flex:1;overflow:auto}.week-view{min-width:870px;height:900px;position:relative;display:grid;grid-template-rows:48px}.timeline-day-head{height:48px;display:flex;align-items:center;justify-content:center;gap:7px;border-left:1px solid var(--ds-border);color:var(--ds-text-2);text-transform:capitalize}.timeline-day-head span{font-size:10px}.timeline-day-head strong{width:27px;height:27px;display:grid;place-items:center;border-radius:8px;font-size:12px}.timeline-day-head.today strong{color:#071d0d;background:var(--ds-brand)}.timeline-row{height:60px;position:relative;border-top:1px solid var(--ds-border);pointer-events:none}.timeline-row time{position:absolute;left:9px;top:-7px;padding-right:7px;color:var(--ds-text-3);background:var(--ds-surface);font-size:9px}.timeline-event{z-index:2;position:absolute;width:calc((100% - 64px) / 7 - 5px);margin-left:2px;padding:6px 7px;overflow:hidden;border:0;border-left:3px solid var(--ds-purple);border-radius:6px;color:var(--ds-text);background:color-mix(in srgb,var(--ds-purple) 22%,var(--ds-surface));cursor:pointer;text-align:left}.timeline-event time{display:block;font-size:9px}.timeline-event strong{display:block;margin-top:2px;overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.day-view{min-height:0;flex:1;overflow:auto}.all-day-area{height:48px;display:flex;align-items:center;gap:14px;padding:0 18px;border-bottom:1px solid var(--ds-border);color:var(--ds-text-2);font-size:11px}.all-day-area span{font-weight:700}.day-timeline{height:960px;position:relative;margin-left:68px}.day-hour{height:60px;position:relative;border-top:1px solid var(--ds-border)}.day-hour time{position:absolute;left:-58px;top:-7px;color:var(--ds-text-3);font-size:9px}.day-event{position:absolute;left:12px;right:24px;padding:8px 11px;border:0;border-left:3px solid var(--ds-accent);border-radius:7px;color:var(--ds-text);background:color-mix(in srgb,var(--ds-accent) 24%,var(--ds-surface));cursor:pointer;text-align:left}.day-event strong,.day-event span{display:block}.day-event strong{font-size:12px}.day-event span{margin-top:3px;color:var(--ds-text-2);font-size:10px}.schedule-view{flex:1;padding:12px 24px 40px;overflow-y:auto}.schedule-view section{display:grid;grid-template-columns:130px minmax(0,760px);padding:22px 0;border-bottom:1px solid var(--ds-border)}.schedule-view section>header{display:flex;flex-direction:column;gap:5px;text-transform:capitalize}.schedule-view header span{color:var(--ds-accent);font-size:11px;font-weight:700;text-transform:uppercase}.schedule-view header strong{font-size:13px}.schedule-event{width:100%;display:grid;grid-template-columns:54px 4px 1fr 20px;align-items:center;gap:13px;padding:10px;border:0;border-radius:9px;color:var(--ds-text);background:transparent;cursor:pointer;text-align:left}.schedule-event:hover{background:var(--ds-surface-2)}.schedule-event time{color:var(--ds-text-2);font-size:11px}.schedule-event i{width:4px;height:40px;border-radius:4px;background:var(--ds-accent)}.schedule-event span{display:grid;gap:4px}.schedule-event strong{font-size:12px}.schedule-event small{color:var(--ds-text-3);font-size:10px}.schedule-event svg{width:15px;color:var(--ds-text-3)}.calendar-empty{flex:1;display:grid;place-items:center;align-content:center;gap:9px;min-height:420px;text-align:center}.calendar-empty>svg{width:34px;height:34px;color:var(--ds-text-3)}.calendar-empty h3{margin:7px 0 0;font-size:16px}.calendar-empty p{margin:0 0 10px;color:var(--ds-text-2);font-size:12px}.calendar-settings{z-index:20;position:absolute;top:76px;right:160px;width:260px;display:grid;gap:12px;padding:16px;border:1px solid var(--ds-border-strong);border-radius:10px;background:var(--ds-surface);box-shadow:var(--ds-shadow);font-size:12px}.calendar-settings>strong{margin-bottom:3px}.calendar-settings label{display:flex;align-items:center;gap:9px;color:var(--ds-text-2)}.calendar-settings label:last-child{display:grid}.calendar-settings select{height:34px;padding:0 8px;border:1px solid var(--ds-border);border-radius:8px;color:var(--ds-text);background:var(--ds-surface-2)}.meeting-modal-backdrop{z-index:100;position:fixed;inset:0;display:grid;place-items:center;padding:22px;background:#080a08b8;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.meeting-modal{width:min(820px,100%);max-height:min(900px,calc(100vh - 44px));display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--ds-border-strong);border-radius:10px;outline:0;background:var(--ds-surface);box-shadow:var(--ds-shadow)}.meeting-modal-header{min-height:90px;display:grid;grid-template-columns:12px minmax(0,1fr) auto;align-items:center;gap:14px;padding:20px 22px;border-bottom:1px solid var(--ds-border)}.meeting-status{width:11px;height:11px;border-radius:4px;background:var(--ds-accent)}.meeting-status.cancelled{background:var(--ds-danger)}.meeting-modal-header h2{margin:0 0 7px;font-size:20px;letter-spacing:0}.meeting-modal-header p{margin:0;color:var(--ds-text-2);font-size:11px}.modal-header-actions{display:flex;gap:2px}.modal-title-input{width:100%;height:42px;padding:0 10px;border:1px solid var(--ds-border-strong);border-radius:9px;color:var(--ds-text);background:var(--ds-surface-2);font-size:18px;font-weight:600}.meeting-modal-body,.meeting-edit-form{min-height:0;flex:1;overflow-y:auto}.modal-section{display:grid;grid-template-columns:22px minmax(0,1fr);gap:15px;padding:22px 24px;border-bottom:1px solid var(--ds-border)}.modal-section>svg{width:18px;color:var(--ds-text-3)}.modal-section h3{margin:1px 0 14px;font-size:12px}.modal-section h3 span{margin-left:5px;color:var(--ds-text-3);font-weight:500}.meeting-description{max-width:640px;margin:0;color:var(--ds-text-2);font-size:12px;line-height:1.65;white-space:pre-wrap}.section-content{min-width:0}.meet-join{width:fit-content;min-height:42px;display:inline-flex;align-items:center;gap:9px;padding:0 16px;border-radius:9px;color:#071d0d;background:var(--ds-brand);text-decoration:none;font-size:12px;font-weight:700}.meet-link{max-width:520px;display:flex;align-items:center;gap:6px;margin-top:9px;padding:7px 9px;border-radius:8px;color:var(--ds-text-2);background:var(--ds-surface-2);font-size:10px}.meet-link span{flex:1;overflow:hidden;text-overflow:ellipsis}.meet-link button{border:0;color:var(--ds-text-2);background:transparent;cursor:pointer}.meet-link svg{width:14px}.inline-link{display:inline-flex;align-items:center;gap:5px;margin-top:11px;color:var(--ds-accent);font-size:11px;font-weight:600;text-decoration:none}.inline-link svg{width:13px}.unavailable-state{display:inline-flex;padding:10px 12px;border-radius:8px;color:var(--ds-text-2);background:var(--ds-surface-2);font-size:11px}.response-summary{display:flex;flex-wrap:wrap;gap:13px;margin-bottom:14px;color:var(--ds-text-2);font-size:9px}.response-summary span{display:flex;align-items:center;gap:5px}.response-summary i{width:6px;height:6px;border-radius:10px;background:var(--ds-text-3)}.response-summary i.yes{background:var(--ds-success)}.response-summary i.no{background:var(--ds-danger)}.response-summary i.maybe{background:var(--ds-warning)}.person-row{min-height:48px;display:grid;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:10px;border-top:1px solid var(--ds-border)}.person-avatar{width:29px;height:29px;font-size:9px}.person-avatar.has-image{background:var(--ds-surface-2)}.person-avatar img{width:100%;height:100%;object-fit:cover;display:block}.person-row>div{min-width:0;display:grid;gap:2px}.person-row strong,.person-row small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person-row strong{font-size:11px}.person-row small{color:var(--ds-text-3);font-size:9px}.person-label{color:var(--ds-text-2);font-size:9px}.status-pill{padding:4px 7px;border-radius:10px;color:var(--ds-text-2);background:var(--ds-surface-2);font-size:8px;font-weight:700}.status-pill.success{color:var(--ds-success);background:color-mix(in srgb,var(--ds-success) 12%,transparent)}.status-pill.danger{color:var(--ds-danger);background:color-mix(in srgb,var(--ds-danger) 12%,transparent)}.status-pill.warning{color:var(--ds-warning);background:color-mix(in srgb,var(--ds-warning) 13%,transparent)}.guarantee-card{padding:13px;border:1px solid var(--ds-border);border-radius:10px;background:var(--ds-surface-2)}.guarantee-card p{margin:9px 0 0;color:var(--ds-text-2);font-size:10px}.guarantee-card strong{color:var(--ds-text)}.files-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.files-heading h3{margin-bottom:10px}.file-cards{display:grid;grid-template-columns:1fr 1fr;gap:10px}.artifact-card{display:grid;grid-template-columns:34px 1fr auto;align-items:center;gap:9px;padding:12px;border:1px solid var(--ds-border);border-radius:10px;background:var(--ds-surface-2)}.artifact-card>span{width:30px;height:30px;display:grid;place-items:center;border-radius:8px;color:var(--ds-accent);background:color-mix(in srgb,var(--ds-accent) 12%,transparent)}.artifact-card svg{width:15px}.artifact-card div{display:grid;gap:3px}.artifact-card strong{font-size:10px}.artifact-card small{color:var(--ds-text-3);font-size:9px}.artifact-card a{display:inline-flex;align-items:center;gap:3px;color:var(--ds-accent);font-size:9px;text-decoration:none}.meeting-modal-footer{min-height:65px;display:flex;align-items:center;justify-content:flex-end;gap:9px;padding:12px 22px;border-top:1px solid var(--ds-border)}.meeting-modal-footer>span{margin-right:auto;color:var(--ds-text-3);font-size:9px}.modal-warning{margin:10px 18px 0;padding:9px 11px;border-radius:8px;color:var(--ds-warning);background:color-mix(in srgb,var(--ds-warning) 10%,transparent);font-size:10px}.modal-alert{flex:0 0 auto}.meeting-edit-form{display:grid;gap:18px;padding:22px 24px}.meeting-edit-form label{display:grid;gap:7px;color:var(--ds-text-2);font-size:10px;font-weight:600}.meeting-edit-form input,.meeting-edit-form textarea,.meeting-edit-form select,.people-editor input{width:100%;padding:9px 10px;border:1px solid var(--ds-border);border-radius:9px;outline:0;color:var(--ds-text);background:var(--ds-surface-2);font-size:12px}.meeting-edit-form input:focus,.meeting-edit-form textarea:focus,.meeting-edit-form select:focus,.people-editor input:focus{border-color:var(--ds-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-accent) 14%,transparent)}.meeting-edit-form textarea{min-height:94px;resize:vertical;line-height:1.5}.edit-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.people-editor{display:grid;gap:8px;padding:0;border:0}.people-editor legend{margin-bottom:8px;color:var(--ds-text);font-size:11px;font-weight:700}.people-editor legend small{margin-left:5px;color:var(--ds-text-3);font-weight:500}.people-editor>div{display:grid;grid-template-columns:1fr 1.4fr 34px;gap:7px}.people-editor>div:has(input:only-child){grid-template-columns:1fr}.people-editor>div:has(input+button){grid-template-columns:1fr 34px}.legacy-page{min-height:100vh}.ds-main>.legacy-page.embed-shell{max-width:980px;margin:0 auto;padding:36px 28px;background:transparent}.ds-main .panel{border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface);box-shadow:none}.ds-main .event-form input,.ds-main .event-form textarea,.ds-main .event-form select{border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface-2)}.ds-main .embed-header h1,.ds-main .event-form h2,.ds-main .event-form strong{color:var(--ds-text)}.ds-main .muted,.ds-main .event-form label,.ds-main .responsible-box span{color:var(--ds-text-2)}.ds-admin-shell{display:block;min-height:100vh;padding:0;background:var(--ds-bg)}.ds-admin-shell .admin-content{margin:0;padding:28px}.ds-admin-shell .admin-panel,.ds-admin-shell .metric-band{border-color:var(--ds-border);color:var(--ds-text);background:var(--ds-surface)}.admin-tabs{display:flex;gap:4px;margin:6px 0 22px;padding-bottom:10px;overflow-x:auto;border-bottom:1px solid var(--ds-border)}.admin-tabs button{min-height:34px;padding:0 12px;border:0;border-radius:8px;color:var(--ds-text-2);background:transparent;cursor:pointer;font-size:12px}.admin-tabs button:hover,.admin-tabs button.active{color:var(--ds-text);background:var(--ds-surface-2)}.admin-app-link{display:inline-flex;width:fit-content;text-decoration:none}@media(max-width:1024px){:root{--ds-sidebar-width: 210px}.calendar-layout{grid-template-columns:200px minmax(0,1fr)}.calendar-header{padding-inline:20px}.calendar-actions .ds-button{padding-inline:10px}.view-switcher button{padding-inline:8px}.schedule-view section{grid-template-columns:105px 1fr}}@media(max-width:760px){.ds-sidebar{display:none}.ds-main{margin-left:0;padding-top:56px}.ds-mobile-bar{z-index:40;position:fixed;inset:0 0 auto;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-bottom:1px solid var(--ds-border);background:color-mix(in srgb,var(--ds-surface) 92%,transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ds-mobile-bar .ds-brand{padding:0}.ds-mobile-bar .ds-brand span{width:27px;height:27px}.ds-drawer-backdrop{z-index:80;position:fixed;inset:0;display:block;background:#0000008c}.ds-drawer{width:min(290px,86vw);height:100%;position:relative;display:flex;flex-direction:column;padding:16px 12px;background:var(--ds-sidebar);box-shadow:var(--ds-shadow)}.ds-drawer-close{position:absolute;top:14px;right:12px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:9px;color:var(--ds-text);background:transparent}.calendar-page{min-height:calc(100vh - 56px);overflow:visible}.calendar-header{height:auto;align-items:flex-start;padding:17px 15px 13px}.calendar-header h1{font-size:21px}.calendar-actions>.ds-button,.calendar-actions>.ds-icon-button{display:none}.view-switcher{max-width:60vw;overflow-x:auto}.view-switcher button{white-space:nowrap}.calendar-layout{display:block}.calendar-rail{display:none}.calendar-workspace{min-height:calc(100vh - 130px)}.calendar-toolbar{height:auto;min-height:58px;padding:10px 12px}.date-navigation h2{max-width:37vw;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.date-navigation .ds-button{padding:0 9px}.meeting-count,.loading-label{display:none}.month-view{min-width:700px}.timeline-scroll,.month-view{overflow:auto}.schedule-view{padding:3px 13px 30px}.schedule-view section{grid-template-columns:84px 1fr;padding:15px 0}.meeting-modal-backdrop{align-items:end;padding:0}.meeting-modal{width:100%;max-height:calc(100vh - 18px);border-radius:10px 10px 0 0}.meeting-modal-header{grid-template-columns:10px minmax(0,1fr);padding:16px}.modal-header-actions{grid-column:1 / -1;justify-content:flex-end}.modal-section{padding:18px 16px}.file-cards{grid-template-columns:1fr}.edit-grid{grid-template-columns:1fr 1fr}.people-editor>div{grid-template-columns:1fr 1fr 36px}.meeting-modal-footer{position:sticky;bottom:0;padding:10px 14px;background:var(--ds-surface)}.person-row{grid-template-columns:30px minmax(0,1fr) auto}.person-label{display:none}}@media(max-width:420px){.calendar-header{display:block}.calendar-actions{margin-top:12px}.view-switcher{max-width:100%;width:100%}.view-switcher button{flex:1;padding-inline:6px;font-size:10px}.edit-grid{grid-template-columns:1fr}.people-editor>div{grid-template-columns:1fr 36px}.people-editor>div input:first-child{grid-column:1 / -1}.meeting-modal-footer>span{display:none}.meeting-modal-footer .ds-button{flex:1}.files-heading{align-items:flex-start;flex-direction:column}.response-summary{gap:8px}}:root{--ds-sidebar-width: 228px}body{font-size:13px}.ds-sidebar{padding:12px 10px}.ds-brand{padding:5px 8px 16px;font-size:15px}.ds-brand span{width:28px;height:28px;border-radius:8px}.ds-create,.ds-nav a,.ds-nav-action{min-height:36px;gap:9px;padding:0 11px;border-radius:8px;font-size:12px}.ds-create{width:100%;margin-bottom:12px}.ds-nav{gap:2px}.ds-account-wrap{position:relative;padding-top:8px;border-top:1px solid var(--ds-border)}.ds-account{width:100%;min-height:48px;grid-template-columns:34px minmax(0,1fr);gap:9px;padding:7px 8px;border:0;border-radius:9px;color:var(--ds-text);text-align:left;background:transparent;cursor:pointer}.ds-account:hover,.ds-account[aria-expanded=true]{background:var(--ds-surface-2)}.ds-account strong{font-size:11px;font-weight:600}.ds-account span{font-size:9px}.ds-avatar{width:34px;height:34px;display:grid;flex:0 0 auto;place-items:center;overflow:hidden;border-radius:10px;color:#fff;background:#5077db;object-fit:cover;font-size:10px;font-weight:700}.ds-account-menu{z-index:95;position:absolute;left:0;right:0;bottom:calc(100% + 8px);padding:7px;border:1px solid var(--ds-border-strong);border-radius:10px;background:var(--ds-surface);box-shadow:var(--ds-shadow)}.ds-account-summary{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:9px;padding:7px}.ds-account-summary>div{min-width:0;display:grid;gap:2px}.ds-account-summary strong,.ds-account-summary span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-account-summary strong{font-size:11px}.ds-account-summary span{color:var(--ds-text-2);font-size:9px}.ds-menu-separator{height:1px;margin:5px 2px;background:var(--ds-border)}.ds-menu-row,.ds-theme-menu button{width:100%;min-height:34px;display:grid;grid-template-columns:20px minmax(0,1fr) 16px;align-items:center;gap:7px;padding:0 8px;border:0;border-radius:7px;color:var(--ds-text);text-align:left;background:transparent;cursor:pointer;font-size:11px}.ds-menu-row:hover,.ds-theme-menu button:hover{background:var(--ds-surface-2)}.ds-menu-row svg:last-child{transition:transform .15s ease}.ds-menu-row svg.rotated{transform:rotate(90deg)}.ds-menu-row.danger{color:var(--ds-danger)}.ds-theme-menu{margin:3px 0 3px 20px;padding:4px;border-left:1px solid var(--ds-border)}.ds-theme-menu button{min-height:31px}.ds-brand-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;gap:6px}.ds-brand-row .ds-brand{min-width:0;padding-right:0}.ds-brand-row .ds-brand strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ds-sidebar-toggle{width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;color:var(--ds-text-2);background:transparent;cursor:pointer}.ds-sidebar-toggle:hover{color:var(--ds-text);background:var(--ds-surface-2)}.ds-sidebar.collapsed{width:62px;padding-inline:8px}.ds-sidebar.collapsed .ds-brand-row{grid-template-columns:1fr;justify-items:center}.ds-sidebar.collapsed .ds-brand{padding-inline:0;justify-content:center}.ds-sidebar.collapsed .ds-brand strong,.ds-sidebar.collapsed .ds-create span,.ds-sidebar.collapsed .ds-nav a span,.ds-sidebar.collapsed .ds-account>div{display:none}.ds-sidebar.collapsed .ds-sidebar-toggle{order:-1}.ds-sidebar.collapsed .ds-create,.ds-sidebar.collapsed .ds-nav a{justify-content:center;padding-inline:0}.ds-sidebar.collapsed .ds-account{grid-template-columns:34px;justify-content:center;padding-inline:0}.ds-sidebar.collapsed .ds-account-menu{left:50px;right:auto;bottom:0;width:220px}.ds-app-shell.main-sidebar-collapsed .ds-main{margin-left:62px}.ds-drawer .ds-sidebar-toggle{display:none}.calendar-header{height:78px;padding:15px 22px}.calendar-header .ds-eyebrow{display:none}.calendar-header h1{font-size:20px;font-weight:600;letter-spacing:0}.calendar-actions{gap:7px}.calendar-actions .ds-button{min-height:34px;padding:0 12px;font-size:11px}.view-dropdown{position:relative}.view-dropdown-trigger{min-width:112px;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 11px;border:1px solid var(--ds-border-strong);border-radius:8px;color:var(--ds-text);background:var(--ds-surface);cursor:pointer;font-size:11px;font-weight:600}.view-dropdown-trigger:hover{background:var(--ds-surface-2)}.view-dropdown-menu{z-index:75;position:absolute;top:calc(100% + 6px);right:0;width:148px;padding:6px;border:1px solid var(--ds-border-strong);border-radius:10px;background:var(--ds-surface);box-shadow:var(--ds-shadow)}.view-dropdown-menu button{width:100%;min-height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 9px;border:0;border-radius:7px;color:var(--ds-text-2);background:transparent;cursor:pointer;font-size:11px;text-align:left}.view-dropdown-menu button:hover{background:var(--ds-surface-2)}.view-dropdown-menu button.active{color:var(--ds-accent);font-weight:600}.calendar-layout{grid-template-columns:218px minmax(0,1fr)}.calendar-layout.rail-collapsed{grid-template-columns:52px minmax(0,1fr)}.calendar-rail{padding:16px 14px}.calendar-rail-content{min-width:0}.calendar-rail-toggle{width:28px;height:28px;display:grid;place-items:center;margin:0 0 10px auto;border:0;border-radius:8px;color:var(--ds-text-2);background:transparent;cursor:pointer}.calendar-rail-toggle:hover{color:var(--ds-text);background:var(--ds-surface-2)}.calendar-rail.collapsed{padding:13px 8px;overflow:hidden}.calendar-rail.collapsed .calendar-rail-toggle{margin-inline:auto}.calendar-rail-icons{display:grid;justify-items:center;gap:8px;margin-top:12px}.calendar-rail-icons button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:9px;color:var(--ds-text-2);background:transparent;cursor:pointer}.calendar-rail-icons button:hover{color:var(--ds-text);background:var(--ds-surface-2)}.calendar-search{height:34px}.calendar-toolbar{height:52px;padding:8px 14px}.date-navigation h2{font-size:12px}.meeting-count,.loading-label{font-size:9px}.weekday-label{min-height:34px;font-size:9px}.month-view{grid-template-rows:32px repeat(6,minmax(0,1fr))}.month-cell{min-height:0;padding:7px}.day-number{font-size:10px}.calendar-event{font-size:9px}.calendar-settings{top:66px;right:146px}.create-meeting-modal{width:min(680px,100%)}.create-modal-header{min-height:86px;display:grid;grid-template-columns:34px minmax(0,1fr) 34px;align-items:center;gap:12px;padding:17px 20px;border-bottom:1px solid var(--ds-border)}.create-modal-header h2{margin:2px 0 4px;font-size:18px;letter-spacing:0}.create-modal-header p{margin:0;color:var(--ds-text-2);font-size:10px}.create-modal-header .ds-eyebrow{color:var(--ds-text-3);font-size:8px}.create-modal-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;color:var(--ds-accent);background:color-mix(in srgb,var(--ds-accent) 11%,transparent)}.create-modal-body{min-height:0;flex:1;overflow-y:auto;padding:18px 20px 22px}.create-field{display:grid;gap:7px;margin-bottom:14px;color:var(--ds-text-2);font-size:10px;font-weight:600}.create-field span{display:flex;justify-content:space-between}.create-field small{color:var(--ds-text-3);font-size:8px;font-weight:500}.create-field input,.create-field textarea,.create-field select,.create-people-list input,.create-cohosts input{width:100%;min-height:34px;padding:0 10px;border:1px solid var(--ds-border-strong);border-radius:8px;outline:0;color:var(--ds-text);background:var(--ds-surface-2);font-size:11px}.create-field textarea{min-height:76px;padding-block:10px;resize:vertical;line-height:1.45}.create-field input:focus,.create-field textarea:focus,.create-field select:focus,.create-people-list input:focus,.create-cohosts input:focus{border-color:var(--ds-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--ds-accent) 15%,transparent)}.create-date-grid{display:grid;grid-template-columns:1fr .75fr .75fr;gap:10px}.create-picker-field{position:relative}.create-picker-trigger{width:100%;min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 10px;border:1px solid var(--ds-border-strong);border-radius:8px;outline:0;color:var(--ds-text);background:var(--ds-surface-2);cursor:pointer;font-size:12px;text-align:left}.create-picker-trigger strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:600}.create-picker-trigger svg{flex:0 0 auto;color:var(--ds-text-3)}.create-picker-trigger:hover{background:var(--ds-surface);border-color:var(--ds-border-strong)}.create-picker-trigger:focus-visible{border-color:var(--ds-accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--ds-accent) 18%,transparent)}.contact-suggest-field{position:relative;min-width:0}.contact-suggestions{z-index:220;position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:224px;overflow-y:auto;padding:6px;border:1px solid var(--ds-border-strong);border-radius:10px;background:var(--ds-surface);box-shadow:var(--ds-shadow)}.contact-suggestions.open-up{top:auto;bottom:calc(100% + 6px)}.contact-suggestions button{width:100%;min-height:48px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 10px;padding:7px 9px;border:0;border-radius:8px;color:var(--ds-text);background:transparent;cursor:pointer;text-align:left}.contact-suggestions button:hover{background:var(--ds-surface-2)}.contact-suggestions span,.contact-suggestions small{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.contact-suggestions span{font-size:12px;font-weight:700}.contact-suggestions small{grid-column:1;color:var(--ds-text-2);font-size:10px}.contact-suggestions em{grid-column:2;grid-row:1 / span 2;align-self:center;padding:3px 6px;border-radius:10px;color:var(--ds-accent);background:color-mix(in srgb,var(--ds-accent) 10%,transparent);font-size:9px;font-style:normal;font-weight:700}.contact-suggestion-empty{display:block;padding:9px;color:var(--ds-text-3);font-size:11px}.create-picker-popover{z-index:95;position:absolute;top:calc(100% + 7px);left:0;min-width:100%;border:1px solid var(--ds-border-strong);border-radius:10px;background:var(--ds-surface);box-shadow:var(--ds-shadow)}.date-popover{width:274px;padding:10px}.date-popover-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.date-popover-header strong{text-transform:capitalize;color:var(--ds-text);font-size:12px;font-weight:700}.date-popover-header div{display:flex;gap:4px}.date-popover-header button{width:28px;height:28px;display:grid;place-items:center;border:0;border-radius:8px;color:var(--ds-text-2);background:transparent;cursor:pointer}.date-popover-header button:hover{background:var(--ds-surface-2);color:var(--ds-text)}.date-popover-weekdays,.date-popover-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.date-popover-weekdays{margin-bottom:5px;color:var(--ds-text-3);font-size:10px;font-weight:700;text-align:center}.date-popover-weekdays span{min-height:22px;display:grid;place-items:center}.date-popover-grid button{min-width:0;height:30px;border:0;border-radius:8px;color:var(--ds-text);background:transparent;cursor:pointer;font-size:11px;font-weight:600}.date-popover-grid button:hover{background:var(--ds-surface-2)}.date-popover-grid button.muted{color:var(--ds-text-3);opacity:.65}.date-popover-grid button.today{outline:1px solid color-mix(in srgb,var(--ds-accent) 55%,transparent)}.date-popover-grid button.selected{color:#fff;background:var(--ds-brand);outline:0}:root[data-theme=dark] .date-popover-grid button.selected{color:#fff}.date-popover-footer{display:flex;justify-content:flex-end;margin-top:8px;padding-top:8px;border-top:1px solid var(--ds-border)}.date-popover-footer button{min-height:28px;padding:0 9px;border:0;border-radius:7px;color:var(--ds-accent);background:transparent;cursor:pointer;font-size:11px;font-weight:700}.date-popover-footer button:hover{background:var(--ds-surface-2)}.select-popover{max-height:228px;overflow-y:auto;padding:6px}.select-popover button{width:100%;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 9px;border:0;border-radius:8px;color:var(--ds-text-2);background:transparent;cursor:pointer;font-size:12px;font-weight:600;text-align:left}.select-popover button:hover{color:var(--ds-text);background:var(--ds-surface-2)}.select-popover button.selected{color:var(--ds-accent);background:color-mix(in srgb,var(--ds-accent) 10%,transparent)}.select-popover button svg{flex:0 0 auto}.confirm-dialog-backdrop{z-index:140;position:fixed;inset:0;display:grid;place-items:center;padding:18px;background:#0000007a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.confirm-dialog{position:relative;width:min(430px,100%);display:grid;justify-items:center;padding:24px;border:1px solid var(--ds-border-strong);border-radius:10px;color:var(--ds-text);background:var(--ds-surface);box-shadow:var(--ds-shadow);text-align:center}.confirm-close{position:absolute;top:11px;right:11px;width:30px;height:30px;display:grid;place-items:center;border:0;border-radius:8px;color:var(--ds-text-3);background:transparent;cursor:pointer}.confirm-close:hover{color:var(--ds-text);background:var(--ds-surface-2)}.confirm-icon{width:34px;height:34px;display:grid;place-items:center;margin-bottom:12px;border-radius:10px;color:var(--ds-warning);background:color-mix(in srgb,var(--ds-warning) 14%,transparent)}.confirm-icon.danger{color:var(--ds-danger);background:color-mix(in srgb,var(--ds-danger) 14%,transparent)}.confirm-dialog h2{margin:0 0 8px;font-size:19px;letter-spacing:0}.confirm-dialog p{max-width:330px;margin:0;color:var(--ds-text-2);font-size:13px;line-height:1.5}.confirm-dialog footer{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:22px}.ds-button.danger{color:#fff;border-color:var(--ds-danger);background:var(--ds-danger)}.ds-button.danger:hover{filter:brightness(.95)}.create-section-heading{display:flex;align-items:center;justify-content:space-between;margin:7px 0 9px;padding-top:12px;border-top:1px solid var(--ds-border)}.create-section-heading>div{display:flex;align-items:center;gap:7px;font-size:11px;font-weight:600}.create-section-heading>div svg{color:var(--ds-text-3)}.create-section-heading>button{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border:0;border-radius:6px;color:var(--ds-accent);background:transparent;cursor:pointer;font-size:9px;font-weight:600}.create-section-heading>button:hover{background:var(--ds-surface-2)}.create-section-heading>button:disabled{opacity:.4;cursor:default}.create-people-list,.create-cohosts{display:grid;gap:7px;margin-bottom:15px}.create-people-list>div{display:grid;grid-template-columns:.8fr 1.2fr 34px;gap:7px}.create-cohosts>div{display:grid;grid-template-columns:1fr 34px;gap:7px}.create-hint{margin:-4px 0 0;color:var(--ds-text-3);font-size:9px}.create-hint.error{color:var(--ds-danger)}.create-meeting-modal.success{position:relative;align-items:center;padding:42px 28px 34px;text-align:center}.create-meeting-modal.success h2{margin:4px 0 8px;font-size:20px}.create-meeting-modal.success>p:not(.ds-eyebrow){max-width:420px;margin:0;color:var(--ds-text-2);font-size:11px;line-height:1.5}.create-modal-close{position:absolute;top:14px;right:14px;width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:8px;color:var(--ds-text-2);background:transparent;cursor:pointer}.create-modal-close:hover{background:var(--ds-surface-2)}.create-success-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:10px;border-radius:10px;color:var(--ds-success);background:color-mix(in srgb,var(--ds-success) 12%,transparent)}.create-success-actions{display:flex;gap:8px;margin-top:22px}@media(max-width:1024px){:root{--ds-sidebar-width: 204px}.calendar-layout{grid-template-columns:194px minmax(0,1fr)}}@media(max-width:760px){.view-dropdown-trigger{min-width:104px}.view-dropdown-menu{right:0}.calendar-header{min-height:64px;padding:13px 14px}.calendar-header h1{font-size:18px}.calendar-settings{top:60px;right:14px}.create-meeting-modal{max-height:calc(100vh - 18px)}.create-modal-header{grid-template-columns:34px minmax(0,1fr) 34px;padding:14px}.create-modal-body{padding:15px 14px 20px}.create-date-grid{grid-template-columns:1fr 1fr}.create-date-grid .create-field:last-child{grid-column:1 / -1}.create-people-list>div{grid-template-columns:1fr 34px}.create-people-list>div input:first-child{grid-column:1 / -1}}@media(max-width:420px){.calendar-actions{justify-content:space-between}.view-dropdown{margin-left:auto}.create-success-actions{width:100%;flex-direction:column}.create-date-grid{grid-template-columns:1fr}.create-date-grid .create-field:last-child{grid-column:auto}}.auth-page{min-height:100vh;position:relative;display:grid;place-items:center;padding:48px 24px 82px;overflow:hidden;color:#05060a;background:#fcfcfd}:root[data-theme=dark] .auth-page{color:#fcfcfd;background:#05060a}.auth-page:before,.auth-page:after{content:"";position:fixed;z-index:0;pointer-events:none;background-image:url(/brand/isp-mark.svg);background-repeat:no-repeat;background-position:center;background-size:contain}.auth-page:before{width:min(420px,34vw);height:min(420px,34vw);left:max(-150px,-9vw);top:19vh;opacity:.18;transform:rotate(-16deg)}.auth-page:after{width:min(420px,30vw);height:min(520px,46vh);right:max(-110px,-7vw);top:36vh;opacity:.08;background-repeat:repeat;background-size:68px 68px;background-position:0 0}:root[data-theme=dark] .auth-page:before{opacity:.24}:root[data-theme=dark] .auth-page:after{opacity:.12}.auth-page .embed-header{display:none}.auth-theme-switcher{position:fixed;top:24px;right:28px;z-index:5}.auth-theme-trigger{width:36px;height:36px;display:inline-grid;place-items:center;border:1px solid #d8dce4;border-radius:10px;color:#1f2328;background:#fff;box-shadow:0 1px 2px #0c10140d;cursor:pointer}.auth-theme-trigger:hover,.auth-theme-trigger[aria-expanded=true]{border-color:#b9bfcc;background:#f7f8fb}.auth-theme-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:166px;display:grid;gap:2px;padding:6px;border:1px solid #d8dce4;border-radius:10px;background:#fff;box-shadow:0 14px 34px #0c101424}.auth-theme-dropdown button{height:34px;display:grid;grid-template-columns:18px 1fr 16px;align-items:center;gap:9px;padding:0 9px;border:0;border-radius:8px;color:#1f2328;background:transparent;cursor:pointer;font-size:13px;font-weight:500;text-align:left}.auth-theme-dropdown button:hover,.auth-theme-dropdown button[aria-checked=true]{background:#f0f2f5}:root[data-theme=dark] .auth-theme-trigger{color:#fcfcfd;border-color:#353a47;background:#101218}:root[data-theme=dark] .auth-theme-trigger:hover,:root[data-theme=dark] .auth-theme-trigger[aria-expanded=true]{background:#181b24}:root[data-theme=dark] .auth-theme-dropdown{border-color:#353a47;background:#101218;box-shadow:0 18px 42px #00000061}:root[data-theme=dark] .auth-theme-dropdown button{color:#fcfcfd}:root[data-theme=dark] .auth-theme-dropdown button:hover,:root[data-theme=dark] .auth-theme-dropdown button[aria-checked=true]{background:#20232c}.auth-card{z-index:1;width:min(454px,100%);display:grid;justify-items:center;align-content:center;color:inherit;text-align:center}.auth-logo-wrap{height:84px;display:grid;place-items:center;margin-bottom:18px}.auth-logo{width:212px;height:auto;display:block}.auth-logo-dark{display:none}:root[data-theme=dark] .auth-logo-light{display:none}:root[data-theme=dark] .auth-logo-dark{display:block}.auth-eyebrow{margin:0 0 10px;color:#737780;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}:root[data-theme=dark] .auth-eyebrow{color:#9da3b0}.auth-card h1{margin:0;color:inherit;font-size:34px;font-weight:700;line-height:1.1}.auth-card h2{width:100%;margin:34px 0 2px;color:inherit;font-size:18px;font-weight:600;text-align:left}.auth-subtitle{margin:12px 0 0;color:#252932;font-size:15px;line-height:1.45}:root[data-theme=dark] .auth-subtitle{color:#d7dbea}.auth-card label{width:100%;display:grid;gap:8px;margin:28px 0 0;color:#5d6370;text-align:left;font-size:13px;font-weight:600}.auth-card label.auth-field{gap:0;margin-top:28px}.auth-card label.auth-field span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}:root[data-theme=dark] .auth-card label{color:#b7becd}.auth-card input{width:100%;height:36px;max-height:36px;padding:0 11px;border:1px solid #cfd3dc;border-radius:6px;outline:0;color:#05060a;background:#fff;font-size:14px;transition:border-color .16s ease,box-shadow .16s ease}.auth-card input::placeholder{color:#9ba1ad}.auth-card input:focus{border-color:#053cfa;box-shadow:0 0 0 3px #053cfa24}:root[data-theme=dark] .auth-card input{color:#fcfcfd;border-color:#353a47;background:#101218}.auth-primary-action,.auth-secondary-action{width:100%;height:36px;min-height:36px;max-height:36px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;cursor:pointer;padding:0 12px;font-size:14px;font-weight:700}.auth-primary-action{margin-top:16px;border:1px solid #053cfa;color:#fff;background:#053cfa}.auth-primary-action:hover:not(:disabled){background:#0031d9;border-color:#0031d9}.auth-primary-action:disabled{color:#fff;border-color:#c9c9c9;background:#c9c9c9}:root[data-theme=dark] .auth-primary-action:disabled{border-color:#3b3f4a;background:#3b3f4a}.auth-secondary-action{margin-top:10px;border:1px solid #d8dce4;color:#05060a;background:#fff}.auth-secondary-action:hover:not(:disabled){border-color:#b9bfcc;background:#f5f7fb}.auth-restart-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:16px}.auth-restart-actions .auth-secondary-action{margin-top:0}.google-login-action{margin-top:0;gap:10px;color:#202124;border-color:#d8dce4;background:#fff;font-size:13px;font-weight:700;box-shadow:none}.google-login-action .google-logo{width:16px;height:16px;flex:0 0 auto}.auth-separator{width:100%;display:flex;align-items:center;gap:12px;margin:14px 0 4px;color:#8a909b;font-size:12px}.auth-separator:before,.auth-separator:after{content:"";flex:1;height:1px;background:#e1e4ea}:root[data-theme=dark] .auth-secondary-action{color:#fcfcfd;border-color:#353a47;background:#101218}:root[data-theme=dark] .google-login-action{color:#fff;border-color:#343946;background:#101218}:root[data-theme=dark] .auth-separator:before,:root[data-theme=dark] .auth-separator:after{background:#2a2e38}:root[data-theme=dark] .auth-secondary-action:hover:not(:disabled){background:#181b24}.auth-card .login-hint,.auth-card .form-warning{width:100%;margin:14px 0 0;text-align:left;font-size:12px;line-height:1.45}.auth-card .login-hint{color:#6f7480}:root[data-theme=dark] .auth-card .login-hint{color:#a9b0bf}.auth-card .form-warning{color:#c0362c}:root[data-theme=dark] .auth-card .form-warning{color:#ffb5ae}.auth-session-backdrop{z-index:30;position:fixed;inset:0;display:grid;place-items:center;padding:24px;background:#05060a8f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.auth-session-dialog{width:min(430px,100%);display:grid;justify-items:center;gap:12px;padding:26px 24px 22px;border:1px solid #d8dce4;border-radius:10px;color:#111827;background:#fff;box-shadow:0 24px 80px #0a122438;text-align:center}:root[data-theme=dark] .auth-session-dialog{color:#fcfcfd;border-color:#353a47;background:#11141c;box-shadow:0 24px 80px #00000073}.auth-session-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;color:#c0362c;background:#c0362c1a;font-size:16px;font-weight:700}:root[data-theme=dark] .auth-session-icon{color:#ffb5ae;background:#ffb5ae1f}.auth-session-dialog h2{margin:2px 0 0;font-size:20px;line-height:1.2;letter-spacing:0}.auth-session-dialog p{max-width:340px;margin:0 0 4px;color:#626977;font-size:13px;line-height:1.5}:root[data-theme=dark] .auth-session-dialog p{color:#b7becd}.auth-session-actions{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:6px}.auth-session-actions .auth-primary-action,.auth-session-actions .auth-secondary-action{margin-top:0}.auth-footer{position:fixed;left:40px;bottom:28px;z-index:1;color:#9ca3af;font-size:12px}:root[data-theme=dark] .auth-footer{color:#777e8d}@media(max-width:760px){.auth-page{padding:38px 22px 74px}.auth-session-actions,.auth-restart-actions{grid-template-columns:1fr}.auth-page:before{width:210px;height:210px;left:-112px;top:24px}.auth-page:after{width:190px;height:300px;right:-98px;bottom:58px;top:auto;background-size:54px 54px}.auth-logo{width:188px}.auth-card h1{font-size:29px}.auth-subtitle{font-size:14px}.auth-footer{left:22px;right:22px;bottom:22px;text-align:center}}.ds-brand img{width:28px;height:28px}.ds-mobile-bar .ds-brand img{width:27px;height:27px}:root[data-theme=light] .month-cell.today .day-number,:root[data-theme=light] .timeline-day-head.today strong,:root[data-theme=light] .meet-join{color:#fff}:root[data-theme=dark] .month-cell.today .day-number,:root[data-theme=dark] .timeline-day-head.today strong,:root[data-theme=dark] .meet-join{color:#05060a}.calendar-rail,.calendar-rail-content,.mini-calendar,.rail-section,.rail-timezone,.calendar-search{max-width:100%;overflow:hidden}.calendar-rail{overflow:hidden!important;scrollbar-width:none}.calendar-rail::-webkit-scrollbar{display:none}.meeting-count{display:none}.calendar-search input{min-width:0}.calendar-toolbar-actions{display:flex;align-items:center;justify-content:flex-end}.calendar-refresh{min-height:34px;padding-inline:10px;border-radius:8px;font-size:11px}.month-view{min-width:0;min-height:0;height:100%;grid-template-rows:32px repeat(6,minmax(0,1fr));gap:1px;align-items:stretch;overflow:hidden;background:var(--ds-border)}.weekday-label,.month-cell{border:0!important;background:var(--ds-surface)}.month-cell{min-height:0;height:auto;align-self:stretch}.month-cell.muted{background:color-mix(in srgb,var(--ds-surface-2) 40%,var(--ds-surface))}.month-cell:hover{z-index:1;outline:1px solid color-mix(in srgb,var(--ds-accent) 18%,transparent);outline-offset:-1px}.calendar-event{min-width:0}.calendar-event time+*{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:760px){.ds-app-shell.main-sidebar-collapsed .ds-main{margin-left:0}.calendar-page{height:calc(100dvh - 56px);min-height:0;overflow:hidden}.calendar-layout,.calendar-workspace{height:100%;min-height:0;overflow:hidden}.month-view{min-width:0;grid-template-rows:28px repeat(6,minmax(0,1fr));overflow:hidden}.weekday-label{padding-inline:4px;text-align:center}.month-cell{padding:5px 4px}.day-number{width:22px;height:22px;margin-inline:auto}.calendar-event{padding:3px 4px;font-size:8px}}:root{--ds-bg: #f9f9f9;--ds-surface-2: #f3f4f2;--ds-surface-3: #ecefeb;--ds-text: #0f1011;--ds-text-2: #595b5c;--ds-text-3: #9a9ea5;--ds-border: #e1e4df;--ds-border-strong: #d2d6d0;--ds-brand: #0623fa;--ds-brand-hover: #0520de;--ds-danger: #b44948;--color-ink: #0f1011;--color-blue: #0623fa;--color-gray-50: #f9f9f9;--color-gray-100: #eef0ec;--color-gray-300: #d2d6d0;--color-gray-600: #595b5c;--color-danger: #b44948;--font-size-2xs: 10px;--font-size-xs: 11px;--font-size-sm: 12px;--font-size-md: 13px;--font-size-lg: 14px;--font-size-title: 20px;--font-size-modal-title: 19px}:root[data-theme=dark]{--ds-bg: #111312;--ds-surface: #171918;--ds-surface-2: #1f211f;--ds-surface-3: #282b28;--ds-sidebar: #1b1d1b;--ds-text: #f5f6f2;--ds-text-2: #c2c7c0;--ds-text-3: #8b918a;--ds-border: #2a2e2a;--ds-border-strong: #3a3f3a;--ds-brand: #7a95ff;--ds-brand-hover: #8da6ff}html,body{font-size:var(--font-size-md);line-height:var(--line-height-body);letter-spacing:0}button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),input:not([type=checkbox]):not([type=radio]),textarea,select{font-size:var(--font-size-md);line-height:1.2}h1,h2,h3,strong{letter-spacing:0}.ds-button,.primary-action,.secondary-action,.text-action,.view-dropdown-trigger,.auth-primary-action,.auth-secondary-action{min-height:36px;max-height:36px;border-radius:8px;font-size:var(--font-size-sm);font-weight:600}.ds-icon-button,.icon-action,.calendar-rail-icons button,.calendar-rail-toggle,.ds-sidebar-toggle,.create-modal-close{width:34px;height:34px;max-height:34px;border-radius:8px}input:not([type=checkbox]):not([type=radio]),select,textarea,.admin-panel input,.admin-panel select,.admin-panel textarea,.meeting-edit-form input,.meeting-edit-form textarea,.meeting-edit-form select,.people-editor input,.create-field input,.create-field textarea,.create-field select,.create-people-list input,.create-cohosts input,.auth-field input{min-height:34px;max-height:36px;border-radius:8px;font-size:var(--font-size-sm)}textarea,.admin-panel textarea,.meeting-edit-form textarea,.create-field textarea{max-height:none;line-height:1.48}.ds-sidebar{padding:11px 10px}.ds-brand{gap:8px;padding:4px 8px 15px;font-size:var(--font-size-lg);font-weight:700}.ds-brand img{width:26px;height:26px}.ds-create,.ds-nav a,.ds-nav-action{min-height:34px;gap:8px;padding:0 10px;font-size:var(--font-size-sm);font-weight:500}.ds-nav a.active{font-weight:600}.ds-account{min-height:46px}.ds-account strong,.ds-account-summary strong{font-size:var(--font-size-sm);font-weight:600}.ds-account span,.ds-account-summary span{font-size:var(--font-size-2xs)}.calendar-header{height:72px;padding:13px 22px}.calendar-header h1,.admin-topbar h1{font-size:var(--font-size-title);font-weight:600;line-height:1.15}.calendar-actions{gap:8px}.calendar-actions .ds-button{padding:0 12px}.view-dropdown-trigger{min-width:104px;padding:0 10px}.view-dropdown-menu button,.ds-menu-row,.ds-theme-menu button{min-height:30px;font-size:var(--font-size-sm)}.calendar-layout{grid-template-columns:214px minmax(0,1fr)}.calendar-layout.rail-collapsed{grid-template-columns:48px minmax(0,1fr)}.calendar-rail{padding:14px 13px}.calendar-search{height:34px;border-radius:8px}.calendar-search input{font-size:var(--font-size-sm)}.mini-calendar{margin-top:22px}.mini-calendar header{padding-bottom:10px}.mini-calendar header strong{font-size:var(--font-size-md);font-weight:600}.mini-grid small{font-size:var(--font-size-2xs);font-weight:600}.mini-grid button{font-size:var(--font-size-xs);font-weight:500}.rail-section{margin-top:24px}.rail-section>span{font-size:var(--font-size-2xs);font-weight:700;letter-spacing:.08em}.rail-section button{height:34px;font-size:var(--font-size-sm)}.rail-timezone{margin-top:26px;font-size:var(--font-size-xs)}.rail-timezone small{font-size:var(--font-size-2xs)}.calendar-toolbar{height:50px;padding:7px 14px}.date-navigation h2{font-size:var(--font-size-md);font-weight:600}.calendar-refresh{min-height:30px;max-height:34px;padding-inline:9px;font-size:var(--font-size-sm)}.weekday-label{min-height:30px;padding:8px 10px 4px;color:#7f8580;font-size:var(--font-size-xs);font-weight:700;letter-spacing:.03em}.day-number{width:23px;height:23px;border-radius:7px;font-size:var(--font-size-xs);font-weight:600}.month-cell{padding:6px 7px}.calendar-event{min-height:18px;padding:3px 5px;border-left-width:2px;border-radius:4px;font-size:var(--font-size-xs);font-weight:600}.calendar-event time{font-weight:500}.more-events{font-size:var(--font-size-2xs)}.timeline-day-head span,.timeline-row time,.day-hour time,.timeline-event time{font-size:var(--font-size-2xs)}.timeline-day-head strong{width:24px;height:24px;font-size:var(--font-size-sm)}.timeline-event strong,.day-event span,.schedule-event time,.schedule-event small{font-size:var(--font-size-xs)}.day-event strong,.schedule-event strong{font-size:var(--font-size-sm);font-weight:600}.schedule-view header span{font-size:var(--font-size-xs)}.schedule-view header strong{font-size:var(--font-size-md)}.meeting-modal{border-radius:10px}.meeting-modal-header{min-height:76px;padding:17px 20px}.meeting-modal-header h2,.modal-title-input{font-size:var(--font-size-modal-title);font-weight:600}.meeting-modal-header p,.meeting-description,.modal-section h3,.person-name,.meeting-edit-form input,.meeting-edit-form textarea,.meeting-edit-form select{font-size:var(--font-size-sm)}.modal-section{padding:18px 22px}.modal-section h3,.people-editor legend,.create-section-heading>div{font-weight:600}.meet-join{min-height:36px;padding:0 13px;font-size:var(--font-size-sm)}.person-email,.person-label,.response-summary,.artifact-card strong,.artifact-card small,.artifact-card a,.modal-warning,.meeting-modal-footer>span{font-size:var(--font-size-xs)}.meeting-edit-form,.create-modal-body{gap:15px}.create-modal-header{min-height:76px;padding:15px 18px}.create-modal-header h2{font-size:var(--font-size-modal-title);font-weight:600}.create-modal-header p,.create-field,.create-hint{font-size:var(--font-size-xs)}.create-field small,.create-modal-header .ds-eyebrow,.create-section-heading>button{font-size:var(--font-size-2xs)}.ds-admin-shell .admin-content{padding:22px}.admin-tabs{margin:4px 0 18px}.admin-tabs button{min-height:30px;font-size:var(--font-size-sm)}.metric-band div,.admin-panel{padding:15px}.metric-band span,.admin-panel label,.integration-meta span,.whatsapp-account span,.muted,.empty-state{font-size:var(--font-size-sm)}.metric-band strong{font-size:22px;font-weight:600}.admin-panel h2,.integration-heading h2{font-size:var(--font-size-lg);line-height:1.2}.integration-meta strong,.whatsapp-account strong,.whatsapp-account small,.status-badge{font-size:var(--font-size-sm)}.status-badge{padding:6px 10px}.auth-card{font-size:var(--font-size-md)}.auth-card h1{font-size:28px;letter-spacing:0}.auth-subtitle{font-size:14px}.auth-card label,.auth-card .form-warning,.auth-footer{font-size:var(--font-size-sm)}@media(max-width:1024px){.calendar-layout{grid-template-columns:190px minmax(0,1fr)}}@media(max-width:760px){body{font-size:var(--font-size-md)}.calendar-header{min-height:60px;padding:12px 14px}.calendar-header h1{font-size:18px}.month-view{grid-template-rows:28px repeat(6,minmax(0,1fr))}.weekday-label{font-size:10px}.day-number{width:21px;height:21px;font-size:10px}.auth-card h1{font-size:26px}}.mini-grid small,.rail-timezone small,.more-events,.timeline-day-head span,.timeline-row time,.timeline-event time,.day-hour time,.response-summary,.person-avatar,.person-row small,.person-label,.artifact-card small,.artifact-card a,.meeting-modal-footer>span,.create-field small,.create-modal-header .ds-eyebrow,.create-section-heading>button,.create-hint,.meeting-count,.loading-label{font-size:var(--font-size-2xs)}.mini-grid button,.calendar-event,.calendar-event time,.timeline-event strong,.day-event span,.schedule-event time,.schedule-event small,.guarantee-card p,.artifact-card strong,.modal-warning,.create-modal-header p,.create-field,.ds-account span,.ds-account-summary span{font-size:var(--font-size-xs)}.weekday-label,.day-number,.all-day-area,.person-row strong,.status-pill,.calendar-search input,.date-navigation h2,.rail-timezone,.rail-section button,.meeting-description,.modal-section h3,.person-name,.meeting-edit-form input,.meeting-edit-form textarea,.meeting-edit-form select,.create-section-heading>div{font-size:var(--font-size-sm)}.calendar-header h1,.admin-topbar h1{font-size:var(--font-size-title)}.meeting-modal-header h2,.modal-title-input,.create-modal-header h2{font-size:var(--font-size-modal-title)}.calendar-event.draggable,.timeline-event.draggable,.day-event.draggable{cursor:grab}.calendar-event.draggable:active,.timeline-event.draggable:active,.day-event.draggable:active{cursor:grabbing}.calendar-event.locked,.timeline-event.locked,.day-event.locked{cursor:pointer}.calendar-event.moving,.timeline-event.moving,.day-event.moving{opacity:.55;filter:saturate(.7)}@media(min-width:721px){.create-meeting-modal{max-height:calc(100vh - 56px);overflow:visible}.create-meeting-modal .create-modal-header{min-height:76px;padding:13px 20px}.create-meeting-modal .create-modal-icon{width:34px;height:34px}.create-meeting-modal .create-modal-body{flex:0 0 auto;overflow:visible;padding:14px 20px 10px}.create-meeting-modal .create-field{gap:5px;margin-bottom:10px}.create-meeting-modal .create-field input,.create-meeting-modal .create-field select,.create-meeting-modal .create-people-list input,.create-meeting-modal .create-cohosts input,.create-meeting-modal .create-picker-trigger{min-height:34px;max-height:34px}.create-meeting-modal .create-field textarea{min-height:54px;max-height:54px;resize:none}.create-meeting-modal .create-date-grid{gap:9px}.create-meeting-modal .meeting-modal-footer{min-height:58px;padding:10px 20px;border-radius:0 0 10px 10px;background:var(--ds-surface)}.create-meeting-modal .create-picker-popover{z-index:160}}.create-picker-popover,.select-popover,.contact-suggestions{scrollbar-width:thin;scrollbar-color:transparent transparent}.create-picker-popover:hover,.create-picker-popover:focus-within,.select-popover:hover,.select-popover:focus-within,.contact-suggestions:hover,.contact-suggestions:focus-within{scrollbar-color:color-mix(in srgb,var(--ds-text-3) 70%,transparent) transparent}.create-picker-popover::-webkit-scrollbar,.select-popover::-webkit-scrollbar,.contact-suggestions::-webkit-scrollbar{width:4px;height:4px}.create-picker-popover::-webkit-scrollbar-track,.select-popover::-webkit-scrollbar-track,.contact-suggestions::-webkit-scrollbar-track{background:transparent}.create-picker-popover::-webkit-scrollbar-thumb,.select-popover::-webkit-scrollbar-thumb,.contact-suggestions::-webkit-scrollbar-thumb{border-radius:10px;background:transparent}.create-picker-popover:hover::-webkit-scrollbar-thumb,.create-picker-popover:focus-within::-webkit-scrollbar-thumb,.select-popover:hover::-webkit-scrollbar-thumb,.select-popover:focus-within::-webkit-scrollbar-thumb,.contact-suggestions:hover::-webkit-scrollbar-thumb,.contact-suggestions:focus-within::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--ds-text-3) 70%,transparent)}:root{--ds-calendar-event-blue: #4ea3d8;--ds-calendar-event-blue-soft: #2f79ad}.month-cell{padding:8px 8px 6px}.day-number{margin:0 auto 8px}.month-events{gap:4px}.calendar-event{min-height:18px;display:grid;grid-template-columns:8px auto minmax(0,1fr);align-items:center;gap:5px;padding:1px 2px;border:0;border-radius:4px;color:var(--ds-text);background:transparent;font-size:11px;font-weight:600}.media-page .media-header{height:72px!important;min-height:72px!important;max-height:72px!important;display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;align-items:center!important;gap:18px!important;padding:0 28px!important}.media-page .media-header h1{min-width:0!important;margin:0!important;line-height:1.1!important}.media-page .media-header-actions{height:40px!important;display:grid!important;grid-template-columns:146px 36px 112px!important;align-items:center!important;justify-content:end!important;gap:10px!important}.media-page .media-header-actions .ds-button,.media-page .media-header-actions .ds-icon-button,.media-page .media-range,.media-page .media-range select{height:36px!important;min-height:36px!important;max-height:36px!important}.media-page .media-header-actions .ds-button{width:146px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;white-space:nowrap!important}.media-page .media-header-actions .ds-icon-button{width:36px!important;min-width:36px!important}.media-page .media-range{width:112px!important;min-width:112px!important;display:grid!important;align-items:center!important}.media-page .media-rail{padding:22px 16px!important}.media-page .media-search{width:100%!important;height:42px!important;min-height:42px!important;max-height:42px!important;display:grid!important;grid-template-columns:18px minmax(0,1fr)!important;align-items:center!important;gap:9px!important}.media-page .media-search input{height:auto!important;min-height:0!important;max-height:none!important;padding:0!important;text-align:left!important}.media-page .media-meeting-list{gap:0!important;padding-top:4px!important}.media-page .media-meeting:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){width:100%!important;height:auto!important;min-height:92px!important;max-height:none!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;align-items:start!important;align-content:center!important;justify-content:stretch!important;justify-items:stretch!important;place-items:start stretch!important;gap:7px!important;padding:13px 14px!important;border-radius:8px!important;text-align:left!important;line-height:1.25!important;overflow:visible!important}.media-page .media-meeting+.media-meeting{margin-top:2px!important}.media-page .media-meeting strong,.media-page .media-meeting span,.media-page .media-meeting small{width:100%!important;min-width:0!important;justify-self:stretch!important;text-align:left!important;line-height:1.25!important}.media-page .media-meeting strong{display:block!important;overflow:hidden!important;color:var(--ds-text)!important;font-size:13px!important;font-weight:700!important;text-overflow:ellipsis!important;white-space:nowrap!important}.media-page .media-meeting span{display:block!important;overflow:hidden!important;color:var(--ds-text-2)!important;font-size:11px!important;text-overflow:ellipsis!important;white-space:nowrap!important}.media-page .media-meeting small{width:auto!important;display:inline-flex!important;align-items:center!important;gap:7px!important;color:var(--ds-text-2)!important;font-size:10px!important}.media-page .media-meeting small:first-of-type{grid-row:3!important;justify-self:start!important}.media-page .media-meeting small:last-of-type{grid-row:3!important;justify-self:end!important}.media-page .media-meeting i{flex:0 0 auto!important}.media-page .media-tabs button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){height:45px!important;min-height:45px!important;max-height:45px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;padding:0 16px!important;border-radius:0!important;text-align:center!important}.media-page .media-selector button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){height:36px!important;min-height:36px!important;max-height:36px!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:9px!important;text-align:left!important}.media-page .media-processing .ds-button{width:auto!important;min-width:112px!important}@media(max-width:760px){.media-page .media-header{height:auto!important;min-height:112px!important;max-height:none!important;grid-template-columns:1fr!important;align-items:start!important;padding:16px!important}.media-page .media-header-actions{width:100%!important;grid-template-columns:minmax(0,1fr) 36px 112px!important}.media-page .media-header-actions .ds-button{width:100%!important}}.rail-section button{width:100%!important;height:34px!important;min-height:34px!important;max-height:34px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;justify-items:start!important;place-items:center start!important;gap:9px!important;padding:0 9px!important;text-align:left!important;line-height:1!important}.rail-section button .status-dot,.rail-section button i{flex:0 0 auto!important}.mini-grid{align-items:center!important;justify-items:center!important;text-align:center!important}.mini-grid small{width:24px!important;height:22px!important;display:grid!important;place-items:center!important;padding:0!important;text-align:center!important;line-height:1!important}.mini-grid button{width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;aspect-ratio:auto!important;display:grid!important;place-items:center!important;padding:0!important;border-radius:7px!important;text-align:center!important;line-height:1!important}.mini-grid button.selected,.mini-grid button.today{width:24px!important;height:24px!important;border-radius:7px!important}.ds-button,.primary-action,.secondary-action,.text-action,.auth-primary-action,.auth-secondary-action,.google-link-button,.inline-link,.meet-join,.overview-join,.overview-response-trigger,.calendar-refresh,.view-dropdown-trigger,.select-trigger,.create-picker-trigger,.create-picker-option,.create-trigger,.meeting-actions-trigger,.meeting-media-trigger,.auth-theme-trigger,.auth-theme-option{box-sizing:border-box!important;height:34px!important;min-height:34px!important;max-height:34px!important;display:inline-flex;align-items:center!important;justify-content:center!important;line-height:1!important;text-align:center!important;border-radius:10px!important}.ds-icon-button,.icon-action,.calendar-rail-icons button,.calendar-rail-toggle,.ds-sidebar-toggle,.create-modal-close,.confirm-close{box-sizing:border-box!important;width:34px!important;height:34px!important;min-height:34px!important;max-height:34px!important;display:inline-grid!important;place-items:center!important;border-radius:10px!important}.ds-create{height:34px!important;min-height:34px!important;max-height:34px!important;justify-content:center!important;text-align:center!important}.ds-nav a,.ds-nav-action{height:34px!important;min-height:34px!important;max-height:34px!important;justify-content:flex-start!important;text-align:left!important}input:not([type=checkbox]):not([type=radio]),select,.admin-panel input,.admin-panel select,.meeting-edit-form input,.meeting-edit-form select,.people-editor input,.create-field input,.create-field select,.create-people-list input,.create-cohosts input{box-sizing:border-box!important;height:34px!important;min-height:34px!important;max-height:34px!important;padding-block:0!important;padding-inline:12px!important;line-height:1.2!important;text-align:left!important;border-radius:10px!important}.calendar-search{height:34px!important;min-height:34px!important;max-height:34px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;text-align:left!important}.calendar-search input{height:100%!important;min-height:0!important;max-height:100%!important;padding:0!important}.view-dropdown-trigger,.select-trigger,.create-picker-trigger{justify-content:space-between!important}.month-cell{height:auto!important;min-height:0!important;max-height:none!important;align-self:stretch;text-align:left!important}.calendar-event,.overview-timeline-item,.overview-event-card,.overview-metric-card,.overview-pending-row,.timeline-event,.day-event,.schedule-event,.ds-account{max-height:none!important;text-align:left!important}.overview-timeline-item{min-height:54px!important;align-items:center!important}.overview-pending-row{min-height:56px!important}.overview-metric-card{min-height:92px!important}.ds-account{min-height:54px!important;display:grid!important;grid-template-columns:32px minmax(0,1fr);align-items:center!important;justify-content:start!important;padding:9px 8px!important}.ds-account strong,.ds-account span{text-align:left!important}.ds-admin-shell .metric-band div,.ds-admin-shell .admin-panel input,.ds-admin-shell .admin-panel select,.ds-admin-shell .admin-panel textarea{color:var(--ds-text)!important;background:var(--ds-surface-2)!important}.ds-account{min-height:48px!important;max-height:none!important;align-items:center!important;justify-content:start!important;text-align:left!important}.calendar-event>i{width:7px;height:7px;border-radius:10px;background:var(--ds-calendar-event-blue)}.calendar-event time{color:var(--ds-text);font-size:11px;font-weight:700}.calendar-event strong{min-width:0;overflow:hidden;color:var(--ds-text);font-size:11px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.calendar-event.cancelled{opacity:.64;text-decoration:none}.calendar-event.cancelled>i{background:var(--ds-danger)}.calendar-event.cancelled strong{text-decoration:line-through}.more-events{padding:0 2px 0 20px;color:var(--ds-text);font-size:11px;font-weight:700}.timeline-event,.day-event{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:2px;padding:8px 9px;border:0;border-left:0;border-radius:6px;color:#07111f;background:var(--ds-calendar-event-blue);box-shadow:inset 3px 0 color-mix(in srgb,var(--ds-calendar-event-blue-soft) 78%,#000)}.timeline-event:hover,.day-event:hover{background:color-mix(in srgb,var(--ds-calendar-event-blue) 92%,#ffffff)}.timeline-event strong,.day-event strong{order:1;width:100%;margin:0;overflow:hidden;color:inherit;font-size:12px;font-weight:700;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.timeline-event time,.day-event span{order:2;color:inherit;font-size:11px;font-weight:500;line-height:1.2}.meeting-rsvp-bar{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 22px;border-top:1px solid var(--ds-border);background:var(--ds-surface-2)}.meeting-rsvp-bar>strong{color:var(--ds-text);font-size:12px;font-weight:700}.meeting-rsvp-actions{display:flex;align-items:center;gap:8px}.meeting-rsvp-actions button{min-width:72px;height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 16px;border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-text);background:transparent;font-size:11px;font-weight:700;cursor:pointer}.meeting-rsvp-actions button:hover{background:var(--ds-surface-hover)}.meeting-rsvp-actions button.active{border-color:var(--ds-brand);color:var(--ds-brand);background:color-mix(in srgb,var(--ds-brand) 13%,transparent)}.meeting-rsvp-actions button:disabled{cursor:progress;opacity:.72}.meeting-rsvp-actions svg{width:14px;height:14px}.meeting-modal-footer>span{display:none}.meeting-rsvp-bar+.meeting-modal-footer:has(>span:only-child){display:none}@media(max-width:520px){.meeting-rsvp-bar{align-items:stretch;flex-direction:column;gap:10px;padding:12px 14px}.meeting-rsvp-actions{display:grid;grid-template-columns:repeat(3,1fr)}.meeting-rsvp-actions button{min-width:0;padding:0 10px}}.ds-app-shell:has(.overview-page){background:#eef1f5;color:#101316}.ds-app-shell:has(.overview-page) .ds-sidebar{background:#ffffffeb;border-color:#dde3ec}.ds-app-shell:has(.overview-page) .ds-nav a,.ds-app-shell:has(.overview-page) .ds-account,.ds-app-shell:has(.overview-page) .ds-brand{color:#111827}.ds-app-shell:has(.overview-page) .ds-nav a:hover,.ds-app-shell:has(.overview-page) .ds-nav a.active,.ds-app-shell:has(.overview-page) .ds-account:hover{background:#eef4ff}.overview-page{--overview-bg: #f7f8fb;--overview-surface: #ffffff;--overview-surface-soft: #f5f7fb;--overview-border: #e5e9f0;--overview-border-strong: #d8dee8;--overview-text: #111318;--overview-muted: #68707c;--overview-faint: #9aa3af;--overview-blue: #0958ff;--overview-green: #149447;--overview-amber: #f59f0b;--overview-red: #ef3e5c;height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;color:var(--overview-text);background:radial-gradient(circle at 28% 0%,rgba(255,255,255,.95),transparent 32%),linear-gradient(180deg,#f7f9fc,#eef2f6)}.overview-header{min-height:88px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:22px;padding:22px 30px 14px;border-bottom:0;background:transparent}.overview-header h1{margin:0;color:var(--overview-text);font-size:28px;font-weight:700;letter-spacing:0}.overview-header-tools{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:10px}.overview-actions{display:none}.overview-search{width:min(290px,24vw);min-height:42px;display:flex;align-items:center;gap:10px;padding:0 14px;border:1px solid var(--overview-border);border-radius:10px;color:var(--overview-muted);background:#f5f7fb;box-shadow:inset 0 1px 2px #1018280a}.overview-search input{width:100%;min-width:0;border:0;outline:0;color:var(--overview-text);background:transparent;font-size:13px}.overview-search input::placeholder{color:#8c96a3}.overview-icon-action{width:34px;height:34px;display:inline-grid;place-items:center;border:1px solid var(--overview-border);border-radius:10px;color:#303844;background:#fff;cursor:pointer}.overview-icon-action:hover{color:var(--overview-blue);border-color:#cbd7ff;background:#f4f7ff}.overview-profile-chip{min-height:42px;display:flex;align-items:center;gap:9px;padding:0 12px 0 7px;border:1px solid var(--overview-border);border-radius:10px;background:#fff}.overview-profile-chip img,.overview-profile-chip span{width:29px;height:29px;display:grid;place-items:center;border-radius:10px;color:var(--overview-blue);background:#edf3ff;font-size:11px;font-weight:700}.overview-profile-chip strong{max-width:110px;overflow:hidden;color:#27313e;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap}.overview-scroll{min-height:0;flex:1;overflow-y:auto;padding:14px 30px 30px}.overview-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.overview-metric-card{position:relative;min-width:0;min-height:124px;display:grid;grid-template-columns:52px minmax(0,1fr);align-items:start;gap:16px;padding:20px 44px 18px 22px;border:1px solid var(--overview-border);border-radius:8px;color:var(--overview-text);background:#ffffffe6;box-shadow:0 12px 34px #1a26380d}.overview-metric-card span,.overview-metric-card small{display:block;overflow:hidden;color:var(--overview-muted);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.overview-metric-card strong{display:block;margin:7px 0 8px;overflow:hidden;color:var(--overview-text);font-size:34px;line-height:1;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.overview-card-menu{position:absolute;top:20px;right:18px;width:18px;color:#667085}.overview-icon{width:44px;height:44px;display:grid;place-items:center;border-radius:10px;color:var(--overview-blue);background:#eaf1ff}.overview-icon svg{width:21px;height:21px}.overview-metric-card.green .overview-icon,.overview-pending-row.green .overview-icon{color:var(--overview-green);background:#e8f7ed}.overview-metric-card.amber .overview-icon,.overview-pending-row.amber .overview-icon{color:var(--overview-amber);background:#fff3df}.overview-metric-card.red .overview-icon,.overview-pending-row.red .overview-icon{color:var(--overview-red);background:#ffecef}.overview-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(360px,.95fr);align-items:start;gap:18px}.overview-panel{min-width:0;padding:20px 22px;border:1px solid var(--overview-border);border-radius:8px;color:var(--overview-text);background:#ffffffeb;box-shadow:0 12px 34px #1a26380d}.overview-events-panel,.overview-shortcuts-panel{grid-column:2}.overview-events-panel{grid-row:span 2}.overview-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:16px}.overview-panel-heading h2{margin:0;color:var(--overview-text);font-size:18px;font-weight:700;letter-spacing:0}.overview-panel-heading p,.overview-panel-heading span{margin:6px 0 0;color:var(--overview-muted);font-size:12px}.overview-period-button,.overview-calendar-link{min-height:36px;border-radius:8px;color:#374151;background:#fff}.overview-period-button{display:inline-flex;align-items:center;padding:0 13px;border:1px solid var(--overview-border);cursor:default;font-size:12px;font-weight:600}.overview-calendar-link{padding-inline:12px;border-color:var(--overview-border);font-size:12px}.overview-legend{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:10px;color:var(--overview-muted);font-size:12px}.overview-legend span,.overview-week-day small{display:inline-flex;align-items:center;gap:6px}.overview-legend i,.overview-week-day small i{width:8px;height:8px;border-radius:10px}.overview-legend .confirmed,.overview-week-fill .confirmed,.overview-week-day small .confirmed{background:var(--overview-blue)}.overview-legend .pending,.overview-week-fill .pending,.overview-week-day small .pending{background:var(--overview-amber)}.overview-legend .cancelled,.overview-week-fill .cancelled,.overview-week-day small .cancelled{background:var(--overview-red)}.overview-week-chart{position:relative;height:214px;overflow:hidden;padding:12px 8px 0}.overview-chart-grid{position:absolute;inset:26px 8px 58px;background:linear-gradient(to bottom,transparent calc(33.333% - .5px),#edf1f6 33.333%,transparent calc(33.333% + .5px)),linear-gradient(to bottom,transparent calc(66.666% - .5px),#edf1f6 66.666%,transparent calc(66.666% + .5px)),linear-gradient(to bottom,transparent calc(100% - .5px),#edf1f6 100%,transparent 100%)}.overview-chart-line{display:none}.overview-week-bars{position:relative;z-index:1;height:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;align-items:end}.overview-week-day{min-width:0;height:100%;display:grid;grid-template-rows:22px 1fr 21px 18px;justify-items:center;gap:5px}.overview-week-day>span,.overview-week-day>strong{color:#374151;font-size:12px;font-weight:700}.overview-week-day small{color:var(--overview-muted);font-size:10px;gap:5px}.overview-week-track{width:min(40px,50%);height:100%;display:flex;align-items:end;overflow:hidden;border-radius:8px;background:#edf2fa}.overview-week-fill{width:100%;min-height:8px;display:flex;flex-direction:column-reverse;overflow:hidden;border-radius:8px;background:#dce7ff}.overview-week-fill .confirmed:only-child,.overview-week-fill .pending:only-child{min-height:100%}.overview-timeline,.overview-events,.overview-pending-list{display:grid;gap:12px}.overview-timeline-item{min-width:0;min-height:54px;display:grid;grid-template-columns:58px 3px minmax(0,1fr) auto auto auto;align-items:center;gap:14px;padding:8px 12px;border-radius:7px;background:transparent}.overview-timeline-item:hover{background:var(--overview-surface-soft)}.overview-timeline-item time{color:#314053;font-size:13px;font-weight:600}.overview-timeline-item>i{width:3px;height:34px;border-radius:10px;background:var(--overview-blue)}.overview-timeline-item strong,.overview-event-title strong{display:block;overflow:hidden;color:var(--overview-text);font-size:13px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.overview-timeline-item span,.overview-event-body>span{display:block;margin-top:4px;overflow:hidden;color:var(--overview-muted);font-size:11px;text-overflow:ellipsis;white-space:nowrap}.overview-join{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;border-radius:8px;color:#fff;background:var(--overview-blue);text-decoration:none;font-size:12px;font-weight:700;white-space:nowrap}.overview-event-card{min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr);gap:15px;padding:16px;border:1px solid var(--overview-border);border-left:4px solid var(--overview-blue);border-radius:8px;background:#fff}.overview-event-card:nth-child(2n){border-left-color:var(--overview-amber)}.overview-event-time{min-width:0;display:grid;align-content:start;gap:6px}.overview-event-time span{color:var(--overview-muted);font-size:12px}.overview-event-time strong{color:var(--overview-blue);font-size:23px;font-weight:700;letter-spacing:0}.overview-status{margin-top:0;min-height:26px;display:inline-flex;align-items:center;padding:0 10px;border-radius:8px;font-size:11px;font-weight:600}.overview-status.online{color:var(--overview-green);background:#e8f7ed}.overview-status.confirmed{color:var(--overview-blue);background:#edf3ff}.overview-event-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.overview-participants span{margin-top:0;width:27px;height:27px;display:grid;place-items:center;margin-left:-7px;border:2px solid #ffffff;border-radius:10px;color:#1f2937;background:#edf2f7;font-size:9px;font-weight:700}.overview-pending-row{min-width:0;display:grid;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:14px;padding:10px 0;border-bottom:1px solid var(--overview-border)}.overview-pending-row:last-child{border-bottom:0}.overview-pending-row strong{margin-right:5px;color:var(--overview-text);font-size:15px}.overview-pending-row span{color:var(--overview-text);font-size:13px}.overview-pending-row small{display:block;margin-top:3px;color:var(--overview-muted);font-size:12px}.overview-shortcuts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.overview-shortcuts button,.overview-shortcuts a{min-width:0;display:grid;justify-items:center;gap:12px;padding:16px 8px 2px;border:0;color:var(--overview-text);background:transparent;cursor:pointer;text-align:center;text-decoration:none;font-size:12px;font-weight:600}.overview-shortcuts svg{width:74px;height:74px;padding:20px;border:1px solid var(--overview-border);border-radius:8px;color:var(--overview-blue);background:#fff}.overview-shortcuts button:hover svg,.overview-shortcuts a:hover svg{border-color:#cbd7ff;background:#f4f7ff}.overview-empty{min-height:128px;display:grid;place-items:center;align-content:center;gap:12px;color:var(--overview-muted);text-align:center}.overview-empty p{margin:0;font-size:13px}.overview-skeleton span{min-height:148px;border-radius:8px;background:linear-gradient(90deg,#fff,#edf2f7 48%,#fff);background-size:200% 100%;animation:skeleton-loading 1.4s ease infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1280px){.overview-header{align-items:flex-start;flex-direction:column}.overview-header-tools{width:100%;justify-content:flex-start;flex-wrap:wrap}.overview-search{width:min(420px,100%)}}@media(max-width:1180px){.overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid{grid-template-columns:1fr}.overview-week-panel,.overview-agenda-panel,.overview-pending-panel,.overview-events-panel,.overview-shortcuts-panel{grid-column:1}.overview-events-panel{grid-row:auto}}@media(max-width:760px){.overview-page{min-height:calc(100vh - 56px)}.overview-header{padding:18px 14px 10px}.overview-header h1{font-size:24px}.overview-header-tools .ds-button,.overview-profile-chip{display:none}.overview-scroll{padding:12px 14px 22px}.overview-metrics{grid-template-columns:1fr;gap:12px}.overview-metric-card{min-height:104px}.overview-panel{padding:17px}.overview-week-chart{height:220px;overflow-x:auto}.overview-week-bars,.overview-chart-line,.overview-chart-grid{min-width:520px}.overview-timeline-item{grid-template-columns:50px 3px minmax(0,1fr)}.overview-timeline-item .overview-participants,.overview-timeline-item .overview-status{display:none}.overview-timeline-item .overview-join{grid-column:3;width:fit-content}.overview-event-card{grid-template-columns:62px minmax(0,1fr)}.overview-event-title{grid-template-columns:1fr}.overview-shortcuts{grid-template-columns:repeat(2,minmax(0,1fr))}}.overview-scroll{padding:18px 20px 28px}.overview-metrics{gap:14px;margin-bottom:18px}.overview-metric-card,.overview-panel{border-color:color-mix(in srgb,var(--ds-border) 86%,var(--ds-text) 6%);background:color-mix(in srgb,var(--ds-surface) 96%,var(--ds-bg))}.overview-metric-card{min-height:100px;grid-template-columns:42px minmax(0,1fr);align-items:center;padding:16px;transition:border-color .16s ease,background .16s ease,transform .16s ease}.overview-metric-card:hover,.overview-panel:hover{border-color:color-mix(in srgb,var(--ds-border-strong) 86%,var(--ds-accent) 14%)}.overview-metric-card strong{margin:6px 0 5px;font-size:27px;font-weight:700}.overview-metric-card span,.overview-metric-card small{line-height:1.25}.overview-icon{width:34px;height:34px;display:inline-flex;flex:0 0 34px;align-items:center;justify-content:center;align-self:start;border-radius:10px;line-height:0}.overview-icon svg{width:17px;height:17px;display:block;flex:0 0 auto;stroke-width:2}.overview-panel{padding:17px}.overview-panel-heading{align-items:center;margin-bottom:15px}.overview-panel-heading h2{font-size:15px;font-weight:700}.overview-panel-heading p{font-size:11px}.overview-period-button,.overview-calendar-link{min-height:34px;max-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:7px;border-radius:8px;line-height:1}.overview-calendar-link svg{width:14px;height:14px}.overview-week-chart{height:178px}.overview-chart-grid{inset:22px 8px 44px;opacity:.42}.overview-week-bars{gap:14px}.overview-week-track{width:min(34px,54%);border-radius:7px}.overview-week-fill{border-radius:7px}.overview-week-day{grid-template-rows:18px 1fr 18px 16px}.overview-week-day>span{color:var(--ds-text)}.overview-week-day>strong{color:var(--ds-text-2)}.overview-week-day small{opacity:.92}.overview-timeline-item{min-height:58px;grid-template-columns:52px 3px minmax(0,1fr) auto auto auto;gap:12px;padding:11px 12px;border:1px solid color-mix(in srgb,var(--ds-border) 58%,transparent);background:color-mix(in srgb,var(--ds-surface-2) 78%,var(--ds-surface))}.overview-timeline-item>i{width:3px;height:34px}.overview-timeline-item time{font-size:12px}.overview-timeline-item strong,.overview-event-title strong{font-weight:700}.overview-event-card{grid-template-columns:64px minmax(0,1fr);gap:14px;padding:13px;border-color:color-mix(in srgb,var(--ds-border) 88%,var(--ds-text) 5%);background:color-mix(in srgb,var(--ds-surface) 97%,var(--ds-bg))}.overview-event-time{padding-top:1px}.overview-event-time strong{font-size:19px;font-weight:700}.overview-status{min-height:23px;padding:0 8px;line-height:1}.overview-join{min-height:30px;max-height:30px;padding:0 11px;line-height:1}.overview-join svg{width:13px;height:13px;display:block}.overview-participants span{width:24px;height:24px;line-height:1}.overview-pending-row{grid-template-columns:34px minmax(0,1fr);min-height:58px;padding:10px 12px;border:1px solid color-mix(in srgb,var(--ds-border) 48%,transparent);background:color-mix(in srgb,var(--ds-surface-2) 76%,var(--ds-surface))}.overview-pending-row>.overview-icon{align-self:center}.overview-pending-row>div{min-width:0}.overview-pending-row strong{font-weight:700}.overview-pending-row span:not(.overview-icon){font-weight:600}@media(max-width:760px){.overview-scroll{padding:13px}.overview-actions{gap:6px}.overview-panel-heading{align-items:flex-start}}.overview-metric-card{align-items:center}.overview-metric-card>.overview-icon{align-self:center;margin:0}.overview-metric-card>div{align-self:center}.overview-metric-card .overview-icon,.overview-pending-row .overview-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.overview-metric-card .overview-icon svg,.overview-pending-row .overview-icon svg{display:block;margin:0}.overview-timeline-item>.overview-status,.overview-event-title>.overview-status{align-self:center;justify-self:end;margin-top:0!important}.overview-timeline-item>.overview-participants{align-self:center;margin-top:0}.overview-timeline-item>.overview-join{align-self:center}.ds-app-shell:has(.overview-page),.ds-app-shell:has(.overview-page) .ds-sidebar{background:var(--ds-bg);color:var(--ds-text)}.ds-app-shell:has(.overview-page) .ds-sidebar{border-color:var(--ds-border)}.ds-app-shell:has(.overview-page) .ds-nav a,.ds-app-shell:has(.overview-page) .ds-account,.ds-app-shell:has(.overview-page) .ds-brand{color:var(--ds-text)}.ds-app-shell:has(.overview-page) .ds-nav a:hover,.ds-app-shell:has(.overview-page) .ds-nav a.active,.ds-app-shell:has(.overview-page) .ds-account:hover{background:var(--ds-surface-3)}.overview-page{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;color:var(--ds-text);background:var(--ds-bg)}.overview-header{height:72px;min-height:72px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:13px 22px;border-bottom:1px solid var(--ds-border);background:var(--ds-surface)}.overview-header .ds-eyebrow{display:none}.overview-header h1{margin:0;color:var(--ds-text);font-size:var(--font-size-title);font-weight:600;line-height:1.15;letter-spacing:0}.overview-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.overview-actions .ds-button{padding:0 12px}.overview-header-tools,.overview-search,.overview-icon-action,.overview-profile-chip,.overview-card-menu,.overview-shortcuts-panel{display:none}.meeting-modal-action-menu{position:relative}.meeting-modal-menu-popover{position:absolute;top:calc(100% + 6px);right:0;z-index:110;width:210px;padding:6px;border:1px solid var(--ds-border-strong);border-radius:8px;background:var(--ds-surface);box-shadow:var(--ds-shadow)}.meeting-modal-menu-popover button,.meeting-modal-menu-popover a{width:100%;min-height:34px;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:8px;padding:0 9px;border:0;border-radius:7px;color:var(--ds-text);text-align:left;text-decoration:none;background:transparent;cursor:pointer;font-size:11px}.meeting-modal-menu-popover button:hover:not(:disabled),.meeting-modal-menu-popover a:hover{background:var(--ds-surface-2)}.meeting-modal-menu-popover button:disabled{cursor:not-allowed;opacity:.45}.meeting-modal-menu-popover .danger{color:var(--ds-danger)}.overview-scroll{min-height:0;flex:1;overflow-y:auto;padding:18px;background:var(--ds-bg);scrollbar-width:none}.overview-scroll::-webkit-scrollbar,.meeting-modal-body::-webkit-scrollbar,.meeting-edit-form::-webkit-scrollbar{display:none}.meeting-modal-body,.meeting-edit-form{scrollbar-width:none}.overview-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:16px}.overview-metric-card{min-width:0;min-height:104px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:start;gap:12px;padding:16px;border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-text);background:var(--ds-surface);box-shadow:none}.overview-metric-card span,.overview-metric-card small{display:block;overflow:hidden;color:var(--ds-text-2);font-size:var(--font-size-sm);text-overflow:ellipsis;white-space:nowrap}.overview-metric-card strong{display:block;margin:7px 0 5px;overflow:hidden;color:var(--ds-text);font-size:28px;line-height:1;letter-spacing:0;text-overflow:ellipsis;white-space:nowrap}.overview-icon{width:36px;height:36px;display:grid;place-items:center;border-radius:9px;color:var(--ds-accent);background:color-mix(in srgb,var(--ds-accent) 12%,transparent)}.overview-icon svg{width:17px;height:17px}.overview-metric-card.green .overview-icon,.overview-pending-row.green .overview-icon{color:var(--ds-success);background:color-mix(in srgb,var(--ds-success) 14%,transparent)}.overview-metric-card.amber .overview-icon,.overview-pending-row.amber .overview-icon{color:var(--ds-warning);background:color-mix(in srgb,var(--ds-warning) 15%,transparent)}.overview-metric-card.red .overview-icon,.overview-pending-row.red .overview-icon{color:var(--ds-danger);background:color-mix(in srgb,var(--ds-danger) 12%,transparent)}.overview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,380px);align-items:start;gap:16px}.overview-week-panel,.overview-agenda-panel,.overview-pending-panel{grid-column:1}.overview-events-panel{grid-column:2;grid-row:span 2}.overview-panel{min-width:0;padding:16px;border:1px solid var(--ds-border);border-radius:10px;color:var(--ds-text);background:var(--ds-surface);box-shadow:none}.overview-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:14px}.overview-panel-heading h2{margin:0;color:var(--ds-text);font-size:var(--font-size-lg);font-weight:600;line-height:1.2;letter-spacing:0}.overview-panel-heading p,.overview-panel-heading span{margin:5px 0 0;color:var(--ds-text-2);font-size:var(--font-size-sm)}.overview-period-button{min-height:34px;display:inline-flex;align-items:center;padding:0 10px;border:1px solid var(--ds-border-strong);border-radius:8px;color:var(--ds-text);background:var(--ds-surface);cursor:default;font-size:var(--font-size-sm);font-weight:600}.overview-calendar-link{min-height:34px;padding-inline:10px;border-color:var(--ds-border-strong);border-radius:8px;color:var(--ds-text);background:var(--ds-surface);font-size:var(--font-size-sm)}.overview-legend{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:10px;color:var(--ds-text-2);font-size:var(--font-size-sm)}.overview-legend span,.overview-week-day small{display:inline-flex;align-items:center;gap:5px}.overview-legend i,.overview-week-day small i{width:7px;height:7px;border-radius:10px}.overview-legend .confirmed,.overview-week-fill .confirmed,.overview-week-day small .confirmed{background:var(--ds-accent)}.overview-legend .pending,.overview-week-fill .pending,.overview-week-day small .pending{background:var(--ds-warning)}.overview-legend .cancelled,.overview-week-day small .cancelled{background:var(--ds-danger)}.overview-week-chart{position:relative;height:180px;overflow:hidden;padding:8px 4px 0}.overview-chart-grid{position:absolute;inset:24px 4px 46px;background:linear-gradient(to bottom,transparent calc(33.333% - .5px),var(--ds-border) 33.333%,transparent calc(33.333% + .5px)),linear-gradient(to bottom,transparent calc(66.666% - .5px),var(--ds-border) 66.666%,transparent calc(66.666% + .5px)),linear-gradient(to bottom,transparent calc(100% - .5px),var(--ds-border) 100%,transparent 100%);opacity:.7}.overview-chart-line{display:none!important}.overview-day-line-chart{position:relative;z-index:1;width:100%;height:calc(100% - 22px);color:var(--ds-accent);overflow:hidden}.overview-line-primary{stroke:var(--ds-accent);stroke-width:2;stroke-linecap:round;stroke-linejoin:round;vector-effect:non-scaling-stroke}.overview-line-muted{stroke:var(--ds-warning);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;opacity:.78;vector-effect:non-scaling-stroke}.overview-line-danger{stroke:var(--ds-danger);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;opacity:.72;vector-effect:non-scaling-stroke}.overview-line-dot{fill:var(--ds-accent);stroke:var(--ds-surface);stroke-width:2.5;vector-effect:non-scaling-stroke}.overview-chart-hitarea{fill:transparent;outline:none;cursor:help}.overview-chart-hitarea:hover,.overview-chart-hitarea:focus-visible{fill:color-mix(in srgb,var(--ds-accent) 7%,transparent)}.overview-chart-hitarea:focus-visible{stroke:color-mix(in srgb,var(--ds-accent) 48%,transparent);stroke-width:1}.overview-day-axis{position:relative;z-index:1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;color:var(--ds-text-3);font-size:9px;font-weight:700;text-align:center}.overview-week-bars{position:relative;z-index:1;height:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;align-items:end}.overview-week-day{min-width:0;height:100%;display:grid;grid-template-rows:18px 1fr 18px 16px;justify-items:center;gap:5px}.overview-week-day>span,.overview-week-day>strong{color:var(--ds-text-2);font-size:var(--font-size-xs);font-weight:700}.overview-week-day small{color:var(--ds-text-3);font-size:9px;gap:4px}.overview-week-track{width:min(36px,56%);height:100%;display:flex;align-items:end;overflow:hidden;border-radius:8px;background:var(--ds-surface-2)}.overview-week-fill{width:100%;min-height:8px;display:flex;flex-direction:column-reverse;overflow:hidden;border-radius:8px;background:color-mix(in srgb,var(--ds-accent) 18%,var(--ds-surface))}.overview-week-fill i{display:block;min-height:0}.overview-timeline,.overview-events,.overview-pending-list{display:grid;gap:10px}.overview-timeline-item{min-width:0;min-height:54px;display:grid;grid-template-columns:48px 4px minmax(0,1fr) auto auto auto;align-items:center;gap:12px;padding:10px;border-radius:9px;color:var(--ds-text);background:var(--ds-surface-2);cursor:pointer}.overview-timeline-item:hover{background:var(--ds-surface-3)}.overview-timeline-item:focus-visible{outline:2px solid color-mix(in srgb,var(--ds-accent) 65%,transparent);outline-offset:2px}.overview-timeline-item time{color:var(--ds-accent);font-size:var(--font-size-sm);font-weight:700}.overview-timeline-item>i{width:4px;height:34px;border-radius:10px;background:var(--ds-accent)}.overview-timeline-item div,.overview-event-body,.overview-event-title{min-width:0}.overview-timeline-item strong,.overview-event-title strong{display:block;overflow:hidden;color:var(--ds-text);font-size:var(--font-size-sm);font-weight:700;text-overflow:ellipsis;white-space:nowrap}.overview-timeline-item span,.overview-event-body>span{display:block;margin-top:3px;overflow:hidden;color:var(--ds-text-2);font-size:var(--font-size-xs);text-overflow:ellipsis;white-space:nowrap}.overview-join{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 10px;border-radius:8px;color:#fff;background:var(--ds-brand);text-decoration:none;font-size:var(--font-size-sm);font-weight:700;white-space:nowrap}:root[data-theme=dark] .overview-join{color:#05060a}.overview-event-card{min-width:0;display:grid;grid-template-columns:62px minmax(0,1fr);gap:12px;padding:12px;border:1px solid var(--ds-border);border-left:3px solid var(--ds-accent);border-radius:9px;color:var(--ds-text);background:var(--ds-surface)}.overview-event-card:nth-child(2n){border-left-color:var(--ds-warning)}.overview-event-time{min-width:0;display:grid;align-content:start;gap:5px}.overview-event-time span{color:var(--ds-text-2);font-size:var(--font-size-xs)}.overview-event-time strong{color:var(--ds-accent);font-size:18px;font-weight:700;letter-spacing:0}.overview-event-title{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.overview-status{margin-top:0;min-height:24px;display:inline-flex;align-items:center;padding:0 8px;border-radius:10px;font-size:10px;font-weight:700}.overview-status.online{color:var(--ds-success);background:color-mix(in srgb,var(--ds-success) 13%,transparent)}.overview-status.confirmed{color:var(--ds-accent);background:color-mix(in srgb,var(--ds-accent) 13%,transparent)}.overview-event-location{display:flex!important;align-items:center;gap:6px}.overview-event-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:10px}.overview-participants{min-width:0;display:flex;align-items:center}.overview-participants span{width:24px;height:24px;display:grid;place-items:center;margin-top:0;margin-left:-6px;border:2px solid var(--ds-surface);border-radius:10px;color:var(--ds-text);background:var(--ds-surface-3);font-size:9px;font-weight:700}.overview-participants span:first-child{margin-left:0}.overview-pending-row{min-width:0;width:100%;display:grid;grid-template-columns:36px minmax(0,1fr);align-items:center;gap:12px;padding:10px;border:0;border-radius:9px;color:var(--ds-text);background:var(--ds-surface-2);text-align:left}.overview-pending-row.is-clickable{cursor:pointer}.overview-pending-row.is-clickable:hover{background:var(--ds-surface-3)}.overview-pending-row.is-clickable:focus-visible{outline:2px solid var(--ds-accent);outline-offset:2px}.overview-pending-row strong{margin-right:5px;color:var(--ds-text);font-size:var(--font-size-md)}.overview-pending-row span{color:var(--ds-text);font-size:var(--font-size-sm)}.overview-pending-row small{display:block;margin-top:2px;color:var(--ds-text-2);font-size:var(--font-size-xs)}.overview-shortcuts{display:none}.overview-empty{min-height:124px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--ds-text-2);text-align:center}.overview-empty p{margin:0;font-size:var(--font-size-sm)}.overview-skeleton{display:grid;gap:14px}.overview-skeleton span{min-height:136px;border-radius:10px;background:linear-gradient(90deg,var(--ds-surface) 0%,var(--ds-surface-2) 48%,var(--ds-surface) 100%);background-size:200% 100%;animation:skeleton-loading 1.4s ease infinite}@media(max-width:1180px){.overview-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid{grid-template-columns:1fr}.overview-week-panel,.overview-agenda-panel,.overview-pending-panel,.overview-events-panel{grid-column:1;grid-row:auto}}@media(max-width:760px){.overview-page{min-height:calc(100vh - 56px);overflow:visible}.overview-header{height:auto;min-height:60px;align-items:flex-start;padding:12px 14px}.overview-header h1{font-size:18px}.overview-actions>.ds-button{display:none}.overview-scroll{padding:13px}.overview-metrics{grid-template-columns:1fr}.overview-metric-card{min-height:92px}.overview-timeline-item{grid-template-columns:45px 4px minmax(0,1fr)}.overview-timeline-item .overview-participants,.overview-timeline-item .overview-status{display:none}.overview-timeline-item .overview-join{grid-column:3;width:fit-content}.overview-event-card{grid-template-columns:58px minmax(0,1fr)}.overview-event-title{grid-template-columns:1fr}}.overview-timeline-item{align-items:center}.overview-timeline-item>.overview-participants,.overview-timeline-item>.overview-status,.overview-timeline-item>.overview-join{align-self:center!important;margin-top:0!important}.overview-timeline-item>.overview-status,.overview-event-title>.overview-status{width:max-content;height:24px;min-height:24px;max-height:24px;display:inline-grid!important;place-items:center;padding:0 9px;line-height:1;transform:translateY(0)}.overview-timeline-item>.overview-participants span{margin-top:0!important}.overview-participants .overview-avatar{overflow:hidden}.overview-participants .overview-avatar.has-image{color:transparent;background:var(--ds-surface-2)}.overview-participants .overview-avatar img{width:100%;height:100%;display:block;object-fit:cover}.settings-page{height:100%;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:var(--ds-bg)}.settings-header{height:78px;flex:0 0 auto;display:flex;align-items:center;padding:0 28px;border-bottom:1px solid var(--ds-border);background:var(--ds-surface)}.settings-header h1{margin:0;font-size:20px;font-weight:700;letter-spacing:0}.settings-scroll{min-height:0;flex:1;overflow-y:auto;padding:28px}.settings-content{width:min(900px,100%);display:grid;gap:24px;margin:0 auto;padding-bottom:42px}.settings-section{display:grid;gap:12px}.settings-section h2,.sessions-card h2{margin:0;color:var(--ds-text);font-size:var(--font-size-lg);line-height:1.2}.settings-card{width:100%;display:grid;gap:14px;padding:20px;border:1px solid var(--ds-border-strong);border-radius:8px;color:var(--ds-text);background:var(--ds-surface)}.account-card{gap:0}.account-card div{min-width:0;display:grid;grid-template-columns:170px minmax(0,1fr);gap:16px;align-items:center;min-height:34px}.account-card span,.settings-card p,.settings-hint,.session-row span,.two-factor-methods p{color:var(--ds-text-2);font-size:var(--font-size-sm);line-height:1.45}.account-card strong{overflow-wrap:anywhere;justify-self:end;color:var(--ds-text);font-size:var(--font-size-md)}.settings-row-heading{display:flex;align-items:center;justify-content:space-between;gap:18px}.settings-title-line{min-width:0;display:grid;grid-template-columns:30px minmax(0,1fr);gap:12px;align-items:start}.settings-title-line>svg{margin-top:2px;color:var(--ds-text-2)}.settings-icon-badge,.method-icon{display:inline-grid;place-items:center;border:1px solid color-mix(in srgb,var(--ds-accent) 28%,var(--ds-border));color:var(--ds-accent);background:color-mix(in srgb,var(--ds-accent) 10%,var(--ds-surface))}.settings-icon-badge{width:30px;height:30px;border-radius:8px}.settings-title-line strong,.login-method-row strong,.session-row strong{color:var(--ds-text);font-size:var(--font-size-md);font-weight:700}.settings-title-line p,.login-card>p,.sessions-card>p,.totp-setup p{margin:5px 0 0}.settings-form{display:grid;gap:12px;padding-top:16px;border-top:1px solid var(--ds-border)}.settings-form label{display:grid;gap:7px;margin:0;color:var(--ds-text);font-size:var(--font-size-sm);font-weight:700}.settings-form input,.totp-code-inputs input{min-height:34px;border:1px solid var(--ds-border-strong);border-radius:8px;color:var(--ds-text);background:var(--ds-surface-2)}.settings-form input{width:100%;padding:0 11px}.password-input-wrap{position:relative;display:block}.password-input-wrap input{padding-right:42px}.password-input-wrap button{position:absolute;top:0;right:4px;width:34px;height:100%;display:grid;place-items:center;border:0;color:var(--ds-text-2);background:transparent;cursor:pointer}.password-rules{display:grid;gap:5px;margin:-2px 0 0;padding:0;color:var(--ds-text-2);font-size:var(--font-size-sm);list-style:none}.password-rules li:before{content:"✓";margin-right:8px;color:var(--ds-text-3)}.password-rules li.valid:before{color:var(--ds-success)}.settings-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.settings-actions .ds-button.primary{width:auto;min-height:34px}.settings-text-action{min-height:30px;display:inline-flex;align-items:center;gap:6px;padding:0;border:0;color:var(--ds-text);background:transparent;cursor:pointer;font-size:var(--font-size-sm);font-weight:700}.settings-text-action:hover:not(:disabled){color:var(--ds-accent)}.settings-text-action.danger{color:var(--ds-danger)}.settings-text-action.danger:hover:not(:disabled){color:var(--ds-danger);text-decoration:underline;text-underline-offset:3px}.settings-error{margin:0;color:var(--ds-danger);font-size:var(--font-size-sm)}.login-method-row{min-width:0;min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px}.login-method-row>span:first-child{min-width:0;display:flex;align-items:center;gap:10px}.settings-pill{min-height:26px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border-radius:10px;font-size:var(--font-size-sm);font-weight:700;white-space:nowrap}.settings-pill.success{color:var(--ds-success);background:color-mix(in srgb,var(--ds-success) 14%,transparent)}.settings-pill.warning{color:var(--ds-warning);background:color-mix(in srgb,var(--ds-warning) 16%,transparent)}.google-linked-actions{display:inline-flex;align-items:center;gap:18px}.google-link-button{min-height:34px;border-color:#dadce0;color:#3c4043;background:#fff;font-weight:700}.google-link-button:hover{border-color:#d2e3fc;color:#174ea6;background:#f8fbff;box-shadow:0 1px 2px #3c40432e}.google-mark{width:18px;height:18px;display:inline-block;flex:0 0 auto}:root[data-theme=dark] .google-link-button{border-color:#dadce0;color:#3c4043;background:#fff}:root[data-theme=dark] .google-link-button:hover{color:#174ea6;background:#f8fbff}.two-factor-methods{display:grid;gap:10px;padding-top:4px}.two-factor-methods>div{min-width:0;display:grid;grid-template-columns:30px minmax(0,auto) minmax(0,1fr) auto;align-items:center;gap:10px}.two-factor-methods>div:last-child{grid-template-columns:30px minmax(0,1fr) auto;align-items:center}.method-icon{width:30px;height:30px;border-radius:8px}.method-icon svg,.settings-icon-badge svg{stroke-width:2.25}.two-factor-methods>div:last-child .method-icon{align-self:start}.two-factor-methods span,.two-factor-methods strong{min-width:0;overflow-wrap:anywhere}.two-factor-methods p{margin:1px 0 0}.totp-method-copy{min-width:0;display:grid;gap:7px;padding-top:7px}.totp-method-copy span{font-weight:700}.totp-method-action{grid-column:3;grid-row:1;display:flex;align-items:center;justify-self:end;min-height:34px}.totp-active-actions{display:inline-flex;align-items:center;gap:14px}.totp-method-action .ds-button{height:34px;min-height:34px;max-height:34px;padding:0 13px;border-radius:8px;line-height:1}.totp-setup{display:grid;grid-template-columns:176px minmax(0,1fr);gap:20px;padding-top:18px;border-top:1px solid var(--ds-border)}.totp-qr-column{display:grid;gap:10px;align-content:start}.totp-setup img{width:176px;height:176px;border-radius:8px;background:#fff}.totp-secret-field{width:176px;display:grid;gap:6px}.totp-secret-field label{color:var(--ds-text-2);font-size:var(--font-size-2xs);font-weight:700;text-transform:uppercase}.totp-secret-field>div{height:34px;display:grid;grid-template-columns:minmax(0,1fr) 34px;align-items:center;overflow:hidden;border:1px solid var(--ds-border-strong);border-radius:8px;background:var(--ds-surface-2)}.totp-secret-field input{min-width:0;width:100%;height:100%;padding:0 8px 0 10px;border:0;color:var(--ds-text);background:transparent;font:inherit;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:10px;letter-spacing:.04em;text-overflow:ellipsis}.totp-secret-field input:focus{outline:0}.totp-secret-field button{width:34px;height:34px;display:grid;place-items:center;border:0;border-left:1px solid var(--ds-border);color:var(--ds-text-2);background:transparent;cursor:pointer}.totp-secret-field button:hover{color:var(--ds-accent);background:color-mix(in srgb,var(--ds-accent) 10%,transparent)}.totp-secret-field>span{color:var(--ds-text-2);font-size:var(--font-size-xs)}.totp-setup strong{display:block;margin:12px 0 7px;font-size:var(--font-size-sm)}.totp-code-inputs{display:flex;gap:10px;margin-bottom:12px}.totp-code-inputs input{width:42px;height:48px;padding:0;text-align:center;font-size:20px;font-weight:700}.session-list{display:grid;gap:0;padding-top:10px;border-top:1px solid var(--ds-border)}.session-row{min-width:0;min-height:48px;display:grid;grid-template-columns:22px minmax(0,auto) minmax(0,1fr) auto;align-items:center;gap:12px;padding:8px 0}.session-row svg{color:var(--ds-text-2)}.import-meetings-card .ds-button{width:auto;min-height:34px;display:inline-flex;align-items:center;gap:7px}.spin-icon{animation:spin 1s linear infinite}.import-result{display:grid;gap:6px;padding-top:14px;border-top:1px solid var(--ds-border)}.import-result>p{margin:0;color:var(--ds-text);font-weight:700}.import-result>span{color:var(--ds-text-2);font-size:var(--font-size-sm)}.import-meeting-list{display:grid;gap:10px;margin-top:6px}.import-meeting-row{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;padding:12px;border:1px solid var(--ds-border);border-radius:8px;background:var(--ds-surface-2)}.import-meeting-row strong,.import-meeting-row span,.import-meeting-row p{display:block}.import-meeting-row strong{color:var(--ds-text);font-size:var(--font-size-sm)}.import-meeting-row span,.import-meeting-row p{margin:3px 0 0;color:var(--ds-text-2);font-size:var(--font-size-xs);line-height:1.4}.import-meeting-row p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.import-meeting-links{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:8px}.import-meeting-links a{min-height:28px;display:inline-flex;align-items:center;gap:6px;padding:0 9px;border:1px solid var(--ds-border-strong);border-radius:8px;color:var(--ds-text);background:var(--ds-surface);font-size:var(--font-size-xs);font-weight:700;text-decoration:none;white-space:nowrap}.import-meeting-links a:hover{border-color:color-mix(in srgb,var(--ds-accent) 40%,var(--ds-border-strong));color:var(--ds-accent)}@keyframes spin{to{transform:rotate(360deg)}}.settings-skeleton{width:min(900px,100%);height:520px;margin:0 auto;border-radius:8px;background:linear-gradient(90deg,var(--ds-surface),var(--ds-surface-2),var(--ds-surface));background-size:200% 100%;animation:shimmer 1.2s ease-out infinite}@media(max-width:760px){.settings-header{height:64px;padding:0 16px}.settings-scroll{padding:16px}.settings-content{gap:18px}.settings-card{padding:16px}.account-card div,.settings-row-heading,.login-method-row,.google-linked-actions,.settings-actions,.two-factor-methods>div,.session-row,.import-meeting-row{display:grid;grid-template-columns:1fr;justify-items:start}.account-card strong{justify-self:start}.two-factor-methods p,.totp-method-copy,.totp-method-action,.totp-active-actions{grid-column:1;grid-row:auto;justify-self:start}.totp-setup{grid-template-columns:1fr}.totp-secret-field{width:min(100%,260px)}.totp-code-inputs{gap:7px}.totp-code-inputs input{width:34px}.import-meeting-links{justify-content:flex-start}}.overview-metrics{grid-template-columns:repeat(4,minmax(220px,1fr));align-items:stretch}.overview-metric-card{width:100%;appearance:none;text-align:left;align-items:center;grid-template-columns:40px minmax(0,1fr) auto;gap:14px}.overview-metric-card:not(.interactive){grid-template-columns:40px minmax(0,1fr)}.overview-metric-card .overview-icon{width:36px;height:36px;align-self:center;justify-self:center}.overview-metric-card>div{min-width:0}.overview-metric-card.interactive{cursor:pointer}.overview-metric-card.interactive:hover{border-color:color-mix(in srgb,var(--ds-accent) 34%,var(--ds-border));background:color-mix(in srgb,var(--ds-surface) 92%,var(--ds-accent) 8%)}.overview-metric-card strong{transition:color .18s ease,opacity .18s ease,transform .18s ease}.overview-metric-card strong.is-loading{position:relative;width:min(128px,100%);border-radius:7px;color:transparent;background:linear-gradient(90deg,var(--ds-surface-2) 0%,var(--ds-surface-3) 48%,var(--ds-surface-2) 100%);background-size:220% 100%;animation:overview-value-loading 1.05s ease-in-out infinite}.overview-animated-text{display:inline-block;animation:overview-value-enter .34s ease-out both}.overview-panel,.overview-event-card,.overview-timeline-item,.overview-pending-row{animation:overview-content-enter .28s ease-out both}.overview-event-card:nth-child(2),.overview-timeline-item:nth-child(2),.overview-pending-row:nth-child(2){animation-delay:.04s}.overview-event-card:nth-child(3),.overview-timeline-item:nth-child(3){animation-delay:.08s}.overview-day-line-chart path{animation:overview-line-enter .34s ease-out both;pointer-events:none;shape-rendering:geometricPrecision}.overview-line-muted{animation-delay:.06s!important}.overview-line-danger{animation-delay:.1s!important}.overview-line-dot{transform-box:fill-box;transform-origin:center;animation:overview-dot-pop .28s ease-out .28s both}@keyframes overview-value-loading{0%{background-position:180% 0}to{background-position:-40% 0}}@keyframes overview-value-enter{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes overview-content-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes overview-line-enter{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes overview-dot-pop{0%{opacity:0;transform:scale(.45)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.overview-metric-card strong.is-loading,.overview-animated-text,.overview-panel,.overview-event-card,.overview-timeline-item,.overview-pending-row,.overview-day-line-chart path,.overview-line-dot{animation:none!important;transition:none!important}.overview-day-line-chart path{opacity:1;transform:none}}.overview-scroll{padding:20px 20px 28px}.overview-grid{grid-template-columns:minmax(0,1.62fr) minmax(360px,.95fr);gap:16px}.overview-metric-card strong{display:block;margin:4px 0 3px;font-size:28px;line-height:1}.overview-metric-card .overview-animated-text{font:inherit;line-height:inherit}.overview-panel{padding:16px}.overview-week-panel{min-height:294px}.overview-week-chart{height:186px;padding:8px 0 0}.overview-chart-grid{inset:22px 0 42px}.overview-day-line-chart{height:calc(100% - 24px)}.overview-line-dot{fill:var(--ds-accent);stroke:color-mix(in srgb,var(--ds-surface) 94%,var(--ds-bg));stroke-width:2}.overview-day-axis{gap:0}.overview-day-axis span{display:grid;min-width:0;place-items:center}.overview-agenda-panel,.overview-pending-panel{margin-top:0}.overview-timeline-item{min-height:56px!important;grid-template-columns:52px 4px minmax(0,1fr) auto auto auto;padding:9px 10px}.overview-event-card{grid-template-columns:64px minmax(0,1fr);gap:12px;padding:12px}.overview-event-time{align-content:center}.overview-event-title{align-items:start}.overview-event-footer{margin-top:9px}.overview-pending-list{gap:10px}.overview-pending-row{min-height:58px!important;padding:10px}.overview-metric-card.interactive:focus-visible{outline:2px solid color-mix(in srgb,var(--ds-accent) 70%,transparent);outline-offset:2px}.overview-metric-caret{color:var(--ds-text-3);transition:transform .16s ease,color .16s ease}.overview-metric-card.interactive:hover .overview-metric-caret,.overview-metric-caret.open{color:var(--ds-accent)}.overview-metric-caret.open{transform:rotate(180deg)}.overview-drawer-layer{position:fixed;inset:0;z-index:80;display:flex;justify-content:flex-end}.overview-drawer-backdrop{position:absolute;inset:0;border:0;background:color-mix(in srgb,#000 34%,transparent);cursor:default}.overview-invites-drawer{position:relative;z-index:1;width:min(80vw,1180px);height:100%;display:grid;grid-template-rows:auto minmax(0,1fr);border-left:1px solid var(--ds-border);color:var(--ds-text);background:var(--ds-surface);box-shadow:-24px 0 70px color-mix(in srgb,#000 34%,transparent);animation:overview-drawer-enter .2s ease-out}.overview-drawer-header{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:20px 24px;border-bottom:1px solid var(--ds-border)}.overview-drawer-header h2{margin:0;color:var(--ds-text);font-size:var(--font-size-xl);line-height:1.2}.overview-drawer-header p{margin:5px 0 0;color:var(--ds-text-2);font-size:var(--font-size-sm)}.overview-drawer-body{min-height:0;overflow-y:auto;padding:18px 24px 28px;scrollbar-width:thin;scrollbar-color:transparent transparent}.overview-drawer-body:hover,.overview-drawer-body:focus-within{scrollbar-color:color-mix(in srgb,var(--ds-text-3) 58%,transparent) transparent}.overview-drawer-body::-webkit-scrollbar{width:4px}.overview-drawer-body::-webkit-scrollbar-track{background:transparent}.overview-drawer-body::-webkit-scrollbar-thumb{border-radius:10px;background:transparent}.overview-drawer-body:hover::-webkit-scrollbar-thumb,.overview-drawer-body:focus-within::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--ds-text-3) 58%,transparent)}@keyframes overview-drawer-enter{0%{transform:translate(24px);opacity:.72}to{transform:translate(0);opacity:1}}.overview-invite-list{display:grid;gap:8px}.overview-invite-row{position:relative;min-width:0;display:grid;grid-template-columns:72px minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px;border:1px solid color-mix(in srgb,var(--ds-border) 70%,transparent);border-radius:9px;background:color-mix(in srgb,var(--ds-surface-2) 72%,var(--ds-surface))}.overview-invite-time{display:grid;gap:4px;color:var(--ds-text-2)}.overview-invite-time span{font-size:var(--font-size-xs)}.overview-invite-time strong{color:var(--ds-accent);font-size:20px;line-height:1}.overview-invite-body{min-width:0;display:grid;gap:4px}.overview-invite-body strong,.overview-invite-body span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-invite-body strong{color:var(--ds-text);font-size:var(--font-size-sm);font-weight:700}.overview-invite-body span{color:var(--ds-text-2);font-size:var(--font-size-xs)}.overview-response-actions{position:relative;display:flex;justify-content:flex-end;min-width:0}.overview-response-trigger{min-height:34px;padding-inline:10px;border-radius:8px;white-space:nowrap}.overview-response-trigger svg{width:15px;height:15px}.overview-response-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:20;width:max-content;min-width:220px;max-width:min(288px,calc(100vw - 40px));padding:6px;border:1px solid var(--ds-border);border-radius:10px;background:var(--ds-surface);box-shadow:0 18px 42px #00000061}.overview-response-menu.wide{min-width:300px}.overview-response-menu button{width:100%;min-height:34px;display:grid;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:12px;padding:0 10px 0 12px;border:0;border-radius:8px;color:var(--ds-text);background:transparent;font:inherit;font-size:var(--font-size-sm);line-height:1.2;text-align:left;cursor:pointer}.overview-response-menu button:hover:not(:disabled),.overview-response-menu button:focus-visible:not(:disabled){background:var(--ds-surface-2)}.overview-response-menu button:disabled{color:var(--ds-text-3);cursor:not-allowed;opacity:.62}.overview-response-menu button svg{width:15px;height:15px;justify-self:end;flex:0 0 auto;color:var(--ds-accent)}.overview-response-menu button>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-response-form-title{display:block;padding:4px 8px 8px;color:var(--ds-text);font-size:var(--font-size-sm)}.overview-response-menu label{display:grid;gap:5px;margin:6px 6px 0;color:var(--ds-text-2);font-size:var(--font-size-xs);font-weight:600}.overview-response-menu input,.overview-response-menu textarea{width:100%;min-height:34px;border:1px solid var(--ds-border);border-radius:8px;color:var(--ds-text);background:var(--ds-surface-2);font:inherit;font-size:var(--font-size-sm)}.overview-response-menu input{padding:0 9px}.overview-response-menu textarea{min-height:82px;margin:6px 0 0;padding:9px;resize:vertical}.overview-response-form-actions{display:grid;grid-template-columns:1fr 1fr;gap:6px;margin-top:6px}.overview-response-divider{display:block;height:1px;margin:6px;background:var(--ds-border)}@media(max-width:1180px){.overview-metrics{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media(max-width:760px){.overview-metrics,.overview-invite-row{grid-template-columns:1fr}.overview-invites-drawer{width:min(92vw,620px)}.overview-invite-row{align-items:start}.overview-response-actions{justify-content:flex-start}.overview-response-menu{right:auto;left:0;max-width:min(288px,calc(100vw - 32px))}}:root{--ds-floating-shadow: 0 18px 42px rgba(0, 0, 0, .18);--ds-floating-shadow-strong: 0 24px 70px rgba(0, 0, 0, .26)}:root[data-theme=dark]{--ds-floating-shadow: 0 18px 42px rgba(0, 0, 0, .64);--ds-floating-shadow-strong: 0 24px 80px rgba(0, 0, 0, .72)}.calendar-settings,.view-dropdown-menu,.ds-account-menu,.auth-theme-dropdown,.create-picker-popover,.select-popover,.contact-suggestions,.overview-response-menu{box-shadow:var(--ds-floating-shadow)!important}.meeting-modal,.create-meeting-modal,.ds-drawer,.overview-invites-drawer{box-shadow:var(--ds-floating-shadow-strong)!important}button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),input:not([type=checkbox]):not([type=radio]),select,[role=button],a[class*=button],a[class*=action],a[class*=trigger],a[class*=join],a[class*=link],.ds-button,.ds-icon-button,.ds-create,.ds-nav a,.ds-nav-action,.auth-theme-trigger,.auth-theme-option,.calendar-event,.calendar-refresh,.create-picker-option,.create-trigger,.google-link-button,.inline-link,.meet-join,.meeting-actions-trigger,.meeting-media-trigger,.overview-join,.overview-response-trigger,.select-trigger,.view-dropdown-trigger{box-sizing:border-box!important;height:34px!important;min-height:0!important;max-height:34px!important;border-radius:10px!important;align-items:center!important;justify-content:center!important;place-items:center!important;line-height:1!important;text-align:center!important;overflow:hidden}.mini-calendar header button{width:22px!important;height:22px!important;max-height:22px!important;padding:0!important;border-radius:7px!important}.mini-grid{grid-template-columns:repeat(7,minmax(0,1fr));gap:3px 2px;align-items:center}.mini-grid small{min-width:0;padding:4px 0 3px;line-height:1;text-align:center}.mini-grid button{width:23px!important;height:23px!important;min-width:0!important;min-height:0!important;max-height:23px!important;justify-self:center;display:grid;place-items:center;aspect-ratio:auto;padding:0!important;border-radius:7px!important;line-height:1}.month-view{gap:0;background:transparent}.weekday-label{border:0!important;border-right:1px solid var(--ds-border)!important;border-bottom:1px solid var(--ds-border)!important;background:var(--ds-surface)}.month-cell{min-height:0!important;max-height:none!important;align-self:stretch;padding:8px 8px 6px;border:0!important;border-right:1px solid var(--ds-border)!important;border-bottom:1px solid var(--ds-border)!important;border-radius:0!important;background:var(--ds-surface)}.month-cell.muted{background:color-mix(in srgb,var(--ds-surface-2) 18%,var(--ds-surface))}.month-cell:hover{outline:1px solid color-mix(in srgb,var(--ds-accent) 20%,transparent);outline-offset:-1px}.month-cell:not(:has(.calendar-event,.more-events)){display:grid;place-items:center}.month-cell:not(:has(.calendar-event,.more-events)) .day-number{margin:0}.month-cell:not(:has(.calendar-event,.more-events)) .month-events{display:none}.calendar-event{grid-template-columns:8px auto minmax(0,1fr)!important;justify-content:stretch!important;place-items:center start!important;padding:2px 6px!important;text-align:left!important}.calendar-event:hover{background:color-mix(in srgb,var(--ds-accent) 10%,transparent)}button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),input:not([type=checkbox]):not([type=radio]),select,[role=button]:not(.calendar-event):not(.overview-timeline-item),a[class*=button],a[class*=action],a[class*=trigger],a[class*=join],a[class*=link],.ds-button,.ds-icon-button,.ds-create,.ds-nav a,.ds-nav-action,.auth-theme-trigger,.auth-theme-option,.calendar-refresh,.calendar-search,.create-picker-trigger,.create-picker-option,.create-trigger,.google-link-button,.inline-link,.meet-join,.meeting-actions-trigger,.meeting-media-trigger,.overview-join,.overview-response-trigger,.select-trigger,.view-dropdown-trigger{box-sizing:border-box!important;height:34px!important;min-height:34px!important;max-height:34px!important;align-items:center!important;justify-content:center!important;place-items:center!important;line-height:1!important;text-align:center!important}.calendar-search input{height:100%!important;min-height:0!important;max-height:100%!important}.month-cell{min-height:0!important;max-height:none!important;align-self:stretch;place-items:initial!important;text-align:left!important}.timeline-event,.day-event,.schedule-event,.overview-metric-card,.overview-pending-row,.overview-timeline-item,.overview-drawer-backdrop{max-height:none!important;min-height:0;text-align:left!important}.mini-calendar header button{width:22px!important;height:22px!important;min-height:0!important;max-height:22px!important;padding:0!important}.mini-grid button{width:23px!important;height:23px!important;min-width:0!important;min-height:0!important;max-height:23px!important;padding:0!important}.overview-page :where(h1,h2,h3,h4,p,strong,span,small,time,div),.calendar-page :where(h1,h2,h3,h4,p,strong,span,small,time,div),.settings-page :where(h1,h2,h3,h4,p,strong,span,small,time,div),.ds-admin-shell :where(h1,h2,h3,h4,p,strong,span,small,time,div),.ds-account :where(strong,span,div),.overview-timeline-item,.overview-timeline-item>div,.overview-timeline-item strong,.overview-timeline-item span,.overview-pending-row,.overview-pending-row>div,.overview-pending-row strong,.overview-pending-row span,.overview-pending-row small,.overview-event-card,.overview-event-card :where(strong,span,small,div),.overview-invite-row,.overview-invite-row :where(strong,span,small,div){text-align:left!important}.overview-timeline-item,.overview-pending-row,.overview-event-card,.overview-invite-row{justify-content:stretch!important;justify-items:stretch!important;place-items:center stretch!important}.overview-timeline-item>div,.overview-pending-row>div,.overview-event-card>div,.overview-invite-row>div{justify-self:stretch!important;align-self:center!important}.overview-timeline-item{min-height:54px!important;height:auto!important;max-height:none!important}.overview-pending-row{min-height:56px!important;height:auto!important;max-height:none!important}.overview-timeline-item .overview-participants,.overview-timeline-item .overview-status,.overview-timeline-item .overview-join,.overview-event-card .overview-participants,.overview-event-card .overview-status,.overview-event-card .overview-join,.overview-pending-row .overview-icon{text-align:center!important;justify-content:center!important;justify-items:center!important;place-items:center!important}.ds-button,.ds-icon-button,.ds-create,.ds-nav-action,.primary-action,.secondary-action,.text-action,.icon-action,.calendar-refresh,.create-picker-trigger,.create-picker-option,.create-trigger,.google-link-button,.inline-link,.meet-join,.overview-join,.overview-response-trigger,.meeting-actions-trigger,.meeting-media-trigger,.select-trigger,.view-dropdown-trigger,.auth-theme-trigger,.auth-theme-option{text-align:center!important}.ds-sidebar .ds-nav{justify-items:stretch!important;text-align:left!important}.ds-sidebar .ds-nav a,.ds-sidebar .ds-nav-action{width:100%!important;height:34px!important;min-height:34px!important;max-height:34px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;justify-items:start!important;place-items:center start!important;gap:9px!important;padding:0 12px!important;text-align:left!important;line-height:1!important}.ds-sidebar .ds-nav a span,.ds-sidebar .ds-nav-action span{min-width:0!important;flex:1 1 auto!important;text-align:left!important}.ds-sidebar.collapsed .ds-nav a,.ds-sidebar.collapsed .ds-nav-action{justify-content:center!important;justify-items:center!important;place-items:center!important;padding-inline:0!important}.calendar-rail-content,.calendar-rail-content :where(h1,h2,h3,h4,p,strong,span,small,time,div){text-align:left!important}.rail-section{justify-items:stretch!important;text-align:left!important}.rail-section>span{width:auto!important;display:block!important;margin:0 8px 7px!important;text-align:left!important}.calendar-page .calendar-rail .rail-section button{width:100%!important;height:34px!important;min-height:34px!important;max-height:34px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;justify-items:start!important;place-items:center start!important;gap:9px!important;padding:0 9px!important;text-align:left!important;line-height:1!important}.calendar-page .calendar-rail .rail-section button .status-dot,.calendar-page .calendar-rail .rail-section button i{flex:0 0 auto!important}.calendar-page .mini-grid{align-items:center!important;justify-items:center!important;text-align:center!important}.calendar-page .mini-grid small{width:24px!important;height:22px!important;display:grid!important;place-items:center!important;padding:0!important;text-align:center!important;line-height:1!important}.calendar-page .mini-grid button,.calendar-page .mini-grid button.selected,.calendar-page .mini-grid button.today{width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;aspect-ratio:auto!important;display:grid!important;place-items:center!important;padding:0!important;border-radius:7px!important;text-align:center!important;line-height:1!important}.calendar-page .calendar-rail .rail-section button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){width:100%!important;height:34px!important;min-height:34px!important;max-height:34px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;justify-items:start!important;place-items:center start!important;gap:9px!important;padding:0 9px!important;border-radius:8px!important;text-align:left!important;line-height:1!important}.calendar-page .mini-calendar .mini-grid button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),.calendar-page .mini-calendar .mini-grid button.selected:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),.calendar-page .mini-calendar .mini-grid button.today:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){width:24px!important;min-width:24px!important;max-width:24px!important;height:24px!important;min-height:24px!important;max-height:24px!important;aspect-ratio:auto!important;display:grid!important;place-items:center!important;padding:0!important;border-radius:7px!important;text-align:center!important;line-height:1!important}.ds-account-menu,.ds-account-menu :where(strong,span,div){text-align:left!important}.ds-account-menu .ds-menu-row:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),.ds-account-menu .ds-theme-menu button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){width:100%!important;height:34px!important;min-height:34px!important;max-height:34px!important;display:grid!important;grid-template-columns:20px minmax(0,1fr) 16px!important;align-items:center!important;justify-content:stretch!important;justify-items:start!important;place-items:center start!important;gap:7px!important;padding:0 8px!important;border-radius:7px!important;text-align:left!important;line-height:1!important}.ds-account-menu .ds-menu-row>span,.ds-account-menu .ds-theme-menu button>span{min-width:0!important;width:100%!important;justify-self:stretch!important;text-align:left!important}.ds-account-menu .ds-menu-row>svg:last-child,.ds-account-menu .ds-theme-menu button>svg:last-child{justify-self:end!important}.create-meeting-modal,.create-meeting-modal :where(h1,h2,h3,h4,p,label,span,strong,small,div,input,textarea,select),.create-picker-popover,.create-picker-popover :where(strong,span,small,div),.contact-suggestions,.contact-suggestions :where(span,small,em,div){text-align:left!important}.create-meeting-modal input,.create-meeting-modal textarea,.create-meeting-modal select,.create-people-list input,.create-cohosts input,.contact-suggest-field input{text-align:left!important}.create-field>span,.create-section-heading>div,.create-modal-header>div{text-align:left!important}.create-picker-trigger:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){width:100%!important;height:34px!important;min-height:34px!important;max-height:34px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 18px!important;align-items:center!important;justify-content:stretch!important;justify-items:stretch!important;place-items:center stretch!important;gap:8px!important;padding:0 10px!important;text-align:left!important;line-height:1!important}.create-picker-trigger>strong{width:100%!important;justify-self:stretch!important;text-align:left!important}.create-picker-trigger>svg{justify-self:end!important}.select-popover button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),.contact-suggestions button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){width:100%!important;min-height:34px!important;height:auto!important;max-height:none!important;display:grid!important;align-items:center!important;justify-content:stretch!important;justify-items:stretch!important;place-items:center stretch!important;text-align:left!important}.select-popover button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){grid-template-columns:minmax(0,1fr) 16px!important}.select-popover button>span,.contact-suggestions button>span,.contact-suggestions button>small,.contact-suggestions button>em{width:100%!important;justify-self:stretch!important;text-align:left!important}.date-popover-header button,.date-popover-grid button,.date-popover-footer button,.create-section-heading>button,.meeting-modal-footer .ds-button,.create-modal-close,.create-meeting-modal .ds-icon-button{text-align:center!important}.media-page{min-height:100vh;display:flex;flex-direction:column;overflow:hidden;background:var(--ds-surface)}.media-header{height:72px;flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 28px;border-bottom:1px solid var(--ds-border)}.media-header h1{margin:0;font-size:22px;letter-spacing:0}.media-header-actions{display:flex;align-items:center;gap:10px}.media-header-actions .ds-button svg,.media-header-actions .ds-icon-button svg{width:16px;height:16px}.media-range{position:relative;width:112px;height:38px;display:grid;align-items:center}.media-range select{width:100%;height:38px;padding:0 32px 0 12px;border:1px solid var(--ds-border);border-radius:8px;color:var(--ds-text);background:var(--ds-surface-2);font-size:12px;font-weight:700;appearance:none}.media-range svg{position:absolute;right:10px;width:15px;pointer-events:none}.media-layout{height:100%;min-height:0;flex:1;display:grid;grid-template-columns:330px minmax(0,1fr);overflow:hidden}.media-rail{min-height:0;height:100%;display:flex;flex-direction:column;gap:14px;padding:20px 16px;border-right:1px solid var(--ds-border);overflow:hidden}.media-search{height:42px;flex:0 0 auto;display:grid;grid-template-columns:18px minmax(0,1fr);align-items:center;gap:9px;padding:0 12px;border:1px solid var(--ds-border);border-radius:8px;background:var(--ds-surface-2)}.media-search svg{width:16px;color:var(--ds-text-3)}.media-search input{width:100%;border:0;outline:0;color:var(--ds-text);background:transparent;font-size:13px}.media-meeting-list{min-height:0;flex:1 1 auto;display:flex;flex-direction:column;overflow-y:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:transparent transparent;scrollbar-gutter:stable}.media-meeting-list.scrolling,.media-meeting-list:hover,.media-meeting-list:focus-within{scrollbar-color:color-mix(in srgb,var(--ds-text-3) 58%,transparent) transparent}.media-meeting-list::-webkit-scrollbar{width:4px;max-width:4px}.media-meeting-list::-webkit-scrollbar-track{background:transparent}.media-meeting-list::-webkit-scrollbar-thumb{border-radius:999px;background:transparent}.media-meeting-list.scrolling::-webkit-scrollbar-thumb,.media-meeting-list:hover::-webkit-scrollbar-thumb,.media-meeting-list:focus-within::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--ds-text-3) 58%,transparent)}.media-meeting{width:100%;min-height:104px;display:grid;grid-template-columns:1fr auto;align-content:start;gap:7px 12px;padding:14px 12px;border:0;border-bottom:1px solid var(--ds-border);color:var(--ds-text);background:transparent;text-align:left;cursor:pointer}.media-meeting:hover,.media-meeting.active{background:var(--ds-surface-2)}.media-meeting.active{box-shadow:inset 2px 0 0 var(--ds-accent)}.media-meeting strong,.media-meeting span{grid-column:1 / -1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.media-meeting strong{font-size:13px}.media-meeting span,.media-meeting small{color:var(--ds-text-2);font-size:11px}.media-meeting small{display:inline-flex;align-items:center;gap:7px}.media-meeting i{width:8px;height:8px;border-radius:3px;background:var(--ds-text-3)}.media-meeting i.ready{background:var(--ds-accent)}.media-content{min-width:0;min-height:0;display:flex;flex-direction:column;gap:16px;padding:32px 40px;overflow:auto}.media-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.media-title-row h2{margin:0 0 8px;font-size:22px;letter-spacing:0}.media-title-row p{margin:0;color:var(--ds-text-2);font-size:13px}.media-tabs{height:45px;display:flex;align-items:end;gap:12px;border-bottom:1px solid var(--ds-border)}.media-tabs button{height:45px;display:inline-flex;align-items:center;gap:9px;padding:0 16px;border:0;border-bottom:2px solid transparent;color:var(--ds-text-2);background:transparent;font-size:13px;font-weight:700;cursor:pointer}.media-tabs button.active{border-color:var(--ds-accent);color:var(--ds-accent)}.media-tabs svg{width:17px}.media-panel{min-height:0;display:flex;flex-direction:column;gap:12px}.media-selector{max-width:100%;max-height:none;display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;padding-right:0;padding-bottom:0;scrollbar-width:none;scrollbar-color:transparent transparent;scrollbar-gutter:auto}.media-selector.scrolling,.media-selector:hover,.media-selector:focus-within{padding-bottom:4px;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--ds-text-3) 58%,transparent) transparent}.media-selector::-webkit-scrollbar{width:0;height:0;max-width:0;max-height:0}.media-selector::-webkit-scrollbar-track{background:transparent}.media-selector::-webkit-scrollbar-thumb{border-radius:999px;background:transparent}.media-selector.scrolling::-webkit-scrollbar-thumb,.media-selector:hover::-webkit-scrollbar-thumb,.media-selector:focus-within::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--ds-text-3) 58%,transparent)}.media-selector.scrolling::-webkit-scrollbar,.media-selector:hover::-webkit-scrollbar,.media-selector:focus-within::-webkit-scrollbar{height:4px;max-height:4px}.overview-header h1,.media-header h1{font-size:22px!important;font-weight:600!important;line-height:1.2!important}.overview-panel-heading h2,.overview-events-panel h2,.overview-agenda-panel h2,.overview-pending-panel h2,.media-title-row h2{font-size:17px!important;font-weight:600!important;line-height:1.25!important}.overview-metric-card span,.overview-metric-card small,.overview-panel-heading p,.overview-panel-heading span,.overview-legend,.overview-timeline-item span,.overview-event-body>span,.overview-pending-row small,.media-search input,.media-meeting span,.media-meeting small,.media-title-row p,.media-processing p{font-size:12px!important;font-weight:400!important}.overview-metric-card strong{font-size:28px!important;font-weight:600!important;line-height:1.05!important}.overview-timeline-item strong,.overview-event-body strong,.overview-pending-row strong,.media-meeting strong,.media-tabs button,.media-selector button,.media-processing strong{font-weight:600!important}.media-selector button{min-height:34px;flex:0 0 auto;display:inline-flex;align-items:center;gap:9px;padding:0 12px;border:1px solid var(--ds-border);border-radius:8px;color:var(--ds-text);background:var(--ds-surface-2);font-size:12px;cursor:pointer}.media-selector button.active{border-color:var(--ds-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--ds-accent) 14%,transparent)}.media-selector span{color:var(--ds-text-3);font-size:10px}.media-video,.media-transcript-frame{width:100%;min-height:520px;border:1px solid var(--ds-border);border-radius:8px;background:#080908}.media-video{aspect-ratio:16 / 9;object-fit:contain}.media-transcript-frame{height:min(760px,calc(100vh - 230px));background:#fff}.media-processing,.media-content-empty,.media-empty{display:grid;place-items:center;gap:10px;min-height:220px;padding:24px;color:var(--ds-text-2);text-align:center}.media-processing{border:1px dashed var(--ds-border);border-radius:8px;background:var(--ds-surface-2)}.media-processing strong{color:var(--ds-text);font-size:15px}.media-processing p{max-width:420px;margin:0;font-size:12px;line-height:1.5}.media-empty{min-height:120px;font-size:12px}@media(max-width:980px){.media-layout{grid-template-columns:280px minmax(0,1fr)}.media-content{padding:24px}}@media(max-width:760px){.media-page{min-height:calc(100vh - 56px)}.media-header{height:auto;min-height:66px;align-items:flex-start;flex-direction:column;padding:16px}.media-header-actions{width:100%}.media-header-actions .ds-button{flex:1}.media-layout{display:flex;flex-direction:column}.media-rail{max-height:330px;border-right:0;border-bottom:1px solid var(--ds-border)}.media-content{padding:20px 16px 28px}.media-title-row h2{font-size:19px}.media-video,.media-transcript-frame{min-height:360px}}input:not([type=checkbox]):not([type=radio]),textarea,select,.create-meeting-modal input:not([type=checkbox]):not([type=radio]),.create-meeting-modal textarea,.create-meeting-modal select,.create-meeting-modal .create-field,.create-meeting-modal .create-field>span,.create-meeting-modal .create-modal-header>div,.create-meeting-modal .create-section-heading>div,.create-picker-popover,.create-picker-popover *,.select-popover,.select-popover *,.contact-suggestions,.contact-suggestions *,.view-dropdown-menu,.view-dropdown-menu *,.ds-account-menu,.ds-account-menu *,.auth-theme-dropdown,.auth-theme-dropdown *,.overview-response-menu,.overview-response-menu *{text-align:left!important}.create-meeting-modal input:not([type=checkbox]):not([type=radio]),.create-meeting-modal textarea,.create-meeting-modal select,.create-people-list input:not([type=checkbox]):not([type=radio]),.create-cohosts input:not([type=checkbox]):not([type=radio]){height:34px!important;min-height:34px!important;max-height:34px!important;justify-content:flex-start!important;place-items:center start!important;text-align:left!important}.create-meeting-modal textarea{height:auto!important;min-height:54px!important;max-height:none!important;padding-block:9px!important;line-height:1.35!important}.create-meeting-modal .create-picker-trigger:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),.create-meeting-modal .select-popover button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),.create-meeting-modal .contact-suggestions button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),.ds-account-menu .ds-menu-row:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),.ds-account-menu .ds-theme-menu button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),.view-dropdown-menu button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),.overview-response-menu button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){height:34px!important;min-height:34px!important;max-height:34px!important;display:grid!important;align-items:center!important;justify-content:stretch!important;justify-items:start!important;place-items:center start!important;text-align:left!important;line-height:1!important}.create-meeting-modal .create-picker-trigger:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){grid-template-columns:minmax(0,1fr) 18px!important}.create-meeting-modal .select-popover button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account),.create-meeting-modal .contact-suggestions button:not(.month-cell):not(.timeline-event):not(.day-event):not(.schedule-event):not(.overview-metric-card):not(.overview-pending-row):not(.overview-drawer-backdrop):not(.ds-account){grid-template-columns:minmax(0,1fr) auto!important;padding-inline:10px!important}.create-meeting-modal .create-picker-trigger>strong,.create-meeting-modal .select-popover button>span,.create-meeting-modal .contact-suggestions button>span,.create-meeting-modal .contact-suggestions button>small,.create-meeting-modal .contact-suggestions button>em,.ds-account-menu .ds-menu-row>span,.ds-account-menu .ds-theme-menu button>span,.view-dropdown-menu button>span,.overview-response-menu button>span{min-width:0!important;width:100%!important;justify-self:stretch!important;text-align:left!important}.create-meeting-modal .create-picker-trigger>svg,.ds-account-menu .ds-menu-row>svg:last-child,.ds-account-menu .ds-theme-menu button>svg:last-child,.view-dropdown-menu button>svg:last-child,.overview-response-menu button>svg:last-child{justify-self:end!important}.ds-button,.primary-action,.secondary-action,.text-action,.auth-primary-action,.auth-secondary-action,.create-meeting-modal .create-section-heading>button,.create-meeting-modal .meeting-modal-footer .ds-button,.create-meeting-modal .create-modal-close,.create-meeting-modal .ds-icon-button,.date-popover-header button,.date-popover-grid button,.date-popover-footer button{justify-content:center!important;justify-items:center!important;place-items:center!important;text-align:center!important}.media-page .media-header-actions{height:42px!important;display:grid!important;grid-template-columns:146px 36px 112px!important;align-items:center!important;justify-content:end!important;gap:12px!important}.media-page .media-header-actions .ds-button,.media-page .media-header-actions .ds-icon-button,.media-page .media-range,.media-page .media-range select{box-sizing:border-box!important;height:36px!important;min-height:36px!important;max-height:36px!important;margin:0!important;align-self:center!important}.media-page .media-header-actions .ds-button{width:146px!important;padding:0 14px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important}.media-page .media-header-actions .ds-icon-button{width:36px!important;min-width:36px!important;display:inline-grid!important;place-items:center!important;padding:0!important;border:0!important}.media-page .media-range{position:relative!important;width:112px!important;min-width:112px!important;display:block!important}.media-page .media-range select{width:112px!important;padding:0 32px 0 12px!important;border-radius:8px!important;line-height:36px!important;text-align:left!important}.media-page .media-range svg{top:50%!important;right:10px!important;transform:translateY(-50%)!important}.meeting-info-panel{display:grid;gap:16px}.meeting-info-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.meeting-info-card{min-width:0;display:grid;grid-template-columns:38px minmax(0,1fr);gap:14px;padding:18px;border:1px solid var(--ds-border);border-radius:8px;background:var(--ds-surface-2)}.meeting-info-summary{min-height:118px}.meeting-info-card>span{width:38px;height:38px;display:grid;place-items:center;border-radius:8px;color:var(--ds-accent);background:color-mix(in srgb,var(--ds-accent) 12%,transparent)}.meeting-info-card svg{width:18px;height:18px}.meeting-info-card h3{margin:0 0 10px;font-size:13px;letter-spacing:0}.meeting-info-card p{margin:0 0 8px;color:var(--ds-text-2);font-size:12px;line-height:1.55}.meeting-info-card small{color:var(--ds-text-3);font-size:11px}.meeting-info-card a{width:fit-content!important;height:34px!important;min-height:34px!important;max-height:34px!important;display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:8px!important;margin:0 8px 8px 0;padding:0 12px;border:1px solid var(--ds-border);border-radius:8px;color:var(--ds-text);background:var(--ds-surface);font-size:12px;font-weight:700;text-align:left!important;text-decoration:none}.meeting-info-card a:hover{border-color:var(--ds-accent);color:var(--ds-accent)}.meeting-info-card a svg{width:14px;height:14px}.meeting-info-person{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;padding:9px 0;border-bottom:1px solid var(--ds-border)}.meeting-info-person:last-child{border-bottom:0}.meeting-info-person strong,.meeting-info-person span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.meeting-info-person strong{font-size:12px}.meeting-info-person span{color:var(--ds-text-2);font-size:11px}.meeting-info-person small{grid-row:1 / span 2;grid-column:2;align-self:center;padding:4px 7px;border-radius:999px;color:var(--ds-text-2);background:var(--ds-surface);font-size:10px}@media(max-width:900px){.meeting-info-grid{grid-template-columns:1fr}}.media-page .media-header-actions{height:42px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:0!important;grid-template-columns:none!important}.media-page .media-header-actions .ds-button{width:146px!important;height:36px!important;min-height:36px!important;max-height:36px!important}@media(max-width:760px){.media-page .media-header-actions,.media-page .media-header-actions .ds-button{width:100%!important}}.media-page .media-layout,.media-page .media-rail{height:100%!important;min-height:0!important;overflow:hidden!important}.media-page .media-meeting-list{min-height:0!important;flex:1 1 auto!important;overflow-y:auto!important;padding-right:0!important;scrollbar-width:none;scrollbar-color:transparent transparent;scrollbar-gutter:auto}.media-page .media-meeting-list.scrolling,.media-page .media-meeting-list:hover,.media-page .media-meeting-list:focus-within{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--ds-text-3) 58%,transparent) transparent}.media-page .media-meeting-list::-webkit-scrollbar{width:0;max-width:0}.media-page .media-meeting-list::-webkit-scrollbar-track{background:transparent}.media-page .media-meeting-list::-webkit-scrollbar-thumb{border-radius:999px;background:transparent}.media-page .media-meeting-list.scrolling::-webkit-scrollbar-thumb,.media-page .media-meeting-list:hover::-webkit-scrollbar-thumb,.media-page .media-meeting-list:focus-within::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--ds-text-3) 58%,transparent)}.media-page .media-meeting-list.scrolling::-webkit-scrollbar,.media-page .media-meeting-list:hover::-webkit-scrollbar,.media-page .media-meeting-list:focus-within::-webkit-scrollbar{width:4px;max-width:4px}.media-page{height:100%!important;min-height:0!important;overflow:hidden!important}.media-page .media-content{height:100%!important;min-height:0!important;flex:1 1 auto!important;overflow-y:auto!important;padding-bottom:56px!important}.media-page .media-panel{min-height:0!important;flex:0 0 auto!important}.media-page .media-video,.media-page .media-recording-frame{display:block!important;min-height:420px!important;max-height:none!important}.media-page .media-recording-frame{height:min(720px,calc(100dvh - 270px))!important}.media-page .media-selector{max-width:100%!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden!important;padding-right:0!important;scrollbar-width:none;scrollbar-color:transparent transparent;scrollbar-gutter:auto}.media-page .media-selector button{flex:0 0 auto!important}.media-page .media-selector.scrolling,.media-page .media-selector:hover,.media-page .media-selector:focus-within{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--ds-text-3) 58%,transparent) transparent}.media-page .media-selector::-webkit-scrollbar{width:0;height:0;max-width:0;max-height:0}.media-page .media-selector.scrolling::-webkit-scrollbar,.media-page .media-selector:hover::-webkit-scrollbar,.media-page .media-selector:focus-within::-webkit-scrollbar{height:4px;max-height:4px}.media-page .media-meeting-list-shell{position:relative!important;min-height:0!important;flex:1 1 auto!important;overflow:hidden!important}.media-page .media-meeting-list-shell .media-meeting-list{height:100%!important;min-height:0!important;overflow-y:auto!important;padding-right:0!important;scrollbar-width:none!important;scrollbar-color:transparent transparent!important;scrollbar-gutter:auto!important}.media-page .media-meeting-list-shell .media-meeting-list::-webkit-scrollbar,.media-page .media-meeting-list-shell .media-meeting-list:hover::-webkit-scrollbar,.media-page .media-meeting-list-shell .media-meeting-list:focus-within::-webkit-scrollbar{width:0!important;max-width:0!important;display:none!important}.media-page .media-meeting-list-thumb{position:absolute;top:0;right:1px;z-index:3;width:4px;min-height:24px;border-radius:999px;background:color-mix(in srgb,var(--ds-text-3) 58%,transparent);opacity:0;pointer-events:none;transition:opacity .12s ease}.media-page .media-meeting-list-shell.scrolling .media-meeting-list-thumb,.media-page .media-meeting-list-shell:hover .media-meeting-list-thumb,.media-page .media-meeting-list-shell:focus-within .media-meeting-list-thumb{opacity:1}input:not([type=checkbox]):not([type=radio]),textarea,select,.calendar-search input:not([type=checkbox]):not([type=radio]),.overview-search input:not([type=checkbox]):not([type=radio]),.media-search input:not([type=checkbox]):not([type=radio]),.create-meeting-modal input:not([type=checkbox]):not([type=radio]),.create-meeting-modal textarea,.meeting-edit-form input:not([type=checkbox]):not([type=radio]),.meeting-edit-form textarea,.meeting-edit-form select,.people-editor input:not([type=checkbox]):not([type=radio]),.admin-panel input:not([type=checkbox]):not([type=radio]),.admin-panel textarea,.admin-panel select,.auth-card input:not([type=checkbox]):not([type=radio]),.totp-secret-field input:not([type=checkbox]):not([type=radio]){text-align:left!important;caret-color:var(--ds-text)!important;cursor:text!important;-webkit-user-select:text!important;user-select:text!important;justify-content:flex-start!important;justify-items:start!important;place-items:center start!important}input:not([type=checkbox]):not([type=radio]):focus,textarea:focus,select:focus,.calendar-search input:not([type=checkbox]):not([type=radio]):focus,.overview-search input:not([type=checkbox]):not([type=radio]):focus,.media-search input:not([type=checkbox]):not([type=radio]):focus{caret-color:var(--ds-text)!important;color:var(--ds-text)!important;cursor:text!important}.calendar-search:focus-within,.overview-search:focus-within,.media-search:focus-within,.create-field:focus-within input:not([type=checkbox]):not([type=radio]),.create-field:focus-within textarea,.create-field:focus-within select,.create-people-list>div:focus-within input:not([type=checkbox]):not([type=radio]),.create-cohosts>div:focus-within input:not([type=checkbox]):not([type=radio]),.meeting-edit-form input:not([type=checkbox]):not([type=radio]):focus,.meeting-edit-form textarea:focus,.meeting-edit-form select:focus,.people-editor input:not([type=checkbox]):not([type=radio]):focus,.admin-panel input:not([type=checkbox]):not([type=radio]):focus,.admin-panel textarea:focus,.admin-panel select:focus,.auth-card input:not([type=checkbox]):not([type=radio]):focus,.totp-secret-field input:not([type=checkbox]):not([type=radio]):focus{border-color:var(--ds-accent)!important;box-shadow:0 0 0 2px color-mix(in srgb,var(--ds-accent) 24%,transparent)!important}.calendar-search:focus-within svg,.overview-search:focus-within svg,.media-search:focus-within svg{color:var(--ds-accent)!important}.overview-grid{grid-template-columns:minmax(0,1fr) 400px!important;align-items:start}.overview-events-panel{width:400px!important;max-width:400px!important;justify-self:end}@media(max-width:1180px){.overview-grid{grid-template-columns:1fr!important}.overview-events-panel{width:100%!important;max-width:none!important;justify-self:stretch}}.overview-day-axis{grid-template-columns:repeat(7,minmax(0,1fr))!important;gap:0!important}.overview-week-chart{padding-inline:0!important}.overview-chart-grid{inset-inline:0!important}.overview-metric-card.green>div>strong,.overview-metric-card.green .overview-animated-text{display:block!important;margin:4px 0 3px!important;color:var(--ds-text)!important;font-size:28px!important;font-weight:600!important;line-height:1.05!important}.overview-metric-card strong.is-loading .overview-animated-text{color:transparent!important}.overview-line-dot{stroke-width:1.5!important}.overview-chart-hitarea,.overview-chart-hitarea:hover,.overview-chart-hitarea:focus-visible{fill:transparent!important;stroke:transparent!important}.overview-chart-tooltip{z-index:4;position:absolute;top:8px;width:190px;display:grid;gap:7px;padding:11px 12px;border:1px solid var(--ds-border-strong);border-radius:7px;color:var(--ds-text);background:var(--ds-surface);box-shadow:var(--ds-shadow);pointer-events:none;transform:translate(-50%)}.overview-chart-tooltip[data-align=start]{transform:translate(0)}.overview-chart-tooltip[data-align=end]{transform:translate(-100%)}.overview-chart-tooltip strong{padding-bottom:7px;border-bottom:1px solid var(--ds-border);font-size:12px;line-height:1.2}.overview-chart-tooltip span{display:grid;grid-template-columns:7px minmax(0,1fr) auto;align-items:center;gap:7px;color:var(--ds-text-2);font-size:10px;line-height:1.2}.overview-chart-tooltip i{width:7px;height:7px;border-radius:50%}.overview-chart-tooltip i.confirmed{background:var(--ds-accent)}.overview-chart-tooltip i.pending{background:var(--ds-warning)}.overview-chart-tooltip i.cancelled{background:var(--ds-danger)}.overview-chart-tooltip b{color:var(--ds-text);font-size:10px;font-weight:700}.media-page .media-tabs button{white-space:nowrap}.media-page .media-transcript-frame{min-height:560px!important;height:min(780px,calc(100dvh - 250px))!important;border-color:var(--ds-border-strong);background:var(--ds-surface)}@media(max-width:760px){.media-page .media-tabs{overflow-x:auto}}
