.manage-event-page{flex-direction:column;gap:22px;display:flex}.manage-event-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.manage-event-heading h2{margin:6px 0 8px;font-size:32px}.manage-event-heading p{color:#8d94a6;margin:0}.back-events-button{color:#a7adba;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;margin-bottom:20px;padding:0;font-weight:700;display:inline-flex}.back-events-button:hover{color:#fff}.save-event-top-button,.manage-save-button{color:#fff;cursor:pointer;background:#ef3c3c;border:0;border-radius:11px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 18px;font-weight:800;display:inline-flex}.save-event-top-button:disabled,.manage-save-button:disabled,.manage-cancel-button:disabled{cursor:not-allowed;opacity:.65}.manage-event-form{flex-direction:column;gap:20px;display:flex}.manage-card{background:#12151b;border:1px solid #292d35;border-radius:18px;overflow:hidden}.manage-card-header{border-bottom:1px solid #292d35;justify-content:space-between;align-items:center;gap:20px;padding:22px 24px;display:flex}.manage-card-header h3{margin:4px 0 0;font-size:20px}.manage-card-header>svg{color:#ef3c3c;font-size:21px}.manage-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:24px;display:grid}.manage-field{flex-direction:column;gap:8px;min-width:0;display:flex}.manage-field-full{grid-column:1/-1}.manage-field>span{color:#abb1be;font-size:13px;font-weight:700}.manage-field input,.manage-field select,.manage-field textarea{box-sizing:border-box;color:#fff;width:100%;font:inherit;background:#191d24;border:1px solid #313640;border-radius:11px;outline:none;padding:0 14px}.manage-field input,.manage-field select{min-height:46px}.manage-field textarea{resize:vertical;padding-top:13px;padding-bottom:13px}.manage-field input:focus,.manage-field select:focus,.manage-field textarea:focus{border-color:#ef3c3c}.manage-field input::placeholder,.manage-field textarea::placeholder{color:#686f7e}.manage-toggle{cursor:pointer;background:#181b22;border:1px solid #303540;border-radius:12px;flex-direction:row;align-items:flex-start;gap:12px;padding:16px;display:flex}.manage-toggle input{width:auto;min-height:auto;margin-top:3px}.manage-toggle div{flex-direction:column;gap:5px;display:flex}.manage-toggle strong{font-size:14px}.manage-toggle div span{color:#858c9b;font-size:12px}.manage-form-actions{justify-content:flex-end;gap:12px;padding-bottom:20px;display:flex}.manage-cancel-button{color:#fff;cursor:pointer;background:#1a1e26;border:1px solid #353a45;border-radius:11px;min-height:44px;padding:0 20px;font-weight:800}.manage-event-error,.manage-event-success{border-radius:12px;padding:14px 16px}.manage-event-error{color:#ff9292;background:#ef3c3c1a;border:1px solid #ef3c3c59}.manage-event-success{color:#7ee2a4;background:#22c55e1a;border:1px solid #22c55e4d;align-items:center;gap:9px;display:flex}.manage-event-state{text-align:center;background:#12151b;border:1px solid #292d35;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:420px;padding:40px;display:flex}.manage-event-state h2{margin-bottom:8px}.manage-event-state p{color:#8d94a6}.manage-event-state button{color:#fff;cursor:pointer;background:#ef3c3c;border:0;border-radius:10px;min-height:42px;margin-top:10px;padding:0 18px;font-weight:800}@media (width<=760px){.manage-event-heading{flex-direction:column}.save-event-top-button{width:100%}.manage-form-grid{grid-template-columns:1fr}.manage-field-full{grid-column:auto}.manage-form-actions{flex-direction:column-reverse}.manage-form-actions button{width:100%}}.ticket-category-content{flex-direction:column;gap:22px;padding:24px;display:flex}.ticket-category-form{grid-template-columns:minmax(120px,.7fr) minmax(180px,1.3fr) minmax(120px,.7fr) minmax(120px,.7fr);align-items:end;gap:16px;display:grid}.category-active-toggle{cursor:pointer;background:#191d24;border:1px solid #313640;border-radius:11px;align-items:center;gap:9px;min-height:46px;padding:0 14px;display:flex}.category-form-actions{grid-column:1/-1;justify-content:flex-end;gap:10px;display:flex}.category-save-button,.category-cancel-button{cursor:pointer;border-radius:10px;justify-content:center;align-items:center;gap:8px;min-height:42px;padding:0 16px;font-weight:800;display:inline-flex}.category-save-button{color:#fff;background:#ef3c3c;border:0}.category-cancel-button{color:#fff;background:#1a1e26;border:1px solid #353a45}.ticket-category-list{flex-direction:column;gap:12px;display:flex}.ticket-category-item{background:#181b22;border:1px solid #303540;border-radius:13px;grid-template-columns:minmax(190px,1fr) minmax(100px,.4fr) minmax(100px,.4fr) auto;align-items:center;gap:18px;padding:16px;display:grid}.category-code{color:#ef7a7a;text-transform:uppercase;letter-spacing:.08em;font-size:11px;font-weight:800}.ticket-category-item small{color:#7e8696}.category-stat{flex-direction:column;gap:4px;display:flex}.category-stat span{color:#7e8696;font-size:12px}.category-item-actions{gap:8px;display:flex}.category-item-actions button{color:#fff;cursor:pointer;background:#20242c;border:1px solid #353a45;border-radius:10px;place-items:center;width:38px;height:38px;display:grid}.category-item-actions .category-delete-button{color:#ff8585}.category-empty-state{color:#858c9b;text-align:center;border:1px dashed #353a45;border-radius:13px;padding:28px}@media (width<=900px){.ticket-category-form{grid-template-columns:repeat(2,minmax(0,1fr))}.ticket-category-item{grid-template-columns:1fr 1fr}.category-item-actions{justify-content:flex-end}}@media (width<=600px){.ticket-category-form{grid-template-columns:1fr}.category-form-actions{flex-direction:column-reverse;grid-column:auto}.category-form-actions button{width:100%}.ticket-category-item{grid-template-columns:1fr}.category-item-actions{justify-content:flex-start}}.ticket-category-list{flex-direction:column;gap:14px;margin-top:18px;display:flex}.ticket-category-item{background:#fff;border:1px solid #e8e8e8;border-radius:14px;grid-template-columns:minmax(180px,1.6fr) repeat(5,minmax(90px,1fr));align-items:center;gap:14px;padding:18px 20px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid}.ticket-category-item:hover{border-color:#d9d9d9;transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.ticket-category-item>div:first-child{flex-direction:column;gap:4px;display:flex}.ticket-category-item>div:first-child strong{color:#181818;font-size:16px;font-weight:700}.ticket-category-item>div:first-child small{color:#777;font-size:13px}.category-code{color:#666;letter-spacing:.7px;text-transform:uppercase;background:#f3f3f3;border-radius:6px;align-items:center;width:fit-content;margin-bottom:3px;padding:4px 8px;font-size:10px;font-weight:700;display:inline-flex}.category-stat{border-left:1px solid #eee;flex-direction:column;gap:5px;padding-left:14px;display:flex}.category-stat span{color:#8b8b8b;text-transform:uppercase;letter-spacing:.4px;font-size:11px;font-weight:600}.category-stat strong{color:#1c1c1c;font-size:18px;font-weight:700}.ticket-category-item .category-stat:nth-last-child(2) strong{font-size:20px;font-weight:800}.category-empty-state{color:#777;text-align:center;background:#fafafa;border:1px dashed #dcdcdc;border-radius:12px;justify-content:center;align-items:center;min-height:100px;margin-top:15px;padding:20px;font-size:14px;font-weight:500;display:flex}@media (width<=1100px){.ticket-category-item{grid-template-columns:minmax(180px,1.5fr) repeat(3,1fr)}.category-stat{padding-left:10px}}@media (width<=700px){.ticket-category-item{grid-template-columns:repeat(2,1fr);gap:16px;padding:16px}.ticket-category-item>div:first-child{border-bottom:1px solid #eee;grid-column:1/-1;padding-bottom:12px}.category-stat{border-left:none;padding-left:0}.category-stat span{font-size:10px}.category-stat strong{font-size:17px}}.admin-shell{background:#09090b;grid-template-columns:260px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{background:#111113;border-right:1px solid #27272a;flex-direction:column;height:100vh;padding:24px 18px;display:flex;position:sticky;top:0}.sidebar-brand{align-items:center;gap:12px;padding:4px 8px 26px;display:flex}.brand-mark{color:#fff;background:#f97316;border-radius:12px;place-items:center;width:42px;height:42px;font-size:20px;font-weight:800;display:grid}.sidebar-brand h2{color:#fafafa;margin:0;font-size:18px;line-height:1.1}.sidebar-brand p{color:#71717a;margin:4px 0 0;font-size:13px}.sidebar-nav{flex-direction:column;gap:6px;display:flex}.sidebar-link{color:#a1a1aa;border-radius:10px;align-items:center;gap:12px;padding:12px 14px;font-size:14px;font-weight:600;transition:background .16s,color .16s;display:flex}.sidebar-link svg{width:18px;height:18px}.sidebar-link:hover{color:#f4f4f5;background:#1c1c1f}.sidebar-link.active{color:#fff;background:#27272a}.sidebar-link.active svg{color:#fb923c}.logout-button{color:#a1a1aa;text-align:left;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:12px;width:100%;margin-top:auto;padding:12px 14px;font-weight:600;display:flex}.logout-button:hover{color:#fff;background:#18181b;border-color:#3f3f46}.admin-main{min-width:0}.topbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#09090beb;border-bottom:1px solid #27272a;justify-content:space-between;align-items:center;gap:24px;min-height:88px;padding:18px 32px;display:flex}.topbar-eyebrow{color:#71717a;letter-spacing:.08em;text-transform:uppercase;margin:0 0 4px;font-size:12px;font-weight:700}.topbar h1{color:#fafafa;margin:0;font-size:23px}.admin-profile{align-items:center;gap:11px;display:flex}.profile-avatar{color:#fff;background:#27272a;border-radius:50%;place-items:center;width:38px;height:38px;font-weight:800;display:grid}.admin-profile div:last-child{flex-direction:column;gap:2px;display:flex}.admin-profile strong{color:#fafafa;font-size:14px}.admin-profile span{color:#71717a;font-size:12px}.page-content{padding:32px}@media (width<=900px){.admin-shell{grid-template-columns:84px minmax(0,1fr)}.sidebar{padding:20px 12px}.sidebar-brand{justify-content:center;padding-inline:0}.sidebar-brand>div:last-child,.sidebar-link span,.logout-button span{display:none}.sidebar-link,.logout-button{justify-content:center;padding:13px}.topbar{padding-inline:22px}.page-content{padding:24px 22px}}@media (width<=600px){.admin-shell{display:block}.sidebar{z-index:20;border:1px solid #27272a;border-radius:16px;flex-direction:row;align-items:center;width:auto;height:auto;padding:8px;position:fixed;inset:auto 12px 12px}.sidebar-brand,.logout-button{display:none}.sidebar-nav{flex-direction:row;justify-content:space-between;width:100%}.sidebar-link{flex:1;justify-content:center}.topbar{min-height:78px;padding:16px 18px}.topbar h1{font-size:19px}.admin-profile div:last-child{display:none}.page-content{padding:22px 18px 100px}}.dashboard-page{flex-direction:column;gap:28px;display:flex}.dashboard-heading{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.section-eyebrow{color:#71717a;letter-spacing:.1em;text-transform:uppercase;margin:0 0 6px;font-size:11px;font-weight:800}.dashboard-heading h2{color:#fafafa;letter-spacing:-.03em;margin:0;font-size:clamp(24px,3vw,34px)}.dashboard-description{color:#a1a1aa;margin:8px 0 0;font-size:14px}.event-button,.scanner-button{color:#fff;background:#f97316;border:0;border-radius:10px;justify-content:center;align-items:center;gap:9px;font-weight:750;display:inline-flex}.event-button{min-height:42px;padding:0 16px}.event-button:hover,.scanner-button:hover{background:#ea580c}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.stat-card,.dashboard-card{background:#111113;border:1px solid #27272a;border-radius:16px}.stat-card{padding:20px}.stat-card-top{justify-content:space-between;align-items:center;display:flex}.stat-icon,.users-icon{color:#fb923c;background:#1c1c1f;border:1px solid #3f3f46;place-items:center;display:grid}.stat-icon{border-radius:10px;width:38px;height:38px}.stat-icon svg,.users-icon svg{width:18px;height:18px}.live-indicator{color:#86efac;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.live-indicator:before{content:"";background:#22c55e;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #22c55e1f}.stat-title{color:#a1a1aa;margin:22px 0 7px;font-size:13px;font-weight:650}.stat-card h3{color:#fafafa;letter-spacing:-.03em;margin:0;font-size:29px}.stat-helper{color:#52525b;margin:7px 0 0;font-size:12px}.dashboard-grid{grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:16px;display:grid}.dashboard-card{min-width:0;overflow:hidden}.card-header{border-bottom:1px solid #27272a;justify-content:space-between;align-items:center;gap:16px;padding:20px;display:flex}.card-header h3{color:#fafafa;margin:0;font-size:17px}.text-button{color:#fb923c;background:0 0;border:0;font-size:13px;font-weight:750}.table-wrapper{overflow-x:auto}.bookings-table{border-collapse:collapse;width:100%;min-width:660px}.bookings-table th,.bookings-table td{text-align:left;padding:15px 20px}.bookings-table th{color:#71717a;letter-spacing:.07em;text-transform:uppercase;font-size:11px;font-weight:800}.bookings-table tbody tr{border-top:1px solid #202023}.bookings-table tbody tr:hover{background:#161618}.bookings-table td{color:#d4d4d8;font-size:13px}.customer-cell{align-items:center;gap:11px;display:flex}.customer-avatar,.checkin-avatar{color:#fafafa;background:#27272a;border-radius:50%;flex:none;place-items:center;font-weight:800;display:grid}.customer-avatar{width:34px;height:34px;font-size:12px}.customer-cell div:last-child,.checkin-details{flex-direction:column;gap:3px;display:flex}.customer-cell strong{color:#fafafa;font-size:13px}.customer-cell span,.checkin-details span{color:#71717a;font-size:11px}.status-badge{color:#86efac;background:#22c55e14;border:1px solid #22c55e33;border-radius:999px;padding:5px 8px;font-size:11px;font-weight:750;display:inline-flex}.users-icon{border-radius:10px;width:36px;height:36px}.checkin-list{flex-direction:column;padding:8px 20px 4px;display:flex}.checkin-item{border-bottom:1px solid #202023;align-items:center;gap:11px;padding:14px 0;display:flex}.checkin-item:last-child{border-bottom:0}.checkin-avatar{width:36px;height:36px;font-size:12px}.checkin-details{flex:1;min-width:0}.checkin-details strong{color:#fafafa;text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.checkin-item time{color:#71717a;font-size:11px}.scanner-button{width:calc(100% - 40px);min-height:42px;margin:16px 20px 20px}@media (width<=1180px){.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-grid{grid-template-columns:1fr}}@media (width<=640px){.dashboard-heading{flex-direction:column;align-items:flex-start}.event-button{width:100%}.stats-grid{grid-template-columns:1fr}.stat-card{padding:18px}}.dashboard-actions{align-items:center;gap:10px;display:flex}.refresh-button{color:#d4d4d8;background:#18181b;border:1px solid #3f3f46;border-radius:10px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:0 15px;font-weight:700;display:inline-flex}.refresh-button:hover:not(:disabled){color:#fff;background:#202023;border-color:#52525b}.refresh-button:disabled{cursor:wait;opacity:.7}.spinning{animation:.8s linear infinite dashboard-spin}.dashboard-state{text-align:center;align-content:center;place-items:center;min-height:420px;padding:40px;display:grid}.dashboard-state h2{margin:18px 0 8px}.dashboard-state p{color:#71717a;margin:0}.dashboard-state button{color:#fff;background:#f97316;border:0;border-radius:10px;min-height:42px;margin-top:20px;padding:0 18px;font-weight:750}.dashboard-loader{border:3px solid #27272a;border-top-color:#f97316;border-radius:50%;width:34px;height:34px;animation:.8s linear infinite dashboard-spin}.dashboard-warning{color:#fbbf24;background:#f59e0b14;border:1px solid #f59e0b40;border-radius:10px;padding:13px 15px;font-size:13px}.empty-state{color:#71717a;text-align:center;place-items:center;min-height:170px;padding:30px;display:grid}.empty-state p{margin:0}@keyframes dashboard-spin{to{transform:rotate(360deg)}}@media (width<=640px){.dashboard-actions{width:100%}.refresh-button,.event-button{flex:1}}.dashboard-bottom-grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;display:grid}.event-summary{flex-direction:column;gap:18px;display:flex}.event-summary div{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding-bottom:12px;display:flex}.event-summary span{color:#8b8b95;font-size:.9rem}.event-summary strong{color:#fff;font-weight:600}.quick-actions{flex-direction:column;gap:14px;display:flex}.action-btn{color:#fff;cursor:pointer;background:#ff7a1a;border:none;border-radius:12px;padding:14px;font-weight:600;transition:all .2s}.action-btn:hover{background:#ff8d3a;transform:translateY(-2px)}@media (width<=1000px){.dashboard-bottom-grid{grid-template-columns:1fr}}.events-page{flex-direction:column;gap:24px;display:flex}.events-heading{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.events-heading h2{margin:4px 0 8px;font-size:32px}.events-heading p{color:#8d94a6;margin:0}.events-actions{gap:12px;display:flex}.refresh-events-button,.create-event-button{cursor:pointer;border:0;border-radius:12px;justify-content:center;align-items:center;gap:9px;min-height:44px;padding:0 18px;font-weight:700;display:inline-flex}.refresh-events-button{color:#f4f5f7;background:#181b22;border:1px solid #2b2f38}.create-event-button{color:#fff;background:#ef3c3c}.refresh-events-button:disabled{cursor:not-allowed;opacity:.65}.events-error{color:#ff8d8d;background:#ef3c3c1a;border:1px solid #ef3c3c59;border-radius:12px;padding:14px 16px}.events-state,.events-empty{text-align:center;background:#12151b;border:1px solid #292d35;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:40px;display:flex}.events-empty>svg{color:#ef3c3c;margin-bottom:16px;font-size:40px}.events-empty h3,.events-state h3{margin:0 0 8px}.events-empty p{color:#8d94a6;margin:0 0 22px}.events-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;display:grid}.event-card{background:#12151b;border:1px solid #292d35;border-radius:18px;padding:22px}.event-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.event-status{letter-spacing:.08em;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.event-status-draft{color:#bec7d5;background:#94a3b824}.event-status-upcoming{color:#81b2ff;background:#3b82f624}.event-status-live{color:#61d989;background:#22c55e24}.event-status-completed,.event-status-archived{color:#c892ff;background:#a855f724}.event-status-cancelled{color:#ff8585;background:#ef444424}.event-id{color:#686f7e;font-size:12px}.event-card h3{margin:22px 0 8px;font-size:22px}.event-subtitle{color:#9299a8;margin:0}.event-meta{flex-direction:column;gap:12px;padding:22px 0;display:flex}.event-meta div{color:#abb1be;align-items:center;gap:10px;display:flex}.event-meta svg{color:#ef3c3c}.event-card-footer{border-top:1px solid #292d35;grid-template-columns:1fr 1fr auto;align-items:end;gap:16px;padding-top:18px;display:grid}.event-card-footer div{flex-direction:column;gap:5px;display:flex}.event-card-footer span{color:#737b8b;font-size:12px}.event-card-footer strong{font-size:14px}.event-card-footer button{color:#fff;cursor:pointer;background:#1a1e26;border:1px solid #353a45;border-radius:10px;padding:10px 14px;font-weight:700}@media (width<=900px){.events-grid{grid-template-columns:1fr}.events-heading{flex-direction:column}}@media (width<=600px){.events-actions{width:100%}.events-actions button{flex:1}.event-card-footer{grid-template-columns:1fr 1fr}.event-card-footer button{grid-column:1/-1}}.event-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000b8;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.event-modal{background:#12151b;border:1px solid #303540;border-radius:20px;width:min(720px,100%);max-height:calc(100vh - 48px);overflow-y:auto;box-shadow:0 30px 90px #0000008c}.event-modal-header{border-bottom:1px solid #292d35;justify-content:space-between;align-items:flex-start;gap:20px;padding:24px 26px;display:flex}.event-modal-header h3{margin:4px 0 0;font-size:24px}.modal-close-button{color:#fff;cursor:pointer;background:#1a1e26;border:1px solid #303540;border-radius:11px;flex-shrink:0;place-items:center;width:40px;height:40px;display:grid}.modal-close-button svg{font-size:20px}.event-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:26px;display:grid}.event-field{flex-direction:column;gap:8px;display:flex}.event-field-full{grid-column:1/-1}.event-field>span{color:#abb1be;font-size:13px;font-weight:700}.event-field input,.event-field select{color:#fff;box-sizing:border-box;background:#191d24;border:1px solid #313640;border-radius:11px;outline:none;width:100%;min-height:46px;padding:0 14px}.event-field input:focus,.event-field select:focus{border-color:#ef3c3c}.event-field input::placeholder{color:#686f7e}.booking-toggle{cursor:pointer;background:#181b22;border:1px solid #303540;border-radius:12px;align-items:flex-start;gap:12px;padding:16px;display:flex}.booking-toggle input{margin-top:3px}.booking-toggle div{flex-direction:column;gap:5px;display:flex}.booking-toggle strong{font-size:14px}.booking-toggle span{color:#858c9b;font-size:12px}.event-form-error{color:#ff9292;background:#ef3c3c1a;border:1px solid #ef3c3c59;border-radius:11px;grid-column:1/-1;padding:13px 15px}.event-form-actions{justify-content:flex-end;gap:12px;padding-top:4px;display:flex}.cancel-event-button,.save-event-button{cursor:pointer;border-radius:11px;min-height:44px;padding:0 20px;font-weight:800}.cancel-event-button{color:#fff;background:#1a1e26;border:1px solid #353a45}.save-event-button{color:#fff;background:#ef3c3c;border:1px solid #ef3c3c}.cancel-event-button:disabled,.save-event-button:disabled{cursor:not-allowed;opacity:.65}@media (width<=650px){.event-form{grid-template-columns:1fr}.event-field-full,.event-form-error{grid-column:auto}.event-form-actions{flex-direction:column-reverse}.event-form-actions button{width:100%}}.login-page{background:radial-gradient(circle at 20% 20%,#f973161a,#0000 30%),radial-gradient(circle at 80% 80%,#ea580c14,#0000 30%),#09090b;place-items:center;min-height:100vh;padding:24px;display:grid;position:relative;overflow:hidden}.login-decoration{filter:blur(80px);pointer-events:none;border-radius:50%;position:absolute}.login-decoration-one{background:#f9731614;width:360px;height:360px;top:-140px;left:-120px}.login-decoration-two{background:#ea580c0f;width:400px;height:400px;bottom:-160px;right:-140px}.login-card{z-index:1;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#111113f0;border:1px solid #27272a;border-radius:20px;width:min(100%,440px);padding:34px;position:relative;box-shadow:0 30px 100px #0000006b}.login-brand{align-items:center;gap:12px;display:flex}.login-brand-mark{color:#fff;background:#f97316;border-radius:13px;place-items:center;width:46px;height:46px;font-size:21px;font-weight:900;display:grid}.login-brand>div:last-child{flex-direction:column;gap:3px;display:flex}.login-brand span{color:#71717a;letter-spacing:.12em;font-size:10px;font-weight:800}.login-brand strong{color:#fafafa;font-size:17px}.login-heading{margin-top:38px}.login-heading p{color:#fb923c;margin:0 0 8px;font-size:12px;font-weight:750}.login-heading h1{color:#fafafa;letter-spacing:-.04em;margin:0;font-size:31px}.login-heading>span{color:#71717a;margin-top:10px;font-size:13px;line-height:1.6;display:block}.login-form{flex-direction:column;gap:18px;margin-top:30px;display:flex}.login-form label{flex-direction:column;gap:8px;display:flex}.login-form label>span{color:#d4d4d8;font-size:12px;font-weight:700}.login-input-wrapper{background:#18181b;border:1px solid #3f3f46;border-radius:11px;align-items:center;gap:11px;min-height:48px;padding:0 14px;transition:border-color .15s,box-shadow .15s;display:flex}.login-input-wrapper:focus-within{border-color:#f97316;box-shadow:0 0 0 3px #f973161f}.login-input-wrapper>svg{color:#71717a;flex:none}.login-input-wrapper input{color:#fafafa;background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:14px}.login-input-wrapper input::placeholder{color:#52525b}.password-toggle{color:#71717a;background:0 0;border:0;place-items:center;padding:4px;display:grid}.password-toggle:hover{color:#fafafa}.login-error{color:#fca5a5;background:#ef444414;border:1px solid #ef444440;border-radius:10px;padding:12px 13px;font-size:12px}.login-submit{color:#fff;background:#f97316;border:0;border-radius:11px;min-height:48px;font-weight:800}.login-submit:hover:not(:disabled){background:#ea580c}.login-submit:disabled{cursor:wait;opacity:.7}.login-footer{color:#52525b;text-align:center;margin:24px 0 0;font-size:11px}@media (width<=520px){.login-page{padding:16px}.login-card{padding:26px 22px}.login-heading h1{font-size:27px}}:root{color:#f4f4f5;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#09090b;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:#09090b;min-width:320px;min-height:100%}body{background:#09090b;min-width:320px;min-height:100vh;margin:0}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}#root{min-height:100vh}
