#root{min-height:100vh}.admin-content{width:100%;padding:30px 24px 48px}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px}.auth-card{width:min(430px,100%);padding:30px;background:#171721f5;border:1px solid #343445;border-radius:22px;box-shadow:0 24px 80px #00000073}.auth-card h1,.auth-card h2{margin:6px 0 10px}.auth-card p:not(.eyebrow){color:#a8a8ba}.auth-card .primary-button{margin-top:14px}.auth-status-card{display:flex;align-items:center;justify-content:center;gap:12px}.auth-spinner{width:20px;height:20px;border:2px solid #4a4a59;border-top-color:#e92dcc;border-radius:50%;animation:admin-spin .8s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-header{position:sticky;top:0;z-index:50;padding:0 22px;font-family:system-ui,sans-serif;background:#121219f5;border-bottom:1px solid #343442;box-shadow:0 10px 28px #00000038;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.admin-header-main{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:20px}.admin-brand{color:#fff;font-size:1.15rem;font-weight:900;text-decoration:none;letter-spacing:-.02em}.admin-brand span{color:#e92dcc}.admin-account{display:flex;align-items:center;gap:14px}.admin-account span{color:#a8a8ba;font-size:.82rem}.admin-account button{padding:9px 15px;border:1px solid #3b3b48;border-radius:10px;background:#20202a}.admin-navigation{display:flex;align-items:center;gap:9px;padding:0 0 13px;overflow-x:auto;scrollbar-width:none}.admin-navigation::-webkit-scrollbar{display:none}.admin-nav-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;color:#b8b8c7;font-size:.9rem;font-weight:700;text-decoration:none;border:1px solid #30303e;border-radius:11px;background:#1a1a23;transition:color .18s ease,border-color .18s ease,background .18s ease}.admin-nav-link:hover{color:#fff;border-color:#6d3bd1;background:#242032}.admin-nav-link.active{color:#fff;border-color:#a855f7;background:linear-gradient(135deg,#7c3aed5c,#e92dcc2e);box-shadow:inset 0 0 0 1px #e92dcc1f}.admin-nav-icon{display:grid;width:20px;height:20px;place-items:center;color:#e92dcc;font-size:.9rem;font-weight:900}@media(max-width:600px){.admin-content{padding:22px 14px 40px}.admin-header{padding:0 14px}.admin-header-main{min-height:58px}.admin-account span{display:none}.admin-nav-link{padding:9px 12px}}.runtime-page{max-width:1100px;margin:0 auto;font-family:system-ui,sans-serif}.admin-page{width:min(1180px,100%);margin:0 auto}.page-loading{min-height:180px;display:flex;align-items:center;justify-content:center;gap:11px;color:#a8a8ba}.page-heading{margin-bottom:24px}.page-heading h1{margin:5px 0 7px}.page-heading h1{font-size:clamp(2rem,4vw,3rem)}.page-heading>p:not(.eyebrow){margin:0;color:#9ca3af}.page-heading-with-action{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.page-heading-with-action>div{flex:1 1 auto;min-width:0}.page-heading-with-action>div>p:not(.eyebrow){margin:0;color:#9ca3af}.page-heading-with-action .add-venue-link{width:auto;flex:0 0 auto;text-decoration:none}.eyebrow{color:#e92dcc!important;font-size:.78rem;font-weight:800;letter-spacing:.16em}.section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.section-heading h2{margin:3px 0 0}.section-heading .eyebrow{margin:0}.section-description{margin:-8px 0 17px;color:#9292a5;line-height:1.5}.secondary-button{width:auto;background:#20202b;border:1px solid #3a3a49}.secondary-link{color:#d8b4fe;font-weight:750;text-decoration:none}.error-message{margin:14px 0 0;color:#fca5a5;font-size:.9rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.directory-toolbar{display:flex;align-items:center;gap:14px;padding:16px;background:#171721;border:1px solid #2d2d3d;border-radius:16px}.directory-search{flex:1}.filter-toggle{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:0 6px;color:#c3c3d3;font-weight:700}.directory-summary{padding:16px 2px 10px;color:#8f8fa1;font-size:.85rem;font-weight:700}.venue-directory{display:grid;grid-template-columns:repeat(auto-fill,minmax(310px,1fr));gap:12px}.venue-directory-card{display:grid;gap:10px;padding:17px;color:inherit;text-decoration:none;background:#171721;border:1px solid #2d2d3d;border-radius:15px;transition:transform .18s ease,border-color .18s ease,background .18s ease}.venue-directory-card:hover{color:inherit;transform:translateY(-2px);border-color:#7041bd;background:#1c1927}.venue-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.venue-card-heading strong{font-size:1.05rem}.venue-card-meta{display:flex;gap:7px;flex-wrap:wrap;color:#b2b2c2;font-size:.82rem}.venue-card-meta span:not(:last-child):after{content:" ·";color:#6f6f80}.venue-card-address{color:#777789;font-size:.78rem}.empty-state{grid-column:1 / -1;padding:60px 24px;text-align:center;color:#9b9bac;background:#15151e;border:1px dashed #363647;border-radius:18px}.empty-state h2{margin:10px 0 4px;color:#eeeaf7}.empty-state p{margin:0}.empty-state-icon{color:#e92dcc;font-size:2rem}.editor-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:24px;margin-bottom:24px}.editor-header h1{margin:5px 0 6px;font-size:clamp(2rem,4vw,3rem)}.editor-header p:not(.eyebrow){margin:0;color:#9ca3af}.editor-back-link{display:inline-block;margin-bottom:18px;color:#b7a2d9;font-size:.88rem;font-weight:750;text-decoration:none}.editor-back-link:hover{color:#fff}.editor-header .editor-save-button{width:auto;min-width:120px}.editor-message{margin:-8px 0 18px;padding:12px 15px;color:#e9d5ff;background:#7c3aed22;border:1px solid #8b5cf655;border-radius:11px}.editor-section{margin-bottom:18px;padding:22px;background:#171721;border:1px solid #2d2d3d;border-radius:18px}.editor-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.editor-field{display:grid;align-content:start;gap:7px;color:#c3c3d3;font-size:.88rem;font-weight:700}.editor-wide-field{grid-column:1 / -1}.editor-toggle{display:flex;align-items:center;gap:9px;align-self:end;min-height:44px;color:#c3c3d3;font-weight:750}.category-list{display:flex;flex-wrap:wrap;gap:10px}.category-chip{min-height:36px;padding:7px 13px;border-radius:999px}.category-chip.selected{color:#fff;background:linear-gradient(135deg,#7c3aed,#d21eb8);border-color:#e92dcc;box-shadow:0 4px 16px #a855f733}.pin-toolbar{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-bottom:14px}.data-pill{min-height:40px;display:inline-flex;align-items:center;gap:5px;padding:8px 12px;color:#bdbdca;background:#101018;border:1px solid #353545;border-radius:10px;font-size:.84rem}.data-pill strong{color:#f3f0f8}.editor-map{height:380px;overflow:hidden;background:#101018;border:1px solid #363647;border-radius:14px}.danger-zone{display:grid;gap:11px;margin-top:26px;padding:22px;background:#7f1d1d1a;border:1px solid rgba(248,113,113,.28);border-radius:18px}.danger-zone-title{color:#fecaca;font-size:1.15rem;font-weight:900}.danger-zone-description{max-width:780px;color:#b8a4a8;line-height:1.5}.danger-zone-warning{color:#fca5a5;font-size:.88rem;font-weight:750}.delete-venue-button{width:auto;margin-top:4px}.modal-backdrop{position:fixed;inset:0;z-index:2000;display:grid;place-items:center;padding:20px;background:#040408cc;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.confirmation-modal{width:min(520px,100%);display:grid;gap:15px;padding:24px;background:#191922;border:1px solid #393949;border-radius:18px;box-shadow:0 24px 80px #00000094}.danger-confirmation-modal{border-color:#f871715c}.confirmation-modal-title{font-size:1.25rem;font-weight:900}.confirmation-modal-copy{color:#aaaaba;line-height:1.5}.confirmation-modal-actions{display:flex;justify-content:flex-end;gap:10px}.modal-danger-button{width:auto}.error-state{min-height:300px;display:grid;place-content:center;justify-items:center;gap:12px;color:#fca5a5}.runtime-warning{margin:24px 0;padding:16px 18px;border:1px solid #7c3aed66;border-radius:14px;background:#7c3aed14}.runtime-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:18px}.runtime-card{min-height:230px;display:flex;flex-direction:column;justify-content:space-between;gap:20px;padding:22px;text-align:left;background:#171721;border:1px solid #2d2d3d;border-radius:18px}.runtime-card h2{margin:14px 0 8px}.runtime-card p{color:#a8a8ba;line-height:1.5}.status-pill{display:inline-block;padding:5px 10px;border-radius:999px;font-size:.78rem;font-weight:800}.status-pill.enabled{color:#86efac;background:#16653455}.status-pill.paused{color:#fca5a5;background:#991b1b55}.primary-button,.danger-button{width:100%;padding:11px 16px;border:0;border-radius:10px;color:#fff;font-weight:800;cursor:pointer}.primary-button{background:linear-gradient(90deg,#7c3aed,#e11dba)}.danger-button{background:#991b1b}.primary-button:disabled,.danger-button:disabled{opacity:.55;cursor:wait}.runtime-message{margin-top:18px;color:#d8b4fe}.reports-list{display:grid;gap:14px;margin-top:24px}.reports-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px}.reports-heading .secondary-button{flex:0 0 auto}.report-card{display:flex;justify-content:space-between;gap:24px;padding:20px;text-align:left;background:#171721;border:1px solid #2d2d3d;border-radius:16px}.report-card h2{margin:10px 0 4px}.report-card p,.report-card small{color:#a8a8ba}.report-actions{min-width:150px;display:grid;align-content:center;gap:10px}@media(max-width:640px){.report-card{flex-direction:column}}.contest-card{margin:20px 0;padding:22px;border:1px solid #2d2d3d;border-radius:18px;background:#171721}.contest-heading{display:flex;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px}.contest-heading h2{margin:0 0 5px}.contest-heading p{margin:0;color:#a8a8ba}.contest-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.contest-heading-actions .primary-button,.contest-heading-actions .secondary-button{width:auto}.contest-fieldset{margin:0;padding:0;border:0;min-width:0}.contest-fieldset:disabled{opacity:.82}.contest-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.contest-form-grid label{display:grid;gap:7px;color:#c3c3d3;font-weight:700}.contest-wide-field{grid-column:1 / -1}.contest-publish-toggle{display:flex!important;flex-direction:row;align-items:center;align-self:end;min-height:44px}.contest-publish-toggle input{width:18px;height:18px;accent-color:#e92dcc}.contest-scoring-note{margin-top:18px;padding:14px 16px;border-radius:12px;background:#7c3aed18;color:#d8b4fe;line-height:1.5}.contest-actions{display:flex;justify-content:flex-end;align-items:center;gap:18px;min-height:44px;margin-top:18px;color:#d8b4fe}.contest-save-button{width:auto;min-width:150px}.contest-result-picker{display:grid;gap:7px;margin-bottom:16px;color:#c3c3d3;font-weight:700}.contest-result-picker select{width:100%}.leaderboard-summary{color:#9292a5}.leaderboard-table-wrap{margin-top:20px;overflow-x:auto;border:1px solid #30303f;border-radius:13px}.leaderboard-table{width:100%;border-collapse:collapse;min-width:860px}.leaderboard-table th{padding:12px 11px;color:#c9c4d6;background:#101018;border-bottom:1px solid #363647;text-align:left;white-space:nowrap;font-size:.78rem;letter-spacing:.04em;text-transform:uppercase}.leaderboard-table td{padding:12px 11px;border-bottom:1px solid #292936;color:#c2c2d0}.leaderboard-table tbody tr:last-child td{border-bottom:0}.leaderboard-table tbody tr:hover{background:#1c1927}.leaderboard-table .numeric-cell{text-align:right}.leaderboard-table .points-cell{color:#f0abfc;font-weight:900}.leaderboard-table .date-cell{white-space:nowrap}.leaderboard-table .review-warning{color:#fbbf24}.table-empty-state{padding:28px;color:#9292a5;text-align:center}.venue-lookup-form{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:14px}.venue-search-button{width:auto;min-height:44px}.place-results{display:grid;gap:10px;margin-top:18px}.place-result{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:15px;background:#101018;border:1px solid #30303e;border-radius:13px}.place-result.selected{border-color:#a855f7;background:#20182d;box-shadow:inset 0 0 0 1px #e92dcc1f}.place-result-copy{min-width:0;display:grid;gap:4px}.place-result-copy strong{color:#f3f0f8}.place-result-copy span{color:#a8a8ba;font-size:.88rem}.place-result-copy small{color:#777789}.place-select-button{flex:0 0 auto}.selected-place-preview{display:grid;gap:5px;margin-bottom:18px;padding:15px;background:#101018;border:1px solid #363647;border-radius:13px}.selected-place-preview strong{font-size:1.08rem}.selected-place-preview span{color:#b2b2c2}.selected-place-preview small{color:#777789}.add-venue-fields{margin-bottom:20px}.add-venue-categories{display:grid;gap:10px;color:#c3c3d3;font-size:.88rem;font-weight:700}.add-venue-actions{display:flex;justify-content:flex-end;margin-top:24px}.create-venue-button{width:auto;min-width:190px}@media(max-width:700px){.page-heading-with-action{align-items:stretch;flex-direction:column}.add-venue-link{width:100%;text-align:center}.venue-lookup-form{grid-template-columns:1fr}.venue-search-button{width:100%}.place-result{align-items:flex-start;flex-direction:column}.editor-header{grid-template-columns:1fr;align-items:stretch}.editor-header .editor-save-button{width:100%}.editor-grid{grid-template-columns:1fr}.editor-wide-field{grid-column:auto}.editor-section{padding:18px}.editor-map{height:310px}.reports-heading{align-items:stretch;flex-direction:column}.contest-heading{align-items:flex-start;flex-direction:column}.contest-heading-actions{justify-content:flex-start}.contest-form-grid{grid-template-columns:1fr}.contest-wide-field{grid-column:auto}}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f5f3ff;background:#0d0d13;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html{min-width:320px;min-height:100%;background:#0d0d13}body{min-width:320px;min-height:100vh;margin:0;background:radial-gradient(circle at 50% -20%,#27123f 0,#111119 34%,#0d0d13 70%)}button,input,select,textarea{font:inherit}button{color:inherit}a{color:#c084fc}a:hover{color:#f0abfc}h1,h2,h3,p{overflow-wrap:anywhere}input:not([type=checkbox]):not([type=radio]),select,textarea{width:100%;min-height:44px;padding:10px 12px;color:#f5f3ff;background:#101018;border:1px solid #363647;border-radius:10px;outline:none;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}textarea{min-height:92px;resize:vertical}input::placeholder,textarea::placeholder{color:#6f6f80}input:focus,select:focus,textarea:focus{border-color:#a855f7!important;box-shadow:0 0 0 3px #a855f726;background:#14131e}input[type=checkbox]{width:18px;height:18px;accent-color:#e92dcc}button{min-height:40px;padding:9px 14px;color:#f7f4ff;font-weight:750;background:#20202b;border:1px solid #3a3a49;border-radius:10px;cursor:pointer;transition:transform .16s ease,border-color .16s ease,background .16s ease,opacity .16s ease}button:hover:not(:disabled){border-color:#8b5cf6;background:#29243a;transform:translateY(-1px)}button:focus-visible,a:focus-visible{outline:3px solid rgba(233,45,204,.45);outline-offset:2px}button:disabled{cursor:not-allowed;opacity:.55}
