:root{color-scheme:light;--bg:#f4efe4;--bg-elevated:#fffaf0;--bg-muted:#ebe2d2;--surface:rgba(12,18,24,.06);--surface-strong:rgba(12,18,24,.1);--surface-solid:#fffaf0;--border:rgba(12,18,24,.12);--border-strong:rgba(12,18,24,.22);--text:#111820;--text-muted:#5b6570;--text-soft:#26313b;--accent:#ff3b30;--accent-strong:#ffb000;--accent-soft:rgba(255,59,48,.12);--green:#39d98a;--amber:#ffbf3f;--font-display:"Geist","Aptos Display","Segoe UI Variable Display",sans-serif;--font-body:"Geist","Aptos","Segoe UI Variable Text",sans-serif;--radius-xs:10px;--radius-sm:14px;--radius-md:22px;--radius-lg:34px;--shadow:0 22px 70px rgba(46,33,16,.12);--container:1200px}:root[data-theme=dark]{color-scheme:dark;--bg:#090c10;--bg-elevated:#111821;--bg-muted:#18222d;--surface:hsla(0,0%,100%,.07);--surface-strong:hsla(0,0%,100%,.11);--surface-solid:#121a23;--border:hsla(0,0%,100%,.13);--border-strong:hsla(0,0%,100%,.24);--text:#fff7e8;--text-muted:#aeb8c2;--text-soft:#dbe3ea;--accent-soft:rgba(255,59,48,.18);--shadow:0 24px 80px rgba(0,0,0,.36)}*{box-sizing:border-box}html{background:var(--bg)}body,html{min-height:100%}body{background:linear-gradient(120deg,rgba(255,59,48,.16),transparent 28rem),radial-gradient(circle at 80% 0,rgba(255,176,0,.17),transparent 24rem),linear-gradient(135deg,transparent 0 46%,hsla(0,0%,100%,.04) 46% 47%,transparent 47%),var(--bg);background-attachment:fixed;color:var(--text);font-family:var(--font-body);line-height:1.5;margin:0}body,button,input,select{font:inherit}a,button,input,select{color:inherit}a{text-decoration:none}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-header{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:color-mix(in srgb,var(--bg-elevated) 88%,transparent);border:1px solid var(--border);border-radius:0 0 24px 24px;box-shadow:var(--shadow);display:grid;gap:1rem;grid-template-columns:auto minmax(0,1fr) auto;margin:0 auto;padding:.65rem;position:sticky;top:0;width:min(var(--container),calc(100% - 2rem));z-index:10}.brand{align-items:center;display:inline-flex;gap:.75rem;min-width:-moz-max-content;min-width:max-content}.brand-mark{background:linear-gradient(135deg,var(--accent),#9b130f),var(--accent);border-radius:16px;box-shadow:inset 0 -10px 20px #0000002e;color:#fff;display:grid;font-family:var(--font-display);font-size:.95rem;font-weight:900;height:3rem;letter-spacing:.04em;place-items:center;width:3rem}.brand-copy{display:grid;line-height:1.05}.brand-copy strong{font-family:var(--font-display);font-size:1rem;letter-spacing:.01em}.brand-copy small{color:var(--text-muted);font-size:.72rem}.primary-nav{align-items:center;background:#0000001f;border:1px solid var(--border);border-radius:18px;display:flex;gap:.25rem;justify-self:center;max-width:100%;overflow-x:auto;padding:.25rem;scrollbar-width:none}.primary-nav::-webkit-scrollbar{display:none}.nav-link{border-radius:14px;color:var(--text-muted);font-size:.9rem;padding:.68rem .9rem;transition:background .16s ease,color .16s ease,transform .16s ease;white-space:nowrap}.nav-link.is-active,.nav-link:hover{background:var(--surface-strong);color:var(--text)}.nav-link:hover{transform:translateY(-1px)}.theme-toggle{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:16px;cursor:pointer;display:inline-flex;gap:.6rem;min-height:2.8rem;padding:0 .8rem}.theme-toggle-track{background:var(--surface-strong);border-radius:999px;height:1.25rem;position:relative;width:2.25rem}.theme-toggle-thumb{background:var(--accent-strong);border-radius:999px;height:.84rem;left:.22rem;position:absolute;top:.2rem;transform:translate(.94rem);transition:transform .16s ease;width:.84rem}:root[data-theme=dark] .theme-toggle-thumb{transform:translate(0)}.theme-toggle-text{color:var(--text-muted);font-size:.78rem}.app-main{flex:1;margin:0 auto;padding:2rem 0 4rem;width:min(1520px,calc(100% - 2rem))}.app-footer{border-top:1px solid var(--border);color:var(--text-muted);display:flex;font-size:.86rem;gap:1rem;justify-content:center;margin:0 auto;padding:1.5rem 0 2rem;width:min(var(--container),calc(100% - 2rem))}.page-stack{display:grid;gap:1.25rem}.content-page-grid,.dashboard-page-grid{align-items:start;display:grid;gap:1rem;grid-template-columns:minmax(8.5rem,10rem) minmax(0,var(--container)) minmax(8.5rem,10rem);justify-content:center}.hero-panel,.page-header,.shell-section,.warning-box{background:linear-gradient(150deg,var(--surface-strong),transparent),color-mix(in srgb,var(--surface-solid) 82%,transparent);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden;position:relative}.hero-panel:before,.page-header:before,.shell-section:before{background:linear-gradient(110deg,transparent 0 68%,rgba(255,59,48,.14) 68% 69%,transparent 69%),radial-gradient(circle at top right,rgba(255,176,0,.12),transparent 18rem);content:"";inset:0;pointer-events:none;position:absolute}.hero-panel>*,.page-header>*,.shell-section>*{position:relative}.hero-panel{align-items:end;display:grid;gap:2rem;grid-template-columns:minmax(0,1fr) minmax(18rem,24rem);min-height:390px;padding:clamp(1.5rem,5vw,4.25rem)}.championship-board,.dashboard-command,.dashboard-hero,.race-result-stage,.results-hero,.results-list-panel,.upcoming-strip{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);overflow:hidden;position:relative}.dashboard-hero,.results-hero{align-items:end;background:radial-gradient(circle at 86% 20%,rgba(255,59,48,.16),transparent 18rem),linear-gradient(135deg,color-mix(in srgb,var(--surface-solid) 92%,transparent),var(--bg-elevated)),var(--bg-elevated);color:var(--text);display:grid;gap:clamp(1rem,3vw,2rem);grid-template-columns:minmax(0,1fr) minmax(18rem,25rem);min-height:430px;padding:clamp(1.35rem,5vw,4.5rem)}.dashboard-hero:after,.results-hero:after{border:4rem solid rgba(255,59,48,.08);border-radius:999px;content:"";height:24rem;inset:auto -6rem -7rem auto;pointer-events:none;position:absolute;width:24rem}.dashboard-hero h1,.results-hero h1{color:inherit;margin-bottom:1.4rem;max-width:11ch}.dashboard-hero .eyebrow,.results-hero .eyebrow{color:var(--accent)}.dashboard-hero-copy,.results-hero>*,.season-card{position:relative;z-index:1}.season-progress{display:grid;gap:.75rem;grid-template-columns:1fr auto;max-width:34rem}.season-progress span{color:var(--text-muted);font-weight:800}.season-progress strong{font-family:var(--font-display);font-size:1.2rem}.season-progress .progress-track{background:var(--surface-strong);grid-column:1/-1}.season-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:color-mix(in srgb,var(--surface-solid) 76%,transparent);border:1px solid var(--border);border-radius:28px;display:grid;gap:1.2rem;padding:1rem}.results-hero .field-label,.season-card .field-label{color:var(--text-muted)}.season-card-metric{background:var(--surface);border-radius:22px;display:grid;gap:.2rem;padding:1rem}.season-card-metric span{color:var(--text-muted);font-size:.82rem;font-weight:800}.season-card-metric strong{font-family:var(--font-display);font-size:clamp(2.2rem,4vw,3.6rem);letter-spacing:-.06em;line-height:.9}.results-hero{align-items:center;grid-template-columns:1fr;justify-items:center;min-height:340px;text-align:center}.results-hero h1{margin-inline:auto;max-width:12ch}.results-hero .controls-row{align-items:center;flex-wrap:nowrap;justify-content:center}.results-hero .field-label{align-items:center;display:flex;gap:.65rem}.results-hero .field-label span{padding-left:0;white-space:nowrap}.results-track-select{min-width:min(28rem,calc(100vw - 3rem))}.results-empty-state{text-align:center}.dashboard-command{background:color-mix(in srgb,var(--surface-solid) 88%,transparent);display:grid;gap:1rem;grid-template-columns:minmax(0,1.35fr) minmax(18rem,.65fr);padding:1rem}.championship-board>div,.feature-card,.mini-leader-card,.race-result-summary,.results-list-panel,.upcoming-strip{background:linear-gradient(160deg,var(--surface-strong),transparent),var(--surface-solid);border:1px solid var(--border);border-radius:var(--radius-md)}.feature-card{align-content:end;display:grid;min-height:24rem;padding:clamp(1.2rem,3vw,2rem)}.feature-card-primary{background:linear-gradient(145deg,rgba(255,59,48,.2),transparent 45%),linear-gradient(180deg,var(--surface-strong),var(--surface)),var(--surface-solid)}.round-chip{align-items:center;background:var(--surface-strong);border:1px solid var(--border);border-radius:999px;color:var(--text-soft);display:inline-flex;font-size:.78rem;font-weight:900;padding:.38rem .75rem;width:-moz-max-content;width:max-content}.feature-card h2,.race-result-summary h2{font-size:clamp(2.1rem,4vw,4.2rem);letter-spacing:-.07em;line-height:.94;margin:.75rem 0 .5rem}.feature-card p{color:var(--text-muted)}.feature-meta{display:grid;gap:.8rem;grid-template-columns:repeat(2,minmax(0,1fr));margin:1.2rem 0 0}.feature-meta div{background:var(--surface);border-radius:18px;padding:.8rem}.feature-meta dt{color:var(--text-muted);font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.feature-meta dd{margin:.2rem 0 0}.dashboard-side-stack{display:grid;gap:1rem}.mini-leader-card{align-content:end;display:grid;min-height:7.35rem;padding:1rem}.mini-leader-card small,.mini-leader-card span{color:var(--text-muted)}.mini-leader-card span{font-weight:900}.mini-leader-card strong{font-family:var(--font-display);font-size:clamp(1.45rem,2vw,2.2rem);letter-spacing:-.05em;line-height:.95;margin-top:.35rem}.championship-board{background:transparent;border:0;box-shadow:none;display:grid;gap:.85rem;grid-template-columns:repeat(2,minmax(0,1fr));padding:0}.championship-board>div{background:var(--surface-solid);box-shadow:var(--shadow);min-width:0;overflow:hidden;padding:1rem}.championship-board .table-wrap{background:color-mix(in srgb,var(--surface-solid) 72%,var(--bg-muted));border-color:var(--border);box-shadow:none;overflow:hidden}.championship-board .data-table{border-collapse:separate;border-spacing:0;min-width:0;table-layout:fixed}.championship-board .data-table td,.championship-board .data-table th{line-height:1.16;padding:.72rem .5rem}.championship-board .data-table th{background:color-mix(in srgb,var(--surface-solid) 54%,var(--bg-muted));box-shadow:none;font-size:.62rem}.championship-board .data-table td:last-child,.championship-board .data-table th:last-child{display:none}.championship-board .data-table td:first-child,.championship-board .data-table th:first-child{width:2.7rem}.championship-board .data-table td:nth-last-child(2),.championship-board .data-table th:nth-last-child(2){padding-right:.7rem;width:4.25rem}.championship-board .data-table td:nth-child(3),.championship-board .data-table th:nth-child(3){width:30%}.championship-board .data-table strong{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;font-size:.88rem;-webkit-line-clamp:2}.championship-board .data-table small{font-size:.72rem;margin-top:.12rem}.championship-board .rank{border-radius:10px;font-size:.82rem;height:1.65rem;min-width:1.65rem}.upcoming-strip{background:color-mix(in srgb,var(--surface-solid) 90%,transparent);padding:1rem}.ad-slot{background:repeating-linear-gradient(-45deg,color-mix(in srgb,var(--accent) 8%,transparent) 0 10px,transparent 10px 20px),color-mix(in srgb,var(--surface-solid) 84%,transparent);border:1px dashed color-mix(in srgb,var(--accent) 46%,var(--border));border-radius:24px;color:var(--text-muted);display:grid;gap:.18rem;min-height:6rem;place-items:center;text-align:center}.ad-slot span{font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.ad-slot strong{color:var(--text);font-family:var(--font-display);font-size:clamp(1.1rem,2vw,1.55rem)}.ad-slot-live{background:color-mix(in srgb,var(--surface-solid) 88%,transparent);border-style:solid}.ad-unit{display:block}.ad-unit-side{max-width:100%;min-height:600px;width:160px}.ad-slot-wide{width:100%}.ad-slot-side{border-radius:22px;min-height:37.5rem;position:sticky;top:6.2rem;writing-mode:horizontal-tb}.ad-slot-side strong{max-width:7rem}.hero-copy{max-width:780px}.eyebrow{color:var(--accent-strong);font-size:.75rem;font-weight:900;letter-spacing:.16em;margin:0 0 .65rem;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-display)}h1{font-size:clamp(2.6rem,6.6vw,6rem);letter-spacing:-.075em;line-height:.9;margin-bottom:1rem;max-width:13ch}h2{font-size:clamp(1.45rem,2vw,2.1rem);letter-spacing:-.04em;margin-bottom:.45rem}h3{font-size:1.16rem;letter-spacing:-.02em;margin-bottom:.75rem}.hero-control-card p,.hero-copy p,.page-header p,.section-description{color:var(--text-muted);max-width:66ch}.hero-control-card{background:#0000002e;border:1px solid var(--border);border-radius:24px;display:grid;gap:1rem;padding:1rem}.hero-control-card p{font-size:.9rem;margin:0}.controls-row,.hero-actions{align-items:end;display:flex;flex-wrap:wrap;gap:.8rem}.field-label{color:var(--text-muted);display:grid;font-size:.8rem;font-weight:700;gap:.4rem}.field-label span{padding-left:.1rem}.input-control,.select-control{background-color:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;min-height:2.95rem;min-width:10.5rem;outline:none;width:100%}.select-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:linear-gradient(45deg,transparent 50%,var(--text-muted) 50%),linear-gradient(135deg,var(--text-muted) 50%,transparent 50%);background-position:calc(100% - 1.05rem) 1.22rem,calc(100% - .72rem) 1.22rem;background-repeat:no-repeat;background-size:.34rem .34rem,.34rem .34rem;padding:0 2.6rem 0 .95rem}.select-control option{background:var(--bg-elevated);color:var(--text)}.input-control{min-width:14rem;padding:0 .95rem}.input-control:focus,.select-control:focus{border-color:var(--accent-strong);box-shadow:0 0 0 4px var(--accent-soft)}.page-header{align-items:end;display:flex;gap:1.5rem;justify-content:space-between;padding:clamp(1.25rem,3vw,2.2rem)}.page-header h1{font-size:clamp(2.1rem,4vw,4rem);margin-bottom:.5rem;max-width:16ch}.cards-grid,.dashboard-grid,.loading-grid,.stats-grid{display:grid;gap:1rem}.stats-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cards-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.cards-grid-wide{grid-template-columns:repeat(3,minmax(0,1fr))}.empty-state,.error-state,.info-card,.race-card,.skeleton-card,.stat-card{background:linear-gradient(180deg,var(--surface-strong),var(--surface)),var(--surface-solid);border:1px solid var(--border);border-radius:var(--radius-md)}.stat-card{display:grid;gap:.35rem;min-height:9.5rem;padding:1.2rem}.stat-card small,.stat-card span{color:var(--text-muted)}.stat-card span{font-weight:800}.stat-card strong{align-self:end;font-family:var(--font-display);font-size:clamp(2.1rem,3vw,3rem);letter-spacing:-.05em;line-height:.92}.progress-track{background:var(--surface);border:1px solid var(--border);border-radius:999px;height:.9rem;overflow:hidden}.progress-track span{background:linear-gradient(90deg,var(--accent),var(--accent-strong));border-radius:inherit;display:block;height:100%;transition:width .26s ease}.shell-section{padding:clamp(1rem,2vw,1.5rem)}.section-heading{margin-bottom:1rem}.subsection-title{margin-top:.75rem}.info-card,.race-card{align-content:start;display:grid;gap:.75rem;padding:1rem}.info-card h3,.race-card h3{margin-bottom:0}.race-card-emphasis{background:linear-gradient(145deg,rgba(255,59,48,.22),transparent 48%),linear-gradient(180deg,var(--surface-strong),var(--surface));min-height:100%}.race-card-topline{align-items:center;color:var(--text-muted);display:flex;font-size:.82rem;gap:.75rem;justify-content:space-between}.status-pill{align-items:center;border:1px solid var(--border);border-radius:999px;color:var(--text);display:inline-flex;font-size:.74rem;font-weight:900;padding:.3rem .65rem}.status-finished{background:color-mix(in srgb,var(--green) 18%,transparent)}.status-next{background:color-mix(in srgb,var(--accent) 24%,transparent)}.status-upcoming{background:color-mix(in srgb,var(--amber) 22%,transparent)}.compact-meta,.race-meta{display:grid;gap:.75rem;margin:0}.compact-meta div,.race-meta div{display:grid;gap:.2rem}.compact-meta dt,.race-meta dt{color:var(--text-muted);font-size:.76rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.compact-meta dd,.race-meta dd{margin:0}.compact-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.table-wrap{background:#0000001a;border:1px solid var(--border);border-radius:var(--radius-md);overflow-x:auto}.data-table{border-collapse:collapse;min-width:680px;width:100%}.data-table td,.data-table th{border-bottom:1px solid var(--border);padding:.95rem 1rem;text-align:left;vertical-align:middle}.data-table th{background:var(--surface);color:var(--text-muted);font-size:.74rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.data-table tr:last-child td{border-bottom:0}.data-table tbody tr{transition:background .14s ease}.data-table tbody tr:hover{background:var(--surface)}.data-table small{color:var(--text-muted);display:block}.numeric{text-align:right!important}.rank{background:var(--surface-strong);border-radius:12px;display:inline-grid;font-family:var(--font-display);font-weight:900;height:2.05rem;min-width:2.05rem;place-items:center}.race-result-stage{background:color-mix(in srgb,var(--surface-solid) 88%,transparent);display:grid;gap:1rem;grid-template-columns:minmax(18rem,.8fr) minmax(0,1.2fr);padding:1rem}.race-result-summary{align-content:end;background:radial-gradient(circle at top right,rgba(255,59,48,.18),transparent 14rem),linear-gradient(180deg,var(--surface-strong),var(--surface)),var(--surface-solid);color:var(--text);display:grid;min-height:26rem;padding:clamp(1.2rem,3vw,2rem)}.race-result-summary .feature-meta{grid-template-columns:1fr}.race-result-summary .feature-meta div{background:var(--surface)}.race-result-summary .feature-meta dd,.race-result-summary .feature-meta dt{color:inherit}.race-result-summary .feature-meta dt{color:var(--text-muted)}.podium-grid{align-items:end;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.podium-card{align-content:end;background:linear-gradient(180deg,var(--surface-strong),var(--surface)),var(--surface-solid);border:1px solid var(--border);border-radius:var(--radius-md);display:grid;min-height:22rem;padding:1.1rem}.podium-position-1{background:radial-gradient(circle at top right,rgba(255,59,48,.16),transparent 12rem),linear-gradient(180deg,var(--surface-strong),var(--surface)),var(--surface-solid);min-height:26rem}.podium-position-2{min-height:23.5rem}.podium-position-3{min-height:21.5rem}.podium-place{background:var(--text);border-radius:18px;color:var(--bg);display:grid;font-family:var(--font-display);font-size:1.8rem;font-weight:900;height:3.4rem;margin-bottom:1rem;place-items:center;width:3.4rem}.podium-card h3{font-size:clamp(1.5rem,2.2vw,2.4rem);line-height:.95}.podium-card p{color:var(--text-muted)}.podium-card strong{font-family:var(--font-display);font-size:1.2rem}.results-list-panel{padding:1rem}.result-row-list{display:grid;gap:.65rem}.result-row-card{align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:18px;display:grid;gap:1rem;grid-template-columns:auto minmax(0,1fr) minmax(7rem,auto) minmax(5rem,auto);padding:.85rem}.result-row-card small{color:var(--text-muted);display:block}.result-row-card>span:not(.rank){color:var(--text-muted);text-align:right}.result-row-card b{text-align:right}.segmented-control{background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;display:inline-flex;min-height:2.95rem;padding:.25rem}.segmented-control button{background:transparent;border:0;border-radius:12px;color:var(--text-muted);cursor:pointer;padding:0 .95rem}.segmented-control button.is-active{background:var(--surface-strong);color:var(--text)}.empty-state,.error-state,.warning-box{color:var(--text-muted);padding:1.25rem}.empty-state strong,.error-state strong,.warning-box strong{color:var(--text);display:block;margin-bottom:.35rem}.button{align-items:center;border:1px solid var(--border);border-radius:14px;cursor:pointer;display:inline-flex;justify-content:center;min-height:2.6rem;padding:0 1rem}.button-secondary{background:var(--surface-strong)}.loading-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.skeleton-card{animation:shimmer 1.2s linear infinite;background:linear-gradient(90deg,transparent,var(--surface-strong),transparent),var(--surface);background-size:220% 100%;min-height:160px}.warning-box ul{margin:.75rem 0 0;padding-left:1.1rem}@keyframes shimmer{to{background-position:-220% 0}}@media(max-width:980px){.app-header{align-items:stretch;grid-template-columns:1fr auto}.primary-nav{grid-column:1/-1;justify-self:stretch;order:3}.championship-board,.content-page-grid,.dashboard-command,.dashboard-grid,.dashboard-hero,.dashboard-page-grid,.hero-panel,.page-header,.race-result-stage,.results-hero{grid-template-columns:1fr}.ad-slot-side{min-height:5.5rem;position:static}.ad-slot-side strong{max-width:none}.page-header{align-items:start}.cards-grid,.cards-grid-wide,.loading-grid,.podium-grid,.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.podium-position-1,.podium-position-2,.podium-position-3{min-height:18rem}}@media(max-width:640px){.app-main{padding-top:1rem}.app-footer,.app-header,.app-main{width:min(100% - 1rem,var(--container))}.app-header{border-radius:0 0 20px 20px;top:0}.brand-copy,.theme-toggle-text{display:none}.cards-grid,.cards-grid-wide,.championship-board,.loading-grid,.stats-grid{grid-template-columns:1fr}.dashboard-hero,.hero-panel,.results-hero{min-height:auto}.feature-meta,.podium-grid{grid-template-columns:1fr}.result-row-card{grid-template-columns:auto minmax(0,1fr)}.result-row-card b,.result-row-card>span:not(.rank){text-align:left}.controls-row{align-items:stretch;flex-wrap:wrap;width:100%}.field-label,.segmented-control{width:100%}.results-hero .field-label{display:grid;gap:.4rem}.segmented-control button{flex:1}.app-footer{flex-direction:column}}
