.conf-chat-root{position:fixed;bottom:24px;right:24px;z-index:1000;display:flex;flex-direction:column;align-items:flex-end;gap:12px}.conf-chat-bubble-btn{width:56px;height:56px;border-radius:50%;background:#144d3d;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0003;transition:background .15s}.conf-chat-bubble-btn:hover{background:#0f3a2e}.conf-chat-bubble-btn .section-icon{width:28px;height:28px}.conf-chat-panel{width:350px;max-height:520px;background:var(--color-surface-elevated);border-radius:12px;box-shadow:0 8px 32px #00000040;display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--color-border);transition:width .25s ease,max-height .25s ease}.conf-chat-panel--expanded{width:min(640px,calc(100vw - 48px));max-height:min(80vh,720px)}.conf-chat-panel-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#144d3d;color:#fff;flex-shrink:0}.conf-chat-panel-header span{font-weight:600;font-size:.9375rem}.conf-chat-header-actions{display:flex;align-items:center;gap:4px}.conf-chat-expand-btn{background:none;border:none;color:#fff;cursor:pointer;padding:2px 6px;border-radius:4px;font-size:1rem;line-height:1;display:flex;align-items:center;justify-content:center}.conf-chat-expand-btn:hover{background:#ffffff26}.conf-chat-close-btn{background:none;border:none;color:#fff;cursor:pointer;padding:2px;border-radius:4px;display:flex;align-items:center;justify-content:center;line-height:1}.conf-chat-close-btn:hover{background:#ffffff26}.conf-chat-close-btn .section-icon{width:18px;height:18px}.conf-chat-panel .chat-panel-body{padding:12px 16px;color:var(--color-text)}.conf-chat-panel .chat-panel-body .user-message{align-self:flex-end}.conf-chat-panel .chat-panel-composer{padding:12px 16px}:root{--color-primary: #818cf8;--color-primary-hover: #a5b4fc;--color-primary-light: rgba(129, 140, 248, .15);--color-bg: #1a1a2e;--color-bg-alt: #16213e;--color-canvas: #0c0c12;--color-canvas-alt: #11111c;--color-surface: rgba(30, 30, 46, .88);--color-surface-solid: #1e1e2e;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-border: rgba(129, 140, 248, .12);--color-border-input: rgba(129, 140, 248, .28);--color-accent-warm: rgba(52, 211, 153, .1);--color-accent-violet: rgba(129, 140, 248, .12);--color-surface-soft: rgba(24, 24, 38, .72);--color-surface-elevated: rgba(36, 36, 54, .94);--color-success-bg: rgba(52, 211, 153, .08);--color-success-border: rgba(52, 211, 153, .22);--color-success-text: #6ee7b7;--color-warning-bg: rgba(251, 191, 36, .1);--color-warning-border: rgba(251, 191, 36, .26);--color-warning-text: #fde68a;--color-danger-bg: rgba(248, 113, 113, .1);--color-danger-border: rgba(248, 113, 113, .24);--color-danger-text: #fca5a5;--font-body: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;--font-heading: "IBM Plex Sans", "Segoe UI", system-ui, sans-serif;font-family:var(--font-body);font-size:15px;color:var(--color-text);background:radial-gradient(circle at top left,var(--color-accent-violet),transparent 24%),radial-gradient(circle at top right,var(--color-accent-warm),transparent 20%),linear-gradient(135deg,var(--color-canvas) 0%,var(--color-canvas-alt) 52%,#1e1e2e 100%);line-height:1.5;font-weight:400}[data-theme=light]{--color-primary: #4f46e5;--color-primary-hover: #4338ca;--color-primary-light: #eef2ff;--color-bg: #eef2ff;--color-bg-alt: #e0e7ff;--color-canvas: #f8fafc;--color-canvas-alt: #f1f5f9;--color-surface: rgba(255, 255, 255, .95);--color-surface-solid: #ffffff;--color-text: #0f172a;--color-text-muted: #64748b;--color-border: #e2e8f0;--color-border-input: #c7d2fe;--color-accent-warm: rgba(16, 185, 129, .08);--color-accent-violet: rgba(79, 70, 229, .08);--color-surface-soft: rgba(248, 250, 252, .9);--color-surface-elevated: #ffffff;--color-success-bg: #f0fdf4;--color-success-border: #bbf7d0;--color-success-text: #16a34a;--color-warning-bg: #fffbeb;--color-warning-border: #fde68a;--color-warning-text: #b45309;--color-danger-bg: #fef2f2;--color-danger-border: #fecaca;--color-danger-text: #dc2626;background:var(--color-canvas)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select,textarea{font:inherit}button{border:none;border-radius:14px;padding:.8rem 1.1rem;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));color:#fff;cursor:pointer;box-shadow:0 10px 26px #00000024}button.secondary{background:var(--color-primary-light);color:var(--color-text);box-shadow:none}button:disabled{opacity:.6;cursor:wait}input,select,textarea{width:100%;border:1px solid var(--color-border-input);border-radius:12px;padding:.85rem .95rem;background:var(--color-surface-soft);color:var(--color-text)}label{display:grid;gap:.4rem;font-weight:600}.app-shell,.login-shell{min-height:100vh;padding:2rem}.login-shell{display:grid;place-items:center}.login-card,.panel{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border);border-radius:24px;box-shadow:0 24px 60px #00000061}.login-card{width:min(100%,420px);padding:2rem}.tab-row{display:flex;gap:.25rem;margin-bottom:1.5rem;border-bottom:1px solid var(--color-border)}.tab-button{background:none;border:none;border-bottom:2px solid transparent;padding:.5rem 1rem;margin-bottom:-1px;cursor:pointer;font-size:.9rem;color:var(--color-text-muted);border-radius:0;box-shadow:none}.tab-button:hover{color:var(--color-text)}.tab-button.active{border-bottom-color:var(--color-primary);color:var(--color-text);font-weight:600}.hero-panel{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-bottom:1.5rem}.hero-panel h1,.panel-header h2,.login-card h1{margin:0;font-family:var(--font-heading);font-weight:600;line-height:1.1}.hero-panel h1,.login-card h1{font-size:clamp(1.75rem,2.8vw,2.35rem)}.password-wrapper{position:relative}.password-wrapper input{padding-right:2.8rem}.password-toggle{position:absolute;right:.55rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;background:none;box-shadow:none;border-radius:6px;color:var(--color-text-muted, #888)}.password-toggle:hover{color:var(--color-text);background:var(--color-surface-soft)}.panel-header h2{font-size:clamp(1.25rem,2vw,1.65rem)}.layout-grid{display:grid;grid-template-columns:1.05fr 1.45fr;gap:1rem}.layout-grid-wide{grid-template-columns:1fr}.process-shell{display:grid;gap:1rem;transition:margin-right .25s ease}.process-stepper-panel{width:100%;padding:.9rem 1rem;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border);box-shadow:0 18px 34px #0000002e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.process-stage-panel{width:100%}.process-stepper-grid{display:flex;align-items:center;gap:0;position:relative;padding:.35rem;border-radius:22px;background:var(--color-surface-soft);border:1px solid var(--color-border)}.process-step-card{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.35rem;padding:.7rem .5rem;border-radius:16px;background:transparent;color:var(--color-text-muted);cursor:pointer;position:relative;z-index:1;flex:1;transition:background .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}.process-step-card strong{font-family:var(--font-heading);font-size:.74rem;white-space:nowrap}.process-step-card .process-step-description{display:none}.process-step-card.active{background:linear-gradient(180deg,color-mix(in srgb,var(--color-primary) 18%,transparent),color-mix(in srgb,var(--color-primary) 10%,transparent));color:#fff;box-shadow:inset 0 1px #ffffff14}.process-step-card.active .process-step-number,.process-step-card.active .process-step-icon{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));color:#fff}.process-step-card.disabled{opacity:.38;cursor:default}.process-step-number{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:.75rem;font-weight:700;letter-spacing:.04em;background:var(--color-primary-light);color:var(--color-primary);transition:background .2s,color .2s}.process-step-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:4px;border-radius:50%;background:var(--color-primary-light);color:var(--color-primary);transition:background .2s,color .2s}.process-step-card:not(.disabled):hover .process-step-number,.process-step-card:not(.disabled):hover .process-step-icon{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));color:#fff}.process-step-card:not(.disabled):hover{background:color-mix(in srgb,var(--color-primary) 10%,transparent);color:#fff;transform:translateY(-1px)}.process-step-connector{flex:1;height:1px;margin:0 .2rem;background:var(--color-border);min-width:8px}.process-step-connector.process-step-connector-done{background:linear-gradient(90deg,var(--color-primary),#00ffcc)}.process-step-copy{max-width:52rem}.panel{padding:1.25rem}.chooser-panel{width:min(100%,760px)}.chooser-shell{display:flex;flex-direction:column}.chooser-stage{flex:1;display:grid;place-items:center;min-height:calc(100vh - 8rem)}.panel-header{display:flex;justify-content:space-between;gap:1rem;align-items:start;margin-bottom:1rem}.setup-stage-panel{display:grid;gap:1.25rem;background:radial-gradient(circle at top right,var(--color-accent-warm),transparent 24%),linear-gradient(180deg,var(--color-canvas) 0%,var(--color-canvas-alt) 100%)}.setup-hero{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.95fr);gap:1.25rem;padding:1.5rem;border-radius:30px;overflow:hidden;background:linear-gradient(135deg,var(--color-canvas) 0%,var(--color-canvas-alt) 46%,var(--color-primary) 115%)}.setup-hero:before,.setup-hero:after{content:"";position:absolute;border-radius:999px;pointer-events:none}.setup-hero:before{top:-4rem;right:-3rem;width:14rem;height:14rem;background:radial-gradient(circle,rgba(255,255,255,.2),transparent 70%)}.setup-hero:after{bottom:-5rem;left:38%;width:18rem;height:18rem;background:radial-gradient(circle,rgba(0,255,204,.15),transparent 72%)}.setup-hero-copy,.setup-hero-sidebar{position:relative;z-index:1}.setup-hero-copy{display:grid;gap:1rem;align-content:start}.setup-hero h2{margin:0;max-width:13ch;font-family:var(--font-heading);font-size:clamp(2.2rem,4vw,3.6rem);line-height:.96;color:var(--color-text)}.setup-hero .eyebrow,.setup-hero .muted{color:var(--color-text-muted)}.setup-chip-row{display:flex;flex-wrap:wrap;gap:.6rem}.setup-chip{padding:.5rem .85rem;border-radius:999px;background:var(--color-surface-soft);border:1px solid var(--color-border);color:inherit;font-size:.82rem;font-weight:600}.setup-hero-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem}.setup-flow-card{display:grid;gap:.5rem;padding:1rem;border-radius:22px;background:var(--color-surface-soft);border:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.setup-flow-card span{font-size:.76rem;font-weight:700;letter-spacing:.14em;color:var(--color-success-text)}.setup-flow-card p{margin:0;color:var(--color-text)}.setup-hero-sidebar{display:grid;gap:1rem;align-content:start}.setup-overview-card,.setup-projects-card{display:grid;gap:.9rem;padding:1.1rem;border-radius:24px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border);box-shadow:0 18px 40px #0000003d}.setup-overview-header,.setup-projects-header,.setup-section-header{display:flex;justify-content:space-between;align-items:start;gap:1rem}.setup-overview-card strong,.setup-projects-header h3,.setup-section-header h3,.setup-source-lede h4{margin:0;font-family:var(--font-heading);line-height:1.1}.setup-overview-card>.muted{margin:0}.setup-hero-stat-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.setup-hero-stat{display:grid;gap:.2rem;padding:.9rem;border-radius:18px;background:var(--color-primary-light);border:1px solid var(--color-border)}.setup-hero-stat strong{font-family:var(--font-heading);font-size:1.75rem;line-height:1;color:#fff}.setup-hero-stat span{font-size:.84rem;color:var(--color-text-muted)}.setup-projects-card .project-list{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr))}.setup-projects-card .project-chip{padding:.85rem .95rem;border-radius:18px;border:1px solid var(--color-border);background:var(--color-primary-light)}.setup-projects-card .project-chip.active{background:linear-gradient(135deg,var(--color-primary) 0%,var(--color-primary-hover) 100%)}.setup-section-shell{display:grid;gap:1rem}.setup-section-header p{margin:0;max-width:36rem}.setup-source-panel{background:linear-gradient(180deg,var(--color-surface-elevated) 0%,var(--color-surface) 100%);border-color:var(--color-border);box-shadow:inset 0 1px #ffffff08}.setup-source-panel .editor-panel-header{margin-bottom:.2rem}.setup-source-lede{display:flex;justify-content:space-between;align-items:end;gap:1rem;padding-bottom:.45rem;border-bottom:1px solid rgba(255,255,255,.08)}.setup-source-lede .stack{gap:.35rem}.setup-source-lede p{margin:0}.setup-source-panel .url-source-grid{gap:1rem}.setup-source-panel .setup-chip{background:var(--color-primary-light);border-color:var(--color-border);color:var(--color-text)}.setup-source-panel .url-source-card{padding:1.05rem;border-radius:22px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border);box-shadow:0 16px 32px #00000029}.setup-source-panel .url-source-card button.secondary{background:var(--color-primary-light);color:var(--color-text)}.setup-source-panel .call-link-section-grid>*{min-width:250px}.setup-source-panel .call-link-add-btn.icon-button{align-self:stretch;min-height:3rem;background:var(--color-primary-light)}.setup-source-panel .detail-card{background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));box-shadow:0 16px 32px #00000024}.setup-preview-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;align-items:start}.setup-preview-panel{background:linear-gradient(180deg,var(--color-surface-elevated) 0%,var(--color-surface) 100%);border-color:var(--color-border);box-shadow:0 18px 34px #0000002e}.setup-preview-panel-featured{grid-column:1 / -1}.setup-preview-panel .detail-card{background:var(--color-surface-soft)}.setup-stage-panel>.panel-header{margin:0;padding-top:.25rem;border-top:1px solid var(--color-border)}.eyebrow{display:flex;align-items:center;gap:.3rem;margin:0 0 .2rem;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;color:var(--color-text-muted)}.section-icon{width:14px;height:14px;flex-shrink:0}.muted{color:var(--color-text-muted)}.toast{position:fixed;bottom:1.5rem;right:1.5rem;padding:.65rem 1.1rem;border-radius:8px;background:linear-gradient(180deg,#301e4cf7,#1e1230f5);color:#f1f5f9;font-size:.85rem;font-weight:500;border:1px solid rgba(129,140,248,.28);box-shadow:0 4px 24px #00000059,0 1px 6px #0003;opacity:0;transform:translateY(8px);transition:opacity .3s ease,transform .3s ease;pointer-events:none;z-index:9999}.toast.toast-visible{opacity:1;transform:translateY(0)}.status-pill,.stage-pill{padding:.45rem .8rem;border-radius:999px;background:var(--color-primary-light);border:1px solid var(--color-border);color:var(--color-text);white-space:nowrap}.enriched-notice{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:6px;background:var(--color-success-bg);border:1px solid var(--color-success-border);font-size:.82rem;color:var(--color-success-text);margin-bottom:.5rem}.message-list{display:grid;gap:.75rem;margin-bottom:1rem;max-height:26rem;overflow-y:auto}.assistant-message{margin:0;padding:.9rem 1rem;border-radius:18px 18px 18px 6px;background:var(--color-primary-light);border:1px solid var(--color-border)}.user-message{margin:0;padding:.9rem 1rem;border-radius:18px 18px 6px;background:var(--color-primary);color:#fff;justify-self:end}.chat-markdown>:first-child{margin-top:0}.chat-markdown>:last-child{margin-bottom:0}.chat-markdown p{margin:0 0 .5em;line-height:1.55}.chat-markdown p:last-child{margin-bottom:0}.chat-markdown ul,.chat-markdown ol{margin:.4em 0 .6em 1.25em;padding:0}.chat-markdown li{margin-bottom:.2em;line-height:1.5}.chat-markdown strong{font-weight:650}.chat-markdown em{font-style:italic}.chat-markdown code{font-family:ui-monospace,monospace;font-size:.85em;background:#00000014;padding:.1em .3em;border-radius:4px}.chat-markdown pre{background:#00000014;border-radius:8px;padding:.75rem;overflow-x:auto;margin:.5em 0}.chat-markdown pre code{background:none;padding:0;font-size:.82em}.chat-markdown h1,.chat-markdown h2,.chat-markdown h3{font-family:var(--font-heading);font-weight:700;margin:.75em 0 .3em;line-height:1.3}.chat-markdown h1{font-size:1.1em}.chat-markdown h2{font-size:1em}.chat-markdown h3{font-size:.95em}.chat-markdown hr{border:none;border-top:1px solid var(--color-border);margin:.75em 0}.chat-markdown blockquote{border-left:3px solid var(--color-primary);margin:.5em 0;padding:.1em .75em;opacity:.8}.composer,.setup-form,.stack{display:grid;gap:.9rem}.setup-question{margin-bottom:1rem;padding:1rem;border-radius:18px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border)}.setup-question h3{margin:.2rem 0 0;font-family:var(--font-heading)}.button-row{display:flex;gap:.75rem;flex-wrap:wrap}.choice-row{display:flex;gap:.6rem;flex-wrap:wrap}.choice-chip{padding:.6rem .95rem;border-radius:999px;background:var(--color-primary-light);color:var(--color-text)}.choice-chip.active{background:var(--color-primary);color:#fff}.choice-field{display:grid;gap:.45rem;align-content:start}.icon-button{display:inline-grid;place-items:center;width:2.8rem;height:2.8rem;padding:0;border-radius:999px;background:var(--color-primary-light);color:var(--color-text);box-shadow:none}.icon-button svg{width:1.2rem;height:1.2rem}.action-icon-button{position:relative}.action-icon-button-badge{position:absolute;top:.45rem;right:.45rem;width:.45rem;height:.45rem;border-radius:999px;background:var(--color-primary)}.disclosure-icon-button svg{transition:transform .14s ease}.disclosure-icon-button.collapsed svg{transform:rotate(-90deg)}.summary-block{margin-bottom:1.5rem}.summary-block h3{margin-bottom:.65rem;font-family:var(--font-heading)}.status-card{display:grid;gap:.55rem;padding:1rem;border-radius:18px;border:1px solid var(--color-border);background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface))}.status-card-header{display:flex;justify-content:space-between;align-items:start;gap:1rem}.status-card h3,.status-card p{margin:0}.status-card-found{border-color:var(--color-success-border);background:var(--color-success-bg)}.status-card-not_found,.status-card-skipped{border-color:var(--color-warning-border);background:var(--color-warning-bg)}.status-card-failed{border-color:var(--color-danger-border);background:var(--color-danger-bg)}.render-section{margin-bottom:1rem;border-radius:18px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border);overflow:hidden}.render-section-toggle{display:flex;width:100%;justify-content:space-between;align-items:center;padding:1rem 1.1rem;border-radius:0;background:transparent;color:var(--color-text);font-family:var(--font-heading)}.render-section-body{padding:0 1.1rem 1.1rem}.process-render-header{cursor:default}.venue-assistant-card{padding:1rem;border-radius:18px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border)}.venue-meta p{margin:.2rem 0}.room-selector{display:grid;gap:.6rem}.room-dropdown{display:grid;gap:.75rem}.room-dropdown-panel{display:grid;gap:.9rem;padding:.9rem;border-radius:16px;border:1px solid var(--color-border);background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface))}.room-manager-create{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:.75rem;align-items:end}.room-option{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start;padding:.85rem .95rem;border:1px solid var(--color-border);border-radius:16px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));font-weight:500}.room-option.selected{border-color:var(--color-success-border);background:var(--color-success-bg)}.room-option input{width:auto;margin-top:.2rem}.room-option span{display:block;margin-top:.2rem;color:var(--color-text-muted);font-size:.92rem}.review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.call-link-section-grid{display:flex;flex-wrap:wrap;gap:.9rem;align-items:start}.call-link-section-grid>*{flex:1 1 0;min-width:220px}.detail-card>.stack{gap:.35rem}.call-link-list{display:grid;gap:.9rem}.call-link-add-btn.icon-button{flex:0 0 auto;min-width:0;align-self:center}.call-link-item{position:relative;display:grid;gap:.85rem;max-width:58rem;padding-top:.85rem;border-top:1px solid var(--color-border)}.call-link-list .call-link-item:first-child .call-link-remove-btn.icon-button{top:-.5rem}.call-link-item:not(.call-link-editing){cursor:pointer}.call-link-item:not(.call-link-editing):hover{background:var(--color-primary-light);border-radius:12px}.call-link-list .call-link-item:first-child{padding-top:0;border-top:none}.call-link-display{display:grid;gap:.2rem}.call-link-display p{margin:0}.call-link-url-display{color:var(--color-text-muted);font-size:.88rem;word-break:break-all}.call-link-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),250px));gap:.85rem;justify-content:start;align-items:start}.call-link-form-grid .call-link-url-field{max-width:34rem}.call-link-checkbox-row{display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;align-items:center}.call-link-deadline-list{display:flex;flex-wrap:wrap;gap:.7rem;align-items:start}.call-link-deadline-list>*{min-width:160px}.call-link-deadline-item{position:relative;display:grid;gap:.55rem;padding:.85rem .95rem;border:1px solid var(--color-border);border-radius:16px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface))}.deadline-item-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.deadline-title-row{display:flex;align-items:center;gap:.4rem;font-weight:600;font-size:.95rem;color:var(--color-success-text)}.deadline-title-text{line-height:1.2}.call-link-deadline-item:not(.deadline-editing){cursor:pointer}.call-link-deadline-item:not(.deadline-editing):hover{border-color:var(--color-success-border);background:var(--color-success-bg)}.deadline-remove-btn.icon-button{position:absolute;top:-.5rem;right:-.5rem;width:auto;height:auto;padding:.2rem;background:transparent;border:none;border-radius:6px;color:var(--color-text-muted);opacity:0;transition:opacity .15s ease}.call-link-deadline-item:hover>.deadline-remove-btn.icon-button{opacity:1}.deadline-remove-btn.icon-button:hover{color:var(--color-danger-text)}.deadline-remove-btn.icon-button svg{width:.95rem;height:.95rem}.call-link-deadline-grid{display:grid;grid-template-columns:1fr;gap:.8rem}.url-source-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.9rem}.url-source-card{align-content:start}.url-source-card-header{display:flex;justify-content:space-between;align-items:start;gap:.8rem}.url-source-card label{display:grid;gap:.45rem}.review-workspace{gap:1rem}.editor-panel{display:grid;gap:1rem;padding:1rem;border-radius:20px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border)}.editor-panel-header,.room-card-header,.track-card-header{display:flex;justify-content:space-between;align-items:start;gap:1rem}.editor-panel-header h3,.detail-card h3,.room-card h4{margin:0;font-family:var(--font-heading)}.editor-panel-actions{display:flex;align-items:center;gap:.65rem}.save-icon-button{background:var(--color-primary);color:var(--color-bg)}.save-icon-button:hover,.save-icon-button:focus-visible{box-shadow:0 12px 26px #0000002e}.metric-card-grid,.detail-card-grid,.room-card-grid{display:grid;gap:.9rem}.summary-row-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem;align-items:start}.import-track-count-grid{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:.75rem}.import-track-count-card{display:flex;flex-direction:column;align-items:center;gap:.2rem;padding:.6rem 1rem;border-radius:10px;border:1px solid var(--color-border);background:var(--color-surface-elevated);min-width:6rem;text-align:center}.import-track-count-card--unmapped{border-color:var(--color-warning, #e6a817);background:color-mix(in srgb,var(--color-warning, #e6a817) 8%,var(--color-surface-elevated))}.import-track-count-value{font-size:1.5rem;font-weight:700;line-height:1;color:var(--color-text)}.import-track-count-label{font-size:.75rem;color:var(--color-text-muted)}.import-spinner{display:inline-block;width:1rem;height:1rem;border:2px solid var(--color-border);border-top-color:#144d3d;border-radius:50%;flex-shrink:0;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.import-toolbar{display:flex;justify-content:flex-end;margin-bottom:.6rem}.import-override-group{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:.5rem 0;padding:.6rem .8rem;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface-elevated)}.import-override-group legend{padding:0 .4rem}.import-override-group label{display:inline-flex;align-items:center;gap:.4rem;margin:0}.import-mode-group{border:none;padding:0;margin:.75rem 0 .5rem;display:flex;gap:1rem;flex-wrap:wrap}.import-mode-group legend{margin-bottom:.4rem;width:100%}.import-mode-option{display:flex;align-items:center;gap:.35rem;font-size:.9rem;cursor:pointer}.speaker-photo{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;object-fit:cover;border:1px solid var(--color-border);background:var(--color-surface-elevated)}.speaker-photo-placeholder{font-size:.8rem;font-weight:600;color:var(--color-text-muted)}.summary-detail-card,.summary-track-layout{align-content:start}.summary-inline-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),220px));gap:.8rem;justify-content:start}.summary-inline-grid label{font-size:.92rem;color:var(--color-text-muted)}.summary-inline-grid input{background:var(--color-surface-soft)}.process-cta-card{display:grid;gap:.9rem}.generate-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:.9rem}.generate-option-card{display:grid;gap:.55rem;padding:.85rem;border-radius:16px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border)}.readiness-note-list{margin:0;padding-left:1.1rem;display:grid;gap:.4rem}.agenda-notices-list{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.5rem}.agenda-notice-item{padding:.5rem .75rem;border-radius:6px;background:var(--color-warning-bg);border:1px solid var(--color-warning-border);font-size:.85rem;color:var(--color-warning-text)}.process-footer{display:flex;justify-content:space-between;align-items:center;gap:.9rem;margin-top:1.25rem;padding-top:1rem;border-top:1px solid var(--color-border)}.process-footer-hint{margin-left:auto;text-align:right}.metric-card-grid,.detail-card-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),200px));justify-content:start}.room-card-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),220px));justify-content:start}.agenda-track-mix-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:.9rem}.stat-card,.detail-card,.room-card{display:grid;gap:.45rem;padding:.9rem;border-radius:18px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border)}.detail-card-removable{position:relative}.detail-card-remove-btn.icon-button{position:absolute;top:-.5rem;right:-.5rem;width:auto;height:auto;padding:.2rem;background:transparent;border:none;border-radius:6px;color:var(--color-text-muted);opacity:0;transition:opacity .15s ease}.detail-card-removable:hover>.detail-card-remove-btn.icon-button{opacity:1}.detail-card-remove-btn.icon-button:hover{color:var(--color-danger-text)}.detail-card-remove-btn.icon-button svg{width:.95rem;height:.95rem}.stat-card strong{font-size:1.9rem;line-height:1}.stat-card-clickable{cursor:pointer;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.stat-card-clickable:hover,.stat-card-clickable:focus-visible{transform:translateY(-2px);border-color:var(--color-success-border);box-shadow:0 18px 36px #0003}.stat-card span,.detail-card .muted,.room-card-copy{color:var(--color-text-muted)}.detail-card p,.stat-card p,.room-card p{margin:0}.room-card.selected{border-color:var(--color-success-border);background:var(--color-success-bg)}.room-card-main-presentation{border-color:var(--color-warning-border);background:var(--color-warning-bg)}.room-card-active{box-shadow:0 0 0 2px color-mix(in srgb,var(--color-primary) 28%,transparent)}.room-card-clickable{cursor:pointer;transition:transform .14s ease,box-shadow .14s ease}.room-card-clickable:hover{transform:translateY(-2px);box-shadow:0 18px 36px #0003}.room-card-meta{display:flex;flex-wrap:wrap;gap:.45rem}.room-card-meta span{display:inline-flex;align-items:center;padding:.28rem .55rem;border-radius:999px;background:var(--color-primary-light);color:var(--color-text);font-size:.82rem}.room-category-chip-row{display:flex;flex-wrap:wrap;gap:.45rem}.category-chip{padding:.38rem .7rem;border-radius:999px;background:var(--color-primary-light);color:var(--color-text);font-size:.84rem}.category-chip.active{background:var(--color-primary);color:#fff}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,130px),170px));gap:.75rem;justify-content:start}.metrics-grid div,.slot-card{padding:.8rem;border-radius:16px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface))}.metrics-grid dt{color:var(--color-text-muted)}.metrics-grid dd{margin:.2rem 0 0;font-size:1.35rem;font-weight:700}.agenda-grid{display:grid;gap:.75rem}.agenda-calendar,.track-editor-list{display:grid;gap:.9rem}.agenda-slot-stack{display:flex;flex-direction:column;gap:.75rem}.track-editor-list{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.agenda-track-summary{padding:1rem;border-radius:18px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border)}.agenda-track-summary h4,.agenda-day-header h3,.agenda-room-header h4,.track-editor-card h4{margin:0;font-family:var(--font-heading)}.track-pill-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.9rem}.track-layout-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),235px));gap:.9rem;margin-top:.9rem;justify-content:start}.track-layout-card{display:grid;gap:.35rem;padding:.95rem;border-radius:16px;border:1px solid var(--color-border);background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));text-align:left;color:inherit;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.track-layout-card:hover,.track-layout-card:focus-visible{transform:translateY(-2px);border-color:var(--color-success-border);box-shadow:0 18px 36px #0003}.track-layout-card strong{font-family:var(--font-heading);font-size:1.05rem}.track-layout-card span{color:var(--color-text-muted);font-size:.92rem}.track-layout-card-room-btn{background:none;border:none;padding:0;color:var(--color-text-muted);font-size:.92rem;text-align:left;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.track-layout-card-count{display:grid;gap:.2rem;font-size:.8rem;color:var(--color-text-muted);margin-top:.25rem}.track-layout-card-count input{font-size:.85rem;padding:.25rem .4rem;border-radius:6px;border:1px solid var(--color-border-input);width:100%}@media (max-width: 980px){.summary-row-grid{grid-template-columns:1fr}}.track-pill{margin:0;display:grid;gap:.2rem;padding:.8rem .9rem;border-radius:16px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border)}.track-pill span{color:var(--color-text-muted);font-size:.92rem}.agenda-room-filter{display:flex;flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem}.agenda-room-chip{padding:.28rem .7rem;border-radius:999px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-muted);font-size:.8rem;font-weight:600;cursor:pointer;transition:background .12s ease,color .12s ease,border-color .12s ease;white-space:nowrap}.agenda-room-chip:hover{background:var(--color-primary-light);color:var(--color-text)}.agenda-room-chip-active{background:var(--color-primary-light);border-color:var(--color-success-border);color:var(--color-success-text)}.track-pill-name{display:block;font-family:var(--font-heading);font-size:1rem;margin-bottom:.45rem}.track-chip-row{display:flex;flex-wrap:wrap;gap:.35rem}.track-chip{display:inline-flex;align-items:center;padding:.22rem .55rem;border-radius:999px;font-size:.78rem;font-weight:600;white-space:nowrap}.track-chip-room{background:#00ffcc1a;color:var(--color-success-text);border:1px solid var(--color-success-border)}.track-chip-paper{background:#3d8c7326;color:#6ecfb0;border:1px solid rgba(61,140,115,.4)}.track-chip-industry{background:#6478c81f;color:#8fa4e8;border:1px solid rgba(100,120,200,.35)}.track-chip-chair{background:var(--color-primary-light);color:var(--color-text-muted);border:1px solid var(--color-border)}.track-chip-unassigned{background:transparent;color:var(--color-text-muted);border:1px dashed var(--color-border);opacity:.7}.agenda-day{padding:1rem;border-radius:20px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border)}.agenda-day-header{display:flex;justify-content:space-between;align-items:start;gap:1rem;margin-bottom:1rem}.agenda-room-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,190px),230px));gap:.9rem;justify-content:start;align-items:start}.agenda-room-column{display:flex;flex-direction:column;gap:.75rem;padding:.95rem;border-radius:18px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border)}.agenda-room-header{display:grid;gap:.35rem;min-height:52px;align-content:start}.agenda-room-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem}.agenda-room-title-row h4{margin:0}.agenda-room-meta{display:flex;flex-wrap:wrap;gap:.45rem}.agenda-room-meta span{display:inline-flex;align-items:center;padding:.3rem .55rem;border-radius:999px;background:var(--color-primary-light);color:var(--color-text);font-size:.82rem}.track-editor-card{display:grid;gap:.75rem;padding:.95rem;border-radius:18px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border)}.track-card-trigger{display:grid;gap:.5rem;padding:.85rem;border:1px solid var(--color-border);border-radius:16px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));text-align:left;color:inherit}.track-card-trigger:hover,.track-card-trigger:focus-visible{border-color:var(--color-success-border);box-shadow:0 18px 36px #0003}.track-card-trigger .muted{margin:0}.track-room-summary{display:grid;gap:.45rem}.track-room-summary .track-pill-list{margin-top:0}.track-summary-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr));gap:.75rem}.track-summary-card{display:flex;flex-direction:column;gap:.4rem;padding:.85rem 1rem;border:1px solid var(--color-border);border-radius:16px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));margin:0}.track-summary-card .eyebrow,.track-summary-card .muted{margin:0}.track-summary-card input{width:100%}.track-mix-editor{display:grid;gap:.75rem;padding:.85rem;border:1px solid var(--color-border);border-radius:16px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface))}.track-mix-header{display:flex;justify-content:space-between;gap:.75rem;align-items:start}.track-mix-header .muted{margin:.2rem 0 0}.track-mix-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,160px),1fr));gap:.85rem;align-items:end}.track-mix-slider-label{gap:.55rem}.track-mix-slider{width:100%;height:.5rem;padding:0;border:none;background:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}.track-mix-slider:disabled{cursor:not-allowed;opacity:.5}.track-mix-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:1.2rem;height:1.2rem;border-radius:50%;background:var(--color-primary);cursor:pointer;border:2px solid var(--color-primary)}.track-mix-slider:disabled::-webkit-slider-thumb{background:var(--color-text-muted);border-color:var(--color-text-muted);cursor:not-allowed}.track-mix-slider::-webkit-slider-runnable-track{background:var(--color-border);height:.3rem;border-radius:.15rem}.track-mix-slider::-moz-range-thumb{width:1.2rem;height:1.2rem;border-radius:50%;background:var(--color-primary);cursor:pointer;border:2px solid var(--color-primary)}.track-mix-slider:disabled::-moz-range-thumb{background:var(--color-text-muted);border-color:var(--color-text-muted);cursor:not-allowed}.track-mix-slider::-moz-range-track{background:transparent;border:none}.track-mix-slider::-moz-range-progress{background:var(--color-border);height:.3rem;border-radius:.15rem}.track-mix-scale{display:flex;justify-content:space-between;gap:.75rem;color:var(--color-text-muted);font-size:.84rem;font-weight:600}.agenda-room-counts{display:flex;gap:.35rem;flex-wrap:wrap}.agenda-room-counts span{display:inline-flex;padding:.24rem .5rem;border-radius:999px;background:var(--color-primary-light);color:var(--color-text);font-size:.8rem;font-weight:600}.slot-card h4{margin:.3rem 0}.slot-card h5{margin:.35rem 0 0;font-size:1rem}.slot-time{display:inline-flex;width:fit-content;padding:.28rem .55rem;border-radius:999px;background:#00ffcc1f;color:var(--color-success-text);font-size:.82rem;font-weight:600}.slot-speakers{margin:.2rem 0 0;color:var(--color-text-muted);font-size:.82rem;font-style:italic}.slot-category{margin:.45rem 0 0;color:var(--color-text-muted);font-size:.9rem;text-transform:capitalize}.slot-meta{margin:.35rem 0 0;color:var(--color-text);font-size:.84rem}.slot-paper{border-left:4px solid #3d8c73}.slot-industry{border-left:4px solid #2b6cb0}.slot-poster{border-left:4px solid #c97d2c}.slot-expo{border-left:4px solid #b04a2b}.slot-special{border-left:4px solid #7a4da1}.slot-breakfast{border-left:4px solid #e0a52e}.slot-lunch{border-left:4px solid #c96c37}.slot-break{border-left:4px solid #8b6f47}.slot-hackathon{border-left:4px solid #1a6e9e}.slot-workshop{border-left:4px solid #5c8a3c}.hint-list{display:grid;gap:.4rem}.remaining-questions{border-top:1px solid var(--color-border);padding-top:.75rem;margin-top:.5rem}.remaining-questions-list{list-style:none;margin:.4rem 0 0;padding:0;display:grid;gap:.3rem}.remaining-question-item{font-size:.85rem;color:var(--color-text-muted)}.hint-button{text-align:left;background:var(--color-primary-light);color:var(--color-text)}.project-list{display:grid;gap:.5rem}.project-chip{display:grid;gap:.15rem;text-align:left;background:var(--color-primary-light);color:var(--color-text)}.project-chip span{font-size:.8rem;color:var(--color-text-muted)}.project-chip.active{background:var(--color-primary);color:#fff}.project-chip.active span{color:#ffffffc7}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;padding:1.5rem;background:#04020c85;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.modal-card{width:min(100%,960px);max-height:calc(100vh - 3rem);overflow-y:auto;padding:1.25rem;border-radius:24px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface-solid));border:1px solid var(--color-border);box-shadow:0 20px 60px #00000057}.room-modal-backdrop{z-index:40}.room-modal-card{width:min(100%,1120px)}.assistant-float{position:fixed;right:1.5rem;bottom:1.5rem;z-index:20;display:grid;justify-items:end;gap:.75rem}.assistant-float .chat-panel{width:min(420px,calc(100vw - 2rem));max-height:calc(100vh - 7rem);overflow:hidden;box-shadow:0 28px 80px #00000052;transition:width .25s ease,max-height .25s ease}.assistant-float .message-list{max-height:min(18rem,35vh);transition:max-height .25s ease}body.chat-panel-expanded .assistant-float{top:7rem}body.chat-panel-expanded .assistant-float .chat-panel{width:min(600px,calc(100vw - 2rem));height:calc(100vh - 12.5rem);max-height:calc(100vh - 12.5rem);display:flex;flex-direction:column;overflow:hidden}body.chat-panel-expanded .assistant-float .message-list{flex:1;max-height:none;min-height:6rem}@media (min-width: 900px){body.chat-panel-expanded .process-shell{margin-right:min(620px,46vw)}}.assistant-launcher{width:3.25rem;height:3.25rem;border-radius:999px;box-shadow:0 12px 32px #00000047}.chat-expand-btn{background:none;border:none;color:inherit;cursor:pointer;padding:.15rem .4rem;border-radius:6px;font-size:1rem;line-height:1;opacity:.65;transition:opacity .15s,background .15s}.chat-expand-btn:hover{opacity:1;background:#0000000f}.tool-call-row{display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.35rem;padding-left:.25rem}.tool-call-chip{display:inline-flex;align-items:center;gap:.2rem;font-size:.7rem;font-weight:500;padding:.15rem .55rem;border-radius:999px;background:color-mix(in srgb,var(--color-primary) 10%,var(--color-surface-soft));color:var(--color-primary);border:1px solid color-mix(in srgb,var(--color-primary) 25%,transparent);white-space:nowrap;letter-spacing:.01em;cursor:default}.tool-call-chip:before{content:"⚡";font-size:.65rem;opacity:.8}.error-text{color:var(--color-danger-text)}.chat-panel-body{flex:1;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;padding:.75rem 1rem;min-height:0}.chat-thinking{display:flex;align-items:center;gap:.5rem}.chat-thinking-spinner{display:inline-block;width:14px;height:14px;border:2px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;flex-shrink:0;animation:spin .8s linear infinite}.chat-thinking-label{font-size:.875rem;font-style:italic;opacity:.8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-panel-composer{padding:.75rem 1rem;border-top:1px solid var(--color-border);flex-shrink:0;background:var(--color-surface-elevated)}.chat-panel-composer--row{display:flex;gap:.5rem;align-items:flex-end}.chat-panel-composer--row textarea{flex:1}.chat-panel-composer--column{display:grid;gap:.5rem}.chat-panel-composer textarea{resize:none;border:1px solid var(--color-border-input);border-radius:6px;padding:8px;font-size:.875rem;font-family:inherit;line-height:1.4;background:var(--color-surface-solid);color:var(--color-text)}.chat-panel-composer textarea:focus{outline:none;border-color:var(--color-primary)}.chat-panel-composer-actions{display:flex;gap:.5rem;align-items:center;justify-content:flex-end}.chat-panel-composer--row .chat-panel-composer-actions{flex-shrink:0}.chat-error-text{color:var(--color-danger-text, #dc2626);font-size:.8125rem;padding:2px 0}.assistant-float .chat-panel-body{max-height:min(18rem,35vh);transition:max-height .25s ease}body.chat-panel-expanded .assistant-float .chat-panel-body{flex:1;max-height:none;min-height:6rem}pre{overflow-x:auto;background:#120a20;color:#efe9ff;border-radius:18px;padding:1rem}.schedule-subsection{display:grid;gap:.85rem;margin-top:1rem}.schedule-card-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.schedule-detail-card.selected{border-color:var(--color-success-border);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--color-success-border) 70%,transparent)}.card-header-row{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.schedule-toggle{display:inline-flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--color-text-muted)}.schedule-toggle input{margin:0}.featured-session-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,260px),1fr));gap:.9rem}.panel-slot-editor{display:grid;gap:.6rem}.panel-slot-row{display:grid;grid-template-columns:1fr 1fr auto;gap:.6rem;align-items:end}.panel-slot-label{display:grid;gap:.3rem;font-weight:600;font-size:.9rem}.panel-slot-remove{padding:.55rem .8rem;font-size:.85rem}.featured-session-editor{display:grid;gap:.85rem}.featured-session-editor .panel-header h4{margin:0}.featured-session-day-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:.8rem}.featured-session-day-card{display:grid;gap:.75rem;padding:.85rem;border-radius:16px;border:1px solid var(--color-border);background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface))}.featured-session-day-card strong{font-family:var(--font-heading)}.featured-session-day-card .muted{margin:.15rem 0 0}.featured-session-slot-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.featured-session-slot-button{display:grid;gap:.2rem;justify-items:start;padding:.7rem .8rem;border-radius:14px;border:1px solid var(--color-border);background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));color:inherit;text-align:left;transition:border-color .14s ease,transform .14s ease,box-shadow .14s ease}.featured-session-slot-button:hover,.featured-session-slot-button:focus-visible{border-color:var(--color-success-border);transform:translateY(-1px);box-shadow:0 12px 28px #0003}.featured-session-slot-button small{color:var(--color-text-muted)}.featured-session-slot-button.active{border-color:var(--color-success-border);background:var(--color-success-bg)}.panel-session-list{display:grid;gap:.8rem}.panel-session-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,150px),1fr));gap:.75rem}@media (max-width: 1100px){.layout-grid,.track-editor-list,.setup-hero,.setup-preview-grid{grid-template-columns:1fr}.setup-preview-panel-featured{grid-column:auto}.process-step-card strong{display:none}}@media (max-width: 720px){.setup-hero,.setup-overview-header,.setup-projects-header,.setup-section-header,.setup-source-lede,.setup-hero-flow{grid-template-columns:1fr;flex-direction:column}.setup-hero{padding:1.2rem}.setup-hero h2{max-width:none}.setup-hero-stat-grid{grid-template-columns:1fr 1fr}.review-grid{grid-template-columns:1fr}.url-source-card-header,.editor-panel-header,.room-card-header,.track-card-header,.card-header-row{flex-direction:column}.assistant-float{right:1rem;left:1rem;bottom:1rem;justify-items:stretch}.assistant-float .chat-panel{width:100%}.process-step-card strong{display:none}.process-footer{flex-direction:column;align-items:stretch}.process-footer-hint{margin-left:0;text-align:left}}.admin-tabs{display:flex;gap:.5rem;padding:0 1.5rem;border-bottom:2px solid var(--color-primary-light);margin-bottom:1rem}.admin-tab{background:transparent;color:var(--color-text-muted);border-radius:8px 8px 0 0;padding:.6rem 1rem;font-weight:500}.admin-tab.active{background:var(--color-primary);color:#fff}.admin-status{padding:.75rem 1.5rem;background:var(--color-primary-light);border-left:4px solid var(--color-primary);margin:0 1.5rem 1rem;border-radius:4px}.admin-type-grid{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.admin-type-card{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem}.admin-type-swatch{width:16px;height:36px;border-radius:3px;flex-shrink:0}.admin-type-info{flex:1}.admin-add-type-form{border-top:1px solid var(--color-primary-light);padding-top:1.25rem;display:flex;flex-direction:column;gap:1rem}.admin-questions-table{width:100%;border-collapse:collapse;font-size:.9rem}.admin-questions-table th,.admin-questions-table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid var(--color-primary-light)}.admin-questions-table th{font-weight:600;background:#7467ef1f}.panel-header-collapsible{cursor:pointer;-webkit-user-select:none;user-select:none}.panel-header-right{display:flex;align-items:center;gap:.5rem}.collapse-chevron{display:inline-block;width:20px;height:20px;transition:transform .2s ease}.collapse-chevron:before{content:"";display:block;width:8px;height:8px;border-right:2px solid var(--color-text);border-bottom:2px solid var(--color-text);transform:rotate(45deg);margin:4px auto}.settings-profile-card{display:flex;align-items:center;gap:1rem;padding:.75rem 0}.settings-profile-avatar{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:var(--color-primary);color:var(--color-bg);font-weight:700;font-size:1.1rem;flex-shrink:0}.settings-theme-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.settings-theme-card{display:grid;gap:.3rem;padding:.75rem;border-radius:14px;border:2px solid var(--color-border);background:linear-gradient(180deg,#2a1a44e0,#1c122ee6);text-align:left;cursor:pointer;transition:border-color .15s,transform .15s}.settings-theme-card:hover{border-color:var(--color-primary-light);transform:translateY(-1px)}.settings-theme-card-active{border-color:var(--color-primary)}.settings-theme-preview{display:block;width:100%;height:32px;border-radius:8px;margin-bottom:.25rem}.settings-theme-card strong{font-size:.85rem}.settings-theme-card .muted{font-size:.75rem}.settings-font-grid{display:grid;gap:.5rem}.settings-font-card{display:grid;gap:.15rem;padding:.65rem .85rem;border-radius:12px;border:2px solid var(--color-border);background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));text-align:left;cursor:pointer;transition:border-color .15s}.settings-font-card:hover{border-color:var(--color-primary-light)}.settings-font-card-active{border-color:var(--color-primary);background:var(--color-primary-light)}.field-label{font-weight:600;margin-bottom:.4rem}.icon-style-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.6rem}.icon-style-option{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:.75rem .5rem;border-radius:12px;border:2px solid var(--color-border);background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));cursor:pointer;transition:border-color .15s,box-shadow .15s}.icon-style-option:hover{border-color:var(--color-primary)}.icon-style-active{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}.icon-style-preview{display:flex;align-items:center;justify-content:center;color:var(--color-primary)}.icon-style-preview svg{width:32px;height:32px}.icon-style-label{font-size:.8rem;font-weight:600;color:var(--color-text)}.icon-style-source{font-size:.65rem;color:var(--color-text-muted)}.collapse-chevron-closed{transform:rotate(-90deg)}.collapsible-body{overflow:hidden;transition:max-height .25s ease,opacity .2s ease}.collapsible-body-open{max-height:5000px;opacity:1}.collapsible-body-closed{max-height:0;opacity:0}.admin-row-revoked{opacity:.5}.admin-created-key{margin:1rem 0;padding:1rem;background:var(--color-warning-bg);border-radius:10px;border:1px solid var(--color-warning-border)}.admin-key-display{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.admin-key-display code{flex:1;padding:.5rem;background:var(--color-surface-soft);border-radius:6px;font-size:.9rem;word-break:break-all}.admin-usage-log{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--color-border)}.speaker-portal-shell{max-width:1120px;margin:0 auto;display:grid;gap:1rem}.speaker-portal-state{display:grid;gap:.6rem;justify-items:start;padding:1.5rem}.speaker-portal-state h1,.speaker-profile-meta h2,.speaker-preview-copy strong{margin:0;font-family:var(--font-heading)}.speaker-portal-state p,.speaker-profile-meta p{margin:0}.speaker-portal-hero{display:grid;grid-template-columns:minmax(0,1.35fr) auto;gap:1rem;align-items:start;padding:1.5rem;background:radial-gradient(circle at top right,var(--color-accent-warm),transparent 28%),linear-gradient(135deg,var(--color-canvas) 0%,var(--color-canvas-alt) 42%,var(--color-primary) 135%)}.speaker-portal-hero-copy,.speaker-portal-hero-actions{display:grid;gap:.8rem}.speaker-portal-hero-copy p{margin:0}.speaker-portal-hero-actions{justify-items:end;align-content:start}.speaker-portal-hero-meta{display:flex;flex-wrap:wrap;justify-content:end;gap:.6rem}.speaker-portal-status{margin:0;padding:.9rem 1rem;border-radius:18px;border:1px solid var(--color-border);background:var(--color-primary-light);color:var(--color-text)}.speaker-portal-status.success{border-color:var(--color-success-border);background:var(--color-success-bg);color:var(--color-success-text)}.speaker-portal-status.error{border-color:var(--color-danger-border);background:var(--color-danger-bg);color:var(--color-danger-text)}.speaker-portal-layout{display:grid;grid-template-columns:minmax(280px,.92fr) minmax(0,1.35fr);gap:1rem;align-items:start}.speaker-portal-side,.speaker-portal-form{display:grid;gap:1rem}.speaker-profile-card,.speaker-preview-card,.speaker-form-card{padding:1.25rem}.speaker-profile-summary{display:grid;gap:1rem;justify-items:start}.speaker-edit-layout{display:flex;gap:2rem;align-items:flex-start}.speaker-headshot{flex-shrink:0;display:grid;place-items:center}.speaker-headshot-img{width:132px;height:132px;border-radius:34px;object-fit:cover;border:1px solid var(--color-border);box-shadow:0 18px 34px #0003}.speaker-headshot-default{width:132px;height:132px;border-radius:34px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));color:#fff;display:flex;align-items:center;justify-content:center;font-size:2.2rem;font-weight:600;border:1px solid var(--color-border);box-shadow:0 18px 34px #0003}.speaker-edit-fields{flex:1;display:flex;flex-direction:column;gap:1rem}.speaker-profile-checklist{display:flex;flex-wrap:wrap;gap:.65rem}.speaker-check-chip{display:inline-flex;align-items:center;gap:.55rem;padding:.55rem .75rem;border-radius:999px;border:1px solid var(--color-border);background:var(--color-surface-soft)}.speaker-check-chip strong,.speaker-preview-copy strong{font-size:.92rem;line-height:1.1}.speaker-preview-copy span,.speaker-field-help,.speaker-bio-count{color:var(--color-text-muted)}.speaker-field-help,.speaker-bio-count{font-size:.86rem}.speaker-check-dot{width:.55rem;height:.55rem;border-radius:50%;background:var(--color-warning-text);box-shadow:0 0 0 3px var(--color-warning-bg)}.speaker-check-chip.complete .speaker-check-dot{background:var(--color-success-text);box-shadow:0 0 0 3px var(--color-success-bg)}.speaker-check-state{flex-shrink:0;padding:.22rem .55rem;border-radius:999px;border:1px solid var(--color-warning-border);background:var(--color-warning-bg);color:var(--color-warning-text);font-size:.74rem;font-weight:700}.speaker-check-state.complete{border-color:var(--color-success-border);background:var(--color-success-bg);color:var(--color-success-text)}.speaker-preview-shell{display:grid;gap:1rem}.speaker-preview-header{display:flex;align-items:center;gap:.85rem}.speaker-preview-avatar{width:76px;height:76px;border-radius:24px;object-fit:cover;border:1px solid var(--color-border)}.speaker-preview-avatar-default{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));color:#fff;font-weight:700}.speaker-preview-copy{display:grid;gap:.2rem}.speaker-preview-bio,.speaker-preview-empty{margin:0}.speaker-preview-bio{white-space:pre-wrap}.speaker-preview-empty{color:var(--color-text-muted)}.speaker-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.speaker-form-span-2{grid-column:1 / -1}.speaker-form-span-2 textarea{min-height:10.5rem}.speaker-bio-footer{display:flex;justify-content:space-between;gap:.75rem;align-items:center}.speaker-portal-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;border-top:1px solid var(--color-border)}.speaker-portal-actions p{margin:0;max-width:42rem}.speaker-portal-link-button,.speaker-portal-link-inline{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}.speaker-portal-link-button{padding:.8rem 1.1rem;border-radius:14px;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));color:#fff;box-shadow:0 10px 26px #00000024}.speaker-portal-link-inline{color:var(--color-text);background:var(--color-primary-light);border:1px solid var(--color-border);border-radius:999px;padding:.45rem .8rem;font-size:.88rem}.speaker-directory-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,320px),1fr));gap:1rem}.speaker-directory-card{align-content:start}.speaker-directory-fields{display:grid;gap:.5rem}.speaker-directory-fields p{margin:0;word-break:break-word}.speaker-directory-meta-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,180px),1fr))}@media (max-width: 900px){.speaker-portal-hero,.speaker-portal-layout{grid-template-columns:1fr}.speaker-portal-hero-actions{justify-items:start}.speaker-portal-hero-meta{justify-content:start}}@media (max-width: 640px){.speaker-form-grid{grid-template-columns:1fr}.speaker-form-span-2{grid-column:auto}.speaker-bio-footer,.speaker-portal-actions{flex-direction:column;align-items:start}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border);border-radius:16px;padding:1.5rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;display:flex;flex-direction:column;gap:1rem;color:var(--color-text)}.session-search-section{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.session-search-results{display:flex;flex-direction:column;gap:.25rem;max-height:200px;overflow-y:auto}.session-search-result{text-align:left;padding:.5rem;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));border:1px solid var(--color-border);border-radius:8px;cursor:pointer}.session-search-result:hover{background:var(--color-primary-light)}.slot-draggable{cursor:grab}.slot-draggable:active{cursor:grabbing;opacity:.6}.drop-target-active{background:var(--color-primary-light);outline:2px dashed var(--color-primary);border-radius:8px}.slot-speakers{font-size:.8rem;color:var(--color-text-muted);margin-top:2px}.slot-custom{border-left:4px solid #888888}.navbar{display:flex;align-items:center;gap:1rem;padding:.6rem 1.5rem;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(167,139,250,.16);border-radius:18px;margin-bottom:1.5rem;box-shadow:0 18px 34px #0003;position:relative;z-index:50}.navbar-brand{flex-shrink:0}.navbar-logo{display:flex;align-items:center;gap:.45rem;font-family:var(--font-heading);font-weight:700;font-size:1.1rem;color:#f6f2ff;text-decoration:none}.navbar-logo:hover{color:#fff}.navbar-logo-icon{display:flex;align-items:center;flex-shrink:0}.navbar-logo-icon svg{width:20px;height:20px}.navbar-links{display:flex;gap:.25rem;margin-left:auto;padding:.2rem;border-radius:14px;background:var(--color-surface-soft);border:1px solid var(--color-border)}.navbar-link{text-decoration:none;padding:.45rem .9rem;border-radius:10px;font-size:.85rem;font-weight:500;color:var(--color-text-muted);transition:background .15s,color .15s}.navbar-link:hover{background:#7467ef24;color:#fff}.navbar-link-active{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));color:#fff}.navbar-link-active:hover{background:linear-gradient(135deg,var(--color-primary-hover),var(--color-primary));color:#fff}.navbar-user{position:relative;margin-left:.5rem}.navbar-user-button{display:flex;align-items:center;gap:.5rem;padding:.3rem .6rem;background:var(--color-surface-soft);border:1px solid var(--color-border);border-radius:12px;cursor:pointer;font-size:.82rem;color:var(--color-text);transition:background .15s}.navbar-user-button:hover{background:#7467ef1f}.navbar-avatar{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-hover));color:#fff;font-weight:600;font-size:.75rem}.navbar-user-name{max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-chevron{display:inline-block;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid var(--color-text-muted);transition:transform .2s}.navbar-chevron-open{transform:rotate(180deg)}.navbar-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;background:linear-gradient(180deg,var(--color-surface-elevated),var(--color-surface));-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-border);border-radius:14px;box-shadow:0 12px 32px #0000004d;padding:.5rem;z-index:100}.navbar-dropdown hr{border:none;border-top:1px solid var(--color-border);margin:.4rem 0}.navbar-dropdown-header{padding:.4rem .6rem}.navbar-dropdown-email{margin:0;font-weight:600;font-size:.85rem;word-break:break-all}.navbar-dropdown-meta{margin:.25rem 0 0;display:flex;gap:.5rem;align-items:center;font-size:.75rem;color:var(--color-text-muted)}.navbar-role-badge{display:inline-block;padding:.1rem .5rem;border-radius:8px;background:var(--color-primary-light);color:var(--color-text);font-weight:600;font-size:.7rem;text-transform:uppercase;letter-spacing:.03em}.navbar-org{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:120px}.navbar-dropdown-item{display:block;width:100%;text-align:left;background:none;border:none;border-radius:8px;padding:.5rem .6rem;font-size:.82rem;color:var(--color-text);cursor:pointer;transition:background .15s}.navbar-dropdown-item:hover{background:var(--color-primary-light)}.site-name-suggestions{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center;margin-top:.25rem}.site-name-pill{padding:.25rem .65rem;border-radius:20px;border:1px solid var(--color-border-input);background:var(--color-surface);color:var(--color-text);font-size:.78rem;cursor:pointer;transition:border-color .15s,background .15s}.site-name-pill:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.site-name-pill-active{border-color:var(--color-primary);background:var(--color-primary);color:var(--color-bg)}.headshot-section{display:grid;gap:.4rem}.headshot-section-label{margin:0;font-weight:600}.headshot-upload-group{display:flex;align-items:center;gap:.5rem}.headshot-upload-or{font-size:.78rem;color:var(--color-text-muted);flex-shrink:0}.headshot-upload-button{display:inline-flex;align-items:center;cursor:pointer;flex-shrink:0}.headshot-upload-button span{display:inline-block;padding:.6rem 1rem;border-radius:12px;background:var(--color-primary-light);color:var(--color-primary);font-weight:600;font-size:.85rem;transition:background .15s;white-space:nowrap}.headshot-upload-button:hover span{background:var(--color-primary);color:var(--color-bg)}.headshot-uploaded-badge{font-size:.75rem;font-weight:600;color:var(--color-primary);background:var(--color-primary-light);padding:.2rem .6rem;border-radius:8px}.headshot-url-row{display:flex;gap:.5rem;align-items:center}.headshot-url-row input{flex:1}.headshot-link-button{flex-shrink:0;padding:.6rem 1rem;font-size:.85rem}@media (max-width: 600px){.headshot-url-row{flex-direction:column;align-items:stretch}}.theme-toggle{background:var(--color-surface-soft);border:1px solid var(--color-border);color:var(--color-text);cursor:pointer;display:block;width:30px;height:30px;padding:5px;border-radius:14px;box-shadow:inset 0 1px #ffffff0a;transition:color .15s,background .15s,border-color .15s,transform .15s;flex-shrink:0;overflow:hidden}.theme-toggle:hover{border-color:var(--color-primary);background:var(--color-primary-light);transform:translateY(-1px)}.theme-toggle svg{display:block;width:100%;height:100%;transform:scale(1.22);transform-origin:center}.import-warnings-details{border:1px solid var(--color-danger-border);border-radius:6px;background:var(--color-danger-bg);margin-bottom:.75rem}.import-warnings-summary{padding:.5rem .75rem;cursor:pointer;color:var(--color-danger-text);font-size:.85rem;font-weight:500;list-style:none}.import-warnings-summary::-webkit-details-marker{display:none}.import-warnings-summary:before{content:"▶ ";font-size:.7rem}details[open] .import-warnings-summary:before{content:"▼ "}.import-warnings-list{margin:0;padding:.5rem .75rem .5rem 2rem;border-top:1px solid var(--color-danger-border);font-size:.82rem;color:var(--color-text-muted)}.import-tab-bar{display:flex;gap:0;border-bottom:2px solid var(--color-border);margin-bottom:1rem}.import-tab{background:none;border:none;border-bottom:2px solid transparent;margin-bottom:-2px;padding:.5rem 1.2rem;cursor:pointer;color:var(--color-text-muted);font-size:.9rem;font-weight:500;display:flex;align-items:center;gap:.4rem;box-shadow:none;border-radius:0}.import-tab:hover{color:var(--color-text)}.import-tab--active{color:var(--color-text);border-bottom-color:var(--color-primary);font-weight:600}.import-tab-badge{background:var(--color-primary-light);color:var(--color-text-muted);border-radius:10px;font-size:.72rem;padding:.1rem .45rem;font-weight:600}.import-tab--active .import-tab-badge{background:var(--color-primary);color:#fff}.allocation-input{width:60px;padding:3px 6px;border:1px solid var(--color-border);border-radius:4px;text-align:center;font-size:.85rem;background:var(--color-surface);color:var(--color-text)}.allocation-input--over{border-color:var(--color-danger-border);background:var(--color-danger-bg);color:var(--color-danger-text);font-weight:600}.allocation-count--over{color:var(--color-danger-text);font-weight:600}.allocation-totals-row td{border-top:2px solid var(--color-border);background:var(--color-surface-raised, var(--color-surface));font-size:.85rem}.allocation-overflow-banner{display:flex;align-items:flex-start;gap:.5rem;background:var(--color-warning-bg, #fff3cd);border:1px solid var(--color-warning-border, #ffc107);border-radius:6px;padding:.5rem .75rem;font-size:.83rem;color:var(--color-warning-text, #856404);margin-bottom:.75rem}.import-browser-filter-bar{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-bottom:.75rem}.import-browser-search{flex:1;min-width:140px;padding:4px 10px;border:1px solid var(--color-border);border-radius:6px;font-size:.85rem;background:var(--color-surface);color:var(--color-text)}.import-tab-toolbar{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem}.import-type-summary{font-size:.85rem;color:var(--color-muted, #666);white-space:nowrap;margin-right:auto}.import-row-actions{white-space:nowrap;display:flex;gap:.25rem}.import-row-actions button{padding:.15rem .4rem;font-size:.9rem;line-height:1}.import-browser-row--overflow{background:var(--color-warning-bg, #fffdf0)}.import-overflow-badge{display:inline-block;margin-left:.4rem;background:var(--color-warning-bg, #ffeeba);color:var(--color-warning-text, #856404);font-size:.72rem;padding:1px 6px;border-radius:8px;vertical-align:middle}.conf-page{padding:0;display:flex;flex-direction:column;min-height:100vh}.conf-page-content{flex:1}.conf-nav{position:sticky;top:0;z-index:100;background:var(--color-surface-solid);border-bottom:1px solid var(--color-border)}.conf-nav-topbar{display:flex;align-items:center;gap:1rem;padding:.6rem 1.5rem;border-bottom:1px solid var(--color-border)}.conf-nav-logo{display:flex;align-items:center;gap:.45rem;font-weight:700;font-size:1rem;color:var(--color-primary);text-decoration:none}.conf-nav-logo-icon{width:22px;height:22px;color:var(--color-primary);display:flex;align-items:center}.conf-nav-conf-name{font-size:.82rem;color:var(--color-text-muted)}.conf-nav-auth{margin-left:auto;font-size:.85rem}.conf-nav-signin{color:var(--color-primary);text-decoration:none;font-weight:500}.conf-nav-signin:hover{text-decoration:underline}.conf-nav-username{color:var(--color-text-muted)}.conf-nav-tabs{display:flex;overflow-x:auto;scrollbar-width:none;padding:0 1.5rem}.conf-nav-tabs::-webkit-scrollbar{display:none}.conf-nav-tab{background:none;border:none;border-bottom:2px solid transparent;color:var(--color-text-muted);cursor:pointer;font-size:.88rem;padding:.6rem .9rem;white-space:nowrap;transition:color .15s;text-decoration:none;display:inline-flex;align-items:center}.conf-nav-tab:hover{color:var(--color-text)}.conf-nav-tab-active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.conf-nav-tab-admin{color:var(--color-text-muted);border-left:1px solid var(--color-border);margin-left:.5rem;padding-left:1rem}.conf-nav-tab-admin:hover{color:var(--color-primary)}.conf-tab-pane{width:100%;max-width:1100px;margin:0 auto;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.25rem;box-sizing:border-box}.conf-tab-pane--full-width{padding:0}.conf-section-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;box-shadow:0 2px 10px #0000000f;padding:1.75rem 2rem}.conf-overview-layout{display:grid;grid-template-columns:1fr 270px;gap:1.25rem;align-items:start}.conf-overview-main{display:flex;flex-direction:column;gap:1.25rem;min-width:0}.conf-overview-sidebar{display:flex;flex-direction:column;gap:1.25rem;position:sticky;top:1.5rem}.conf-sidebar-section{padding:1.5rem}.conf-overview-sections{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}.conf-hero-title{font-size:1.9rem;font-weight:700;line-height:1.2;margin:.25rem 0 0}.conf-hero-desc{color:var(--color-text-muted);font-size:.95rem;line-height:1.65;max-width:580px;margin-top:.75rem}.conf-info-grid{display:flex;flex-wrap:wrap;gap:.75rem}.conf-info-card{flex:0 0 auto;min-width:140px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:.85rem 1rem}.conf-info-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:0 0 .3rem}.conf-info-value{font-size:.92rem;font-weight:500;margin:0}.conf-info-sub{font-size:.78rem;color:var(--color-text-muted);margin:.2rem 0 0}.conf-speaker-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.conf-speaker-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:1.1rem 1rem;text-align:center}.conf-speaker-avatar{width:52px;height:52px;border-radius:50%;margin:0 auto .65rem;display:flex;align-items:center;justify-content:center}.conf-speaker-avatar-initials{background:var(--color-primary-light);color:var(--color-primary);font-size:1.25rem;font-weight:700}.conf-speaker-avatar-img{object-fit:cover}.conf-speaker-name{font-size:.88rem;font-weight:600;margin:0 0 .2rem}.conf-speaker-affiliation{font-size:.78rem;color:var(--color-text-muted);margin:0}.conf-speaker-tagline{font-size:.75rem;margin:.2rem 0 0}.conf-track-list{display:flex;flex-direction:column;gap:.6rem}.conf-track-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:.85rem 1rem;display:flex;align-items:flex-start;gap:.85rem}.conf-track-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:.35rem}.conf-track-name{font-size:.95rem;font-weight:600;margin:0 0 .15rem}.conf-track-chairs{font-size:.8rem;margin:0}.conf-agenda-day{margin-bottom:1.75rem}.conf-agenda-day-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-primary);border-bottom:1px solid var(--color-border);padding-bottom:.4rem;margin:0 0 .6rem}.conf-agenda-slot{display:flex;gap:.85rem;padding:.5rem 0;border-bottom:1px solid var(--color-border);align-items:baseline}.conf-agenda-time{font-size:.78rem;color:var(--color-text-muted);min-width:90px;flex-shrink:0;font-family:monospace}.conf-agenda-content{font-size:.88rem}.conf-agenda-title{font-weight:500}.conf-agenda-room{font-size:.82rem}.conf-agenda-pill{display:inline-block;font-size:.7rem;padding:.1rem .45rem;border-radius:10px;background:var(--color-primary-light);color:var(--color-primary);margin-left:.5rem;vertical-align:middle}.conf-venue-section{margin-bottom:0}.conf-venue-heading{font-size:1.05rem;font-weight:600;margin:0 0 .75rem}.conf-venue-dl{display:grid;grid-template-columns:130px 1fr;gap:.4rem .75rem;font-size:.88rem;margin:0 0 1rem}.conf-venue-dl dt{color:var(--color-text-muted);font-weight:400}.conf-venue-dl dd{margin:0}.conf-hotel-btn{display:inline-block;margin-top:.25rem;font-size:.88rem;text-decoration:none}.conf-loading,.conf-error{padding:3rem 1.5rem;color:var(--color-text-muted)}.import-toast{position:fixed;bottom:1.5rem;right:1.5rem;z-index:200;display:flex;flex-direction:column;gap:.5rem;max-width:24rem}.import-toast-job{display:flex;align-items:center;gap:.6rem;padding:.65rem 1rem;border-radius:10px;background:var(--color-surface-elevated);border:1px solid var(--color-border);font-size:.9rem;color:var(--color-text-muted);box-shadow:0 2px 8px #0000001f}.import-toast-job--done{border-color:#144d3d;color:var(--color-text)}.import-toast-job--error{border-color:#e05252;color:var(--color-text)}.import-toast-icon{font-size:1rem;flex-shrink:0}.import-toast-icon--error{color:#e05252}.import-toast-label{flex:1}.import-toast-dismiss{background:none;border:none;cursor:pointer;font-size:1.1rem;color:var(--color-text-muted);padding:0 .2rem;line-height:1;flex-shrink:0}.import-toast-dismiss:hover{color:var(--color-text)}.mgmt-page{min-height:100vh;background:var(--color-bg)}.mgmt-container{max-width:1600px;margin:0 auto;padding:1.5rem}.mgmt-project-bar{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.mgmt-project-select{padding:.4rem .75rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface);color:var(--color-text);font-size:.9rem;min-width:260px}.mgmt-layout{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}.mgmt-left{display:flex;flex-direction:column;gap:1.5rem}.mgmt-section{padding:1.25rem 1.5rem}.mgmt-chat-section{display:flex;flex-direction:column}.mgmt-tab-panel{overflow:hidden}.mgmt-tab-bar{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--color-border);padding:0 1rem}.mgmt-tab-nav{display:flex}.mgmt-tab-btn{background:none;border:none;border-bottom:2px solid transparent;padding:.75rem 1.1rem;margin-bottom:-1px;cursor:pointer;font-size:.9rem;color:var(--color-text-muted);border-radius:0;box-shadow:none;transition:color .15s;font-weight:500}.mgmt-tab-btn:hover{color:var(--color-text)}.mgmt-tab-btn--active{border-bottom-color:var(--color-primary);color:var(--color-text);font-weight:600}.mgmt-tab-pane{padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.25rem}.mgmt-tab-divider{border:none;border-top:1px solid var(--color-border);margin:0 -1.5rem}.mgmt-tab-section-title{font-size:1rem;font-weight:600;margin:.25rem 0 .75rem}.mgmt-reg-sub-section{display:flex;flex-direction:column;gap:0}.mgmt-metrics-table{width:100%;border-collapse:collapse;margin-top:.5rem}.mgmt-metrics-table tr{border-bottom:1px solid var(--color-border)}.mgmt-metrics-table tr:last-child{border-bottom:none}.mgmt-metrics-label{padding:.45rem 0;color:var(--color-text-muted);font-size:.9rem}.mgmt-metrics-value{padding:.45rem 0;text-align:right;font-variant-numeric:tabular-nums;font-size:1rem}.mgmt-reg-actions{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;margin-bottom:1rem}.mgmt-reg-btn-row{display:flex;gap:.75rem;flex-wrap:wrap}.mgmt-reg-clear-label{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--text-muted, #666);cursor:pointer;-webkit-user-select:none;user-select:none}.mgmt-col-picker{display:flex;flex-wrap:wrap;gap:.35rem .75rem;margin-top:.75rem;padding:.6rem .75rem;background:var(--surface-2, #f8fafc);border:1px solid var(--border-color, #e2e8f0);border-radius:6px}.mgmt-col-picker-item{display:flex;align-items:center;gap:.35rem;font-size:.78rem;color:var(--text-secondary, #64748b);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.mgmt-col-picker-item input[type=checkbox]{cursor:pointer;accent-color:var(--color-primary, #144d3d)}.mgmt-registrants-table-wrap{overflow-x:auto;border:1px solid var(--border-color, #e2e8f0);border-radius:6px;margin-top:.75rem}.mgmt-registrants-table{width:max-content;min-width:100%;border-collapse:collapse;font-size:.8rem}.mgmt-registrants-table th,.mgmt-registrants-table td{padding:.45rem .75rem;text-align:left;border-bottom:1px solid var(--border-color, #e2e8f0);white-space:nowrap}.mgmt-registrants-table th{background:var(--surface-2, #f8fafc);font-weight:600;position:sticky;top:0}.mgmt-registrants-table tbody tr:last-child td{border-bottom:none}.mgmt-registrants-table tbody tr:hover td{background:var(--surface-hover, #f1f5f9)}.mgmt-registrants-td-topics{max-width:220px;white-space:normal!important;word-break:break-word}.mgmt-reg-summary-pills{display:flex;gap:.5rem;flex-wrap:wrap}.reg-status{display:inline-block;font-size:.78rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;white-space:nowrap}.reg-status--ok{background:#22c55e26;color:#15803d}.reg-status--warn{background:#eab30826;color:#92400e}.reg-status--bad{background:#ef444426;color:#b91c1c}[data-theme=light] .reg-status--ok{background:#22c55e1a}[data-theme=light] .reg-status--warn{background:#eab3081a}[data-theme=light] .reg-status--bad{background:#ef44441a}.reg-check-wrap{margin-top:1rem}.reg-check-summary{display:flex;gap:.5rem;flex-wrap:wrap;align-items:center;margin-bottom:.75rem}.reg-check-time{font-size:.78rem;margin-left:auto}.reg-filter-btn{display:flex;align-items:center;gap:.35rem;padding:.3rem .65rem;border:1px solid var(--color-border);border-radius:5px;background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;font-size:.8rem;transition:border-color .15s,color .15s}.reg-filter-btn:hover,.reg-filter-btn--active{border-color:#144d3d;color:var(--color-text)}.reg-filter-btn--ok{border-left:3px solid #15803d}.reg-filter-btn--warn{border-left:3px solid #b45309}.reg-filter-btn--bad{border-left:3px solid #b91c1c}.reg-filter-badge{background:var(--color-border);border-radius:10px;padding:0 .35rem;font-size:.75rem;font-variant-numeric:tabular-nums}.reg-check-table td{vertical-align:top;font-size:.85rem}.sessions-panel{display:flex;flex-direction:column;gap:1rem}.sessions-type-tabs{display:flex;flex-wrap:wrap;gap:.375rem}.sessions-type-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .75rem;border:1px solid var(--color-border);border-radius:999px;background:none;font-size:.82rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;transition:color .15s,border-color .15s,background .15s}.sessions-type-tab:hover{color:var(--color-text);border-color:var(--color-primary)}.sessions-type-tab--active{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}.sessions-type-badge{background:var(--color-border);border-radius:999px;padding:.05em .45em;font-size:.78em;font-weight:600;color:var(--color-text-muted)}.sessions-type-tab--active .sessions-type-badge{background:var(--color-primary-light);color:var(--color-primary)}.sessions-table-wrap{overflow-x:auto}.sessions-table td{vertical-align:top;font-size:.85rem}.sessions-status-pill{display:inline-block;padding:.1em .55em;border-radius:999px;font-size:.78em;font-weight:600;background:var(--color-border);color:var(--color-text-muted);text-transform:capitalize}.mgmt-float-btn{position:fixed;z-index:200;bottom:1.5rem;right:1.5rem;width:52px;height:52px;border-radius:50%;background:var(--color-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #00000059;transition:transform .15s ease,box-shadow .15s ease}.mgmt-float-btn:hover{transform:scale(1.08);box-shadow:0 6px 24px #00000073}.mgmt-float-panel{position:fixed;z-index:200;bottom:1.5rem;right:1.5rem;width:400px;height:540px;display:flex;flex-direction:column;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;box-shadow:0 8px 36px #0000004d;overflow:hidden}.mgmt-float-panel--expanded{top:1rem;bottom:1rem;height:auto}.mgmt-float-header{display:flex;align-items:center;justify-content:space-between;padding:.65rem .85rem .65rem 1rem;border-bottom:1px solid var(--color-border);flex-shrink:0;background:var(--color-surface-elevated)}.mgmt-float-title{display:flex;flex-direction:column;gap:.1rem}.mgmt-float-title-text{font-size:.9rem;font-weight:600;color:var(--color-text);line-height:1.2}.mgmt-float-actions{display:flex;align-items:center;gap:.15rem}.mgmt-float-icon-btn{background:none;border:none;cursor:pointer;color:var(--color-text-muted);padding:.35rem;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.mgmt-float-icon-btn:hover{background:var(--color-bg);color:var(--color-text)}.mgmt-float-body{flex:1;overflow:hidden;display:flex;flex-direction:column}.mgmt-chat-panel{display:flex;flex-direction:column;flex:1;overflow:hidden}.mgmt-toast{position:fixed;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:200;padding:.65rem 1.25rem;border-radius:6px;font-size:.9rem;box-shadow:0 4px 16px #0003;white-space:nowrap}.mgmt-toast--ok{background:#15803d;color:#fff}.links-form{display:flex;flex-direction:column;gap:2rem;max-width:640px}.links-section{display:flex;flex-direction:column;gap:1rem}.links-section-title{font-size:1rem;font-weight:600;margin:0;padding-bottom:.5rem;border-bottom:1px solid var(--color-border, #e2e8f0)}.links-hint{font-size:.82rem;color:var(--color-muted, #64748b);margin:-.5rem 0 0}.links-field{display:flex;flex-direction:column;gap:.35rem}.links-label{font-size:.85rem;font-weight:500}.links-input,.links-textarea{width:100%;padding:.45rem .7rem;border:1px solid var(--color-border, #e2e8f0);border-radius:6px;background:var(--color-input-bg, #fff);color:var(--color-text, #1a202c);font-size:.9rem;font-family:inherit;box-sizing:border-box}.links-input:focus,.links-textarea:focus{outline:none;border-color:var(--color-primary, #144d3d);box-shadow:0 0 0 2px #144d3d26}.links-textarea{resize:vertical}.links-actions{display:flex;align-items:center;gap:1rem}.links-saved-msg{font-size:.85rem;color:#15803d;font-weight:500}.mgmt-toast--err{background:#b91c1c;color:#fff}.links-custom-section{max-width:640px;margin-top:2.5rem}.links-section-header{display:flex;align-items:center;justify-content:space-between}.links-field-inline{flex-direction:row;align-items:center}.custom-link-row{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.75rem .85rem;border:1px solid var(--color-border, #e2e8f0);border-radius:8px;background:var(--color-surface)}.custom-link-info{display:flex;flex-direction:column;gap:.2rem;min-width:0}.custom-link-name{font-weight:600;font-size:.9rem}.custom-link-desc{font-size:.8rem;color:var(--color-text-muted, #64748b)}.custom-link-url{font-size:.78rem;color:var(--color-primary, #144d3d);word-break:break-all}.custom-link-meta{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.custom-link-badge{font-size:.72rem;font-weight:600;padding:.15rem .5rem;border-radius:999px;text-transform:uppercase;letter-spacing:.04em}.custom-link-badge.public{background:#dcfce7;color:#15803d}.custom-link-badge.private{background:var(--color-border, #e2e8f0);color:var(--color-text-muted, #64748b)}.custom-link-form{display:flex;flex-direction:column;gap:.75rem;padding:1rem;border:1px solid var(--color-primary, #144d3d);border-radius:8px;background:var(--color-surface)}.conf-quick-links{display:flex;flex-wrap:wrap;gap:.6rem}.conf-quick-link-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem .9rem;border-radius:999px;border:1.5px solid var(--color-primary, #144d3d);color:var(--color-primary, #144d3d);background:transparent;font-size:.85rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;cursor:pointer}.conf-quick-link-badge:hover{background:var(--color-primary, #144d3d);color:#fff}.conf-nav-conf-logo{height:2rem;width:auto;object-fit:contain;border-radius:4px}.conf-footer-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.25rem;padding:1.5rem 2rem;border-top:1px solid var(--color-border);background:var(--color-surface);margin-top:auto}.conf-footer-copyright{font-size:.8rem;color:var(--color-text-muted, #888);white-space:nowrap}.conf-footer-logo-link{display:flex;align-items:center;text-decoration:none}.conf-footer-logo-img{height:2.5rem;width:auto;object-fit:contain}.conf-footer-divider{display:block;width:1px;height:1.5rem;background:var(--color-border)}.conf-footer-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-text-muted);text-decoration:none;font-size:.85rem;transition:color .15s}.conf-footer-link:hover{color:var(--color-primary)}.conf-footer-link-icon{display:flex;align-items:center;width:1.25rem;height:1.25rem}.conf-footer-link-icon svg{width:100%;height:100%}.conf-footer-link-img{width:1.25rem;height:1.25rem;object-fit:contain;border-radius:2px}.conf-footer-link-label{font-weight:500}.branding-editor{display:flex;flex-direction:column;gap:1.25rem}.branding-section{display:flex;flex-direction:column;gap:.6rem}.branding-section-title{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin:0}.branding-section-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.branding-logo-url-row{display:flex;align-items:center;gap:.5rem}.branding-logo-url-row .input{flex:1}.branding-logo-size-row{display:flex;align-items:center;gap:.75rem}.branding-size-label{font-size:.82rem;color:var(--color-text-muted);white-space:nowrap}.branding-size-buttons{display:flex;gap:.35rem}.branding-logo-preview-box{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface-soft);min-height:5rem}.branding-logo-preview-img{width:auto;max-width:280px;object-fit:contain;border-radius:4px}.branding-error{color:var(--color-danger-text);font-size:.82rem;margin:0}.branding-empty{font-size:.82rem;margin:0}.branding-link-item{display:flex;flex-direction:column;gap:.35rem;padding:.6rem .75rem;border:1px solid var(--color-border);border-radius:6px;background:var(--color-surface-soft)}.branding-link-row{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap}.branding-link-row .input{flex:1;min-width:80px}.branding-icon-select{flex:0 0 auto!important;min-width:100px}.branding-link-row--custom{padding-top:.25rem}.branding-link-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.branding-link-show-label,.branding-link-order-label{display:inline-flex;align-items:center;gap:.3rem;font-size:.8rem;color:var(--color-text-muted);cursor:pointer}.branding-link-order-input{width:4rem!important;flex:none!important}.branding-link-remove{margin-left:auto;color:var(--color-danger-text)!important}.branding-panel-section{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.branding-panel-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.6rem 1rem;background:none;border:none;cursor:pointer;font-size:.82rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);transition:color .15s}.branding-panel-toggle:hover{color:var(--color-text)}.branding-panel-toggle-arrow{font-size:.65rem}.branding-panel-body{padding:.75rem 1rem 1rem;display:flex;flex-direction:column;gap:.75rem}.branding-panel-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;padding-top:.25rem}.branding-saved{font-size:.82rem;color:var(--color-success-text);font-weight:500}.conf-section-heading{font-size:1rem;font-weight:600;margin:0 0 1rem;color:var(--color-text)}.conf-hero-meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.6rem}.conf-hero-meta-item{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem;color:var(--color-text-muted)}.conf-hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.25rem}.conf-hero-cta-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;background:var(--color-primary);color:#fff;transition:opacity .15s}.conf-hero-cta-btn:hover{opacity:.88}.conf-hero-cta-btn--secondary{background:transparent;border:1px solid var(--color-border-input);color:var(--color-text)}.conf-hero-cta-btn--secondary:hover{background:var(--color-primary-light)}.conf-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.conf-links-list{display:flex;flex-direction:column;gap:.5rem}.conf-link-card{display:flex;align-items:center;gap:.55rem;padding:.85rem 1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;text-decoration:none;color:var(--color-text);font-size:.88rem;font-weight:500;transition:border-color .15s,background .15s;cursor:pointer}.conf-link-card:hover{border-color:var(--color-primary);background:var(--color-primary-light);color:var(--color-primary)}.conf-link-card-icon{font-size:1.1rem;flex-shrink:0}.conf-link-card-label{flex:1;line-height:1.2}.conf-link-card svg{flex-shrink:0;opacity:.5}.conf-deadlines-list{display:flex;flex-direction:column;gap:0}.conf-deadline-item{display:grid;grid-template-columns:120px 1fr;align-items:baseline;gap:1rem;padding:.6rem 0;border-bottom:1px solid var(--color-border);font-size:.9rem}.conf-deadline-item:last-child{border-bottom:none}.conf-deadline-date{font-weight:600;color:var(--color-primary);white-space:nowrap}.conf-deadline-title{color:var(--color-text)}.conf-deadline-title a{color:inherit;text-decoration:underline;text-underline-offset:2px}.conf-deadline-item--past .conf-deadline-date,.conf-deadline-item--past .conf-deadline-title{text-decoration:line-through;opacity:.45;color:var(--color-text-muted)}.conf-stats-row{display:flex;flex-wrap:wrap;gap:.75rem}.conf-stat-card{flex:0 0 auto;min-width:140px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;padding:.85rem 1rem}.conf-link-pill{display:inline-flex;align-items:center;gap:.35rem;margin-top:.75rem;font-size:.82rem;color:var(--color-primary);text-decoration:none}.conf-link-pill:hover{text-decoration:underline}.conf-forms-intro{font-size:.88rem;color:var(--color-text-muted);margin:-.5rem 0 1rem}.conf-forms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.85rem}.conf-form-card{display:flex;align-items:flex-start;gap:.85rem;padding:1rem 1.1rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;text-align:left;cursor:pointer;transition:border-color .15s,background .15s}.conf-form-card:hover{border-color:var(--color-primary);background:var(--color-primary-light)}.conf-form-card-icon{flex-shrink:0;color:var(--color-primary);margin-top:2px}.conf-form-card-body{flex:1;display:flex;flex-direction:column;gap:.2rem}.conf-form-card-type{font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted)}.conf-form-card-title{font-size:.92rem;font-weight:600;color:var(--color-text);line-height:1.3}.conf-form-card-desc{font-size:.8rem;color:var(--color-text-muted);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.conf-form-card-cta{flex-shrink:0;font-size:.78rem;font-weight:600;color:var(--color-primary);align-self:center;white-space:nowrap}.conf-form-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;display:flex;align-items:center;justify-content:center;z-index:500;padding:1rem}.conf-form-dialog{background:var(--color-surface-solid);border:1px solid var(--color-border);border-radius:14px;width:100%;max-width:560px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 24px 64px #0000004d}.conf-form-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid var(--color-border);flex-shrink:0}.conf-form-dialog-title{font-size:1.05rem;font-weight:700;margin:0}.conf-form-dialog-close{background:none;border:none;font-size:1.4rem;line-height:1;color:var(--color-text-muted);cursor:pointer;padding:.2rem .4rem;border-radius:6px;box-shadow:none}.conf-form-dialog-close:hover{background:var(--color-primary-light);color:var(--color-text)}.conf-form-body{padding:1.25rem 1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.conf-form-description{font-size:.88rem;color:var(--color-text-muted);margin:0;line-height:1.55}.conf-form-field{display:flex;flex-direction:column;gap:.3rem}.conf-form-label{font-size:.88rem;font-weight:500}.conf-form-required{color:#f87171}.conf-form-help{font-size:.78rem;color:var(--color-text-muted);margin:0}.conf-form-input{background:var(--color-surface-elevated);border:1px solid var(--color-border-input);border-radius:8px;color:var(--color-text);font:inherit;font-size:.9rem;padding:.55rem .75rem;width:100%;box-sizing:border-box}.conf-form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.conf-form-input--error{border-color:var(--color-danger-text)}.conf-form-textarea{resize:vertical;min-height:90px}.conf-form-select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.conf-form-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.conf-form-checkbox{width:auto}.conf-form-choice-group{display:flex;flex-direction:column;gap:.4rem}.conf-form-choice-label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}.conf-form-choice-label input{width:auto;margin:0;flex-shrink:0}.conf-form-error{font-size:.78rem;color:var(--color-danger-text);margin:0}.conf-form-server-error{font-size:.85rem;color:var(--color-danger-text);background:var(--color-danger-bg);border:1px solid var(--color-danger-border);border-radius:8px;padding:.6rem .85rem;margin:0}.conf-form-actions{display:flex;gap:.75rem;justify-content:flex-end;padding-top:.25rem}.conf-form-success{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem;text-align:center}.conf-form-success-icon{width:52px;height:52px;border-radius:50%;background:var(--color-success-bg);border:1px solid var(--color-success-border);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--color-success-text)}.conf-form-success-msg{font-size:.95rem;color:var(--color-text);margin:0}.mgmt-forms-panel{padding:0;display:flex;flex-direction:column;gap:1rem}.mgmt-forms-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.mgmt-forms-title{font-size:.95rem;font-weight:600;margin:0}.mgmt-forms-hint{font-size:.82rem;margin:-.5rem 0 0}.mgmt-forms-list{display:flex;flex-direction:column;gap:.6rem}.mgmt-form-row-card{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:8px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.35rem}.mgmt-form-row-card-info{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.mgmt-form-row-title{font-size:.9rem;font-weight:600}.mgmt-form-row-badge{font-size:.68rem;padding:.15rem .45rem;border-radius:4px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.mgmt-badge-active{background:var(--color-success-bg);color:var(--color-success-text);border:1px solid var(--color-success-border)}.mgmt-badge-inactive{background:var(--color-warning-bg);color:var(--color-warning-text);border:1px solid var(--color-warning-border)}.mgmt-badge-hidden{background:var(--color-surface-soft);color:var(--color-text-muted);border:1px solid var(--color-border)}.mgmt-form-row-desc{font-size:.82rem;margin:0}.mgmt-notify-email-row{background:var(--color-surface-raised);border:1px solid var(--color-border);border-radius:8px;padding:1rem;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem}.mgmt-notify-email-input-row{display:flex;gap:.5rem;align-items:center}.mgmt-notify-email-input-row .mgmt-form-input{flex:1}.mgmt-notify-email-hint{font-size:.8rem;margin:0}.mgmt-notify-provider-toggle{display:flex;gap:.5rem}.mgmt-email-status-badge{font-size:.75rem;padding:.15rem .5rem;border-radius:999px;font-weight:500;border:1px solid transparent}.mgmt-email-status-none{background:var(--color-surface-raised);color:var(--color-text-muted);border-color:var(--color-border)}.mgmt-email-status-sent{background:#d1fae5;color:#065f46;border-color:#6ee7b7}.mgmt-email-status-failed{background:#fee2e2;color:#991b1b;border-color:#fca5a5}.mgmt-form-row-actions{display:flex;gap:.5rem;margin-top:.25rem}.mgmt-form-delete-btn{color:var(--color-danger-text)}.mgmt-form-delete-btn:hover{border-color:var(--color-danger-border);background:var(--color-danger-bg)}.mgmt-form-editor{display:flex;flex-direction:column;gap:.85rem;max-width:680px}.mgmt-form-row{display:flex;flex-direction:column;gap:.3rem}.mgmt-form-row-2col{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.mgmt-form-label{font-size:.82rem;font-weight:500;color:var(--color-text-muted)}.mgmt-form-input{background:var(--color-surface-elevated);border:1px solid var(--color-border-input);border-radius:7px;color:var(--color-text);font:inherit;font-size:.88rem;padding:.45rem .65rem;width:100%;box-sizing:border-box}.mgmt-form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light)}.mgmt-form-textarea{resize:vertical;min-height:64px}.mgmt-form-checkbox-row{display:flex;align-items:center;gap:.45rem;font-size:.85rem;cursor:pointer}.mgmt-form-toggles-row{display:flex;flex-direction:column;gap:.75rem}.mgmt-form-toggle-row{display:flex;align-items:center;gap:.6rem;font-size:.85rem;cursor:pointer;width:fit-content}.mgmt-toggle-switch{position:relative;display:inline-block;width:36px;height:20px;flex-shrink:0}.mgmt-toggle-switch input{opacity:0;width:0;height:0;position:absolute}.mgmt-toggle-slider{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--color-border-input);border-radius:20px;transition:background .2s}.mgmt-toggle-slider:before{content:"";position:absolute;width:14px;height:14px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform .2s}.mgmt-toggle-switch input:checked+.mgmt-toggle-slider{background:var(--color-primary)}.mgmt-toggle-switch input:checked+.mgmt-toggle-slider:before{transform:translate(16px)}.mgmt-form-save-row{display:flex;gap:.75rem;padding-top:.5rem}.mgmt-form-fields-section{border:1px solid var(--color-border);border-radius:8px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.75rem}.mgmt-form-fields-header{display:flex;align-items:center;justify-content:space-between}.mgmt-form-fields-title{font-size:.85rem;font-weight:600;margin:0}.mgmt-form-add-field-btn{font-size:.82rem;padding:.35rem .75rem}.mgmt-field-editor{border:1px solid var(--color-border);border-radius:6px;padding:.65rem .75rem;display:flex;flex-direction:column;gap:.45rem;background:var(--color-surface-soft)}.mgmt-field-row-top{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.mgmt-field-label-input{flex:1;min-width:140px}.mgmt-field-type-select{width:140px;flex-shrink:0}.mgmt-field-required-toggle{display:flex;align-items:center;gap:.3rem;font-size:.8rem;cursor:pointer;white-space:nowrap}.mgmt-field-remove-btn{background:none;border:none;box-shadow:none;font-size:1.1rem;color:var(--color-text-muted);cursor:pointer;padding:.1rem .35rem;border-radius:4px;flex-shrink:0}.mgmt-field-remove-btn:hover{background:var(--color-danger-bg);color:var(--color-danger-text)}.mgmt-field-row-details{display:flex;flex-direction:column;gap:.35rem}.mgmt-multichoice-editor{display:flex;flex-direction:column;gap:.5rem}.mgmt-multichoice-mode{display:flex;gap:1rem}.mgmt-multichoice-options{display:flex;flex-direction:column;gap:.35rem}.mgmt-multichoice-option-row{display:flex;gap:.4rem;align-items:center}.mgmt-multichoice-option-row .mgmt-form-input{flex:1}.mgmt-submissions-list{display:flex;flex-direction:column;gap:.75rem}.mgmt-submission-card{background:var(--color-surface-elevated);border:1px solid var(--color-border);border-radius:8px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.6rem}.mgmt-submission-meta{display:flex;align-items:center;gap:.75rem;font-size:.82rem;flex-wrap:wrap}.mgmt-submission-meta a{color:var(--color-primary)}.mgmt-submission-actions{display:flex;align-items:center;gap:.5rem;margin-left:auto}.mgmt-submission-view-link{font-size:.8rem;font-weight:500;color:var(--color-primary);text-decoration:none}.mgmt-submission-view-link:hover{text-decoration:underline}.mgmt-submission-copy-btn{font-size:.78rem;padding:.2rem .6rem}.submission-view-page{max-width:720px;margin:2.5rem auto;padding:0 1.5rem 4rem}.submission-view-nav{margin-bottom:1.5rem}.submission-view-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}.submission-view-header{display:flex;flex-direction:column;gap:.35rem}.submission-view-form-type{font-size:.72rem;letter-spacing:.08em;color:var(--color-text-muted);font-weight:600}.submission-view-title{margin:0;font-size:1.35rem;font-weight:700}.submission-view-submitted{font-size:.82rem}.submission-view-submitter{background:var(--color-surface-elevated);border-radius:8px;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.submission-view-fields{display:flex;flex-direction:column;gap:.75rem;margin:0}.submission-view-field{display:grid;grid-template-columns:180px 1fr;gap:.75rem;font-size:.9rem}.submission-view-field dt{color:var(--color-text-muted);font-weight:500}.submission-view-field dd{margin:0;word-break:break-word}.submission-view-id-row{border-top:1px solid var(--color-border);padding-top:1rem;font-size:.75rem}.submission-view-error{padding:2rem;text-align:center;color:var(--color-danger-text)}.mgmt-submission-data{display:flex;flex-direction:column;gap:.35rem;margin:0}.mgmt-submission-entry{display:grid;grid-template-columns:180px 1fr;gap:.75rem;font-size:.85rem}.mgmt-submission-entry dt{color:var(--color-text-muted);font-weight:500}.mgmt-submission-entry dd{margin:0;word-break:break-word}@media (max-width: 900px){.conf-overview-layout{grid-template-columns:1fr}.conf-overview-sidebar{position:static}}@media (max-width: 640px){.conf-links-grid{grid-template-columns:repeat(2,1fr)}.conf-forms-grid{grid-template-columns:1fr}.conf-deadline-item{grid-template-columns:100px 1fr}.mgmt-form-row-2col,.mgmt-submission-entry{grid-template-columns:1fr}.mgmt-field-row-top{flex-direction:column;align-items:stretch}.mgmt-field-type-select{width:100%}}
