:root{
      --bg:#05070b;--panel:#0b1018cc;--line:rgba(255,255,255,.09);--line2:rgba(255,255,255,.055);
      --gold:#d8a436;--gold2:#f2c45d;--green:#32d786;--blue:#6a84ff;--red:#ff5874;
      --text:#f6f7fb;--muted:#9aa4b5;
    }
    *{box-sizing:border-box;margin:0;padding:0}
    html{scroll-behavior:smooth}
    body{font-display:swap;font-family:Inter,Arial,Helvetica,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}
    body:before{content:"";position:fixed;inset:0;z-index:-3;background:radial-gradient(circle at 80% 10%,rgba(216,164,54,.13),transparent 30%),radial-gradient(circle at 15% 25%,rgba(106,132,255,.10),transparent 28%),linear-gradient(180deg,rgba(5,7,11,.88),#05070b 72%),url('/assets/images/bcs.png') center/cover no-repeat;filter:brightness(.33) saturate(.85);transform:scale(1.03)}
    body:after{content:"";position:fixed;inset:0;z-index:-2;background-image:linear-gradient(rgba(255,255,255,.022) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.016) 1px,transparent 1px);background-size:58px 58px;mask-image:linear-gradient(to bottom,black,transparent 78%);opacity:.35;pointer-events:none}
    .container{width:min(1220px,calc(100% - 44px));margin:0 auto}
    .section{padding:34px 0}
    .page-panel{border:1px solid var(--line2);border-radius:26px;background:linear-gradient(135deg,rgba(10,15,23,.78),rgba(7,10,15,.60));box-shadow:0 30px 90px rgba(0,0,0,.30);padding:28px;overflow:hidden;position:relative}
    .page-panel:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 22%,rgba(216,164,54,.075),transparent 32%);pointer-events:none}
    .page-panel>*{position:relative;z-index:2}
    header{position:sticky;top:0;z-index:100;background:rgba(5,7,11,.80);backdrop-filter:blur(18px);border-bottom:1px solid var(--line2)}
    .nav{height:72px;display:flex;align-items:center;justify-content:space-between;gap:22px}
    .brand{display:flex;align-items:center;gap:12px;min-width:245px}
    .brand-mark{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;border:1px solid rgba(216,164,54,.38);background:linear-gradient(135deg,rgba(216,164,54,.16),rgba(106,132,255,.08));color:var(--gold2);font-weight:950}
    .brand b{display:block;font-size:16px}.brand small{display:block;color:var(--muted);font-size:12px;margin-top:3px}
    nav{display:flex;align-items:center;gap:24px}
    nav a{color:var(--muted);text-decoration:none;font-size:13px;font-weight:850;padding:8px 0;border-bottom:2px solid transparent}
    nav a:hover,nav a.active{color:var(--gold2);border-color:var(--gold)}
    .top-status{display:flex;align-items:center;gap:9px;padding:10px 14px;border-radius:999px;color:var(--green);background:rgba(50,215,134,.08);border:1px solid rgba(50,215,134,.25);font-size:12px;font-weight:950;white-space:nowrap}
    .dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(50,215,134,.12)}
    .pill{display:inline-flex;align-items:center;gap:9px;width:fit-content;padding:8px 13px;border-radius:999px;background:rgba(216,164,54,.075);border:1px solid rgba(216,164,54,.24);color:var(--gold2);text-transform:uppercase;font-size:12px;font-weight:950;letter-spacing:.55px}
    .btn{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0 18px;border-radius:12px;text-decoration:none;font-size:14px;font-weight:950;border:1px solid transparent;transition:.18s ease}
    .btn:hover{transform:translateY(-2px)}
    .btn-primary{background:linear-gradient(135deg,#f0bd45,#c99019);color:#080808;box-shadow:0 16px 38px rgba(216,164,54,.18)}
    .btn-secondary{color:var(--text);background:rgba(255,255,255,.052);border-color:var(--line)}
    .tag{display:inline-flex;width:fit-content;color:var(--green);background:rgba(50,215,134,.08);border:1px solid rgba(50,215,134,.22);padding:7px 10px;border-radius:999px;font-size:11px;font-weight:950}
    .muted{color:var(--muted);line-height:1.65}.actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
    .line-title{text-align:center;margin:2px 0 26px}.line-title h2{font-size:26px;margin-bottom:8px}.line-title .title-line{display:block;width:42px;height:2px;background:var(--gold);margin:0 auto}

    /* Loader */
    .loading-screen{position:fixed;inset:0;z-index:9999;background:#05070b;display:flex;align-items:center;justify-content:center;transition:opacity .6s ease,visibility .6s ease}
    .loading-screen.hide{opacity:0;visibility:hidden}.loading-box{text-align:center}.loading-logo{font-size:68px;font-weight:1000;letter-spacing:-3px;color:var(--gold2);margin-bottom:12px;text-shadow:0 0 30px rgba(216,164,54,.22)}
    .loading-sub{color:#d7deea;font-size:18px;font-weight:700;letter-spacing:.4px}.loading-status{margin-top:26px;display:grid;gap:10px}
    .loading-line{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--muted);font-size:13px;font-weight:700}.loading-check{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(50,215,134,.12)}
    .loading-bar{width:240px;height:5px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden;margin:24px auto 0}.loading-bar span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--gold),var(--gold2));animation:loadbar .9s ease forwards}@keyframes loadbar{to{width:100%}}

    /* Dashboard */
    #dashboard{padding:36px 0 28px}.dashboard-hero{display:grid;grid-template-columns:1.02fr .98fr;gap:26px;min-height:500px}
    .hero-left{display:flex;flex-direction:column;justify-content:center;padding:18px}.hero-left h1{font-size:clamp(48px,5.4vw,82px);line-height:.98;letter-spacing:-3.7px;margin:26px 0 20px}.hero-left h1 span{display:block;color:var(--gold2)}
    .hero-left p{max-width:560px;color:#cbd3df;line-height:1.72;font-size:16px}.hero-points{display:flex;gap:30px;flex-wrap:wrap;margin-top:32px;color:var(--muted);font-size:13px}.hero-points div{display:flex;align-items:center;gap:9px}.hero-points span{color:var(--gold2)}
    .status-card{height:100%;border:1px solid var(--line);border-radius:22px;background:rgba(5,8,13,.62);padding:28px;display:flex;flex-direction:column;justify-content:center;backdrop-filter:blur(16px)}
    .status-head{display:flex;gap:18px;align-items:center;padding-bottom:22px;border-bottom:1px solid var(--line2);margin-bottom:8px}
    .check-big{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:rgba(50,215,134,.13);color:var(--green);font-size:34px;box-shadow:0 0 34px rgba(50,215,134,.16)}
    .status-head h2{color:var(--green);font-size:24px;letter-spacing:-.6px;margin-bottom:5px}
    .service-list{display:grid}.service{display:grid;grid-template-columns:54px 1fr auto;gap:16px;align-items:center;padding:18px 0;border-bottom:1px solid var(--line2)}.service:last-child{border-bottom:0}
    .svc-icon{width:44px;height:44px;border-radius:15px;display:grid;place-items:center;background:rgba(255,255,255,.04);color:var(--gold2);font-size:22px}.svc-icon.green{color:var(--green)}.svc-icon.blue{color:var(--blue)}
    .service b{display:block;margin-bottom:5px}.service small{color:var(--muted)}.state{color:var(--green);font-size:12px;font-weight:950;display:flex;align-items:center;gap:8px}.state:before{content:"";width:7px;height:7px;border-radius:50%;background:var(--green)}
    .latest{margin-top:18px;display:grid;grid-template-columns:145px 1fr auto;gap:16px;align-items:center;padding:18px;border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.035)}.latest p{color:var(--muted);font-size:13px;margin-top:4px}
    .live-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.live-card{border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.035);padding:18px}.live-card small{display:block;color:var(--muted);font-size:11px;font-weight:850;text-transform:uppercase;margin-bottom:8px}.live-card strong{display:block;font-size:24px}.live-card span{color:var(--green);font-size:12px;font-weight:950}
    .quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}.quick-card{border:1px solid var(--line2);border-radius:18px;background:var(--panel);padding:20px;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:106px;text-decoration:none;color:inherit}.q-icon{color:var(--gold2);font-size:27px}.quick-card h3{font-size:16px;margin:8px 0 6px}.quick-card p{color:var(--muted);font-size:13px;line-height:1.4}.quick-card>span{color:var(--muted)}

    /* Cards / Links / Notices */
    .links{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.link-card{border:1px solid var(--line2);border-radius:20px;background:var(--panel);padding:28px;min-height:235px;display:flex;flex-direction:column;justify-content:space-between}.link-top{display:flex;gap:16px;align-items:flex-start}.link-icon{font-size:32px;color:var(--gold2)}.link-card h3{font-size:19px;margin-bottom:14px}.link-card p{color:var(--muted);line-height:1.65}
    .notice{margin-top:30px;display:grid;grid-template-columns:95px 1fr 350px;gap:26px;align-items:center;padding:28px;border:1px solid rgba(216,164,54,.30);border-radius:22px;background:linear-gradient(135deg,rgba(216,164,54,.08),rgba(7,10,15,.62))}.notice-icon{width:82px;height:82px;border-radius:50%;display:grid;place-items:center;color:var(--gold2);font-size:38px;background:rgba(216,164,54,.06);border:1px solid rgba(216,164,54,.24)}.notice h2{color:var(--gold2);font-size:26px;margin-bottom:10px}.notice p{color:#d5dbe6;line-height:1.7}.example{padding:18px;border:1px dashed rgba(216,164,54,.45);border-radius:16px;background:rgba(0,0,0,.22)}.username-box{padding:13px;border-radius:10px;border:1px solid var(--line);background:rgba(255,255,255,.045);color:#dce3ed;margin-top:10px}.username-box strong{color:var(--gold2)}

    /* VIP / Updates / Status / Support */
    .vip-panel h1,.update-panel h1,.status-page h1,.support-page h1{font-size:38px;margin-bottom:10px}
    .benefits{display:grid;grid-template-columns:repeat(6,1fr);gap:0;margin-top:22px;border:1px solid var(--line2);border-radius:16px;overflow:hidden}.benefit{text-align:center;padding:18px 12px;background:rgba(255,255,255,.025);border-right:1px solid var(--line2)}.benefit:last-child{border-right:0}.benefit div{color:var(--gold2);font-size:24px;margin-bottom:10px}.benefit b{display:block;font-size:13px;margin-bottom:6px}.benefit small{color:var(--muted);font-size:11px;line-height:1.4}
    .vip-layout{display:grid;grid-template-columns:1.05fr .95fr .62fr;gap:18px;margin-top:18px}.card{border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.032);padding:20px}.card h3{margin-bottom:16px}.steps,.changelog,.faq-list{display:grid;gap:12px}.step,.change,.faq-item{padding:15px;border:1px solid var(--line2);border-radius:14px;background:rgba(255,255,255,.03)}.step b,.change b{display:block;margin-bottom:6px}.step span{color:var(--gold2)}.step small,.change small{color:var(--muted)}.faq-item{display:flex;justify-content:space-between;gap:14px;color:#d9dfeb;font-size:13px}.active-box{margin-top:18px;border:1px solid var(--line2);border-radius:16px;padding:18px;background:rgba(255,255,255,.03)}.active-line{display:flex;justify-content:space-between;gap:14px;margin-top:10px;color:var(--muted);font-size:13px}.active-line strong{color:var(--green)}
    .filters{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.filter{padding:8px 14px;border-radius:999px;border:1px solid var(--line2);background:rgba(255,255,255,.035);color:var(--muted);font-size:12px;font-weight:800}.filter.active{background:rgba(216,164,54,.12);border-color:rgba(216,164,54,.30);color:var(--gold2)}
    .update-list{display:grid;gap:14px}.update-row{display:grid;grid-template-columns:140px 1fr 120px;gap:18px;align-items:center;padding:18px;border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.032)}.update-row p{color:var(--muted);font-size:13px;margin-top:6px}.date{color:var(--muted);font-size:12px;font-weight:850}
    .status-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:18px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px}.meter{height:6px;background:rgba(255,255,255,.08);border-radius:999px;overflow:hidden;margin-top:8px}.meter span{display:block;height:100%;width:100%;background:var(--green)}.server-info{display:grid;gap:12px}.info-line{display:flex;justify-content:space-between;gap:16px;border:1px solid var(--line2);border-radius:13px;padding:14px;background:rgba(255,255,255,.03);font-size:13px}.info-line span{color:var(--muted)}
    .support-layout{display:grid;grid-template-columns:1fr 1fr;gap:20px}.transparency-box{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid var(--line2);border-radius:18px;padding:20px;background:rgba(255,255,255,.03)}

    footer{margin-top:34px;padding:34px 0;border-top:1px solid var(--line2);color:var(--muted)}.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:28px}.footer-grid h4{color:var(--text);margin-bottom:12px}.footer-grid a{display:block;color:var(--muted);text-decoration:none;margin:8px 0;font-size:14px}.footer-grid a:hover{color:var(--gold2)}.copyright{text-align:center;border-top:1px solid var(--line2);margin-top:28px;padding-top:18px;font-size:13px}
    .floating-connect{position:fixed;right:24px;bottom:24px;z-index:80;border:1px solid rgba(216,164,54,.30);background:rgba(7,10,15,.86);backdrop-filter:blur(16px);border-radius:18px;padding:14px 16px;box-shadow:0 18px 50px rgba(0,0,0,.38);display:flex;align-items:center;gap:14px;text-decoration:none;color:var(--text)}.floating-connect b{display:block;font-size:13px}.floating-connect small{color:var(--muted);font-size:12px}.floating-connect .play{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--gold);color:#080808;font-weight:950}


    .lang-switch{display:flex;align-items:center;gap:6px;border:1px solid var(--line2);background:rgba(255,255,255,.045);border-radius:999px;padding:4px}
    .lang-btn{border:0;background:transparent;color:var(--muted);font-size:12px;font-weight:950;padding:7px 10px;border-radius:999px;cursor:pointer}
    .lang-btn.active{background:rgba(216,164,54,.16);color:var(--gold2)}


    .vip-clean-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:18px;margin-top:18px}
    .vip-info-band{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:18px}
    .vip-info-mini{border:1px solid var(--line2);border-radius:16px;background:rgba(255,255,255,.03);padding:16px}
    .vip-info-mini b{display:block;margin-bottom:6px;color:var(--gold2)}
    .vip-info-mini small{color:var(--muted);line-height:1.5}
    .faq-button{width:100%;border:0;background:transparent;color:var(--text);display:flex;align-items:center;justify-content:space-between;gap:14px;font:inherit;text-align:left;cursor:pointer}
    .faq-answer{display:none;color:var(--muted);line-height:1.6;font-size:13px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line2)}
    .faq-item.open .faq-answer{display:block}
    .faq-item.open .faq-arrow{transform:rotate(180deg)}
    .faq-arrow{transition:.2s ease}
    .vip-update-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:18px;margin-top:18px}
    .vip-update-card{border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.032);padding:20px}
    .vip-update-card .version{color:var(--gold2);font-weight:950;margin-bottom:10px}
    .vip-update-card p{color:var(--muted);line-height:1.6;font-size:14px}
    .support-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}
    .support-stat{border:1px solid var(--line2);border-radius:16px;background:rgba(255,255,255,.03);padding:16px}
    .support-stat small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;font-weight:850;margin-bottom:8px}
    .support-stat strong{font-size:22px;color:var(--gold2)}
    .donate-panel-inner{display:grid;gap:14px;margin-top:18px}
    .donate-point{border:1px solid rgba(216,164,54,.18);border-radius:14px;padding:14px;background:rgba(0,0,0,.16)}


    .server-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:14px}
    .btn-copy{min-height:44px;border:1px solid var(--line);background:rgba(255,255,255,.052);color:var(--text);border-radius:12px;padding:0 16px;font-size:14px;font-weight:950;cursor:pointer}
    .btn-copy:hover{transform:translateY(-2px)}
    .copy-toast{position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(20px);z-index:9998;background:rgba(7,10,15,.94);border:1px solid rgba(216,164,54,.30);box-shadow:0 18px 50px rgba(0,0,0,.38);color:var(--gold2);padding:13px 18px;border-radius:999px;opacity:0;pointer-events:none;transition:.25s ease;font-weight:850}
    .copy-toast.show{opacity:1;transform:translateX(-50%) translateY(0)}
    .map-preview{margin-top:18px;border:1px solid var(--line2);border-radius:18px;overflow:hidden;background:rgba(255,255,255,.03)}
    .map-preview img{display:block;width:100%;height:180px;object-fit:cover;filter:saturate(.9) brightness(.82)}
    .map-preview-info{padding:14px;display:flex;align-items:center;justify-content:space-between;gap:14px}
    .map-preview-info small{color:var(--muted);display:block;margin-bottom:4px;text-transform:uppercase;font-size:11px;font-weight:850}
    .map-preview-info b{color:var(--gold2)}
    .incident-strip{margin-top:18px;border:1px solid rgba(50,215,134,.18);border-radius:18px;background:rgba(50,215,134,.055);padding:16px;display:flex;align-items:center;justify-content:space-between;gap:18px}
    .incident-strip b{color:var(--green)}
    .incident-strip p{color:var(--muted);font-size:13px;margin-top:4px}
    .announcement-bar{border:1px solid var(--line2);background:rgba(255,255,255,.03);border-radius:18px;padding:13px 16px;margin-top:18px;display:flex;align-items:center;gap:12px;overflow:hidden}
    .announcement-bar strong{color:var(--gold2);white-space:nowrap}
    .announcement-track{white-space:nowrap;color:var(--muted);animation:announceMove 18s linear infinite}
    @keyframes announceMove{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
    .timeline-mini{display:grid;gap:12px;margin-top:18px}
    .timeline-item{border-left:2px solid rgba(216,164,54,.55);padding:4px 0 4px 16px}
    .timeline-item b{display:block;color:var(--gold2);margin-bottom:4px}
    .timeline-item small{color:var(--muted)}


    .page-intro{display:grid;grid-template-columns:1fr .42fr;gap:24px;align-items:end;margin-bottom:22px}
    .page-intro h1{font-size:clamp(38px,4vw,62px);line-height:1;letter-spacing:-2px;margin:10px 0 12px}
    .page-intro-card{border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.035);padding:18px}
    .page-intro-card small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;font-weight:850;margin-bottom:8px}
    .page-intro-card b{font-size:24px;color:var(--gold2)}
    .content-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
    .content-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
    .info-card-large{border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.032);padding:22px;min-height:175px}
    .info-card-large .icon{font-size:28px;color:var(--gold2);margin-bottom:14px}
    .info-card-large h3{margin-bottom:10px}
    .info-card-large p{color:var(--muted);line-height:1.65;font-size:14px}
    .wide-note{margin-top:18px;border:1px solid rgba(216,164,54,.24);border-radius:18px;background:linear-gradient(135deg,rgba(216,164,54,.075),rgba(255,255,255,.025));padding:22px}
    .wide-note h3{color:var(--gold2);margin-bottom:8px}.wide-note p{color:#d5dbe6;line-height:1.7}
    .process-line{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
    .process-step{border:1px solid var(--line2);border-radius:16px;background:rgba(255,255,255,.03);padding:16px}
    .process-step span{display:inline-grid;place-items:center;width:30px;height:30px;border-radius:50%;background:rgba(216,164,54,.14);color:var(--gold2);font-weight:950;margin-bottom:10px}
    .process-step b{display:block;margin-bottom:7px}.process-step small{color:var(--muted);line-height:1.5}
    .status-info-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px;margin-top:18px}
    .status-info-card{border:1px solid var(--line2);border-radius:16px;background:rgba(255,255,255,.03);padding:16px}
    .status-info-card small{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;font-weight:850;margin-bottom:8px}
    .status-info-card strong{font-size:20px;color:var(--green)}
    .timeline-panel{margin-top:18px;border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.03);padding:20px}
    .timeline-panel h3{margin-bottom:14px}
    .timeline-row{display:grid;grid-template-columns:120px 1fr;gap:18px;padding:14px 0;border-bottom:1px solid var(--line2)}
    .timeline-row:last-child{border-bottom:0}
    .timeline-row b{color:var(--gold2)}.timeline-row p{color:var(--muted);line-height:1.55;font-size:14px}


    /* === Beta Live v1 Premium Polish === */
    .page-panel,.card,.quick-card,.link-card,.info-card-large,.vip-update-card,.support-stat,.status-info-card,.live-card{
      transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
    }
    .page-panel:hover,.card:hover,.quick-card:hover,.link-card:hover,.info-card-large:hover,.vip-update-card:hover,.support-stat:hover,.status-info-card:hover,.live-card:hover{
      border-color:rgba(216,164,54,.16);
      box-shadow:0 16px 55px rgba(0,0,0,.20);
    }
    .quick-card:hover,.link-card:hover,.info-card-large:hover,.vip-update-card:hover,.support-stat:hover,.status-info-card:hover,.live-card:hover{
      transform:translateY(-3px);
    }
    .premium-map-card{
      position:relative;
      border:1px solid var(--line2);
      border-radius:20px;
      overflow:hidden;
      background:rgba(255,255,255,.032);
      margin-top:18px;
    }
    .premium-map-visual{
      position:relative;
      min-height:230px;
      background:#070b12;
      overflow:hidden;
    }
    .premium-map-visual img{
      width:100%;
      height:260px;
      object-fit:cover;
      display:block;
      filter:saturate(.9) brightness(.72);
      transform:scale(1.02);
      transition:transform .35s ease,filter .35s ease;
    }
    .premium-map-card:hover img{
      transform:scale(1.06);
      filter:saturate(1) brightness(.80);
    }
    .premium-map-overlay{
      position:absolute;
      inset:0;
      background:
        linear-gradient(180deg,rgba(0,0,0,.12),rgba(5,7,11,.84)),
        radial-gradient(circle at 80% 18%,rgba(216,164,54,.22),transparent 38%);
      display:flex;
      flex-direction:column;
      justify-content:flex-end;
      padding:22px;
    }
    .premium-map-overlay small{
      color:var(--muted);
      text-transform:uppercase;
      font-weight:950;
      letter-spacing:.7px;
      font-size:11px;
      margin-bottom:8px;
    }
    .premium-map-overlay h3{
      font-size:34px;
      color:var(--gold2);
      line-height:1;
      margin-bottom:8px;
    }
    .premium-map-overlay p{
      color:#d6deea;
      font-size:13px;
    }
    .map-live-badge{
      position:absolute;
      top:16px;
      right:16px;
      display:flex;
      align-items:center;
      gap:8px;
      padding:8px 11px;
      border-radius:999px;
      background:rgba(50,215,134,.10);
      border:1px solid rgba(50,215,134,.25);
      color:var(--green);
      font-size:11px;
      font-weight:950;
    }
    .map-meta-grid{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      padding:14px;
    }
    .map-meta{
      border:1px solid var(--line2);
      border-radius:13px;
      padding:12px;
      background:rgba(255,255,255,.025);
    }
    .map-meta small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:850;margin-bottom:5px}
    .map-meta b{font-size:14px}
    .incident-history{margin-top:18px;border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.03);padding:20px}
    .incident-history h3{margin-bottom:14px}
    .incident-row{display:grid;grid-template-columns:130px 1fr auto;gap:18px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line2)}
    .incident-row:last-child{border-bottom:0}
    .incident-row small{color:var(--muted)}
    .incident-row b{display:block;margin-bottom:4px}
    .roadmap-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
    .roadmap-card{border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.032);padding:20px}
    .roadmap-card span{display:inline-flex;padding:6px 10px;border-radius:999px;background:rgba(216,164,54,.10);border:1px solid rgba(216,164,54,.22);color:var(--gold2);font-size:11px;font-weight:950;margin-bottom:13px}
    .roadmap-card h3{margin-bottom:8px}
    .roadmap-card p{color:var(--muted);line-height:1.6;font-size:14px}
    .support-breakdown{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:18px}
    .support-breakdown-card{border:1px solid var(--line2);border-radius:16px;background:rgba(255,255,255,.03);padding:16px;text-align:center}
    .support-breakdown-card div{font-size:26px;margin-bottom:9px;color:var(--gold2)}
    .support-breakdown-card b{display:block;margin-bottom:6px}
    .support-breakdown-card small{color:var(--muted);line-height:1.45}
    .identity-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
    .identity-card{border:1px solid var(--line2);border-radius:16px;background:rgba(255,255,255,.03);padding:16px}
    .identity-card small{display:block;color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:850;margin-bottom:8px}
    .identity-card b{color:var(--gold2);font-size:18px}
    .mouse-glow{
      position:fixed;
      width:420px;height:420px;
      pointer-events:none;
      z-index:-1;
      border-radius:50%;
      background:radial-gradient(circle,rgba(216,164,54,.065),transparent 62%);
      transform:translate(-50%,-50%);
      opacity:.65;
      transition:opacity .2s ease;
    }


    /* === Final Live Release Page Polish === */
    .status-hero-grid{display:grid;grid-template-columns:1fr .38fr;gap:18px;margin-top:18px}
    .status-big-panel{border:1px solid var(--line2);border-radius:20px;background:rgba(255,255,255,.032);padding:22px}
    .system-row{display:grid;grid-template-columns:48px 1fr auto;gap:14px;align-items:center;padding:16px 0;border-bottom:1px solid var(--line2)}
    .system-row:last-child{border-bottom:0}
    .system-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:rgba(255,255,255,.04);color:var(--gold2);font-size:20px}
    .system-row b{display:block;margin-bottom:5px}.system-row small{color:var(--muted)}
    .status-side-stack{display:grid;gap:14px}
    .compact-card{border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.032);padding:18px}
    .compact-card h3{margin-bottom:14px}
    .server-line{display:flex;justify-content:space-between;gap:14px;border:1px solid var(--line2);border-radius:12px;background:rgba(255,255,255,.03);padding:12px;margin-top:10px;font-size:13px}
    .server-line span{color:var(--muted)}
    .premium-map-card.final{margin-top:0}
    .status-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
    .network-card{border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.032);padding:20px}
    .network-list{display:grid;gap:12px;margin-top:14px}
    .network-item{display:flex;justify-content:space-between;gap:14px;border-bottom:1px solid var(--line2);padding-bottom:12px}
    .network-item:last-child{border-bottom:0;padding-bottom:0}
    .network-item span{color:var(--muted)}
    .vip-release-hero{display:grid;grid-template-columns:1fr .42fr;gap:20px;align-items:stretch;margin-top:18px}
    .release-card-main{border:1px solid rgba(216,164,54,.22);border-radius:20px;background:linear-gradient(135deg,rgba(216,164,54,.09),rgba(255,255,255,.026));padding:24px}
    .release-card-main h2{font-size:34px;margin:8px 0 10px}
    .release-side{border:1px solid var(--line2);border-radius:20px;background:rgba(255,255,255,.032);padding:22px}
    .release-side .server-line b{color:var(--green)}
    .version-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:18px}
    .version-card{border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.032);padding:20px;position:relative;overflow:hidden}
    .version-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 85% 0%,rgba(216,164,54,.10),transparent 35%);pointer-events:none}
    .version-card>*{position:relative;z-index:2}
    .version-badge{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(216,164,54,.10);border:1px solid rgba(216,164,54,.22);color:var(--gold2);font-size:11px;font-weight:950;margin-bottom:14px}
    .version-card h3{margin-bottom:9px}.version-card p{color:var(--muted);line-height:1.6;font-size:14px}
    .release-roadmap{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}
    .release-list{display:grid;gap:12px;margin-top:14px}
    .release-item{border:1px solid var(--line2);border-radius:14px;background:rgba(255,255,255,.03);padding:14px}
    .release-item b{display:block;margin-bottom:6px;color:var(--gold2)}.release-item small{color:var(--muted);line-height:1.5}
    .dev-note{border:1px solid rgba(50,215,134,.18);border-radius:18px;background:rgba(50,215,134,.045);padding:18px;margin-top:18px}
    .dev-note b{color:var(--green)}.dev-note p{color:var(--muted);line-height:1.65;margin-top:8px}


    /* === Final Map Preview Fix === */
    .premium-map-card{
      border-radius:22px;
      overflow:hidden;
      background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.022));
    }
    .premium-map-visual{
      min-height:260px;
    }
    .premium-map-visual img{
      height:300px;
      opacity:.72;
      filter:saturate(.92) brightness(.68) contrast(1.05);
    }
    .premium-map-overlay{
      padding:24px;
      background:
        linear-gradient(180deg,rgba(5,7,11,.08),rgba(5,7,11,.88)),
        linear-gradient(90deg,rgba(5,7,11,.70),rgba(5,7,11,.18)),
        radial-gradient(circle at 84% 16%,rgba(216,164,54,.18),transparent 34%);
    }
    .premium-map-overlay h3{
      max-width:100%;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      font-size:clamp(28px,3vw,42px);
      letter-spacing:-1px;
      text-shadow:0 10px 30px rgba(0,0,0,.35);
    }
    .premium-map-overlay p{
      max-width:100%;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    .map-meta-grid{
      background:rgba(5,7,11,.42);
      border-top:1px solid var(--line2);
    }
    .map-meta{
      min-width:0;
    }
    .map-meta b{
      display:block;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
    }
    @media(max-width:650px){
      .premium-map-visual{min-height:220px}
      .premium-map-visual img{height:250px}
      .premium-map-overlay{padding:18px}
      .premium-map-overlay h3{font-size:30px}
    }


    /* === Status Map Clean Card v1.5 === */
    .live-map-clean{
      border:1px solid var(--line2);
      border-radius:20px;
      background:
        radial-gradient(circle at 88% 0%,rgba(216,164,54,.14),transparent 38%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.022));
      overflow:hidden;
      margin-top:14px;
    }
    .live-map-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:18px;
      padding:22px;
      border-bottom:1px solid var(--line2);
      min-height:150px;
    }
    .live-map-head small{
      display:block;
      color:var(--muted);
      font-size:11px;
      text-transform:uppercase;
      font-weight:950;
      letter-spacing:.8px;
      margin-bottom:10px;
    }
    .live-map-head h3{
      color:var(--gold2);
      font-size:clamp(32px,3vw,46px);
      line-height:1;
      letter-spacing:-1.4px;
      max-width:100%;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      margin-bottom:10px;
    }
    .live-map-head p{color:#d6deea;font-size:14px;line-height:1.5}
    .map-live-badge-clean{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 12px;
      border-radius:999px;
      background:rgba(50,215,134,.10);
      border:1px solid rgba(50,215,134,.25);
      color:var(--green);
      font-size:11px;
      font-weight:950;
      white-space:nowrap;
    }
    .live-map-body{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:10px;
      padding:14px;
      background:rgba(5,7,11,.30);
    }
    .live-map-stat{
      border:1px solid var(--line2);
      border-radius:14px;
      background:rgba(255,255,255,.032);
      padding:14px;
      min-width:0;
    }
    .live-map-stat small{
      display:block;
      color:var(--muted);
      font-size:10px;
      text-transform:uppercase;
      font-weight:950;
      letter-spacing:.5px;
      margin-bottom:7px;
    }
    .live-map-stat b{
      display:block;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      font-size:17px;
    }
    .live-map-footer{
      border-top:1px solid var(--line2);
      padding:13px 16px;
      color:var(--muted);
      font-size:12px;
      background:rgba(255,255,255,.018);
    }
    @media(max-width:650px){
      .live-map-head{display:block;min-height:auto}
      .map-live-badge-clean{margin-top:14px}
      .live-map-body{grid-template-columns:1fr}
      .live-map-head h3{font-size:34px}
    }


    /* === Final Optimized Unified Server Card v1.6 === */
    .server-unified-card{
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.14),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      overflow:hidden;
      padding:0;
    }
    .server-unified-head{
      display:flex;
      align-items:flex-start;
      justify-content:space-between;
      gap:16px;
      padding:22px;
      border-bottom:1px solid var(--line2);
    }
    .server-unified-head small,
    .server-map-block small,
    .server-unified-item small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-weight:950;
      letter-spacing:.7px;
      font-size:10px;
      margin-bottom:7px;
    }
    .server-unified-head h3{
      font-size:22px;
      margin-bottom:6px;
      line-height:1.1;
    }
    .server-unified-head p{
      color:var(--muted);
      font-size:13px;
    }
    .server-live-pill{
      display:inline-flex;
      align-items:center;
      gap:8px;
      padding:8px 11px;
      border-radius:999px;
      background:rgba(50,215,134,.10);
      border:1px solid rgba(50,215,134,.25);
      color:var(--green);
      font-size:11px;
      font-weight:950;
      white-space:nowrap;
    }
    .server-map-block{
      padding:24px 22px;
      border-bottom:1px solid var(--line2);
      background:
        linear-gradient(90deg,rgba(216,164,54,.07),transparent),
        rgba(5,7,11,.24);
    }
    .server-map-block strong{
      display:block;
      color:var(--gold2);
      font-size:clamp(30px,3vw,44px);
      line-height:1;
      letter-spacing:-1.2px;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      margin-bottom:9px;
    }
    .server-map-block span{
      color:#d7deea;
      font-size:13px;
    }
    .server-unified-grid{
      display:grid;
      grid-template-columns:repeat(2,1fr);
      gap:10px;
      padding:14px;
      border-bottom:1px solid var(--line2);
    }
    .server-unified-item{
      border:1px solid var(--line2);
      border-radius:14px;
      background:rgba(255,255,255,.032);
      padding:14px;
      min-width:0;
    }
    .server-unified-item b{
      display:block;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      font-size:17px;
    }
    .server-unified-info{
      display:grid;
      gap:10px;
      padding:14px;
      border-bottom:1px solid var(--line2);
    }
    .server-unified-info div{
      display:flex;
      justify-content:space-between;
      gap:14px;
      border:1px solid var(--line2);
      border-radius:13px;
      padding:12px;
      background:rgba(255,255,255,.025);
      font-size:13px;
    }
    .server-unified-info span{color:var(--muted)}
    .server-unified-info b{
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      max-width:60%;
      text-align:right;
    }
    .server-actions.unified{
      padding:14px;
      margin-top:0;
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:10px;
    }
    .server-actions.unified .btn,
    .server-actions.unified .btn-copy{
      width:100%;
      min-height:44px;
    }

    @media(max-width:650px){
      .server-unified-head{display:block}
      .server-live-pill{margin-top:14px}
      .server-unified-grid{grid-template-columns:1fr}
      .server-actions.unified{grid-template-columns:1fr}
      .server-map-block strong{font-size:34px}
      .server-unified-info div{display:block}
      .server-unified-info b{display:block;max-width:100%;text-align:left;margin-top:6px}
    }


    /* === BCS Infrastructure Monitoring Status === */
    .external-provider-card{
      margin-top:18px;
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.12),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      overflow:hidden;
    }
    .external-provider-head{
      display:flex;
      justify-content:space-between;
      align-items:flex-start;
      gap:20px;
      padding:22px;
      border-bottom:1px solid var(--line2);
    }
    .external-provider-head small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .external-provider-head h3{
      font-size:26px;
      margin-bottom:8px;
    }
    .external-provider-head p{
      color:var(--muted);
      line-height:1.6;
      max-width:760px;
    }
    .provider-badge{
      display:inline-flex;
      align-items:center;
      gap:8px;
      border-radius:999px;
      padding:9px 12px;
      font-size:11px;
      font-weight:950;
      white-space:nowrap;
      border:1px solid rgba(50,215,134,.24);
      background:rgba(50,215,134,.08);
      color:var(--green);
    }
    .provider-badge.degraded{
      border-color:rgba(216,164,54,.32);
      background:rgba(216,164,54,.10);
      color:var(--gold2);
    }
    .provider-badge.outage{
      border-color:rgba(255,88,116,.32);
      background:rgba(255,88,116,.10);
      color:var(--red);
    }
    .provider-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      padding:16px;
    }
    .provider-metric{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.03);
      padding:16px;
      min-width:0;
    }
    .provider-metric small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      margin-bottom:8px;
      letter-spacing:.5px;
    }
    .provider-metric b{
      display:block;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      font-size:17px;
    }
    .provider-note{
      border-top:1px solid var(--line2);
      padding:15px 18px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
      color:var(--muted);
      font-size:13px;
      background:rgba(255,255,255,.018);
    }
    .provider-note a{
      color:var(--gold2);
      text-decoration:none;
      font-weight:950;
      white-space:nowrap;
    }

    /* === BCS Infrastructure Live Incidents === */
    .bcs-live-incidents{
      border-top:1px solid var(--line2);
      padding:16px;
      background:rgba(5,7,11,.22);
    }
    .bcs-live-incidents-head{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      margin-bottom:12px;
    }
    .bcs-live-incidents-head h4{
      font-size:16px;
      margin:0;
    }
    .bcs-live-incidents-head small{
      color:var(--muted);
      font-size:12px;
    }
    .incident-live-list{
      display:grid;
      gap:10px;
    }
    .incident-live-item{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:14px;
      align-items:start;
    }
    .incident-live-item b{
      display:block;
      margin-bottom:6px;
      color:var(--text);
    }
    .incident-live-item small{
      color:var(--muted);
      line-height:1.45;
    }
    .incident-severity{
      display:inline-flex;
      border-radius:999px;
      padding:6px 9px;
      font-size:10px;
      font-weight:950;
      text-transform:uppercase;
      border:1px solid rgba(216,164,54,.28);
      color:var(--gold2);
      background:rgba(216,164,54,.08);
      white-space:nowrap;
    }
    .incident-severity.critical{
      border-color:rgba(255,88,116,.34);
      color:var(--red);
      background:rgba(255,88,116,.10);
    }
    .incident-severity.minor{
      border-color:rgba(216,164,54,.28);
      color:var(--gold2);
      background:rgba(216,164,54,.08);
    }
    .incident-severity.notice{
      border-color:rgba(106,132,255,.28);
      color:var(--blue);
      background:rgba(106,132,255,.08);
    }
    .incident-live-item a{
      color:var(--gold2);
      text-decoration:none;
      font-size:12px;
      font-weight:950;
      display:inline-block;
      margin-top:8px;
    }
    @media(max-width:650px){
      .incident-live-item{grid-template-columns:1fr}
      .bcs-live-incidents-head{display:block}
      .bcs-live-incidents-head small{display:block;margin-top:6px}
    }


    /* === Navigation Dropdown + Infrastructure Page v2.2 === */
    .nav-dropdown{position:relative;display:flex;align-items:center}
    .nav-dropdown>a{color:var(--muted);text-decoration:none;font-size:13px;font-weight:850;padding:8px 0;border-bottom:2px solid transparent}
    .nav-dropdown>a:hover,.nav-dropdown>a.active{color:var(--gold2);border-color:var(--gold)}
    .nav-dropdown-menu{
      position:absolute;
      top:100%;
      left:50%;
      transform:translateX(-50%) translateY(12px);
      min-width:240px;
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(7,10,15,.96);
      backdrop-filter:blur(18px);
      box-shadow:0 24px 70px rgba(0,0,0,.38);
      padding:8px;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:.18s ease;
      z-index:200;
    }
    .nav-dropdown:hover .nav-dropdown-menu{
      opacity:1;
      visibility:visible;
      pointer-events:auto;
      transform:translateX(-50%) translateY(6px);
    }
    .nav-dropdown-menu a{
      display:block;
      padding:12px 13px;
      border-radius:12px;
      color:var(--muted);
      text-decoration:none;
      font-size:13px;
      font-weight:850;
      border:0;
    }
    .nav-dropdown-menu a:hover{
      color:var(--gold2);
      background:rgba(216,164,54,.08);
    }
    .infra-hero{
      display:grid;
      grid-template-columns:1fr .42fr;
      gap:20px;
      align-items:stretch;
      margin-bottom:18px;
    }
    .infra-hero-main{
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 88% 0%,rgba(216,164,54,.14),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:26px;
    }
    .infra-hero-main h1{
      font-size:clamp(42px,4vw,64px);
      line-height:1;
      letter-spacing:-2px;
      margin:13px 0;
    }
    .infra-hero-main p{color:var(--muted);line-height:1.7;max-width:760px}
    .infra-alert-card{
      border:1px solid rgba(255,88,116,.24);
      border-radius:22px;
      background:
        radial-gradient(circle at 100% 0%,rgba(255,88,116,.14),transparent 35%),
        rgba(255,255,255,.032);
      padding:24px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .infra-alert-card small{
      color:var(--muted);
      font-size:11px;
      text-transform:uppercase;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:10px;
      display:block;
    }
    .infra-alert-card b{
      color:var(--red);
      font-size:28px;
      line-height:1.1;
    }
    .infra-status-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .infra-metric{
      border:1px solid var(--line2);
      border-radius:18px;
      background:rgba(255,255,255,.032);
      padding:18px;
      min-width:0;
    }
    .infra-metric small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      margin-bottom:8px;
      letter-spacing:.5px;
    }
    .infra-metric b{
      display:block;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      font-size:18px;
    }
    .infra-incidents-panel{
      margin-top:18px;
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      overflow:hidden;
    }
    .infra-incidents-head{
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:flex-start;
      padding:22px;
      border-bottom:1px solid var(--line2);
    }
    .infra-incidents-head h2{font-size:26px;margin-bottom:8px}
    .infra-incidents-head p{color:var(--muted);line-height:1.6}
    .infra-incident-list{
      display:grid;
      gap:12px;
      padding:18px;
    }
    .infra-incident{
      border:1px solid var(--line2);
      border-radius:18px;
      background:
        linear-gradient(90deg,rgba(255,88,116,.045),transparent),
        rgba(255,255,255,.026);
      padding:18px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:16px;
      align-items:start;
    }
    .infra-incident h3{
      font-size:18px;
      margin-bottom:7px;
    }
    .infra-incident p{
      color:var(--muted);
      font-size:13px;
      line-height:1.5;
    }
    .infra-incident a{
      color:var(--gold2);
      text-decoration:none;
      font-weight:950;
      font-size:12px;
      display:inline-block;
      margin-top:10px;
    }
    .infra-source-note{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:rgba(216,164,54,.055);
      padding:18px;
      color:var(--muted);
      line-height:1.6;
    }
    .status-infra-link{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:linear-gradient(135deg,rgba(216,164,54,.075),rgba(255,255,255,.025));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .status-infra-link h3{color:var(--gold2);margin-bottom:6px}
    .status-infra-link p{color:var(--muted);line-height:1.5}

    /* === Final Navigation Dropdown System v2.3 === */
    .main-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:28px;
    }
    .main-nav .nav-dropdown{
      position:relative;
      display:flex;
      align-items:center;
      min-height:70px;
    }
    .main-nav .nav-dropdown>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-dropdown>a:hover,
    .main-nav .nav-dropdown>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav .nav-dropdown::after{
      content:"";
      position:absolute;
      left:-18px;
      right:-18px;
      top:62px;
      height:26px;
      pointer-events:auto;
    }
    .main-nav .nav-dropdown-menu{
      position:absolute;
      top:72px;
      left:50%;
      transform:translateX(-50%) translateY(10px);
      min-width:285px;
      border:1px solid var(--line2);
      border-radius:18px;
      background:rgba(7,10,15,.97);
      backdrop-filter:blur(18px);
      box-shadow:0 26px 80px rgba(0,0,0,.42);
      padding:9px;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
      z-index:500;
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      opacity:1;
      visibility:visible;
      pointer-events:auto;
      transform:translateX(-50%) translateY(0);
    }
    .main-nav .nav-dropdown-menu::before{
      content:"";
      position:absolute;
      top:-16px;
      left:0;
      right:0;
      height:18px;
    }
    .main-nav .nav-dropdown-menu a{
      display:block;
      padding:13px 14px;
      border-radius:13px;
      color:var(--text);
      text-decoration:none;
      border:0;
      transition:.16s ease;
    }
    .main-nav .nav-dropdown-menu a:hover{
      background:rgba(216,164,54,.08);
      transform:translateX(3px);
    }
    .main-nav .nav-dropdown-menu a span{
      display:block;
      font-size:14px;
      font-weight:950;
      color:var(--text);
      margin-bottom:4px;
    }
    .main-nav .nav-dropdown-menu a small{
      display:block;
      color:var(--muted);
      font-size:12px;
      line-height:1.35;
    }
    .main-nav .nav-dropdown-menu a:hover span{
      color:var(--gold2);
    }

    /* === BCS Next Level Beta v2.4 === */
    .animated-grid-bg{
      position:fixed;
      inset:0;
      z-index:-3;
      pointer-events:none;
      background:
        linear-gradient(rgba(216,164,54,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,164,54,.022) 1px, transparent 1px);
      background-size:72px 72px;
      mask-image:radial-gradient(circle at 50% 20%,black,transparent 72%);
      animation:gridFloat 24s linear infinite;
      opacity:.55;
    }
    @keyframes gridFloat{from{background-position:0 0}to{background-position:72px 72px}}

    .incident-top-banner{
      display:none;
      position:sticky;
      top:0;
      z-index:800;
      border-bottom:1px solid rgba(216,164,54,.22);
      background:linear-gradient(90deg,rgba(216,164,54,.13),rgba(255,88,116,.10));
      backdrop-filter:blur(14px);
      padding:10px 0;
    }
    .incident-top-banner.show{display:block}
    .incident-top-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      font-size:13px;
      color:#f4d184;
      font-weight:850;
    }
    .incident-top-inner a{
      color:var(--gold2);
      text-decoration:none;
      font-weight:950;
      white-space:nowrap;
    }

    .activity-feed{
      margin-top:18px;
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      overflow:hidden;
    }
    .activity-head{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-head h3{margin:0}
    .activity-head small{color:var(--muted)}
    .activity-list{display:grid}
    .activity-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:16px;
      align-items:center;
      padding:15px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-item:last-child{border-bottom:0}
    .activity-time{color:var(--muted);font-size:12px;font-weight:850}
    .activity-item b{display:block;margin-bottom:4px}
    .activity-item p{color:var(--muted);font-size:13px}
    .activity-tag{
      display:inline-flex;
      border-radius:999px;
      padding:6px 10px;
      background:rgba(216,164,54,.09);
      border:1px solid rgba(216,164,54,.20);
      color:var(--gold2);
      font-size:10px;
      font-weight:950;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .api-health-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:18px;
    }
    .api-health-card{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .api-health-card small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      margin-bottom:8px;
    }
    .api-health-card b{color:var(--green);font-size:18px}

    .roadmap-hero{
      display:grid;
      grid-template-columns:1fr .42fr;
      gap:20px;
      margin-bottom:18px;
    }
    .roadmap-main{
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 90% 0%,rgba(216,164,54,.14),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:28px;
    }
    .roadmap-main h1{
      font-size:clamp(42px,4vw,64px);
      line-height:1;
      letter-spacing:-2px;
      margin:12px 0;
    }
    .roadmap-main p{color:var(--muted);line-height:1.7;max-width:780px}
    .roadmap-side{
      border:1px solid rgba(216,164,54,.22);
      border-radius:22px;
      background:rgba(216,164,54,.055);
      padding:24px;
    }
    .roadmap-side small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      margin-bottom:10px;
    }
    .roadmap-side b{font-size:28px;color:var(--gold2)}
    .roadmap-board{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      margin-top:18px;
    }
    .roadmap-column{
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      padding:18px;
    }
    .roadmap-column h3{margin-bottom:14px}
    .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.032);
      padding:14px;
      margin-bottom:12px;
    }
    .roadmap-task b{display:block;margin-bottom:6px;color:var(--gold2)}
    .roadmap-task small{color:var(--muted);line-height:1.45}

    .floating-connect{
      min-width:245px;
      justify-content:flex-start;
    }
    .floating-connect .live-mini{
      display:block;
      color:var(--muted);
      font-size:11px;
      margin-top:3px;
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .api-health-grid{grid-template-columns:repeat(2,1fr)}
      .roadmap-hero{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .activity-item{grid-template-columns:1fr}
      .incident-top-inner{display:block}
      .incident-top-inner a{display:inline-block;margin-top:6px}
    }
    @media(max-width:650px){
      .api-health-grid{grid-template-columns:1fr}
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{
        gap:18px;
        flex-wrap:wrap;
      }
      .main-nav .nav-dropdown{min-height:auto}
      .main-nav .nav-dropdown>a{padding:10px 0}
      .main-nav .nav-dropdown-menu{
        top:42px;
      }
      .main-nav .nav-dropdown::after{
        top:34px;
      }
    }


    /* === BCS Next Level Beta v2.4 === */
    .animated-grid-bg{
      position:fixed;
      inset:0;
      z-index:-3;
      pointer-events:none;
      background:
        linear-gradient(rgba(216,164,54,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,164,54,.022) 1px, transparent 1px);
      background-size:72px 72px;
      mask-image:radial-gradient(circle at 50% 20%,black,transparent 72%);
      animation:gridFloat 24s linear infinite;
      opacity:.55;
    }
    @keyframes gridFloat{from{background-position:0 0}to{background-position:72px 72px}}

    .incident-top-banner{
      display:none;
      position:sticky;
      top:0;
      z-index:800;
      border-bottom:1px solid rgba(216,164,54,.22);
      background:linear-gradient(90deg,rgba(216,164,54,.13),rgba(255,88,116,.10));
      backdrop-filter:blur(14px);
      padding:10px 0;
    }
    .incident-top-banner.show{display:block}
    .incident-top-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      font-size:13px;
      color:#f4d184;
      font-weight:850;
    }
    .incident-top-inner a{
      color:var(--gold2);
      text-decoration:none;
      font-weight:950;
      white-space:nowrap;
    }

    .activity-feed{
      margin-top:18px;
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      overflow:hidden;
    }
    .activity-head{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-head h3{margin:0}
    .activity-head small{color:var(--muted)}
    .activity-list{display:grid}
    .activity-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:16px;
      align-items:center;
      padding:15px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-item:last-child{border-bottom:0}
    .activity-time{color:var(--muted);font-size:12px;font-weight:850}
    .activity-item b{display:block;margin-bottom:4px}
    .activity-item p{color:var(--muted);font-size:13px}
    .activity-tag{
      display:inline-flex;
      border-radius:999px;
      padding:6px 10px;
      background:rgba(216,164,54,.09);
      border:1px solid rgba(216,164,54,.20);
      color:var(--gold2);
      font-size:10px;
      font-weight:950;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .api-health-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:18px;
    }
    .api-health-card{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .api-health-card small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      margin-bottom:8px;
    }
    .api-health-card b{color:var(--green);font-size:18px}

    .roadmap-hero{
      display:grid;
      grid-template-columns:1fr .42fr;
      gap:20px;
      margin-bottom:18px;
    }
    .roadmap-main{
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 90% 0%,rgba(216,164,54,.14),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:28px;
    }
    .roadmap-main h1{
      font-size:clamp(42px,4vw,64px);
      line-height:1;
      letter-spacing:-2px;
      margin:12px 0;
    }
    .roadmap-main p{color:var(--muted);line-height:1.7;max-width:780px}
    .roadmap-side{
      border:1px solid rgba(216,164,54,.22);
      border-radius:22px;
      background:rgba(216,164,54,.055);
      padding:24px;
    }
    .roadmap-side small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      margin-bottom:10px;
    }
    .roadmap-side b{font-size:28px;color:var(--gold2)}
    .roadmap-board{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      margin-top:18px;
    }
    .roadmap-column{
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      padding:18px;
    }
    .roadmap-column h3{margin-bottom:14px}
    .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.032);
      padding:14px;
      margin-bottom:12px;
    }
    .roadmap-task b{display:block;margin-bottom:6px;color:var(--gold2)}
    .roadmap-task small{color:var(--muted);line-height:1.45}

    .floating-connect{
      min-width:245px;
      justify-content:flex-start;
    }
    .floating-connect .live-mini{
      display:block;
      color:var(--muted);
      font-size:11px;
      margin-top:3px;
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .api-health-grid{grid-template-columns:repeat(2,1fr)}
      .roadmap-hero{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .activity-item{grid-template-columns:1fr}
      .incident-top-inner{display:block}
      .incident-top-inner a{display:inline-block;margin-top:6px}
    }
    @media(max-width:650px){
      .api-health-grid{grid-template-columns:1fr}
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
      .status-infra-link{display:block}
      .status-infra-link .btn{margin-top:14px}
    }
    @media(max-width:650px){
      .infra-status-grid{grid-template-columns:1fr}
      .infra-incidents-head{display:block}
      .infra-incident{grid-template-columns:1fr}
    }


    /* === Final Navigation Dropdown System v2.3 === */
    .main-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:28px;
    }
    .main-nav .nav-dropdown{
      position:relative;
      display:flex;
      align-items:center;
      min-height:70px;
    }
    .main-nav .nav-dropdown>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-dropdown>a:hover,
    .main-nav .nav-dropdown>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav .nav-dropdown::after{
      content:"";
      position:absolute;
      left:-18px;
      right:-18px;
      top:62px;
      height:26px;
      pointer-events:auto;
    }
    .main-nav .nav-dropdown-menu{
      position:absolute;
      top:72px;
      left:50%;
      transform:translateX(-50%) translateY(10px);
      min-width:285px;
      border:1px solid var(--line2);
      border-radius:18px;
      background:rgba(7,10,15,.97);
      backdrop-filter:blur(18px);
      box-shadow:0 26px 80px rgba(0,0,0,.42);
      padding:9px;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
      z-index:500;
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      opacity:1;
      visibility:visible;
      pointer-events:auto;
      transform:translateX(-50%) translateY(0);
    }
    .main-nav .nav-dropdown-menu::before{
      content:"";
      position:absolute;
      top:-16px;
      left:0;
      right:0;
      height:18px;
    }
    .main-nav .nav-dropdown-menu a{
      display:block;
      padding:13px 14px;
      border-radius:13px;
      color:var(--text);
      text-decoration:none;
      border:0;
      transition:.16s ease;
    }
    .main-nav .nav-dropdown-menu a:hover{
      background:rgba(216,164,54,.08);
      transform:translateX(3px);
    }
    .main-nav .nav-dropdown-menu a span{
      display:block;
      font-size:14px;
      font-weight:950;
      color:var(--text);
      margin-bottom:4px;
    }
    .main-nav .nav-dropdown-menu a small{
      display:block;
      color:var(--muted);
      font-size:12px;
      line-height:1.35;
    }
    .main-nav .nav-dropdown-menu a:hover span{
      color:var(--gold2);
    }

    /* === BCS Next Level Beta v2.4 === */
    .animated-grid-bg{
      position:fixed;
      inset:0;
      z-index:-3;
      pointer-events:none;
      background:
        linear-gradient(rgba(216,164,54,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,164,54,.022) 1px, transparent 1px);
      background-size:72px 72px;
      mask-image:radial-gradient(circle at 50% 20%,black,transparent 72%);
      animation:gridFloat 24s linear infinite;
      opacity:.55;
    }
    @keyframes gridFloat{from{background-position:0 0}to{background-position:72px 72px}}

    .incident-top-banner{
      display:none;
      position:sticky;
      top:0;
      z-index:800;
      border-bottom:1px solid rgba(216,164,54,.22);
      background:linear-gradient(90deg,rgba(216,164,54,.13),rgba(255,88,116,.10));
      backdrop-filter:blur(14px);
      padding:10px 0;
    }
    .incident-top-banner.show{display:block}
    .incident-top-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      font-size:13px;
      color:#f4d184;
      font-weight:850;
    }
    .incident-top-inner a{
      color:var(--gold2);
      text-decoration:none;
      font-weight:950;
      white-space:nowrap;
    }

    .activity-feed{
      margin-top:18px;
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      overflow:hidden;
    }
    .activity-head{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-head h3{margin:0}
    .activity-head small{color:var(--muted)}
    .activity-list{display:grid}
    .activity-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:16px;
      align-items:center;
      padding:15px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-item:last-child{border-bottom:0}
    .activity-time{color:var(--muted);font-size:12px;font-weight:850}
    .activity-item b{display:block;margin-bottom:4px}
    .activity-item p{color:var(--muted);font-size:13px}
    .activity-tag{
      display:inline-flex;
      border-radius:999px;
      padding:6px 10px;
      background:rgba(216,164,54,.09);
      border:1px solid rgba(216,164,54,.20);
      color:var(--gold2);
      font-size:10px;
      font-weight:950;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .api-health-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:18px;
    }
    .api-health-card{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .api-health-card small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      margin-bottom:8px;
    }
    .api-health-card b{color:var(--green);font-size:18px}

    .roadmap-hero{
      display:grid;
      grid-template-columns:1fr .42fr;
      gap:20px;
      margin-bottom:18px;
    }
    .roadmap-main{
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 90% 0%,rgba(216,164,54,.14),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:28px;
    }
    .roadmap-main h1{
      font-size:clamp(42px,4vw,64px);
      line-height:1;
      letter-spacing:-2px;
      margin:12px 0;
    }
    .roadmap-main p{color:var(--muted);line-height:1.7;max-width:780px}
    .roadmap-side{
      border:1px solid rgba(216,164,54,.22);
      border-radius:22px;
      background:rgba(216,164,54,.055);
      padding:24px;
    }
    .roadmap-side small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      margin-bottom:10px;
    }
    .roadmap-side b{font-size:28px;color:var(--gold2)}
    .roadmap-board{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      margin-top:18px;
    }
    .roadmap-column{
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      padding:18px;
    }
    .roadmap-column h3{margin-bottom:14px}
    .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.032);
      padding:14px;
      margin-bottom:12px;
    }
    .roadmap-task b{display:block;margin-bottom:6px;color:var(--gold2)}
    .roadmap-task small{color:var(--muted);line-height:1.45}

    .floating-connect{
      min-width:245px;
      justify-content:flex-start;
    }
    .floating-connect .live-mini{
      display:block;
      color:var(--muted);
      font-size:11px;
      margin-top:3px;
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .api-health-grid{grid-template-columns:repeat(2,1fr)}
      .roadmap-hero{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .activity-item{grid-template-columns:1fr}
      .incident-top-inner{display:block}
      .incident-top-inner a{display:inline-block;margin-top:6px}
    }
    @media(max-width:650px){
      .api-health-grid{grid-template-columns:1fr}
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{
        gap:18px;
        flex-wrap:wrap;
      }
      .main-nav .nav-dropdown{min-height:auto}
      .main-nav .nav-dropdown>a{padding:10px 0}
      .main-nav .nav-dropdown-menu{
        top:42px;
      }
      .main-nav .nav-dropdown::after{
        top:34px;
      }
    }


    /* === BCS Next Level Beta v2.4 === */
    .animated-grid-bg{
      position:fixed;
      inset:0;
      z-index:-3;
      pointer-events:none;
      background:
        linear-gradient(rgba(216,164,54,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,164,54,.022) 1px, transparent 1px);
      background-size:72px 72px;
      mask-image:radial-gradient(circle at 50% 20%,black,transparent 72%);
      animation:gridFloat 24s linear infinite;
      opacity:.55;
    }
    @keyframes gridFloat{from{background-position:0 0}to{background-position:72px 72px}}

    .incident-top-banner{
      display:none;
      position:sticky;
      top:0;
      z-index:800;
      border-bottom:1px solid rgba(216,164,54,.22);
      background:linear-gradient(90deg,rgba(216,164,54,.13),rgba(255,88,116,.10));
      backdrop-filter:blur(14px);
      padding:10px 0;
    }
    .incident-top-banner.show{display:block}
    .incident-top-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      font-size:13px;
      color:#f4d184;
      font-weight:850;
    }
    .incident-top-inner a{
      color:var(--gold2);
      text-decoration:none;
      font-weight:950;
      white-space:nowrap;
    }

    .activity-feed{
      margin-top:18px;
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      overflow:hidden;
    }
    .activity-head{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-head h3{margin:0}
    .activity-head small{color:var(--muted)}
    .activity-list{display:grid}
    .activity-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:16px;
      align-items:center;
      padding:15px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-item:last-child{border-bottom:0}
    .activity-time{color:var(--muted);font-size:12px;font-weight:850}
    .activity-item b{display:block;margin-bottom:4px}
    .activity-item p{color:var(--muted);font-size:13px}
    .activity-tag{
      display:inline-flex;
      border-radius:999px;
      padding:6px 10px;
      background:rgba(216,164,54,.09);
      border:1px solid rgba(216,164,54,.20);
      color:var(--gold2);
      font-size:10px;
      font-weight:950;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .api-health-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:18px;
    }
    .api-health-card{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .api-health-card small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      margin-bottom:8px;
    }
    .api-health-card b{color:var(--green);font-size:18px}

    .roadmap-hero{
      display:grid;
      grid-template-columns:1fr .42fr;
      gap:20px;
      margin-bottom:18px;
    }
    .roadmap-main{
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 90% 0%,rgba(216,164,54,.14),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:28px;
    }
    .roadmap-main h1{
      font-size:clamp(42px,4vw,64px);
      line-height:1;
      letter-spacing:-2px;
      margin:12px 0;
    }
    .roadmap-main p{color:var(--muted);line-height:1.7;max-width:780px}
    .roadmap-side{
      border:1px solid rgba(216,164,54,.22);
      border-radius:22px;
      background:rgba(216,164,54,.055);
      padding:24px;
    }
    .roadmap-side small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      margin-bottom:10px;
    }
    .roadmap-side b{font-size:28px;color:var(--gold2)}
    .roadmap-board{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      margin-top:18px;
    }
    .roadmap-column{
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      padding:18px;
    }
    .roadmap-column h3{margin-bottom:14px}
    .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.032);
      padding:14px;
      margin-bottom:12px;
    }
    .roadmap-task b{display:block;margin-bottom:6px;color:var(--gold2)}
    .roadmap-task small{color:var(--muted);line-height:1.45}

    .floating-connect{
      min-width:245px;
      justify-content:flex-start;
    }
    .floating-connect .live-mini{
      display:block;
      color:var(--muted);
      font-size:11px;
      margin-top:3px;
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .api-health-grid{grid-template-columns:repeat(2,1fr)}
      .roadmap-hero{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .activity-item{grid-template-columns:1fr}
      .incident-top-inner{display:block}
      .incident-top-inner a{display:inline-block;margin-top:6px}
    }
    @media(max-width:650px){
      .api-health-grid{grid-template-columns:1fr}
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .provider-grid{grid-template-columns:repeat(2,1fr)}
      .external-provider-head{display:block}
      .provider-badge{margin-top:14px}
    }
    @media(max-width:650px){
      .provider-grid{grid-template-columns:1fr}
      .provider-note{display:block}
      .provider-note a{display:inline-block;margin-top:10px}
    }


    /* === BCS Infrastructure Live Incidents === */
    .bcs-live-incidents{
      border-top:1px solid var(--line2);
      padding:16px;
      background:rgba(5,7,11,.22);
    }
    .bcs-live-incidents-head{
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:16px;
      margin-bottom:12px;
    }
    .bcs-live-incidents-head h4{
      font-size:16px;
      margin:0;
    }
    .bcs-live-incidents-head small{
      color:var(--muted);
      font-size:12px;
    }
    .incident-live-list{
      display:grid;
      gap:10px;
    }
    .incident-live-item{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:14px;
      align-items:start;
    }
    .incident-live-item b{
      display:block;
      margin-bottom:6px;
      color:var(--text);
    }
    .incident-live-item small{
      color:var(--muted);
      line-height:1.45;
    }
    .incident-severity{
      display:inline-flex;
      border-radius:999px;
      padding:6px 9px;
      font-size:10px;
      font-weight:950;
      text-transform:uppercase;
      border:1px solid rgba(216,164,54,.28);
      color:var(--gold2);
      background:rgba(216,164,54,.08);
      white-space:nowrap;
    }
    .incident-severity.critical{
      border-color:rgba(255,88,116,.34);
      color:var(--red);
      background:rgba(255,88,116,.10);
    }
    .incident-severity.minor{
      border-color:rgba(216,164,54,.28);
      color:var(--gold2);
      background:rgba(216,164,54,.08);
    }
    .incident-severity.notice{
      border-color:rgba(106,132,255,.28);
      color:var(--blue);
      background:rgba(106,132,255,.08);
    }
    .incident-live-item a{
      color:var(--gold2);
      text-decoration:none;
      font-size:12px;
      font-weight:950;
      display:inline-block;
      margin-top:8px;
    }
    @media(max-width:650px){
      .incident-live-item{grid-template-columns:1fr}
      .bcs-live-incidents-head{display:block}
      .bcs-live-incidents-head small{display:block;margin-top:6px}
    }


    /* === Navigation Dropdown + Infrastructure Page v2.2 === */
    .nav-dropdown{position:relative;display:flex;align-items:center}
    .nav-dropdown>a{color:var(--muted);text-decoration:none;font-size:13px;font-weight:850;padding:8px 0;border-bottom:2px solid transparent}
    .nav-dropdown>a:hover,.nav-dropdown>a.active{color:var(--gold2);border-color:var(--gold)}
    .nav-dropdown-menu{
      position:absolute;
      top:100%;
      left:50%;
      transform:translateX(-50%) translateY(12px);
      min-width:240px;
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(7,10,15,.96);
      backdrop-filter:blur(18px);
      box-shadow:0 24px 70px rgba(0,0,0,.38);
      padding:8px;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:.18s ease;
      z-index:200;
    }
    .nav-dropdown:hover .nav-dropdown-menu{
      opacity:1;
      visibility:visible;
      pointer-events:auto;
      transform:translateX(-50%) translateY(6px);
    }
    .nav-dropdown-menu a{
      display:block;
      padding:12px 13px;
      border-radius:12px;
      color:var(--muted);
      text-decoration:none;
      font-size:13px;
      font-weight:850;
      border:0;
    }
    .nav-dropdown-menu a:hover{
      color:var(--gold2);
      background:rgba(216,164,54,.08);
    }
    .infra-hero{
      display:grid;
      grid-template-columns:1fr .42fr;
      gap:20px;
      align-items:stretch;
      margin-bottom:18px;
    }
    .infra-hero-main{
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 88% 0%,rgba(216,164,54,.14),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:26px;
    }
    .infra-hero-main h1{
      font-size:clamp(42px,4vw,64px);
      line-height:1;
      letter-spacing:-2px;
      margin:13px 0;
    }
    .infra-hero-main p{color:var(--muted);line-height:1.7;max-width:760px}
    .infra-alert-card{
      border:1px solid rgba(255,88,116,.24);
      border-radius:22px;
      background:
        radial-gradient(circle at 100% 0%,rgba(255,88,116,.14),transparent 35%),
        rgba(255,255,255,.032);
      padding:24px;
      display:flex;
      flex-direction:column;
      justify-content:space-between;
    }
    .infra-alert-card small{
      color:var(--muted);
      font-size:11px;
      text-transform:uppercase;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:10px;
      display:block;
    }
    .infra-alert-card b{
      color:var(--red);
      font-size:28px;
      line-height:1.1;
    }
    .infra-status-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .infra-metric{
      border:1px solid var(--line2);
      border-radius:18px;
      background:rgba(255,255,255,.032);
      padding:18px;
      min-width:0;
    }
    .infra-metric small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      margin-bottom:8px;
      letter-spacing:.5px;
    }
    .infra-metric b{
      display:block;
      overflow:hidden;
      text-overflow:ellipsis;
      white-space:nowrap;
      font-size:18px;
    }
    .infra-incidents-panel{
      margin-top:18px;
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      overflow:hidden;
    }
    .infra-incidents-head{
      display:flex;
      justify-content:space-between;
      gap:18px;
      align-items:flex-start;
      padding:22px;
      border-bottom:1px solid var(--line2);
    }
    .infra-incidents-head h2{font-size:26px;margin-bottom:8px}
    .infra-incidents-head p{color:var(--muted);line-height:1.6}
    .infra-incident-list{
      display:grid;
      gap:12px;
      padding:18px;
    }
    .infra-incident{
      border:1px solid var(--line2);
      border-radius:18px;
      background:
        linear-gradient(90deg,rgba(255,88,116,.045),transparent),
        rgba(255,255,255,.026);
      padding:18px;
      display:grid;
      grid-template-columns:1fr auto;
      gap:16px;
      align-items:start;
    }
    .infra-incident h3{
      font-size:18px;
      margin-bottom:7px;
    }
    .infra-incident p{
      color:var(--muted);
      font-size:13px;
      line-height:1.5;
    }
    .infra-incident a{
      color:var(--gold2);
      text-decoration:none;
      font-weight:950;
      font-size:12px;
      display:inline-block;
      margin-top:10px;
    }
    .infra-source-note{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:rgba(216,164,54,.055);
      padding:18px;
      color:var(--muted);
      line-height:1.6;
    }
    .status-infra-link{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:linear-gradient(135deg,rgba(216,164,54,.075),rgba(255,255,255,.025));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .status-infra-link h3{color:var(--gold2);margin-bottom:6px}
    .status-infra-link p{color:var(--muted);line-height:1.5}

    /* === Final Navigation Dropdown System v2.3 === */
    .main-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:28px;
    }
    .main-nav .nav-dropdown{
      position:relative;
      display:flex;
      align-items:center;
      min-height:70px;
    }
    .main-nav .nav-dropdown>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-dropdown>a:hover,
    .main-nav .nav-dropdown>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav .nav-dropdown::after{
      content:"";
      position:absolute;
      left:-18px;
      right:-18px;
      top:62px;
      height:26px;
      pointer-events:auto;
    }
    .main-nav .nav-dropdown-menu{
      position:absolute;
      top:72px;
      left:50%;
      transform:translateX(-50%) translateY(10px);
      min-width:285px;
      border:1px solid var(--line2);
      border-radius:18px;
      background:rgba(7,10,15,.97);
      backdrop-filter:blur(18px);
      box-shadow:0 26px 80px rgba(0,0,0,.42);
      padding:9px;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
      z-index:500;
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      opacity:1;
      visibility:visible;
      pointer-events:auto;
      transform:translateX(-50%) translateY(0);
    }
    .main-nav .nav-dropdown-menu::before{
      content:"";
      position:absolute;
      top:-16px;
      left:0;
      right:0;
      height:18px;
    }
    .main-nav .nav-dropdown-menu a{
      display:block;
      padding:13px 14px;
      border-radius:13px;
      color:var(--text);
      text-decoration:none;
      border:0;
      transition:.16s ease;
    }
    .main-nav .nav-dropdown-menu a:hover{
      background:rgba(216,164,54,.08);
      transform:translateX(3px);
    }
    .main-nav .nav-dropdown-menu a span{
      display:block;
      font-size:14px;
      font-weight:950;
      color:var(--text);
      margin-bottom:4px;
    }
    .main-nav .nav-dropdown-menu a small{
      display:block;
      color:var(--muted);
      font-size:12px;
      line-height:1.35;
    }
    .main-nav .nav-dropdown-menu a:hover span{
      color:var(--gold2);
    }

    /* === BCS Next Level Beta v2.4 === */
    .animated-grid-bg{
      position:fixed;
      inset:0;
      z-index:-3;
      pointer-events:none;
      background:
        linear-gradient(rgba(216,164,54,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,164,54,.022) 1px, transparent 1px);
      background-size:72px 72px;
      mask-image:radial-gradient(circle at 50% 20%,black,transparent 72%);
      animation:gridFloat 24s linear infinite;
      opacity:.55;
    }
    @keyframes gridFloat{from{background-position:0 0}to{background-position:72px 72px}}

    .incident-top-banner{
      display:none;
      position:sticky;
      top:0;
      z-index:800;
      border-bottom:1px solid rgba(216,164,54,.22);
      background:linear-gradient(90deg,rgba(216,164,54,.13),rgba(255,88,116,.10));
      backdrop-filter:blur(14px);
      padding:10px 0;
    }
    .incident-top-banner.show{display:block}
    .incident-top-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      font-size:13px;
      color:#f4d184;
      font-weight:850;
    }
    .incident-top-inner a{
      color:var(--gold2);
      text-decoration:none;
      font-weight:950;
      white-space:nowrap;
    }

    .activity-feed{
      margin-top:18px;
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      overflow:hidden;
    }
    .activity-head{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-head h3{margin:0}
    .activity-head small{color:var(--muted)}
    .activity-list{display:grid}
    .activity-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:16px;
      align-items:center;
      padding:15px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-item:last-child{border-bottom:0}
    .activity-time{color:var(--muted);font-size:12px;font-weight:850}
    .activity-item b{display:block;margin-bottom:4px}
    .activity-item p{color:var(--muted);font-size:13px}
    .activity-tag{
      display:inline-flex;
      border-radius:999px;
      padding:6px 10px;
      background:rgba(216,164,54,.09);
      border:1px solid rgba(216,164,54,.20);
      color:var(--gold2);
      font-size:10px;
      font-weight:950;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .api-health-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:18px;
    }
    .api-health-card{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .api-health-card small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      margin-bottom:8px;
    }
    .api-health-card b{color:var(--green);font-size:18px}

    .roadmap-hero{
      display:grid;
      grid-template-columns:1fr .42fr;
      gap:20px;
      margin-bottom:18px;
    }
    .roadmap-main{
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 90% 0%,rgba(216,164,54,.14),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:28px;
    }
    .roadmap-main h1{
      font-size:clamp(42px,4vw,64px);
      line-height:1;
      letter-spacing:-2px;
      margin:12px 0;
    }
    .roadmap-main p{color:var(--muted);line-height:1.7;max-width:780px}
    .roadmap-side{
      border:1px solid rgba(216,164,54,.22);
      border-radius:22px;
      background:rgba(216,164,54,.055);
      padding:24px;
    }
    .roadmap-side small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      margin-bottom:10px;
    }
    .roadmap-side b{font-size:28px;color:var(--gold2)}
    .roadmap-board{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      margin-top:18px;
    }
    .roadmap-column{
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      padding:18px;
    }
    .roadmap-column h3{margin-bottom:14px}
    .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.032);
      padding:14px;
      margin-bottom:12px;
    }
    .roadmap-task b{display:block;margin-bottom:6px;color:var(--gold2)}
    .roadmap-task small{color:var(--muted);line-height:1.45}

    .floating-connect{
      min-width:245px;
      justify-content:flex-start;
    }
    .floating-connect .live-mini{
      display:block;
      color:var(--muted);
      font-size:11px;
      margin-top:3px;
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .api-health-grid{grid-template-columns:repeat(2,1fr)}
      .roadmap-hero{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .activity-item{grid-template-columns:1fr}
      .incident-top-inner{display:block}
      .incident-top-inner a{display:inline-block;margin-top:6px}
    }
    @media(max-width:650px){
      .api-health-grid{grid-template-columns:1fr}
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{
        gap:18px;
        flex-wrap:wrap;
      }
      .main-nav .nav-dropdown{min-height:auto}
      .main-nav .nav-dropdown>a{padding:10px 0}
      .main-nav .nav-dropdown-menu{
        top:42px;
      }
      .main-nav .nav-dropdown::after{
        top:34px;
      }
    }


    /* === BCS Next Level Beta v2.4 === */
    .animated-grid-bg{
      position:fixed;
      inset:0;
      z-index:-3;
      pointer-events:none;
      background:
        linear-gradient(rgba(216,164,54,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,164,54,.022) 1px, transparent 1px);
      background-size:72px 72px;
      mask-image:radial-gradient(circle at 50% 20%,black,transparent 72%);
      animation:gridFloat 24s linear infinite;
      opacity:.55;
    }
    @keyframes gridFloat{from{background-position:0 0}to{background-position:72px 72px}}

    .incident-top-banner{
      display:none;
      position:sticky;
      top:0;
      z-index:800;
      border-bottom:1px solid rgba(216,164,54,.22);
      background:linear-gradient(90deg,rgba(216,164,54,.13),rgba(255,88,116,.10));
      backdrop-filter:blur(14px);
      padding:10px 0;
    }
    .incident-top-banner.show{display:block}
    .incident-top-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      font-size:13px;
      color:#f4d184;
      font-weight:850;
    }
    .incident-top-inner a{
      color:var(--gold2);
      text-decoration:none;
      font-weight:950;
      white-space:nowrap;
    }

    .activity-feed{
      margin-top:18px;
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      overflow:hidden;
    }
    .activity-head{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-head h3{margin:0}
    .activity-head small{color:var(--muted)}
    .activity-list{display:grid}
    .activity-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:16px;
      align-items:center;
      padding:15px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-item:last-child{border-bottom:0}
    .activity-time{color:var(--muted);font-size:12px;font-weight:850}
    .activity-item b{display:block;margin-bottom:4px}
    .activity-item p{color:var(--muted);font-size:13px}
    .activity-tag{
      display:inline-flex;
      border-radius:999px;
      padding:6px 10px;
      background:rgba(216,164,54,.09);
      border:1px solid rgba(216,164,54,.20);
      color:var(--gold2);
      font-size:10px;
      font-weight:950;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .api-health-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:18px;
    }
    .api-health-card{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .api-health-card small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      margin-bottom:8px;
    }
    .api-health-card b{color:var(--green);font-size:18px}

    .roadmap-hero{
      display:grid;
      grid-template-columns:1fr .42fr;
      gap:20px;
      margin-bottom:18px;
    }
    .roadmap-main{
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 90% 0%,rgba(216,164,54,.14),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:28px;
    }
    .roadmap-main h1{
      font-size:clamp(42px,4vw,64px);
      line-height:1;
      letter-spacing:-2px;
      margin:12px 0;
    }
    .roadmap-main p{color:var(--muted);line-height:1.7;max-width:780px}
    .roadmap-side{
      border:1px solid rgba(216,164,54,.22);
      border-radius:22px;
      background:rgba(216,164,54,.055);
      padding:24px;
    }
    .roadmap-side small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      margin-bottom:10px;
    }
    .roadmap-side b{font-size:28px;color:var(--gold2)}
    .roadmap-board{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      margin-top:18px;
    }
    .roadmap-column{
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      padding:18px;
    }
    .roadmap-column h3{margin-bottom:14px}
    .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.032);
      padding:14px;
      margin-bottom:12px;
    }
    .roadmap-task b{display:block;margin-bottom:6px;color:var(--gold2)}
    .roadmap-task small{color:var(--muted);line-height:1.45}

    .floating-connect{
      min-width:245px;
      justify-content:flex-start;
    }
    .floating-connect .live-mini{
      display:block;
      color:var(--muted);
      font-size:11px;
      margin-top:3px;
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .api-health-grid{grid-template-columns:repeat(2,1fr)}
      .roadmap-hero{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .activity-item{grid-template-columns:1fr}
      .incident-top-inner{display:block}
      .incident-top-inner a{display:inline-block;margin-top:6px}
    }
    @media(max-width:650px){
      .api-health-grid{grid-template-columns:1fr}
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
      .status-infra-link{display:block}
      .status-infra-link .btn{margin-top:14px}
    }
    @media(max-width:650px){
      .infra-status-grid{grid-template-columns:1fr}
      .infra-incidents-head{display:block}
      .infra-incident{grid-template-columns:1fr}
    }


    /* === Final Navigation Dropdown System v2.3 === */
    .main-nav{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:28px;
    }
    .main-nav .nav-dropdown{
      position:relative;
      display:flex;
      align-items:center;
      min-height:70px;
    }
    .main-nav .nav-dropdown>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-dropdown>a:hover,
    .main-nav .nav-dropdown>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav .nav-dropdown::after{
      content:"";
      position:absolute;
      left:-18px;
      right:-18px;
      top:62px;
      height:26px;
      pointer-events:auto;
    }
    .main-nav .nav-dropdown-menu{
      position:absolute;
      top:72px;
      left:50%;
      transform:translateX(-50%) translateY(10px);
      min-width:285px;
      border:1px solid var(--line2);
      border-radius:18px;
      background:rgba(7,10,15,.97);
      backdrop-filter:blur(18px);
      box-shadow:0 26px 80px rgba(0,0,0,.42);
      padding:9px;
      opacity:0;
      visibility:hidden;
      pointer-events:none;
      transition:opacity .18s ease, transform .18s ease, visibility .18s ease;
      z-index:500;
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      opacity:1;
      visibility:visible;
      pointer-events:auto;
      transform:translateX(-50%) translateY(0);
    }
    .main-nav .nav-dropdown-menu::before{
      content:"";
      position:absolute;
      top:-16px;
      left:0;
      right:0;
      height:18px;
    }
    .main-nav .nav-dropdown-menu a{
      display:block;
      padding:13px 14px;
      border-radius:13px;
      color:var(--text);
      text-decoration:none;
      border:0;
      transition:.16s ease;
    }
    .main-nav .nav-dropdown-menu a:hover{
      background:rgba(216,164,54,.08);
      transform:translateX(3px);
    }
    .main-nav .nav-dropdown-menu a span{
      display:block;
      font-size:14px;
      font-weight:950;
      color:var(--text);
      margin-bottom:4px;
    }
    .main-nav .nav-dropdown-menu a small{
      display:block;
      color:var(--muted);
      font-size:12px;
      line-height:1.35;
    }
    .main-nav .nav-dropdown-menu a:hover span{
      color:var(--gold2);
    }

    /* === BCS Next Level Beta v2.4 === */
    .animated-grid-bg{
      position:fixed;
      inset:0;
      z-index:-3;
      pointer-events:none;
      background:
        linear-gradient(rgba(216,164,54,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,164,54,.022) 1px, transparent 1px);
      background-size:72px 72px;
      mask-image:radial-gradient(circle at 50% 20%,black,transparent 72%);
      animation:gridFloat 24s linear infinite;
      opacity:.55;
    }
    @keyframes gridFloat{from{background-position:0 0}to{background-position:72px 72px}}

    .incident-top-banner{
      display:none;
      position:sticky;
      top:0;
      z-index:800;
      border-bottom:1px solid rgba(216,164,54,.22);
      background:linear-gradient(90deg,rgba(216,164,54,.13),rgba(255,88,116,.10));
      backdrop-filter:blur(14px);
      padding:10px 0;
    }
    .incident-top-banner.show{display:block}
    .incident-top-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      font-size:13px;
      color:#f4d184;
      font-weight:850;
    }
    .incident-top-inner a{
      color:var(--gold2);
      text-decoration:none;
      font-weight:950;
      white-space:nowrap;
    }

    .activity-feed{
      margin-top:18px;
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      overflow:hidden;
    }
    .activity-head{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-head h3{margin:0}
    .activity-head small{color:var(--muted)}
    .activity-list{display:grid}
    .activity-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:16px;
      align-items:center;
      padding:15px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-item:last-child{border-bottom:0}
    .activity-time{color:var(--muted);font-size:12px;font-weight:850}
    .activity-item b{display:block;margin-bottom:4px}
    .activity-item p{color:var(--muted);font-size:13px}
    .activity-tag{
      display:inline-flex;
      border-radius:999px;
      padding:6px 10px;
      background:rgba(216,164,54,.09);
      border:1px solid rgba(216,164,54,.20);
      color:var(--gold2);
      font-size:10px;
      font-weight:950;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .api-health-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:18px;
    }
    .api-health-card{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .api-health-card small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      margin-bottom:8px;
    }
    .api-health-card b{color:var(--green);font-size:18px}

    .roadmap-hero{
      display:grid;
      grid-template-columns:1fr .42fr;
      gap:20px;
      margin-bottom:18px;
    }
    .roadmap-main{
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 90% 0%,rgba(216,164,54,.14),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:28px;
    }
    .roadmap-main h1{
      font-size:clamp(42px,4vw,64px);
      line-height:1;
      letter-spacing:-2px;
      margin:12px 0;
    }
    .roadmap-main p{color:var(--muted);line-height:1.7;max-width:780px}
    .roadmap-side{
      border:1px solid rgba(216,164,54,.22);
      border-radius:22px;
      background:rgba(216,164,54,.055);
      padding:24px;
    }
    .roadmap-side small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      margin-bottom:10px;
    }
    .roadmap-side b{font-size:28px;color:var(--gold2)}
    .roadmap-board{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      margin-top:18px;
    }
    .roadmap-column{
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      padding:18px;
    }
    .roadmap-column h3{margin-bottom:14px}
    .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.032);
      padding:14px;
      margin-bottom:12px;
    }
    .roadmap-task b{display:block;margin-bottom:6px;color:var(--gold2)}
    .roadmap-task small{color:var(--muted);line-height:1.45}

    .floating-connect{
      min-width:245px;
      justify-content:flex-start;
    }
    .floating-connect .live-mini{
      display:block;
      color:var(--muted);
      font-size:11px;
      margin-top:3px;
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .api-health-grid{grid-template-columns:repeat(2,1fr)}
      .roadmap-hero{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .activity-item{grid-template-columns:1fr}
      .incident-top-inner{display:block}
      .incident-top-inner a{display:inline-block;margin-top:6px}
    }
    @media(max-width:650px){
      .api-health-grid{grid-template-columns:1fr}
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{
        gap:18px;
        flex-wrap:wrap;
      }
      .main-nav .nav-dropdown{min-height:auto}
      .main-nav .nav-dropdown>a{padding:10px 0}
      .main-nav .nav-dropdown-menu{
        top:42px;
      }
      .main-nav .nav-dropdown::after{
        top:34px;
      }
    }


    /* === BCS Next Level Beta v2.4 === */
    .animated-grid-bg{
      position:fixed;
      inset:0;
      z-index:-3;
      pointer-events:none;
      background:
        linear-gradient(rgba(216,164,54,.025) 1px, transparent 1px),
        linear-gradient(90deg, rgba(216,164,54,.022) 1px, transparent 1px);
      background-size:72px 72px;
      mask-image:radial-gradient(circle at 50% 20%,black,transparent 72%);
      animation:gridFloat 24s linear infinite;
      opacity:.55;
    }
    @keyframes gridFloat{from{background-position:0 0}to{background-position:72px 72px}}

    .incident-top-banner{
      display:none;
      position:sticky;
      top:0;
      z-index:800;
      border-bottom:1px solid rgba(216,164,54,.22);
      background:linear-gradient(90deg,rgba(216,164,54,.13),rgba(255,88,116,.10));
      backdrop-filter:blur(14px);
      padding:10px 0;
    }
    .incident-top-banner.show{display:block}
    .incident-top-inner{
      display:flex;
      align-items:center;
      justify-content:space-between;
      gap:18px;
      font-size:13px;
      color:#f4d184;
      font-weight:850;
    }
    .incident-top-inner a{
      color:var(--gold2);
      text-decoration:none;
      font-weight:950;
      white-space:nowrap;
    }

    .activity-feed{
      margin-top:18px;
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      overflow:hidden;
    }
    .activity-head{
      display:flex;
      justify-content:space-between;
      gap:16px;
      align-items:center;
      padding:18px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-head h3{margin:0}
    .activity-head small{color:var(--muted)}
    .activity-list{display:grid}
    .activity-item{
      display:grid;
      grid-template-columns:120px 1fr auto;
      gap:16px;
      align-items:center;
      padding:15px 20px;
      border-bottom:1px solid var(--line2);
    }
    .activity-item:last-child{border-bottom:0}
    .activity-time{color:var(--muted);font-size:12px;font-weight:850}
    .activity-item b{display:block;margin-bottom:4px}
    .activity-item p{color:var(--muted);font-size:13px}
    .activity-tag{
      display:inline-flex;
      border-radius:999px;
      padding:6px 10px;
      background:rgba(216,164,54,.09);
      border:1px solid rgba(216,164,54,.20);
      color:var(--gold2);
      font-size:10px;
      font-weight:950;
      text-transform:uppercase;
      white-space:nowrap;
    }

    .api-health-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin-top:18px;
    }
    .api-health-card{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .api-health-card small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      margin-bottom:8px;
    }
    .api-health-card b{color:var(--green);font-size:18px}

    .roadmap-hero{
      display:grid;
      grid-template-columns:1fr .42fr;
      gap:20px;
      margin-bottom:18px;
    }
    .roadmap-main{
      border:1px solid var(--line2);
      border-radius:22px;
      background:
        radial-gradient(circle at 90% 0%,rgba(216,164,54,.14),transparent 36%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:28px;
    }
    .roadmap-main h1{
      font-size:clamp(42px,4vw,64px);
      line-height:1;
      letter-spacing:-2px;
      margin:12px 0;
    }
    .roadmap-main p{color:var(--muted);line-height:1.7;max-width:780px}
    .roadmap-side{
      border:1px solid rgba(216,164,54,.22);
      border-radius:22px;
      background:rgba(216,164,54,.055);
      padding:24px;
    }
    .roadmap-side small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      margin-bottom:10px;
    }
    .roadmap-side b{font-size:28px;color:var(--gold2)}
    .roadmap-board{
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:18px;
      margin-top:18px;
    }
    .roadmap-column{
      border:1px solid var(--line2);
      border-radius:22px;
      background:rgba(255,255,255,.032);
      padding:18px;
    }
    .roadmap-column h3{margin-bottom:14px}
    .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.032);
      padding:14px;
      margin-bottom:12px;
    }
    .roadmap-task b{display:block;margin-bottom:6px;color:var(--gold2)}
    .roadmap-task small{color:var(--muted);line-height:1.45}

    .floating-connect{
      min-width:245px;
      justify-content:flex-start;
    }
    .floating-connect .live-mini{
      display:block;
      color:var(--muted);
      font-size:11px;
      margin-top:3px;
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .api-health-grid{grid-template-columns:repeat(2,1fr)}
      .roadmap-hero{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .activity-item{grid-template-columns:1fr}
      .incident-top-inner{display:block}
      .incident-top-inner a{display:inline-block;margin-top:6px}
    }
    @media(max-width:650px){
      .api-health-grid{grid-template-columns:1fr}
    }


    /* === Final Polish v2.5 === */
    .main-nav .nav-single .nav-dropdown-menu{display:none!important}
    .main-nav .nav-single::after{display:none}
    .main-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .main-nav .nav-single>a:hover,
    .main-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .main-nav{
      gap:30px;
    }
    .main-nav .nav-dropdown-menu{
      transform:translateX(-50%) translateY(14px);
    }
    .main-nav .nav-dropdown:hover .nav-dropdown-menu,
    .main-nav .nav-dropdown:focus-within .nav-dropdown-menu{
      transform:translateX(-50%) translateY(2px);
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.15),rgba(216,164,54,.08));
      border-bottom-color:rgba(216,164,54,.28);
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.18),rgba(216,164,54,.10));
      border-bottom-color:rgba(255,88,116,.34);
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.13),rgba(216,164,54,.08));
      border-bottom-color:rgba(106,132,255,.28);
    }
    .bcs-signature-card{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.22);
      border-radius:18px;
      background:
        linear-gradient(135deg,rgba(216,164,54,.06),rgba(255,255,255,.022));
      padding:18px;
      color:var(--muted);
      line-height:1.65;
    }
    .bcs-signature-card b{color:var(--gold2)}
    .page-panel{
      position:relative;
    }
    .page-panel:before{
      content:"";
      position:absolute;
      inset:0;
      border-radius:inherit;
      pointer-events:none;
      background:radial-gradient(circle at 15% 0%,rgba(216,164,54,.035),transparent 28%);
    }

    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .main-nav{gap:20px}
      .main-nav .nav-single>a{padding:10px 0}
    }


    /* === Final Direct Navigation v2.6 === */
    .direct-nav{
      gap:28px;
    }
    .direct-nav .nav-single>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active{
      color:var(--gold2);
      border-color:var(--gold);
    }
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{
      display:none!important;
    }
    .direct-nav .nav-dropdown-menu{
      min-width:285px;
    }
    .incident-top-banner{
      transition:opacity .25s ease, transform .25s ease;
    }
    .incident-top-banner:not(.show){
      opacity:0;
      transform:translateY(-8px);
      pointer-events:none;
    }
    .incident-top-banner.show{
      opacity:1;
      transform:translateY(0);
    }

    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){
      .direct-nav{
        gap:18px;
      }
      .direct-nav .nav-single>a{
        padding:10px 0;
      }
    }


    /* === Clean Final v2.7 === */
    .dashboard-infra-alert{
      margin-top:18px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:
        radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),
        linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:11px;
      font-weight:950;
      letter-spacing:.7px;
      margin-bottom:8px;
    }
    .dashboard-infra-alert h3{
      color:var(--gold2);
      margin-bottom:7px;
    }
    .dashboard-infra-alert p{
      color:var(--muted);
      line-height:1.5;
    }
    .dashboard-infra-alert.critical{
      border-color:rgba(255,88,116,.32);
      background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05));
    }
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{
      border-color:rgba(50,215,134,.22);
      background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025));
    }
    .dashboard-infra-alert.stable h3{color:var(--green)}
    .direct-nav{
      gap:24px;
    }
    @media(max-width:1200px){
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,
      .main-nav .nav-dropdown>a{font-size:13px}
    }
    @media(max-width:650px){
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
    }


    /* === Layout + Language Polish v2.8 === */
    .container{
      max-width:1320px;
    }
    .section{
      padding-top:46px;
      padding-bottom:46px;
    }
    .page-panel{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .dashboard-hero{
      min-height:auto;
    }
    .activity-feed,
    .api-health-grid,
    .dashboard-infra-alert,
    .bcs-signature-card{
      max-width:1240px;
      margin-left:auto;
      margin-right:auto;
    }
    .activity-item{
      grid-template-columns:100px 1fr 120px;
    }
    .roadmap-hero,
    .roadmap-board{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
    }
    .roadmap-board{
      align-items:stretch;
    }
    .roadmap-column{
      min-height:0;
    }
    #infrastructure-monitoring .page-panel{
      max-width:1160px;
    }
    .infra-hero{
      grid-template-columns:1.35fr .65fr;
      align-items:stretch;
    }
    .infra-status-grid{
      grid-template-columns:repeat(4,1fr);
    }
    .infra-incidents-panel,
    .timeline-panel,
    .infra-source-note{
      max-width:100%;
    }
    .infra-incident{
      border-left:3px solid rgba(216,164,54,.45);
      background:linear-gradient(90deg,rgba(216,164,54,.045),rgba(255,255,255,.024));
    }
    .infra-incident.is-critical{
      border-left-color:rgba(255,88,116,.85);
      background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022));
    }
    .infra-incident.is-warning{
      border-left-color:rgba(216,164,54,.85);
      background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022));
    }
    .infra-incident.is-notice{
      border-left-color:rgba(106,132,255,.70);
      background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022));
    }
    .infra-alert-card{
      border-color:rgba(216,164,54,.22);
    }
    .infra-alert-card.status-critical{
      border-color:rgba(255,88,116,.32);
      background:radial-gradient(circle at 100% 0%,rgba(255,88,116,.12),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-warning{
      border-color:rgba(216,164,54,.30);
      background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.13),transparent 35%),rgba(255,255,255,.032);
    }
    .infra-alert-card.status-stable{
      border-color:rgba(50,215,134,.24);
      background:radial-gradient(circle at 100% 0%,rgba(50,215,134,.10),transparent 35%),rgba(255,255,255,.032);
    }
    footer{
      padding-top:40px;
      padding-bottom:22px;
    }
    .footer-grid{
      max-width:1120px;
      margin-left:auto;
      margin-right:auto;
      gap:34px;
    }
    .copyright{
      max-width:1120px;
      margin-top:24px;
    }
    @media(max-width:1200px){
      .container{max-width:96%}
      .infra-hero{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .activity-item{grid-template-columns:1fr}
      .infra-status-grid{grid-template-columns:1fr}
      .roadmap-board{grid-template-columns:1fr}
      .section{padding-top:28px;padding-bottom:28px}
    }


    /* === Roadmap Final v2.9 === */
    .roadmap-section{
      padding-top:58px;
    }
    .roadmap-page{
      max-width:1320px;
      overflow:visible;
    }
    .roadmap-top{
      display:grid;
      grid-template-columns:1fr .38fr;
      gap:18px;
      align-items:stretch;
      margin-bottom:16px;
    }
    .roadmap-top .roadmap-main{
      min-height:230px;
      display:flex;
      flex-direction:column;
      justify-content:center;
    }
    .roadmap-top .roadmap-main h1{
      font-size:clamp(44px,4.2vw,72px);
      line-height:.95;
      letter-spacing:-2px;
      margin:14px 0;
    }
    .roadmap-top .roadmap-main p{
      max-width:780px;
      line-height:1.7;
    }
    .roadmap-status-strip{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:12px;
      margin:18px 0;
    }
    .roadmap-status{
      border:1px solid var(--line2);
      border-radius:16px;
      background:rgba(255,255,255,.032);
      padding:16px;
    }
    .roadmap-status small{
      display:block;
      color:var(--muted);
      text-transform:uppercase;
      font-size:10px;
      font-weight:950;
      letter-spacing:.6px;
      margin-bottom:8px;
    }
    .roadmap-status b{
      font-size:26px;
    }
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}

    .roadmap-board-v2{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:14px;
      margin-top:18px;
    }
    .roadmap-lane{
      border:1px solid var(--line2);
      border-radius:20px;
      background:rgba(255,255,255,.028);
      padding:16px;
      min-width:0;
    }
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{
      display:flex;
      align-items:center;
      gap:10px;
      margin-bottom:14px;
      padding-bottom:12px;
      border-bottom:1px solid var(--line2);
    }
    .lane-head h3{
      margin:0;
      font-size:18px;
    }
    .lane-dot{
      width:10px;
      height:10px;
      border-radius:50%;
      background:var(--muted);
      box-shadow:0 0 0 5px rgba(255,255,255,.04);
    }
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}

    .roadmap-board-v2 .roadmap-task{
      border:1px solid var(--line2);
      border-radius:15px;
      background:rgba(255,255,255,.03);
      padding:14px;
      margin-bottom:12px;
      min-height:92px;
    }
    .roadmap-board-v2 .roadmap-task:last-child{
      margin-bottom:0;
    }
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{
      display:block;
      margin-bottom:7px;
      color:var(--gold2);
      font-size:14px;
    }
    .roadmap-task small{
      color:var(--muted);
      line-height:1.5;
      font-size:12px;
    }
    .roadmap-note-grid{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:16px;
      margin-top:18px;
    }
    @media(max-width:1200px){
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top{grid-template-columns:1fr}
      .roadmap-status-strip{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:700px){
      .roadmap-board-v2,
      .roadmap-status-strip,
      .roadmap-note-grid{grid-template-columns:1fr}
      .roadmap-top .roadmap-main h1{font-size:42px}
    }

    @media(max-width:1050px){nav{display:none}.dashboard-hero,.vip-layout,.notice,.two-col,.status-grid,.support-layout,.vip-clean-grid{grid-template-columns:1fr}.quick-grid,.links,.live-grid,.vip-update-grid,.vip-info-band,.support-stats{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:repeat(3,1fr)}.benefit{border-bottom:1px solid var(--line2)}.footer-grid{grid-template-columns:1fr 1fr}}
    @media(max-width:650px){.container{width:min(100% - 28px,1220px)}.nav{height:66px}.brand small,.top-status{display:none}.page-panel{padding:20px}.dashboard-hero{gap:16px}.hero-left{padding:4px}h1,.hero-left h1{font-size:44px;letter-spacing:-2px}.service{grid-template-columns:44px 1fr}.state{grid-column:2}.latest,.update-row{grid-template-columns:1fr}.quick-grid,.links,.benefits,.footer-grid,.live-grid,.vip-update-grid,.vip-info-band,.support-stats{grid-template-columns:1fr}.notice{padding:22px}.transparency-box{display:block}.transparency-box .btn{margin-top:14px}.floating-connect{left:14px;right:14px;bottom:14px;justify-content:center}}

/* Loader hard fallback */
.loading-screen.hide{opacity:0!important;visibility:hidden!important;pointer-events:none!important}


    /* === API Live Fix v3.0 === */
    .infra-incident.is-critical{border-left:3px solid rgba(255,88,116,.85)!important}
    .infra-incident.is-warning{border-left:3px solid rgba(216,164,54,.85)!important}
    .infra-incident.is-notice{border-left:3px solid rgba(106,132,255,.70)!important}
    .infra-alert-card.status-critical{border-color:rgba(255,88,116,.34)!important}
    .infra-alert-card.status-warning{border-color:rgba(216,164,54,.32)!important}
    .infra-alert-card.status-stable{border-color:rgba(50,215,134,.26)!important}


    /* === BCS Production Polish v3.1 === */
    html{scroll-behavior:smooth}
    .container{max-width:1320px}
    .section{padding-top:54px;padding-bottom:54px}
    .page-panel{max-width:1240px;margin-left:auto;margin-right:auto}
    .direct-nav{gap:24px}
    .direct-nav .nav-single>a,
    .direct-nav .nav-dropdown>a{
      color:var(--muted);
      text-decoration:none;
      font-size:14px;
      font-weight:950;
      padding:24px 0 21px;
      border-bottom:2px solid transparent;
      letter-spacing:.2px;
      transition:.18s ease;
    }
    .direct-nav .nav-single>a:hover,
    .direct-nav .nav-single>a.active,
    .direct-nav .nav-dropdown>a:hover,
    .direct-nav .nav-dropdown>a.active{color:var(--gold2);border-color:var(--gold)}
    .direct-nav .nav-single::after,
    .direct-nav .nav-single .nav-dropdown-menu{display:none!important}

    .dashboard-infra-alert{
      margin:18px auto 0;
      max-width:1240px;
      border:1px solid rgba(216,164,54,.24);
      border-radius:20px;
      background:radial-gradient(circle at 92% 0%,rgba(216,164,54,.13),transparent 35%),linear-gradient(135deg,rgba(255,255,255,.045),rgba(255,255,255,.024));
      padding:20px;
      display:flex;
      justify-content:space-between;
      align-items:center;
      gap:18px;
    }
    .dashboard-infra-alert small{display:block;color:var(--muted);text-transform:uppercase;font-size:11px;font-weight:950;letter-spacing:.7px;margin-bottom:8px}
    .dashboard-infra-alert h3{color:var(--gold2);margin-bottom:7px}
    .dashboard-infra-alert p{color:var(--muted);line-height:1.5}
    .dashboard-infra-alert.critical{border-color:rgba(255,88,116,.32);background:linear-gradient(135deg,rgba(255,88,116,.09),rgba(216,164,54,.05))}
    .dashboard-infra-alert.critical h3{color:var(--red)}
    .dashboard-infra-alert.stable{border-color:rgba(50,215,134,.22);background:linear-gradient(135deg,rgba(50,215,134,.06),rgba(255,255,255,.025))}
    .dashboard-infra-alert.stable h3{color:var(--green)}

    .roadmap-section{padding-top:58px}
    .roadmap-page{max-width:1320px;overflow:visible}
    .roadmap-top{display:grid;grid-template-columns:1fr .38fr;gap:18px;align-items:stretch;margin-bottom:16px}
    .roadmap-top .roadmap-main{min-height:230px;display:flex;flex-direction:column;justify-content:center}
    .roadmap-top .roadmap-main h1{font-size:clamp(44px,4.2vw,72px);line-height:.95;letter-spacing:-2px;margin:14px 0}
    .roadmap-status-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}
    .roadmap-status{border:1px solid var(--line2);border-radius:16px;background:rgba(255,255,255,.032);padding:16px}
    .roadmap-status small{display:block;color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:950;letter-spacing:.6px;margin-bottom:8px}
    .roadmap-status b{font-size:26px}
    .roadmap-status.done b{color:var(--green)}
    .roadmap-status.progress b{color:var(--gold2)}
    .roadmap-status.planned b{color:#8fa3ff}
    .roadmap-status.future b{color:#d7deea}
    .roadmap-board-v2{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px}
    .roadmap-lane{border:1px solid var(--line2);border-radius:20px;background:rgba(255,255,255,.028);padding:16px;min-width:0}
    .roadmap-lane.done{border-color:rgba(50,215,134,.20)}
    .roadmap-lane.progress{border-color:rgba(216,164,54,.24)}
    .roadmap-lane.planned{border-color:rgba(106,132,255,.20)}
    .roadmap-lane.future{border-color:rgba(255,255,255,.10)}
    .lane-head{display:flex;align-items:center;gap:10px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--line2)}
    .lane-dot{width:10px;height:10px;border-radius:50%;background:var(--muted);box-shadow:0 0 0 5px rgba(255,255,255,.04)}
    .roadmap-lane.done .lane-dot{background:var(--green)}
    .roadmap-lane.progress .lane-dot{background:var(--gold2)}
    .roadmap-lane.planned .lane-dot{background:#8fa3ff}
    .roadmap-lane.future .lane-dot{background:#d7deea}
    .roadmap-board-v2 .roadmap-task{border:1px solid var(--line2);border-radius:15px;background:rgba(255,255,255,.03);padding:14px;margin-bottom:12px;min-height:92px}
    .roadmap-board-v2 .roadmap-task:last-child{margin-bottom:0}
    .roadmap-task.done{background:linear-gradient(135deg,rgba(50,215,134,.055),rgba(255,255,255,.025))}
    .roadmap-task.progress{background:linear-gradient(135deg,rgba(216,164,54,.065),rgba(255,255,255,.025))}
    .roadmap-task.planned{background:linear-gradient(135deg,rgba(106,132,255,.05),rgba(255,255,255,.025))}
    .roadmap-task.future{background:linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02))}
    .roadmap-task b{display:block;margin-bottom:7px;color:var(--gold2);font-size:14px}
    .roadmap-task small{color:var(--muted);line-height:1.5;font-size:12px}
    .roadmap-note-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:18px}

    #infrastructure-monitoring .page-panel{max-width:1160px}
    .infra-hero{grid-template-columns:1.35fr .65fr;align-items:stretch}
    .infra-incident.is-critical{border-left:3px solid rgba(255,88,116,.85)!important;background:linear-gradient(90deg,rgba(255,88,116,.07),rgba(255,255,255,.022))}
    .infra-incident.is-warning{border-left:3px solid rgba(216,164,54,.85)!important;background:linear-gradient(90deg,rgba(216,164,54,.065),rgba(255,255,255,.022))}
    .infra-incident.is-notice{border-left:3px solid rgba(106,132,255,.70)!important;background:linear-gradient(90deg,rgba(106,132,255,.045),rgba(255,255,255,.022))}
    .infra-alert-card.status-critical{border-color:rgba(255,88,116,.34)!important}
    .infra-alert-card.status-warning{border-color:rgba(216,164,54,.32)!important}
    .infra-alert-card.status-stable{border-color:rgba(50,215,134,.26)!important}

    footer{padding-top:40px;padding-bottom:22px}
    .footer-grid{max-width:1120px;margin-left:auto;margin-right:auto;gap:34px}
    .copyright{max-width:1120px;margin-top:24px}

    .fade-in{opacity:0;transform:translateY(10px);animation:fadeInUp .45s ease forwards}
    @keyframes fadeInUp{to{opacity:1;transform:none}}

    @media(max-width:1200px){
      .container{max-width:96%}
      .direct-nav{gap:18px}
      .direct-nav .nav-single>a,.direct-nav .nav-dropdown>a{font-size:13px}
      .roadmap-board-v2{grid-template-columns:repeat(2,1fr)}
      .roadmap-top,.infra-hero{grid-template-columns:1fr}
      .roadmap-status-strip,.infra-status-grid{grid-template-columns:repeat(2,1fr)}
    }
    @media(max-width:750px){
      .roadmap-board-v2,.roadmap-status-strip,.roadmap-note-grid,.infra-status-grid{grid-template-columns:1fr}
      .dashboard-infra-alert{display:block}
      .dashboard-infra-alert .btn{margin-top:14px}
      .section{padding-top:30px;padding-bottom:30px}
    }


    /* === Final Scroll + Banner Polish v3.2 === */
    header{
      position:relative!important;
      top:auto!important;
      z-index:300;
    }
    .incident-top-banner{
      position:relative!important;
      top:auto!important;
      z-index:250;
      padding:7px 0!important;
      opacity:.92;
      backdrop-filter:blur(10px);
      background:linear-gradient(90deg,rgba(216,164,54,.08),rgba(255,88,116,.055))!important;
      border-bottom:1px solid rgba(216,164,54,.16)!important;
    }
    .incident-top-inner{
      font-size:12px!important;
      font-weight:800!important;
      color:#e6c77a!important;
      opacity:.95;
    }
    .incident-top-inner a{
      font-size:12px!important;
      color:#f0c45a!important;
    }
    .incident-top-banner.critical{
      background:linear-gradient(90deg,rgba(255,88,116,.11),rgba(216,164,54,.055))!important;
      border-bottom-color:rgba(255,88,116,.20)!important;
    }
    .incident-top-banner.warning{
      background:linear-gradient(90deg,rgba(216,164,54,.10),rgba(216,164,54,.045))!important;
      border-bottom-color:rgba(216,164,54,.18)!important;
    }
    .incident-top-banner.maintenance{
      background:linear-gradient(90deg,rgba(106,132,255,.08),rgba(216,164,54,.045))!important;
      border-bottom-color:rgba(106,132,255,.16)!important;
    }
    .top-status{
      box-shadow:none!important;
    }
    .nav{
      min-height:72px;
    }
    body{
      overflow-x:hidden;
    }
    @media(max-width:750px){
      .incident-top-inner{
        line-height:1.45;
      }
      .incident-top-inner a{
        display:inline-block;
        margin-top:4px;
      }
    }


/* === GTRS Server Stats v3.3 === */
.gtrs-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}
.gtrs-stat-card{border:1px solid var(--line2);border-radius:18px;background:rgba(255,255,255,.032);padding:17px;min-width:0}
.gtrs-stat-card small{display:block;color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:950;letter-spacing:.6px;margin-bottom:8px}
.gtrs-stat-card b{display:block;font-size:22px;color:var(--gold2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.gtrs-stat-card span{color:var(--muted);font-size:12px;display:block;margin-top:6px}
.server-load-bar{margin-top:10px;height:7px;border-radius:99px;background:rgba(255,255,255,.08);overflow:hidden}
.server-load-bar i{display:block;height:100%;width:0%;border-radius:99px;background:linear-gradient(90deg,var(--green),var(--gold2));transition:width .35s ease}
.boost-card{border:1px solid rgba(216,164,54,.24);border-radius:20px;background:linear-gradient(135deg,rgba(216,164,54,.07),rgba(255,255,255,.024));padding:20px;margin-top:18px;display:flex;justify-content:space-between;align-items:center;gap:18px}
.boost-card h3{color:var(--gold2);margin-bottom:7px}.boost-card p{color:var(--muted);line-height:1.55}
.boost-badge{display:inline-flex;border-radius:999px;padding:9px 12px;border:1px solid rgba(216,164,54,.25);background:rgba(216,164,54,.08);color:var(--gold2);font-size:11px;font-weight:950;white-space:nowrap}
.boost-badge.active{border-color:rgba(50,215,134,.26);background:rgba(50,215,134,.08);color:var(--green)}
@media(max-width:1050px){.gtrs-stats-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:650px){.gtrs-stats-grid{grid-template-columns:1fr}.boost-card{display:block}.boost-badge{margin-top:14px}}


/* === GTRS Clean Integration v3.4 === */
.gtrs-stats-grid{max-width:1240px;margin-left:auto;margin-right:auto}
.status-page .gtrs-stats-grid{display:none!important}
.boost-card.compact{max-width:1240px;margin-left:auto;margin-right:auto}


/* === BCS GTRS Clean + Nav Overlap Fix v3.5 === */
.direct-nav{
  gap:24px;
}
.direct-nav .nav-single{
  position:relative;
}
.direct-nav .nav-single::before,
.direct-nav .nav-single::after{
  display:none!important;
  content:none!important;
}
.direct-nav .nav-single .nav-dropdown-menu{
  display:none!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
}
.direct-nav .nav-single>a{
  color:var(--muted);
  text-decoration:none;
  font-size:14px;
  font-weight:950;
  padding:24px 0 21px;
  border-bottom:2px solid transparent;
  letter-spacing:.2px;
  transition:.18s ease;
}
.direct-nav .nav-single>a:hover,
.direct-nav .nav-single>a.active{
  color:var(--gold2);
  border-color:var(--gold);
}
.direct-nav .nav-dropdown:not(.nav-single) .nav-dropdown-menu{
  top:72px;
  left:50%;
  min-width:285px;
  z-index:900;
}
.direct-nav .nav-dropdown:not(.nav-single)::after{
  content:"";
  position:absolute;
  left:-18px;
  right:-18px;
  top:62px;
  height:22px;
  pointer-events:auto;
}
@media(max-width:1200px){
  .direct-nav{gap:18px}
  .direct-nav .nav-single>a,
  .direct-nav .nav-dropdown>a{font-size:13px}
}


/* === Dashboard Cleanup v3.6 === */
.dashboard-command-center{
  max-width:1240px;
  margin:22px auto 0;
  display:grid;
  grid-template-columns:1.25fr 1fr 1fr;
  gap:14px;
}
.command-card{
  border:1px solid var(--line2);
  border-radius:22px;
  background:rgba(255,255,255,.032);
  padding:20px;
  min-width:0;
  position:relative;
  overflow:hidden;
}
.command-card:before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:radial-gradient(circle at 100% 0%,rgba(216,164,54,.10),transparent 35%);
}
.command-card small{
  display:block;
  color:var(--muted);
  text-transform:uppercase;
  font-size:10px;
  font-weight:950;
  letter-spacing:.7px;
  margin-bottom:10px;
}
.command-card h3{
  font-size:24px;
  margin-bottom:12px;
}
.command-card p{
  color:var(--muted);
  line-height:1.55;
}
.command-card a{
  display:inline-block;
  margin-top:12px;
  color:var(--gold2);
  text-decoration:none;
  font-weight:950;
  font-size:13px;
}
.command-stats{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
}
.command-stats div{
  border:1px solid var(--line2);
  border-radius:14px;
  background:rgba(255,255,255,.03);
  padding:12px;
}
.command-stats span{
  display:block;
  color:var(--muted);
  font-size:10px;
  text-transform:uppercase;
  font-weight:950;
  margin-bottom:5px;
}
.command-stats b{
  display:block;
  color:var(--text);
  font-size:17px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.command-card.infrastructure.stable h3{color:var(--green)}
.command-card.infrastructure.warning h3{color:var(--gold2)}
.command-card.infrastructure.critical h3{color:var(--red)}
.command-card.boost .boost-badge{margin-top:14px}

.platform-timeline{
  max-width:1240px;
  margin:18px auto 0;
  border:1px solid var(--line2);
  border-radius:22px;
  background:rgba(255,255,255,.032);
  overflow:hidden;
}
.timeline-head{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  padding:20px;
  border-bottom:1px solid var(--line2);
}
.timeline-head h3{margin-bottom:6px}
.timeline-head p{color:var(--muted)}
.timeline-items{
  display:grid;
}
.timeline-item{
  display:grid;
  grid-template-columns:24px 1fr 105px;
  gap:14px;
  align-items:center;
  padding:16px 20px;
  border-bottom:1px solid var(--line2);
}
.timeline-item:last-child{border-bottom:0}
.timeline-dot{
  width:10px;
  height:10px;
  border-radius:50%;
  background:var(--muted);
  box-shadow:0 0 0 6px rgba(255,255,255,.04);
}
.timeline-item.done .timeline-dot{background:var(--green)}
.timeline-item.live .timeline-dot{background:var(--gold2)}
.timeline-item.warning .timeline-dot{background:#8fa3ff}
.timeline-item.progress .timeline-dot{background:#d7deea}
.timeline-item b{display:block;margin-bottom:5px}
.timeline-item p{color:var(--muted);font-size:13px;line-height:1.45}
.timeline-item small{
  justify-self:end;
  border:1px solid rgba(216,164,54,.20);
  color:var(--gold2);
  background:rgba(216,164,54,.07);
  border-radius:999px;
  padding:6px 9px;
  font-size:10px;
  font-weight:950;
}
@media(max-width:1100px){
  .dashboard-command-center{grid-template-columns:1fr}
}
@media(max-width:700px){
  .command-stats{grid-template-columns:1fr}
  .timeline-head{display:block}
  .timeline-head .tag{display:inline-flex;margin-top:12px}
  .timeline-item{grid-template-columns:20px 1fr}
  .timeline-item small{justify-self:start;grid-column:2;margin-top:8px}
}


/* === Production Beta Final Cleanup v3.7 === */
.dashboard-final .page-panel,
.dashboard-final-panel{
  max-width:1280px;
  margin-left:auto;
  margin-right:auto;
}
.dashboard-hero-final{
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:26px;
  align-items:stretch;
  border:1px solid var(--line2);
  border-radius:28px;
  padding:38px;
  background:
    radial-gradient(circle at 92% 0%,rgba(216,164,54,.11),transparent 35%),
    linear-gradient(135deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
}
.dashboard-copy h1{
  font-size:clamp(54px,6vw,94px);
  line-height:.95;
  letter-spacing:-3px;
  margin:28px 0 22px;
  color:var(--gold2);
}
.dashboard-copy p{
  color:var(--text);
  max-width:680px;
  line-height:1.7;
  font-size:18px;
}
.hero-actions{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin-top:28px;
}
.hero-mini{
  display:flex;
  gap:26px;
  flex-wrap:wrap;
  margin-top:24px;
  color:var(--gold2);
  font-size:13px;
}
.system-overview-card{
  border:1px solid var(--line2);
  border-radius:24px;
  background:rgba(6,9,14,.70);
  padding:28px;
}
.overview-head{
  display:flex;
  gap:18px;
  align-items:center;
  padding-bottom:22px;
  border-bottom:1px solid var(--line2);
}
.checkmark{
  width:74px;
  height:74px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(50,215,134,.12);
  color:var(--green);
  font-size:40px;
}
.overview-head h2{color:var(--green);font-size:30px;margin-bottom:6px}
.overview-head p{color:var(--muted)}
.overview-list{display:grid;margin-top:10px}
.overview-list div{
  display:grid;
  grid-template-columns:52px 1fr auto;
  gap:14px;
  align-items:center;
  padding:18px 0;
  border-bottom:1px solid var(--line2);
}
.overview-list div:last-child{border-bottom:0}
.overview-list span{
  width:42px;
  height:42px;
  border-radius:13px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.05);
  color:var(--gold2);
}
.overview-list b{display:block}
.overview-list small{display:block;color:var(--muted);margin-top:4px}
.overview-list em{
  color:var(--green);
  font-style:normal;
  font-size:12px;
  font-weight:950;
  letter-spacing:.7px;
}
.dashboard-live-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
  margin:18px 0;
}
.dashboard-live-strip>div{
  border:1px solid var(--line2);
  border-radius:18px;
  background:rgba(255,255,255,.032);
  padding:17px;
  min-width:0;
}
.dashboard-live-strip small{
  display:block;
  color:var(--muted);
  text-transform:uppercase;
  font-size:10px;
  font-weight:950;
  letter-spacing:.6px;
  margin-bottom:8px;
}
.dashboard-live-strip b{
  display:block;
  color:var(--gold2);
  font-size:22px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.dashboard-live-strip span{
  display:block;
  color:var(--muted);
  font-size:12px;
  margin-top:6px;
}
.dashboard-status-row{
  display:grid;
  grid-template-columns:1.5fr .75fr;
  gap:14px;
  align-items:stretch;
  margin-bottom:18px;
}
.dashboard-status-row .dashboard-infra-alert{
  margin:0;
  max-width:none;
}
.quick-links-card{
  border:1px solid var(--line2);
  border-radius:20px;
  background:rgba(255,255,255,.032);
  padding:18px;
}
.quick-links-card small{
  display:block;
  color:var(--muted);
  text-transform:uppercase;
  font-size:10px;
  font-weight:950;
  letter-spacing:.6px;
  margin-bottom:10px;
}
.quick-links-card a{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:11px 0;
  color:var(--text);
  text-decoration:none;
  border-bottom:1px solid var(--line2);
  font-weight:850;
}
.quick-links-card a:last-child{border-bottom:0}
.quick-links-card a:hover{color:var(--gold2)}
.platform-timeline{
  max-width:1280px;
}
.activity-feed,
.gtrs-stats-grid:not(.keep-gtrs),
.bcs-signature-card{
  display:none!important;
}
.important-links-section .payment-warning,
.dashboard-final .payment-warning,
.dashboard-final .important-payment,
.dashboard-final .support-payment-note{
  display:none!important;
}
a, button, .btn, .quick-links-card a, .nav-dropdown-menu a, .card{
  transition:transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease, box-shadow .18s ease;
}
.btn:hover,
.quick-links-card a:hover,
.nav-dropdown-menu a:hover{
  transform:translateY(-1px);
}
@media(max-width:1100px){
  .dashboard-hero-final,
  .dashboard-status-row{
    grid-template-columns:1fr;
  }
  .dashboard-live-strip{
    grid-template-columns:repeat(2,1fr);
  }
}
@media(max-width:680px){
  .dashboard-hero-final{
    padding:24px;
  }
  .dashboard-copy h1{
    font-size:48px;
  }
  .dashboard-live-strip{
    grid-template-columns:1fr;
  }
  .overview-list div{
    grid-template-columns:46px 1fr;
  }
  .overview-list em{
    grid-column:2;
  }
}

/* Cache reset helper marker v3.7 */


/* === BCS Final Visual Polish v3.8 === */

/* Wider and better-balanced layout */
.container,
.page-panel,
.dashboard-final-panel{
  max-width:1440px;
}

.section{
  padding-top:58px;
  padding-bottom:58px;
}

.dashboard-final .page-panel,
.dashboard-final-panel{
  max-width:1440px;
}

/* Section separators */
.section-separator{
  display:flex;
  align-items:center;
  gap:18px;
  margin:34px 0 18px;
  opacity:.88;
}

.section-separator::before,
.section-separator::after{
  content:"";
  flex:1;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(216,164,54,.30),transparent);
}

.section-separator span{
  font-size:11px;
  letter-spacing:2.2px;
  color:var(--gold2);
  font-weight:950;
  text-transform:uppercase;
  white-space:nowrap;
}

/* Premium footer */
footer{
  margin-top:72px!important;
  padding:54px 0 26px!important;
  border-top:1px solid rgba(216,164,54,.18)!important;
  background:
    radial-gradient(circle at 50% 0%,rgba(216,164,54,.06),transparent 30%),
    linear-gradient(180deg,rgba(255,255,255,.025),rgba(255,255,255,.008))!important;
  backdrop-filter:blur(12px);
}

.footer-status-row{
  max-width:1180px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:12px;
}

.footer-status-row span{
  border:1px solid rgba(255,255,255,.07);
  border-radius:16px;
  background:rgba(255,255,255,.025);
  padding:13px 15px;
  color:var(--muted);
  font-size:12px;
}

.footer-status-row b{
  color:var(--gold2);
  margin-right:6px;
}

.footer-grid{
  max-width:1180px!important;
  margin:0 auto!important;
  gap:46px!important;
  align-items:start;
}

.footer-grid h4{
  color:var(--text);
  margin-bottom:14px;
  font-size:15px;
}

.footer-grid a{
  display:block;
  color:var(--muted);
  text-decoration:none;
  margin:8px 0;
  transition:.16s ease;
}

.footer-grid a:hover{
  color:var(--gold2);
  transform:translateX(3px);
}

.copyright{
  max-width:1180px!important;
  margin:34px auto 0!important;
  padding-top:18px!important;
  border-top:1px solid rgba(255,255,255,.06)!important;
  text-align:center;
  color:var(--muted);
  opacity:.76;
}

/* Infrastructure alert less aggressive */
.dashboard-infra-alert.critical{
  background:
    radial-gradient(circle at 100% 0%,rgba(255,88,116,.08),transparent 34%),
    linear-gradient(135deg,rgba(120,25,25,.13),rgba(255,255,255,.022))!important;
  border-color:rgba(255,88,116,.25)!important;
  box-shadow:none!important;
}

.dashboard-infra-alert.critical h3{
  color:#ff6b7d!important;
}

.incident-top-banner.critical{
  background:linear-gradient(90deg,rgba(255,88,116,.085),rgba(216,164,54,.045))!important;
  border-bottom-color:rgba(255,88,116,.18)!important;
}

/* Timeline polish */
.timeline-item{
  grid-template-columns:24px 1fr 92px!important;
  min-height:72px;
}

.timeline-item small{
  font-size:9px!important;
  padding:4px 8px!important;
  letter-spacing:.5px;
  opacity:.9;
  text-align:center;
}

.timeline-item p{
  line-height:1.5;
}

/* Floating connect widget polish */
.floating-connect{
  backdrop-filter:blur(10px)!important;
  background:rgba(10,13,18,.78)!important;
  border:1px solid rgba(255,255,255,.075)!important;
  padding:12px 14px!important;
  border-radius:18px!important;
  box-shadow:0 18px 45px rgba(0,0,0,.30)!important;
}

.floating-connect:hover{
  transform:translateY(-2px);
  border-color:rgba(216,164,54,.25)!important;
}

/* Cards and hover polish */
.card,
.command-card,
.dashboard-live-strip>div,
.quick-links-card,
.platform-timeline,
.system-overview-card{
  box-shadow:0 16px 50px rgba(0,0,0,.14);
}

.command-card:hover,
.dashboard-live-strip>div:hover,
.quick-links-card:hover,
.platform-timeline:hover{
  border-color:rgba(216,164,54,.20);
}

/* Typography refinement */
body{
  text-rendering:geometricPrecision;
}

p{
  line-height:1.65;
}

small{
  letter-spacing:.2px;
}

/* Ultra-wide balance */
.dashboard-hero-final{
  gap:34px;
}

.dashboard-copy p{
  max-width:720px;
}

/* Responsive footer */
@media(max-width:900px){
  .footer-status-row{
    grid-template-columns:1fr;
  }

  .footer-grid{
    grid-template-columns:1fr 1fr!important;
  }

  .section-separator{
    margin:28px 0 16px;
  }
}

@media(max-width:640px){
  .footer-grid{
    grid-template-columns:1fr!important;
  }

  footer{
    padding:38px 0 22px!important;
  }

  .timeline-item{
    grid-template-columns:20px 1fr!important;
  }

  .timeline-item small{
    grid-column:2;
    justify-self:start;
  }

  .section-separator span{
    font-size:10px;
    letter-spacing:1.5px;
  }
}


/* === BCS Widescreen Final Layout v3.9 === */

/* Strong desktop override: remove tiny boxed feeling */
@media(min-width:1201px){
  .container,
  .page-panel,
  .dashboard-final-panel,
  .dashboard-final .page-panel{
    width:min(1540px, calc(100vw - 96px))!important;
    max-width:1540px!important;
    margin-left:auto!important;
    margin-right:auto!important;
  }

  .dashboard-final{
    padding-top:68px!important;
  }

  .dashboard-hero-final{
    width:100%!important;
    max-width:none!important;
    grid-template-columns:1.05fr .95fr!important;
    gap:38px!important;
    padding:46px!important;
    border-radius:30px!important;
  }

  .dashboard-copy h1{
    font-size:clamp(72px,5.2vw,112px)!important;
    line-height:.92!important;
    letter-spacing:-4px!important;
  }

  .dashboard-copy p{
    font-size:19px!important;
    line-height:1.75!important;
    max-width:760px!important;
  }

  .system-overview-card{
    padding:34px!important;
  }

  .overview-head h2{
    font-size:34px!important;
  }

  .overview-list div{
    padding:20px 0!important;
  }

  .dashboard-live-strip{
    width:100%!important;
    grid-template-columns:repeat(4,1fr)!important;
    gap:16px!important;
  }

  .dashboard-live-strip>div{
    padding:20px!important;
    border-radius:20px!important;
  }

  .dashboard-live-strip b{
    font-size:25px!important;
  }

  .dashboard-status-row{
    width:100%!important;
    grid-template-columns:1.45fr .75fr!important;
    gap:16px!important;
  }

  .platform-timeline{
    width:100%!important;
    max-width:none!important;
  }

  .timeline-head{
    padding:22px 24px!important;
  }

  .timeline-item{
    padding:18px 24px!important;
  }

  .section-separator{
    width:100%!important;
    margin:40px 0 20px!important;
  }

  footer{
    width:100%!important;
  }

  footer .container,
  .footer-grid,
  .footer-status-row,
  .copyright{
    width:min(1320px, calc(100vw - 120px))!important;
    max-width:1320px!important;
  }
}

/* Ultra wide monitors */
@media(min-width:1650px){
  .container,
  .page-panel,
  .dashboard-final-panel,
  .dashboard-final .page-panel{
    width:1500px!important;
    max-width:1500px!important;
  }

  .dashboard-hero-final{
    min-height:520px!important;
  }

  .system-overview-card{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
  }

  .overview-list div{
    grid-template-columns:58px 1fr auto!important;
  }
}

/* Prevent old boxed wrappers from shrinking dashboard */
.dashboard-final .container,
.dashboard-final-panel,
.dashboard-final .page-panel,
.dashboard-final section,
.dashboard-final main{
  box-sizing:border-box!important;
}

/* Full-width background but centered content */
.dashboard-final{
  background:
    radial-gradient(circle at 50% 0%, rgba(216,164,54,.045), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.012), transparent 42%)!important;
}

/* Footer visual balance */
footer{
  min-height:240px!important;
}

.footer-grid{
  grid-template-columns:1.2fr .8fr .8fr 1fr!important;
}

.footer-status-row span{
  min-height:48px;
  display:flex;
  align-items:center;
}

/* Cleaner floating widget on huge screens */
@media(min-width:1201px){
  .floating-connect{
    right:34px!important;
    bottom:28px!important;
    transform:scale(.94);
    transform-origin:right bottom;
  }
}

/* Cache marker v3.9 */


/* === Admin Dynamic Platform v4.0 === */
.update-row[data-category="Infrastructure"] .category-badge{border-color:rgba(216,164,54,.25);color:var(--gold2)}
.update-row[data-category="VIP System"] .category-badge{border-color:rgba(50,215,134,.25);color:var(--green)}
.update-row[data-category="AntiCheat"] .category-badge{border-color:rgba(106,132,255,.25);color:#8fa3ff}
.update-row[data-category="Server"] .category-badge{border-color:rgba(255,255,255,.16);color:#d7deea}
.update-row[data-category="Community"] .category-badge{border-color:rgba(255,88,116,.25);color:#ff8b9b}


/* === BCS v6.4 Public Updates Fix === */
.page-wrap{
  width:min(1240px, calc(100% - 32px));
  margin:48px auto 80px;
}
.page-card{
  border:1px solid rgba(255,255,255,.09);
  background:
    radial-gradient(circle at 100% 0%, rgba(241,189,59,.07), transparent 32%),
    rgba(255,255,255,.035);
  border-radius:28px;
  padding:28px;
}
.updates-hero{
  display:grid;
  grid-template-columns:1fr 330px;
  gap:22px;
  align-items:start;
  margin-bottom:18px;
}
.section-pill{
  display:inline-flex;
  align-items:center;
  border:1px solid rgba(241,189,59,.35);
  background:rgba(241,189,59,.08);
  color:#ffd15a;
  border-radius:999px;
  padding:8px 13px;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.6px;
}
.updates-clean h1{
  margin:16px 0 8px;
  font-size:42px;
  line-height:1.05;
}
.updates-clean p{
  color:#b6bfd0;
}
.updates-type-card{
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.04);
  border-radius:20px;
  padding:18px;
}
.updates-type-card span{
  display:block;
  color:#aeb7c8;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.4px;
}
.updates-type-card strong{
  display:block;
  color:#ffd15a;
  font-size:24px;
  margin:8px 0;
}
.updates-filter{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:18px 0 18px;
}
.filter-btn{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.045);
  color:#dce3ef;
  border-radius:999px;
  padding:9px 13px;
  font-weight:850;
  cursor:pointer;
}
.filter-btn:hover,
.filter-btn.active{
  color:#0a0d12;
  background:linear-gradient(135deg,#ffd15a,#d99d25);
  border-color:transparent;
}
.updates-list{
  display:grid;
  gap:10px;
}
.update-row{
  display:grid;
  grid-template-columns:135px 1fr 150px;
  gap:18px;
  align-items:center;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  border-radius:18px;
  padding:18px;
}
.update-date{
  color:#dce3ef;
  font-weight:800;
}
.update-main h3{
  margin:0 0 7px;
  font-size:19px;
}
.update-main p{
  margin:0;
  font-size:14px;
}
.update-badge{
  justify-self:end;
  border:1px solid rgba(37,217,130,.22);
  background:rgba(37,217,130,.07);
  color:#25d982;
  border-radius:999px;
  padding:7px 10px;
  font-size:12px;
  font-weight:900;
}
.timeline-card{
  margin-top:18px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  border-radius:18px;
  padding:20px;
}
.timeline-card h2{
  margin:0 0 10px;
  font-size:20px;
}
.timeline-row{
  display:grid;
  grid-template-columns:120px 1fr;
  gap:16px;
  padding:13px 0;
  border-top:1px solid rgba(255,255,255,.07);
}
.timeline-row:first-of-type{
  border-top:0;
}
.timeline-row strong{
  color:#ffd15a;
}
.timeline-row p{
  margin:0;
}
@media(max-width:900px){
  .updates-hero,
  .update-row,
  .timeline-row{
    grid-template-columns:1fr;
  }
  .update-badge{
    justify-self:start;
  }
  .updates-clean h1{
    font-size:34px;
  }
}


/* === BCS v6.5 Active Nav Fix === */
nav a.active,
.nav a.active,
header a.active{
  color:#ffd15a!important;
}
nav a.active:after,
.nav a.active:after,
header a.active:after{
  opacity:1!important;
}


/* === BCS v7.0 Infrastructure Polish === */
.infrastructure-card,
.infra-card,
.page-card{
  box-shadow:0 24px 80px rgba(0,0,0,.18);
}
.status-banner,
.incident-banner{
  letter-spacing:.02em;
}


/* === BCS v7.3 Public Production Polish === */
.page-card,
.status-card,
.info-card,
.vip-card,
.roadmap-card{
  transition:border-color .16s ease, transform .16s ease, box-shadow .16s ease;
}
.page-card:hover,
.status-card:hover,
.info-card:hover,
.vip-card:hover,
.roadmap-card:hover{
  border-color:rgba(241,189,59,.22)!important;
  box-shadow:0 24px 80px rgba(0,0,0,.22);
}
a,button{
  transition:background .16s ease,color .16s ease,border-color .16s ease,transform .16s ease;
}
button:hover,
.btn:hover,
a.btn:hover{
  transform:translateY(-1px);
}
@media(max-width:720px){
  .page-wrap{width:calc(100% - 20px)!important;margin-top:24px!important}
  .page-card{padding:20px!important;border-radius:22px!important}
}






/* === BCS Beta Page + Footer Pro v10.7.0 === */
.bcs-beta-page{
  max-width:1360px;
  margin:0 auto;
  padding:72px 24px 90px;
}
.bcs-beta-hero{
  display:grid;
  grid-template-columns:1.2fr .8fr;
  gap:22px;
  align-items:stretch;
}
.bcs-beta-hero-card,
.bcs-beta-status-card,
.bcs-beta-grid article,
.bcs-beta-rules{
  border:1px solid rgba(255,255,255,.09);
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  border-radius:24px;
  box-shadow:0 28px 90px rgba(0,0,0,.24);
}
.bcs-beta-hero-card{padding:38px}
.bcs-pill{
  display:inline-flex;
  border:1px solid rgba(242,189,61,.28);
  background:rgba(242,189,61,.08);
  color:#f2bd3d;
  border-radius:999px;
  padding:8px 12px;
  font-size:12px;
  font-weight:950;
  letter-spacing:1px;
}
.bcs-beta-hero h1{
  font-size:54px;
  line-height:1;
  letter-spacing:-.045em;
  margin:20px 0 16px;
  color:#fff;
}
.bcs-beta-hero p{
  color:#aab6c6;
  line-height:1.7;
  max-width:720px;
}
.bcs-beta-actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:24px;
}
.bcs-beta-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:14px 18px;
  border-radius:14px;
  text-decoration:none;
  font-weight:950;
  color:#fff;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.09);
}
.bcs-beta-actions a.primary{
  color:#111;
  background:linear-gradient(135deg,#ffd15a,#d99d25);
  border:0;
}
.bcs-beta-status-card{padding:28px}
.bcs-beta-status-card h2,
.bcs-beta-rules h2{
  margin:0 0 18px;
  color:#fff;
}
.bcs-beta-step{
  display:grid;
  grid-template-columns:42px 1fr;
  gap:12px;
  align-items:center;
  padding:13px 0;
  border-bottom:1px solid rgba(255,255,255,.07);
}
.bcs-beta-step:last-child{border-bottom:0}
.bcs-beta-step b{
  width:36px;
  height:36px;
  border-radius:12px;
  display:grid;
  place-items:center;
  background:rgba(242,189,61,.10);
  color:#f2bd3d;
}
.bcs-beta-step span{color:#dce6f2}
.bcs-beta-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:18px;
}
.bcs-beta-grid article{padding:24px}
.bcs-beta-grid i{
  width:48px;
  height:48px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(255,255,255,.06);
  font-style:normal;
  font-size:24px;
}
.bcs-beta-grid h3{color:#fff;margin:18px 0 10px}
.bcs-beta-grid p{color:#aab6c6;line-height:1.65}
.bcs-beta-rules{margin-top:18px;padding:28px}
.bcs-beta-rules ul{
  display:grid;
  gap:10px;
  margin:0;
  padding-left:20px;
  color:#dce6f2;
}

/* Footer Pro */
.bcs-footer-pro{
  position:relative;
  margin-top:70px;
  border-top:1px solid rgba(242,189,61,.22);
  background:
    radial-gradient(circle at 50% 0%,rgba(242,189,61,.08),transparent 36%),
    rgba(2,5,9,.72);
  overflow:hidden;
}
.bcs-footer-glow{
  position:absolute;
  left:50%;
  top:-140px;
  width:620px;
  height:240px;
  transform:translateX(-50%);
  background:radial-gradient(circle,rgba(242,189,61,.13),transparent 68%);
  pointer-events:none;
}
.bcs-footer-inner{
  position:relative;
  max-width:1360px;
  margin:0 auto;
  padding:34px 24px 28px;
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr .8fr 1.1fr;
  gap:24px;
}
.bcs-footer-brand{
  display:flex;
  flex-wrap:wrap;
  align-items:flex-start;
  gap:12px;
}
.bcs-footer-logo{
  width:46px;
  height:46px;
  display:grid;
  place-items:center;
  border:2px solid #f2bd3d;
  border-radius:14px;
  color:#f2bd3d;
  font-weight:950;
}
.bcs-footer-brand h3,
.bcs-footer-col h4,
.bcs-footer-card h4{
  margin:0 0 8px;
  color:#fff;
}
.bcs-footer-brand p,
.bcs-footer-card p{
  margin:0 0 7px;
  color:#9eacbd;
  line-height:1.55;
}
.bcs-footer-status{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:6px;
  padding:7px 10px;
  border-radius:999px;
  color:#2ee58a;
  background:rgba(46,229,138,.08);
  border:1px solid rgba(46,229,138,.22);
  font-size:12px;
  font-weight:950;
}
.bcs-footer-status i{
  width:8px;
  height:8px;
  border-radius:50%;
  background:#2ee58a;
  box-shadow:0 0 18px rgba(46,229,138,.5);
}
.bcs-footer-col{
  display:flex;
  flex-direction:column;
  gap:8px;
}
.bcs-footer-col a{
  color:#aab6c6;
  text-decoration:none;
  transition:.18s ease;
}
.bcs-footer-col a:hover{
  color:#f2bd3d;
  transform:translateX(3px);
}
.bcs-footer-card{
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.025);
  border-radius:18px;
  padding:16px;
}
.bcs-footer-card b{color:#fff}
.bcs-footer-bottom{
  max-width:1360px;
  margin:0 auto;
  padding:16px 24px 24px;
  display:flex;
  justify-content:space-between;
  gap:12px;
  color:#758295;
  border-top:1px solid rgba(255,255,255,.07);
  font-size:13px;
}
@media(max-width:1050px){
  .bcs-footer-inner{grid-template-columns:1fr 1fr}
}
@media(max-width:900px){
  .bcs-beta-page{padding:40px 16px 70px}
  .bcs-beta-hero,
  .bcs-beta-grid{grid-template-columns:1fr}
  .bcs-beta-hero h1{font-size:40px}
}
@media(max-width:650px){
  .bcs-footer-inner{grid-template-columns:1fr}
  .bcs-footer-bottom{display:grid}
}
