
    :root{
      --bg:#050b16;--bg2:#071426;--panel:#0b1728;--panel2:#0e2036;--panel3:#102944;
      --line:rgba(151,186,235,.14);--line2:rgba(151,186,235,.24);--text:#f7fbff;--muted:#93a7c2;
      --blue:#4b8dff;--cyan:#26d9d0;--violet:#8d61ff;--pink:#ff5ca8;--green:#43dfa1;--orange:#ff9c55;
      --shadow:0 28px 80px rgba(0,0,0,.35);--radius:24px;--radius-sm:16px;
    }
    *{box-sizing:border-box}
    html{scroll-behavior:smooth;background:var(--bg)}
    body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:
      radial-gradient(circle at 18% 0%,rgba(76,80,255,.14),transparent 28%),
      radial-gradient(circle at 82% 7%,rgba(0,206,255,.10),transparent 24%),
      linear-gradient(180deg,#050a14 0%,#07111e 44%,#050a13 100%);min-height:100vh}
    body:before{content:"";position:fixed;inset:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.7),transparent 85%)}
    a{text-decoration:none;color:inherit}.v11-icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex:none}.v11-shell{max-width:1490px;margin:auto;padding:0 22px}
    .v11-topbar{position:sticky;top:0;z-index:50;background:rgba(5,10,20,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
    .v11-topbar-inner{height:74px;display:flex;align-items:center;gap:24px}.v11-brand{display:flex;align-items:center;gap:12px;min-width:215px}.v11-brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#7f5cff,#405bff 57%,#13c6f3);display:grid;place-items:center;box-shadow:0 10px 28px rgba(89,78,255,.35);font-weight:900;font-size:23px}.v11-brand-copy{display:flex;flex-direction:column;line-height:1}.v11-brand-copy strong{font-size:21px;letter-spacing:-.03em}.v11-brand-copy small{font-size:11px;color:var(--muted);margin-top:5px}.v11-nav{display:flex;align-items:center;gap:4px;flex:1;justify-content:center}.v11-nav a{font-size:12px;font-weight:750;color:#b4c0d2;padding:12px 14px;border-radius:12px}.v11-nav a:hover,.v11-nav a.active{background:rgba(91,129,255,.11);color:#fff}.v11-header-search{width:270px;height:44px;border:1px solid var(--line2);border-radius:14px;background:#0a1527;color:#aebbd0;display:flex;align-items:center;gap:10px;padding:0 14px;font-size:13px}.v11-kbd{margin-left:auto;border:1px solid var(--line2);background:#0e1d32;border-radius:7px;padding:3px 7px;font-size:10px;color:#8295b1}.v11-head-actions{display:flex;align-items:center;gap:9px}.v11-pill-live,.v11-round-btn{height:42px;border:1px solid var(--line2);background:#0b182b;color:#dce8fa;border-radius:13px;display:flex;align-items:center;justify-content:center}.v11-pill-live{gap:8px;padding:0 13px;font-size:12px;font-weight:750}.v11-live-dot{width:8px;height:8px;border-radius:50%;background:var(--green);box-shadow:0 0 0 6px rgba(67,223,161,.08)}.v11-round-btn{width:42px}.v11-mobile-nav{display:none}
    main{padding:20px 0 70px}.v11-dashboard{display:grid;grid-template-columns:230px minmax(0,1fr) 330px;gap:16px;align-items:start}.v11-panel{background:linear-gradient(180deg,rgba(13,30,51,.94),rgba(7,18,34,.94));border:1px solid var(--line2);border-radius:22px;box-shadow:0 18px 60px rgba(0,0,0,.22)}
    .v11-sidebar{padding:16px;position:sticky;top:94px}.v11-side-head{padding:8px 8px 13px;color:#7187a5;font-size:10px;font-weight:850;letter-spacing:.16em}.v11-side-list{display:grid;gap:7px}.v11-side-item{min-height:48px;border-radius:14px;padding:9px 10px;display:flex;align-items:center;gap:11px;color:#d9e5f7;transition:.2s}.v11-side-item:hover,.v11-side-item.active{background:linear-gradient(90deg,rgba(73,118,255,.20),rgba(36,214,209,.06));transform:translateX(2px)}.v11-side-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:var(--tint,rgba(77,136,255,.14));color:var(--accent,var(--blue));border:1px solid color-mix(in srgb,var(--accent,var(--blue)) 26%,transparent)}.v11-side-icon .v11-icon{width:18px;height:18px}.v11-side-copy{min-width:0;display:flex;flex-direction:column;gap:2px}.v11-side-copy strong{font-size:12px}.v11-side-copy small{font-size:10px;color:#7286a3}.v11-side-count{margin-left:auto;color:#7187a4;font-size:10px}.v11-side-divider{height:1px;background:var(--line);margin:14px 0}.v11-side-mini{display:grid;gap:8px}.v11-side-mini a{display:flex;align-items:center;gap:10px;padding:11px;border-radius:13px;background:#091527;border:1px solid rgba(150,185,230,.10);font-size:11px;color:#b8c7db}.v11-side-mini a span:last-child{margin-left:auto;color:#587296}
    .v11-hero{position:relative;overflow:hidden;min-height:440px;padding:34px 38px 26px;background:
      radial-gradient(circle at 87% 20%,rgba(58,122,255,.32),transparent 24%),
      radial-gradient(circle at 60% 105%,rgba(125,73,255,.25),transparent 35%),
      linear-gradient(135deg,#0a1630 0%,#0c2450 56%,#0b3151 100%);border-radius:26px;border:1px solid rgba(90,146,255,.34);box-shadow:var(--shadow)}
    .v11-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,13,30,.98) 0%,rgba(5,13,30,.83) 45%,rgba(5,13,30,.18) 72%,rgba(5,13,30,.45) 100%);z-index:1}.v11-hero-photo{position:absolute;right:0;top:0;width:54%;height:100%;object-fit:cover;filter:saturate(.75) contrast(1.04);opacity:.82}.v11-hero-orb{position:absolute;border-radius:50%;filter:blur(1px);z-index:1}.v11-hero-orb.one{width:220px;height:220px;background:radial-gradient(circle at 34% 32%,#44efff 0%,#2856ff 35%,#5c28cc 68%,transparent 70%);right:20px;top:-120px;opacity:.34}.v11-hero-orb.two{width:130px;height:130px;background:radial-gradient(circle at 35% 32%,#ff65d4,#7734ff 55%,transparent 60%);right:45%;bottom:-90px;opacity:.24}.v11-hero-copy{position:relative;z-index:2;max-width:650px}.v11-eyebrow{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(108,155,255,.32);background:rgba(42,74,148,.18);color:#8bc4ff;border-radius:999px;padding:8px 12px;font-size:10px;font-weight:900;letter-spacing:.13em}.v11-eyebrow .v11-icon{width:14px;height:14px}.v11-hero h1{font-size:55px;line-height:1.02;letter-spacing:-.055em;margin:17px 0 15px;max-width:650px}.v11-hero h1 em{font-style:normal;background:linear-gradient(90deg,#48d9ff,#7d8cff 50%,#ff6fbd);-webkit-background-clip:text;color:transparent}.v11-hero p{font-size:16px;line-height:1.65;color:#b6c8df;max-width:610px;margin:0 0 20px}.v11-searchbox{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;background:#fff;border:5px solid rgba(255,255,255,.14);border-radius:20px;padding:7px 8px 7px 15px;max-width:690px;box-shadow:0 16px 45px rgba(0,0,0,.3)}.v11-searchbox .v11-icon{color:#4b65e7}.v11-searchbox input{height:42px;border:0;outline:0;font:inherit;font-size:14px;color:#17223a;min-width:0}.v11-searchbox button{height:43px;border:0;border-radius:13px;padding:0 21px;background:linear-gradient(135deg,#5c50ff,#6c37db);color:white;font-weight:850;letter-spacing:.01em;display:flex;align-items:center;gap:8px;box-shadow:0 8px 22px rgba(85,59,225,.35)}.v11-searchbox button .v11-icon{color:#fff;width:17px}.v11-quick-chips{display:flex;flex-wrap:wrap;gap:8px;margin-top:13px}.v11-quick-chips a{display:flex;align-items:center;gap:7px;padding:9px 12px;border-radius:999px;border:1px solid rgba(150,190,255,.19);background:rgba(7,19,39,.63);color:#d4e0f3;font-size:11px}.v11-quick-chips a:hover{border-color:rgba(88,211,255,.55);background:rgba(11,36,65,.8)}.v11-quick-chips .v11-icon{width:14px;height:14px;color:#59d4ff}.v11-hero-bottom{position:absolute;left:38px;right:38px;bottom:25px;z-index:2;display:flex;gap:16px;align-items:center}.v11-hero-stat{display:flex;align-items:center;gap:9px;color:#a9bcd3;font-size:10px}.v11-hero-stat strong{color:#fff;font-size:12px}.v11-hero-stat .v11-dot{width:7px;height:7px;border-radius:50%;background:var(--green)}
    .v11-live-board{padding:16px}.v11-live-board-head{display:flex;align-items:center;justify-content:space-between;padding:5px 4px 13px}.v11-live-board-head h2{font-size:14px;margin:0}.v11-live-board-head a{font-size:10px;color:#69cfff}.v11-live-primary{border-radius:18px;padding:16px;background:linear-gradient(145deg,#0f2a4e,#0d1e38);border:1px solid rgba(89,157,255,.27);position:relative;overflow:hidden}.v11-live-primary:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-80px;top:-95px;background:radial-gradient(circle,#316cff 0%,transparent 68%);opacity:.18}.v11-location-line{display:flex;align-items:center;gap:11px;position:relative;z-index:1}.v11-live-symbol{width:40px;height:40px;border-radius:13px;display:grid;place-items:center;background:rgba(37,201,222,.12);color:#4bdbe8}.v11-location-line small{display:block;color:#7390b4;font-size:9px;font-weight:800;letter-spacing:.09em;margin-bottom:3px}.v11-location-line strong{font-size:15px}.v11-big-time{font-size:31px;font-weight:780;letter-spacing:-.045em;margin:17px 0 2px}.v11-date-line{font-size:11px;color:#7f96b5}.v11-live-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:10px}.v11-live-card{min-height:104px;border:1px solid rgba(141,180,231,.12);background:#09172a;border-radius:16px;padding:13px;position:relative;overflow:hidden}.v11-live-card:before{content:"";position:absolute;width:85px;height:85px;border-radius:50%;right:-35px;bottom:-45px;background:var(--glow,#3479ff);filter:blur(3px);opacity:.13}.v11-live-card .v11-top{display:flex;align-items:center;justify-content:space-between}.v11-live-card .v11-mini-icon{width:31px;height:31px;border-radius:10px;display:grid;place-items:center;background:rgba(79,139,255,.1);color:var(--accent,var(--blue))}.v11-live-card .v11-mini-icon .v11-icon{width:16px;height:16px}.v11-live-card small{font-size:8px;color:#6e84a2;font-weight:850;letter-spacing:.09em}.v11-live-card strong{display:block;font-size:16px;margin:11px 0 3px}.v11-live-card p{margin:0;color:#7188a8;font-size:9px;line-height:1.35}.v11-live-wide{margin-top:9px;display:flex;align-items:center;gap:10px;border:1px solid rgba(141,180,231,.13);background:#09172a;border-radius:15px;padding:12px}.v11-live-wide .v11-grow{flex:1}.v11-live-wide small{display:block;color:#6f84a1;font-size:8px;font-weight:850}.v11-live-wide strong{font-size:11px}.v11-live-wide .v11-meter{width:92px;height:6px;border-radius:999px;background:#132743;overflow:hidden}.v11-live-wide .v11-meter span{display:block;height:100%;width:72%;background:linear-gradient(90deg,#2adbb7,#5c7cff)}
    .v11-main-column{min-width:0}.v11-below{margin-top:16px}.v11-section-panel{padding:20px}.v11-section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:15px}.v11-section-title span.k{display:block;color:#5b8dff;font-size:9px;font-weight:900;letter-spacing:.14em;margin-bottom:5px}.v11-section-title h2{margin:0;font-size:21px;letter-spacing:-.03em}.v11-section-title p{margin:5px 0 0;color:#7f94b0;font-size:11px}.v11-section-title a{font-size:10px;color:#7bcfff;display:flex;align-items:center;gap:5px}.v11-section-title a .v11-icon{width:14px;height:14px}
    .v11-essentials{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.v11-essential{min-height:116px;border-radius:17px;border:1px solid rgba(135,179,232,.13);background:linear-gradient(145deg,#0d1c31,#091625);padding:14px;display:flex;flex-direction:column;position:relative;overflow:hidden;transition:.2s}.v11-essential:hover{transform:translateY(-3px);border-color:rgba(92,156,255,.35);box-shadow:0 14px 32px rgba(0,0,0,.18)}.v11-essential:after{content:"";position:absolute;width:100px;height:100px;border-radius:50%;right:-45px;top:-45px;background:var(--accent);opacity:.12}.v11-essential-icon{width:39px;height:39px;border-radius:13px;display:grid;place-items:center;background:color-mix(in srgb,var(--accent) 16%,transparent);color:var(--accent);border:1px solid color-mix(in srgb,var(--accent) 30%,transparent)}.v11-essential-icon .v11-icon{width:19px;height:19px}.v11-essential strong{font-size:12px;margin-top:auto}.v11-essential small{font-size:9px;color:#7890ae;margin-top:3px}.v11-essential .v11-arrow{position:absolute;right:12px;bottom:13px;color:#526c8b}.v11-essential .v11-arrow .v11-icon{width:14px;height:14px}
    .v11-profession-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px}.v11-profession-card{min-height:172px;border-radius:18px;position:relative;overflow:hidden;border:1px solid rgba(145,183,235,.17);background:#0d1a2b}.v11-profession-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.85);transition:.35s}.v11-profession-card:hover img{transform:scale(1.045)}.v11-profession-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,12,25,.10),rgba(4,12,25,.96) 86%)}.v11-profession-content{position:absolute;z-index:2;left:15px;right:15px;bottom:14px}.v11-profession-content small{font-size:8px;color:#8bb2e6;font-weight:850;letter-spacing:.1em}.v11-profession-content strong{display:block;font-size:14px;margin:5px 0 4px}.v11-profession-content p{margin:0;color:#b0c0d4;font-size:9px;line-height:1.4;max-width:90%}.v11-profession-badge{position:absolute;z-index:2;top:12px;left:12px;width:36px;height:36px;border-radius:12px;background:rgba(5,13,26,.78);backdrop-filter:blur(10px);display:grid;place-items:center;color:#72d6ff;border:1px solid rgba(150,200,255,.18)}.v11-profession-badge .v11-icon{width:18px;height:18px}
    .v11-wide-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:16px;margin-top:16px}.v11-jobs{min-height:270px;position:relative;overflow:hidden;padding:24px;border-radius:23px;border:1px solid rgba(100,160,255,.23);background:#0c1a2e}.v11-jobs img{position:absolute;right:0;top:0;width:55%;height:100%;object-fit:cover;opacity:.74}.v11-jobs:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#0a1629 0%,#0a1629 49%,rgba(10,22,41,.3) 78%,rgba(10,22,41,.68) 100%)}.v11-jobs-copy{position:relative;z-index:2;max-width:57%}.v11-jobs-copy .v11-tag{display:inline-flex;gap:7px;align-items:center;color:#75dbff;font-size:9px;font-weight:900;letter-spacing:.12em}.v11-jobs-copy h2{font-size:27px;letter-spacing:-.04em;margin:13px 0 8px}.v11-jobs-copy p{font-size:11px;line-height:1.55;color:#98abc3}.v11-job-form{display:grid;grid-template-columns:1fr 1fr auto;gap:7px;margin-top:17px}.v11-job-form input{min-width:0;height:42px;border-radius:12px;border:1px solid rgba(151,187,235,.17);background:rgba(6,17,33,.82);color:white;padding:0 12px;outline:0}.v11-job-form button{border:0;border-radius:12px;padding:0 16px;background:linear-gradient(135deg,#2f8bff,#635cff);color:white;font-weight:800}.v11-job-links{display:flex;gap:8px;margin-top:10px}.v11-job-links span{font-size:9px;color:#8fa4bf;padding:6px 8px;border:1px solid rgba(145,183,233,.13);border-radius:8px;background:rgba(5,15,30,.55)}
    .v11-daily{padding:20px;min-height:270px}.v11-daily-head{display:flex;align-items:center;gap:11px}.v11-daily-ill{width:52px;height:52px;border-radius:16px;background:linear-gradient(145deg,#703eff,#235fff);display:grid;place-items:center;box-shadow:0 12px 25px rgba(74,68,255,.28)}.v11-daily-ill .v11-icon{width:26px;height:26px}.v11-daily h3{font-size:16px;margin:0}.v11-daily p{font-size:10px;line-height:1.5;color:#7f95b0;margin:5px 0 15px}.v11-task{display:flex;align-items:center;gap:10px;padding:11px 0;border-top:1px solid rgba(145,183,233,.10)}.v11-task-dot{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:rgba(65,209,171,.1);color:#40d5a2}.v11-task-copy{flex:1}.v11-task-copy strong{display:block;font-size:10px}.v11-task-copy small{font-size:8px;color:#7187a4}.v11-task .v11-go{width:27px;height:27px;border-radius:9px;display:grid;place-items:center;border:1px solid rgba(145,183,233,.15);color:#7187a4}.v11-task .v11-go .v11-icon{width:13px;height:13px}
    .v11-game-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.v11-game{height:130px;border-radius:17px;position:relative;overflow:hidden;border:1px solid rgba(145,183,233,.14)}.v11-game img{width:100%;height:100%;object-fit:cover;filter:saturate(.75) brightness(.7);transition:.3s}.v11-game:hover img{transform:scale(1.05);filter:saturate(.9) brightness(.78)}.v11-game:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(2,8,18,.96))}.v11-game span{position:absolute;z-index:2;left:12px;right:12px;bottom:11px}.v11-game small{font-size:8px;color:#77d7ff;font-weight:800}.v11-game strong{display:block;font-size:12px;margin-top:2px}
    .v11-footer{margin-top:24px;padding:24px;border-top:1px solid var(--line);color:#627691;font-size:10px;display:flex;align-items:center;justify-content:space-between}.v11-footer strong{color:#b7c6da}
    @media(max-width:1200px){.v11-dashboard{grid-template-columns:205px minmax(0,1fr)}.v11-live-board{grid-column:2;position:relative}.v11-nav a{padding:10px 8px}.v11-header-search{display:none}.v11-hero{min-height:420px}.v11-essentials{grid-template-columns:repeat(4,1fr)}}
    @media(max-width:900px){.v11-topbar-inner{height:66px}.v11-nav,.v11-pill-live{display:none}.v11-brand{min-width:unset;flex:1}.v11-brand-copy small{display:none}.v11-dashboard{display:block}.v11-sidebar{display:none}.v11-live-board{margin-top:14px}.v11-hero{min-height:500px;padding:28px 24px}.v11-hero-photo{width:100%;opacity:.34}.v11-hero:before{background:linear-gradient(180deg,rgba(5,13,30,.92),rgba(5,13,30,.72) 62%,rgba(5,13,30,.94))}.v11-hero h1{font-size:42px}.v11-hero-bottom{left:24px;right:24px;bottom:22px}.v11-essentials{grid-template-columns:repeat(2,1fr)}.v11-profession-strip{grid-template-columns:repeat(2,1fr)}.v11-wide-grid{grid-template-columns:1fr}.v11-jobs-copy{max-width:76%}.v11-mobile-nav{position:fixed;z-index:60;left:12px;right:12px;bottom:10px;height:64px;border:1px solid rgba(151,187,235,.22);background:rgba(7,16,30,.91);backdrop-filter:blur(20px);border-radius:18px;display:grid;grid-template-columns:repeat(5,1fr);padding:6px;box-shadow:0 15px 50px rgba(0,0,0,.48)}.v11-mobile-nav a{display:grid;place-items:center;color:#7388a6;font-size:8px;gap:1px}.v11-mobile-nav a.active{color:#63ccff}.v11-mobile-nav .v11-icon{width:19px;height:19px}.v11-footer{padding-bottom:95px}}
    @media(max-width:600px){.v11-shell{padding:0 12px}.v11-brand-mark{width:37px;height:37px;border-radius:12px}.v11-brand-copy strong{font-size:19px}.v11-round-btn{width:39px;height:39px}.v11-hero{min-height:520px;padding:22px 18px;border-radius:21px}.v11-hero h1{font-size:38px;margin-top:14px}.v11-hero p{font-size:13px}.v11-searchbox{grid-template-columns:auto 1fr;padding-right:7px;border-radius:17px}.v11-searchbox button{width:43px;padding:0;justify-content:center}.v11-searchbox button span{display:none}.v11-quick-chips a:nth-child(n+4){display:none}.v11-hero-bottom{left:18px;right:18px;bottom:18px;gap:8px;flex-wrap:wrap}.v11-hero-stat{font-size:9px}.v11-live-grid{grid-template-columns:1fr 1fr}.v11-section-panel{padding:15px}.v11-section-title{align-items:flex-start}.v11-section-title h2{font-size:19px}.v11-section-title p{max-width:230px}.v11-essentials{gap:8px}.v11-essential{min-height:107px;padding:12px}.v11-profession-strip{grid-template-columns:1fr}.v11-profession-card{min-height:150px}.v11-wide-grid{gap:12px}.v11-jobs{min-height:340px;padding:20px}.v11-jobs img{width:100%;opacity:.3}.v11-jobs:after{background:linear-gradient(180deg,rgba(8,18,34,.45),rgba(8,18,34,.96) 55%)}.v11-jobs-copy{max-width:100%}.v11-jobs-copy h2{font-size:24px}.v11-job-form{grid-template-columns:1fr}.v11-job-form button{height:42px}.v11-job-links{flex-wrap:wrap}.v11-game-row{grid-template-columns:1fr 1fr}.v11-game:last-child{grid-column:1/-1}.v11-footer{display:block;line-height:1.8}.v11-head-actions .v11-round-btn:first-child{display:none}}
  
/* =========================================================
   UTILIA V11 — GLOBAL PRODUCTION LAYER
   ========================================================= */
:root{
  --ink:#f7fbff;--surface:#0b1728;--surface-2:#0e2036;--surface-3:#102944;
  --bg:#050b16;--bg-2:#071426;--line:rgba(151,186,235,.14);--line-strong:rgba(151,186,235,.25);
  --primary:#6f78ff;--primary-2:#9a5cff;--primary-dark:#b7c2ff;--aqua:#26d9d0;--aqua-dark:#6ff4eb;
  --yellow:#ffc14e;--pink:#ff5ca8;--orange:#ff9c55;--blue:#4b8dff;--green:#43dfa1;--danger:#ff6685;
  --shadow-sm:0 10px 28px rgba(0,0,0,.22);--shadow:0 22px 65px rgba(0,0,0,.30);--shadow-lg:0 34px 100px rgba(0,0,0,.42);
  --header-h:74px;--max:1490px;
}
html[data-theme="dark"]{color-scheme:dark}
html[data-theme="light"]{
  color-scheme:light;
  --bg:#edf3fb;--bg-2:#f7faff;--surface:#ffffff;--surface-2:#f4f7fc;--surface-3:#e9f0fa;
  --ink:#102039;--muted:#65758e;--line:rgba(44,79,124,.13);--line-strong:rgba(44,79,124,.22);
  --shadow-sm:0 10px 30px rgba(26,54,93,.08);--shadow:0 22px 60px rgba(26,54,93,.12);--shadow-lg:0 34px 90px rgba(26,54,93,.16);
}
html,body{min-width:320px}
body.v11-site{background:
  radial-gradient(circle at 18% 0%,rgba(76,80,255,.14),transparent 28%),
  radial-gradient(circle at 82% 7%,rgba(0,206,255,.10),transparent 24%),
  linear-gradient(180deg,#050a14 0%,#07111e 44%,#050a13 100%);color:var(--ink)}
html[data-theme="light"] body.v11-site{background:radial-gradient(circle at 14% 0%,rgba(75,141,255,.10),transparent 28%),radial-gradient(circle at 90% 6%,rgba(38,217,208,.09),transparent 24%),linear-gradient(180deg,#f8fbff,#edf3fb)}
body.v11-site::before{opacity:.55;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:52px 52px;mask-image:linear-gradient(to bottom,rgba(0,0,0,.75),transparent 88%)}
html[data-theme="light"] body.v11-site::before{background-image:linear-gradient(rgba(38,70,113,.026) 1px,transparent 1px),linear-gradient(90deg,rgba(38,70,113,.026) 1px,transparent 1px)}
body.v11-site p{color:#98abc3}html[data-theme="light"] body.v11-site p{color:#65758e}
body.v11-site h1,body.v11-site h2,body.v11-site h3,body.v11-site h4{color:var(--ink)}
body.v11-site a:focus-visible,body.v11-site button:focus-visible,body.v11-site input:focus-visible,body.v11-site select:focus-visible,body.v11-site textarea:focus-visible{outline:3px solid rgba(83,197,255,.55);outline-offset:3px}

/* Header */
.v11-site .site-header{position:sticky;top:0;z-index:90;min-height:74px;background:rgba(5,10,20,.84);border-bottom:1px solid rgba(151,186,235,.14);backdrop-filter:blur(18px) saturate(145%)}
html[data-theme="light"] .v11-site .site-header{background:rgba(248,251,255,.86);border-color:rgba(44,79,124,.13)}
.v11-site .header-inner{width:min(calc(100% - 44px),1490px);max-width:none;min-height:74px;margin:auto;padding:0;display:flex;align-items:center;gap:22px}
.v11-site .brand{display:flex;align-items:center;gap:12px;min-width:214px}
.v11-site .brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(145deg,#7f5cff,#405bff 57%,#13c6f3);display:grid;place-items:center;color:#fff;font-weight:900;font-size:23px;box-shadow:0 10px 28px rgba(89,78,255,.35)}
.v11-site .brand-copy{display:flex;flex-direction:column;line-height:1}.v11-site .brand-copy strong{font-size:21px;letter-spacing:-.03em;color:var(--ink)}.v11-site .brand-copy small{font-size:10px;color:#7d91ad;margin-top:5px}
.v11-site .desktop-nav{display:flex;align-items:center;gap:3px;flex:1;justify-content:center}
.v11-site .desktop-nav a{font-size:11px;font-weight:800;letter-spacing:.015em;color:#a9b8cb;padding:12px 12px;border-radius:12px;transition:.18s ease}
.v11-site .desktop-nav a:hover,.v11-site .desktop-nav a[aria-current="page"]{background:rgba(91,129,255,.12);color:#fff}
html[data-theme="light"] .v11-site .desktop-nav a{color:#53657f}html[data-theme="light"] .v11-site .desktop-nav a:hover,html[data-theme="light"] .v11-site .desktop-nav a[aria-current="page"]{color:#1a2a44;background:rgba(75,141,255,.10)}
.v11-site .header-actions{display:flex;align-items:center;gap:9px}.v11-site .header-search-button{order:-1;width:270px;height:44px;border:1px solid rgba(151,186,235,.24);border-radius:14px;background:#0a1527;color:#aebbd0;display:flex;align-items:center;gap:10px;padding:0 14px;box-shadow:none}
html[data-theme="light"] .v11-site .header-search-button{background:#fff;color:#65758e;border-color:rgba(44,79,124,.18)}
.v11-site .header-search-button .ui-icon{width:19px;height:19px}.v11-site .header-search-button kbd{margin-left:auto;border:1px solid rgba(151,186,235,.22);background:#0e1d32;border-radius:7px;padding:3px 7px;font-size:9px;color:#8295b1}
html[data-theme="light"] .v11-site .header-search-button kbd{background:#edf3fb;color:#64748b;border-color:rgba(44,79,124,.15)}
.v11-site .v8-status-link,.v11-site .language-pill,.v11-site .icon-button{height:42px;border:1px solid rgba(151,186,235,.22);background:#0b182b;color:#dce8fa;border-radius:13px;box-shadow:none}
html[data-theme="light"] .v11-site .v8-status-link,html[data-theme="light"] .v11-site .language-pill,html[data-theme="light"] .v11-site .icon-button{background:#fff;color:#24364f;border-color:rgba(44,79,124,.15)}
.v11-site .v8-status-link{display:flex;align-items:center;gap:8px;padding:0 13px;font-size:11px;font-weight:800}.v11-site .v8-status-dot{width:8px;height:8px;background:#43dfa1;box-shadow:0 0 0 6px rgba(67,223,161,.08)}
.v11-site .language-pill,.v11-site .icon-button{width:42px;display:grid;place-items:center;padding:0}.v11-site .language-pill .lang-label{display:none}.v11-site .menu-toggle{display:none}
.v11-site .mobile-menu{top:74px;background:rgba(5,12,23,.98);border-color:rgba(151,186,235,.15)}.v11-site .mobile-menu-inner a{color:#dbe7f7;border-color:rgba(151,186,235,.12)}

/* Search dialog */
.v11-site .search-panel{position:fixed;inset:0;z-index:120}.v11-site .search-panel-backdrop{position:absolute;inset:0;background:rgba(1,6,15,.74);backdrop-filter:blur(7px)}
.v11-site .search-dialog{position:relative;width:min(720px,calc(100% - 28px));max-height:min(720px,calc(100vh - 44px));overflow:auto;margin:8vh auto 0;background:#081528;border:1px solid rgba(134,176,230,.28);border-radius:22px;box-shadow:0 35px 120px rgba(0,0,0,.55)}
html[data-theme="light"] .v11-site .search-dialog{background:#fff;border-color:rgba(44,79,124,.17)}
.v11-site .search-dialog-head{position:sticky;top:0;z-index:2;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:16px;background:inherit;border-bottom:1px solid rgba(151,186,235,.13)}.v11-site .search-dialog-head input{height:48px;border:0;background:transparent;color:var(--ink);outline:0;font-size:16px}.v11-site .global-search-results{padding:10px 14px 16px}.v11-site .search-result{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding:12px;border-radius:15px;color:var(--ink)}.v11-site .search-result:hover{background:rgba(83,160,255,.10)}.v11-site .search-result-icon{width:39px;height:39px;border-radius:12px;display:grid;place-items:center;background:rgba(83,160,255,.12);color:#65b9ff}.v11-site .search-result-copy small{color:#7f93af}

/* Home additions */
.v11-home{padding:20px 0 70px}.v11-home .v11-live-board{position:sticky;top:94px}.v11-home .v11-section-panel{box-shadow:0 18px 60px rgba(0,0,0,.20)}
.v11-home .v11-essential,.v11-home .v11-profession-card,.v11-home .v11-game,.v11-home .v11-task{cursor:pointer}
.v11-home .v11-essential{position:relative}.v11-home .v11-essential:hover{transform:translateY(-3px);border-color:color-mix(in srgb,var(--accent) 48%,transparent);box-shadow:0 16px 35px rgba(0,0,0,.18)}
.v11-home .v11-essential,.v11-home .v11-profession-card,.v11-home .v11-game{transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}
.v11-home .v11-profession-card:hover{transform:translateY(-3px);border-color:rgba(104,185,255,.40)}
.v11-home .v11-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.v11-home .v11-category-card{min-height:144px;border-radius:18px;position:relative;overflow:hidden;border:1px solid rgba(145,183,233,.14);padding:18px;display:flex;flex-direction:column;justify-content:flex-end;background:#09172a}.v11-home .v11-category-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:brightness(.43) saturate(.70);transition:.3s}.v11-home .v11-category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,12,25,.05),rgba(5,12,25,.96))}.v11-home .v11-category-card>*:not(img){position:relative;z-index:2}.v11-home .v11-category-card:hover img{transform:scale(1.05);filter:brightness(.50) saturate(.88)}.v11-home .v11-category-card small{font-size:8px;letter-spacing:.12em;color:#75d8ff;font-weight:900}.v11-home .v11-category-card strong{font-size:14px;margin-top:5px}.v11-home .v11-category-card p{font-size:9px;margin:4px 0 0;line-height:1.4;color:#a8b8cc}
.v11-home .v11-personal-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.v11-home .v11-personal-box{border:1px solid rgba(145,183,233,.13);border-radius:18px;background:#09172a;padding:15px}.v11-home .v11-personal-box h3{font-size:13px;margin:0 0 11px}.v11-home .v8-personal-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px;padding:9px;border-radius:12px}.v11-home .v8-personal-item:hover{background:rgba(70,134,255,.09)}.v11-home .v8-personal-item .u-icon-tile{width:34px;height:34px}.v11-home .v8-personal-item strong{font-size:10px}.v11-home .v8-personal-item small{font-size:8px;color:#7187a4}.v11-home .v8-empty-personal{display:flex;align-items:center;gap:9px;min-height:56px;color:#7187a4;font-size:10px}
.v11-home .v11-ad-space{display:none;min-height:110px;margin-top:16px;border-radius:18px;border:1px dashed rgba(151,186,235,.18);background:rgba(8,20,37,.52);align-items:center;justify-content:center}.ads-configured .v11-home .v11-ad-space{display:flex}.v11-home .v11-ad-space .ad-label{font-size:9px;color:#687e99;letter-spacing:.11em}
.v11-home .v11-procedure-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.v11-home .v11-procedure-card{padding:14px;border-radius:16px;border:1px solid rgba(145,183,233,.13);background:#09172a;display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;min-height:82px}.v11-home .v11-procedure-card:hover{border-color:rgba(255,193,78,.38);background:#0b1b31}.v11-home .v11-procedure-card .v11-essential-icon{width:39px;height:39px}.v11-home .v11-procedure-card strong{font-size:10px}.v11-home .v11-procedure-card small{display:block;color:#7187a4;font-size:8px;margin-top:3px}.v11-home .v11-procedure-card>.ui-icon{width:14px;color:#607796}
.v11-home .v11-job-form select{min-width:0;height:42px;border-radius:12px;border:1px solid rgba(151,187,235,.17);background:rgba(6,17,33,.82);color:white;padding:0 10px;outline:0}.v11-home .v11-job-form{grid-template-columns:1fr 1fr .72fr auto}.v11-home .v11-job-engines{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.v11-home .v8-job-engine{display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid rgba(145,183,233,.13);border-radius:9px;background:rgba(5,15,30,.56);font-size:9px;color:#9fb1c8}.v11-home .v8-job-engine .engine-logo{width:22px;height:22px;border-radius:7px;display:grid;place-items:center;color:var(--engine);background:color-mix(in srgb,var(--engine) 12%,transparent)}.v11-home .v8-job-engine .ui-icon{width:12px;height:12px}.v11-home .v11-live-card strong.u-skeleton,.v11-home .v11-live-primary strong.u-skeleton{color:#8aa0ba}

/* Existing full portal pages */
.v11-site main:not(.v11-home){padding-bottom:80px}.v11-site .u-shell,.v11-site .container{width:min(calc(100% - 44px),1240px)}
.v11-site .v8-page-hero,.v11-site .v10-page-hero,.v11-site .tool-page-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 85% 20%,rgba(68,134,255,.22),transparent 25%),linear-gradient(135deg,#0a1630,#0c2440 60%,#0b2d44);border-bottom:1px solid rgba(151,186,235,.14);color:#fff}
.v11-site .v8-page-hero::before,.v11-site .v10-page-hero::before,.v11-site .tool-page-hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(90deg,#000,transparent)}
.v11-site .v8-page-hero>*,.v11-site .v10-page-hero>*,.v11-site .tool-page-hero>*{position:relative;z-index:1}.v11-site .v8-page-hero h1,.v11-site .v10-page-hero h1,.v11-site .tool-page-hero h1{color:#fff}.v11-site .v8-page-hero p,.v11-site .v10-page-hero p,.v11-site .tool-page-hero p{color:#b5c7dd}
.v11-site .u-panel,.v11-site .tool-card,.v11-site .content-card,.v11-site .sidebar-card,.v11-site .v8-catalog-sidebar,.v11-site .v8-catalog-main,.v11-site .v8-profession-nav,.v11-site .v8-profession-content,.v11-site .v8-procedures-sidebar,.v11-site .v8-procedures-main,.v11-site .v10-profession-nav,.v11-site .v10-profession-content{background:linear-gradient(180deg,rgba(13,30,51,.96),rgba(7,18,34,.96));border-color:rgba(151,186,235,.17);box-shadow:0 18px 60px rgba(0,0,0,.18)}
html[data-theme="light"] .v11-site .u-panel,html[data-theme="light"] .v11-site .tool-card,html[data-theme="light"] .v11-site .content-card,html[data-theme="light"] .v11-site .sidebar-card,html[data-theme="light"] .v11-site .v8-catalog-sidebar,html[data-theme="light"] .v11-site .v8-catalog-main,html[data-theme="light"] .v11-site .v8-profession-nav,html[data-theme="light"] .v11-site .v8-profession-content,html[data-theme="light"] .v11-site .v8-procedures-sidebar,html[data-theme="light"] .v11-site .v8-procedures-main,html[data-theme="light"] .v11-site .v10-profession-nav,html[data-theme="light"] .v11-site .v10-profession-content{background:#fff;border-color:rgba(44,79,124,.13);box-shadow:var(--shadow-sm)}
.v11-site input,.v11-site select,.v11-site textarea{background:#071426;color:var(--ink);border-color:rgba(151,186,235,.20)}html[data-theme="light"] .v11-site input,html[data-theme="light"] .v11-site select,html[data-theme="light"] .v11-site textarea{background:#fff;color:#102039;border-color:rgba(44,79,124,.18)}
.v11-site button.primary,.v11-site .button.primary,.v11-site .btn-primary,.v11-site .tool-form button[type="submit"],.v11-site .calculator-form button[type="submit"]{background:linear-gradient(135deg,#5368ff,#7d3ee8);border:0;color:#fff;box-shadow:0 10px 25px rgba(91,78,255,.24)}
.v11-site .tool-page-hero{padding:56px 0 46px}.v11-site .tool-layout{gap:22px}.v11-site .tool-card{border-radius:24px}.v11-site .tool-card h2,.v11-site .tool-card h3{color:var(--ink)}.v11-site .result-card,.v11-site .result-box,.v11-site [class*="result-panel"]{background:linear-gradient(145deg,rgba(40,85,150,.20),rgba(19,40,72,.40));border-color:rgba(78,153,255,.28)}
html[data-theme="light"] .v11-site .result-card,html[data-theme="light"] .v11-site .result-box,html[data-theme="light"] .v11-site [class*="result-panel"]{background:#eef5ff;border-color:rgba(44,107,203,.18)}
.v11-site .tool-section{padding-top:28px}.v11-site .related-card,.v11-site .tool-list-card,.v11-site [data-tool-card]{background:#09172a;border-color:rgba(145,183,233,.13)}html[data-theme="light"] .v11-site .related-card,html[data-theme="light"] .v11-site .tool-list-card,html[data-theme="light"] .v11-site [data-tool-card]{background:#fff;border-color:rgba(44,79,124,.13)}
.v11-site [data-tool-card]:hover{transform:translateY(-2px);border-color:rgba(83,160,255,.42);box-shadow:0 16px 34px rgba(0,0,0,.16)}
.v11-site .u-icon-tile{border:1px solid color-mix(in srgb,var(--tile,#5a8cff) 30%,transparent);background:color-mix(in srgb,var(--tile,#5a8cff) 13%,transparent);color:var(--tile,#6aa7ff)}
.v11-site .u-badge{background:rgba(92,130,194,.10);border-color:rgba(145,183,233,.14);color:#9db0c7}
.v11-site .v8-filter,.v11-site [data-profession-tab],.v11-site [data-game-filter]{background:#09172a;border-color:rgba(145,183,233,.13);color:#aebed1}.v11-site .v8-filter.active,.v11-site [data-profession-tab].active,.v11-site [data-game-filter].active{background:linear-gradient(135deg,rgba(76,106,255,.25),rgba(38,217,208,.12));border-color:rgba(92,142,255,.42);color:#fff}
html[data-theme="light"] .v11-site .v8-filter,html[data-theme="light"] .v11-site [data-profession-tab],html[data-theme="light"] .v11-site [data-game-filter]{background:#fff;color:#53657f;border-color:rgba(44,79,124,.14)}html[data-theme="light"] .v11-site .v8-filter.active,html[data-theme="light"] .v11-site [data-profession-tab].active,html[data-theme="light"] .v11-site [data-game-filter].active{color:#17345e;background:#eaf2ff}
.v11-site .v8-job-engine,.v11-site .v10-external-resource,.v11-site .v10-game-card,.v11-site .v8-procedure-card,.v11-site .v8-data-row,.v11-site .v8-event-item,.v11-site .v8-job-card,.v11-site .v8-mini-job{background:#09172a;border-color:rgba(145,183,233,.13);color:var(--ink)}html[data-theme="light"] .v11-site .v8-job-engine,html[data-theme="light"] .v11-site .v10-external-resource,html[data-theme="light"] .v11-site .v10-game-card,html[data-theme="light"] .v11-site .v8-procedure-card,html[data-theme="light"] .v11-site .v8-data-row,html[data-theme="light"] .v11-site .v8-event-item,html[data-theme="light"] .v11-site .v8-job-card,html[data-theme="light"] .v11-site .v8-mini-job{background:#fff;border-color:rgba(44,79,124,.13)}
.v11-site .v10-game-card:hover,.v11-site .v10-external-resource:hover,.v11-site .v8-procedure-card:hover{transform:translateY(-3px);border-color:rgba(83,160,255,.40);box-shadow:0 18px 38px rgba(0,0,0,.18)}
.v11-site .v10-game-card img{filter:saturate(.78) contrast(1.02)}.v11-site .v10-game-card:hover img{filter:saturate(1) contrast(1.04)}
.v11-site .v8-live-dashboard,.v11-site .v8-live-grid,.v11-site .v8-live-overview{color:var(--ink)}
.v11-site .official-safety-note{background:rgba(30,102,88,.16);border-color:rgba(67,223,161,.25)}
.v11-site details{border-color:rgba(145,183,233,.15);background:#09172a}html[data-theme="light"] .v11-site details{background:#fff;border-color:rgba(44,79,124,.13)}

/* Footer */
.v11-site .site-footer{background:#050c17;border-top:1px solid rgba(151,186,235,.13);color:#7f92aa}.v11-site .site-footer h2{color:#dce7f4;font-size:12px}.v11-site .site-footer a,.v11-site .site-footer button{color:#8194ad}.v11-site .site-footer a:hover,.v11-site .site-footer button:hover{color:#fff}.v11-site .site-footer .footer-grid{padding-top:42px}.v11-site .site-footer .footer-bottom{border-color:rgba(151,186,235,.11)}html[data-theme="light"] .v11-site .site-footer{background:#e8eff8;border-color:rgba(44,79,124,.12);color:#64748b}html[data-theme="light"] .v11-site .site-footer h2{color:#24364f}html[data-theme="light"] .v11-site .site-footer a,html[data-theme="light"] .v11-site .site-footer button{color:#53657f}html[data-theme="light"] .v11-site .site-footer a:hover,html[data-theme="light"] .v11-site .site-footer button:hover{color:#102039}
.v11-site .v8-mobile-dock{background:rgba(7,16,30,.94);border-color:rgba(151,187,235,.22);box-shadow:0 15px 50px rgba(0,0,0,.48)}.v11-site .v8-mobile-dock a,.v11-site .v8-mobile-dock button{color:#7388a6}.v11-site .v8-mobile-dock a[aria-current="page"],.v11-site .v8-mobile-dock .active{color:#63ccff}

/* Light mode for the custom home */
html[data-theme="light"] .v11-home .v11-panel,html[data-theme="light"] .v11-home .v11-section-panel,html[data-theme="light"] .v11-home .v11-live-board{background:linear-gradient(180deg,#fff,#f5f8fc);border-color:rgba(44,79,124,.14);box-shadow:var(--shadow-sm)}
html[data-theme="light"] .v11-home .v11-side-item,html[data-theme="light"] .v11-home .v11-side-mini a,html[data-theme="light"] .v11-home .v11-essential,html[data-theme="light"] .v11-home .v11-personal-box,html[data-theme="light"] .v11-home .v11-procedure-card,html[data-theme="light"] .v11-home .v11-live-card{background:#f4f7fc;border-color:rgba(44,79,124,.12);color:#102039}
html[data-theme="light"] .v11-home .v11-section-title h2,html[data-theme="light"] .v11-home .v11-essential strong,html[data-theme="light"] .v11-home .v11-live-card strong,html[data-theme="light"] .v11-home .v11-live-board-head h2{color:#102039}
html[data-theme="light"] .v11-home .v11-live-primary{background:linear-gradient(145deg,#e8f2ff,#edf6ff);border-color:rgba(44,107,203,.18);color:#102039}html[data-theme="light"] .v11-home .v11-big-time{color:#102039}

@media(max-width:1320px){.v11-site .desktop-nav a{padding:11px 8px}.v11-site .header-search-button{width:225px}.v11-home .v11-job-form{grid-template-columns:1fr 1fr auto}.v11-home .v11-job-form select{display:none}}
@media(max-width:1120px){.v11-site .desktop-nav{display:none}.v11-site .header-inner{gap:10px}.v11-site .brand{flex:1}.v11-site .header-search-button{width:250px}.v11-site .menu-toggle{display:grid}.v11-home .v11-procedure-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){.v11-site .header-inner{width:min(calc(100% - 24px),1490px);min-height:66px}.v11-site .site-header{min-height:66px}.v11-site .header-search-button{display:none}.v11-site .v8-status-link{display:none}.v11-site .brand-copy small{display:none}.v11-home{padding-top:12px}.v11-home .v11-live-board{position:relative;top:auto}.v11-site .u-shell,.v11-site .container{width:min(calc(100% - 24px),1240px)}}
@media(max-width:700px){.v11-home .v11-category-grid{grid-template-columns:1fr 1fr}.v11-home .v11-personal-grid{grid-template-columns:1fr}.v11-home .v11-procedure-grid{grid-template-columns:1fr 1fr}.v11-home .v11-job-form{grid-template-columns:1fr}.v11-home .v11-job-form select{display:block}.v11-site .language-pill{display:none}.v11-site .site-footer{padding-bottom:80px}}
@media(max-width:520px){.v11-site .brand-mark{width:38px;height:38px;border-radius:12px}.v11-site .brand-copy strong{font-size:19px}.v11-site .header-actions{gap:7px}.v11-site .icon-button,.v11-site .language-pill{width:39px;height:39px}.v11-home .v11-category-grid,.v11-home .v11-procedure-grid{grid-template-columns:1fr}.v11-home .v11-procedure-card{min-height:70px}.v11-home .v11-job-engines{display:grid;grid-template-columns:1fr 1fr}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
.v11-searchbox{position:relative}.v11-searchbox .v11-search-results{position:absolute;z-index:20;left:0;right:0;top:calc(100% + 10px);display:grid;gap:4px;max-height:360px;overflow:auto;padding:8px;border-radius:16px;border:1px solid rgba(111,142,186,.28);background:#071426;box-shadow:0 24px 60px rgba(0,0,0,.46)}.v11-searchbox .v11-search-results[hidden]{display:none}.v11-searchbox .search-result{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:10px;border-radius:12px;color:#eaf2ff}.v11-searchbox .search-result:hover{background:rgba(83,160,255,.11)}.v11-searchbox .search-result-icon{width:35px;height:35px;border-radius:11px;display:grid;place-items:center;background:rgba(83,160,255,.12);color:#68c7ff}.v11-searchbox .search-result-copy{min-width:0}.v11-searchbox .search-result-copy strong{display:block;font-size:11px;color:#fff}.v11-searchbox .search-result-copy small{display:block;font-size:8px;color:#8398b4;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.v11-searchbox .search-result>.ui-icon{width:13px;color:#617995}.v11-searchbox .search-empty{padding:16px;color:#8fa2bc;font-size:11px;text-align:center}
.v11-home .v11-procedure-card .v11-essential-icon{--accent:#5e9cff}.v11-home .v11-procedure-card .v11-essential-icon .v11-icon{width:18px;height:18px}.v11-home .v11-procedure-card>span:nth-child(2){min-width:0}
@media(max-width:600px){.v11-searchbox .v11-search-results{left:-7px;right:-7px}.v11-searchbox .search-result-copy small{max-width:210px}}
.v11-home .v11-searchbox input{background:transparent!important;color:#17223a!important;border:0!important;box-shadow:none!important;padding:0!important}.v11-home .v11-searchbox [data-smart-results]:empty{display:none!important}
@media(max-width:600px){.v11-home .v11-searchbox{grid-template-columns:auto minmax(0,1fr) auto}.v11-home .v11-searchbox button{grid-column:auto;grid-row:auto}.v11-home .v11-searchbox input{width:100%}}

/* V11 production: strict responsive containment for data-heavy pages */
@media (max-width:1040px){
  .v11-site .v8-catalog-layout,
  .v11-site .v8-procedures-layout,
  .v11-site .v8-live-main-grid,
  .v11-site .v8-world-grid{
    grid-template-columns:minmax(0,1fr)!important;
    width:100%;
    min-width:0;
  }
  .v11-site .v8-filter-sidebar,
  .v11-site .v8-catalog-main,
  .v11-site .v8-procedure-filters,
  .v11-site .explorer-main,
  .v11-site .v8-live-column,
  .v11-site .v8-live-column>*,
  .v11-site .v8-tool-groups,
  .v11-site .v8-tool-group,
  .v11-site .v8-tool-group-head,
  .v11-site .v8-tool-grid,
  .v11-site .v8-tool-card{
    width:100%;
    min-width:0;
    max-width:100%;
  }
  .v11-site .v8-filter-sidebar,
  .v11-site .v8-procedure-filters{overflow:hidden}
  .v11-site .v8-filter-list,
  .v11-site .world-pills,
  .v11-site .category-quest-pills{
    display:flex;
    flex-wrap:nowrap;
    width:100%;
    min-width:0;
    max-width:100%;
    overflow-x:auto;
    overflow-y:hidden;
    overscroll-behavior-inline:contain;
    scrollbar-width:thin;
    padding-bottom:3px;
  }
  .v11-site .v8-filter-list>button,
  .v11-site .world-pills>button,
  .v11-site .category-quest-pills>button{flex:0 0 auto;width:auto;min-width:max-content}
}
@media (max-width:760px){
  .v11-site .v8-catalog-layout,
  .v11-site .v8-procedures-layout,
  .v11-site .v8-live-dashboard,
  .v11-site .v8-live-main-grid,
  .v11-site .v8-live-column,
  .v11-site .v8-live-column>*,
  .v11-site .v8-catalog-main,
  .v11-site .explorer-main{min-width:0;max-width:100%;width:100%}
  .v11-site .v8-catalog-toolbar{grid-template-columns:minmax(0,1fr)!important;width:100%;min-width:0}
  .v11-site .v8-catalog-search{grid-template-columns:auto minmax(0,1fr);min-width:0;width:100%}
  .v11-site .v8-tool-grid,
  .v11-site .procedure-mission-grid{grid-template-columns:minmax(0,1fr)!important;width:100%;min-width:0}
  .v11-site .v8-tool-card,
  .v11-site .mission-card,
  .v11-site .mission-card-top,
  .v11-site .mission-badges,
  .v11-site .mission-agency,
  .v11-site .mission-card-actions,
  .v11-site .mission-card>h3,
  .v11-site .mission-card>p{min-width:0;max-width:100%;width:100%}
  .v11-site .mission-card-actions{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}
  .v11-site .mission-card-actions>*{min-width:0;white-space:normal;text-align:center}
  .v11-site .mission-results-head{display:grid;grid-template-columns:minmax(0,1fr);gap:5px;min-width:0;width:100%}
  .v11-site .mission-search-box{grid-template-columns:auto minmax(0,1fr);min-width:0;width:100%}
  .v11-site .mission-search-box b{display:none}
  .v11-site .v8-forecast-card,
  .v11-site .v8-radar-card,
  .v11-site .v8-event-list-card,
  .v11-site .v8-currency-card,
  .v11-site .v8-holidays-card,
  .v11-site .v8-metric-card,
  .v11-site .v8-card-title,
  .v11-site .v8-forecast-current,
  .v11-site .v8-data-table,
  .v11-site .v8-data-row,
  .v11-site .v8-event-list,
  .v11-site .v8-event-item{
    min-width:0;
    max-width:100%;
    width:100%;
  }
  .v11-site .v8-card-title{flex-wrap:wrap;align-items:flex-start}
  .v11-site .v8-forecast-current{grid-template-columns:auto minmax(0,1fr);gap:10px}
  .v11-site .v8-forecast-current> :last-child{grid-column:1/-1}
  .v11-site .v8-forecast-days{width:100%;max-width:100%;min-width:0;grid-template-columns:repeat(5,86px);overflow-x:auto;overscroll-behavior-inline:contain}
  .v11-site .v8-radar{width:100%;max-width:100%;min-width:0}
  .v11-site .v8-data-row{grid-template-columns:auto minmax(0,1fr) auto}
  .v11-site .v8-data-row>span:nth-child(2),
  .v11-site .v8-event-item>span:nth-child(2){min-width:0;overflow-wrap:anywhere}
}
