.topbar { height: var(--nav-h); position: sticky; top: 0; z-index: 90; border-bottom: 1px solid var(--line); background: rgba(13,14,17,.82); backdrop-filter: blur(20px); }
.nav-inner { height: 100%; display: grid; grid-template-columns: auto minmax(250px,520px) auto; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; }
.logo img { display:block; width:155px; height:32px; object-fit:contain; object-position:left center; }
.logo-symbol { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; background: var(--accent); color: #0b1422; font-size: .92rem; }
.nav-search { position: relative; }
.search-box { position: relative; }
.search-box svg { position: absolute; left: 14px; top: 50%; transform: translateY(-50%); color: var(--muted); }
.search-box .input { padding-left: 42px; background: rgba(255,255,255,.04); border-color: transparent; }
.search-box .input:focus { background: #111318; }
.search-results { position: absolute; top: calc(100% + 10px); inset-inline: 0; padding: 10px; border: 1px solid var(--line-strong); border-radius: 14px; background: #171a20; box-shadow: var(--shadow); animation: page-in .18s ease; }
.search-group-label { padding: 7px 10px 4px; color: var(--muted-2); font-size: .67rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.search-result { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 9px; }
.search-result:hover,.search-result.active { background: rgba(255,255,255,.055); }
.search-result strong { display: block; font-size: .84rem; }.search-result span { display: block; color: var(--muted); font-size: .72rem; }
.nav-actions { display: flex; align-items: center; justify-content: flex-end; gap: 4px; }
.nav-link { padding: 9px 10px; border-radius: 9px; color: #b4b9c3; font-size: .84rem; font-weight: 650; white-space: nowrap; }
.nav-link:hover,.nav-link.active { color: var(--text); background: rgba(255,255,255,.05); }
.notification-button { position: relative; }
.spotmapa-button { overflow: hidden; }
.spotmapa-button img { display: block; width: 24px; height: 24px; border-radius: 50%; object-fit: cover; }
.notification-dot { position: absolute; top: 7px; right: 7px; min-width: 15px; height: 15px; padding: 0 3px; display: grid; place-items: center; border: 2px solid var(--bg); border-radius: 99px; background: var(--accent); color: #0c1420; font-size: .56rem; font-weight: 900; }
.account { position: relative; margin-left: 4px; }
.account-trigger { border: 0; background: transparent; padding: 0; cursor: pointer; }
.account-menu { position: absolute; top: calc(100% + 12px); right: 0; width: 224px; padding: 8px; border: 1px solid var(--line-strong); border-radius: 14px; background: #171a20; box-shadow: var(--shadow); animation: page-in .18s; }
.account-head { padding: 10px 10px 12px; border-bottom: 1px solid var(--line); margin-bottom: 6px; }
.account-head strong,.account-head span { display: block; }.account-head span { color: var(--muted); font-size: .74rem; }
.menu-item { width: 100%; display: flex; align-items: center; gap: 10px; padding: 9px 10px; border: 0; border-radius: 9px; background: transparent; color: #c7cbd3; text-align: left; font-size: .83rem; cursor: pointer; }
.menu-item:hover { background: rgba(255,255,255,.05); color: white; }

.mobile-nav { display: none; }

.landing-nav { position: absolute; top: 0; z-index: 5; width: 100%; height: 78px; border-bottom: 1px solid rgba(255,255,255,.08); }
.landing-nav .nav-inner { display: flex; justify-content: space-between; }
.landing-hero { min-height: min(880px,100svh); position: relative; display: grid; align-items: center; overflow: hidden; background: #090b0e; }
.landing-hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 72% 35%,rgba(91,137,216,.12),transparent 32%),linear-gradient(135deg,#0b0d11 0%,#101621 55%,#0b0d11 100%); }
.hero-copy { position: relative; z-index: 1; max-width: 680px; padding-top: 60px; }
.hero-copy h1 { font-size: clamp(4rem,10vw,8rem); margin-bottom: 10px; letter-spacing: -.075em; }
.hero-copy h2 { max-width: 620px; margin-bottom: 18px; font-size: clamp(1.6rem,3.3vw,2.6rem); font-weight: 520; letter-spacing: -.035em; }
.hero-copy p { max-width: 610px; font-size: clamp(.98rem,1.4vw,1.12rem); color: #adb4c0; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.hero-actions .btn { min-height: 50px; padding-inline: 22px; }
.hero-note { display: flex; gap: 18px; align-items: center; margin-top: 25px; color: #7d8490; font-size: .77rem; }
.avatar-stack { display: flex; }.avatar-stack .avatar { margin-right: -8px; border: 2px solid #0d0e11; }
.landing-content { padding: 90px 0; }
.landing-stats { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; }
.landing-stat { padding: 26px; border-right: 1px solid var(--line); }.landing-stat:last-child { border: 0; }
.landing-stat strong { display: block; font-size: 1.75rem; letter-spacing: -.04em; }.landing-stat span { color: var(--muted); font-size: .8rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 60px; }
.feature { padding: 27px; }.feature-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 22px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); }
.feature p { font-size: .88rem; margin-bottom: 0; }
.aircraft-preview { margin-top: 90px; }

.auth-layout { min-height: 100svh; display: grid; grid-template-columns: 1fr; }
.auth-panel { display: grid; place-items: center; padding: 38px; }
.auth-wrap { width: min(460px,100%); }
.auth-wrap .logo { margin-bottom: 55px; }.auth-wrap h1 { font-size: 2.4rem; margin-bottom: 10px; }.auth-wrap > p { margin-bottom: 30px; }
.auth-form { display: grid; gap: 17px; }.auth-form .btn-primary { margin-top: 6px; }
.auth-foot { margin-top: 26px; text-align: center; font-size: .86rem; color: var(--muted); }.text-link { color: var(--accent-bright); font-weight: 670; }
.auth-legal { margin:16px 0 0!important; color:var(--muted); text-align:center; font-size:.72rem; line-height:1.5; }
.registration-mode-note { display:flex; align-items:flex-start; gap:12px; margin:-12px 0 22px; padding:14px; border:1px solid rgba(106,151,228,.2); border-radius:12px; background:rgba(106,151,228,.055); }.registration-mode-note > svg { width:21px; height:21px; flex:0 0 21px; color:var(--accent); }.registration-mode-note span,.registration-mode-note strong,.registration-mode-note small { display:block; }.registration-mode-note strong { font-size:.82rem; }.registration-mode-note small { margin-top:3px; color:var(--muted); font-size:.72rem; line-height:1.45; }
.verification-code { height:58px; text-align:center; letter-spacing:.42em; font-size:1.45rem; font-weight:800; font-variant-numeric:tabular-nums; }
.legal-layout { min-height:100svh; padding:34px 0 70px; background:radial-gradient(circle at 50% 0,rgba(106,151,228,.09),transparent 32%); }.legal-container { width:min(860px,calc(100% - 32px)); }.legal-top { display:flex; align-items:center; justify-content:space-between; margin-bottom:28px; }.legal-card { padding:clamp(24px,5vw,52px); }.legal-card h1 { margin:9px 0 22px; font-size:clamp(2rem,5vw,3.25rem); }.legal-card h2 { margin:30px 0 8px; font-size:1.15rem; }.legal-card p { line-height:1.75; }
.pending-box { text-align: center; }.pending-icon { width: 76px; height: 76px; display: grid; place-items: center; margin: 0 auto 25px; border-radius: 22px; color: var(--warning); background: rgba(232,186,107,.09); font-size: 2rem; }

.welcome { position: relative; overflow: hidden; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(110deg,rgba(106,151,228,.12),rgba(19,21,26,.7)); }
.welcome::after { content: ""; position: absolute; width: 300px; height: 300px; right: -120px; top: -180px; border: 1px solid rgba(106,151,228,.18); border-radius: 50%; box-shadow: 0 0 0 45px rgba(106,151,228,.03),0 0 0 90px rgba(106,151,228,.02); }
.welcome h1 { position: relative; z-index: 1; margin-bottom: 7px; font-size: clamp(1.8rem,4vw,2.7rem); }.welcome p { position: relative; z-index: 1; margin: 0; }
.stats-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; margin-top: 18px; }
.stat-card { padding: 19px; }.stat-card-top { display: flex; justify-content: space-between; align-items: flex-start; }
.stat-icon { width: 42px; height: 42px; display: grid; place-items: center; border:1px solid rgba(106,151,228,.13); border-radius: 12px; color:#8bb8ff; background:linear-gradient(145deg,rgba(106,151,228,.18),rgba(106,151,228,.08)); }.stat-icon svg { display:block; width:25px; height:25px; stroke-width:1.75; }
.stat-value { display: block; margin-top: 17px; font-size: 1.6rem; font-weight: 780; letter-spacing: -.04em; }.stat-label { color: var(--muted); font-size: .76rem; }
.collection-progress { margin-top: 18px; padding: 20px 22px; }
.collection-progress-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }.collection-progress-grid .collection-progress { margin-top:18px; }.show-progress .progress-fill { background:linear-gradient(90deg,#8e7cff,#6a97e4); }.page-head-actions { display:flex; align-items:center; justify-content:flex-end; gap:9px; flex-wrap:wrap; }.collection-switcher { display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:15px; }.collection-switch { appearance:none; display:grid; gap:5px; padding:17px 19px; color:var(--muted); background:var(--surface); text-align:left; cursor:pointer; transition:border-color .18s,background .18s,transform .18s; }.collection-switch:hover { transform:translateY(-1px); border-color:var(--line-strong); }.collection-switch.active { color:var(--text); border-color:rgba(106,151,228,.38); background:linear-gradient(145deg,rgba(106,151,228,.09),var(--surface)); }.collection-switch.show.active { border-color:rgba(142,124,255,.42); background:linear-gradient(145deg,rgba(142,124,255,.1),var(--surface)); }.collection-switch > span { display:flex; align-items:center; gap:7px; font-size:.76rem; font-weight:700; }.collection-switch > span svg { width:16px; height:16px; color:#a99cff; }.collection-switch strong { font-size:1.35rem; }.collection-switch small { color:var(--muted); font-size:.69rem; }
.progress-head { display: flex; justify-content: space-between; gap: 12px; margin-bottom: 11px; font-size: .84rem; }.progress-head span:last-child { color: var(--accent-bright); font-weight: 760; }
.progress-track { height: 6px; overflow: hidden; border-radius: 99px; background: rgba(255,255,255,.07); }.progress-fill { height: 100%; border-radius: inherit; background: var(--accent); transform-origin: left; animation: grow .8s ease both; }
@keyframes grow { from { transform: scaleX(0); } }
.dashboard-grid { display: grid; grid-template-columns: minmax(0,1.65fr) minmax(280px,.75fr); gap: 34px; }
.activity-list { display: grid; gap: 9px; }
.activity-item { display: flex; align-items: center; gap: 13px; padding: 12px; border: 1px solid var(--line); border-radius: 12px; }
.activity-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 10px; color: var(--success); background: rgba(100,214,164,.08); }
.activity-copy { min-width: 0; flex: 1; }.activity-copy strong,.activity-copy span { display: block; }.activity-copy strong { font-size: .85rem; }.activity-copy span { color: var(--muted); font-size: .74rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.month-chart { height: 164px; display: grid; grid-template-columns: repeat(14,minmax(12px,1fr)); align-items: stretch; gap: 7px; padding-top: 9px; }.chart-column { min-width:0; display:grid; grid-template-rows:1fr auto; gap:7px; height:100%; text-align:center; color:var(--muted); font-size:.63rem; }.chart-bar-area { min-height:0; display:flex; flex-direction:column; justify-content:flex-end; align-items:center; gap:5px; }.chart-value { min-height:13px; color:#cbd2df; font-size:.62rem; line-height:1; }.chart-bar { width:min(100%,28px); min-height:2px; border-radius:6px 6px 2px 2px; background:linear-gradient(180deg,#80aff8,var(--accent)); box-shadow:0 0 14px rgba(106,151,228,.12); }.chart-bar.is-empty { background:var(--line-strong); box-shadow:none; opacity:.7; }

.aircraft-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.aircraft-card { overflow: hidden; transition: transform .22s,border-color .22s,box-shadow .22s; }.aircraft-card:hover { transform: translateY(-4px); border-color: rgba(106,151,228,.35); box-shadow: 0 22px 45px rgba(0,0,0,.25); }
.aircraft-image { position: relative; aspect-ratio: 16/9; overflow: hidden; background: #555b63; }.aircraft-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }.aircraft-card:hover .aircraft-image img { transform: scale(1.035); }
.aircraft-image::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent,rgba(13,14,17,.82)); }
.aircraft-status { position: absolute; z-index: 1; left: 12px; bottom: 11px; }
.aircraft-body { padding: 17px; }.aircraft-body h3 { margin-bottom: 4px; }.aircraft-model { color: var(--muted); font-size: .78rem; }
.aircraft-meta { display: flex; justify-content: space-between; gap: 8px; align-items: center; margin-top: 16px; }.aircraft-meta span { color: var(--muted); font-size: .72rem; }
.filters { display: flex; align-items: center; gap: 10px; padding: 12px; margin-bottom: 20px; position: sticky; top: calc(var(--nav-h) + 10px); z-index: 20; background: rgba(19,21,26,.94); backdrop-filter: blur(16px); }
.filter-tabs { display: flex; gap: 5px; flex: 1; }.filter-tab { min-height: 38px; padding: 0 13px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); cursor: pointer; font-size: .81rem; font-weight: 650; }.filter-tab.active,.filter-tab:hover { color: var(--text); background: rgba(255,255,255,.06); }
.filters .select { width: auto; min-height: 38px; font-size: .8rem; }
.results-count { margin: 0 0 13px; color: var(--muted); font-size: .78rem; }

.detail-hero { position: relative; min-height: 540px; display: grid; align-items: end; overflow: hidden; border-bottom: 1px solid var(--line); }.detail-hero.no-image { background: #555b63; }
.detail-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,#0d0e11 5%,rgba(13,14,17,.25) 72%),linear-gradient(90deg,rgba(13,14,17,.65),transparent); }
.detail-hero > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.detail-content { position: relative; z-index: 1; padding-bottom: 48px; }.breadcrumbs { display: flex; align-items: center; gap: 7px; margin-bottom: 22px; color: #a2a8b1; font-size: .77rem; }.breadcrumbs svg { width: 13px; }
.detail-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; }.detail-title h1 { max-width: 780px; margin-bottom: 8px; }.detail-title p { margin: 0; color: #c0c5ce; }
.detail-layout { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(300px,.72fr); gap: 40px; padding-top: 42px; }
.detail-copy p { font-size: 1rem; line-height: 1.8; }.facts { display: grid; grid-template-columns: repeat(2,1fr); gap: 12px; margin-top: 24px; }.fact { padding: 17px; }.fact span { display: block; color: var(--muted); font-size: .72rem; }.fact strong { display: block; margin-top: 5px; font-size: .9rem; }
.spec-card { padding: 23px; position: sticky; top: calc(var(--nav-h) + 24px); }.spec-row { padding: 13px 0; border-bottom: 1px solid var(--line); }.spec-row:last-child { border: 0; }.spec-row span,.spec-row strong { display: block; }.spec-row span { color: var(--muted); font-size: .71rem; }.spec-row strong { margin-top: 3px; font-size: .88rem; }

.photo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.photo-card { overflow: hidden; }.photo-card-head { display: flex; align-items: center; gap: 10px; padding: 13px; }.photo-card-head div { min-width: 0; flex: 1; }.photo-card-head strong,.photo-card-head span { display: block; }.photo-card-head strong { font-size: .82rem; }.photo-card-head span { color: var(--muted); font-size: .7rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.photo-media { position: relative; aspect-ratio: 4/3; overflow: hidden; cursor: zoom-in; background: #111318; }.photo-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }.photo-media:hover img { transform: scale(1.025); }
.photo-actions { display: flex; align-items: center; gap: 4px; padding: 10px 12px 7px; }.photo-action { min-height: 34px; display: inline-flex; align-items: center; gap: 6px; border: 0; border-radius: 9px; background: transparent; color: var(--muted); cursor: pointer; }.photo-action:hover { color: var(--text); background: rgba(255,255,255,.04); }.photo-action.liked { color: var(--danger); }.photo-action.liked svg { fill: currentColor; animation: heart .35s ease; }.favorite-action { margin-left: auto; }.favorite-action.active { color: var(--accent); }.favorite-action.active svg { fill: currentColor; }
.superlike-action { color:#9a84d8; }.superlike-action.active { color:#ffd873; background:rgba(255,216,115,.08); }.superlike-action.active svg { fill:rgba(255,216,115,.28); filter:drop-shadow(0 0 5px rgba(255,216,115,.7)); }.superlike-readonly { cursor:help; opacity:.82; }
@keyframes heart { 50% { transform: scale(1.35) rotate(-5deg); } }
.photo-copy { padding: 0 13px 14px; }.photo-copy p { margin: 0 0 6px; color: #c7cbd2; font-size: .82rem; }.photo-copy span { color: var(--muted); font-size: .72rem; }

.ranking-tabs { display: flex; gap: 6px; overflow-x: auto; margin-bottom: 24px; scrollbar-width: none; }.ranking-tabs::-webkit-scrollbar { display: none; }
.podium { display: grid; grid-template-columns: repeat(3,1fr); gap: 15px; margin-bottom: 28px; }.podium-card { position: relative; min-height: 205px; padding: 26px; overflow: hidden; text-align: center; }.podium-card:first-child { grid-column: 2; grid-row: 1; background: linear-gradient(145deg,rgba(106,151,228,.14),rgba(19,21,26,.8)); border-color: rgba(106,151,228,.35); transform: translateY(-8px); }.podium-card:nth-child(2) { grid-column: 1; grid-row: 1; }.podium-card:nth-child(3) { grid-column: 3; grid-row: 1; }.podium-rank { position: absolute; top: 14px; left: 15px; color: var(--muted); font-weight: 850; }.podium .avatar { margin: 4px auto 12px; }.podium strong,.podium span { display: block; }.podium strong { font-size: 1rem; }.podium-value { margin-top: 12px; color: var(--accent-bright); font-size: 1.4rem; font-weight: 800; }
.table-wrap { overflow-x: auto; }.table { width: 100%; border-collapse: collapse; }.table th { padding: 12px 16px; color: var(--muted-2); font-size: .68rem; letter-spacing: .1em; text-align: left; text-transform: uppercase; border-bottom: 1px solid var(--line); }.table td { padding: 14px 16px; border-bottom: 1px solid var(--line); font-size: .84rem; }.table tr:last-child td { border: 0; }.table-user { display: flex; align-items: center; gap: 10px; }.rank-number { color: var(--muted); font-weight: 720; }.metric-value { color: var(--accent-bright); font-weight: 760; }

.profile-head { display: flex; align-items: center; gap: 23px; padding: 28px; }.profile-main { min-width: 0; flex: 1; }.profile-main h1 { margin-bottom: 2px; font-size: 2rem; }.profile-main p { margin: 8px 0 0; max-width: 560px; }.profile-meta { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-size: .76rem; }.profile-actions { display: flex; gap: 8px; }
.profile-stats { display: grid; grid-template-columns: repeat(6,1fr); margin-top: 14px; overflow: hidden; }.profile-stat { padding: 17px; text-align: center; border-right: 1px solid var(--line); }.profile-stat:last-child { border: 0; }.profile-stat strong,.profile-stat span { display: block; }.profile-stat strong { font-size: 1.3rem; }.profile-stat span { color: var(--muted); font-size: .69rem; }
.tabs { display: flex; gap: 5px; margin: 30px 0 18px; border-bottom: 1px solid var(--line); }.tab { position: relative; padding: 12px 15px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-weight: 680; font-size: .84rem; }.tab.active { color: var(--text); }.tab.active::after { content: ""; position: absolute; bottom: -1px; left: 12px; right: 12px; height: 2px; background: var(--accent); }
.achievement-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.achievement { display: flex; align-items: center; gap: 16px; min-height:96px; padding: 18px; }.achievement-icon { width: 50px; height: 50px; flex: 0 0 50px; border-radius: 14px; color:#ffd873; background:linear-gradient(145deg,rgba(255,216,115,.15),rgba(106,151,228,.08)); border:1px solid rgba(255,216,115,.16); }.achievement strong,.achievement span { display: block; }.achievement .achievement-icon { display:grid; place-items:center; color:#ffd873; line-height:0; }.achievement .achievement-icon svg { display:block; width:25px; height:25px; margin:0; }.achievement strong { font-size: .88rem; margin-bottom:4px; }.achievement span { color: var(--muted); font-size: .73rem; line-height:1.35; }

.notification-list { display: grid; gap: 8px; }.notification { display: flex; align-items: center; gap: 14px; padding: 15px; transition: background .2s; }.notification.unread { background: rgba(106,151,228,.055); border-color: rgba(106,151,228,.18); }.notification-icon { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--accent); background: var(--accent-soft); }.notification-copy { flex: 1; }.notification-copy p { margin: 0; color: #d8dbe1; font-size: .85rem; }.notification-copy time { color: var(--muted); font-size: .71rem; }

.admin-shell { display: grid; grid-template-columns: 230px minmax(0,1fr); min-height: calc(100vh - var(--nav-h)); }.admin-sidebar { padding: 27px 16px; border-right: 1px solid var(--line); background: #101216; }.admin-sidebar h3 { padding-inline: 11px; margin-bottom: 18px; font-size: .75rem; color: var(--muted); text-transform: uppercase; letter-spacing: .1em; }.admin-nav { display: grid; gap: 3px; }.admin-link { display: flex; align-items: center; gap: 10px; padding: 10px 11px; border-radius: 9px; color: var(--muted); font-size: .82rem; }.admin-link:hover,.admin-link.active { color: var(--text); background: rgba(255,255,255,.055); }.admin-content { width: min(1100px,calc(100% - 48px)); margin: 0 auto; padding: 34px 0 80px; }
.admin-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }.admin-stat { padding: 20px; }.admin-stat span { color: var(--muted); font-size: .75rem; }.admin-stat strong { display: block; margin-top: 6px; font-size: 1.65rem; }.admin-layout { display: grid; grid-template-columns: 1.4fr .8fr; align-items:start; gap: 20px; margin-top: 24px; }.admin-chart-panel { min-height:244px; }.admin-chart-panel .section-head { align-items:flex-start; }.admin-chart-panel .section-head p { margin:3px 0 0; font-size:.72rem; }.chart-total { display:grid; min-width:38px; height:38px; place-items:center; border-radius:10px; color:var(--accent); background:var(--accent-soft); font-size:1rem; }.admin-actions { display: flex; gap: 6px; flex-wrap: wrap; }
.admin-photo { display: flex; align-items: center; gap: 12px; min-width:230px; }.admin-photo img { width: 76px; height: 54px; object-fit: cover; border-radius: 8px; }.admin-photo div span { display: block; }.admin-photo-copy { min-width:0; max-width:260px; }.admin-photo-description { margin-top:4px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }.photo-rejection-reason { display:block; max-width:220px; margin-top:7px; color:#f0a0a7; font-size:.7rem; line-height:1.35; }.admin-photo-preview { margin-bottom:18px; overflow:hidden; border:1px solid var(--line); border-radius:12px; background:#0d0f13; }.admin-photo-preview img { display:block; width:100%; max-height:260px; object-fit:contain; }
.request-details { max-width:300px; margin:8px 0 0; color:#cfd4de; font-size:.76rem; line-height:1.45; white-space:pre-wrap; }.request-admin-note { display:block; max-width:300px; margin-top:8px; color:#8bb8ff; font-size:.7rem; line-height:1.4; }.request-review-summary { display:grid; gap:5px; margin-bottom:18px; padding:16px; border:1px solid var(--line); border-radius:12px; background:#0f1115; }.request-review-summary span { color:var(--muted); font-size:.74rem; }.request-review-summary p { margin:7px 0 0; color:#d7dae0; font-size:.82rem; white-space:pre-wrap; }
.admin-user .avatar { width:38px; height:38px; }.admin-user-copy { display:grid; gap:7px; }.admin-user-copy > strong { line-height:1; }.admin-role-controls { display:grid; gap:8px; min-width:170px; margin-top:7px; }.admin-role-controls .select { width:100%; min-height:34px; }.admin-premium-toggle { width:max-content; color:#ffd873; }.premium-settings { display:grid; gap:16px; margin:4px 0; padding:20px; border:1px solid rgba(255,216,115,.2); border-radius:14px; background:linear-gradient(145deg,rgba(255,216,115,.055),rgba(106,151,228,.035)); }.premium-settings h3 { margin-bottom:4px; }.premium-preview { padding:12px; border-radius:10px; background:#0d0f13; text-align:center; }
.settings-section { display:grid; gap:15px; padding-bottom:23px; border-bottom:1px solid var(--line); }.registration-mode-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }.registration-choice { position:relative; display:block; cursor:pointer; }.registration-choice input { position:absolute; opacity:0; pointer-events:none; }.registration-choice > span { min-height:130px; display:grid; grid-template-columns:auto 1fr; align-content:start; gap:7px 10px; padding:17px; border:1px solid var(--line); border-radius:13px; background:#101216; transition:border-color .18s,background .18s; }.registration-choice svg { width:22px; height:22px; grid-row:1 / span 2; color:var(--muted); }.registration-choice strong,.registration-choice small { display:block; }.registration-choice strong { font-size:.84rem; }.registration-choice small { color:var(--muted); font-size:.72rem; line-height:1.45; }.registration-choice:hover > span,.registration-choice.active > span,.registration-choice:has(input:checked) > span { border-color:rgba(106,151,228,.45); background:rgba(106,151,228,.07); }.registration-choice:has(input:checked) svg { color:var(--accent); }

.modal-backdrop { position: fixed; inset: 0; z-index: 500; display: grid; place-items: center; padding: 20px; background: rgba(4,5,7,.78); backdrop-filter: blur(9px); }
.modal { width: min(660px,100%); max-height: calc(100vh - 40px); overflow-y: auto; border: 1px solid var(--line-strong); border-radius: 20px; background: #15181e; box-shadow: var(--shadow); animation: modal-in .23s ease both; }.modal-head { position: sticky; top: 0; z-index: 2; display: flex; align-items: flex-start; justify-content: space-between; gap: 15px; padding: 21px 23px; border-bottom: 1px solid var(--line); background: rgba(21,24,30,.94); backdrop-filter: blur(12px); }.modal-head h2 { margin-bottom: 4px; font-size: 1.3rem; }.modal-head p { margin: 0; font-size: .78rem; }.modal-body { padding: 23px; }.modal-actions { display: flex; justify-content: flex-end; gap: 9px; margin-top: 23px; }
.dropzone { min-height: 190px; display: grid; place-items: center; padding: 18px; border: 1px dashed rgba(106,151,228,.34); border-radius: 14px; background: rgba(106,151,228,.035); text-align: center; cursor: pointer; overflow: hidden; }.dropzone.drag { background: rgba(106,151,228,.1); border-color: var(--accent); }.dropzone svg { width: 30px; height: 30px; margin-bottom: 10px; color: var(--accent); }.dropzone strong,.dropzone span { display: block; }.dropzone span { margin-top: 4px; color: var(--muted); font-size: .75rem; }.dropzone img { width: 100%; max-height: 340px; object-fit: contain; border-radius: 10px; }
.lightbox { position: fixed; inset: 0; z-index: 600; display: grid; grid-template-columns: minmax(0,1fr) 350px; background: rgba(4,5,7,.96); }.lightbox-media { display: grid; place-items: center; padding: 30px; }.lightbox-media img { max-height: calc(100vh - 60px); object-fit: contain; }.lightbox-side { padding: 28px; border-left: 1px solid var(--line); background: #121419; }.lightbox-close { position: fixed; top: 18px; right: 18px; z-index: 2; }
.comments { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); }.comments h3 { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; font-size:1rem; }.comments h3 span { display:grid; min-width:24px; height:24px; place-items:center; padding:0 7px; border-radius:999px; color:var(--muted); background:var(--surface-2); font-size:.72rem; }.comments-list { display:grid; gap:4px; max-height:360px; overflow-y:auto; padding-right:3px; }.comment-thread { min-width:0; }.comment { position:relative; display:flex; align-items:flex-start; gap:9px; padding:10px 42px 10px 0; border-bottom:1px solid rgba(255,255,255,.055); }.comment > div { min-width:0; }.comment .avatar-sm { width:30px; height:30px; flex:0 0 30px; }.comment-copy { width:100%; padding-top:1px; }.comment strong,.comment span { font-size:.72rem; }.comment p { margin:4px 0 5px; color:#d7dae0; font-size:.82rem; line-height:1.45; white-space:pre-wrap; }.comment span { color:var(--muted); }.comment-footer { display:flex; align-items:center; justify-content:space-between; gap:10px; min-height:25px; }.comment-actions { display:inline-flex; align-items:center; gap:2px; }.comment-reply,.comment-like,.comment-like-count { display:inline-flex; align-items:center; gap:5px; }.comment-reply,.comment-like { padding:4px 7px; border:0; border-radius:7px; color:var(--muted); background:transparent; cursor:pointer; transition:color .18s,background .18s,transform .18s; }.comment-reply:hover { color:var(--accent-bright); background:rgba(106,151,228,.1); }.comment-like:hover { color:#f0a0a7; background:rgba(237,123,131,.08); }.comment-like.liked { color:var(--danger); }.comment-like:active,.comment-reply:active { transform:scale(.94); }.comment-reply svg,.comment-like svg,.comment-like-count svg { width:14px; height:14px; }.comment-like.liked svg { fill:currentColor; }.comment-children { margin-left:20px; padding-left:12px; border-left:2px solid rgba(106,151,228,.23); }.comment-children .comment { padding-top:8px; }.comment-delete { position:absolute; top:10px; right:0; display:grid; width:30px; height:30px; place-items:center; padding:0; border:1px solid rgba(237,123,131,.28); border-radius:8px; color:var(--danger); background:rgba(237,123,131,.07); cursor:pointer; transition:background .18s,border-color .18s,transform .18s; }.comment-delete:hover { border-color:var(--danger); background:rgba(237,123,131,.16); transform:translateY(-1px); }.comment-delete svg { width:14px; height:14px; }.comment-form,.comment-reply-form { display:grid; gap:9px; margin-top:15px; }.comment-form .textarea,.comment-reply-form .textarea { min-height:76px; resize:vertical; }.comment-form .btn { width:100%; }.comment-reply-form .textarea { min-height:62px; }.comment-reply-form > div { display:flex; gap:8px; }
.activity-summary { display:grid; gap:4px; }.activity-summary strong { font-size:2.1rem; line-height:1; color:var(--accent); }.activity-summary > span { color:var(--text); font-size:.85rem; }.activity-summary small { margin-top:5px; color:var(--muted); font-size:.72rem; }
.side-number-progress { display:grid; gap:8px; padding-top:12px; }.side-number-progress .progress-track { height:6px; }
.side-numbers-row { display:grid; gap:9px; }.side-number-list { display:flex; flex-wrap:wrap; gap:6px; margin-top:2px; }.side-number-list .side-number-chip { display:inline-flex; align-items:center; justify-content:center; gap:4px; min-height:27px; padding:4px 8px; border:1px solid var(--line-strong); border-radius:7px; color:var(--muted); background:rgba(255,255,255,.025); font-size:.75rem; font-weight:720; line-height:1; white-space:nowrap; }.side-number-list .side-number-chip.collected { border-color:rgba(78,190,135,.48); color:#9be0bb; background:rgba(78,190,135,.13); }.side-number-list .side-number-chip svg { display:block; flex:0 0 13px; width:13px; height:13px; stroke-width:3; }

@media (max-width: 1080px) {
  .nav-inner { grid-template-columns: auto 1fr auto; gap: 14px; }.nav-link { display: none; }
  .aircraft-grid,.photo-grid { grid-template-columns: repeat(2,1fr); }.stats-grid { grid-template-columns: repeat(3,1fr); }
  .dashboard-grid,.detail-layout { grid-template-columns: 1fr; }.spec-card { position: static; }.admin-layout { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  :root { --nav-h: 62px; }
  .topbar { height:auto; }.nav-inner { min-height:var(--nav-h); height:auto; grid-template-columns:auto 1fr auto; grid-template-areas:"logo . actions" "search search search"; gap:8px 12px; padding:10px 0; }.nav-inner > .logo { grid-area:logo; }.topbar .nav-search { display:block; grid-area:search; width:100%; }.nav-actions { grid-area:actions; justify-self:end; }.nav-actions > .btn-icon:not(.notification-button):not(.spotmapa-button) { display:none; }
  .mobile-nav { position: fixed; z-index: 95; left: 0; right: 0; bottom: 0; height: calc(70px + env(safe-area-inset-bottom)); padding: 7px 10px env(safe-area-inset-bottom); display: grid; grid-template-columns: repeat(5,1fr); border-top: 1px solid var(--line); background: rgba(15,17,21,.94); backdrop-filter: blur(20px); }
  .mobile-link { display: grid; place-items: center; align-content: center; gap: 2px; color: var(--muted); font-size: .61rem; }.mobile-link svg { width: 20px;height:20px; }.mobile-link.active { color: var(--text); }.mobile-link.add { width: 48px; height: 48px; place-self: center; border-radius: 50%; background: var(--accent); color: #0c1420; box-shadow: 0 8px 28px rgba(106,151,228,.25); }.mobile-link.add span { display: none; }
  .landing-hero { min-height: 760px; align-items: end; }.landing-hero::before { background: radial-gradient(circle at 70% 28%,rgba(91,137,216,.14),transparent 35%),linear-gradient(160deg,#0b0d11,#101621 58%,#0b0d11); }.hero-copy { padding: 0 0 60px; }.hero-copy h1 { font-size: 4.2rem; }.hero-actions { flex-direction: column; align-items: stretch; }.hero-note { display: none; }
  .landing-stats { grid-template-columns: repeat(2,1fr); }.landing-stat:nth-child(2) { border-right: 0; }.landing-stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.feature-grid { grid-template-columns: 1fr; }.landing-content { padding: 65px 0; }
  .auth-layout { grid-template-columns: 1fr; }.auth-panel { padding: 26px 20px 50px; }.auth-visual { display: none; }.auth-wrap .logo { margin-bottom: 45px; }
  .registration-mode-grid { grid-template-columns:1fr; }.legal-layout { padding-top:20px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }.stats-grid .stat-card:last-child { grid-column:auto; }.collection-progress-grid,.collection-switcher { grid-template-columns:1fr; }.page-head-actions { width:100%; justify-content:flex-start; }.aircraft-grid,.photo-grid { grid-template-columns: 1fr; }
  .filters { top: calc(var(--nav-h) + 7px); overflow-x: auto; }.filter-tabs { min-width: max-content; }.filters .select { display: none; }
  .detail-hero { min-height: 500px; }.detail-title { align-items: flex-start; flex-direction: column; }.detail-title .btn { width: 100%; }.facts { grid-template-columns: 1fr; }
  .podium { grid-template-columns: 1fr; }.podium-card:first-child,.podium-card:nth-child(2),.podium-card:nth-child(3) { grid-column: 1; transform: none; }.podium-card:first-child { grid-row: 1; }.podium-card:nth-child(2) { grid-row: 2; }.podium-card:nth-child(3) { grid-row: 3; }
  .profile-head { align-items: flex-start; flex-wrap: wrap; }.profile-main { min-width: calc(100% - 116px); }.profile-actions { width: 100%; }.profile-actions .btn { flex: 1; }.profile-stats { grid-template-columns: repeat(3,1fr); }.profile-stat { border-bottom: 1px solid var(--line); }.achievement-grid { grid-template-columns: 1fr; }
  .admin-shell { display: block; }.admin-sidebar { position: sticky; top: var(--nav-h); z-index: 30; padding: 8px 14px; border-right: 0; border-bottom: 1px solid var(--line); overflow-x: auto; }.admin-sidebar h3 { display: none; }.admin-nav { display: flex; min-width: max-content; }.admin-content { width: min(100% - 28px,1100px); padding-top: 24px; }.admin-stats { grid-template-columns: repeat(2,1fr); }
  .lightbox { display: block; overflow-y: auto; }.lightbox-media { min-height: 70vh; padding: 54px 14px 14px; }.lightbox-side { border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 440px) { .landing-nav .btn:first-of-type { display:none; }.hero-copy h1 { font-size: 3.5rem; }.stats-grid { grid-template-columns: 1fr 1fr; }.profile-main { min-width: 100%; }.profile-stats { grid-template-columns: 1fr 1fr; }.admin-stats { grid-template-columns: 1fr 1fr; } }
