@import"https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&display=swap";:root{font-family:Chakra Petch,sans-serif;color:#f3f3f3;background:#080a0d;font-synthesis:none;--background: #080a0d;--surface: #111419;--surface-two: #171b21;--border: rgba( 255, 255, 255, .12 );--border-strong: rgba( 255, 255, 255, .22 );--text: #f4f4f4;--muted: #9199a4;--orange: #ff7a00;--orange-hover: #ff922f;--danger: #e5484d;--success: #46a758;--admin-topbar-height: 48px}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-width:320px;background:radial-gradient(circle at top,#191e25 0,#0a0c0f 38%,#050607);color:var(--text)}button,input{font:inherit}.auth-page,.status-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.auth-card,.status-card{width:min(100%,470px);padding:36px;background:linear-gradient(145deg,#1b1f26fa,#0e1115fa);border:1px solid var(--border);border-radius:12px;box-shadow:0 30px 90px #00000073}.auth-brand,.dashboard-brand{display:flex;align-items:center;gap:13px}.auth-brand{padding-bottom:28px;margin-bottom:30px;border-bottom:1px solid var(--border)}.auth-brand-mark{width:46px;height:46px;display:flex;align-items:center;justify-content:center;flex:0 0 auto;border:1px solid var(--border-strong);background:#080a0d;color:var(--orange);font-weight:700;font-size:.9rem;letter-spacing:.07em}.auth-brand-mark.small{width:38px;height:38px;font-size:.75rem}.auth-brand strong,.dashboard-brand strong{display:block;font-size:1rem;font-weight:700}.auth-brand span,.dashboard-brand span{display:block;margin-top:2px;color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.07em}.auth-heading{margin-bottom:26px}.auth-eyebrow{margin:0 0 7px;color:var(--orange);font-size:.72rem;font-weight:700;letter-spacing:.12em}.auth-heading h1,.status-card h1{margin:0;font-size:clamp(2rem,5vw,2.8rem);line-height:1}.auth-heading>p:last-child,.status-copy{margin:14px 0 0;color:var(--muted);font-size:.88rem;line-height:1.55}.auth-form{display:flex;flex-direction:column;gap:17px}.auth-form label>span{display:block;margin-bottom:7px;color:#d8dce2;font-size:.78rem;font-weight:600}.auth-form input{width:100%;padding:11px 12px;background:#090b0e;color:#fff;border:1px solid var(--border-strong);border-radius:5px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-form input:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff7a001f}.auth-form label small{display:block;margin-top:6px;color:var(--muted);font-size:.68rem}.auth-checkbox{display:flex;align-items:center;gap:9px;cursor:pointer}.auth-checkbox input{width:16px;height:16px;margin:0}.auth-checkbox>span{margin:0!important}.auth-primary-button,.auth-secondary-button,.dashboard-logout{border:0;cursor:pointer;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.auth-primary-button{min-height:43px;padding:10px 18px;background:var(--orange);color:#050505;border-radius:5px;font-weight:700}.auth-primary-button:hover{background:var(--orange-hover)}.auth-primary-button:disabled{opacity:.55;cursor:wait}.auth-secondary-button{min-height:43px;padding:10px 18px;color:#fff;background:transparent;border:1px solid var(--border-strong);border-radius:5px}.auth-secondary-button:hover{background:#ffffff0f}.auth-message{margin:0 0 20px;padding:11px 13px;border:1px solid;border-radius:5px;font-size:.78rem;line-height:1.4}.auth-message.error{color:#ffb4b4;border-color:#e5484d80;background:#e5484d1a}.auth-message.success{color:#b9efc4;border-color:#46a75873;background:#46a7581a}.auth-footer-text{margin-top:25px;color:var(--muted);font-size:.78rem;text-align:center}.auth-footer-text a{color:#fff;font-weight:600;text-decoration:none}.auth-footer-text a:hover{color:var(--orange)}.status-card{text-align:center}.status-icon{width:56px;height:56px;margin:0 auto 25px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,122,0,.4);border-radius:50%;color:var(--orange);background:#ff7a0014;font-size:1.4rem}.status-icon.danger{color:var(--danger);border-color:#e5484d73;background:#e5484d14}.status-account{margin:28px 0;padding:17px;border:1px solid var(--border);background:#0000002e;border-radius:6px}.status-account span,.status-account strong{display:block}.status-account span{margin-bottom:4px;color:var(--muted);font-size:.7rem}.status-account strong{font-size:.85rem}.status-actions{display:flex;flex-direction:column;gap:10px}.auth-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--muted)}.loading-spinner{width:28px;height:28px;border:2px solid rgba(255,255,255,.12);border-top-color:var(--orange);border-radius:50%;animation:admin-spin .8s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.dashboard{min-height:100vh;background:#080a0d}.dashboard-topbar{position:sticky;top:0;z-index:1000;min-height:var(--admin-topbar-height);background:#0b0e11;display:flex;align-items:center;justify-content:space-between;gap:30px;padding:12px 28px;background:#0c0f13;border-bottom:1px solid var(--border)}.dashboard-user{display:flex;align-items:center;gap:18px}.dashboard-user>div{text-align:right}.dashboard-user strong,.dashboard-user span{display:block}.dashboard-user strong{font-size:.8rem}.dashboard-user span{margin-top:2px;color:var(--muted);font-size:.68rem}.dashboard-logout{padding:8px 12px;color:#ddd;background:transparent;border:1px solid var(--border);border-radius:4px}.dashboard-logout:hover{background:#ffffff0d}.dashboard-layout{min-height:calc(100vh - var(--admin-topbar-height));display:grid;grid-template-columns:230px minmax(0,1fr)}.dashboard-sidebar{display:flex;flex-direction:column;padding:30px 16px;background:#0c0f13;border-right:1px solid var(--border);position:sticky;top:var(--admin-topbar-height);align-self:start;height:calc(100vh - var(--admin-topbar-height));overflow-y:auto}.sidebar-label{margin:0 10px 18px;color:#606874;font-size:.65rem;font-weight:700;letter-spacing:.12em}.sidebar-link{width:100%;display:block;margin:3px 0;padding:10px 12px;text-align:left;background:transparent;color:#aeb5bf;border:0;border-radius:5px;font:inherit;font-size:.8rem;text-decoration:none;cursor:pointer}.sidebar-link:hover{color:#fff;background:#ffffff0d}.sidebar-link.active{color:#fff;background:#ff7a001a;border-left:2px solid var(--orange)}.dashboard-main{width:100%;max-width:1450px;padding:50px;margin:0 auto}.dashboard-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:42px}.dashboard-heading h1{margin:0;font-size:clamp(2.3rem,5vw,4rem);line-height:1}.dashboard-heading>div>p:last-child{margin:12px 0 0;color:var(--muted)}.role-badge{padding:7px 11px;border:1px solid rgba(255,122,0,.4);border-radius:4px;color:var(--orange);background:#ff7a0012;font-size:.68rem;font-weight:700;letter-spacing:.1em}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.dashboard-card{min-height:245px;display:flex;flex-direction:column;padding:28px;background:linear-gradient(145deg,#12161b,#0c0f12);border:1px solid var(--border);border-radius:7px}.dashboard-card-number{margin-bottom:28px;color:var(--orange);font-size:.7rem;font-weight:700}.dashboard-card h2{margin:0 0 8px;font-size:1.5rem}.dashboard-card p{max-width:400px;margin:0;color:var(--muted);font-size:.8rem;line-height:1.5}.dashboard-card button{align-self:flex-start;margin-top:auto;padding:0;color:#fff;background:transparent;border:0;font:inherit;font-size:.78rem;font-weight:600;cursor:pointer}.dashboard-card button:hover{color:var(--orange)}@media(max-width:850px){.dashboard-layout{grid-template-columns:1fr}.dashboard-sidebar{display:none}.dashboard-main{padding:35px 20px}.dashboard-grid{grid-template-columns:1fr}}@media(max-width:600px){.auth-card,.status-card{padding:27px 22px}.dashboard-topbar{padding:12px 16px}.dashboard-user>div{display:none}.dashboard-heading{flex-direction:column}}.users-table-wrapper{width:100%;overflow-x:auto;background:#0c0f13;border:1px solid var(--border);border-radius:7px}.users-table{width:100%;min-width:1000px;border-collapse:collapse}.users-table th,.users-table td{padding:16px 18px;border-bottom:1px solid var(--border);text-align:left;vertical-align:middle}.users-table th{color:#6f7782;background:#0a0d10;font-size:.66rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.users-table td{color:#cbd0d6;font-size:.76rem}.users-table tbody tr:last-child td{border-bottom:0}.users-table tbody tr:hover{background:#ffffff05}.users-name{display:flex;align-items:center;gap:8px}.users-name strong{color:#fff;font-size:.8rem}.users-you{padding:2px 5px;border:1px solid rgba(255,122,0,.35);border-radius:3px;color:var(--orange);font-size:.55rem;font-weight:700;letter-spacing:.08em}.users-status,.users-verified{display:inline-block;padding:4px 7px;border-radius:4px;font-size:.63rem;font-weight:700;text-transform:uppercase}.users-status.pending{color:#e8bc62;background:#e8bc621a;border:1px solid rgba(232,188,98,.25)}.users-status.active{color:#74d487;background:#46a7581a;border:1px solid rgba(70,167,88,.3)}.users-status.disabled{color:#ef777b;background:#e5484d1a;border:1px solid rgba(229,72,77,.3)}.users-verified.yes{color:#74d487}.users-verified.no{color:#888f99}.users-role-select{padding:7px 28px 7px 9px;color:#fff;background:#090b0e;border:1px solid var(--border-strong);border-radius:4px;font:inherit;font-size:.72rem;cursor:pointer}.users-role-select:disabled{opacity:.55;cursor:not-allowed}.users-actions{display:flex;align-items:center;gap:8px}.user-action{padding:6px 10px;background:transparent;border:1px solid var(--border);border-radius:4px;color:#fff;font:inherit;font-size:.68rem;cursor:pointer}.user-action.approve{color:#82db92;border-color:#46a75859}.user-action.approve:hover{background:#46a7581a}.user-action.disable{color:#f0787c;border-color:#e5484d59}.user-action.disable:hover{background:#e5484d1a}.user-action:disabled{opacity:.45;cursor:wait}.users-updating{color:var(--muted);font-size:.65rem}.users-loading{min-height:250px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;color:var(--muted)}.dashboard-card-link{align-self:flex-start;margin-top:auto;color:#fff;font-size:.78rem;font-weight:600;text-decoration:none}.dashboard-card-link:hover{color:var(--orange)}.live-updates-main{max-width:1550px}.live-site-tabs{display:flex;gap:8px;margin-bottom:24px}.live-site-tab{display:flex;align-items:center;gap:9px;padding:10px 15px;color:#979fa9;background:#0b0e12;border:1px solid var(--border);border-radius:5px;font:inherit;font-size:.75rem;font-weight:600;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.live-site-tab:hover{color:#fff;border-color:var(--border-strong)}.live-site-tab.active{color:#fff;background:#ff7a0014;border-color:#ff7a0066}.live-site-dot{width:7px;height:7px;border-radius:50%;background:#59616c}.live-site-tab.active .live-site-dot{background:var(--orange);box-shadow:0 0 8px #ff7a0080}.live-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.75fr);gap:20px;align-items:start}.live-editor-panel,.live-preview-panel,.live-recent-section{background:linear-gradient(145deg,#11151a,#0b0e11);border:1px solid var(--border);border-radius:7px}.live-editor-panel,.live-preview-panel{padding:25px}.live-panel-heading,.live-recent-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px}.live-panel-heading{margin-bottom:24px}.live-panel-heading h2,.live-recent-heading h2{margin:0;font-size:1.35rem}.live-clear-button{padding:7px 10px;color:#969da6;background:transparent;border:1px solid var(--border);border-radius:4px;font:inherit;font-size:.68rem;cursor:pointer}.live-clear-button:hover{color:#fff;border-color:var(--border-strong)}.live-update-form{display:flex;flex-direction:column;gap:17px}.live-form-field{display:block}.live-form-field>span{display:flex;align-items:center;gap:8px;margin-bottom:7px;color:#d8dce2;font-size:.75rem;font-weight:600}.live-form-field>span em{color:#656d78;font-size:.62rem;font-style:normal;font-weight:500;text-transform:uppercase}.live-form-field input,.live-form-field textarea,.live-form-field select{width:100%;padding:11px 12px;color:#fff;background:#080a0d;border:1px solid var(--border-strong);border-radius:5px;font:inherit;font-size:.78rem;outline:none;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}.live-form-field textarea{min-height:125px;line-height:1.5}.live-form-field input:focus,.live-form-field textarea:focus,.live-form-field select:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff7a001a}.live-form-field select{cursor:pointer}.live-form-field input[type=file]{padding:8px;cursor:pointer}.live-form-field input[type=file]::file-selector-button{margin-right:12px;padding:7px 11px;color:#fff;background:#ff7a001a;border:1px solid rgba(255,122,0,.35);border-radius:4px;font:inherit;font-size:.68rem;cursor:pointer}.live-form-field small{display:block;margin-top:6px;color:#68707b;font-size:.63rem}.live-form-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}.live-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:5px}.live-publish-notice{display:flex;align-items:center;gap:8px;padding:10px 12px;color:#818994;background:#ffffff06;border:1px solid var(--border);border-radius:4px;font-size:.66rem}.live-publish-notice span{color:var(--orange);font-size:.6rem}.live-preview-stage{padding:14px;background:#050607;border:1px solid rgba(255,255,255,.06);border-radius:6px}.live-preview-card{overflow:hidden;background:linear-gradient(145deg,#111418,#080a0d);border:1px solid rgba(255,255,255,.12);border-radius:6px}.live-preview-image{width:100%;aspect-ratio:16 / 9;overflow:hidden;background:#000}.live-preview-image img{display:block;width:100%;height:100%;object-fit:contain;background:#000}.live-preview-content{padding:18px}.live-preview-text{margin:0;color:#f0f0f0;font-size:.86rem;font-weight:500;line-height:1.5;white-space:pre-wrap}.live-preview-mention{margin-top:8px;color:#b7b7b7;font-size:.76rem;font-weight:600;white-space:pre-line}.live-preview-credit{margin-top:7px;color:#777;font-size:.7rem}.live-preview-credit a{color:#999;text-decoration:none}.live-preview-credit a:hover{color:#fff}.live-preview-time{margin-top:16px;padding-top:12px;color:#5f6670;border-top:1px solid rgba(255,255,255,.07);font-size:.64rem}.live-recent-section{margin-top:20px;padding:25px}.live-recent-heading{margin-bottom:20px}.live-recent-tools{display:flex;align-items:center;gap:12px}.live-recent-tools span{color:#656d78;font-size:.67rem}.live-recent-tools button{padding:7px 10px;color:#c4c8cd;background:transparent;border:1px solid var(--border);border-radius:4px;font:inherit;font-size:.66rem;cursor:pointer}.live-recent-tools button:hover{color:#fff;border-color:var(--border-strong)}.live-existing-list{display:flex;flex-direction:column;border-top:1px solid var(--border)}.live-existing-item{display:grid;grid-template-columns:180px minmax(0,1fr);gap:20px;padding:18px 0;border-bottom:1px solid var(--border)}.live-existing-item:last-child{border-bottom:0}.live-existing-thumbnail{width:180px;aspect-ratio:16 / 9;overflow:hidden;background:#000;border:1px solid rgba(255,255,255,.08);border-radius:4px}.live-existing-thumbnail img{display:block;width:100%;height:100%;object-fit:contain}.live-existing-content{min-width:0}.live-existing-meta{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-bottom:8px}.live-existing-meta span{color:var(--orange);font-size:.64rem;font-weight:600}.live-existing-meta code{color:#5f6670;font-family:monospace;font-size:.62rem}.live-existing-content>p{margin:0;color:#e2e4e7;font-size:.78rem;line-height:1.5;white-space:pre-wrap}.live-existing-mention{margin-top:7px;color:#a5abb3;font-size:.69rem;font-weight:600}.live-existing-credit{margin-top:6px;color:#6e7580;font-size:.65rem}.live-existing-credit a{color:#818994;text-decoration:none}.live-existing-credit a:hover{color:#fff}.live-empty-state{min-height:180px;display:flex;align-items:center;justify-content:center;color:#676f79;font-size:.75rem}@media(max-width:1150px){.live-editor-grid{grid-template-columns:1fr}}@media(max-width:700px){.live-site-tabs{flex-direction:column}.live-site-tab{width:100%}.live-form-row{grid-template-columns:1fr}.live-form-actions{flex-direction:column}.live-form-actions button{width:100%}.live-existing-item{grid-template-columns:1fr}.live-existing-thumbnail{width:100%}.live-recent-heading{flex-direction:column}}.live-delete-button{margin-left:auto;padding:5px 9px;color:#ef777b;background:transparent;border:1px solid rgba(229,72,77,.35);border-radius:4px;font:inherit;font-size:.62rem;font-weight:600;cursor:pointer;transition:color .15s ease,background .15s ease,border-color .15s ease}.live-delete-button:hover:not(:disabled){color:#ff9a9d;background:#e5484d1a;border-color:#e5484d8c}.live-delete-button:disabled{opacity:.45;cursor:wait}@media(max-width:700px){.live-delete-button{margin-left:0}}.articles-main{max-width:1550px}.article-editor-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.75fr);gap:20px;align-items:start}.article-editor-panel,.article-preview-panel{padding:25px;background:linear-gradient(145deg,#11151a,#0b0e11);border:1px solid var(--border);border-radius:7px}.article-form{display:flex;flex-direction:column;gap:18px}.article-sections{display:flex;flex-direction:column;gap:15px;margin-top:8px}.article-sections-heading{display:flex;justify-content:space-between;align-items:center;gap:15px}.article-sections-heading h3{margin:0;font-size:1rem}.article-sections-heading button,.article-add-paragraph{padding:7px 10px;color:var(--orange);background:#ff7a000f;border:1px solid rgba(255,122,0,.25);border-radius:4px;font:inherit;font-size:.67rem;cursor:pointer}.article-section-editor{padding:18px;background:#090c0f;border:1px solid var(--border);border-radius:5px}.article-section-header{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:16px}.article-section-header span{color:var(--orange);font-size:.68rem;font-weight:700}.article-section-header button,.article-remove-paragraph{color:#8d949d;background:transparent;border:0;font:inherit;font-size:.62rem;cursor:pointer}.article-section-header button:hover,.article-remove-paragraph:hover{color:#ef777b}.article-paragraph-editor{margin-top:15px}.article-remove-paragraph{margin-top:5px}.article-add-paragraph{margin-top:14px}.article-preview-panel{position:sticky;top:20px}.article-preview-image{display:block;width:100%;max-height:360px;margin-bottom:24px;object-fit:contain;background:#000;border:1px solid var(--border)}.article-preview-panel>h1{margin:10px 0 12px;font-size:2rem;line-height:1.1}.article-preview-meta{display:flex;gap:14px;color:#727a85;font-size:.68rem}.article-preview-description{margin:18px 0 30px;color:#a2a9b2;font-size:.82rem;line-height:1.6}.article-preview-section{margin-top:28px}.article-preview-section h2{margin:0 0 13px;font-size:1.25rem}.article-preview-section p{color:#c9cdd2;font-size:.8rem;line-height:1.7;white-space:pre-wrap}.article-preview-question{margin-top:32px;padding:17px;color:#f0f0f0;background:#ff7a0012;border-left:2px solid var(--orange);font-size:.8rem;font-weight:600}.article-existing-section{margin-top:20px}.article-list{display:flex;flex-direction:column;border-top:1px solid var(--border)}.article-list-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:25px;align-items:start;padding:20px 0;border-bottom:1px solid var(--border)}.article-list-item:last-child{border-bottom:0}.article-list-meta{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.article-list-meta span{color:var(--orange);font-size:.62rem;font-weight:600}.article-list-meta code{color:#626a75;font-size:.61rem}.article-list-item h3{margin:9px 0 7px;font-size:1.05rem}.article-list-item>div>p{max-width:850px;margin:0;color:#8d949e;font-size:.75rem;line-height:1.5}.article-list-footer{display:flex;gap:15px;margin-top:10px;color:#646c77;font-size:.62rem}@media(max-width:1150px){.article-editor-grid{grid-template-columns:1fr}.article-preview-panel{position:static}}@media(max-width:700px){.article-list-item{grid-template-columns:1fr}.article-section-header,.article-sections-heading{align-items:flex-start;flex-direction:column}}.upcoming-flight-main{max-width:1500px}.upcoming-flight-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(340px,.72fr);gap:20px;align-items:start}.upcoming-flight-panel,.upcoming-flight-preview{padding:25px;background:linear-gradient(145deg,#11151a,#0b0e11);border:1px solid var(--border);border-radius:7px}.flight-status{display:flex;align-items:center;gap:7px;padding:6px 9px;border-radius:4px;font-size:.62rem;font-weight:700}.flight-status span{width:7px;height:7px;border-radius:50%}.flight-status.active{color:#72d895;background:#3db56614;border:1px solid rgba(61,181,102,.25)}.flight-status.active span{background:#54c77d}.flight-status.inactive{color:#888f98;background:#8c91960f;border:1px solid rgba(140,145,150,.2)}.flight-status.inactive span{background:#737a83}.flight-active-toggle{display:flex;align-items:flex-start;gap:13px;padding:15px;background:#090c0f;border:1px solid var(--border);border-radius:5px;cursor:pointer}.flight-active-toggle input{width:17px;height:17px;margin-top:2px;accent-color:var(--orange)}.flight-active-toggle div{display:flex;flex-direction:column;gap:3px}.flight-active-toggle strong{font-size:.72rem}.flight-active-toggle span{color:#727a84;font-size:.62rem}.upcoming-flight-preview{position:sticky;top:20px}.flight-preview-state{display:flex;align-items:center;gap:8px;margin:18px 0 12px;color:#747c86;font-size:.62rem;font-weight:700;letter-spacing:.07em}.flight-preview-state>span{width:7px;height:7px;border-radius:50%}.flight-preview-state>span.active{background:#54c77d}.flight-preview-state>span.inactive{background:#6d747e}.upcoming-flight-preview>h2{margin:0 0 20px;font-size:1.65rem;line-height:1.1}.flight-preview-date{display:flex;flex-direction:column;gap:5px;padding-bottom:20px;border-bottom:1px solid var(--border)}.flight-preview-date strong{color:#e6e8eb;font-size:.9rem}.flight-preview-date span{color:var(--orange);font-size:.7rem}.flight-preview-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:20px;background:var(--border);border:1px solid var(--border)}.flight-preview-details>div{display:flex;flex-direction:column;gap:5px;padding:14px;background:#090c0f}.flight-preview-details span{color:#606872;font-size:.56rem;font-weight:700;letter-spacing:.07em}.flight-preview-details strong{color:#dedfe2;font-size:.76rem}.flight-json-preview{margin-top:22px;overflow:hidden;background:#07090b;border:1px solid var(--border);border-radius:5px}.flight-json-preview>div{padding:9px 12px;color:#707781;background:#0c1014;border-bottom:1px solid var(--border);font-size:.6rem;font-weight:700}.flight-json-preview pre{overflow-x:auto;margin:0;padding:15px;color:#afb5bc;font-family:Courier New,monospace;font-size:.68rem;line-height:1.55}@media(max-width:1100px){.upcoming-flight-grid{grid-template-columns:1fr}.upcoming-flight-preview{position:static}}@media(max-width:600px){.flight-preview-details{grid-template-columns:1fr}}@media(max-width:800px){.dashboard-sidebar{display:none}.dashboard-layout{display:block}.mobile-admin-navigation{position:sticky;top:72px;z-index:900;display:flex;flex-direction:column;gap:6px;padding:10px 14px;background:#0b0e11;border-bottom:1px solid var(--border)}.mobile-admin-navigation label{color:#69717b;font-size:.56rem;font-weight:700;letter-spacing:.1em}.mobile-admin-navigation select{width:100%;min-height:42px;padding:9px 38px 9px 12px;color:#f0f1f2;background:#11151a;border:1px solid var(--border);border-radius:5px;font:inherit;font-size:.75rem;cursor:pointer;outline:none}.mobile-admin-navigation select:focus{border-color:#ff7a0099;box-shadow:0 0 0 2px #ff7a0014}.dashboard-main{padding:18px 14px 30px}}.dashboard{min-height:100vh;height:100vh;height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.dashboard-topbar{position:relative;top:auto;z-index:1000;background:#0b0e11}.dashboard-layout{display:grid;grid-template-columns:220px minmax(0,1fr);min-width:0;min-height:0;overflow:hidden}.dashboard-sidebar{position:relative;top:auto;align-self:stretch;display:flex;flex-direction:column;height:auto;min-height:0;overflow-y:auto}.sidebar-navigation{display:flex;flex-direction:column;gap:2px}.dashboard-main{min-width:0;min-height:0;overflow-y:auto;overflow-x:hidden}.sidebar-return-link{display:flex;align-items:center;gap:8px;margin-bottom:26px;padding:10px 11px;color:#8e969f;text-decoration:none;border:1px solid var(--border);border-radius:5px;font-size:.68rem;transition:color .15s ease,background .15s ease,border-color .15s ease}.sidebar-return-link:hover{color:#fff;background:#ff7a000f;border-color:#ff7a0040}.sidebar-return-arrow{color:var(--orange);font-size:.9rem}.sidebar-link-disabled{opacity:.38;cursor:not-allowed}.mobile-admin-navigation{display:none}@media(max-width:800px){.dashboard-topbar{position:relative;top:auto;display:flex;flex-wrap:wrap;height:auto;z-index:1000}.dashboard-sidebar{display:none}.dashboard-layout{display:block;min-height:0;overflow:hidden}.mobile-admin-navigation{position:static;top:auto;display:flex;flex-basis:100%;flex-direction:column;gap:5px;padding:9px 14px 11px;background:#0b0e11;border-top:1px solid var(--border)}.mobile-admin-navigation label{color:#69717b;font-size:.54rem;font-weight:700;letter-spacing:.1em}.mobile-admin-navigation select{width:100%;min-height:40px;padding:8px 36px 8px 11px;color:#f0f1f2;background:#11151a;border:1px solid var(--border);border-radius:5px;font:inherit;font-size:.72rem;outline:none}.mobile-admin-navigation select:focus{border-color:#ff7a008c;box-shadow:0 0 0 2px #ff7a0012}.dashboard-main{width:100%;height:100%;min-height:0;padding:18px 14px 30px;overflow-y:auto;overflow-x:hidden}}@media(max-width:550px){.dashboard-user-details span{display:none}}.dashboard-overview-heading{margin-bottom:28px}.dashboard-overview-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:10px}.dashboard-last-refreshed{color:#68707a;font-size:.64rem}.dashboard-refresh-button{padding:7px 11px;color:#c9cdd2;background:transparent;border:1px solid var(--border);border-radius:4px;font:inherit;font-size:.67rem;cursor:pointer}.dashboard-refresh-button:hover:not(:disabled){color:#fff;border-color:var(--border-strong)}.dashboard-refresh-button:disabled{opacity:.5;cursor:wait}.dashboard-overview-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:20px}.dashboard-overview-panel,.dashboard-live-section,.dashboard-live-site{background:linear-gradient(145deg,#11151a,#0b0e11);border:1px solid var(--border);border-radius:7px}.dashboard-overview-panel{min-width:0;padding:25px}.dashboard-panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:22px}.dashboard-panel-heading h2{margin:0;font-size:1.3rem}.dashboard-panel-link{flex:0 0 auto;color:#b9bec5;font-size:.68rem;font-weight:600;text-decoration:none}.dashboard-panel-link:hover{color:var(--orange)}.dashboard-panel-error,.dashboard-panel-empty{padding:18px;color:#7c848e;background:#090c0f;border:1px solid var(--border);border-radius:5px;font-size:.72rem;line-height:1.5}.dashboard-panel-error{color:#ef8a8e;border-color:#e5484d47}.dashboard-flight-title-row{margin-top:3px}.dashboard-flight-status{display:inline-flex;align-items:center;gap:7px;margin-bottom:10px;padding:5px 8px;border-radius:4px;font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.dashboard-flight-status>span{width:7px;height:7px;border-radius:50%}.dashboard-flight-status.active{color:#72d895;background:#3db56614;border:1px solid rgba(61,181,102,.25)}.dashboard-flight-status.active>span{background:#54c77d}.dashboard-flight-status.inactive{color:#888f98;background:#8c91960f;border:1px solid rgba(140,145,150,.2)}.dashboard-flight-status.inactive>span{background:#737a83}.dashboard-flight-panel h3{margin:0;font-size:1.75rem;line-height:1.1}.dashboard-flight-date{display:flex;flex-direction:column;gap:5px;margin-top:20px;padding-bottom:20px;border-bottom:1px solid var(--border)}.dashboard-flight-date strong{color:#e5e7ea;font-size:.9rem}.dashboard-flight-date span{color:var(--orange);font-size:.7rem}.dashboard-flight-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin-top:20px;overflow:hidden;background:var(--border);border:1px solid var(--border);border-radius:5px}.dashboard-flight-details>div{display:flex;flex-direction:column;gap:5px;min-width:0;padding:14px;background:#090c0f}.dashboard-flight-details span{color:#606872;font-size:.56rem;font-weight:700;letter-spacing:.07em}.dashboard-flight-details strong{overflow:hidden;color:#dedfe2;font-size:.76rem;text-overflow:ellipsis;white-space:nowrap}.dashboard-latest-article{min-width:0}.dashboard-article-image{width:100%;aspect-ratio:16 / 7;margin-bottom:18px;overflow:hidden;background:#050607;border:1px solid rgba(255,255,255,.08);border-radius:5px}.dashboard-article-image img{display:block;width:100%;height:100%;object-fit:cover}.dashboard-article-meta{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:9px;color:var(--orange);font-size:.62rem;font-weight:600}.dashboard-latest-article h3{margin:0 0 9px;font-size:1.3rem;line-height:1.2}.dashboard-latest-article>p{display:-webkit-box;overflow:hidden;margin:0;color:#969da6;font-size:.76rem;line-height:1.55;-webkit-box-orient:vertical;-webkit-line-clamp:3}.dashboard-article-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:17px;padding-top:13px;border-top:1px solid var(--border);color:#6e7680;font-size:.62rem}.dashboard-article-footer code{overflow:hidden;color:#5c646e;text-overflow:ellipsis;white-space:nowrap}.dashboard-live-section{margin-top:20px;padding:25px}.dashboard-live-section-heading{margin-bottom:20px}.dashboard-live-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:16px}.dashboard-live-site{min-width:0;overflow:hidden;background:#090c0f}.dashboard-live-site-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:#0c1014;border-bottom:1px solid var(--border)}.dashboard-live-site-heading>div{display:flex;align-items:center;gap:9px}.dashboard-live-site-heading h3{margin:0;font-size:.82rem}.dashboard-live-site-heading>span{color:#5f6771;font-size:.6rem;text-transform:uppercase}.dashboard-live-site-dot{width:7px;height:7px;flex:0 0 auto;border-radius:50%;background:var(--orange);box-shadow:0 0 8px #ff7a0066}.dashboard-live-list{display:flex;flex-direction:column}.dashboard-live-item{display:grid;grid-template-columns:120px minmax(0,1fr);gap:14px;padding:15px;border-bottom:1px solid var(--border)}.dashboard-live-item:last-child{border-bottom:0}.dashboard-live-item.no-image{grid-template-columns:1fr}.dashboard-live-thumbnail{width:120px;aspect-ratio:16 / 9;overflow:hidden;background:#000;border:1px solid rgba(255,255,255,.07);border-radius:4px}.dashboard-live-thumbnail img{display:block;width:100%;height:100%;object-fit:contain}.dashboard-live-item-content{min-width:0}.dashboard-live-item-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:7px}.dashboard-live-item-meta span{color:var(--orange);font-size:.58rem;font-weight:600}.dashboard-live-item-meta code{overflow:hidden;color:#555d67;font-size:.56rem;text-overflow:ellipsis;white-space:nowrap}.dashboard-live-item-content>p{display:-webkit-box;overflow:hidden;margin:0;color:#d8dce0;font-size:.71rem;line-height:1.5;white-space:pre-wrap;-webkit-box-orient:vertical;-webkit-line-clamp:4}.dashboard-live-mention{margin-top:7px;color:#8d949d;font-size:.62rem;font-weight:600}@media(max-width:1150px){.dashboard-overview-grid,.dashboard-live-columns{grid-template-columns:1fr}}@media(max-width:700px){.dashboard-overview-actions{width:100%;justify-content:flex-start}.dashboard-panel-heading,.dashboard-live-section-heading{align-items:flex-start;flex-direction:column}.dashboard-live-item{grid-template-columns:1fr}.dashboard-live-thumbnail{width:100%}.dashboard-flight-details{grid-template-columns:1fr}}.activity-heading{margin-bottom:28px}.activity-heading-actions{display:flex;align-items:center;gap:10px}.activity-refresh-button{padding:7px 11px;color:#c9cdd2;background:transparent;border:1px solid var(--border);border-radius:4px;font:inherit;font-size:.67rem;cursor:pointer}.activity-refresh-button:hover:not(:disabled){color:#fff;border-color:var(--border-strong)}.activity-refresh-button:disabled{opacity:.5;cursor:wait}.activity-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:20px}.activity-summary-card{padding:18px;background:linear-gradient(145deg,#11151a,#0b0e11);border:1px solid var(--border);border-radius:7px}.activity-summary-card>span{display:block;margin-bottom:9px;color:#606874;font-size:.58rem;font-weight:700;letter-spacing:.09em}.activity-summary-card>strong{display:block;color:#f0f1f2;font-size:1.35rem}.activity-summary-card>p{margin:5px 0 0;color:#717984;font-size:.65rem}.activity-panel{padding:25px;background:linear-gradient(145deg,#11151a,#0b0e11);border:1px solid var(--border);border-radius:7px}.activity-panel-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px}.activity-panel-heading h2{margin:0;font-size:1.3rem}.activity-panel-heading>div>span{display:block;margin-top:6px;color:#68707a;font-size:.64rem}.activity-search{width:min(100%,300px)}.activity-search>span{display:block;margin-bottom:5px;color:#606874;font-size:.54rem;font-weight:700;letter-spacing:.09em}.activity-search input{width:100%;padding:9px 11px;color:#fff;background:#080a0d;border:1px solid var(--border-strong);border-radius:5px;font:inherit;font-size:.7rem;outline:none}.activity-search input:focus{border-color:var(--orange);box-shadow:0 0 0 3px #ff7a0014}.activity-commit-list{border-top:1px solid var(--border)}.activity-commit{display:grid;grid-template-columns:28px minmax(0,1fr);gap:10px;padding:18px 0;border-bottom:1px solid var(--border)}.activity-commit:last-child{border-bottom:0}.activity-commit-marker{position:relative;display:flex;justify-content:center}.activity-commit-marker:after{position:absolute;top:11px;bottom:-29px;width:1px;background:#ffffff14;content:""}.activity-commit:last-child .activity-commit-marker:after{display:none}.activity-commit-marker>span{position:relative;z-index:1;width:8px;height:8px;margin-top:5px;border-radius:50%;background:var(--orange);box-shadow:0 0 9px #ff7a0059}.activity-commit-content{min-width:0}.activity-commit-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px;color:#676f79;font-size:.6rem}.activity-category-badge{padding:3px 6px;color:var(--orange);background:#ff7a0012;border:1px solid rgba(255,122,0,.24);border-radius:3px;font-weight:700}.activity-commit h3{margin:8px 0 0;color:#eceef0;font-size:.88rem;line-height:1.4}.activity-commit-message{margin:9px 0 0;padding:10px;overflow-x:auto;color:#8e959e;background:#090c0f;border:1px solid var(--border);border-radius:4px;font-family:inherit;font-size:.67rem;line-height:1.5;white-space:pre-wrap}.activity-commit-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:11px}.activity-commit-footer>div{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.activity-commit-footer code{color:#89919b;font-size:.63rem}.activity-commit-footer span{color:#616974;font-size:.62rem}.activity-commit-footer a{color:#aeb5bd;font-size:.64rem;font-weight:600;text-decoration:none}.activity-commit-footer a:hover{color:var(--orange)}.activity-empty{min-height:180px;display:flex;align-items:center;justify-content:center;color:#69717b;font-size:.72rem}@media(max-width:800px){.activity-summary-grid{grid-template-columns:1fr}.activity-panel-heading{align-items:flex-start;flex-direction:column}.activity-search{width:100%}.activity-commit-footer{align-items:flex-start;flex-direction:column}}.activity-summary-grid-unified{grid-template-columns:repeat(4,minmax(0,1fr))}.activity-panel-heading-unified{margin-bottom:16px}.activity-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;padding-bottom:14px;border-bottom:1px solid var(--border)}.activity-filters{display:flex;align-items:center;flex-wrap:wrap;gap:6px}.activity-filter{padding:6px 9px;color:#858d97;background:transparent;border:1px solid var(--border);border-radius:4px;font:inherit;font-size:.61rem;font-weight:700;cursor:pointer}.activity-filter:hover{color:#fff;border-color:var(--border-strong)}.activity-filter.active{color:var(--orange);background:#ff7a0012;border-color:#ff7a0052}.activity-result-count{flex:0 0 auto;color:#606873;font-size:.6rem}.activity-category-badge.github{color:#d0d4d9;background:#ffffff0b;border-color:#ffffff1f}.activity-category-badge.content{color:var(--orange)}.activity-category-badge.users{color:#8eb9ff;background:#5991ff12;border-color:#5991ff38}.activity-category-badge.system{color:#a4abb4}.activity-category-badge.secondary{color:#747c86;background:transparent;border-color:var(--border)}.activity-status-badge{padding:3px 6px;border-radius:3px;font-size:.56rem;font-weight:700;text-transform:uppercase}.activity-status-badge.success{color:#72d895;background:#3db56612;border:1px solid rgba(61,181,102,.22)}.activity-status-badge.failed{color:#ef8a8e;background:#e5484d12;border:1px solid rgba(229,72,77,.24)}.activity-entry-audit.failed .activity-commit-marker>span{background:#e5484d;box-shadow:0 0 9px #e5484d59}.activity-audit-target{display:inline-block;max-width:100%;margin-top:8px;padding:5px 7px;overflow:hidden;color:#8e969f;background:#090c0f;border:1px solid var(--border);border-radius:3px;font-family:Courier New,monospace;font-size:.62rem;text-overflow:ellipsis;white-space:nowrap}.activity-audit-detail{margin:8px 0 0;color:#8d949d;font-size:.68rem;line-height:1.5}.activity-audit-error{margin-top:9px;padding:9px 10px;color:#ef8a8e;background:#e5484d0b;border:1px solid rgba(229,72,77,.18);border-radius:4px;font-size:.64rem;line-height:1.45}.activity-actor{color:#c1c6cc!important;font-weight:600}@media(max-width:1100px){.activity-summary-grid-unified{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:650px){.activity-summary-grid-unified{grid-template-columns:1fr}.activity-toolbar{align-items:flex-start;flex-direction:column}}
