*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}:root{--red:#fe475b;--blue:#9ed3ec;--dark:#171717;--mid:#323232;--muted:#666;--border:#e0dcd6;--bg:#f7f5f2;--card:#fff;--r:6px;--rl:10px}body{font-family:"Zilla Slab",serif;min-height:100vh}.project-content .nav{display:flex;flex-wrap:nowrap;align-items:stretch;background:var(--card);border-bottom:1px solid var(--border);top:0;box-shadow:0 1px 8px rgba(0,0,0,.07);overflow-x:auto}.project-content .tab{padding:16px 28px;font-family:"Zilla Slab",serif;font-size:15px;font-weight:600;cursor:pointer;border:none;background:rgba(0,0,0,0);color:var(--muted);border-bottom:3px solid rgba(0,0,0,0);transition:color .2s , background .2s;white-space:nowrap;flex-shrink:0}@media screen and (max-width:400px){.project-content .tab{padding:1rem 1.5rem;font-size:1rem}}.project-content .tab:hover{color:var(--red)}.project-content .tab.active{background:var(--red);color:#fff}.project-content .tab:focus{outline:unset}.project-content .tab-div{width:1px;background:var(--border);align-self:stretch;flex-shrink:0}.project-content .page{display:none}.project-content .page.active{display:block}.project-content .split{display:grid;grid-template-columns:1fr 1fr;min-height:calc(100vh - 57px)}@media (max-width:900px){.project-content .split{grid-template-columns:1fr}}.project-content .map-side{position:relative;overflow:hidden;min-height:400px;background:#e8e4de}.project-content .map-side img.map-bg{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;opacity:0;transition:opacity .9s ease .25s}.project-content .map-side img.map-bg.loaded{opacity:1}.project-content .map-overlay{position:absolute;inset:0;pointer-events:none}.project-content .right-panel{background:var(--card);overflow-y:auto;display:flex;flex-direction:column;max-height:calc(100*var(--vh))}@media screen and (max-width:900px){.project-content .right-panel{max-height:unset;overflow-y:unset}}.project-content .sec-title{font-size:11px;font-weight:700;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;padding-bottom:7px;border-bottom:1px solid var(--border);margin-bottom:12px}.project-content .kpi-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:1.375rem 0}@media (max-width:460px){.project-content .kpi-grid{grid-template-columns:1fr}}.project-content .kpi{display:flex;align-items:center;gap:11px;padding:13px;background:var(--bg);border-radius:var(--r);border:1px solid var(--border);opacity:0;transform:translateY(14px);transition:opacity .5s , transform .5s}.project-content .kpi.show{opacity:1;transform:none}.project-content .kpi img{width:46px;height:46px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.project-content .kpi-val{font-family:"Raleway",sans-serif;font-size:19px;font-weight:900;color:var(--dark);line-height:1}.project-content .kpi-lbl{font-size:11px;color:var(--muted);line-height:1.3;margin-top:3px}.project-content .bar-track{display:flex;height:36px;border-radius:3px;overflow:hidden}.project-content .bar-seg{display:flex;align-items:center;justify-content:center;width:0;overflow:hidden;flex-shrink:0;transition:width 1.3s cubic-bezier(.4,0,.2,1)}.project-content .bar-seg span{font-family:"Raleway",sans-serif;font-size:12px;font-weight:800;color:#fff;white-space:nowrap;padding:0 8px}.project-content .bar-note{font-size:10px;color:var(--muted);font-style:italic;margin-top:4px}.project-content .donut-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.project-content .donut-lbl{flex:1;min-width:70px}.project-content .donut-lbl.right{text-align:right}.project-content .donut-num{font-family:"Raleway",sans-serif;font-size:22px;font-weight:900;color:var(--dark)}.project-content .donut-desc{font-size:10.5px;color:var(--muted);line-height:1.3;margin-top:2px}.project-content .donut-svg{width:118px;height:118px;flex-shrink:0}.project-content .legend{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;margin-top:8px}.project-content .leg{display:flex;align-items:center;gap:5px;font-size:10.5px;color:var(--muted)}.project-content .leg-dot{width:8px;height:8px;border-radius:50%}.project-content .g-stats{padding:26px 22px;display:flex;flex-direction:column;gap:20px}.project-content .q-right{padding:0;display:flex;flex-direction:column}.project-content .q-right-header{padding:20px 22px 14px;border-bottom:1px solid var(--border);background:var(--card);flex-shrink:0}.project-content .q-right-title{font-size:18px;font-weight:700;color:var(--dark)}.project-content .q-right-sub{font-size:12px;color:var(--muted);margin-top:3px}.project-content .sort-group{display:flex;gap:5px;flex-wrap:wrap;margin-top:12px;align-items:center}.project-content .sort-lbl{font-size:11px;color:var(--muted);font-weight:600;margin-right:2px}.project-content .sort-btn{padding:4px 12px;font-family:"Zilla Slab",serif;font-size:11px;font-weight:600;border:1px solid var(--border);border-radius:99px;background:var(--card);color:var(--muted);cursor:pointer;transition:all .18s}.project-content .sort-btn:hover{border-color:var(--red);color:var(--red)}.project-content .sort-btn.active{background:var(--red);color:#fff;border-color:var(--red)}.project-content .r-list{flex:1;overflow-y:auto}.project-content .r-row{display:grid;grid-template-columns:38px 1fr 150px 70px 80px;gap:6px;align-items:center;padding:12px 22px;border-bottom:1px solid var(--border);cursor:pointer;transition:background .15s;opacity:0;transform:translateY(6px);animation:rowIn .38s ease forwards}.project-content .r-row:last-child{border-bottom:none}.project-content .r-row:hover{background:rgba(254,71,91,.04)}@media (max-width:740px){.project-content .r-row{grid-template-columns:34px 1fr 100px}.project-content .col-h{display:none}}.project-content .rk{font-family:"Raleway",sans-serif;font-size:15px;font-weight:900;color:var(--muted);text-align:center}.project-content .rk.top{color:var(--red)}.project-content .rn{font-size:13.5px;font-weight:600;color:var(--dark)}.project-content .rn small{display:block;font-size:10px;font-weight:400;color:var(--muted);margin-top:1px}.project-content .r-bar-w{display:flex;align-items:center;gap:6px}.project-content .r-bar-bg{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.project-content .r-bar-fill{height:100%;border-radius:3px;background:var(--red);width:0;transition:width 1s cubic-bezier(.4,0,.2,1)}.project-content .r-bar-ct{font-family:"Raleway",sans-serif;font-size:11.5px;font-weight:700;color:var(--mid);min-width:26px;text-align:right}.project-content .r-stat{text-align:right}.project-content .r-val{font-family:"Raleway",sans-serif;font-size:12.5px;font-weight:800;color:var(--dark);display:block}.project-content .r-sub{font-size:9px;color:var(--muted);line-height:1.5;display:block}@keyframes rowIn{to{opacity:1;transform:none}}.project-content .detail-view{display:none;min-height:calc(100vh - 57px);flex-direction:column;animation:fdIn .3s ease}.project-content .detail-view.active{display:flex}@keyframes fdIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.project-content .d-topbar{background:var(--red);padding:0 22px;display:flex;align-items:center;gap:14px;height:52px;flex-shrink:0}.project-content .back-btn{background:hsla(0,0%,100%,.22);border:none;color:#fff;padding:6px 14px;border-radius:99px;font-family:"Zilla Slab",serif;font-size:12.5px;font-weight:600;cursor:pointer;transition:background .18s;flex-shrink:0;display:flex;align-items:center;gap:4px}.project-content .back-btn:hover{background:hsla(0,0%,100%,.38)}.project-content .d-topbar-name{font-family:"Zilla Slab",serif;font-size:19px;font-weight:700;color:#fff}.project-content .d-stats-bar{display:flex;background:var(--card);border-bottom:1px solid var(--border);flex-shrink:0;padding-bottom:7px;margin-bottom:12px}.project-content .d-stat-box{flex:1;padding:18px 24px;border-right:1px solid var(--border);display:flex;align-items:center;gap:14px}.project-content .d-stat-box:last-child{border-right:none}.project-content .d-stat-box img{width:44px;height:44px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.project-content .d-stat-val{font-family:"Raleway",sans-serif;font-size:26px;font-weight:900;color:var(--dark);line-height:1}.project-content .d-stat-lbl{font-size:11px;color:var(--muted);margin-top:3px;line-height:1.3}@media (max-width:600px){.project-content .d-stats-bar{flex-direction:column}.project-content .d-stat-box{border-right:none;border-bottom:1px solid var(--border)}.project-content .d-stat-box:last-child{border-bottom:none}}.project-content .d-split{display:grid;grid-template-columns:1fr 1fr;flex:1;min-height:0}@media (max-width:900px){.project-content .d-split{grid-template-columns:1fr}}.project-content .d-map-side{position:relative;overflow:hidden;min-height:320px;background:#e8e4de}.project-content .d-map-side img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;display:block;opacity:.35}.project-content .d-map-name{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:"Zilla Slab",serif;font-size:68px;font-weight:700;color:rgba(254,71,91,.13);text-align:center;padding:20px;line-height:1.05;word-break:break-word;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.project-content .d-right-stats{padding:24px 20px;display:flex;flex-direction:column;gap:18px;background:var(--card);overflow-y:auto}.project-content .placeholder{padding:80px 20px;text-align:center;color:var(--muted);font-size:17px}.project-content .h-stats-bar{display:flex;background:var(--card);border-bottom:1px solid var(--border);flex-shrink:0}.project-content .h-stat-box{flex:1;padding:18px 20px;border-right:1px solid var(--border);display:flex;align-items:center;gap:14px}.project-content .h-stat-box img{width:44px;height:44px;-o-object-fit:contain;object-fit:contain;flex-shrink:0}.project-content .h-stat-val{font-family:"Raleway",sans-serif;font-size:28px;font-weight:900;color:var(--dark);line-height:1}.project-content .h-stat-lbl{font-size:11px;color:var(--muted);margin-top:3px;line-height:1.3}@media (max-width:560px){.project-content .h-stats-bar{flex-direction:column}.project-content .h-stat-box{border-right:none;border-bottom:1px solid var(--border)}}.project-content .h-list{flex:1;overflow-y:auto;padding:6px 0}.project-content .h-row{display:grid;grid-template-columns:28px 1fr 160px 52px;gap:8px;align-items:center;padding:9px 22px;border-bottom:1px solid var(--border);opacity:0;transform:translateY(6px);animation:rowIn .38s ease forwards}@media screen and (max-width:450px) and (min-width:400px){.project-content .h-row{grid-template-columns:28px 1fr 120px 52px}}@media screen and (max-width:399.5px){.project-content .h-row{grid-template-columns:28px 1fr 80px 52px}}@media screen and (max-width:360px){.project-content .h-row{grid-template-columns:28px 1fr 60px 40px}}.project-content .h-row:last-child{border-bottom:none}.project-content .h-rk{font-family:"Raleway",sans-serif;font-size:13px;font-weight:900;color:var(--muted);text-align:center}.project-content .h-rk.top{color:var(--red)}.project-content .h-flag{font-size:16px;line-height:1}.project-content .h-flag-circle{width:32px;height:32px;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.1)}.project-content .h-flag-circle img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.project-content .h-country{font-size:13px;font-weight:600;color:var(--dark);display:flex;align-items:center;text-wrap:nowrap;gap:9px}.project-content .h-country small{display:block;font-size:10px;font-weight:400;color:var(--muted);margin-top:1px}.project-content .h-bar-w{display:flex;align-items:center;gap:6px}.project-content .h-bar-bg{flex:1;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.project-content .h-bar-fill{height:100%;border-radius:3px;background:var(--red);width:0;transition:width 1s cubic-bezier(.4,0,.2,1)}.project-content .h-ct{font-family:"Raleway",sans-serif;font-size:11px;font-weight:700;color:var(--mid);min-width:24px;text-align:right}.project-content .map-side{position:relative;overflow:hidden;min-height:500px;background:#e8e4de}@media screen and (max-width:900px){.project-content .map-side{min-height:400px;max-height:400px}}.project-content .map-side>div{width:100%;height:100%;min-height:500px}@media screen and (max-width:900px){.project-content .map-side>div{min-height:400px;max-height:400px}}.project-content .map-side div{transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}