*{box-sizing:border-box;margin:0;padding:0}:root{--sl-navy:#036;--sl-navy-light:#0a3d7a;--sl-blue:#1e5cb8;--sl-background:#eef2f7;--sl-surface:#fff;--sl-border:#d9e2ef;--sl-text:#172033;--sl-text-muted:#667085;--sl-success:#16a34a;--sl-warning:#f59e0b;--sl-danger:#dc2626;--sl-radius-sm:10px;--sl-radius-md:14px;--sl-radius-lg:20px;--sl-radius-xl:24px;--sl-shadow-sm:0 2px 8px #0000000f;--sl-shadow-md:0 6px 18px #00000014;--sl-font-family:Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--sl-text-xs:12px;--sl-text-sm:14px;--sl-text-md:16px;--sl-text-lg:20px;--sl-text-xl:28px;--sl-text-2xl:36px;--sl-content-max-width:1100px}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{background:var(--sl-background);color:var(--sl-text);font-family:var(--sl-font-family);font-size:var(--sl-text-md);-webkit-font-smoothing:antialiased;line-height:1.5}.app{background:#edf2f7;width:100%;min-height:100vh;margin:0;overflow-x:hidden}.header{color:#fff;background:#036;padding:20px}.logo{font-size:32px;font-weight:700}.location{margin-top:5px}.content{width:100%;max-width:var(--sl-content-max-width);margin:0 auto;padding:24px 18px 110px}h1,h2,h3,h4{color:var(--sl-text);letter-spacing:-.02em;line-height:1.2}h1{font-size:var(--sl-text-2xl);font-weight:750}h2{font-size:var(--sl-text-xl);font-weight:700}h3{font-size:var(--sl-text-lg);font-weight:700}.welcome{text-align:center;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 32px);padding:24px 18px 110px;display:flex}.primary-btn{background:var(--sl-navy);color:#fff;border:1px solid var(--sl-navy);border-radius:var(--sl-radius-md);cursor:pointer;width:100%;max-width:320px;min-height:50px;box-shadow:var(--sl-shadow-sm);justify-content:center;align-items:center;gap:8px;margin-bottom:12px;padding:14px 20px;font-size:16px;font-weight:600;line-height:1.2;transition:transform .15s,box-shadow .15s,background .15s;display:inline-flex}.primary-btn:hover{background:var(--sl-navy-light);border-color:var(--sl-navy-light);box-shadow:var(--sl-shadow-md);transform:translateY(-1px)}.primary-btn:active{box-shadow:var(--sl-shadow-sm);transform:translateY(0)}.secondary-btn{background:var(--sl-surface);width:100%;max-width:320px;min-height:50px;color:var(--sl-navy);border:1px solid var(--sl-border);border-radius:var(--sl-radius-md);cursor:pointer;box-shadow:var(--sl-shadow-sm);justify-content:center;align-items:center;gap:8px;margin-bottom:12px;padding:14px 20px;font-size:16px;font-weight:600;line-height:1.2;transition:transform .15s,box-shadow .15s,background .15s,border-color .15s;display:inline-flex}.secondary-btn:hover{border-color:var(--sl-navy);box-shadow:var(--sl-shadow-md);background:#f7f9fc;transform:translateY(-1px)}.secondary-btn:active{box-shadow:var(--sl-shadow-sm);transform:translateY(0)}.welcome-hero{border-radius:var(--sl-radius-xl);background:#071a2e;border:1px solid #ffffff14;width:100%;max-width:760px;position:relative;overflow:hidden;box-shadow:0 18px 50px #071a2e2e}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:360px;position:relative}.welcome-hero:after{content:"";pointer-events:none;background:linear-gradient(#071a2e0d 0%,#071a2e2e 35%,#071a2ed1 100%);position:absolute;inset:0}.welcome-stat{color:#666;margin-bottom:25px;font-size:14px}.auth-page{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:80vh;padding:40px 30px;display:flex}.auth-title{color:#000336;margin-top:10px;margin-bottom:10px;font-size:28px;font-weight:700}.auth-subtitle{color:#666;margin-bottom:30px}.auth-page input{border:2px solid #d9e2ef;border-radius:14px;width:260px;margin-bottom:25px;padding:15px;font-size:16px}.airport-dropdown{background:#fff;border:1px solid #d9e2ef;border-radius:12px;width:260px;max-height:150px;margin-top:-15px;margin-bottom:15px;overflow-y:auto;box-shadow:0 4px 12px #00000014}.airport-option{cursor:pointer;text-align:left;padding:12px}.airport-option:hover{background:#f3f7fc}.bottom-nav{-webkit-backdrop-filter:blur(14px);z-index:1000;background:#ffffffeb;border:1px solid #d9e2efe6;border-radius:22px;justify-content:space-around;align-items:center;gap:4px;width:calc(100% - 24px);max-width:680px;padding:8px;display:flex;position:fixed;bottom:16px;left:50%;transform:translate(-50%);box-shadow:0 10px 30px #0d234224}.bottom-nav button{width:48px;min-width:48px;height:48px;color:var(--sl-text-muted);cursor:pointer;background:0 0;border:none;border-radius:16px;flex:1;justify-content:center;align-items:center;font-size:22px;transition:color .15s,background .15s,transform .15s;display:flex}.bottom-nav button:hover{color:var(--sl-navy);background:#f3f6fa}.bottom-nav button:active{transform:scale(.94)}.active-nav{color:var(--sl-navy);background:#eaf2fc;font-weight:700}.xp-bar{background:#ddd;border-radius:10px;width:100%;height:10px;margin-top:8px;overflow:hidden}.xp-progress{background:#0a3d7a;border-radius:10px;height:100%}.card{background:var(--sl-surface);border:1px solid var(--sl-border);border-radius:var(--sl-radius-lg);width:100%;max-width:700px;box-shadow:var(--sl-shadow-sm);margin:16px auto;padding:20px}.card-interactive{cursor:pointer;transition:transform .15s,box-shadow .15s,border-color .15s}.card-interactive:hover{box-shadow:var(--sl-shadow-md);border-color:#c5d3e6;transform:translateY(-2px)}.card-interactive:active{transform:translateY(0)}.card h3{color:#0a3d7a;margin-bottom:12px}.card p{margin:3px 0}.status{color:#16a34a;font-weight:700}.status.open{color:#16a34a}.status.assigned{color:#f59e0b}.status.completed{color:#2563eb}.community-hero{color:#fff;background:linear-gradient(135deg,#0a3a75 0%,#1e5cb8 100%);border-radius:20px;margin-bottom:20px;padding:24px;box-shadow:0 6px 20px #00000026}.community-hero h2{margin-bottom:10px}.community-stats{flex-direction:column;gap:6px;margin-bottom:15px;display:flex}.community-actions button{color:#0a3a75;cursor:pointer;background:#fff;border:none;border-radius:12px;padding:12px 20px;font-weight:700}.community-edit-cancel,.community-edit-save{cursor:pointer;border-radius:10px;padding:10px 18px;font-family:inherit;font-size:14px;font-weight:700;transition:all .2s}.community-edit-cancel{color:#52606d;background:#fff;border:1px solid #cbd5e1}.community-edit-cancel:hover:not(:disabled){background:#f3f6f9}.community-edit-save{color:#fff;background:#1769aa;border:1px solid #1769aa}.community-edit-save:hover:not(:disabled){background:#12598f}.community-edit-cancel:disabled,.community-edit-save:disabled{opacity:.6;cursor:default}.post-box{background:#fff;border-radius:20px;margin-bottom:20px;padding:20px;box-shadow:0 2px 10px #00000014}.post-box textarea{resize:none;border:1px solid #ddd;border-radius:12px;width:100%;min-height:100px;padding:12px}.post-box button{color:#fff;cursor:pointer;background:#0a3a75;border:none;border-radius:12px;padding:14px;font-size:16px;font-weight:700}.post-card{background:#fff;border-radius:20px;margin-bottom:16px;padding:20px;box-shadow:0 2px 10px #00000014}.post-card h4,.card h2{color:#0a3a75;margin-bottom:10px}.welcome-card{color:#fff;background:linear-gradient(135deg,#0d3f85,#1d5fbf);border-radius:24px;margin-bottom:20px;padding:24px;box-shadow:0 10px 25px #1d5fbf40}.welcome-card p{color:#ffffffe6}.welcome-card h2{color:#fff;margin-bottom:8px}.post-box button:hover{opacity:.9}.card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.section-title{color:#666;text-transform:uppercase;letter-spacing:.5px;margin-top:8px;margin-bottom:4px;font-size:13px;font-weight:600}.spotter-name{color:#333;margin-left:8px}.airport-option{background:#fff;border:1px solid #ddd;border-radius:12px;margin-top:10px;padding:12px}.airport-option p{color:#0a3a75;margin-bottom:6px;font-weight:600}.airport-option small{color:#666;margin-bottom:10px;display:block}.join-btn{width:auto;margin-top:0;padding:8px 16px;font-size:14px}.flight-header{align-items:center;gap:8px;margin-bottom:5px;display:flex}.airline-logo{vertical-align:middle;width:28px;height:20px;margin-right:6px}.flight-actions{gap:6px;margin-top:6px;display:flex}.flight-card{padding:8px 12px}.flight-card p{margin:4px 0}.airline-name{font-size:16px;font-weight:600}.flight-number{margin-bottom:2px;font-size:14px}.flight-actions button{padding:4px 6px;font-size:11px}.flight-input{border:2px solid #d9e2ef;border-radius:12px;width:100%;margin-bottom:10px;padding:14px;font-size:16px}.message-input{box-sizing:border-box;border:2px solid #d9e2ef;border-radius:12px;width:100%;margin-bottom:12px;padding:14px;font-size:16px}.turnstile-container{justify-content:center;width:100%;margin:15px 0;display:flex}.status-badge{color:#16a34a;background:#dcfce7;border-radius:999px;padding:6px 12px;font-weight:600;display:inline-block}.profile-header{flex-direction:column;align-items:center;margin-bottom:25px;display:flex;position:relative}.avatar{cursor:pointer;color:#fff;background:#0a3a75;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:15px;font-size:42px;font-weight:700;transition:all .2s;display:flex;overflow:hidden}.settings-btn{cursor:pointer;background:0 0;border:none;margin-top:10px;font-size:24px}.profile-menu-wrapper{display:inline-block;position:relative}.profile-menu{box-shadow:0 8px 20px rgba (0,0,0,.15);z-index:1000;background:#fff;border:2px solid #0a3a75;border-radius:12px;flex-direction:column;gap:8px;min-width:180px;padding:10px;display:flex;position:absolute;top:110px;left:0%}.profile-menu button{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:10px}.profile-menu button:hover{background:#f3f7fc}.avatar:hover{transform:scale(1.05)}.settings-card{cursor:pointer}.settings-card:hover{transform:translateY(-2px)}.avatar-img{object-fit:cover;border-radius:50%;width:100%;height:100%}.welcome-content{z-index:2;color:#fff;margin-top:-120px;padding:30px 28px 32px;position:relative}.welcome-eyebrow{color:#ffffffc7;letter-spacing:.14em;text-transform:uppercase;margin-bottom:12px;font-size:12px;font-weight:700}.welcome h1{color:#fff;letter-spacing:-.04em;margin:0 0 10px;font-size:clamp(42px,9vw,72px);font-weight:800}.welcome-lead{color:#fff;margin:0 0 10px;font-size:20px;font-weight:600}.welcome-description{color:#ffffffd1;max-width:560px;margin:0 auto 28px;font-size:15px;line-height:1.6}.welcome-actions{flex-direction:column;align-items:center;gap:4px;display:flex}@media (width<=600px){.welcome{justify-content:flex-start;align-items:center;min-height:auto;padding:24px 14px 110px}.welcome-hero{border-radius:22px;width:100%;max-width:430px}.hero{height:260px}.welcome-content{margin-top:-80px;padding:24px 20px 28px}.welcome h1{font-size:46px}.welcome-lead{font-size:18px}.welcome-description{margin-bottom:24px;font-size:14px;line-height:1.5}.welcome-actions{gap:6px}.welcome-actions .primary-btn,.welcome-actions .secondary-btn{width:min(100%,280px)}}.auth-card{background:#fffffff5;border:1px solid #fffc;border-radius:28px;width:100%;max-width:460px;margin:40px auto;padding:32px;position:relative;box-shadow:0 20px 50px #071a2e1f}.auth-back{color:#0a3d7a;cursor:pointer;background:0 0;border:none;margin-bottom:28px;padding:4px 0;font-size:14px;font-weight:600}.auth-back:hover{opacity:.7}.auth-brand{text-align:center;margin-bottom:30px}.auth-logo{background:#0a3d7a;border-radius:18px;justify-content:center;align-items:center;width:58px;height:58px;margin:0 auto 14px;font-size:28px;display:flex;box-shadow:0 8px 20px #0a3d7a38}.auth-eyebrow{color:#6b7280;letter-spacing:.12em;margin-bottom:8px;font-size:11px;font-weight:700}.auth-brand h1{color:#0a3d7a;letter-spacing:-.04em;margin:0;font-size:34px;font-weight:800}.auth-heading{text-align:center;margin-bottom:28px}.auth-heading h2{color:#071a2e;margin:0 0 8px;font-size:26px}.auth-heading p{color:#6b7280;margin:0;font-size:14px;line-height:1.5}.auth-form{flex-direction:column;display:flex}.auth-form label{color:#243447;margin-bottom:7px;font-size:14px;font-weight:600}.auth-form input{box-sizing:border-box;color:#071a2e;background:#f8fafc;border:1px solid #d9e2ef;border-radius:14px;outline:none;width:100%;margin-bottom:18px;padding:15px 16px;font-size:16px;transition:border-color .2s,box-shadow .2s,background .2s}.auth-form input:focus{background:#fff;border-color:#0a3d7a;box-shadow:0 0 0 4px #0a3d7a14}.auth-form input::placeholder{color:#9ca3af}.auth-submit{width:100%;margin-top:6px;margin-bottom:0}.auth-footer{justify-content:center;align-items:center;gap:6px;margin-top:28px;font-size:14px;display:flex}.auth-footer p{color:#6b7280;margin:0}.auth-link{color:#0a3d7a;cursor:pointer;background:0 0;border:none;padding:0;font-size:14px;font-weight:700}.auth-link:hover{text-decoration:underline}@media screen and (width<=600px){.auth-page{min-height:auto;padding:24px 14px 110px}.auth-card{border-radius:24px;margin:10px auto;padding:26px 20px}.auth-brand h1{font-size:30px}.auth-heading h2{font-size:24px}}.signup-airports{width:100%;max-height:220px;margin-top:-10px;margin-bottom:18px;overflow-y:auto}.signup-airports .airport-option{text-align:left;background:#fff;border:none;border-radius:0;width:100%;margin:0}.signup-airports .airport-option:hover{background:#f3f7fc}.signup-airports .airport-option strong{color:#243447;margin-bottom:4px;font-size:14px;display:block}.signup-airports .airport-option small{color:#6b7280;font-size:12px;display:block}.password-strength,.password-match,.password-no-match{margin-top:-10px;margin-bottom:18px;font-size:13px;font-weight:600}.password-strength.strong,.password-match{color:#16a34a}.password-strength.medium{color:#d97706}.password-strength.weak,.password-no-match{color:#dc2626}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.robot-check{color:#243447;text-align:left;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:100%;margin:8px 0 20px;font-size:14px;font-weight:500;display:flex}.robot-check input{flex:0 0 18px;width:18px!important;height:18px!important;margin:0!important}.profile-page{max-width:760px;margin:0 auto;padding-bottom:110px}.profile-hero{text-align:center;color:#fff;background:linear-gradient(145deg,#082b52 0%,#0a3d7a 55%,#155aa5 100%);border-radius:28px;margin-bottom:18px;padding:36px 24px 28px;position:relative;box-shadow:0 12px 30px #072a4e38}.profile-menu-container{z-index:10;position:absolute;top:18px;right:18px}.profile-avatar{background:#ffffff29;border:4px solid #ffffffe6;border-radius:50%;justify-content:center;align-items:center;width:104px;height:104px;margin:0 auto 16px;display:flex;overflow:hidden;box-shadow:0 8px 24px #0000002e}.profile-avatar img{object-fit:cover;width:100%;height:100%}.profile-avatar span{color:#fff;font-size:42px;font-weight:800}.profile-hero h1{color:#fff;letter-spacing:-.03em;margin:0 0 6px;font-size:30px;font-weight:800}.profile-location{color:#ffffffc7;margin:0 0 14px;font-size:14px}.profile-rank{background:#ffffff1f;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:7px;padding:8px 15px;font-size:14px;font-weight:700;display:inline-flex}.profile-quick-stats{justify-content:center;align-items:center;gap:28px;margin-top:24px;display:flex}.profile-social-stats{justify-content:center;align-items:center;gap:32px;margin-top:18px;display:flex}.profile-social-stat{min-width:90px;color:inherit;font:inherit;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:0;display:flex}.profile-social-stat strong{font-size:22px;font-weight:700;line-height:1.2}.profile-social-stat span{color:#ffffffbf;font-size:13px}.profile-social-stat:hover span{color:#fff;text-decoration:underline}.profile-social-stats .profile-stat-divider{background:#ffffff40;width:1px;height:34px}.profile-quick-stats div:not(.profile-stat-divider){flex-direction:column;gap:3px;display:flex}.profile-quick-stats strong{font-size:22px;font-weight:800}.profile-quick-stats span{color:#ffffffb3;font-size:12px}.profile-stat-divider{background:#ffffff40;width:1px;height:34px}.profile-xp-card{background:#fff;border:1px solid #e5ebf3;border-radius:22px;margin-bottom:22px;padding:22px;box-shadow:0 5px 18px #071a2e14}.profile-xp-heading{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.profile-section-label{color:#7b8797;letter-spacing:.12em;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.profile-xp-heading h2{color:#071a2e;margin:0;font-size:20px}.profile-level-badge{color:#fff;background:#0a3d7a;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:20px;font-weight:800;display:flex}.profile-xp-info{color:#667085;justify-content:space-between;margin-bottom:8px;font-size:13px;font-weight:600;display:flex}.profile-xp-bar{background:#e8edf3;height:11px;margin:0}.profile-xp-bar .xp-progress{background:linear-gradient(90deg,#0a3d7a,#2573c7)}.profile-total-xp{color:#7b8797;margin:12px 0 0;font-size:12px}.profile-section{margin-bottom:22px}.profile-section-header{justify-content:space-between;align-items:flex-end;margin-bottom:12px;padding:0 4px;display:flex}.profile-section-header h2{color:#071a2e;margin:0;font-size:22px}.profile-badge-count{color:#7b8797;font-size:12px;font-weight:600}.badge-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.badge-card{background:#fff;border:1px solid #e5ebf3;border-radius:18px;align-items:center;gap:12px;padding:16px;display:flex;box-shadow:0 4px 14px #071a2e0f}.badge-icon{background:#edf4fb;border-radius:14px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:23px;display:flex}.badge-card h3{color:#243447;margin:0 0 4px;font-size:14px}.badge-card p{color:#7b8797;margin:0;font-size:11px;line-height:1.35}.profile-activity-grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}.activity-card{background:#fff;border:1px solid #e5ebf3;border-radius:18px;align-items:center;gap:13px;padding:18px;display:flex;box-shadow:0 4px 14px #071a2e0f}.activity-icon{background:#edf4fb;border-radius:13px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-size:21px;display:flex}.activity-card div:last-child{flex-direction:column;gap:3px;display:flex}.activity-card strong{color:#071a2e;font-size:22px}.activity-card span{color:#7b8797;font-size:11px}.profile-loading{color:#7b8797;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}.profile-loading-spinner{border:3px solid #dce5ef;border-top-color:#0a3d7a;border-radius:50%;width:32px;height:32px;margin-bottom:12px;animation:.8s linear infinite profile-spin}@keyframes profile-spin{to{transform:rotate(360deg)}}@media screen and (width<=600px){.profile-page{padding-bottom:110px}.profile-hero{border-radius:24px;padding:32px 18px 24px}.profile-avatar{width:92px;height:92px}.profile-avatar span{font-size:36px}.profile-hero h1{font-size:27px}.profile-quick-stats{margin-top:20px}.profile-xp-card{border-radius:20px;padding:18px}.badge-grid,.profile-activity-grid{grid-template-columns:1fr}}.home-dashboard{width:100%;max-width:900px;margin:0 auto;padding:10px 0 30px}.home-hero{color:#fff;background:linear-gradient(135deg,#0a3a75 0%,#1764bd 100%);border-radius:26px;margin-bottom:28px;padding:28px;position:relative;overflow:hidden;box-shadow:0 12px 30px #0a3a7538}.home-hero-content{z-index:2;position:relative}.home-eyebrow{letter-spacing:2px;opacity:.75;margin:0 0 10px;font-size:12px;font-weight:800}.home-hero h1{margin:0;font-size:30px;font-weight:800;line-height:1.15}.home-location{opacity:.9;margin:10px 0 14px;font-size:15px}.home-rank{background:#ffffff24;border:1px solid #ffffff2e;border-radius:999px;align-items:center;gap:7px;padding:9px 14px;font-size:14px;font-weight:700;display:inline-flex}.home-level-card{z-index:2;background:#ffffff1f;border:1px solid #ffffff26;border-radius:18px;margin-top:24px;padding:16px;position:relative}.home-level-top,.home-level-bottom{justify-content:space-between;align-items:center;display:flex}.home-level-top{letter-spacing:1px;margin-bottom:9px;font-size:11px;font-weight:800}.home-level-top strong{letter-spacing:0;font-size:13px}.home-xp-bar{background:#fff3;border-radius:999px;width:100%;height:9px;overflow:hidden}.home-xp-progress{background:#fff;border-radius:999px;height:100%;transition:width .4s}.home-level-bottom{opacity:.8;margin-top:8px;font-size:12px}.home-section{margin-bottom:28px}.home-section-heading{justify-content:space-between;align-items:flex-end;gap:15px;margin-bottom:12px;padding:0 4px;display:flex}.home-section-label{color:#7b8798;letter-spacing:1.8px;margin:0 0 5px;font-size:11px;font-weight:800}.home-section-heading h2{color:#10233f;margin:0;font-size:22px;font-weight:800}.home-view-button{color:#0a3d7a;cursor:pointer;background:0 0;border:none;padding:6px 2px;font-size:13px;font-weight:800}.home-actions{flex-direction:column;gap:10px;display:flex}.home-action{text-align:left;cursor:pointer;background:#fff;border:1px solid #e1e8f1;border-radius:18px;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;width:100%;padding:14px 16px;transition:all .2s;display:grid;box-shadow:0 4px 14px #10233f0f}.home-action:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10233f1a}.home-action-primary{border-color:#0a3d7a}.home-action-icon{background:#eef4fb;border-radius:15px;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.home-action strong{color:#162941;margin-bottom:3px;font-size:15px;display:block}.home-action small{color:#7a8798;font-size:12px;display:block}.home-action-arrow{color:#0a3d7a;font-size:22px;font-weight:700}.home-request-card{cursor:pointer;background:#fff;border:1px solid #e1e8f1;border-radius:22px;padding:20px;transition:all .2s;box-shadow:0 5px 18px #10233f12}.home-request-card:hover{transform:translateY(-2px);box-shadow:0 9px 24px #10233f1a}.home-request-top{align-items:center;gap:12px;display:flex}.home-request-icon{background:#edf4fc;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:24px;display:flex}.home-card-label{color:#8a95a5;letter-spacing:1.2px;margin-bottom:3px;font-size:10px;font-weight:800;display:block}.home-request-top h3{color:#172941;margin:0;font-size:20px}.home-status{color:#16803c;background:#dcfce7;border-radius:999px;margin-left:auto;padding:6px 10px;font-size:11px;font-weight:800}.home-request-details{grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;display:grid}.home-request-details div{background:#f7f9fc;border-radius:13px;padding:12px}.home-request-details span{color:#8a95a5;letter-spacing:1px;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.home-request-details strong{color:#263952;font-size:13px;display:block}.home-card-footer{color:#7d8998;border-top:1px solid #edf0f5;justify-content:space-between;align-items:center;margin-top:17px;padding-top:14px;font-size:12px;display:flex}.home-card-footer span:last-child{color:#0a3d7a;font-size:18px;font-weight:800}.home-stats{grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px;display:grid}.home-stat-card{cursor:pointer;background:#fff;border:1px solid #e1e8f1;border-radius:20px;padding:18px;box-shadow:0 4px 14px #10233f0d}.home-stat-icon{margin-bottom:10px;font-size:24px;display:block}.home-stat-card strong{color:#122842;margin-bottom:5px;font-size:28px;line-height:1;display:block}.home-stat-card>span:last-child{color:#7b8798;font-size:12px;font-weight:600}.home-community-card{cursor:pointer;background:#fff;border:1px solid #e1e8f1;border-radius:22px;padding:20px;transition:all .2s;box-shadow:0 5px 18px #10233f0f}.home-community-card:hover{transform:translateY(-2px)}.home-community-top{align-items:center;gap:12px;display:flex}.home-community-avatar{background:#eef4fb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;display:flex}.home-community-top strong{color:#1b2d45;font-size:14px;display:block}.home-community-top span{color:#8994a3;margin-top:3px;font-size:11px;display:block}.home-community-content{color:#405066;margin:18px 0 0;font-size:14px;line-height:1.6}.home-tracking-card{color:#fff;cursor:pointer;background:linear-gradient(135deg,#102f59 0%,#0a4c93 100%);border-radius:22px;align-items:center;gap:16px;margin-bottom:20px;padding:22px;transition:all .2s;display:flex;box-shadow:0 9px 24px #0a3d7a33}.home-tracking-card:hover{transform:translateY(-2px)}.home-tracking-icon{background:#ffffff24;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:54px;height:54px;font-size:27px;display:flex}.home-tracking-card .home-section-label{color:#ffffffa6}.home-tracking-card h2{margin:0 0 5px;font-size:21px}.home-tracking-card p{color:#ffffffbf;margin:0;font-size:13px}.home-tracking-arrow{margin-left:auto;font-size:25px;font-weight:700}.home-empty{text-align:center;padding:25px 10px}.home-empty>span{font-size:32px}.home-empty h3{color:#263952;margin:10px 0 5px;font-size:16px}.home-empty p{color:#8994a3;margin:0;font-size:13px}@media (width<=600px){.home-dashboard{padding:0 0 20px}.home-hero{border-radius:24px;padding:22px}.home-hero h1{font-size:26px}.home-section-heading h2{font-size:20px}.home-request-details{grid-template-columns:1fr}.home-status{align-self:flex-start}.home-request-top{align-items:flex-start}.home-stats{gap:10px}.home-stat-card{padding:15px}}.home-hero h1,.home-hero .home-location,.home-tracking-card h2{color:#fff}.home-tracking-card p{color:#ffffffc7}.home-bottom-space{height:130px}@media (width<=600px){.home-hero h1{font-size:25px;line-height:1.2}.home-bottom-space{height:150px}}.requests-page{width:100%;max-width:900px;margin:0 auto;padding-bottom:150px}.requests-hero{color:#fff;background:linear-gradient(135deg,#0a3a75 0%,#1764bd 100%);border-radius:26px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:18px;padding:28px;display:flex;box-shadow:0 12px 30px #0a3a7538}.requests-eyebrow{letter-spacing:1.8px;color:#ffffffb3;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.requests-hero h1{color:#fff;margin:0 0 8px;font-size:30px;font-weight:800}.requests-hero p{color:#ffffffd1;max-width:560px;margin:0;font-size:14px;line-height:1.55}.requests-hero-icon{background:#ffffff21;border:1px solid #ffffff26;border-radius:20px;flex:0 0 70px;justify-content:center;align-items:center;width:70px;height:70px;font-size:34px;display:flex}.requests-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px;display:grid}.requests-stat{background:#fff;border:1px solid #e1e8f1;border-radius:18px;padding:16px;box-shadow:0 4px 14px #10233f0d}.requests-stat span{margin-bottom:8px;font-size:20px;display:block}.requests-stat strong{color:#122842;margin-bottom:5px;font-size:25px;line-height:1;display:block}.requests-stat small{color:#7b8798;font-size:11px;font-weight:600}.requests-create-card{background:#fff;border:1px solid #e1e8f1;border-radius:22px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:14px;padding:21px;display:flex;box-shadow:0 5px 18px #10233f0f}.requests-section-label{color:#7b8798;letter-spacing:1.5px;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.requests-create-card h2{color:#122842;margin:0 0 5px;font-size:18px}.requests-create-card p{color:#7b8798;margin:0;font-size:12px}.requests-create-button{color:#fff;cursor:pointer;background:#0a3d7a;border:none;border-radius:13px;flex-shrink:0;padding:12px 17px;font-size:13px;font-weight:800;transition:all .2s}.requests-create-button:hover{opacity:.92;transform:translateY(-1px)}.request-form-card{background:#fff;border:1px solid #e1e8f1;border-radius:22px;margin-bottom:20px;padding:22px;box-shadow:0 6px 20px #10233f12}.request-form-heading{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.request-form-heading h2{color:#122842;margin:0;font-size:21px}.request-form-icon{background:#edf4fb;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.request-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.request-form-grid label{color:#526176;flex-direction:column;gap:7px;font-size:11px;font-weight:800;display:flex}.request-form-full{grid-column:1/-1}.request-form-grid input,.request-form-grid textarea{box-sizing:border-box;color:#24364d;background:#f8fafc;border:1px solid #dce4ee;border-radius:12px;outline:none;width:100%;padding:13px;font-family:inherit;font-size:14px;transition:all .2s}.request-form-grid input:focus,.request-form-grid textarea:focus{background:#fff;border-color:#0a3d7a;box-shadow:0 0 0 3px #0a3d7a14}.request-form-grid textarea{resize:vertical;min-height:100px}.request-submit-button{color:#fff;cursor:pointer;background:#0a3d7a;border:none;border-radius:14px;width:100%;margin-top:18px;padding:15px;font-size:14px;font-weight:800}.requests-filter{background:#e8edf3;border-radius:14px;gap:5px;margin-bottom:16px;padding:5px;display:flex}.request-filter{color:#68778b;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;padding:11px;font-size:13px;font-weight:700}.request-filter.active{color:#0a3d7a;background:#fff;box-shadow:0 2px 7px #10233f14}.request-list{flex-direction:column;gap:12px;display:flex}.request-list-card{cursor:pointer;background:#fff;border:1px solid #e1e8f1;border-radius:20px;padding:18px;transition:all .2s;box-shadow:0 4px 15px #10233f0e}.request-list-card:hover{transform:translateY(-2px);box-shadow:0 9px 23px #10233f1a}.request-list-top{align-items:center;gap:12px;display:flex}.request-list-icon{background:#edf4fb;border-radius:14px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.request-list-flight{flex:1;min-width:0}.request-list-flight span{color:#1c3049;margin-bottom:3px;font-size:18px;font-weight:800;display:block}.request-list-flight strong{color:#7b8798;font-size:12px}.request-status{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:10px;font-weight:800;display:inline-flex}.request-status.open{color:#16803c;background:#dcfce7}.request-status.assigned{color:#a16207;background:#fef3c7}.request-status.completed{color:#2563eb;background:#dbeafe}.request-status.expired{color:#dc2626;background:#fee2e2}.request-list-route{color:#3d4d63;background:#f7f9fc;border-radius:12px;margin-top:16px;padding:11px 13px;font-size:13px;font-weight:600}.request-list-bottom{color:#7d8998;border-top:1px solid #edf0f4;align-items:center;gap:16px;margin-top:14px;padding-top:13px;font-size:11px;display:flex}.request-list-arrow{color:#0a3d7a;margin-left:auto;font-size:20px;font-weight:800}.request-empty{text-align:center;background:#fff;border:1px solid #e1e8f1;border-radius:22px;padding:45px 20px;box-shadow:0 4px 14px #10233f0d}.request-empty>div{margin-bottom:10px;font-size:42px}.request-empty h2{color:#24364d;margin:0 0 7px;font-size:18px}.request-empty p{color:#7b8798;margin:0;font-size:13px}.requests-back-button{color:#0a3d7a;cursor:pointer;background:0 0;border:none;margin-bottom:12px;padding:6px 0;font-size:13px;font-weight:800}.request-detail-hero{color:#fff;background:linear-gradient(135deg,#0a3a75 0%,#1764bd 100%);border-radius:24px;align-items:center;gap:14px;margin-bottom:14px;padding:24px;display:flex;box-shadow:0 10px 27px #0a3a7533}.request-detail-icon{background:#ffffff24;border-radius:17px;flex:0 0 58px;justify-content:center;align-items:center;width:58px;height:58px;font-size:28px;display:flex}.request-detail-heading{flex:1}.request-detail-label{color:#ffffffa6;letter-spacing:1.4px;margin-bottom:4px;font-size:9px;font-weight:800;display:block}.request-detail-heading h1{color:#fff;margin:0;font-size:28px;line-height:1.1}.request-detail-heading p{color:#ffffffc7;margin:5px 0 0;font-size:13px}.request-detail-hero .request-status{align-self:flex-start}.request-detail-card{background:#fff;border:1px solid #e1e8f1;border-radius:20px;margin-bottom:14px;padding:20px;box-shadow:0 4px 15px #10233f0e}.request-route{background:#f3f7fb;border-radius:15px;margin-bottom:15px;padding:15px}.request-route span,.request-detail-grid span{color:#8a95a5;letter-spacing:1px;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.request-route strong{color:#17304f;font-size:18px}.request-detail-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.request-detail-grid>div{background:#f8fafc;border-radius:13px;padding:13px}.request-detail-grid strong{color:#263952;font-size:13px}.request-detail-section-label{color:#7b8798;letter-spacing:1.4px;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.request-description{color:#42536a;margin:0;font-size:14px;line-height:1.6}.request-interested-heading{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.request-interested-heading h2{color:#17304f;margin:0;font-size:19px}.request-count-badge{color:#0a3d7a;background:#edf4fb;border-radius:999px;justify-content:center;align-items:center;min-width:30px;height:30px;font-size:12px;font-weight:800;display:flex}.request-spotter-list{flex-direction:column;gap:9px;display:flex}.request-spotter{color:#31435b;background:#f8fafc;border-radius:12px;align-items:center;gap:10px;padding:9px;font-size:13px;font-weight:700;display:flex}.request-spotter-avatar{color:#fff;background:#0a3d7a;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:800;display:flex}.request-no-spotters{text-align:center;padding:12px}.request-no-spotters span{font-size:26px}.request-no-spotters p{color:#8994a3;margin:7px 0 0;font-size:12px}.request-actions{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.request-primary-action,.request-secondary-action,.request-complete-action{cursor:pointer;border:none;border-radius:14px;width:100%;padding:15px;font-size:14px;font-weight:800}.request-primary-action{color:#fff;background:#0a3d7a}.request-primary-action:disabled{color:#64748b;cursor:default;background:#e2e8f0}.request-secondary-action{color:#0a3d7a;background:#fff;border:2px solid #0a3d7a}.request-complete-action{color:#16803c;background:#dcfce7}@media (width<=600px){.requests-page{padding-bottom:160px}.requests-hero{border-radius:24px;padding:22px}.requests-hero h1{font-size:26px}.requests-hero p{font-size:13px}.requests-hero-icon{flex-basis:55px;width:55px;height:55px;font-size:27px}.requests-stats{gap:8px}.requests-stat{padding:13px}.requests-stat strong{font-size:21px}.requests-stat small{font-size:10px}.requests-create-card{flex-direction:column;align-items:flex-start}.requests-create-button{width:100%}.request-form-grid{grid-template-columns:1fr}.request-form-full{grid-column:auto}.request-list-top{align-items:flex-start}.request-list-flight span{font-size:17px}.request-status{padding:5px 8px;font-size:9px}.request-list-bottom{flex-wrap:wrap;gap:10px}.request-detail-hero{flex-wrap:wrap;padding:20px}.request-detail-heading{min-width:120px}.request-detail-hero .request-status{margin-left:72px}.request-detail-grid{grid-template-columns:1fr}}.community-page{width:100%;max-width:900px;margin:0 auto;padding-bottom:150px}.community-main-hero{color:#fff;background:linear-gradient(135deg,#0a3a75 0%,#1764bd 100%);border-radius:26px;margin-bottom:16px;padding:26px;box-shadow:0 12px 30px #0a3a7538}.community-hero-top{justify-content:space-between;align-items:center;gap:20px;display:flex}.community-eyebrow{color:#ffffffad;letter-spacing:1.8px;margin-bottom:7px;font-size:10px;font-weight:800;display:block}.community-main-hero h1{color:#fff;margin:0 0 6px;font-size:29px;font-weight:800}.community-main-hero p{color:#fffc;margin:0;font-size:13px}.community-hero-icon{background:#ffffff21;border:1px solid #ffffff26;border-radius:19px;flex:0 0 64px;justify-content:center;align-items:center;width:64px;height:64px;font-size:30px;display:flex}.community-selector-wrapper{margin-top:22px}.community-selector-wrapper>span{color:#ffffff9e;letter-spacing:1.3px;margin-bottom:6px;font-size:9px;font-weight:800;display:block}.community-selector-wrapper select{color:#fff;background:#ffffff1f;border:1px solid #fff3;border-radius:12px;outline:none;width:100%;padding:11px 13px;font-family:inherit;font-size:13px}.community-selector-wrapper select option{color:#172941;background:#fff}.community-hero-stats{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px;display:grid}.community-hero-stats>div{background:#ffffff1a;border:1px solid #ffffff1f;border-radius:15px;padding:12px}.community-hero-stats strong{color:#fff;margin-bottom:5px;font-size:20px;line-height:1;display:block}.community-hero-stats span{color:#ffffffad;font-size:10px;font-weight:600}.community-actions-grid{grid-template-columns:1fr 1fr;gap:11px;margin-bottom:16px;display:grid}.community-action-primary,.community-action-secondary{text-align:left;cursor:pointer;border-radius:18px;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:14px;transition:all .2s;display:grid}.community-action-primary{color:#122842;background:#fff;border:2px solid #0a3d7a;box-shadow:0 4px 14px #10233f0f}.community-action-secondary{color:#122842;background:#fff;border:1px solid #e1e8f1;box-shadow:0 4px 14px #10233f0d}.community-action-primary:hover,.community-action-secondary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #10233f1a}.community-action-primary>span:first-child,.community-action-secondary>span:first-child{background:#edf4fb;border-radius:13px;justify-content:center;align-items:center;width:42px;height:42px;font-size:21px;display:flex}.community-action-primary strong,.community-action-secondary strong{margin-bottom:3px;font-size:13px;display:block}.community-action-primary small,.community-action-secondary small{color:#7b8798;font-size:10px;display:block}.community-action-primary>span:last-child,.community-action-secondary>span:last-child{color:#0a3d7a;font-size:19px;font-weight:800}.community-join-card,.community-post-composer{background:#fff;border:1px solid #e1e8f1;border-radius:21px;margin-bottom:16px;padding:20px;box-shadow:0 5px 18px #10233f0f}.community-card-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:17px;display:flex}.community-section-label{color:#7b8798;letter-spacing:1.5px;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.community-card-heading h2{color:#122842;margin:0 0 5px;font-size:19px}.community-card-heading p{color:#7b8798;margin:0;font-size:12px}.community-card-icon{background:#edf4fb;border-radius:14px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.community-search{box-sizing:border-box;color:#24364d;background:#f8fafc;border:1px solid #dce4ee;border-radius:12px;outline:none;width:100%;padding:13px;font-family:inherit;font-size:14px}.community-search:focus{background:#fff;border-color:#0a3d7a;box-shadow:0 0 0 3px #0a3d7a14}.community-airport-results{flex-direction:column;gap:8px;margin-top:12px;display:flex}.community-airport-result{background:#f8fafc;border-radius:13px;grid-template-columns:42px 1fr auto;align-items:center;gap:10px;padding:10px;display:grid}.community-airport-icon{background:#edf4fb;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:19px;display:flex}.community-airport-result strong{color:#263952;margin-bottom:3px;font-size:12px;display:block}.community-airport-result small{color:#8994a3;font-size:10px}.community-airport-result button{color:#fff;cursor:pointer;background:#0a3d7a;border:none;border-radius:9px;padding:8px 12px;font-size:11px;font-weight:800}.community-search-empty{color:#8994a3;text-align:center;padding:16px 5px 3px;font-size:12px}.community-composer-avatar{color:#fff;background:#0a3d7a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:15px;font-weight:800;display:flex}.community-post-composer textarea{box-sizing:border-box;resize:vertical;color:#263952;background:#f8fafc;border:1px solid #dce4ee;border-radius:14px;outline:none;width:100%;min-height:105px;padding:14px;font-family:inherit;font-size:14px}.community-post-composer textarea:focus{background:#fff;border-color:#0a3d7a;box-shadow:0 0 0 3px #0a3d7a14}.community-composer-footer{justify-content:space-between;align-items:center;gap:10px;margin-top:10px;display:flex}.community-composer-footer span{color:#8994a3;font-size:11px}.community-composer-footer strong{color:#405066}.community-composer-footer button{color:#fff;cursor:pointer;background:#0a3d7a;border:none;border-radius:11px;padding:10px 17px;font-size:12px;font-weight:800}.community-composer-footer button:disabled{color:#8994a3;cursor:default;background:#dbe2ea}.community-feed{margin-top:6px}.community-feed-heading{justify-content:space-between;align-items:flex-end;margin-bottom:12px;padding:0 4px;display:flex}.community-feed-heading h2{color:#122842;margin:0;font-size:22px;font-weight:800}.community-feed-count{color:#8994a3;font-size:11px;font-weight:600}.community-post{background:#fff;border:1px solid #e1e8f1;border-radius:20px;margin-bottom:12px;padding:19px;transition:all .2s;box-shadow:0 4px 15px #10233f0e}.community-post:hover{transform:translateY(-2px);box-shadow:0 8px 21px #10233f17}.community-post-header{align-items:center;gap:11px;display:flex}.community-post-avatar{color:#0a3d7a;background:#edf4fb;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:15px;font-weight:800;display:flex}.community-post-user{flex:1}.community-post-user strong{color:#1c3049;margin-bottom:3px;font-size:14px;display:block}.community-post-user span{color:#8994a3;font-size:10px}.community-post-content{color:#405066;white-space:pre-wrap;margin:17px 0;font-size:14px;line-height:1.65}.community-post-footer{color:#8994a3;border-top:1px solid #edf0f4;gap:18px;padding-top:13px;font-size:10px;font-weight:600;display:flex}.community-empty{text-align:center;background:#fff;border:1px solid #e1e8f1;border-radius:20px;padding:45px 20px}.community-empty-icon{margin-bottom:10px;font-size:40px}.community-empty h3{color:#263952;margin:0 0 6px;font-size:18px}.community-empty p{color:#8994a3;margin:0;font-size:12px}@media (width<=600px){.community-page{padding-bottom:160px}.community-main-hero{border-radius:24px;padding:22px}.community-main-hero h1{font-size:25px}.community-hero-icon{flex-basis:54px;width:54px;height:54px;font-size:26px}.community-hero-stats{gap:7px}.community-hero-stats>div{padding:10px}.community-hero-stats strong{font-size:18px}.community-hero-stats span{font-size:9px}.community-actions-grid{grid-template-columns:1fr}.community-action-primary,.community-action-secondary{padding:13px}.community-card-heading h2{font-size:18px}.community-post{padding:17px}}.messages-page{padding:28px 20px 130px}.messages-hero{margin-bottom:24px}.messages-hero .section-label{margin-bottom:8px}.messages-hero h1{margin:0 0 8px;font-size:42px;line-height:1.05}.messages-hero p{color:#7c8799;margin:0;font-size:18px;line-height:1.5}.messages-tabs{background:#e9eef6;border-radius:16px;gap:8px;margin-bottom:18px;padding:5px;display:flex}.messages-tabs button{color:#718096;background:0 0;border:none;border-radius:12px;flex:1;padding:12px 10px;font-size:14px;font-weight:700}.messages-tabs button.active{color:#173f7a;background:#fff;box-shadow:0 2px 8px #14325a14}.chat-card{background:#fff;border-radius:28px;overflow:hidden;box-shadow:0 10px 30px #14325a14}.chat-header{border-bottom:1px solid #edf1f6;justify-content:space-between;align-items:center;padding:22px;display:flex}.chat-header h2{color:#14233d;margin:0 0 4px;font-size:23px}.chat-header p{color:#8792a5;margin:0;font-size:14px}.online-indicator{color:#22c55e;font-size:22px}.message-list{min-height:300px;max-height:55vh;padding:20px;overflow-y:auto}.message-avatar{color:#1d4d8f;background:#edf3fb;border-radius:50%;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-weight:800;display:flex;overflow:hidden}.message-avatar img{object-fit:cover;width:100%;height:100%;display:block}.message-row.own-message .message-content{flex-direction:column;align-items:flex-end;display:flex}.message-meta strong{color:#263752;font-size:14px}.message-empty{text-align:center;color:#8a95a7;flex-direction:column;justify-content:center;align-items:center;min-height:250px;display:flex}.empty-icon{margin-bottom:8px;font-size:42px}.message-empty h3{color:#263752;margin:0 0 6px;font-size:20px}.message-empty p{margin:0;font-size:14px}.message-composer{background:#fafbfd;border-top:1px solid #edf1f6;gap:10px;padding:15px;display:flex}.message-composer input{background:#fff;border:1px solid #dce4ef;border-radius:16px;outline:none;flex:1;min-width:0;padding:13px 15px;font-size:15px}.message-composer input:focus{border-color:#24538d}.message-composer button{color:#fff;background:#174987;border:none;border-radius:15px;width:48px;height:48px;font-size:21px;font-weight:700}.message-composer button:disabled{opacity:.4}@media (width<=600px){.messages-page{padding:24px 16px 125px}.messages-hero h1{font-size:38px}.messages-hero p{font-size:17px}.message-list{min-height:280px;padding:16px}.message-content{max-width:78%}}.tracking-page{padding-bottom:120px}.tracking-hero{color:#fff;background:linear-gradient(135deg,#123d78 0%,#1764b5 100%);border-radius:32px;justify-content:space-between;align-items:center;margin-bottom:22px;padding:34px;display:flex;box-shadow:0 18px 40px #143c6e2e}.tracking-hero .section-label{color:#ffffffad}.tracking-hero h1{color:#fff;margin:6px 0 8px;font-size:36px;line-height:1.05}.tracking-hero p:not(.section-label){color:#ffffffd1;margin:0;font-size:16px;line-height:1.5}.tracking-hero-icon{background:#ffffff1f;border:1px solid #fff3;border-radius:24px;justify-content:center;align-items:center;width:82px;height:82px;font-size:42px;display:flex}.tracking-search-card{background:#fff;border-radius:28px;margin-bottom:22px;padding:30px;box-shadow:0 10px 30px #1e375a14}.tracking-search-card h2{color:#15294a;margin:4px 0 6px;font-size:26px}.tracking-description{color:#8290a6;margin:0 0 22px;font-size:15px}.tracking-search{gap:12px;display:flex}.tracking-search input{color:#15294a;box-sizing:border-box;background:#f7f9fc;border:1px solid #dbe3ef;border-radius:15px;outline:none;flex:1;min-width:0;height:52px;padding:0 18px;font-size:16px}.tracking-search input:focus{background:#fff;border-color:#1d4f91;box-shadow:0 0 0 3px #1d4f9114}.tracking-search .primary-btn{color:#fff;cursor:pointer;background:#174985;border:none;border-radius:15px;min-width:170px;font-size:15px;font-weight:700}.tracking-search .primary-btn:disabled{opacity:.55;cursor:not-allowed}.tracking-stats{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:32px;display:grid}.tracking-stat-card{box-sizing:border-box;background:#fff;border-radius:22px;flex-direction:column;justify-content:space-between;min-height:125px;padding:20px;display:flex;box-shadow:0 8px 24px #1e375a0f}.tracking-stat-icon{font-size:22px}.tracking-stat-card strong{color:#15294a;font-size:30px;line-height:1;display:block}.tracking-stat-card span:last-child{color:#7f8ca1;font-size:13px;font-weight:600}.tracking-section{margin-top:8px}.tracking-section-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.tracking-section-header h2{color:#15294a;margin:3px 0 0;font-size:30px}.secondary-btn{color:#174985;cursor:pointer;background:#fff;border:1px solid #d9e2ee;border-radius:14px;padding:12px 18px;font-weight:700;box-shadow:0 5px 16px #1e375a0f}.secondary-btn:disabled{opacity:.55;cursor:not-allowed}.tracking-empty-card{text-align:center;background:#fff;border-radius:28px;padding:55px 30px;box-shadow:0 10px 30px #1e375a12}.tracking-empty-card .empty-icon{background:#eef4fb;border-radius:20px;justify-content:center;align-items:center;width:68px;height:68px;margin:0 auto 18px;font-size:30px;display:flex}.tracking-empty-card h3{color:#15294a;margin:0 0 8px;font-size:21px}.tracking-empty-card p{color:#8793a6;margin:0;line-height:1.5}.tracked-flight-card{background:#fff;border:1px solid #dbe3efb3;border-radius:28px;margin-bottom:18px;padding:28px;box-shadow:0 10px 30px #1e375a12}.tracked-flight-top{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:26px;display:flex}.airline-info{align-items:center;gap:16px;display:flex}.airline-logo-wrapper{background:#f3f6fa;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.airline-logo-wrapper img{object-fit:contain;max-width:48px;max-height:42px}.fallback-plane{font-size:26px;display:none}.airline-info h2{color:#15294a;letter-spacing:-.5px;margin:2px 0 0;font-size:28px}.airline-info .section-label{margin:0;font-size:11px}.flight-status{white-space:nowrap;border-radius:999px;align-items:center;padding:9px 14px;font-size:13px;font-weight:700;display:inline-flex}.status-active{color:#278347;background:#dcf8e5}.status-scheduled{color:#245b9d;background:#e4efff}.status-delayed{color:#9a6a00;background:#fff1cf}.status-landed{color:#667386;background:#edf0f4}.status-cancelled{color:#b43c3c;background:#ffe3e3}.status-unknown{color:#68758a;background:#edf0f4}.flight-route{background:#f6f8fb;border-radius:22px;grid-template-columns:1fr 1.5fr 1fr;align-items:center;gap:18px;margin-bottom:18px;padding:24px;display:grid}.airport{flex-direction:column;gap:4px;display:flex}.airport strong{color:#15294a;letter-spacing:.5px;font-size:30px}.airport span{color:#8995a8;text-transform:uppercase;letter-spacing:1px;font-size:12px;font-weight:600}.airport-right{text-align:right;align-items:flex-end}.route-line{align-items:center;gap:10px;display:flex}.route-line div{background:#cbd6e5;flex:1;height:2px;position:relative}.route-line div:after{content:"";background:#174985;border-radius:50%;width:7px;height:7px;position:absolute;top:50%;right:0;transform:translateY(-50%)}.route-line span:first-child{font-size:18px}.route-line span:last-child{color:#174985;font-size:20px;font-weight:700}.flight-details{grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:20px;display:grid}.flight-details>div{background:#f7f9fc;border-radius:16px;flex-direction:column;gap:5px;padding:15px 18px;display:flex}.flight-details span{color:#8a96a9;font-size:12px;font-weight:600}.flight-details strong{color:#243957;font-size:16px}.flight-actions{gap:10px;padding-top:2px;display:flex}.flight-actions button{color:#174985;cursor:pointer;background:#fff;border:1px solid #d9e2ee;border-radius:12px;padding:10px 15px;font-weight:700}.flight-actions button:hover{background:#f4f7fb}.flight-actions button:disabled{opacity:.55;cursor:not-allowed}.flight-actions .danger-btn{color:#a24a4a;border-color:#ecd8d8}.flight-actions .danger-btn:hover{background:#fff5f5}@media (width<=700px){.tracking-page{padding-bottom:125px}.tracking-hero{border-radius:28px;padding:26px}.tracking-hero h1{font-size:31px}.tracking-hero-icon{border-radius:19px;width:62px;height:62px;font-size:30px}.tracking-search-card{border-radius:25px;padding:24px}.tracking-search{flex-direction:column}.tracking-search input{width:100%}.tracking-search .primary-btn{width:100%;height:52px}.tracking-stats{grid-template-columns:repeat(2,1fr);gap:12px}.tracking-stat-card{min-height:115px;padding:17px}.tracking-section-header{flex-direction:column;align-items:flex-start}.tracking-section-header h2{font-size:27px}.secondary-btn{width:100%}.tracked-flight-card{border-radius:25px;padding:22px}.tracked-flight-top{flex-direction:column;gap:12px}.flight-status{align-self:flex-start}.flight-route{grid-template-columns:1fr;gap:12px;padding:20px}.airport-right{text-align:left;align-items:flex-start}.route-line{width:70px;margin:-3px auto;transform:rotate(90deg)}.flight-details{grid-template-columns:1fr}.flight-actions{flex-direction:column}.flight-actions button{width:100%;min-height:45px}}.bottom-nav{box-sizing:border-box;-webkit-backdrop-filter:blur(18px);z-index:1000;background:#fffffff5;border:1px solid #d6e0ede6;border-radius:24px;grid-template-columns:repeat(7,1fr);align-items:stretch;width:min(100% - 32px,720px);height:76px;padding:8px;display:grid;position:fixed;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 18px 45px #1e375a29,0 4px 12px #1e375a0f}.bottom-nav-item{color:#8a96a9;cursor:pointer;background:0 0;border:none;border-radius:17px;flex-direction:column;justify-content:center;align-items:center;gap:3px;padding:6px 3px;transition:background .2s,color .2s,transform .2s;display:flex;position:relative}.bottom-nav-item:hover{color:#31557f;background:#f3f6fa}.bottom-nav-item:active{transform:scale(.94)}.bottom-nav-icon{font-size:21px;line-height:1;transition:transform .2s}.bottom-nav-item.active-nav .bottom-nav-icon{transform:translateY(-1px)scale(1.08)}.bottom-nav-label{white-space:nowrap;font-size:10px;font-weight:700;line-height:1}.bottom-nav-item.active-nav{color:#174985;background:#eef4fb}.bottom-nav-item.active-nav .bottom-nav-label{color:#174985}.bottom-nav-indicator{background:#174985;border-radius:999px;width:18px;height:3px;position:absolute;bottom:4px}@media (width<=600px){.bottom-nav{border-radius:22px;width:calc(100% - 20px);height:72px;padding:7px;bottom:10px}.bottom-nav-item{border-radius:16px}.bottom-nav-icon{font-size:20px}.bottom-nav-label{font-size:9px}}@media (width<=380px){.bottom-nav{width:calc(100% - 12px);bottom:6px}.bottom-nav-label{font-size:8px}.bottom-nav-icon{font-size:18px}}.settings-page{width:min(100% - 32px,760px);margin:0 auto;padding:34px 0 130px}.settings-header{margin-bottom:34px}.settings-back{color:#174985;cursor:pointer;background:0 0;border:none;margin-bottom:24px;padding:0;font-size:15px;font-weight:700}.settings-header h1{color:#14243d;margin:4px 0 8px;font-size:38px;line-height:1.05}.settings-header>div>p:last-child{color:#7f8da2;margin:0;font-size:16px}.settings-section{margin-bottom:28px}.settings-section-label{color:#7f8da2;letter-spacing:.16em;margin:0 0 10px 4px;font-size:11px;font-weight:800}.settings-row{box-sizing:border-box;color:#14243d;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce5ef;border-radius:18px;align-items:center;gap:14px;width:100%;min-height:78px;padding:14px 18px;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;box-shadow:0 6px 18px #1f3b5b0f}.notification-settings-card{background:#fff;border:1px solid #dce5ef;border-radius:18px;width:100%;overflow:hidden;box-shadow:0 6px 18px #1f3b5b0f}.notification-setting-row{box-sizing:border-box;border-bottom:1px solid #e8eef5;align-items:center;gap:14px;width:100%;min-height:82px;padding:16px 18px;display:flex}.notification-setting-row:last-child{border-bottom:none}.notification-setting-icon{background:#eef4fb;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:21px;display:flex}.notification-setting-content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.notification-setting-content strong{color:#14243d;font-size:16px}.notification-setting-content span{color:#71829a;font-size:13px;line-height:1.4}.notification-toggle{cursor:pointer;background:0 0;border:none;flex-shrink:0;width:52px;height:30px;padding:0}.notification-toggle:disabled{cursor:wait;opacity:.6}.notification-toggle-track{background:#cbd5e1;border-radius:999px;width:52px;height:30px;transition:background .18s;display:block;position:relative}.notification-toggle-thumb{background:#fff;border-radius:50%;width:24px;height:24px;transition:transform .18s;position:absolute;top:3px;left:3px;box-shadow:0 2px 5px #00000026}.notification-toggle.on .notification-toggle-track{background:#1f5b9e}.notification-toggle.on .notification-toggle-thumb{transform:translate(22px)}.notification-toggle.off .notification-toggle-track{background:#cbd5e1}.notification-toggle.off .notification-toggle-thumb{transform:translate(0)}.notification-info-card{background:#f5f8fc;border:1px solid #dce5ef;border-radius:18px;margin-top:18px;padding:18px}.notification-info-card strong{color:#14243d;margin-bottom:6px;font-size:15px;display:block}.notification-info-card p{color:#71829a;margin:0;font-size:13px;line-height:1.5}.notification-loading{color:#71829a;text-align:center;margin:0;padding:24px}.settings-row:hover{border-color:#b9cce1;transform:translateY(-1px);box-shadow:0 10px 24px #1f3b5b17}.settings-row:active{transform:scale(.99)}.settings-row-icon{background:#eef4fb;border-radius:14px;flex:0 0 46px;justify-content:center;align-items:center;width:46px;height:46px;font-size:22px;display:flex}.settings-row-content{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.settings-row-content strong{color:#182b47;font-size:16px}.settings-row-content span{color:#8491a4;font-size:13px}.settings-arrow{color:#174985;font-size:22px;font-weight:500}.settings-status{color:#8793a4;background:#eef1f5;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800}.settings-card{background:#fff;border:1px solid #dce5ef;border-radius:18px;padding:18px;box-shadow:0 6px 18px #1f3b5b0f}.settings-card-header{align-items:center;gap:14px;display:flex}.settings-card-header>div:last-child{flex-direction:column;gap:4px;display:flex}.settings-card-header strong{color:#182b47;font-size:16px}.settings-card-header span{color:#8491a4;font-size:13px}.settings-options{grid-template-columns:repeat(2,1fr);gap:8px;margin-top:16px;display:grid}.settings-option{color:#69788d;cursor:pointer;background:#f7f9fc;border:1px solid #d9e3ee;border-radius:12px;min-height:44px;font-size:13px;font-weight:700;transition:background .18s,border-color .18s,color .18s}.settings-option.active{color:#fff;background:#174985;border-color:#174985}.settings-about{background:#eef4fb;border:1px solid #d7e3f0;border-radius:18px;align-items:center;gap:14px;padding:18px;display:flex}.settings-about-logo{background:#174985;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex;overflow:hidden}.settings-about-logo img{object-fit:cover;width:100%;height:100%;display:block}.settings-about>div:last-child{flex-direction:column;gap:3px;display:flex}.settings-about strong{color:#182b47;font-size:16px}.settings-about span{color:#718096;font-size:12px}.settings-about small{color:#174985;margin-top:3px;font-size:11px;font-weight:800}.settings-signout{color:#a44949;cursor:pointer;background:snow;border:1px solid #e2caca;border-radius:16px;width:100%;min-height:54px;font-size:15px;font-weight:700;transition:background .18s,border-color .18s}.settings-signout:hover{background:#fff2f2;border-color:#dcaeae}@media (width<=600px){.settings-page{width:calc(100% - 24px);padding-top:24px}.settings-header h1{font-size:34px}.settings-row{min-height:74px;padding:12px 14px}.settings-row-icon{flex-basis:42px;width:42px;height:42px}.settings-row-content span{font-size:12px}}.airline-logo{object-fit:contain;width:48px;height:48px;display:block}.profile-menu-wrapper{z-index:100;position:relative}.profile-avatar-button{cursor:pointer;background:#fff;border:3px solid #ffffffb3;border-radius:50%;width:82px;height:82px;padding:0;transition:transform .2s,box-shadow .2s,border-color .2s;overflow:hidden;box-shadow:0 8px 24px #031b4e38}.profile-avatar-button:hover{border-color:#fff;transform:translateY(-2px);box-shadow:0 12px 30px #031b4e47}.profile-avatar-button.menu-open{border-color:#64c8ff;transform:scale(1.04)}.profile-avatar-button .avatar-img{object-fit:cover;width:100%;height:100%;display:block}.profile-avatar-button>span{color:#fff;text-align:center;background:linear-gradient(145deg,#082b52 0%,#0a3d7a 55%,#155aa5 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:36px;font-weight:800;line-height:1;display:flex}.profile-menu{background:#fff;border:1px solid #031b4e14;border-radius:20px;width:310px;padding:12px;animation:.18s ease-out profileMenuIn;position:absolute;top:calc(100% + 14px);right:0;box-shadow:0 20px 50px #031b4e2e,0 4px 12px #031b4e14}@keyframes profileMenuIn{0%{opacity:0;transform:translateY(-8px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.profile-menu-header{align-items:center;gap:12px;padding:10px 10px 14px;display:flex}.profile-menu-avatar{background:#edf4fb;border-radius:50%;flex-shrink:0;width:46px;height:46px;overflow:hidden}.profile-menu-avatar .avatar-img{object-fit:cover;width:100%;height:100%}.profile-menu-header>div:last-child{flex-direction:column;min-width:0;display:flex}.profile-menu-header strong{color:#031b4e;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.profile-menu-header span{color:#7890ad;margin-top:3px;font-size:12px}.profile-menu-divider{background:#e8eef5;height:1px;margin:5px 4px}.profile-menu-item{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:13px;align-items:center;gap:12px;width:100%;padding:11px 10px;transition:background .18s,transform .18s;display:flex}.profile-menu-item:hover{background:#f2f7fc;transform:translate(2px)}.profile-menu-icon{background:#edf4fb;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.profile-menu-text{flex-direction:column;flex:1;min-width:0;display:flex}.profile-menu-text strong{color:#031b4e;font-size:14px;font-weight:700}.profile-menu-text small{color:#7b91ac;margin-top:3px;font-size:11px}.profile-menu-arrow{color:#6c89aa;font-size:17px;transition:transform .18s}.profile-menu-item:hover .profile-menu-arrow{transform:translate(3px)}.profile-menu-logout:hover{background:#fff4f3}.profile-menu-logout .profile-menu-icon{background:#fff0ee}.profile-menu-logout .profile-menu-text strong{color:#c84b3f}.profile-menu-logout .profile-menu-text small{color:#b9827d}@media (width<=600px){.profile-menu{width:min(280px,100vw - 32px);max-width:calc(100vw - 32px);position:absolute;top:calc(100% + 14px);left:auto;right:0}}.private-recipient-selector{background:#fff;border-bottom:1px solid #e8edf3;padding:18px 24px}.private-recipient-selector>label{color:#68758a;margin-bottom:8px;font-size:13px;font-weight:600;display:block}.private-recipient-selector>input{box-sizing:border-box;color:#14213d;background:#f8fafc;border:1px solid #d8e0ea;border-radius:12px;outline:none;width:100%;max-width:520px;padding:12px 16px;font-size:14px;transition:border-color .2s,box-shadow .2s}.private-recipient-selector>input:focus{background:#fff;border-color:#245b9d;box-shadow:0 0 0 3px #245b9d1a}.private-recipient-selector>input::placeholder{color:#8b98aa}.conversation-list{margin-bottom:20px}.conversation-list h3{color:#14213d;margin:0 0 10px;font-size:14px;font-weight:700}.conversation-list>button{text-align:left;cursor:pointer;background:#fff;border:1px solid #e3e9f0;border-radius:14px;align-items:center;gap:12px;width:100%;margin-bottom:8px;padding:12px;transition:background .2s,border-color .2s,transform .15s;display:flex}.conversation-list>button:hover{background:#f7faff;border-color:#cbd8e8;transform:translateY(-1px)}.conversation-list>button>img,.conversation-list>button>span{border-radius:50%;width:44px;min-width:44px;height:44px}.conversation-list>button>img{object-fit:cover}.conversation-list>button>span{color:#245b9d;background:#edf2f8;justify-content:center;align-items:center;font-size:17px;font-weight:700;display:flex}.conversation-list>button>div{flex:1;min-width:0}.conversation-list>button strong{color:#14213d;margin-bottom:3px;font-size:14px;font-weight:700;display:block}.conversation-list>button small{color:#748197;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.35;display:block;overflow:hidden}.conversation-list>button time{color:#8a96a8;flex-shrink:0;align-self:flex-start;margin-top:3px;font-size:11px}.private-user-results{background:#fff;border:1px solid #e1e7ef;border-radius:14px;width:100%;max-width:520px;margin-top:8px;overflow:hidden;box-shadow:0 8px 24px #14213d14}.private-user-results>button{text-align:left;cursor:pointer;background:#fff;border:0;border-bottom:1px solid #edf1f5;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:background .2s;display:flex}.private-user-results>button:last-child{border-bottom:0}.private-user-results>button:hover{background:#f6f9fc}.private-user-results>button>img,.private-user-results>button>span{border-radius:50%;width:42px;min-width:42px;height:42px}.private-user-results>button>img{object-fit:cover}.private-user-results>button>span{color:#245b9d;background:#edf2f8;justify-content:center;align-items:center;font-size:16px;font-weight:700;display:flex}.private-user-results>button>div{min-width:0}.private-user-results>button strong{color:#14213d;font-size:14px;font-weight:700;display:block}.private-user-results>button small{color:#7a8799;margin-top:3px;font-size:12px;display:block}.selected-private-user{align-items:center;gap:12px;padding:4px 0;display:flex}.selected-private-user>img,.selected-private-user>span{border-radius:50%;width:46px;min-width:46px;height:46px}.selected-private-user>img{object-fit:cover}.selected-private-user>span{color:#245b9d;background:#edf2f8;justify-content:center;align-items:center;font-size:17px;font-weight:700;display:flex}.selected-private-user>div{flex:1;min-width:0}.selected-private-user strong{color:#14213d;font-size:15px;font-weight:700;display:block}.selected-private-user small{color:#7a8799;margin-top:3px;font-size:12px;display:block}.selected-private-user>button{color:#245b9d;cursor:pointer;background:#fff;border:1px solid #d9e1ea;border-radius:8px;padding:7px 12px;font-size:12px;font-weight:600}.selected-private-user>button:hover{background:#f4f7fa}.private-recipient-selector>p{color:#7b8798;margin:10px 0 0;font-size:13px}.message-row{align-items:flex-end;gap:10px;margin-bottom:18px;display:flex}.message-row.own-message{flex-direction:row-reverse}.message-avatar{color:#245b9d;background:#edf2f8;border-radius:50%;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;font-size:13px;font-weight:700;display:flex;overflow:hidden}.message-avatar img{object-fit:cover;width:100%;height:100%}.message-content{max-width:min(72%,620px)}.message-meta{align-items:center;gap:8px;margin-bottom:5px;display:flex}.own-message .message-meta{justify-content:flex-end}.message-meta strong{color:#14213d;font-size:12px;font-weight:700}.message-meta small{color:#8a96a8;font-size:10px}.message-bubble{color:#26354d;word-break:break-word;background:#edf2f8;border-radius:16px;padding:11px 15px;font-size:14px;line-height:1.45}.own-message .message-bubble{color:#fff;background:#245b9d;border-bottom-right-radius:5px}.message-row:not(.own-message) .message-bubble{border-bottom-left-radius:5px}.message-composer{background:#fff;border-top:1px solid #e5eaf0;align-items:center;gap:10px;padding:14px 18px;display:flex}.message-composer input{box-sizing:border-box;color:#14213d;background:#f8fafc;border:1px solid #d8e0ea;border-radius:14px;outline:none;flex:1;min-width:0;padding:13px 16px;font-size:14px}.message-composer input:focus{background:#fff;border-color:#245b9d;box-shadow:0 0 0 3px #245b9d1a}.message-composer button{color:#fff;cursor:pointer;background:#245b9d;border:0;border-radius:50%;width:46px;min-width:46px;height:46px;font-size:19px;transition:transform .15s,opacity .2s}.message-composer button:hover:not(:disabled){transform:scale(1.04)}.message-composer button:disabled{opacity:.45;cursor:not-allowed}@media (width<=700px){.private-recipient-selector{padding:14px}.conversation-list>button{padding:10px}.conversation-list>button>img,.conversation-list>button>span{width:40px;min-width:40px;height:40px}.message-content{max-width:82%}.message-composer{padding:10px}.message-composer button{width:42px;min-width:42px;height:42px}}.home-hero{position:relative}.home-notification-button{z-index:10;color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;font-size:22px;transition:transform .18s,background .18s;display:flex;position:absolute;top:24px;right:24px}.home-notification-button:hover{background:#fff3;transform:translateY(-2px)}.home-notification-button:focus-visible{outline-offset:3px;outline:3px solid #ffffffbf}.home-notification-badge{color:#fff;box-sizing:border-box;background:#ef4444;border-radius:999px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 5px;font-size:11px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.notification-centre-page{box-sizing:border-box;width:100%;max-width:1040px;margin:0 auto;padding:28px 24px 120px}.notification-centre-header,.notification-centre-header .settings-back{margin-bottom:24px}.notification-centre-title-row{color:#fff;background:linear-gradient(135deg,#123f78 0%,#1f69bd 100%);border-radius:24px;justify-content:space-between;align-items:center;gap:24px;padding:30px 32px;display:flex;box-shadow:0 12px 30px #1f3b5b2e}.notification-centre-title-row .section-label{color:#ffffffb3;margin:0 0 8px}.notification-centre-title-row h1{color:#fff;margin:0 0 6px;font-size:38px;line-height:1.1}.notification-centre-title-row p:not(.section-label){color:#fffc;margin:0;font-size:15px}.notification-centre-bell{background:#ffffff1f;border:1px solid #ffffff40;border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;font-size:28px;display:flex}.notification-centre-actions{background:#fff;border:1px solid #dce5ef;border-radius:18px;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;padding:16px 20px;display:flex;box-shadow:0 6px 18px #1f3b5b0f}.notification-centre-actions>div{align-items:baseline;gap:5px;display:flex}.notification-centre-actions strong{color:#14243d;font-size:20px}.notification-centre-actions span{color:#71829a;font-size:14px}.mark-all-read-button{color:#1f5b9e;cursor:pointer;background:#f5f8fc;border:1px solid #dce5ef;border-radius:12px;padding:10px 16px;font-size:13px;font-weight:700;transition:background .18s,transform .18s}.mark-all-read-button:hover{background:#eaf2fb;transform:translateY(-1px)}.notification-list{flex-direction:column;gap:12px;display:flex}.notification-card{box-sizing:border-box;color:#14243d;text-align:left;cursor:pointer;background:#fff;border:1px solid #dce5ef;border-radius:18px;align-items:flex-start;gap:16px;width:100%;padding:18px 20px;transition:transform .18s,box-shadow .18s,border-color .18s,background .18s;display:flex;box-shadow:0 5px 16px #1f3b5b0d}.notification-card:hover{border-color:#b9cce0;transform:translateY(-2px);box-shadow:0 9px 22px #1f3b5b17}.notification-card.unread{background:#f8fbff;border-left:4px solid #1f5b9e}.notification-card.read{opacity:.82}.notification-card-icon{background:#eef4fb;border-radius:15px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.notification-card-content{flex:1;min-width:0}.notification-card-top{justify-content:space-between;align-items:center;gap:12px;margin-bottom:4px;display:flex}.notification-card-top strong{color:#14243d;font-size:15px}.notification-card-content p{color:#71829a;margin:0 0 7px;font-size:14px;line-height:1.45}.notification-card-content small{color:#94a3b8;font-size:12px}.notification-unread-dot{color:#1f5b9e;flex-shrink:0;font-size:12px}.notification-empty{text-align:center;background:#fff;border:1px solid #dce5ef;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;min-height:360px;padding:40px 20px;display:flex;box-shadow:0 6px 18px #1f3b5b0d}.notification-empty-icon{background:#eef4fb;border-radius:22px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:18px;font-size:32px;display:flex}.notification-empty h3{color:#14243d;margin:0 0 8px;font-size:20px}.notification-empty p{color:#71829a;max-width:440px;margin:0;font-size:14px;line-height:1.5}@media (width<=700px){.notification-centre-page{padding:20px 16px 110px}.notification-centre-title-row{border-radius:20px;padding:24px 20px}.notification-centre-title-row h1{font-size:30px}.notification-centre-bell{border-radius:16px;width:52px;height:52px;font-size:23px}.notification-centre-actions{flex-direction:column;align-items:flex-start}.mark-all-read-button{width:100%}.notification-card{padding:15px}.notification-card-icon{border-radius:13px;width:42px;height:42px;font-size:19px}.notification-empty{min-height:300px}}.flight-callsign{color:#6b7a90;font-size:.65em;font-weight:500}.tracking-search{grid-template-columns:180px minmax(220px,1fr) 190px 220px;align-items:stretch;gap:12px;display:grid}.tracking-search select,.tracking-search input{color:#17365d;box-sizing:border-box;background:#f7f9fc;border:1px solid #d7e0eb;border-radius:12px;outline:none;width:100%;min-width:0;height:48px;padding:0 14px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s,background .2s}.tracking-search select{cursor:pointer;font-weight:600}.tracking-search input::placeholder{color:#8a9ab0}.tracking-search select:focus,.tracking-search input:focus{background:#fff;border-color:#2f6db5;box-shadow:0 0 0 3px #2f6db51f}.tracking-search .primary-btn{width:100%;min-width:0;height:48px;margin:0}@media (width<=800px){.tracking-search{grid-template-columns:1fr 1fr}.tracking-search select,.tracking-search input,.tracking-search .primary-btn{width:100%}}@media (width<=520px){.tracking-search{grid-template-columns:1fr}.tracking-search select,.tracking-search input,.tracking-date-field{box-sizing:border-box;width:100%}.tracking-date-field input{width:100%}}.tracking-date-field{width:100%;min-width:0}.tracking-date-field label{display:none}@media (width<=520px){.tracking-date-field label{color:#6f8097;margin:0 0 6px 2px;font-size:13px;font-weight:600;display:block}}.settings-changelog-title{color:#6f7f96;margin:18px 0 8px;font-size:18px;font-weight:700}.settings-changelog-title.settings-changelog-planned{color:#284f82;margin-top:28px}.app-footer{text-align:center;opacity:.55;box-sizing:border-box;width:100%;padding:24px 20px 90px;font-size:12px}.app-loading{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;display:flex}.app-loading-logo{margin-bottom:20px;font-size:48px}.app-loading h1{margin:0}.app-loading p{margin-top:10px}.profile-plan{background:#fff;border-radius:14px;align-items:center;gap:12px;margin-top:14px;padding:12px 16px;display:flex}.profile-plan span{font-size:24px}.profile-plan strong{color:#09244d;margin-bottom:3px;font-size:16px;display:block}.profile-plan small{color:#6b7c93;font-size:13px;display:block}.profile-member-since{color:#6b7c93;margin-top:10px;font-size:13px}.app-guide-page{box-sizing:border-box;width:100%;max-width:900px;margin:0 auto;padding:24px 20px 60px}.app-guide-header{margin-bottom:24px}.app-guide-back{font:inherit;color:#1769aa;cursor:pointer;background:0 0;border:none;margin-bottom:18px;padding:0;font-size:14px;font-weight:700}.app-guide-title{text-align:left}.app-guide-eyebrow{letter-spacing:2px;color:#718096;margin-bottom:6px;font-size:11px;font-weight:800;display:block}.app-guide-title h1{color:#172b4d;margin:0;font-size:32px;line-height:1.15}.app-guide-title p{color:#718096;margin:8px 0 0;font-size:15px}.app-guide-intro{background:#fff;border-radius:18px;align-items:center;gap:16px;margin-bottom:22px;padding:20px;display:flex;box-shadow:0 8px 24px #172b4d14}.app-guide-intro-icon{background:#edf4fb;border-radius:16px;flex:0 0 54px;justify-content:center;align-items:center;width:54px;height:54px;font-size:27px;display:flex}.app-guide-intro h2{color:#172b4d;margin:0 0 5px;font-size:19px}.app-guide-intro p{color:#718096;margin:0;font-size:14px;line-height:1.5}.app-guide-sections{flex-direction:column;gap:10px;display:flex}.app-guide-section{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 18px #172b4d0f}.app-guide-section-button{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:14px;padding:17px;display:flex}.app-guide-section-icon{background:#edf4fb;border-radius:13px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-size:21px;display:flex}.app-guide-section-content{flex:1;min-width:0}.app-guide-section-content strong{color:#172b4d;margin-bottom:3px;font-size:15px;display:block}.app-guide-section-content span{color:#718096;font-size:13px;line-height:1.4;display:block}.app-guide-section-arrow{color:#1769aa;flex:none;font-size:20px;font-weight:700}.app-guide-section-body{color:#52606d;padding:0 17px 18px 75px;font-size:14px;line-height:1.6}.app-guide-section-body p{margin:0}.app-guide-section-open{box-shadow:0 8px 24px #172b4d17}@media (width<=600px){.app-guide-page{padding:18px 14px 45px}.app-guide-title h1{font-size:28px}.app-guide-intro{align-items:flex-start;padding:16px}.app-guide-section-button{padding:15px}.app-guide-section-body{padding-left:73px}}.app-guide-section-body h3{color:#172b4d;margin:0 0 8px;font-size:16px}.app-guide-section-body h3:not(:first-child){margin-top:22px}.app-guide-section-body p{color:#52606d;margin:0;font-size:14px;line-height:1.65}.app-guide-feature-list{flex-direction:column;gap:10px;margin-top:14px;display:flex}.app-guide-feature-list>div{background:#f5f8fc;border-radius:12px;padding:12px 14px}.app-guide-feature-list strong{color:#172b4d;margin-bottom:3px;font-size:14px;display:block}.app-guide-feature-list span{color:#718096;font-size:13px;line-height:1.45;display:block}.user-search-page{max-width:1000px;margin:0 auto;padding:30px 20px 110px}.user-search-header{margin-bottom:24px}.user-search-back{color:#1769aa;cursor:pointer;background:0 0;border:0;margin-bottom:24px;padding:0;font-size:15px;font-weight:700}.user-search-eyebrow{letter-spacing:2px;color:#61738f;margin-bottom:6px;font-size:12px;font-weight:800;display:block}.user-search-header h1{color:#062b55;margin:0;font-size:32px}.user-search-header p{color:#60789b;margin:8px 0 0}.user-search-card{background:#fff;border-radius:20px;margin-bottom:24px;padding:18px;box-shadow:0 8px 24px #183f6714}.user-search-input-wrapper{background:#f1f6fb;border:1px solid #dbe6f1;border-radius:14px;align-items:center;gap:10px;padding:0 14px;display:flex}.user-search-icon{font-size:18px}.user-search-input-wrapper input{color:#062b55;background:0 0;border:0;outline:0;width:100%;padding:14px 0;font-size:16px}.user-search-input-wrapper input::placeholder{color:#7890ad}.user-search-clear{color:#61738f;cursor:pointer;background:0 0;border:0;font-size:22px}.user-search-results{background:#fff;border-radius:20px;padding:20px;box-shadow:0 8px 24px #183f6714}.user-search-results-header{color:#71839b;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:13px;display:flex}.user-search-list{flex-direction:column;gap:10px;display:flex}.user-search-result{background:#f5f8fc;border-radius:16px;align-items:center;gap:14px;padding:14px;display:flex}.user-search-avatar{color:#164f82;background:#e8f0f8;border-radius:50%;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;font-size:18px;font-weight:800;display:flex;overflow:hidden}.user-search-avatar img{object-fit:cover;width:100%;height:100%}.user-search-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.user-search-info strong{color:#062b55;font-size:16px}.user-search-info span,.user-search-info small{color:#60789b;font-size:13px}.user-search-profile-button{color:#1769aa;cursor:pointer;white-space:nowrap;background:0 0;border:0;font-weight:700}.user-search-state{text-align:center;background:#fff;border-radius:20px;padding:40px 20px;box-shadow:0 8px 24px #183f6714}.user-search-state-icon{margin-bottom:10px;font-size:30px}.user-search-state h2{color:#062b55;margin:0 0 8px}.user-search-state p{color:#60789b;margin:0}.user-search-spinner{border:3px solid #dbe6f1;border-top-color:#1769aa;border-radius:50%;width:28px;height:28px;margin:0 auto 12px;animation:.8s linear infinite userSearchSpin}@keyframes userSearchSpin{to{transform:rotate(360deg)}}.profile-find-spotters{padding:0}.profile-find-spotters-button{text-align:left;cursor:pointer;background:#fff;border:0;border-radius:18px;align-items:center;gap:14px;width:100%;padding:18px;display:flex;box-shadow:0 8px 24px #183f6714}.profile-find-spotters-icon{background:#edf4fb;border-radius:14px;justify-content:center;align-items:center;width:48px;height:48px;font-size:22px;display:flex}.profile-find-spotters-content{flex-direction:column;flex:1;gap:4px;display:flex}.profile-find-spotters-content strong{color:#062b55;font-size:16px}.profile-find-spotters-content span{color:#60789b;font-size:13px}.profile-find-spotters-arrow{color:#1769aa;font-size:20px;font-weight:700}@media (width<=650px){.user-search-page{padding:20px 14px 100px}.user-search-result{align-items:flex-start}.user-search-profile-button{font-size:0}.user-search-profile-button:after{content:"→";font-size:20px}}.public-profile-page{max-width:1000px;margin:0 auto;padding:30px 20px 110px}.public-profile-back{color:#1769aa;cursor:pointer;background:0 0;border:0;margin-bottom:24px;padding:0;font-size:15px;font-weight:700}.public-profile-hero{text-align:center;background:#fff;border-radius:24px;margin-bottom:24px;padding:32px 24px;box-shadow:0 8px 24px #183f6714}.public-profile-avatar{color:#164f82;background:#e8f0f8;border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;margin:0 auto 16px;font-size:40px;font-weight:800;display:flex;overflow:hidden}.public-profile-avatar img{object-fit:cover;width:100%;height:100%}.public-profile-hero h1{color:#062b55;margin:0;font-size:30px}.public-profile-location{color:#60789b;margin:8px 0 10px}.public-profile-rank{color:#164f82;background:#edf4fb;border-radius:999px;padding:7px 14px;font-size:14px;font-weight:700;display:inline-block}.public-profile-plan{color:#164f82;align-items:center;gap:8px;margin-top:14px;display:inline-flex}.public-profile-member-since{color:#71839b;margin-top:10px;font-size:13px}.public-profile-actions{justify-content:center;gap:10px;margin-top:22px;display:flex}.public-profile-follow-button,.public-profile-message-button{cursor:pointer;border-radius:12px;padding:11px 18px;font-size:14px;font-weight:700}.public-profile-follow-button{color:#fff;background:#1769aa;border:0}.public-profile-follow-button.following{color:#1769aa;background:#eaf3fb;border:1px solid #c9ddec}.public-profile-follow-button:disabled{opacity:.65;cursor:wait}.public-profile-message-button{color:#1769aa;background:#fff;border:1px solid #c9ddec}.public-profile-follow-stats{justify-content:center;align-items:center;gap:26px;max-width:520px;margin:24px auto 0;display:flex}.public-profile-follow-stats>div:not(.public-profile-stat-divider){flex-direction:column;gap:3px;display:flex}.public-profile-follow-stats strong{color:#062b55;font-size:19px}.public-profile-follow-stats span{color:#71839b;font-size:12px}.public-profile-stat-divider{background:#dce6f0;width:1px;height:32px}.public-profile-xp-card{margin-top:0}.public-profile-reputation{background:#fff;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;padding:24px;display:flex;box-shadow:0 8px 24px #183f6714}.public-profile-reputation strong{color:#062b55;font-size:32px}.public-profile-reputation span{color:#71839b;margin-top:4px}.public-profile-empty{color:#60789b;text-align:center;background:#f5f8fc;border-radius:16px;width:100%;padding:28px}.public-profile-state{text-align:center;background:#fff;border-radius:20px;padding:50px 20px;box-shadow:0 8px 24px #183f6714}.public-profile-state-icon{margin-bottom:12px;font-size:36px}.public-profile-state h2{color:#062b55;margin:0 0 8px}.public-profile-state p{color:#60789b;margin:0}.public-profile-loading{color:#60789b;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}@media (width<=600px){.public-profile-page{padding:20px 14px 100px}.public-profile-actions{flex-direction:column}.public-profile-follow-button,.public-profile-message-button{width:100%}.public-profile-follow-stats{gap:16px}}.follow-list-page{box-sizing:border-box;width:min(100%,1000px);margin:0 auto;padding:24px 24px 80px}.follow-list-back{color:#0068b7;font:inherit;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:28px;padding:0;font-size:15px;font-weight:600;display:inline-flex}.follow-list-back:hover{text-decoration:underline}.follow-list-header{margin-bottom:28px}.follow-list-eyebrow{color:#58708f;letter-spacing:2px;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.follow-list-header h1{color:#062b59;margin:0 0 6px;font-size:34px;line-height:1.15}.follow-list-header p{color:#58708f;margin:0;font-size:15px}.follow-list-results{background:#fff;border-radius:22px;padding:22px;box-shadow:0 10px 30px #1e3c5a14}.follow-list-results-header{color:#58708f;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:14px;display:flex}.follow-list-items{flex-direction:column;gap:12px;display:flex}.follow-list-item{background:#f3f7fb;border-radius:16px;align-items:center;gap:16px;padding:16px;display:flex}.follow-list-avatar{color:#0a4d8c;background:#e5eef8;border-radius:50%;flex:0 0 58px;justify-content:center;align-items:center;width:58px;height:58px;font-size:22px;font-weight:700;display:flex;overflow:hidden}.follow-list-avatar img{object-fit:cover;width:100%;height:100%}.follow-list-info{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.follow-list-info strong{color:#062b59;font-size:16px}.follow-list-info span{color:#58708f;font-size:14px}.follow-list-info small{color:#58708f;font-size:13px}.follow-list-profile-button{color:#fff;font:inherit;cursor:pointer;background:#0b63b6;border:none;border-radius:10px;flex-shrink:0;padding:10px 16px;font-size:14px;font-weight:700}.follow-list-profile-button:hover{background:#084f91}.follow-list-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:260px;padding:30px;display:flex}.follow-list-state-icon{margin-bottom:12px;font-size:34px}.follow-list-state h2{color:#062b59;margin:0 0 8px;font-size:24px}.follow-list-state p{color:#58708f;max-width:500px;margin:0;font-size:15px}@media (width<=700px){.follow-list-page{padding:20px 16px 60px}.follow-list-header h1{font-size:30px}.follow-list-item{align-items:flex-start}.follow-list-profile-button{align-self:center;padding:9px 12px}}@media (width<=560px){.follow-list-item{flex-wrap:wrap}.follow-list-info{width:calc(100% - 74px)}.follow-list-profile-button{width:100%}}.update-notice-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0419328c;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.update-notice-modal{text-align:center;background:#fff;border-radius:24px;width:min(100%,480px);padding:34px;position:relative;box-shadow:0 24px 70px #04193240}.update-notice-close{color:#58708f;cursor:pointer;background:0 0;border:none;border-radius:50%;width:34px;height:34px;padding:0;font-size:26px;line-height:1;position:absolute;top:16px;right:18px}.update-notice-close:hover{background:#edf3f8}.update-notice-icon{background:#edf4fb;border-radius:18px;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 18px;font-size:30px;display:flex}.update-notice-eyebrow{color:#58708f;letter-spacing:2px;margin-bottom:8px;font-size:11px;font-weight:800;display:block}.update-notice-modal h2{color:#062b59;margin:0 0 12px;font-size:26px;line-height:1.2}.update-notice-modal p{color:#58708f;max-width:390px;margin:0 auto 8px;font-size:15px;line-height:1.6}.update-notice-actions{flex-direction:column;gap:10px;margin-top:24px;display:flex}.update-notice-primary,.update-notice-secondary{width:100%;min-height:46px;font:inherit;cursor:pointer;border-radius:12px;font-weight:700}.update-notice-primary{color:#fff;background:#0b63b6;border:none}.update-notice-primary:hover{background:#084f91}.update-notice-secondary{color:#0b63b6;background:#fff;border:1px solid #d4e1ee}.update-notice-secondary:hover{background:#f3f7fb}@media (width<=560px){.update-notice-overlay{padding:16px}.update-notice-modal{padding:30px 22px}}.public-photos-page{max-width:1200px;margin:0 auto;padding:32px 24px 110px}.public-photos-header{margin-bottom:28px}.public-photos-eyebrow{letter-spacing:.12em;text-transform:uppercase;opacity:.7;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.public-photos-header h1{margin:0;font-size:36px;line-height:1.1}.public-photos-header p{opacity:.75;margin:8px 0 0;font-size:16px}.public-photos-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.public-photo-card{cursor:pointer;background:#fff;border:1px solid #0f172a14;border-radius:18px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 8px 24px #0f172a14}.public-photo-card:hover{transform:translateY(-3px);box-shadow:0 14px 32px #0f172a24}.public-photo-image-wrap{aspect-ratio:4/3;background:#e5e7eb;width:100%;overflow:hidden}.public-photo-image{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.public-photo-card:hover .public-photo-image{transform:scale(1.03)}.public-photo-card-info{padding:16px}.public-photo-flight{justify-content:space-between;align-items:center;gap:10px;display:flex}.public-photo-flight strong{font-size:17px}.public-photo-flight span{opacity:.65;font-size:13px;font-weight:600}.public-photo-route{opacity:.7;margin-top:7px;font-size:13px}.public-photo-photographer{border-top:1px solid #0f172a14;align-items:center;gap:10px;margin-top:15px;padding-top:13px;display:flex}.public-photo-avatar{background:#e5e7eb;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex;overflow:hidden}.public-photo-avatar img{object-fit:cover;width:100%;height:100%}.public-photo-photographer>div:last-child{min-width:0}.public-photo-photographer span{opacity:.6;font-size:11px;display:block}.public-photo-photographer strong{margin-top:2px;font-size:13px;display:block}.public-photo-date{opacity:.6;margin-top:10px;font-size:12px}.public-photos-empty,.public-photos-loading{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:280px;padding:40px 20px;display:flex}.public-photos-empty-icon{margin-bottom:12px;font-size:42px}.public-photos-empty h2{margin:0;font-size:24px}.public-photos-empty p,.public-photos-loading p{opacity:.7;margin:8px 0 0}.public-photos-retry{cursor:pointer;border:0;border-radius:10px;margin-top:18px;padding:10px 18px;font-weight:600}.public-photos-spinner{border:3px solid #0f172a1f;border-top-color:currentColor;border-radius:50%;width:34px;height:34px;margin-bottom:12px;animation:.8s linear infinite publicPhotosSpin}@keyframes publicPhotosSpin{to{transform:rotate(360deg)}}.public-photo-modal{z-index:9999;background:#000000e0;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.public-photo-modal-content{background:#fff;border-radius:16px;width:100%;max-width:1200px;max-height:95vh;position:relative;overflow:auto}.public-photo-modal-info{padding:16px 20px 20px}.public-photo-modal-info strong{font-size:18px}.public-photo-modal-info p{opacity:.7;margin:7px 0 0;font-size:14px}.public-photo-modal-close{z-index:2;color:#fff;cursor:pointer;background:#000000b3;border:0;border-radius:50%;width:40px;height:40px;font-size:28px;line-height:1;position:absolute;top:12px;right:12px}.public-photos-back{cursor:pointer;border:0;border-radius:10px;margin:0 auto 100px;padding:10px 18px;font-weight:600;display:block}@media (width<=800px){.public-photos-page{padding:24px 16px 100px}.public-photos-header h1{font-size:30px}.public-photos-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.public-photo-card-info{padding:12px}.public-photo-flight{flex-direction:column;align-items:flex-start;gap:3px}.public-photo-photographer{margin-top:11px;padding-top:10px}}@media (width<=480px){.public-photos-grid{grid-template-columns:1fr}.public-photo-image-wrap{aspect-ratio:16/10}.public-photo-modal{padding:10px}.public-photo-modal-content{border-radius:12px}}:root{--sl-background:#f5f7fb;--sl-surface:#fff;--sl-surface-secondary:#f8fafc;--sl-surface-hover:#f1f5f9;--sl-border:#dce5ef;--sl-border-strong:#cbd5e1;--sl-text:#172b4d;--sl-text-secondary:#334e68;--sl-text-muted:#64748b;--sl-text-light:#94a3b8;--sl-primary:#036;--sl-primary-hover:#00264d;--sl-primary-light:#e8f1f8;--sl-success:#16a34a;--sl-success-background:#ecfdf3;--sl-danger:#dc2626;--sl-danger-background:#fef2f2;--sl-warning:#d97706;--sl-warning-background:#fffbeb;--sl-shadow:#0f172a14;--sl-shadow-strong:#0f172a24;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}html[data-theme=dark]{--sl-background:#0d1524;--sl-surface:#172235;--sl-surface-secondary:#1d2a3d;--sl-surface-hover:#25364c;--sl-border:#34465c;--sl-border-strong:#465a72;--sl-text:#f5f7fa;--sl-text-secondary:#d1d9e4;--sl-text-muted:#9aa9bc;--sl-text-light:#73849a;--sl-primary:#69a8df;--sl-primary-hover:#86bce9;--sl-primary-light:#203b59;--sl-success:#4ade80;--sl-success-background:#123523;--sl-danger:#f87171;--sl-danger-background:#421d22;--sl-warning:#fbbf24;--sl-warning-background:#41300d;--sl-shadow:#00000047;--sl-shadow-strong:#00000073;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html,body,#root,.app{background-color:var(--sl-background);color:var(--sl-text)}body{background:var(--sl-background);color:var(--sl-text)}.app{background:var(--sl-background)}h1,h2,h3,h4,h5,h6{color:var(--sl-text)}p{color:var(--sl-text-muted)}button{color:inherit}input,textarea,select{background:var(--sl-surface);color:var(--sl-text);border-color:var(--sl-border)}input::placeholder,textarea::placeholder{color:var(--sl-text-muted)}a{color:var(--sl-primary)}html[data-theme=dark] .card,html[data-theme=dark] .settings-card,html[data-theme=dark] .settings-row,html[data-theme=dark] .auth-card,html[data-theme=dark] .notification-card,html[data-theme=dark] .notification-empty,html[data-theme=dark] .notification-centre-actions,html[data-theme=dark] .settings-about,html[data-theme=dark] .post-box,html[data-theme=dark] .post-card,html[data-theme=dark] .community-post,html[data-theme=dark] .community-empty,html[data-theme=dark] .community-join-card,html[data-theme=dark] .community-post-composer,html[data-theme=dark] .request-detail-card,html[data-theme=dark] .request-list-card,html[data-theme=dark] .request-empty,html[data-theme=dark] .request-form-card,html[data-theme=dark] .requests-create-card,html[data-theme=dark] .requests-stat,html[data-theme=dark] .home-action,html[data-theme=dark] .home-request-card,html[data-theme=dark] .home-stat-card,html[data-theme=dark] .home-community-card,html[data-theme=dark] .tracking-search-card,html[data-theme=dark] .tracking-stat-card,html[data-theme=dark] .tracking-empty-card,html[data-theme=dark] .tracked-flight-card,html[data-theme=dark] .profile-xp-card,html[data-theme=dark] .badge-card,html[data-theme=dark] .activity-card,html[data-theme=dark] .public-profile-hero,html[data-theme=dark] .public-profile-reputation,html[data-theme=dark] .public-profile-state,html[data-theme=dark] .user-search-card,html[data-theme=dark] .user-search-results,html[data-theme=dark] .user-search-state,html[data-theme=dark] .follow-list-results,html[data-theme=dark] .update-notice-modal{background:var(--sl-surface);color:var(--sl-text);border-color:var(--sl-border)}html[data-theme=dark] .settings-page{background:var(--sl-background);color:var(--sl-text)}html[data-theme=dark] .settings-header h1{color:var(--sl-text)}html[data-theme=dark] .settings-header>div>p:last-child,html[data-theme=dark] .settings-section-label{color:var(--sl-text-muted)}html[data-theme=dark] .settings-row{background:var(--sl-surface);color:var(--sl-text)}html[data-theme=dark] .settings-row:hover{background:var(--sl-surface-hover);border-color:var(--sl-border-strong)}html[data-theme=dark] .settings-row-content strong{color:var(--sl-text)}html[data-theme=dark] .settings-row-content span{color:var(--sl-text-muted)}html[data-theme=dark] .settings-row-icon{background:var(--sl-primary-light)}html[data-theme=dark] .settings-arrow{color:var(--sl-primary)}html[data-theme=dark] .settings-status{background:var(--sl-surface-secondary);color:var(--sl-text-muted)}html[data-theme=dark] .settings-card-header strong{color:var(--sl-text)}html[data-theme=dark] .settings-card-header span{color:var(--sl-text-muted)}html[data-theme=dark] .settings-option{background:var(--sl-surface-secondary);border-color:var(--sl-border);color:var(--sl-text-secondary)}html[data-theme=dark] .settings-option:hover{background:var(--sl-surface-hover)}html[data-theme=dark] .settings-option.active{background:var(--sl-primary);border-color:var(--sl-primary);color:#fff}html[data-theme=dark] .settings-page input,html[data-theme=dark] .settings-page textarea,html[data-theme=dark] .settings-page select{background:var(--sl-surface-secondary);color:var(--sl-text);border-color:var(--sl-border)}html[data-theme=dark] .settings-page input:focus,html[data-theme=dark] .settings-page textarea:focus,html[data-theme=dark] .settings-page select:focus{background:var(--sl-surface);border-color:var(--sl-primary)}html[data-theme=dark] .settings-page input:disabled{color:var(--sl-text-muted);background:#111c2c}html[data-theme=dark] .notification-settings-card{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .notification-setting-row{border-bottom-color:var(--sl-border)}html[data-theme=dark] .notification-setting-icon{background:var(--sl-primary-light)}html[data-theme=dark] .notification-setting-content strong{color:var(--sl-text)}html[data-theme=dark] .notification-setting-content span{color:var(--sl-text-muted)}html[data-theme=dark] .notification-info-card{background:var(--sl-surface-secondary);border-color:var(--sl-border)}html[data-theme=dark] .notification-info-card strong{color:var(--sl-text)}html[data-theme=dark] .notification-info-card p,html[data-theme=dark] .notification-loading{color:var(--sl-text-muted)}html[data-theme=dark] .notification-toggle.off .notification-toggle-track{background:#475569}html[data-theme=dark] .notification-toggle.on .notification-toggle-track{background:var(--sl-primary)}html[data-theme=dark] .settings-signout{background:var(--sl-danger-background);color:var(--sl-danger);border-color:#7f3038}html[data-theme=dark] .settings-signout:hover{background:#552127}html[data-theme=dark] .bottom-nav{background:#172235f0;border-color:#465a72d9;box-shadow:0 18px 45px #00000061,0 4px 12px #0003}html[data-theme=dark] .bottom-nav-item{color:#8798ad}html[data-theme=dark] .bottom-nav-item:hover{background:var(--sl-surface-hover);color:#d8e5f2}html[data-theme=dark] .bottom-nav-item.active-nav{background:var(--sl-primary-light);color:var(--sl-primary)}html[data-theme=dark] .bottom-nav-item.active-nav .bottom-nav-label{color:var(--sl-primary)}html[data-theme=dark] .bottom-nav-indicator{background:var(--sl-primary)}html[data-theme=dark] .primary-btn{background:var(--sl-primary);border-color:var(--sl-primary);color:#081321}html[data-theme=dark] .primary-btn:hover{background:var(--sl-primary-hover);border-color:var(--sl-primary-hover)}html[data-theme=dark] .secondary-btn{background:var(--sl-surface);border-color:var(--sl-border);color:var(--sl-primary)}html[data-theme=dark] .secondary-btn:hover{background:var(--sl-surface-hover);border-color:var(--sl-primary)}html[data-theme=dark] .auth-card{background:var(--sl-surface);border-color:var(--sl-border);box-shadow:0 20px 50px #00000059}html[data-theme=dark] .auth-back{color:var(--sl-primary)}html[data-theme=dark] .auth-eyebrow{color:var(--sl-text-muted)}html[data-theme=dark] .auth-brand h1{color:var(--sl-primary)}html[data-theme=dark] .auth-heading h2{color:var(--sl-text)}html[data-theme=dark] .auth-heading p,html[data-theme=dark] .auth-footer p{color:var(--sl-text-muted)}html[data-theme=dark] .auth-form label{color:var(--sl-text-secondary)}html[data-theme=dark] .auth-form input{background:var(--sl-surface-secondary);color:var(--sl-text);border-color:var(--sl-border)}html[data-theme=dark] .auth-form input:focus{background:var(--sl-surface);border-color:var(--sl-primary);box-shadow:0 0 0 4px #69a8df1f}html[data-theme=dark] .auth-form input::placeholder{color:var(--sl-text-muted)}html[data-theme=dark] .auth-link{color:var(--sl-primary)}html[data-theme=dark] .robot-check{color:var(--sl-text-secondary)}html[data-theme=dark] .airport-dropdown,html[data-theme=dark] .signup-airports{background:var(--sl-surface);border-color:var(--sl-border);box-shadow:0 8px 24px #00000059}html[data-theme=dark] .airport-option{background:var(--sl-surface);border-color:var(--sl-border);color:var(--sl-text)}html[data-theme=dark] .airport-option:hover{background:var(--sl-surface-hover)}html[data-theme=dark] .airport-option strong,html[data-theme=dark] .airport-option p{color:var(--sl-text)}html[data-theme=dark] .airport-option small{color:var(--sl-text-muted)}html[data-theme=dark] .profile-xp-card{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .profile-section-label,html[data-theme=dark] .profile-badge-count{color:var(--sl-text-muted)}html[data-theme=dark] .profile-xp-heading h2,html[data-theme=dark] .profile-section-header h2{color:var(--sl-text)}html[data-theme=dark] .profile-xp-info{color:var(--sl-text-muted)}html[data-theme=dark] .profile-xp-bar{background:#2b3b50}html[data-theme=dark] .badge-card,html[data-theme=dark] .activity-card{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .badge-icon,html[data-theme=dark] .activity-icon{background:var(--sl-primary-light)}html[data-theme=dark] .badge-card h3{color:var(--sl-text-secondary)}html[data-theme=dark] .badge-card p,html[data-theme=dark] .activity-card span{color:var(--sl-text-muted)}html[data-theme=dark] .activity-card strong{color:var(--sl-text)}html[data-theme=dark] .profile-menu{background:var(--sl-surface);border-color:var(--sl-border);box-shadow:0 20px 50px #00000073,0 4px 12px #00000040}html[data-theme=dark] .profile-menu-header strong{color:var(--sl-text)}html[data-theme=dark] .profile-menu-header span{color:var(--sl-text-muted)}html[data-theme=dark] .profile-menu-divider{background:var(--sl-border)}html[data-theme=dark] .profile-menu-item:hover{background:var(--sl-surface-hover)}html[data-theme=dark] .profile-menu-icon{background:var(--sl-primary-light)}html[data-theme=dark] .profile-menu-text strong{color:var(--sl-text)}html[data-theme=dark] .profile-menu-text small,html[data-theme=dark] .profile-menu-arrow{color:var(--sl-text-muted)}html[data-theme=dark] .profile-menu-logout:hover{background:var(--sl-danger-background)}html[data-theme=dark] .home-section-label{color:var(--sl-text-muted)}html[data-theme=dark] .home-section-heading h2{color:var(--sl-text)}html[data-theme=dark] .home-view-button{color:var(--sl-primary)}html[data-theme=dark] .home-action{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .home-action:hover{background:var(--sl-surface-hover)}html[data-theme=dark] .home-action-icon,html[data-theme=dark] .home-request-icon,html[data-theme=dark] .home-community-avatar{background:var(--sl-primary-light)}html[data-theme=dark] .home-action strong,html[data-theme=dark] .home-request-top h3,html[data-theme=dark] .home-stat-card strong,html[data-theme=dark] .home-community-top strong{color:var(--sl-text)}html[data-theme=dark] .home-action small,html[data-theme=dark] .home-request-details span,html[data-theme=dark] .home-stat-card>span:last-child,html[data-theme=dark] .home-community-top span{color:var(--sl-text-muted)}html[data-theme=dark] .home-request-details div{background:var(--sl-surface-secondary)}html[data-theme=dark] .home-request-details strong{color:var(--sl-text-secondary)}html[data-theme=dark] .home-card-footer{border-top-color:var(--sl-border);color:var(--sl-text-muted)}html[data-theme=dark] .home-card-footer span:last-child{color:var(--sl-primary)}html[data-theme=dark] .home-community-content{color:var(--sl-text-secondary)}html[data-theme=dark] .requests-stat,html[data-theme=dark] .requests-create-card,html[data-theme=dark] .request-form-card,html[data-theme=dark] .request-list-card,html[data-theme=dark] .request-empty,html[data-theme=dark] .request-detail-card{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .requests-section-label,html[data-theme=dark] .request-form-grid label,html[data-theme=dark] .request-detail-section-label{color:var(--sl-text-muted)}html[data-theme=dark] .requests-stat strong,html[data-theme=dark] .requests-create-card h2,html[data-theme=dark] .request-form-heading h2,html[data-theme=dark] .request-list-flight span,html[data-theme=dark] .request-empty h2,html[data-theme=dark] .request-detail-heading h1,html[data-theme=dark] .request-interested-heading h2{color:var(--sl-text)}html[data-theme=dark] .requests-stat small,html[data-theme=dark] .requests-create-card p,html[data-theme=dark] .request-list-flight strong,html[data-theme=dark] .request-empty p,html[data-theme=dark] .request-no-spotters p{color:var(--sl-text-muted)}html[data-theme=dark] .request-form-grid input,html[data-theme=dark] .request-form-grid textarea{background:var(--sl-surface-secondary);color:var(--sl-text);border-color:var(--sl-border)}html[data-theme=dark] .request-form-grid input:focus,html[data-theme=dark] .request-form-grid textarea:focus{background:var(--sl-surface);border-color:var(--sl-primary)}html[data-theme=dark] .requests-filter{background:var(--sl-surface-secondary)}html[data-theme=dark] .request-filter{color:var(--sl-text-muted)}html[data-theme=dark] .request-filter.active{background:var(--sl-surface);color:var(--sl-primary)}html[data-theme=dark] .request-list-route,html[data-theme=dark] .request-detail-grid>div,html[data-theme=dark] .request-spotter{background:var(--sl-surface-secondary)}html[data-theme=dark] .request-list-route,html[data-theme=dark] .request-description,html[data-theme=dark] .request-detail-grid strong{color:var(--sl-text-secondary)}html[data-theme=dark] .request-list-bottom{border-top-color:var(--sl-border);color:var(--sl-text-muted)}html[data-theme=dark] .request-list-arrow,html[data-theme=dark] .requests-back-button{color:var(--sl-primary)}html[data-theme=dark] .request-list-icon,html[data-theme=dark] .request-form-icon,html[data-theme=dark] .request-count-badge{background:var(--sl-primary-light)}html[data-theme=dark] .request-count-badge{color:var(--sl-primary)}html[data-theme=dark] .community-action-primary,html[data-theme=dark] .community-action-secondary,html[data-theme=dark] .community-join-card,html[data-theme=dark] .community-post-composer,html[data-theme=dark] .community-post,html[data-theme=dark] .community-empty{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .community-card-heading h2,html[data-theme=dark] .community-feed-heading h2,html[data-theme=dark] .community-empty h3{color:var(--sl-text)}html[data-theme=dark] .community-card-heading p,html[data-theme=dark] .community-feed-count,html[data-theme=dark] .community-search-empty,html[data-theme=dark] .community-composer-footer span,html[data-theme=dark] .community-post-user span,html[data-theme=dark] .community-post-footer,html[data-theme=dark] .community-section-label{color:var(--sl-text-muted)}html[data-theme=dark] .community-action-primary,html[data-theme=dark] .community-action-secondary{color:var(--sl-text)}html[data-theme=dark] .community-action-primary small,html[data-theme=dark] .community-action-secondary small{color:var(--sl-text-muted)}html[data-theme=dark] .community-action-primary>span:first-child,html[data-theme=dark] .community-action-secondary>span:first-child,html[data-theme=dark] .community-card-icon,html[data-theme=dark] .community-airport-icon{background:var(--sl-primary-light)}html[data-theme=dark] .community-search,html[data-theme=dark] .community-post-composer textarea{background:var(--sl-surface-secondary);border-color:var(--sl-border);color:var(--sl-text)}html[data-theme=dark] .community-search:focus,html[data-theme=dark] .community-post-composer textarea:focus{background:var(--sl-surface);border-color:var(--sl-primary)}html[data-theme=dark] .community-airport-result{background:var(--sl-surface-secondary)}html[data-theme=dark] .community-airport-result strong{color:var(--sl-text-secondary)}html[data-theme=dark] .community-airport-result small{color:var(--sl-text-muted)}html[data-theme=dark] .community-post-avatar{background:var(--sl-primary-light);color:var(--sl-primary)}html[data-theme=dark] .community-post-user strong{color:var(--sl-text)}html[data-theme=dark] .community-post-content{color:var(--sl-text-secondary)}html[data-theme=dark] .community-post-footer{border-top-color:var(--sl-border)}html[data-theme=dark] .chat-card{background:var(--sl-surface);box-shadow:0 10px 30px #0000004d}html[data-theme=dark] .messages-hero p{color:var(--sl-text-muted)}html[data-theme=dark] .messages-tabs{background:var(--sl-surface-secondary)}html[data-theme=dark] .messages-tabs button{color:var(--sl-text-muted)}html[data-theme=dark] .messages-tabs button.active{background:var(--sl-surface);color:var(--sl-primary)}html[data-theme=dark] .chat-header{border-bottom-color:var(--sl-border)}html[data-theme=dark] .chat-header h2{color:var(--sl-text)}html[data-theme=dark] .chat-header p{color:var(--sl-text-muted)}html[data-theme=dark] .message-avatar{background:var(--sl-primary-light);color:var(--sl-primary)}html[data-theme=dark] .message-meta strong{color:var(--sl-text-secondary)}html[data-theme=dark] .message-meta small{color:var(--sl-text-muted)}html[data-theme=dark] .message-bubble{background:var(--sl-surface-secondary);color:var(--sl-text-secondary)}html[data-theme=dark] .own-message .message-bubble{color:#fff;background:#245b9d}html[data-theme=dark] .message-empty{color:var(--sl-text-muted)}html[data-theme=dark] .message-empty h3{color:var(--sl-text)}html[data-theme=dark] .message-composer{background:var(--sl-surface);border-top-color:var(--sl-border)}html[data-theme=dark] .message-composer input{background:var(--sl-surface-secondary);border-color:var(--sl-border);color:var(--sl-text)}html[data-theme=dark] .message-composer input:focus{background:var(--sl-surface);border-color:var(--sl-primary)}html[data-theme=dark] .private-recipient-selector{background:var(--sl-surface);border-bottom-color:var(--sl-border)}html[data-theme=dark] .private-recipient-selector>label{color:var(--sl-text-muted)}html[data-theme=dark] .private-recipient-selector>input{background:var(--sl-surface-secondary);border-color:var(--sl-border);color:var(--sl-text)}html[data-theme=dark] .private-recipient-selector>input:focus{background:var(--sl-surface);border-color:var(--sl-primary)}html[data-theme=dark] .conversation-list h3{color:var(--sl-text)}html[data-theme=dark] .conversation-list>button{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .conversation-list>button:hover{background:var(--sl-surface-hover)}html[data-theme=dark] .conversation-list>button>span,html[data-theme=dark] .private-user-results>button>span,html[data-theme=dark] .selected-private-user>span{background:var(--sl-primary-light);color:var(--sl-primary)}html[data-theme=dark] .conversation-list>button strong,html[data-theme=dark] .private-user-results>button strong,html[data-theme=dark] .selected-private-user strong{color:var(--sl-text)}html[data-theme=dark] .conversation-list>button small,html[data-theme=dark] .conversation-list>button time,html[data-theme=dark] .private-user-results>button small,html[data-theme=dark] .selected-private-user small{color:var(--sl-text-muted)}html[data-theme=dark] .private-user-results{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .private-user-results>button{background:var(--sl-surface);border-bottom-color:var(--sl-border)}html[data-theme=dark] .private-user-results>button:hover{background:var(--sl-surface-hover)}html[data-theme=dark] .selected-private-user>button{background:var(--sl-surface);border-color:var(--sl-border);color:var(--sl-primary)}html[data-theme=dark] .tracking-search-card,html[data-theme=dark] .tracking-stat-card,html[data-theme=dark] .tracking-empty-card,html[data-theme=dark] .tracked-flight-card{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .tracking-search-card h2,html[data-theme=dark] .tracking-section-header h2,html[data-theme=dark] .tracking-stat-card strong,html[data-theme=dark] .tracked-flight-card .airline-info h2,html[data-theme=dark] .tracking-empty-card h3,html[data-theme=dark] .airport strong{color:var(--sl-text)}html[data-theme=dark] .tracking-description,html[data-theme=dark] .tracking-stat-card span:last-child,html[data-theme=dark] .tracking-empty-card p,html[data-theme=dark] .airport span,html[data-theme=dark] .flight-details span{color:var(--sl-text-muted)}html[data-theme=dark] .tracking-search select,html[data-theme=dark] .tracking-search input{background:var(--sl-surface-secondary);border-color:var(--sl-border);color:var(--sl-text)}html[data-theme=dark] .tracking-search select:focus,html[data-theme=dark] .tracking-search input:focus{background:var(--sl-surface);border-color:var(--sl-primary)}html[data-theme=dark] .tracking-search input::placeholder{color:var(--sl-text-muted)}html[data-theme=dark] .tracking-empty-card .empty-icon{background:var(--sl-primary-light)}html[data-theme=dark] .airline-logo-wrapper,html[data-theme=dark] .flight-route{background:var(--sl-surface-secondary)}html[data-theme=dark] .route-line div{background:#52657d}html[data-theme=dark] .route-line div:after{background:var(--sl-primary)}html[data-theme=dark] .route-line span:last-child{color:var(--sl-primary)}html[data-theme=dark] .flight-details>div{background:#1c293b}html[data-theme=dark] .flight-details strong{color:var(--sl-text-secondary)}html[data-theme=dark] .flight-actions button{background:var(--sl-surface);border-color:var(--sl-border);color:var(--sl-primary)}html[data-theme=dark] .flight-actions button:hover{background:var(--sl-surface-hover)}html[data-theme=dark] .flight-actions .danger-btn{color:var(--sl-danger);border-color:#69343b}html[data-theme=dark] .flight-actions .danger-btn:hover{background:var(--sl-danger-background)}html[data-theme=dark] .flight-callsign{color:var(--sl-text-muted)}html[data-theme=dark] .notification-centre-actions{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .notification-centre-actions strong{color:var(--sl-text)}html[data-theme=dark] .notification-centre-actions span{color:var(--sl-text-muted)}html[data-theme=dark] .mark-all-read-button{background:var(--sl-surface-secondary);border-color:var(--sl-border);color:var(--sl-primary)}html[data-theme=dark] .mark-all-read-button:hover{background:var(--sl-surface-hover)}html[data-theme=dark] .notification-card{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .notification-card:hover{background:var(--sl-surface-hover);border-color:var(--sl-border-strong)}html[data-theme=dark] .notification-card.unread{border-left-color:var(--sl-primary);background:#192d43}html[data-theme=dark] .notification-card.read{opacity:.72}html[data-theme=dark] .notification-card-icon,html[data-theme=dark] .notification-empty-icon{background:var(--sl-primary-light)}html[data-theme=dark] .notification-card-top strong,html[data-theme=dark] .notification-empty h3{color:var(--sl-text)}html[data-theme=dark] .notification-card-content p,html[data-theme=dark] .notification-empty p{color:var(--sl-text-muted)}html[data-theme=dark] .notification-card-content small{color:var(--sl-text-light)}html[data-theme=dark] .notification-unread-dot{color:var(--sl-primary)}html[data-theme=dark] .user-search-header h1{color:var(--sl-text)}html[data-theme=dark] .user-search-header p,html[data-theme=dark] .user-search-eyebrow{color:var(--sl-text-muted)}html[data-theme=dark] .user-search-input-wrapper{background:var(--sl-surface-secondary);border-color:var(--sl-border)}html[data-theme=dark] .user-search-input-wrapper input{color:var(--sl-text)}html[data-theme=dark] .user-search-input-wrapper input::placeholder,html[data-theme=dark] .user-search-clear,html[data-theme=dark] .user-search-results-header{color:var(--sl-text-muted)}html[data-theme=dark] .user-search-result{background:var(--sl-surface-secondary)}html[data-theme=dark] .user-search-avatar{background:var(--sl-primary-light);color:var(--sl-primary)}html[data-theme=dark] .user-search-info strong{color:var(--sl-text)}html[data-theme=dark] .user-search-info span,html[data-theme=dark] .user-search-info small{color:var(--sl-text-muted)}html[data-theme=dark] .user-search-profile-button{color:var(--sl-primary)}html[data-theme=dark] .user-search-state h2{color:var(--sl-text)}html[data-theme=dark] .user-search-state p{color:var(--sl-text-muted)}html[data-theme=dark] .user-search-spinner{border-color:#34465c;border-top-color:var(--sl-primary)}html[data-theme=dark] .public-profile-hero{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .public-profile-hero h1,html[data-theme=dark] .public-profile-state h2,html[data-theme=dark] .public-profile-reputation strong{color:var(--sl-text)}html[data-theme=dark] .public-profile-location,html[data-theme=dark] .public-profile-member-since,html[data-theme=dark] .public-profile-reputation span,html[data-theme=dark] .public-profile-state p{color:var(--sl-text-muted)}html[data-theme=dark] .public-profile-avatar,html[data-theme=dark] .public-profile-rank{background:var(--sl-primary-light);color:var(--sl-primary)}html[data-theme=dark] .public-profile-follow-button.following{background:var(--sl-primary-light);color:var(--sl-primary);border-color:var(--sl-border)}html[data-theme=dark] .public-profile-message-button{background:var(--sl-surface);color:var(--sl-primary);border-color:var(--sl-border)}html[data-theme=dark] .public-profile-follow-stats strong{color:var(--sl-text)}html[data-theme=dark] .public-profile-follow-stats span{color:var(--sl-text-muted)}html[data-theme=dark] .public-profile-stat-divider{background:var(--sl-border)}html[data-theme=dark] .public-profile-empty{background:var(--sl-surface-secondary);color:var(--sl-text-muted)}html[data-theme=dark] .public-profile-state{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .follow-list-eyebrow,html[data-theme=dark] .follow-list-header p,html[data-theme=dark] .follow-list-results-header,html[data-theme=dark] .follow-list-info span,html[data-theme=dark] .follow-list-info small,html[data-theme=dark] .follow-list-state p{color:var(--sl-text-muted)}html[data-theme=dark] .follow-list-header h1,html[data-theme=dark] .follow-list-state h2,html[data-theme=dark] .follow-list-info strong{color:var(--sl-text)}html[data-theme=dark] .follow-list-item{background:var(--sl-surface-secondary)}html[data-theme=dark] .follow-list-avatar{background:var(--sl-primary-light);color:var(--sl-primary)}html[data-theme=dark] .follow-list-profile-button{background:var(--sl-primary);color:#081321}html[data-theme=dark] .follow-list-profile-button:hover{background:var(--sl-primary-hover)}html[data-theme=dark] .app-guide-eyebrow,html[data-theme=dark] .app-guide-title p{color:var(--sl-text-muted)}html[data-theme=dark] .app-guide-title h1,html[data-theme=dark] .app-guide-intro h2,html[data-theme=dark] .app-guide-section-content strong,html[data-theme=dark] .app-guide-section-body h3{color:var(--sl-text)}html[data-theme=dark] .app-guide-intro,html[data-theme=dark] .app-guide-section{background:var(--sl-surface);border-color:var(--sl-border)}html[data-theme=dark] .app-guide-intro-icon,html[data-theme=dark] .app-guide-section-icon{background:var(--sl-primary-light)}html[data-theme=dark] .app-guide-section-content span,html[data-theme=dark] .app-guide-section-body,html[data-theme=dark] .app-guide-section-body p,html[data-theme=dark] .app-guide-feature-list span{color:var(--sl-text-muted)}html[data-theme=dark] .app-guide-feature-list>div{background:var(--sl-surface-secondary)}html[data-theme=dark] .app-guide-feature-list strong{color:var(--sl-text-secondary)}html[data-theme=dark] .app-guide-section-arrow{color:var(--sl-primary)}html[data-theme=dark] .update-notice-overlay{background:#020812b8}html[data-theme=dark] .update-notice-modal{background:var(--sl-surface);border:1px solid var(--sl-border)}html[data-theme=dark] .update-notice-close{color:var(--sl-text-muted)}html[data-theme=dark] .update-notice-close:hover{background:var(--sl-surface-hover)}html[data-theme=dark] .update-notice-icon{background:var(--sl-primary-light)}html[data-theme=dark] .update-notice-eyebrow,html[data-theme=dark] .update-notice-modal p{color:var(--sl-text-muted)}html[data-theme=dark] .update-notice-modal h2{color:var(--sl-text)}html[data-theme=dark] .update-notice-secondary{background:var(--sl-surface);border-color:var(--sl-border);color:var(--sl-primary)}html[data-theme=dark] .update-notice-secondary:hover{background:var(--sl-surface-hover)}html[data-theme=dark] .public-photos-page,html[data-theme=dark] .public-photos-header h1{color:var(--sl-text)}html[data-theme=dark] .public-photos-header p,html[data-theme=dark] .public-photos-eyebrow{color:var(--sl-text-muted)}html[data-theme=dark] .public-photo-card{background:var(--sl-surface);border-color:var(--sl-border);box-shadow:0 8px 24px #00000047}html[data-theme=dark] .public-photo-image-wrap{background:#111827}html[data-theme=dark] .public-photo-card-info,html[data-theme=dark] .public-photo-flight strong{color:var(--sl-text)}html[data-theme=dark] .public-photo-flight span,html[data-theme=dark] .public-photo-route,html[data-theme=dark] .public-photo-date{color:var(--sl-text-muted)}html[data-theme=dark] .public-photo-photographer{border-top-color:var(--sl-border)}html[data-theme=dark] .public-photo-avatar{background:var(--sl-primary-light);color:var(--sl-primary)}html[data-theme=dark] .public-photos-empty,html[data-theme=dark] .public-photos-loading,html[data-theme=dark] .public-photos-empty h2{color:var(--sl-text)}html[data-theme=dark] .public-photos-empty p,html[data-theme=dark] .public-photos-loading p{color:var(--sl-text-muted)}html[data-theme=dark] .public-photos-retry{background:var(--sl-primary);color:#081321}html[data-theme=dark] .public-photo-modal-content{background:#111827}html[data-theme=dark] .public-photo-modal-info{color:var(--sl-text)}html[data-theme=dark] .public-photo-modal-info p{color:var(--sl-text-muted)}html[data-theme=dark] .profile-plan{background:var(--sl-surface)}html[data-theme=dark] .profile-plan strong{color:var(--sl-text)}html[data-theme=dark] .profile-plan small,html[data-theme=dark] .profile-member-since{color:var(--sl-text-muted)}html[data-theme=dark] .app-loading{background:var(--sl-background);color:var(--sl-text)}html[data-theme=dark] .app-loading h1{color:var(--sl-text)}html[data-theme=dark] .profile-loading{color:var(--sl-text-muted)}html[data-theme=dark] .profile-loading-spinner{border-color:var(--sl-border);border-top-color:var(--sl-primary)}html[data-theme=dark] .status-badge,html[data-theme=dark] .status.open,html[data-theme=dark] .request-status.open{background:var(--sl-success-background);color:var(--sl-success)}html[data-theme=dark] .status.assigned,html[data-theme=dark] .request-status.assigned{background:var(--sl-warning-background);color:var(--sl-warning)}html[data-theme=dark] .status.completed,html[data-theme=dark] .request-status.completed{color:#60a5fa;background:#172f50}html[data-theme=dark] .request-status.expired{background:var(--sl-danger-background);color:var(--sl-danger)}html[data-theme=dark] .status-active{background:var(--sl-success-background);color:var(--sl-success)}html[data-theme=dark] .status-scheduled{color:#7db7f0;background:#172f50}html[data-theme=dark] .status-delayed{background:var(--sl-warning-background);color:var(--sl-warning)}html[data-theme=dark] .status-landed,html[data-theme=dark] .status-unknown{background:var(--sl-surface-secondary);color:var(--sl-text-muted)}html[data-theme=dark] .status-cancelled{background:var(--sl-danger-background);color:var(--sl-danger)}html[data-theme=dark] .section-title,html[data-theme=dark] .welcome-stat{color:var(--sl-text-muted)}html[data-theme=dark] .spotter-name{color:var(--sl-text-secondary)}html[data-theme=dark] .welcome-hero,html[data-theme=dark] .welcome-card,html[data-theme=dark] .community-hero,html[data-theme=dark] .community-main-hero,html[data-theme=dark] .home-hero,html[data-theme=dark] .requests-hero,html[data-theme=dark] .request-detail-hero,html[data-theme=dark] .tracking-hero,html[data-theme=dark] .home-tracking-card,html[data-theme=dark] .profile-hero,html[data-theme=dark] .notification-centre-title-row,html[data-theme=dark] .welcome-hero h1,html[data-theme=dark] .welcome-card h2,html[data-theme=dark] .community-main-hero h1,html[data-theme=dark] .requests-hero h1,html[data-theme=dark] .request-detail-heading h1,html[data-theme=dark] .tracking-hero h1,html[data-theme=dark] .home-hero h1,html[data-theme=dark] .home-tracking-card h2,html[data-theme=dark] .profile-hero h1,html[data-theme=dark] .notification-centre-title-row h1{color:#fff}html[data-theme=dark] img{color:var(--sl-text)}.conversation-list-scroll{flex-direction:column;gap:8px;max-height:225px;padding-right:4px;display:flex;overflow-y:auto}.conversation-item{box-sizing:border-box;text-align:left;cursor:pointer;background:#fff;border:1px solid #e3e9f0;border-radius:14px;align-items:center;gap:12px;width:100%;min-height:68px;padding:12px;transition:background .2s,border-color .2s,transform .15s;display:flex}.conversation-item:hover{background:#f7faff;border-color:#cbd8e8;transform:translateY(-1px)}.conversation-avatar{object-fit:cover;border-radius:50%;flex:0 0 44px;width:44px;min-width:44px;height:44px}.conversation-avatar-initial{color:#245b9d;background:#edf2f8;justify-content:center;align-items:center;font-size:17px;font-weight:700;display:flex}.conversation-info{flex:1;min-width:0}.conversation-info strong{color:#14213d;margin-bottom:3px;font-size:14px;font-weight:700;display:block}.conversation-info small{color:#748197;text-overflow:ellipsis;white-space:nowrap;font-size:13px;line-height:1.35;display:block;overflow:hidden}.conversation-time{color:#8a96a8;flex-shrink:0;align-self:flex-start;margin-top:3px;font-size:11px}.conversation-remove{color:#8a96a8;cursor:pointer;background:0 0;border:none;border-radius:50%;flex:0 0 30px;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;padding:0;font-size:20px;line-height:1;display:flex}.conversation-remove:hover{color:#14213d;background:#edf2f8}.conversation-list-scroll::-webkit-scrollbar{width:6px}.conversation-list-scroll::-webkit-scrollbar-thumb{background:#cbd8e8;border-radius:999px}@media (width<=700px){.conversation-item{min-height:64px;padding:10px}.conversation-avatar{flex-basis:40px;width:40px;min-width:40px;height:40px}}html[data-theme=dark] .conversation-item{background:#13243a;border-color:#263b56}html[data-theme=dark] .conversation-item:hover{background:#182d47;border-color:#36577c}html[data-theme=dark] .conversation-info strong{color:#f1f5fb}html[data-theme=dark] .conversation-info small{color:#a9b8ca}html[data-theme=dark] .conversation-time{color:#8fa2b8}html[data-theme=dark] .conversation-avatar-initial{color:#8fc2ff;background:#223952}html[data-theme=dark] .conversation-remove{color:#91a5bc}html[data-theme=dark] .conversation-remove:hover{color:#fff;background:#243b56}html[data-theme=dark] .conversation-list-scroll::-webkit-scrollbar-thumb{background:#3b5572}.profile-plan{gap:0!important}.profile-plan>div{margin-left:-40px!important}.profile-plan>div small{margin-left:45px;display:block}.fulfilled-requests-page{box-sizing:border-box;width:100%;max-width:1200px;margin:0 auto;padding:24px 20px 110px}.fulfilled-requests-header{color:#fff;background:linear-gradient(135deg,#036,#005fa8);border-radius:22px;margin-bottom:20px;padding:28px;box-shadow:0 10px 30px #00336626}.fulfilled-requests-header .settings-back{color:#fff;margin-bottom:24px}.fulfilled-requests-header-content{justify-content:space-between;align-items:center;gap:24px;display:flex}.fulfilled-requests-eyebrow{letter-spacing:1.5px;opacity:.75;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.fulfilled-requests-header h1{margin:0 0 8px;font-size:clamp(28px,5vw,42px);line-height:1.1}.fulfilled-requests-header p{opacity:.9;max-width:650px;margin:0;line-height:1.6}.fulfilled-requests-header-icon{background:#ffffff1f;border-radius:20px;flex:0 0 76px;justify-content:center;align-items:center;width:76px;height:76px;font-size:38px;display:flex}.fulfilled-requests-intro{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}.fulfilled-requests-stat{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e5e7eb);text-align:center;border-radius:18px;padding:20px;box-shadow:0 5px 18px #0000000d}.fulfilled-requests-stat strong{margin-bottom:7px;font-size:28px;line-height:1;display:block}.fulfilled-requests-stat span{opacity:.7;font-size:13px;display:block}.fulfilled-requests-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.fulfilled-request-card{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e5e7eb);cursor:pointer;border-radius:18px;transition:transform .2s,box-shadow .2s;overflow:hidden;box-shadow:0 7px 24px #0000000f}.fulfilled-request-card:hover{transform:translateY(-3px);box-shadow:0 12px 30px #0000001a}.fulfilled-request-image-wrap{aspect-ratio:16/10;background:#111827;width:100%;position:relative;overflow:hidden}.fulfilled-request-image{object-fit:cover;width:100%;height:100%;display:block}.fulfilled-request-badge{color:#fff;background:#10b981f2;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:700;position:absolute;top:12px;right:12px;box-shadow:0 4px 12px #0000002e}.fulfilled-request-card-info{padding:16px}.fulfilled-request-flight{justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:8px;display:flex}.fulfilled-request-flight strong{font-size:18px}.fulfilled-request-flight span{opacity:.65;font-size:13px;font-weight:600}.fulfilled-request-route{opacity:.75;margin-bottom:16px;font-size:13px}.fulfilled-request-story{border-top:1px solid var(--border-color,#e5e7eb);grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;padding-top:14px;display:grid}.fulfilled-request-story div{min-width:0}.fulfilled-request-story span,.fulfilled-request-story div>span{opacity:.6;margin-bottom:3px;font-size:11px;display:block}.fulfilled-request-story strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;display:block;overflow:hidden}.fulfilled-request-arrow{opacity:.45;font-size:18px}.fulfilled-request-date{border-top:1px solid var(--border-color,#e5e7eb);opacity:.65;margin-top:14px;padding-top:12px;font-size:12px}.fulfilled-requests-empty{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e5e7eb);text-align:center;border-radius:20px;padding:60px 24px}.fulfilled-requests-empty-icon{margin-bottom:12px;font-size:46px}.fulfilled-requests-empty h2{margin:0 0 8px}.fulfilled-requests-empty p{opacity:.7;max-width:520px;margin:0 auto 20px;line-height:1.6}.fulfilled-requests-retry{cursor:pointer;border:none;border-radius:12px;padding:11px 18px;font-weight:700}.fulfilled-request-modal{z-index:9999;background:#000000c7;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.fulfilled-request-modal-content{background:var(--card-bg,#fff);border-radius:20px;width:min(100%,1000px);max-height:calc(100vh - 40px);position:relative;overflow:auto;box-shadow:0 25px 80px #00000059}.fulfilled-request-modal-close{z-index:2;color:#fff;cursor:pointer;background:#000000a6;border:none;border-radius:50%;width:40px;height:40px;font-size:28px;line-height:1;position:absolute;top:12px;right:12px}.fulfilled-request-modal-info{padding:22px}.fulfilled-request-modal-label{letter-spacing:1px;opacity:.65;margin-bottom:8px;font-size:11px;font-weight:800;display:inline-block}.fulfilled-request-modal-info h2{margin:0 0 4px;font-size:28px}.fulfilled-request-modal-info>p{opacity:.75;margin:5px 0}.fulfilled-request-modal-story span,.fulfilled-request-modal-description span{opacity:.6;margin-bottom:4px;font-size:11px;display:block}.fulfilled-request-modal-description p{margin:0;line-height:1.6}html[data-theme=dark] .fulfilled-requests-stat,html[data-theme=dark] .fulfilled-request-card,html[data-theme=dark] .fulfilled-requests-empty,html[data-theme=dark] .fulfilled-request-modal-content{color:#f1f5f9;background:#18212b;border-color:#2c3947}html[data-theme=dark] .fulfilled-request-story,html[data-theme=dark] .fulfilled-request-date,html[data-theme=dark] .fulfilled-request-modal-description{border-color:#2c3947}html[data-theme=dark] .fulfilled-request-modal-story>div{background:#111923}html[data-theme=dark] .fulfilled-request-card:hover{box-shadow:0 12px 30px #00000059}@media (width<=800px){.fulfilled-requests-page{padding:16px 14px 100px}.fulfilled-requests-header{border-radius:18px;padding:22px}.fulfilled-requests-header-content{align-items:flex-start}.fulfilled-requests-header-icon{flex-basis:58px;width:58px;height:58px;font-size:28px}.fulfilled-requests-intro{gap:10px}.fulfilled-requests-stat{padding:16px 10px}.fulfilled-requests-stat strong{font-size:23px}.fulfilled-requests-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.fulfilled-request-card-info{padding:13px}.fulfilled-request-flight{display:block}.fulfilled-request-flight span{margin-top:3px;display:block}.fulfilled-request-story{grid-template-columns:1fr;gap:8px}.fulfilled-request-arrow{display:none}}@media (width<=520px){.fulfilled-requests-header-content{display:block}.fulfilled-requests-header-icon{display:none}.fulfilled-requests-intro{grid-template-columns:repeat(3,1fr)}.fulfilled-requests-stat span{font-size:11px}.fulfilled-requests-grid{grid-template-columns:1fr}.fulfilled-request-image-wrap{aspect-ratio:16/9}.fulfilled-request-modal{padding:8px}.fulfilled-request-modal-content{border-radius:16px;max-height:calc(100vh - 16px)}.fulfilled-request-modal-info{padding:18px}.fulfilled-request-modal-story{grid-template-columns:1fr}}.fulfilled-photos-link-card{background:var(--card-bg,#fff);border:1px solid var(--border-color,#e5e7eb);border-radius:18px;align-items:center;gap:16px;margin-bottom:24px;padding:18px 20px;display:flex;box-shadow:0 5px 18px #0000000d}.fulfilled-photos-link-icon{background:#005fa81a;border-radius:14px;flex:0 0 52px;justify-content:center;align-items:center;width:52px;height:52px;font-size:26px;display:flex}.fulfilled-photos-link-content{flex:1;min-width:0}.fulfilled-photos-link-content>span{letter-spacing:1px;opacity:.55;margin-bottom:3px;font-size:10px;font-weight:800;display:block}.fulfilled-photos-link-content h2{margin:0 0 4px;font-size:19px}.fulfilled-photos-link-content p{opacity:.7;margin:0;font-size:13px;line-height:1.45}.fulfilled-photos-link-button{color:#fff;cursor:pointer;background:#036;border:none;border-radius:11px;flex:none;padding:11px 15px;font-weight:700}.fulfilled-photos-link-button:hover{opacity:.9}html[data-theme=dark] .fulfilled-photos-link-card{color:#f1f5f9;background:#18212b;border-color:#2c3947}@media (width<=520px){.fulfilled-photos-link-card{gap:12px;padding:15px}.fulfilled-photos-link-icon{flex-basis:44px;width:44px;height:44px;font-size:22px}.fulfilled-photos-link-content p{font-size:12px}.fulfilled-photos-link-button{padding:10px 12px;font-size:12px}}.upload-photo-page{width:min(940px,100% - 32px);margin:0 auto;padding:42px 0 150px}.upload-photo-header{margin-bottom:28px}.upload-photo-back{color:#003f73;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;margin-bottom:24px;padding:0;font-size:14px;font-weight:700;display:inline-flex}.upload-photo-back:hover{text-decoration:underline}.upload-photo-eyebrow{color:#64748b;letter-spacing:1.5px;margin-bottom:8px;font-size:12px;font-weight:800;display:block}.upload-photo-header h1{color:#0b2d55;margin:0 0 8px;font-size:34px;font-weight:800;line-height:1.15}.upload-photo-header p{color:#8a9ab0;margin:0;font-size:15px;line-height:1.5}.upload-photo-content{width:100%}.upload-photo-form{flex-direction:column;gap:20px;display:flex}.upload-photo-section{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:26px;box-shadow:0 6px 20px #0f172a0d}.upload-photo-section-heading{align-items:flex-start;gap:14px;margin-bottom:22px;display:flex}.upload-photo-section-icon{background:#eaf3fb;border-radius:13px;flex:0 0 44px;justify-content:center;align-items:center;width:44px;height:44px;font-size:21px;display:flex}.upload-photo-section-heading h2{color:#0b2d55;margin:0 0 4px;font-size:19px;font-weight:800}.upload-photo-section-heading p{color:#8797ac;margin:0;font-size:13px;line-height:1.45}.upload-photo-dropzone{color:#334155;cursor:pointer;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:220px;padding:32px 20px;transition:border-color .2s,background .2s,transform .2s;display:flex}.upload-photo-dropzone:hover{background:#f1f7fc;border-color:#0b5a91}.upload-photo-dropzone:active{transform:scale(.995)}.upload-photo-dropzone-icon{margin-bottom:12px;font-size:38px}.upload-photo-dropzone strong{color:#0b2d55;margin-bottom:5px;font-size:16px}.upload-photo-dropzone span:last-child{color:#8a9ab0;font-size:13px}.upload-photo-file-input{display:none}.upload-photo-preview{background:#f8fafc;border:1px solid #dbe3ec;border-radius:16px;overflow:hidden}.upload-photo-preview img{object-fit:contain;background:#eef2f7;width:100%;max-height:460px;display:block}.upload-photo-preview-placeholder{background:#eef2f7;justify-content:center;align-items:center;min-height:220px;font-size:42px;display:flex}.upload-photo-preview-info{flex-direction:column;gap:4px;padding:14px 16px;display:flex}.upload-photo-preview-info strong{color:#0b2d55;text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.upload-photo-preview-info span{color:#8a9ab0;font-size:12px}.upload-photo-remove{color:#475569;cursor:pointer;background:#fff;border:1px solid #d7dee8;border-radius:9px;margin:0 16px 16px;padding:9px 14px;font-size:13px;font-weight:700}.upload-photo-remove:hover{background:#f8fafc}.upload-photo-field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:16px;display:grid}.upload-photo-field{flex-direction:column;gap:7px;width:100%;display:flex}.upload-photo-field>span{color:#334155;font-size:13px;font-weight:700}.upload-photo-field input,.upload-photo-field textarea{box-sizing:border-box;color:#172b4d;background:#fff;border:1px solid #d5dee9;border-radius:10px;outline:none;width:100%;padding:12px 13px;font-family:inherit;font-size:14px;transition:border-color .2s,box-shadow .2s}.upload-photo-field input{min-height:44px}.upload-photo-field textarea{resize:vertical;min-height:120px;line-height:1.5}.upload-photo-field input::placeholder,.upload-photo-field textarea::placeholder{color:#a2afbf}.upload-photo-field input:focus,.upload-photo-field textarea:focus{border-color:#0b5a91;box-shadow:0 0 0 3px #0b5a911a}.upload-photo-field small{color:#94a3b8;align-self:flex-end;margin-top:-2px;font-size:11px}.upload-photo-submit-section{text-align:center;flex-direction:column;align-items:center;padding:8px 0 20px;display:flex}.upload-photo-submit{color:#fff;cursor:pointer;background:#003f73;border:none;border-radius:11px;min-width:240px;padding:14px 24px;font-family:inherit;font-size:15px;font-weight:800;transition:background .2s,transform .2s,opacity .2s;box-shadow:0 5px 14px #003f732e}.upload-photo-submit:hover:not(:disabled){background:#005895;transform:translateY(-1px)}.upload-photo-submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.upload-photo-submit-section>p{color:#8a9ab0;max-width:520px;margin:10px 0 0;font-size:12px;line-height:1.5}.upload-photo-success{background:#f0fbf5;border:1px solid #b7e4ce;border-radius:14px;align-items:center;gap:14px;margin-bottom:20px;padding:18px 20px;display:flex}.upload-photo-success-icon{color:#fff;background:#16a765;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;font-weight:800;display:flex}.upload-photo-success>div:nth-child(2){flex:1}.upload-photo-success strong{color:#12633c;margin-bottom:3px;font-size:14px;display:block}.upload-photo-success p{color:#4b7a61;margin:0;font-size:12px}.upload-photo-success button{color:#fff;cursor:pointer;background:#12633c;border:none;border-radius:9px;padding:9px 14px;font-size:12px;font-weight:700}.upload-photo-error{background:#fff5f5;border:1px solid #f0c4c4;border-radius:14px;margin-bottom:20px;padding:16px 18px}.upload-photo-error strong{color:#a32929;margin-bottom:4px;font-size:14px;display:block}.upload-photo-error p{color:#9b4b4b;margin:0;font-size:13px;line-height:1.5}html[data-theme=dark] .upload-photo-back{color:#7db7e5}html[data-theme=dark] .upload-photo-eyebrow{color:#94a3b8}html[data-theme=dark] .upload-photo-header h1{color:#f1f5f9}html[data-theme=dark] .upload-photo-header p{color:#94a3b8}html[data-theme=dark] .upload-photo-section{background:#18212b;border-color:#2c3947;box-shadow:0 6px 20px #0000002e}html[data-theme=dark] .upload-photo-section-icon{background:#203449}html[data-theme=dark] .upload-photo-section-heading h2{color:#f1f5f9}html[data-theme=dark] .upload-photo-section-heading p{color:#94a3b8}html[data-theme=dark] .upload-photo-dropzone{color:#e2e8f0;background:#111a23;border-color:#405064}html[data-theme=dark] .upload-photo-dropzone:hover{background:#172532;border-color:#4e8fbe}html[data-theme=dark] .upload-photo-dropzone strong{color:#f1f5f9}html[data-theme=dark] .upload-photo-dropzone span:last-child{color:#94a3b8}html[data-theme=dark] .upload-photo-preview{background:#111a23;border-color:#334155}html[data-theme=dark] .upload-photo-preview img,html[data-theme=dark] .upload-photo-preview-placeholder{background:#0d151d}html[data-theme=dark] .upload-photo-preview-info strong{color:#f1f5f9}html[data-theme=dark] .upload-photo-preview-info span{color:#94a3b8}html[data-theme=dark] .upload-photo-remove{color:#dbe4ee;background:#18212b;border-color:#405064}html[data-theme=dark] .upload-photo-remove:hover{background:#202c38}html[data-theme=dark] .upload-photo-field>span{color:#dbe4ee}html[data-theme=dark] .upload-photo-field input,html[data-theme=dark] .upload-photo-field textarea{color:#f1f5f9;background:#111a23;border-color:#405064}html[data-theme=dark] .upload-photo-field input::placeholder,html[data-theme=dark] .upload-photo-field textarea::placeholder{color:#64748b}html[data-theme=dark] .upload-photo-field input:focus,html[data-theme=dark] .upload-photo-field textarea:focus{border-color:#4e8fbe;box-shadow:0 0 0 3px #4e8fbe1f}html[data-theme=dark] .upload-photo-field small{color:#64748b}html[data-theme=dark] .upload-photo-submit{background:#0b5a91}html[data-theme=dark] .upload-photo-submit:hover:not(:disabled){background:#146fa8}html[data-theme=dark] .upload-photo-submit-section>p{color:#94a3b8}html[data-theme=dark] .upload-photo-success{background:#10271c;border-color:#285c43}html[data-theme=dark] .upload-photo-success strong{color:#7ee2a9}html[data-theme=dark] .upload-photo-success p{color:#91c6a8}html[data-theme=dark] .upload-photo-error{background:#2a1717;border-color:#653737}html[data-theme=dark] .upload-photo-error strong{color:#ff9b9b}html[data-theme=dark] .upload-photo-error p{color:#d99a9a}@media (width<=700px){.upload-photo-page{width:min(100% - 24px,940px);padding:26px 0 140px}.upload-photo-header h1{font-size:29px}.upload-photo-section{border-radius:16px;padding:20px}.upload-photo-section-heading{gap:11px}.upload-photo-section-icon{flex-basis:40px;width:40px;height:40px;font-size:19px}.upload-photo-section-heading h2{font-size:17px}.upload-photo-field-grid{grid-template-columns:1fr;gap:14px}.upload-photo-dropzone{min-height:190px;padding:25px 16px}.upload-photo-preview img{max-height:350px}.upload-photo-submit{width:100%;min-width:0}.upload-photo-success{flex-wrap:wrap;align-items:flex-start}.upload-photo-success button{width:100%;margin-left:54px}}@media (width<=420px){.upload-photo-page{width:calc(100% - 20px)}.upload-photo-section{padding:17px}.upload-photo-header h1{font-size:26px}.upload-photo-header p{font-size:14px}.upload-photo-dropzone{min-height:170px}}.public-photos-header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.public-photos-upload-button{color:#fff;cursor:pointer;background:#003f73;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;margin-top:26px;padding:12px 18px;font-family:inherit;font-size:13px;font-weight:700;line-height:1;transition:background .2s,transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 5px 14px #003f7329}.public-photos-upload-button:hover{background:#005895;transform:translateY(-1px);box-shadow:0 7px 18px #003f7333}.public-photos-upload-button:active{transform:translateY(0)}html[data-theme=dark] .public-photos-upload-button{color:#fff;background:#0b5a91;box-shadow:0 5px 14px #0003}html[data-theme=dark] .public-photos-upload-button:hover{background:#146fa8}@media (width<=700px){.public-photos-header{flex-direction:column;gap:14px}.public-photos-upload-button{width:100%;margin-top:0}}.public-photo-engagement{border-top:1px solid var(--border-color,#e5e7eb);align-items:center;gap:14px;margin-top:12px;padding-top:10px;display:flex}.photo-like-button{appearance:none;border:1px solid var(--border-color,#d9e1ea);background:var(--card-bg,#fff);color:var(--text-primary,#17365d);cursor:pointer;border-radius:10px;padding:7px 12px;font-size:13px;font-weight:700;transition:all .2s}.photo-like-button:hover{border-color:#0b4f8a;transform:translateY(-1px);box-shadow:0 3px 10px #0033661f}.photo-like-button.liked{color:#d92d48;background:#fff0f2;border-color:#ffb8c0}.photo-comment-count{color:var(--text-secondary,#718096);font-size:13px;font-weight:600}.public-photo-modal{z-index:9999;background:#000000c7;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.public-photo-modal-content{background:var(--card-bg,#fff);border-radius:20px;width:min(1100px,100%);max-height:calc(100vh - 48px);position:relative;overflow-y:auto;box-shadow:0 25px 80px #00000059}.public-photo-modal-image{object-fit:contain;background:#111827;width:100%;max-height:68vh;display:block}.public-photo-modal-close{z-index:5;color:#fff;cursor:pointer;background:#0f172ad1;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:28px;line-height:1;display:flex;position:absolute;top:14px;right:14px}.public-photo-modal-close:hover{background:#0f172af2}.public-photo-modal-info{color:var(--text-primary,#17365d);padding:24px}.public-photo-modal-info>div:first-child strong{font-size:22px}.photo-owner-actions{border-top:1px solid var(--border-color,#e5e7eb);gap:10px;margin-top:18px;padding-top:16px;display:flex}.photo-owner-actions button{appearance:none;border:1px solid var(--border-color,#d9e1ea);background:var(--card-bg,#fff);color:var(--text-primary,#17365d);cursor:pointer;border-radius:9px;padding:8px 14px;font-size:13px;font-weight:700}.photo-owner-actions button:hover{background:#f3f7fb;border-color:#0b4f8a}.photo-owner-actions .photo-delete-button{color:#c62845;background:#fff7f8;border-color:#f0b7c0}.photo-owner-actions .photo-delete-button:hover{background:#fff0f2;border-color:#e58b99}.photo-edit-form{flex-direction:column;gap:14px;display:flex}.photo-edit-form h3{margin:0 0 4px;font-size:20px}.photo-edit-form label{flex-direction:column;gap:6px;font-size:13px;font-weight:700;display:flex}.photo-edit-form input,.photo-edit-form textarea{box-sizing:border-box;border:1px solid var(--border-color,#d6dee8);background:var(--input-bg,#fff);width:100%;color:var(--text-primary,#17365d);border-radius:10px;padding:10px 12px;font-family:inherit;font-size:14px}.photo-edit-form textarea{resize:vertical;min-height:110px}.photo-edit-form input:focus,.photo-edit-form textarea:focus{border-color:#0b4f8a;outline:none;box-shadow:0 0 0 3px #0b4f8a1f}.photo-edit-actions{justify-content:flex-end;gap:10px;margin-top:6px;display:flex}.photo-edit-actions button{appearance:none;border:1px solid var(--border-color,#d9e1ea);background:var(--card-bg,#fff);color:var(--text-primary,#17365d);cursor:pointer;border-radius:9px;padding:9px 16px;font-size:13px;font-weight:700}.photo-edit-actions .photo-save-button{color:#fff;background:#063f73;border-color:#063f73}.photo-edit-actions .photo-save-button:hover{background:#07518f}.photo-modal-engagement{border-top:1px solid var(--border-color,#e5e7eb);border-bottom:1px solid var(--border-color,#e5e7eb);align-items:center;margin-top:20px;padding:14px 0;display:flex}.photo-like-button.large{border-radius:10px;padding:9px 16px;font-size:14px}.photo-comments{margin-top:22px}.photo-comments-heading{align-items:center;gap:9px;margin-bottom:16px;display:flex}.photo-comments-heading h3{margin:0;font-size:19px}.photo-comments-heading>span{box-sizing:border-box;color:#174d7b;background:#eaf2f9;border-radius:999px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 6px;font-size:12px;font-weight:800;display:inline-flex}.photo-comments-loading,.photo-comments-empty{color:var(--text-secondary,#718096);margin:0 0 16px;font-size:14px}.photo-comments-list{flex-direction:column;gap:14px;display:flex}.photo-comment{background:var(--surface-bg,#f5f7fb);border-radius:12px;gap:11px;padding:12px;display:flex}.photo-comment-avatar{color:#174d7b;background:#dce8f3;border-radius:50%;flex:0 0 36px;justify-content:center;align-items:center;width:36px;height:36px;font-size:13px;font-weight:800;display:flex;overflow:hidden}.photo-comment-avatar img{object-fit:cover;width:100%;height:100%}.photo-comment-body{flex:1;min-width:0}.photo-comment-header{align-items:baseline;gap:9px;margin-bottom:4px;display:flex}.photo-comment-header strong{color:var(--text-primary,#17365d);font-size:13px}.photo-comment-header span{color:var(--text-secondary,#718096);font-size:11px}.photo-comment-body p{color:var(--text-primary,#334155);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:14px;line-height:1.5}.photo-comment-body textarea{box-sizing:border-box;resize:vertical;border:1px solid var(--border-color,#d6dee8);background:var(--input-bg,#fff);width:100%;min-height:75px;color:var(--text-primary,#17365d);border-radius:9px;padding:9px 10px;font-family:inherit;font-size:14px}.photo-comment-body textarea:focus{border-color:#0b4f8a;outline:none;box-shadow:0 0 0 3px #0b4f8a1a}.photo-comment-actions{gap:10px;margin-top:7px;display:flex}.photo-comment-actions button{appearance:none;color:#15598b;cursor:pointer;background:0 0;border:none;padding:0;font-size:12px;font-weight:700}.photo-comment-actions button:hover{text-decoration:underline}.photo-comment-form{margin-top:18px}.photo-comment-form textarea{box-sizing:border-box;resize:vertical;border:1px solid var(--border-color,#d6dee8);background:var(--input-bg,#fff);width:100%;min-height:80px;color:var(--text-primary,#17365d);border-radius:11px;padding:11px 12px;font-family:inherit;font-size:14px;display:block}.photo-comment-form textarea:focus{border-color:#0b4f8a;outline:none;box-shadow:0 0 0 3px #0b4f8a1a}.photo-comment-form-footer{justify-content:space-between;align-items:center;gap:12px;margin-top:8px;display:flex}.photo-comment-form-footer span{color:var(--text-secondary,#718096);font-size:11px}.photo-comment-form-footer button{appearance:none;color:#fff;cursor:pointer;background:#063f73;border:none;border-radius:9px;padding:9px 15px;font-size:13px;font-weight:700}.photo-comment-form-footer button:hover{background:#07518f}.photo-comment-form-footer button:disabled{opacity:.5;cursor:not-allowed}.fulfilled-request-card .public-photo-engagement{margin-top:12px}.fulfilled-request-modal{z-index:9999;background:#000000c7;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0;overflow-y:auto}.fulfilled-request-modal-content{background:var(--card-bg,#fff);border-radius:20px;width:min(1100px,100%);max-height:calc(100vh - 48px);position:relative;overflow-y:auto;box-shadow:0 25px 80px #00000059}.fulfilled-request-modal-image{object-fit:contain;background:#111827;width:100%;max-height:68vh;display:block}.fulfilled-request-modal-close{z-index:5;color:#fff;cursor:pointer;background:#0f172ad1;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:28px;line-height:1;display:flex;position:absolute;top:14px;right:14px}.fulfilled-request-modal-info{color:var(--text-primary,#17365d);padding:24px}.fulfilled-request-modal-story{grid-template-columns:1fr 1fr;gap:14px;margin-top:18px;display:grid}.fulfilled-request-modal-story>div{background:var(--surface-bg,#f5f7fb);border-radius:12px;padding:14px}.fulfilled-request-modal-story span,.fulfilled-request-modal-description>span{color:var(--text-secondary,#718096);margin-bottom:5px;font-size:11px;display:block}.fulfilled-request-modal-story strong{font-size:14px}.fulfilled-request-modal-description{border-top:1px solid var(--border-color,#e5e7eb);margin-top:18px;padding-top:16px}.fulfilled-request-modal-description p{color:var(--text-primary,#334155);margin:0;font-size:14px;line-height:1.55}html[data-theme=dark] .photo-like-button{color:#e6edf5;background:#18212b;border-color:#354454}html[data-theme=dark] .photo-like-button:hover{border-color:#4d8cc2}html[data-theme=dark] .photo-like-button.liked{color:#ff8fa0;background:#3a2027;border-color:#74404a}html[data-theme=dark] .photo-comment{background:#18212b}html[data-theme=dark] .photo-comments-heading>span{color:#9fc8ea;background:#24384b}html[data-theme=dark] .photo-owner-actions button,html[data-theme=dark] .photo-edit-actions button{color:#e6edf5;background:#18212b;border-color:#354454}html[data-theme=dark] .photo-owner-actions button:hover,html[data-theme=dark] .photo-edit-actions button:hover{background:#22303d}html[data-theme=dark] .photo-owner-actions .photo-delete-button{color:#ff9aa9;background:#321f24;border-color:#673b43}html[data-theme=dark] .photo-edit-form input,html[data-theme=dark] .photo-edit-form textarea,html[data-theme=dark] .photo-comment-body textarea,html[data-theme=dark] .photo-comment-form textarea{color:#edf3f8;background:#111a23;border-color:#354454}html[data-theme=dark] .photo-comment-body p,html[data-theme=dark] .fulfilled-request-modal-description p{color:#d8e1e9}html[data-theme=dark] .photo-comment-header strong{color:#edf3f8}html[data-theme=dark] .photo-comment-actions button{color:#8ec5ed}html[data-theme=dark] .photo-modal-engagement,html[data-theme=dark] .public-photo-engagement{border-color:#2f3d4b}@media (width<=700px){.public-photo-modal,.fulfilled-request-modal{align-items:flex-start;padding:0}.public-photo-modal-content,.fulfilled-request-modal-content{border-radius:0;width:100%;min-height:100vh;max-height:100vh}.public-photo-modal-image,.fulfilled-request-modal-image{max-height:55vh}.public-photo-modal-info,.fulfilled-request-modal-info{padding:18px}.photo-owner-actions{flex-wrap:wrap}.photo-owner-actions button{flex:1}.fulfilled-request-modal-story{grid-template-columns:1fr}.photo-comment-form-footer{align-items:flex-end}.photo-comment-form-footer button{white-space:nowrap}}.update-notice-list{text-align:left;flex-direction:column;gap:8px;margin:18px 0;padding-left:0;list-style:none;display:flex}.update-notice-list li{color:var(--text-primary,#17365d);font-size:14px;line-height:1.45}html[data-theme=dark] .update-notice-list li{color:#e6edf5}
