@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,sans-serif;color:#0f172a;background:#f8fafc;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: #f8fafc;--foreground: #0f172a;--card: #ffffff;--card-foreground: #0f172a;--muted: #f1f5f9;--muted-foreground: #64748b;--accent: #f8fafc;--accent-foreground: #0f172a;--primary: #111827;--primary-foreground: #f8fafc;--secondary: #f1f5f9;--secondary-foreground: #0f172a;--border: #e2e8f0;--input: #e2e8f0;--ring: #cbd5e1;--destructive: #dc2626;--radius: 14px;--shadow-sm: 0 1px 2px rgba(15, 23, 42, .04);--shadow-md: 0 10px 30px rgba(15, 23, 42, .06)}*{box-sizing:border-box}html,body,#root{min-height:100%;width:100%;max-width:100%;margin:0;overflow-x:hidden}body{min-height:100vh;background:linear-gradient(180deg,#ffffffb8,#f8fafcf5),var(--background);color:var(--foreground)}button,input,textarea,select{font:inherit}.app-shell{min-height:100vh;width:100%;max-width:100%;padding:16px 8px 24px;overflow-x:hidden}.ambient{display:none}.phone-frame{width:min(100%,460px);max-width:100%;margin:0 auto;padding:0 0 24px}.hero{position:sticky;top:0;z-index:2;padding:8px 2px 10px;background:linear-gradient(180deg,#f8fafcf2,#f8fafce0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.global-search-wrap{margin-bottom:8px}.hero.global-search-wrap{display:grid;gap:8px}.mode-toggle{display:inline-grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;width:100%;margin-bottom:8px;padding:3px;border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);background:var(--muted)}.mode-toggle-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap;min-height:30px;padding:0 10px;border:0;border-radius:calc(var(--radius) - 4px);background:transparent;color:var(--muted-foreground);font-size:.8rem;font-weight:600}.mode-toggle-button.active{background:var(--card);color:var(--foreground);box-shadow:var(--shadow-sm)}.mode-counter-pill{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:999px;background:#e0f2fe;color:#0c4a6e;font-size:.64rem;font-weight:700;white-space:nowrap}.search-combobox{position:relative}.add-match-button{display:inline-flex;align-items:center;justify-content:center;width:30px;min-width:30px;height:30px;padding:0;border-radius:999px;flex:0 0 auto;border-color:#cbd5e1;background:#eef4ff;color:#0f172a;box-shadow:0 4px 12px #1e3a8a1f}.add-match-button:hover{background:#dbeafe;color:#0f172a}.eyebrow,.section-kicker{margin:0;color:var(--muted-foreground);font-size:.69rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.hero h1,.section-header h2{margin:0;color:var(--foreground);font-size:1.45rem;line-height:1.1;letter-spacing:-.03em}.search-shell{display:flex;align-items:center;gap:10px;min-height:40px;padding:0 12px;border:1px solid var(--input);border-radius:calc(var(--radius) - 2px);background:var(--card);color:var(--muted-foreground);box-shadow:var(--shadow-sm)}.search-input{width:100%;border:0;outline:0;background:transparent;color:var(--foreground)}.search-input::placeholder{color:#94a3b8}.search-input::-webkit-search-cancel-button,.search-input::-webkit-search-decoration,.search-input::-webkit-search-results-button,.search-input::-webkit-search-results-decoration{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:none}.search-clear{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:0;border-radius:999px;background:transparent;color:#94a3b8;flex:0 0 auto}.search-clear:hover{background:var(--muted);color:var(--foreground)}.search-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:5;padding:6px;border:1px solid var(--border);border-radius:12px;background:var(--card);box-shadow:var(--shadow-md)}.search-option{display:grid;gap:0;width:100%;padding:10px;border:0;border-radius:8px;background:transparent;text-align:left;color:inherit}.search-option+.search-option{margin-top:2px}.search-option:hover{background:var(--muted)}.search-option-all{border-bottom:1px solid var(--border);margin-bottom:4px;padding-bottom:12px}.search-option-name{font-size:.88rem;font-weight:600;color:var(--foreground)}.search-option-meta{display:none}.tabs-root{display:flex;flex-direction:column;gap:12px;margin-top:8px}.tabs-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;border:1px solid var(--border);border-radius:calc(var(--radius) + 2px);background:var(--muted)}.tabs-trigger{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border:0;border-radius:calc(var(--radius) - 4px);background:transparent;color:var(--muted-foreground);font-size:.92rem;font-weight:500;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.tabs-trigger[data-state=active]{background:var(--card);color:var(--foreground);box-shadow:var(--shadow-sm)}.tabs-live-dot{width:8px;height:8px;margin-right:6px;border-radius:999px;background:#22c55e;box-shadow:0 0 0 3px #22c55e24;flex:0 0 auto}.tabs-content{outline:none}.section-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 4px;margin-bottom:8px}.queue-filter-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;flex:1 1 auto}.badge{display:inline-flex;align-items:center;height:28px;padding:0 10px;border-radius:999px;border:1px solid var(--border);background:var(--card);color:var(--muted-foreground);font-size:.78rem;white-space:nowrap}.filter-pill{display:inline-flex;align-items:center;height:28px;padding:0 10px;border:1px solid var(--border);border-radius:999px;background:var(--card);color:var(--muted-foreground);font-size:.76rem;white-space:nowrap}.filter-pill.active{background:var(--secondary);color:var(--foreground)}.profile-badge{background:var(--secondary)}.queue-section,.profile-card,.matches-panel{padding:12px;border:1px solid var(--border);border-radius:12px;background:var(--card);box-shadow:var(--shadow-sm)}.queue-section-mutual{background:#f0fdf4;border-color:#d1fae5}.queue-section-waiting{background:#fffdf0;border-color:#fde68a}.queue-section+.queue-section,.profile-card+.matches-panel{margin-top:12px}.matches-panel+.matches-panel{margin-top:16px}.subsection-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:12px;color:var(--foreground);font-size:.9rem;font-weight:600}.queue-section-mutual .subsection-label{color:#166534}.queue-section-mutual .subsection-label svg{color:#16a34a}.queue-section-waiting .subsection-label.waiting{color:#a16207}.queue-section-waiting .subsection-label.waiting svg{color:#ca8a04}.subsection-label.waiting,.subsection-label.sparkle,.subsection-label.sponsor-label{color:inherit}.matches-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.matches-panel-header .subsection-label{margin-bottom:0}.stack-list,.profile-match-list{display:flex;flex-direction:column;gap:0}.match-row,.profile-match-row{display:grid;gap:12px;padding:12px 0;border:0;border-radius:0;background:transparent}.match-row+.match-row,.profile-match-row+.profile-match-row{border-top:1px solid var(--border)}.waiting-row{background:transparent}.queue-pair-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:16px}.queue-card-toggle{width:100%;padding:0;border:0;background:transparent;color:inherit;text-align:left}.queue-pair-person{min-width:0}.queue-person-link{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:block;width:100%;min-width:0;padding:0;border:0;border-radius:0;background:transparent;color:inherit;font:inherit;line-height:inherit;text-align:inherit;box-shadow:none}.profile-nav-link{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-flex;min-width:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:inherit;box-shadow:none}.queue-pair-person-right{text-align:right}.queue-pair-person h3{margin:0;font-size:.95rem;line-height:1.15;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pending-inline{color:#a16207;font-size:.78rem;font-weight:500}.queue-pair-person p{margin:2px 0 0;color:var(--muted-foreground);font-size:.78rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.queue-row-bottom{display:flex;align-items:center;justify-content:flex-end;gap:10px}.queue-rationale{margin:0;color:var(--muted-foreground);font-size:.8rem;line-height:1.45}.compact-button{min-height:28px;padding:0 9px;font-size:.72rem}.queue-actions{align-items:center;gap:6px;flex-shrink:0}.queue-rationale-toggle{display:inline-flex;align-items:center;justify-content:center;min-width:112px;flex:0 0 auto;border-color:#dbe3f0;background:#f3f6fb;color:#1e293b}.match-main,.profile-card-top{display:flex;align-items:center;gap:12px}.profile-card-top{flex-wrap:wrap}.profile-avatar{display:grid;place-items:center;width:36px;height:36px;border-radius:10px;background:var(--secondary);color:var(--foreground);font-size:.78rem;font-weight:700}.miranda-link{display:inline-flex;align-items:center;gap:6px;margin-left:auto;min-height:28px;padding:0 10px;border:1px solid #fdba74;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:.75rem;font-weight:600;text-decoration:none;white-space:nowrap}.match-row h3,.profile-match-row h3,.profile-role{margin:0;font-size:.95rem;font-weight:600}.match-row p,.profile-match-row p,.profile-company,.profile-bio{margin:0;color:var(--muted-foreground);line-height:1.45;font-size:.84rem}.profile-focus-line{margin:12px 0 0;color:var(--muted-foreground);font-size:.85rem;line-height:1.5}.profile-email-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:6px}.profile-email-link{color:var(--muted-foreground);font-size:.82rem;text-decoration:none;word-break:break-all}.profile-focus-line span{color:var(--foreground);font-weight:600}.profile-focus-list{margin:8px 0 0;padding-left:18px;display:grid;gap:6px}.profile-focus-list li{color:var(--muted-foreground)}.match-meta,.profile-match-copy{display:grid;gap:6px}.match-meta p{font-size:.78rem}.action-row{display:flex;flex-wrap:wrap;gap:8px}.profile-inline-actions{justify-content:flex-end;flex-shrink:0;gap:6px}.action-button{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 10px;border-radius:8px;border:1px solid var(--border);background:var(--card);color:var(--foreground);font-size:.76rem;font-weight:500;box-shadow:var(--shadow-sm);white-space:nowrap}.action-button svg{display:block}.action-button:disabled{opacity:.65;cursor:default}.disabled-link{opacity:.65;pointer-events:none}.action-button.primary{background:var(--primary);border-color:var(--primary);color:var(--primary-foreground)}.action-button.secondary{background:var(--secondary);color:var(--secondary-foreground)}.action-button.queued-state{background:#e5e7eb;border-color:#d1d5db;color:#475569}.profile-match-row{gap:8px}.incoming-pill,.organiser-pill{display:inline-flex;align-items:center;padding:2px 7px;border-radius:999px;background:#fef3c7;color:#92400e;font-size:.68rem;font-weight:600;white-space:nowrap}.response-yes{background:#dcfce7;color:#166534}.response-maybe{background:#e0f2fe;color:#0c4a6e}.response-skip{background:#fee2e2;color:#b91c1c}.incoming-match-row .profile-match-rank{background:#fef3c7;color:#92400e}.profile-match-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:12px}.profile-match-rank{display:grid;place-items:center;width:28px;height:28px;border-radius:8px;background:var(--muted);color:var(--muted-foreground);font-size:.78rem;font-weight:700;flex:0 0 auto}.profile-match-toggle{display:flex;align-items:start;gap:12px;width:100%;padding:0;border:0;background:transparent;text-align:left;color:inherit}.profile-match-head{display:flex;align-items:start;gap:6px;justify-content:flex-start;flex-wrap:wrap;align-content:flex-start}.profile-match-head>div:first-child{min-width:0;flex:0 0 auto;max-width:100%}.peer-row-head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.already-met-head{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.entity-tag{display:inline-flex;align-items:center;height:22px;padding:0 8px;border-radius:999px;background:#eef2ff;color:#475569;font-size:.68rem;font-weight:600;white-space:nowrap}.profile-match-details{padding-left:40px;display:grid;gap:6px}.sponsor-rank{background:var(--muted);color:var(--muted-foreground)}.profile-list-meta{margin:0;padding-left:40px;color:var(--muted-foreground);font-size:.78rem}.profile-inline-actions{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;align-items:start;justify-content:end;gap:8px}.match-reason{color:var(--foreground)}.match-next{font-size:.8rem;color:var(--muted-foreground)}.sponsor-queue-section{background:#f8fbff}.sponsor-queue-compact{display:grid;grid-template-columns:minmax(0,1fr);gap:12px}.sponsor-queue-actions{align-items:start;justify-content:end;flex-wrap:nowrap;width:100%}.sponsor-queue-headline h3{margin:0;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sponsor-queue-attendee,.sponsor-queue-company{display:block;min-width:0;color:var(--foreground);font-size:.95rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:none}.sponsor-queue-company{justify-self:auto}.sponsor-queue-meta{margin:0;color:var(--muted-foreground);font-size:.8rem;line-height:1.4}.sponsor-queue-intro{margin-top:2px;flex:0 0 auto}.sponsor-request-comment{display:inline-flex;align-items:center;margin-top:8px;max-width:100%;padding:5px 10px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.74rem;font-weight:500;line-height:1.35}.sponsor-bio{margin:10px 0 0;color:var(--muted-foreground);font-size:.82rem;line-height:1.5}.sponsor-company-name{color:var(--foreground);font-size:1rem;font-weight:700}.sponsor-bio-inline{margin:4px 0 0}.empty-state{padding:14px 0 4px;border:1px dashed var(--border);border-radius:10px;background:transparent;color:var(--muted-foreground);text-align:center;font-size:.85rem}.dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10;display:grid;place-items:center;padding:16px;background:#0f172a47}.dialog-card{position:relative;width:min(100%,360px);padding:18px;border:1px solid var(--border);border-radius:calc(var(--radius) + 6px);background:var(--card);box-shadow:var(--shadow-md)}.dialog-card h3{margin:0;font-size:1.1rem;line-height:1.2}.dialog-copy{margin:12px 0 0;color:var(--muted-foreground);line-height:1.5}.dialog-fieldset{display:grid;gap:6px;margin-top:14px}.dialog-label{color:var(--foreground);font-size:.8rem;font-weight:600}.dialog-combobox{width:100%}.dialog-search-shell{min-height:42px}.dialog-search-dropdown{max-height:220px;overflow-y:auto}.dialog-select,.dialog-textarea{width:100%;border:1px solid var(--border);border-radius:12px;background:var(--card);color:var(--foreground)}.dialog-select{min-height:42px;padding:0 12px}.dialog-textarea{min-height:92px;padding:12px;resize:vertical}.dialog-error{margin:12px 0 0;color:var(--destructive);font-size:.8rem;line-height:1.45}.dialog-actions{display:flex;justify-content:end;gap:8px;margin-top:18px}.dialog-actions-spread{flex-wrap:wrap}.dialog-close{position:absolute;top:12px;right:12px;display:grid;place-items:center;width:28px;height:28px;border:1px solid var(--border);border-radius:8px;background:var(--card);color:var(--muted-foreground)}@media(min-width:720px){.app-shell{padding:20px 12px 28px}.hero{padding:8px 4px 10px}.phone-frame{width:min(100%,520px)}}@media(max-width:480px){.section-header,.matches-panel-header,.queue-row-bottom{flex-wrap:wrap}.queue-pair-row{grid-template-columns:minmax(0,1fr);gap:12px}.queue-pair-person-right{text-align:left}.queue-row-bottom,.profile-inline-actions,.sponsor-queue-actions{justify-content:flex-start}.queue-actions,.profile-inline-actions,.sponsor-queue-actions{flex-wrap:wrap}.miranda-link{margin-left:0}}.sponsor-queue-headline{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:16px}.sponsor-queue-headline>:first-child,.sponsor-queue-headline>:last-child{display:block;width:100%;min-width:0}.survey-pill{background:#dbeafe!important;color:#0c4a6e!important}.sponsor-queue-headline>:first-child{justify-self:start;text-align:left}.sponsor-queue-headline h3{min-width:0}.sponsor-queue-attendee,.sponsor-queue-company{display:block;min-width:0;max-width:none}.sponsor-queue-arrow{display:none!important}.sponsor-queue-main{display:grid;gap:4px}.sponsor-queue-actions{width:100%;justify-content:flex-end}@media(max-width:480px){.sponsor-queue-headline{grid-template-columns:minmax(0,1fr);gap:8px}.sponsor-queue-headline>:last-child{justify-self:start;text-align:left}}.search-option-attendee-meta{display:block;color:var(--muted-foreground);font-size:.78rem;font-weight:500}.profile-list-meta-pills{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profile-list-pill{display:inline-flex;align-items:center;height:24px;padding:0 9px;border-radius:999px;font-size:.72rem;font-weight:700;line-height:1}.profile-list-pill-queued{background:#e0f2fe;color:#0c4a6e}.profile-list-pill-intro{background:#dcfce7;color:#166534}@media(max-width:480px){.queue-pair-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px}.queue-pair-person-right{text-align:right!important}}@media(max-width:768px){.profile-match-grid{grid-template-columns:minmax(0,1fr)!important}.queue-row-bottom{justify-content:flex-start!important}.profile-inline-actions,.queue-actions,.sponsor-queue-actions{justify-content:flex-start!important;flex-wrap:wrap!important;max-width:100%}.action-button{max-width:100%}.queue-actions:has(.organiser-pill),.profile-inline-actions:has(.organiser-pill){justify-content:flex-end!important;flex-wrap:wrap!important;gap:8px}.queue-actions:has(.organiser-pill) .organiser-pill,.profile-inline-actions:has(.organiser-pill) .organiser-pill{order:-1;flex:0 0 auto;width:auto;max-width:100%;margin-left:auto;margin-bottom:4px}}.profile-match-head{flex-wrap:wrap}.profile-match-head>div:first-child{min-width:0;flex:1 1 auto}.profile-match-name-row{flex-wrap:wrap}@media(max-width:768px){.queue-row-bottom,.profile-inline-actions,.queue-actions,.sponsor-queue-actions{justify-content:flex-end!important}}.env-banner{display:inline-flex;align-items:center;justify-content:center;width:max-content;max-width:100%;padding:4px 10px;border:1px solid #fdba74;border-radius:999px;background:#fff7ed;color:#c2410c;font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.scroll-top-button{position:fixed;right:20px;bottom:22px;z-index:26;display:inline-flex;align-items:center;justify-content:center;width:46px;height:46px;border:1px solid var(--border);border-radius:999px;background:var(--card);color:var(--foreground);box-shadow:var(--shadow-md)}.scroll-top-button:hover{background:var(--muted)}.scroll-top-button:focus-visible{outline:2px solid var(--ring);outline-offset:3px}.sponsor-list-meta{padding-left:0}.sponsor-list-copy{gap:4px}.company-logo{display:grid;place-items:center;width:36px;height:36px;flex:0 0 auto;overflow:hidden;border:1px solid var(--border);border-radius:10px;background:#fff;box-shadow:var(--shadow-sm)}.company-logo img{width:100%;height:100%;object-fit:contain;padding:6px}.company-logo-fallback{background:var(--secondary);color:var(--foreground);font-size:.78rem;font-weight:700}.sponsor-list-logo{margin-top:2px}.sponsor-list-row{gap:4px}.peer-desktop-layout,.sponsor-desktop-layout,.peer-sidebar-stack{display:grid;gap:16px}.profile-card-top{align-items:flex-start;justify-content:space-between}.profile-card-summary{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:start;gap:14px;flex:1 1 auto;min-width:0}.profile-card-copy{min-width:0}.search-option-head{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}.search-option-tag-list{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.search-status-pill{height:20px;padding:0 7px;font-size:.64rem;line-height:1}.onsite-preference-pill{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.profile-status-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:6px}.profile-match-row{gap:6px}.profile-match-row .profile-match-grid{gap:10px}.profile-match-row .profile-match-copy{gap:4px}.remove-match-button{min-width:30px;width:30px;min-height:30px;height:30px;padding:0;color:#64748b}.remove-match-button:hover{color:#334155}.remove-match-button svg{width:16px;height:16px}@media(max-width:480px){.matches-panel{padding:10px}.profile-match-row{padding:10px 0}.profile-match-row .profile-match-grid{gap:8px}.profile-inline-actions{gap:4px}.profile-match-row .action-button{min-height:30px;padding:0 9px}.profile-match-row .queue-rationale-toggle{min-width:104px}}.profile-organizer-note{margin-top:8px;padding:8px 10px;border:1px solid #dbeafe;border-radius:10px;background:#f8fbff}.profile-organizer-note-label{display:inline-flex;margin-bottom:4px;color:#1d4ed8;font-size:.68rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.profile-organizer-note p{margin:0;color:var(--foreground);font-size:.82rem;line-height:1.45}.profile-email-row{display:inline-flex;gap:6px;align-items:flex-start;flex-wrap:nowrap}.profile-email-link{flex:1 1 auto;min-width:0}.profile-email-copy-button{display:inline-flex;align-items:center;justify-content:center;width:24px;min-width:24px;height:24px;padding:0;border:1px solid var(--border);border-radius:999px;background:var(--secondary);color:var(--muted-foreground);box-shadow:var(--shadow-sm);flex:0 0 auto}.profile-email-copy-button:hover{background:#e2e8f0;color:var(--foreground)}.access-gate-card{width:min(100%,360px);display:grid;gap:12px;padding:24px;border:1px solid var(--border);border-radius:20px;background:var(--card);box-shadow:var(--shadow-md)}.access-gate-kicker{margin:0;color:#1d4ed8;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.access-gate-card h1{margin:0;color:var(--foreground);font-size:1.5rem;line-height:1.1}.access-gate-copy{margin:0;color:var(--muted-foreground);font-size:.92rem;line-height:1.5}.access-gate-input-row{position:relative}.access-gate-input{width:100%;min-height:44px;padding:0 44px 0 12px;border:1px solid var(--input);border-radius:12px;background:var(--card);color:var(--foreground)}.access-gate-toggle{position:absolute;top:50%;right:10px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:0;border-radius:999px;background:transparent;color:var(--muted-foreground);transform:translateY(-50%)}.access-gate-toggle:hover{background:var(--muted);color:var(--foreground)}.access-gate-error{margin:0;color:var(--destructive);font-size:.82rem}.access-gate-button{width:100%;min-height:40px}.search-dropdown{max-height:min(60vh,420px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.dialog-search-dropdown{position:static;margin-top:6px;max-height:min(28vh,220px);box-shadow:none}.dialog-card{max-height:calc(100vh - 32px);overflow-y:auto}.queue-row-tags{display:flex;justify-content:flex-end;margin-top:-2px}@media(max-width:768px){.queue-row-tags{justify-content:flex-start}}.sponsor-queue-compact{gap:10px}.sponsor-queue-headline{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.sponsor-queue-headline>:last-child{justify-self:end;text-align:right}.sponsor-queue-main{gap:6px}.sponsor-queue-comment{display:inline-flex;align-items:center;justify-self:end;align-self:start;margin:2px 0 0;max-width:min(100%,320px);padding:5px 10px;border:1px solid #dbeafe;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:.74rem;font-weight:500;line-height:1.35;text-align:right}@media(max-width:480px){.sponsor-queue-headline{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;gap:10px}.sponsor-queue-headline>:last-child{justify-self:end;text-align:right}.sponsor-queue-actions{justify-content:flex-end!important}}.dialog-form{display:grid}.dialog-input,.dialog-select,.dialog-textarea{width:100%;border:1px solid var(--border);border-radius:12px;background:var(--card);color:var(--foreground)}.dialog-input{min-height:42px;padding:0 12px}.dialog-input::placeholder{color:#94a3b8}.sponsor-poc-block{margin-top:12px;padding:10px;border:1px solid var(--border);border-radius:10px;background:#f8fbff}.sponsor-poc-header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.sponsor-poc-line,.sponsor-poc-empty{margin:8px 0 0;color:var(--muted-foreground);font-size:.82rem;line-height:1.45}.sponsor-poc-line span{margin-right:6px;color:var(--foreground);font-weight:600}.sponsor-poc-link{color:var(--foreground);text-decoration:none;word-break:break-all}.hero-search-row{display:flex;align-items:stretch;gap:8px}.attendee-avatar{position:relative;overflow:hidden}.attendee-avatar-image{display:block;width:100%;height:100%;object-fit:cover}.attendee-avatar-small{border-radius:8px}.profile-avatar-large{width:64px;height:64px;border-radius:16px}.profile-list-avatar{width:58px;height:58px;border-radius:16px}.queue-person-summary{display:flex;align-items:flex-start;gap:10px;min-width:0}.queue-person-summary-right{justify-content:flex-end;flex-direction:row-reverse}.queue-pair-person-right .queue-person-summary{width:max-content;max-width:100%;margin-left:auto}.queue-pair-person-right .queue-person-copy{text-align:right}.queue-person-avatar{width:32px;height:32px;border-radius:10px;flex:0 0 auto}.sponsor-queue-logo.company-logo img{padding:4px}.queue-person-copy{min-width:0}.queue-person-copy h3,.queue-person-copy p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sponsor-queue-pair-row{align-items:start}.sponsor-queue-headline>:first-child .queue-person-summary{width:100%;justify-content:flex-start}.sponsor-queue-headline>:last-child .queue-person-summary{width:100%;justify-content:flex-end;flex-direction:row-reverse}.sponsor-queue-headline>:last-child .queue-person-copy{text-align:right}.peer-match-avatar-wrap{position:relative;width:44px;height:44px;flex:0 0 auto}.peer-match-avatar{width:44px;height:44px;border-radius:12px}.peer-match-rank-badge{position:absolute;right:-6px;bottom:-6px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid var(--card);border-radius:999px;background:var(--foreground);color:var(--card);font-size:.68rem;font-weight:700;line-height:1;box-shadow:var(--shadow-sm)}@media(max-width:480px){.profile-card-top{flex-direction:column;align-items:stretch}.profile-card-summary{gap:12px}.miranda-link{margin-left:0;align-self:flex-start}}.hero-search-row .search-combobox{flex:1 1 auto;min-width:0}.header-refresh-button{flex:0 0 auto;min-width:98px;gap:6px;padding:0 12px}.header-refresh-icon.spinning{animation:header-refresh-spin .9s linear infinite}@keyframes header-refresh-spin{to{transform:rotate(360deg)}}@media(max-width:480px){.header-refresh-button{min-width:40px;padding:0 10px}.header-refresh-label{display:none}}.toast-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:50}.toast{padding:10px 16px;border-radius:8px;background:#1f2937;color:#f3f4f6;font-size:.85rem;font-weight:500;box-shadow:0 10px 30px #0f172a33;animation:toast-slide-up .3s ease-out}@keyframes toast-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
