.portal-chrome .gp-font-switcher{position:relative;display:inline-flex}.portal-chrome .gp-font-trigger{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:4px 2px;font-family:Inter,sans-serif;font-size:calc(14px * var(--gp-font-scale));font-weight:600;color:var(--color-text-gray);cursor:pointer;line-height:1.2}.portal-chrome .gp-font-trigger:hover,.portal-chrome .gp-font-trigger:focus-visible{color:var(--color-text-dark);outline:none}.portal-chrome .gp-font-chevron{flex-shrink:0;transition:transform .15s ease}.portal-chrome .gp-font-chevron--open{transform:rotate(180deg)}.portal-chrome .gp-font-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:1200;min-width:120px;margin:0;padding:0;list-style:none;background:#fff;border:1px solid #d1d5db;border-radius:2px;box-shadow:0 4px 12px #00000014;overflow:hidden}.portal-chrome .gp-font-option{display:block;width:100%;padding:8px 14px;border:none;background:#fff;color:var(--color-text-gray);font-family:Inter,sans-serif;font-size:calc(14px * var(--gp-font-scale));font-weight:600;text-align:left;cursor:pointer;line-height:1.3}.portal-chrome .gp-font-option:hover{background:#f3f4f6}.portal-chrome .gp-font-option--selected,.portal-chrome .gp-font-option--selected:hover{background:#0066cb;color:#fff}.portal-chrome .gp-font-option:focus-visible{outline:2px solid #0066cb;outline-offset:-2px}.portal-chrome .gp-lang-switcher{position:relative;display:inline-flex}.portal-chrome .gp-lang-trigger{display:inline-flex;align-items:center;gap:6px;background:none;border:none;padding:4px 2px;font-family:Inter,sans-serif;font-size:calc(13px * var(--gp-font-scale));font-weight:500;color:var(--color-text-gray);cursor:pointer;line-height:1.2}.portal-chrome .gp-lang-trigger:hover,.portal-chrome .gp-lang-trigger:focus-visible{color:var(--color-text-dark);outline:none}.portal-chrome .gp-lang-chevron{flex-shrink:0;transition:transform .15s ease}.portal-chrome .gp-lang-chevron--open{transform:rotate(180deg)}.portal-chrome .gp-lang-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:1200;min-width:140px;margin:0;padding:0;list-style:none;background:#fff;border:1px solid #d1d5db;border-radius:2px;box-shadow:0 4px 12px #00000014;overflow:hidden}.portal-chrome .gp-lang-option{display:block;width:100%;padding:8px 14px;border:none;background:#fff;color:var(--color-text-gray);font-family:Inter,sans-serif;font-size:calc(13px * var(--gp-font-scale));font-weight:500;text-align:left;cursor:pointer;line-height:1.3}.portal-chrome .gp-lang-option:hover{background:#f3f4f6}.portal-chrome .gp-lang-option--selected,.portal-chrome .gp-lang-option--selected:hover{background:#0066cb;color:#fff}.portal-chrome .gp-lang-option:focus-visible{outline:2px solid #0066cb;outline-offset:-2px}.portal-chrome{--color-navy: #213555;--color-secondary: #0066cb;--color-text-gray: #4b5563;--color-text-dark: #2b3647;--chrome-padding-x: clamp(8px, 1.25vw, 16px);--chrome-row-gap: 0;--chrome-topbar-min-h: 40px;--chrome-header-min-h: 68px;--chrome-topbar-gap: 8px;--chrome-logo-h: 40px;--chrome-header-brand-h: 64px;--chrome-header-emblem-h: 68px;--chrome-nav-size: calc(14px * var(--gp-font-scale, 1));--portal-chrome-height: calc(var(--chrome-header-min-h) + 20px);width:100%;position:sticky;top:0;z-index:1100;display:flex;flex-direction:column;gap:var(--chrome-row-gap);box-sizing:border-box}.portal-chrome *,.portal-chrome *:before,.portal-chrome *:after{box-sizing:border-box}.portal-chrome--landing{--chrome-padding-x: clamp(8px, 1.25vw, 16px)}.portal-chrome .gp-container{width:100%;max-width:none;margin:0;padding-inline:var(--chrome-padding-x)}.portal-chrome .gp-topbar{background:#fff;color:var(--color-text-gray);border-bottom:1px solid #e5e7eb;min-height:var(--chrome-topbar-min-h);display:flex;flex-direction:column;align-items:stretch;padding-block:0;font-size:calc(12px * var(--gp-font-scale));width:100%;overflow:visible;flex-shrink:0;position:relative}.portal-chrome .gp-topbar--scrolled{box-shadow:0 4px 15px #0000000a}.portal-chrome .gp-topbar-inner{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:stretch;width:100%;min-height:var(--chrome-topbar-min-h);gap:var(--chrome-topbar-gap)}.portal-chrome .gp-topbar-inner--utilities-only{justify-content:flex-end}.portal-chrome .gp-topbar-left{display:flex;align-items:center;gap:var(--chrome-topbar-gap);flex:1 1 auto;min-width:0}.portal-chrome .gp-topbar-right{display:flex;align-items:center;flex-wrap:nowrap;gap:clamp(6px,1.2vw,12px);flex:0 0 auto;overflow:visible;min-height:var(--chrome-topbar-min-h)}.portal-chrome .gp-topbar-auth{display:flex;align-items:stretch;align-self:stretch;gap:6px;flex-shrink:0;height:100%}.portal-chrome .gp-topbar-flag-img{height:28px;width:auto;object-fit:contain;flex-shrink:0}.portal-chrome .gp-topbar-govt-img{height:38px;width:auto;object-fit:contain;flex-shrink:0}.portal-chrome .gp-topbar-emblem-img{height:48px;width:auto;max-width:min(360px,42vw);object-fit:contain;flex-shrink:0}.portal-chrome .gp-topbar-brand{display:flex;align-items:center;background:none;border:none;padding:0;cursor:pointer;flex-shrink:0}.portal-chrome .gp-topbar-logo-img{display:block;height:var(--chrome-logo-h);width:auto;max-width:min(220px,34vw);object-fit:contain}.portal-chrome .gp-nav--topbar{margin-left:auto}.portal-chrome .gp-font-size-controls{display:flex;align-items:center;gap:4px}.portal-chrome .gp-topbar .gp-font-trigger{font-size:calc(12px * var(--gp-font-scale));padding:2px;gap:4px}.portal-chrome .gp-a11y{background:none;border:none;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;color:var(--color-text-gray);padding:2px 6px;border-radius:4px;line-height:1.2;transition:background-color .15s ease,color .15s ease}.portal-chrome .gp-a11y--small{font-size:12px}.portal-chrome .gp-a11y--normal{font-size:14px}.portal-chrome .gp-a11y--large{font-size:16px}.portal-chrome .gp-a11y:hover{background-color:#0000000d}.portal-chrome .gp-a11y:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.portal-chrome .gp-a11y--active{color:var(--color-primary);background-color:#0a274414}.portal-chrome .gp-topbar-divider{width:1px;height:12px;background-color:#e5e7eb}.portal-chrome .gp-lang{background:none;border:none;font-family:Inter,sans-serif;color:var(--color-text-gray);font-weight:500;cursor:pointer;outline:none}.portal-chrome .gp-btn-topbar-register{display:inline-flex}.portal-chrome .gp-topbar .gp-btn-register,.portal-chrome .gp-topbar .gp-btn-login,.portal-chrome .gp-topbar .gp-btn-portal{display:inline-flex;align-items:center;justify-content:center;align-self:stretch;min-height:var(--chrome-topbar-min-h);padding:0 18px;font-size:calc(12.5px * var(--gp-font-scale));line-height:1.2;border-radius:0;box-shadow:none;gap:6px}.portal-chrome .gp-topbar .gp-btn-register,.portal-chrome .gp-topbar .gp-btn-login{background:linear-gradient(180deg,#1a8ae8,#0066cb,#004c99)}.portal-chrome .gp-topbar .gp-btn-portal--ghost{background:#fff;color:#0056b3;border:1px solid #0056b3;box-shadow:none}.portal-chrome .gp-topbar .gp-btn-portal--ghost:hover{background:#f0f7ff;color:#004085}.portal-chrome .gp-topbar .gp-btn-register-icon,.portal-chrome .gp-topbar .gp-btn-user-icon{width:16px;height:16px}.portal-chrome .gp-topbar-user-btn{background:#0052cc;border:2px solid rgba(255,255,255,.25);cursor:pointer;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;box-shadow:0 2px 4px #0000001a;transition:all .2s ease}.portal-chrome .gp-topbar-user-btn:hover,.portal-chrome .gp-topbar-user-btn--active{background-color:#0040a3;border-color:#ffffff80;transform:scale(1.05)}.portal-chrome .gp-topbar-user-menu{position:relative}.portal-chrome .gp-user-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:260px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:1201;padding:12px;animation:gpUserDropdownIn .15s ease-out}@keyframes gpUserDropdownIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.portal-chrome .gp-user-dropdown-header{display:flex;align-items:center;gap:12px;padding-bottom:12px;border-bottom:1px solid #e5e7eb;margin-bottom:8px}.portal-chrome .gp-user-dropdown-avatar{width:40px;height:40px;border-radius:50%;background:#0056b3;color:#fff;font-family:Inter,sans-serif;font-size:calc(16px * var(--gp-font-scale));font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.portal-chrome .gp-user-dropdown-intro{display:flex;flex-direction:column;gap:2px;min-width:0}.portal-chrome .gp-user-dropdown-name{font-family:Inter,sans-serif;font-size:calc(14px * var(--gp-font-scale));font-weight:600;color:#2b3647;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-chrome .gp-user-dropdown-role{font-family:Inter,sans-serif;font-size:calc(12px * var(--gp-font-scale));color:#6b7280}.portal-chrome .gp-user-dropdown-details{margin:0;padding:4px 0 8px}.portal-chrome .gp-user-dropdown-row{display:flex;justify-content:space-between;gap:12px;padding:6px 0}.portal-chrome .gp-user-dropdown-row dt{font-family:Inter,sans-serif;font-size:calc(12px * var(--gp-font-scale));font-weight:500;color:#6b7280;margin:0}.portal-chrome .gp-user-dropdown-row dd{font-family:Inter,sans-serif;font-size:calc(12px * var(--gp-font-scale));font-weight:500;color:#2b3647;margin:0;text-align:right}.portal-chrome .gp-user-dropdown-actions{display:flex;flex-direction:column;gap:4px;padding-top:8px;border-top:1px solid #e5e7eb}.portal-chrome .gp-user-dropdown-link,.portal-chrome .gp-user-dropdown-logout{width:100%;font-family:Inter,sans-serif;font-size:calc(13px * var(--gp-font-scale));font-weight:500;padding:8px 10px;border-radius:6px;border:none;cursor:pointer;text-align:left;background:none;color:#2b3647}.portal-chrome .gp-user-dropdown-link:hover{background:#f3f4f6;color:#0056b3}.portal-chrome .gp-user-dropdown-logout{color:#b91c1c}.portal-chrome .gp-user-dropdown-logout:hover{background:#fef2f2}.portal-chrome .gp-user-dropdown-entity{margin:10px 0;padding:10px;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;font-size:.75rem}.portal-chrome .gp-user-dropdown-entity-name{font-weight:700;color:#1e293b;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.portal-chrome .gp-user-dropdown-entity-row{display:flex;justify-content:space-between;align-items:center;margin-top:6px}.portal-chrome .gp-user-dropdown-entity-code{font-family:monospace;color:#0052cc;font-weight:700}.portal-chrome .gp-user-dropdown-entity-status{padding:2px 6px;border-radius:10px;font-size:.6rem;font-weight:700}.portal-chrome .gp-user-dropdown-entity-status--active{background:#2e7d321a;color:var(--color-primary);border:1px solid rgba(46,125,50,.2)}.portal-chrome .gp-user-dropdown-entity-status--inactive{background:#f59e0b1a;color:#d4891a;border:1px solid rgba(245,158,11,.2)}.portal-chrome .gp-user-dropdown-nav-links{padding:8px 0;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;display:flex;flex-direction:column;gap:4px;margin:8px 0}.portal-chrome .gp-btn-login--with-avatar{display:flex;align-items:center;gap:8px}.portal-chrome .gp-mobile-user-avatar-mini{width:20px;height:20px;border-radius:50%;background-color:#0052cc;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px}.portal-chrome .gp-user-dropdown--mobile{position:static;width:100%;margin-top:12px;box-shadow:0 4px 12px #00000014}.portal-chrome .gp-mobile-user-block{width:100%}.portal-chrome .gp-header{background:#fff;min-height:calc(var(--chrome-header-min-h) + 10px);display:flex;flex-direction:column;align-items:stretch;justify-content:center;position:relative;width:100%;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 4px #00000008;flex-shrink:0;padding-block:5px}.portal-chrome .gp-header--scrolled{background:#fff;box-shadow:0 4px 15px #0000000a}.portal-chrome .gp-header-inner{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:100%;gap:clamp(8px,1.5vw,16px);min-height:var(--chrome-header-min-h)}.portal-chrome .gp-header-right{display:flex;align-items:center;justify-content:flex-end;gap:clamp(12px,2vw,24px);margin-left:auto;flex:0 1 auto;min-width:0}.portal-chrome .gp-header-right-desktop{display:flex;align-items:center;gap:1rem}.portal-chrome .gp-header-brand-group{display:flex;align-items:center;gap:clamp(10px,1.5vw,16px);flex-shrink:0;min-width:0;padding-block:0}.portal-chrome .gp-header-emblem-img{display:block;height:var(--chrome-header-emblem-h);width:auto;max-width:min(520px,52vw);object-fit:contain;object-position:left center;flex-shrink:0}.portal-chrome .gp-header-emblem-img img{height:var(--chrome-header-emblem-h);width:auto}.portal-chrome .gp-header-brand{flex-shrink:0}.portal-chrome .gp-brand{display:flex;align-items:center;gap:12px;background:none;border:none;padding:0;cursor:pointer;text-align:left;flex-shrink:0}.portal-chrome .gp-logo-img{display:block;height:var(--chrome-header-brand-h);width:auto;max-width:min(320px,44vw);object-fit:contain;object-position:left center;flex-shrink:0}.portal-chrome .gp-nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:clamp(12px,2vw,28px);margin-left:auto}.portal-chrome .gp-header .gp-nav{margin-left:0;flex:0 1 auto;justify-content:flex-end;min-width:0;gap:clamp(10px,1.5vw,22px);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.portal-chrome .gp-header .gp-nav::-webkit-scrollbar{display:none}.portal-chrome .gp-header-cta{display:flex;align-items:center;gap:12px;flex:0 0 auto;margin-left:0}.portal-chrome .gp-btn-register--subheader{white-space:nowrap}.portal-chrome .gp-nav-link{font-family:Inter,sans-serif;font-size:var(--chrome-nav-size);font-weight:500;color:var(--color-text-gray);position:relative;padding:4px 0;text-decoration:none;background:none;border:none;cursor:pointer;white-space:nowrap}.portal-chrome .gp-nav-link:hover{color:var(--color-secondary);text-decoration:none}.portal-chrome .gp-nav-link--active{color:var(--color-secondary);font-weight:600}.portal-chrome .gp-nav-link--active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--color-secondary);border-radius:2px}.portal-chrome .gp-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.portal-chrome .gp-btn-register,.portal-chrome .gp-btn-login,.portal-chrome .gp-btn-portal{color:#fff;font-family:Inter,sans-serif;font-weight:600;font-size:calc(14px * var(--gp-font-scale));border:none;padding:10px 24px;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none}.portal-chrome .gp-btn-register,.portal-chrome .gp-btn-login{background:linear-gradient(180deg,#1a8ae8,#0066cb,#004c99);box-shadow:0 2px 8px #0056b359}.portal-chrome .gp-btn-portal{background:#0056b3;box-shadow:0 2px 4px #00000014}.portal-chrome .gp-btn-register-icon{flex-shrink:0;color:#fff;display:block}.portal-chrome .gp-btn-register:hover,.portal-chrome .gp-btn-login:hover{background:linear-gradient(180deg,#2b95f0,#0056b3,#003d7a);box-shadow:0 4px 12px #0056b366;text-decoration:none;color:#fff}.portal-chrome .gp-btn-portal:hover{background:#004085;text-decoration:none;color:#fff}.portal-chrome .gp-btn-portal--ghost{background:#fff;color:#0056b3;border:1px solid #0056b3}.portal-chrome .gp-btn-portal--ghost:hover{background:#f0f7ff;color:#004085}.portal-chrome .gp-btn-user-icon{width:16px;height:16px;object-fit:contain;filter:brightness(0) invert(1)}.portal-chrome .gp-mobile-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0;margin-left:auto}.portal-chrome .gp-mobile-toggle span{width:100%;height:2px;background-color:var(--color-text-dark);border-radius:2px}.portal-chrome .gp-mobile-nav{display:none}.portal-chrome:has(>.gp-topbar){--portal-chrome-height: calc(var(--chrome-topbar-min-h) + var(--chrome-header-min-h) + 20px)}@media (max-width: 1024px){.portal-chrome{--chrome-padding-x: clamp(10px, 1.5vw, 16px);--chrome-topbar-gap: 6px;--chrome-topbar-min-h: 38px;--chrome-header-min-h: 62px;--chrome-header-brand-h: 58px;--chrome-header-emblem-h: 62px;--chrome-logo-h: 48px;--chrome-nav-size: 13px}.portal-chrome .gp-topbar-flag-img{height:24px}.portal-chrome .gp-topbar-govt-img{height:32px}.portal-chrome .gp-topbar-emblem-img{height:40px;max-width:min(280px,50vw)}.portal-chrome .gp-nav{gap:12px}.portal-chrome .gp-btn-register,.portal-chrome .gp-btn-login,.portal-chrome .gp-btn-portal{padding:8px 14px;font-size:calc(13px * var(--gp-font-scale))}}@media (max-width: 900px){.portal-chrome{--chrome-topbar-min-h: 38px;--chrome-logo-h: 36px;--chrome-header-min-h: 58px;--chrome-header-brand-h: 54px;--chrome-header-emblem-h: 58px}.portal-chrome .gp-topbar{padding-block:0}.portal-chrome .gp-topbar-inner{flex-wrap:wrap;row-gap:6px}.portal-chrome .gp-topbar-left,.portal-chrome .gp-topbar-right{flex:1 1 100%;justify-content:space-between}.portal-chrome .gp-topbar-right{justify-content:flex-end}.portal-chrome .gp-nav--topbar{display:none}}@media (max-width: 768px){.portal-chrome{--chrome-padding-x: clamp(8px, 3vw, 12px);--chrome-row-gap: 0;--chrome-logo-h: 32px;--chrome-header-min-h: 54px;--chrome-header-brand-h: 50px;--chrome-header-emblem-h: 54px;--chrome-nav-size: 13px;--chrome-topbar-min-h: 36px}.portal-chrome .gp-topbar-govt-img,.portal-chrome .gp-topbar-emblem-img{display:none}.portal-chrome .gp-topbar-logo-img{max-width:min(140px,42vw)}.portal-chrome .gp-header-actions,.portal-chrome .gp-header .gp-nav{display:none}.portal-chrome .gp-header-right{width:100%;justify-content:flex-end}.portal-chrome .gp-header-cta{width:auto;justify-content:flex-end}.portal-chrome .gp-btn-register--subheader{display:inline-flex;padding:8px 14px;font-size:calc(13px * var(--gp-font-scale))}.portal-chrome .gp-mobile-toggle{display:flex}.portal-chrome .gp-header .gp-mobile-nav{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;background-color:#fafafc;box-shadow:0 10px 20px #0000000d;border-top:1px solid rgba(0,0,0,.03);padding:12px var(--chrome-padding-x);gap:10px;z-index:99;border-bottom:2px solid var(--color-secondary)}.portal-chrome .gp-mobile-nav-link{font-family:Inter,sans-serif;font-size:calc(14px * var(--gp-font-scale));font-weight:600;color:var(--color-text-dark);padding:6px 0;border:0;text-decoration:none;background-color:transparent}.portal-chrome .gp-mobile-ctas{display:flex;gap:8px;margin-top:4px}.portal-chrome .gp-mobile-ctas .gp-btn-register,.portal-chrome .gp-mobile-ctas .gp-btn-login{flex:1;justify-content:center;padding:8px 12px;font-size:calc(13px * var(--gp-font-scale))}.portal-chrome .gp-header-right-desktop{display:none!important}.portal-chrome .gp-mobile-nav-fallback{display:flex;flex-direction:column;gap:12px;width:100%}.portal-chrome .gp-mobile-nav-controls{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-block:8px;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05)}}@media (max-width: 480px){.portal-chrome{--chrome-padding-x: 8px;--chrome-logo-h: 28px;--chrome-header-min-h: 50px;--chrome-header-brand-h: 46px;--chrome-header-emblem-h: 50px}.portal-chrome .gp-topbar-flag-img{height:22px}}.info-tooltip{position:relative;display:inline-flex;align-items:center;flex-shrink:0;vertical-align:middle}.info-tooltip-trigger{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;min-width:22px;min-height:22px;max-width:22px;max-height:22px;padding:0;margin:0;border:none;border-radius:50%;aspect-ratio:1 / 1;box-sizing:border-box;background:#0ea5e91f;color:#0284c7;cursor:help;transition:background .15s ease,color .15s ease;flex-shrink:0;line-height:0}.info-tooltip-trigger:hover,.info-tooltip-trigger:focus-visible{background:#0ea5e938;color:#0369a1;outline:none}.info-tooltip-trigger svg{display:block;width:16px;height:16px;stroke:currentColor;fill:none;flex-shrink:0}.info-tooltip-popup{position:absolute;z-index:var(--z-tooltip, 600);width:min(280px,calc(100vw - 48px));padding:10px 12px;border-radius:8px;border:1px solid rgba(14,165,233,.25);background:#fff;box-shadow:0 8px 24px #0a274426;font-size:.78rem;font-weight:400;line-height:1.45;color:var(--color-text-secondary, #64748b);text-align:left;white-space:pre-line;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.info-tooltip-popup--portal{position:fixed;z-index:10050;min-width:180px;max-width:min(320px,calc(100vw - 24px));opacity:1;visibility:visible;pointer-events:auto;transition:opacity .12s ease,transform .12s ease;white-space:pre-line}@media (max-width: 480px){.info-tooltip-popup--portal{min-width:0;max-width:calc(100vw - 24px);font-size:.74rem;line-height:1.4}}.info-tooltip--top-start .info-tooltip-popup{bottom:calc(100% + 8px);top:auto;left:0;right:auto;transform:translateY(4px)}.info-tooltip--top-start:hover .info-tooltip-popup,.info-tooltip--top-start:focus-within .info-tooltip-popup{opacity:1;visibility:visible;transform:translateY(0)}.info-tooltip--top-end .info-tooltip-popup{bottom:calc(100% + 8px);top:auto;right:0;left:auto;transform:translateY(4px);max-width:min(280px,calc(100vw - 48px))}.info-tooltip--top-end:hover .info-tooltip-popup,.info-tooltip--top-end:focus-within .info-tooltip-popup{opacity:1;visibility:visible;transform:translateY(0)}.info-tooltip--bottom-start .info-tooltip-popup{top:calc(100% + 8px);bottom:auto;left:0;right:auto;transform:translateY(-4px)}.info-tooltip--bottom-start:hover .info-tooltip-popup,.info-tooltip--bottom-start:focus-within .info-tooltip-popup{opacity:1;visibility:visible;transform:translateY(0)}.info-tooltip--bottom-end .info-tooltip-popup{top:calc(100% + 8px);bottom:auto;right:0;left:auto;transform:translateY(-4px)}.info-tooltip--bottom-end:hover .info-tooltip-popup,.info-tooltip--bottom-end:focus-within .info-tooltip-popup{opacity:1;visibility:visible;transform:translateY(0)}.portal-date-picker.ant-picker{width:100%;min-height:44px;border-radius:6px;border-color:#d1d5db;padding:4px 11px;box-sizing:border-box}.portal-date-picker.ant-picker:hover,.portal-date-picker.ant-picker-focused{border-color:#0369a1}.portal-date-picker--error.ant-picker,.portal-date-picker.portal-date-picker--error.ant-picker{border-color:#ef4444}.portal-date-picker.ant-picker .ant-picker-input>input{font-size:.875rem;color:#1f2937}.portal-date-picker.ant-picker .ant-picker-suffix{color:#6b7280}.ant-picker-dropdown.portal-date-picker-dropdown{z-index:2500!important}.turnstile-widget{margin:16px 0;display:flex;justify-content:center;align-items:center;min-height:65px;width:100%}.turnstile-widget__frame{min-width:300px;min-height:65px}.turnstile-widget iframe{max-width:100%}.portal-dashboard-footer__row{position:relative;width:100%;display:flex;justify-content:flex-end;align-items:center;min-height:calc(18px * var(--gp-font-scale, 1))}.portal-dashboard-footer__row .gp-footer-links{justify-content:flex-end;margin-left:auto}.portal-dashboard-footer--app-shell,.portal-dashboard-footer--dashboard-root{width:100%;flex-shrink:0;margin-top:auto}.login-page{--login-chrome-offset: 80px;display:flex;flex-direction:column;background:var(--color-surface);min-height:calc(100dvh - var(--login-chrome-offset))}.login-page__body{display:flex;flex:1;align-items:stretch}.login-page__brand{position:relative;flex:1;background-size:100% 100%;background-position:center;background-repeat:no-repeat;color:var(--color-text-inverse);padding:80px;overflow:hidden}.login-page__brand--cgd{background-image:url(/cgd-login.jpg)}.login-page__brand--other{background-image:url(/other-login.jpg)}.login-page__brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.login-page__brand-content{position:relative;z-index:1;top:54%}.login-page__brand-title{color:var(--color-text-inverse);font-size:2.5rem;font-weight:800;margin:0 0 16px;line-height:1.2}.login-page__brand-desc{font-size:1.125rem;color:#ffffffe0;margin:0;line-height:1.65;max-width:520px;font-weight:600}.login-page__badges{position:absolute;left:50%;bottom:clamp(16px,2.5vw,28px);z-index:1;transform:translate(-50%);display:flex;justify-content:center}.login-page__footer{display:none}.login-page__scroll-top{position:fixed;right:24px;bottom:24px;z-index:var(--z-sticky);width:44px;height:44px;border:none;border-radius:50%;background:var(--color-primary);color:#fff;box-shadow:0 4px 14px #003b9547;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.login-page__scroll-top:hover{transform:translateY(-2px);box-shadow:0 6px 18px #003b9557}.login-page__scroll-top:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.login-page__panel{flex:0 0 clamp(360px,38vw,520px);width:clamp(360px,38vw,520px);max-width:none;display:flex;flex-direction:column;justify-content:center;padding:clamp(40px,5vw,64px) clamp(32px,4vw,60px);background-color:var(--color-surface-card);border-left:1px solid var(--color-border-light, #eef1f8)}.login-page__tabs{display:flex;align-items:stretch;gap:0;width:100%;margin:0 0 32px;padding:4px;border:1px solid var(--color-border, #dde2ec);border-radius:999px;background:var(--color-surface-card)}.login-page__tab{flex:1;padding:10px 16px;border:none;border-radius:999px;background:transparent;color:var(--color-text-secondary, #64748b);font-size:.9375rem;font-weight:var(--font-semibold, 600);cursor:pointer;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.login-page__tab:hover:not(.login-page__tab--active){color:var(--color-primary)}.login-page__tab--active{color:var(--color-text-inverse);background:var(--color-primary);box-shadow:0 2px 8px #0056ac3d}.login-page__tab:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.login-page__tab--active:focus-visible{outline-color:#fff}.login-page__panel-header{margin-bottom:12px}.login-page__panel-title{font-size:1.75rem;font-weight:var(--font-bold);color:var(--color-primary);margin-bottom:8px}.login-page__panel-subtitle{color:var(--color-text-secondary);font-size:var(--text-sm)}.login-page__password-wrap{position:relative;display:flex;align-items:center}.login-page__password-input{padding-right:40px;width:100%;margin-bottom:0}.login-page__password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--color-text-secondary);z-index:5;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:var(--radius-sm)}.login-page__password-toggle-icon{display:block}.login-page__submit{width:100%;margin-top:16px;height:48px}.login-page__captcha{display:flex;justify-content:center;width:100%}.login-page__forgot-wrap{margin-top:8px;text-align:right}.login-page__forgot-link{background:none;border:none;padding:0;color:var(--color-primary);font-size:.8125rem;font-weight:var(--font-semibold);cursor:pointer;text-decoration:none}.login-page__recovery-options{display:flex;flex-direction:column;gap:10px;margin-bottom:8px}.login-page__recovery-option{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border:1px solid var(--color-border, #e2e8f0);border-radius:var(--radius-md, 8px);cursor:pointer;background:var(--color-surface-card, #fff)}.login-page__recovery-option--selected{border-color:var(--color-primary);background:#0a27440a}.login-page__recovery-success{padding:16px;border-radius:var(--radius-md, 8px);background:#22c55e14;color:var(--color-text-primary);font-size:.9375rem;line-height:1.5}.login-page__register-section{margin-top:24px;padding-top:20px;border-top:1px solid var(--color-border, #e2e8f0);display:flex;flex-direction:column;gap:10px}.login-page__register-hint{margin:0;font-size:.8125rem;color:var(--color-text-secondary, #64748b)}.login-page__register-btn{width:100%}.login-page__signup-prompt{margin-top:20px;font-size:var(--text-sm);color:var(--color-text-secondary);text-align:center}.login-page__signup-link{background:none;border:none;padding:0;color:var(--color-primary);font-weight:var(--font-semibold);cursor:pointer;text-decoration:underline}.login-page__sandbox{margin-top:40px;padding:16px;background-color:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius-lg)}.login-page__sandbox-title{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-primary);text-transform:uppercase;display:block;margin-bottom:8px}.login-page__sandbox-list{display:flex;flex-direction:column;gap:8px}.login-page__sandbox-btn{display:flex;justify-content:space-between;padding:6px 12px;border:1px solid var(--color-border);background:var(--color-surface-card);border-radius:var(--radius-sm);cursor:pointer;font-size:var(--text-xs);text-align:left}.login-page__sandbox-code--info{color:var(--color-info)}.login-page__sandbox-code--warning{color:var(--color-warning)}.login-page__sandbox-code--success{color:var(--color-success)}@media (max-width: 1023px){.login-page,.login-page__body{min-height:auto}.login-page__body{flex-direction:column}.login-page__brand{display:none}.login-page__panel{flex:1 1 auto;width:100%;margin:0 auto;padding:40px var(--space-6);max-width:none;border-left:none}.login-page__footer{display:block;flex-shrink:0;width:100%;margin-top:auto}}@media (max-width: 767px){.login-page__panel{padding:24px var(--space-4)}.login-page__panel-header{margin-bottom:20px}.login-page__panel-subtitle{display:none}.login-page__panel-title{font-size:1.35rem}.login-page__tabs{margin-bottom:20px}}@media (max-width: 360px){.login-page__panel{padding:24px var(--space-2)}}.masked-password{-webkit-text-security:disc;text-security:disc}.excel-export-button{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:8px 16px;font-size:.875rem;font-weight:600;color:#334155;cursor:pointer;transition:background .2s ease,border-color .2s ease;flex-shrink:0}.excel-export-button:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.excel-export-button:disabled{opacity:.55;cursor:not-allowed}.excel-export-button__icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.ga-residual-capacity{width:100%}.ga-residual-capacity__hint,.ga-residual-capacity__summary{margin:0;font-size:.72rem;font-weight:500;color:var(--color-text-review, #64748b);line-height:1.4}.ga-residual-capacity__total-link{display:inline;padding:0;border:none;background:none;color:#0066cb;font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.ga-residual-capacity__total-link:hover,.ga-residual-capacity__total-link:focus-visible{color:#004ea0}.ga-residual-capacity--compact .ga-residual-capacity__hint,.ga-residual-capacity--compact .ga-residual-capacity__summary{font-size:12px}.ga-residual-capacity__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:24px;background:#0a274473;overscroll-behavior:none}.ga-residual-capacity__modal{width:min(560px,100%);max-height:min(80vh,720px);display:flex;flex-direction:column;border-radius:12px;background:#fff;box-shadow:0 16px 48px #0028502e;overflow:hidden}.ga-residual-capacity__modal-head{position:relative;padding:16px 40px 16px 20px;border-bottom:1px solid rgba(0,102,203,.12);background:linear-gradient(180deg,#f8fbff,#fff)}.ga-residual-capacity__modal-title{margin:0;font-size:1rem;font-weight:800;color:#0a2744;line-height:1.25}.ga-residual-capacity__modal-close{position:absolute;top:14px;right:20px;border:none;background:transparent;color:#475569;font-size:1.5rem;line-height:1;cursor:pointer;padding:0 4px}.ga-residual-capacity__modal-close:hover{color:#0066cb}.ga-residual-capacity__modal-body{overflow:auto;overscroll-behavior:contain;padding:12px 16px 16px}.ga-residual-capacity__panel{border:1px solid var(--color-border, #e2e8f0);border-radius:8px;overflow:auto;background:#f8fafc}.ga-residual-capacity__table{width:100%;border-collapse:collapse}.ga-residual-capacity__table th,.ga-residual-capacity__table td{padding:8px 12px;text-align:left;font-size:.8rem;line-height:1.4;border-bottom:1px solid var(--color-border, #e2e8f0)}.ga-residual-capacity__table th{font-weight:500;color:var(--color-text-review, #6d7c91);background:#eef2f7;position:sticky;top:0}.ga-residual-capacity__table td:last-child{font-weight:700;color:var(--color-text-primary, #0a2744);white-space:nowrap}.ga-residual-capacity__table tbody tr:last-child td{border-bottom:none}.gp-map-live{position:relative;width:100%;border-radius:12px;overflow:hidden;border:1px solid rgba(0,102,203,.12);box-shadow:0 4px 24px #00285014;background:#fff}.gp-map-layout{display:flex;align-items:stretch;min-height:580px}.gp-map-layout__map{position:relative;flex:2;min-width:0;display:flex;flex-direction:column}.gp-map-layout__stats{flex:1;min-width:240px;max-width:33.333%;padding:24px 20px;background:linear-gradient(180deg,#f8fbff,#fff);border-left:1px solid rgba(0,102,203,.12);display:flex;flex-direction:column;gap:14px}.gp-map-stats-panel__title{margin:0;font-size:1rem;font-weight:800;color:#0a2744;line-height:1.3;display:flex;align-items:center;gap:6px}.gp-map-stats-panel__scope{margin:-4px 0 0;font-size:12px;font-weight:600;color:#0066cb}.gp-map-stats-panel__ga-scope{display:flex;flex-direction:column;gap:8px}.gp-map-stats-panel__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;flex:1}.gp-map-stats-panel__item{display:flex;flex-direction:column;gap:4px;padding:12px 14px;border-radius:10px;border:1px solid rgba(0,102,203,.1);background:#ffffffeb;box-shadow:0 1px 4px #0028500a}.gp-map-stats-panel__item-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.gp-map-stats-panel__item--markers-hidden{opacity:.58}.gp-map-stats-panel__toggle{flex-shrink:0;border:1px solid rgba(15,39,68,.14);border-radius:999px;background:#ffffffeb;color:#0f2744;font-size:10px;font-weight:700;padding:4px 10px;cursor:pointer;line-height:1.2}.gp-map-stats-panel__toggle:hover{background:#fff;border-color:#0066cb59;color:#0066cb}.gp-map-stats-panel__districts-block{display:flex;flex-direction:column;gap:6px}.gp-map-stats-panel__item--districts{gap:8px}.gp-map-coverage-bands{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.gp-map-coverage-band{display:inline-flex;align-items:center;padding:3px 8px;border-radius:999px;font-size:10px;font-weight:700;color:#0f2744;border:1px solid rgba(15,39,68,.12);line-height:1.2}.gp-map-stats-panel__coverage-note{margin:0;font-size:10px;color:#64748b;line-height:1.4}.gp-map-stats-panel__footnote{margin:0;padding:0 2px;font-size:10px;color:#64748b;line-height:1.4}.gp-map-stats-panel__value{font-size:1.5rem;font-weight:800;color:#0066cb;line-height:1}.gp-map-stats-panel__label{font-size:12px;font-weight:600;color:#475569;line-height:1.45}.gp-map-leaflet-container{width:100%;flex:1;min-height:580px;background:#071829;z-index:1}.gp-map-toolbar{position:absolute;top:12px;left:12px;right:12px;z-index:600;display:flex;align-items:center;justify-content:space-evenly;gap:8px;pointer-events:none}.gp-map-toolbar-right{display:inline-flex;align-items:center;gap:6px;flex-wrap:wrap;justify-content:flex-end;pointer-events:auto}.gp-map-reset-btn{border:1px solid rgba(0,102,203,.25);background:#fffffff5;color:#0066cb;border-radius:999px;padding:6px 14px;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 2px 8px #0000001a;pointer-events:auto}.gp-map-reset-btn:hover{background:#eef6ff}.gp-map-provider-switch,.gp-map-google-layer-switch{display:inline-flex;gap:4px;padding:4px;border-radius:999px;background:#fffffff5;border:1px solid rgba(0,102,203,.2);box-shadow:0 2px 8px #00000014;pointer-events:auto;flex-shrink:0}.gp-map-provider-btn{border:none;background:transparent;color:#475569;font-size:11px;font-weight:600;padding:5px 10px;border-radius:999px;cursor:pointer;line-height:1}.gp-map-provider-btn:hover:not(:disabled){background:#eef6ff;color:#0066cb}.gp-map-provider-btn.is-active{background:#0066cb;color:#fff}.gp-map-provider-btn:disabled{opacity:.45;cursor:not-allowed}.gp-map-live .gm-style .gmnoprint>.gm-control-active,.gp-map-live .gm-style .gmnoprint>div>button{width:28px!important;height:28px!important}.gp-map-live .gm-style .gm-bundled-control .gmnoprint{transform:scale(.9);transform-origin:right bottom}.gp-map-live .leaflet-bottom.leaflet-right{bottom:12px;right:12px}.gp-map-live .leaflet-control-zoom{border:1px solid rgba(0,102,203,.2);border-radius:4px;box-shadow:0 2px 8px #00000014;margin:0!important;overflow:hidden}.gp-map-live .leaflet-control-zoom a{width:28px;height:28px;line-height:28px;font-size:16px;color:#475569;background:#fffffff5}.gp-map-live .leaflet-control-zoom a:hover{background:#eef6ff;color:#0066cb}.gp-map-live .leaflet-control-zoom-in{border-bottom:1px solid rgba(0,102,203,.15)}@media (max-width: 640px){.gp-map-toolbar{top:auto;bottom:72px;left:12px;right:12px;flex-direction:column;align-items:stretch}.gp-map-toolbar-right{justify-content:flex-start}.gp-map-provider-switch,.gp-map-google-layer-switch{flex-wrap:wrap;border-radius:12px}}@media (max-width: 768px){.gp-map-layout{flex-direction:column;min-height:0}.gp-map-layout__stats{max-width:none;border-left:none;border-top:1px solid rgba(0,102,203,.12)}.gp-map-leaflet-container{height:400px}}.gp-map-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#f0f6fceb;font-size:14px;color:var(--color-text-gray, #5a6472)}.gp-map-overlay--error{color:#c62828}.gp-map-spinner{width:32px;height:32px;border:3px solid rgba(0,102,203,.2);border-top-color:var(--color-primary, #0066cb);border-radius:50%;animation:gp-map-spin .8s linear infinite}@keyframes gp-map-spin{to{transform:rotate(360deg)}}.gp-map-stats-bar{position:absolute;bottom:12px;left:12px;z-index:500;background:#fffffff0;border:1px solid rgba(0,102,203,.15);border-radius:999px;padding:6px 16px;font-size:12px;color:#334155;white-space:nowrap;box-shadow:0 2px 8px #00000014;pointer-events:none}.gp-map-legend-bar{position:absolute;bottom:12px;left:50%;transform:translate(-50%);z-index:500;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px 12px;background:#fffffff0;border:1px solid rgba(0,102,203,.15);border-radius:999px;padding:8px 14px;box-shadow:0 2px 8px #00000014;pointer-events:auto}.gp-map-legend-item{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:#334155;white-space:nowrap;border:none;background:transparent;padding:4px 8px;border-radius:999px;cursor:pointer;transition:background .15s ease,opacity .15s ease}.gp-map-legend-item:hover{background:#eef6ff}.gp-map-legend-item--off{opacity:.45}.gp-map-legend-item--off .gp-map-legend-item__label{text-decoration:line-through}.gp-map-legend-item__count{color:#0066cb;font-weight:700}@media (max-width: 640px){.gp-map-stats-bar{white-space:normal;text-align:left;border-radius:12px;max-width:calc(100% - 24px);bottom:72px;left:12px}.gp-map-legend-bar{border-radius:12px;max-width:calc(100% - 24px);padding:8px 12px;gap:10px 16px}}.gp-map-stats-sep{margin:0 6px;opacity:.5}.gp-leaflet-marker{background:transparent!important;border:none!important}.gp-leaflet-marker:hover{z-index:1000!important}.gp-leaflet-marker-root{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .15s ease-out;cursor:pointer}.gp-leaflet-marker-root:hover{transform:scale(1.35)}.gp-marker-pulse{position:absolute;width:24px;height:24px;border-radius:50%;opacity:.25;background:var(--gp-marker-color, #94a3b8);animation:gp-marker-pulse 2s ease-in-out infinite}.gp-marker-shape{border:2px solid #fff;box-shadow:0 0 10px #00000059;background:var(--gp-marker-color, #94a3b8)}.gp-marker-shape--dot{width:12px;height:12px;border-radius:50%}.gp-marker-shape--diamond{width:14px;height:14px;transform:rotate(45deg)}@keyframes gp-marker-pulse{0%,to{transform:scale(.85);opacity:.35}50%{transform:scale(1.35);opacity:.12}}.gp-google-marker{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .15s ease-out;cursor:pointer}.gp-google-marker:hover{transform:scale(1.35);z-index:9999!important}.gp-google-marker-pulse{position:absolute;width:24px;height:24px;border-radius:50%;opacity:.25;animation:gp-marker-pulse 2s ease-in-out infinite}.gp-google-marker-dot{width:12px;height:12px;border-radius:50%;border:2px solid #fff;box-shadow:0 0 10px #00000059}.gp-google-marker-diamond{width:14px;height:14px;transform:rotate(45deg);border:2px solid #fff;box-shadow:0 0 10px #00000059}.gp-leaflet-popup .leaflet-popup-content-wrapper{border-radius:8px;box-shadow:0 4px 16px #0000001f;padding:0}.gp-leaflet-popup .leaflet-popup-content{margin:0;padding:8px 10px;line-height:1.2;width:280px!important;max-width:90vw}.gp-leaflet-popup .leaflet-popup-close-button{display:none}.gp-map-popup{width:100%;box-sizing:border-box}.gp-popup-header{position:relative;display:block;margin-bottom:4px;padding-right:18px}.gp-popup-title{margin:0;font-size:12px;font-weight:700;color:var(--color-primary, #0066cb);line-height:1.25;word-break:break-word}.gp-popup-close{position:absolute;top:0;right:0;border:none;background:transparent;color:#94a3b8;font-size:14px;font-weight:400;line-height:1;padding:0;width:14px;height:14px;cursor:pointer}.gp-popup-close:hover{color:#475569}.gp-popup-body,.gp-popup-stats{margin:0;padding:0}.gp-kv-table{border-collapse:collapse;width:max-content;max-width:100%}.gp-kv-row td{margin:0;padding:0 0 2px;font-size:11px;line-height:1.2;vertical-align:baseline}.gp-kv-key{text-align:left;color:#64748b;width:80px;padding-right:4px;font-weight:500}.gp-kv-sep{color:#cbd5e1;width:8px;padding-right:4px}.gp-kv-val{color:#0f172a;font-weight:600;word-break:break-word}.gp-ellipsis-val{display:inline-block;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.gp-state-stats-block{margin:0;padding:0}.gp-popup-divider{height:1px;margin:4px 0;background:#0066cb1f}.gp-map-live .gm-style-iw-c{padding:0!important;border-radius:8px!important;box-shadow:0 4px 16px #0000001f!important;max-width:none!important;width:auto!important}.gp-map-live .gm-style-iw-d{overflow:visible!important;padding:8px 10px!important;box-sizing:border-box!important;width:280px!important;max-width:90vw!important}.gp-map-live .gm-style-iw-ch{display:none!important}.gp-map-live .gm-style-iw-tc:after{background:#fff}.gp-leaflet-popup .leaflet-popup-tip{width:10px;height:10px}.gp-map-legend-cluster{display:inline-flex;align-items:center;gap:6px}.gp-legend-diamond{width:10px;height:10px;transform:rotate(45deg);background:#7b1fa2;border:1px solid #fff;box-shadow:0 0 4px #0003}.gp-map-details-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;display:flex;align-items:center;justify-content:center;padding:24px;background:transparent;pointer-events:none;overscroll-behavior:none}.gp-map-details-modal{width:min(960px,100%);max-height:min(80vh,720px);display:flex;flex-direction:column;border-radius:12px;background:#fff;box-shadow:0 16px 48px #0028502e;overflow:hidden;pointer-events:auto}.gp-map-details-modal--inactive{opacity:.65}.gp-map-details-modal__head{position:relative;display:block;padding:16px 40px 16px 20px;border-bottom:1px solid rgba(0,102,203,.12);background:linear-gradient(180deg,#f8fbff,#fff);cursor:move;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.gp-map-details-modal__title{margin:0;font-size:1rem;font-weight:800;color:#0a2744;word-break:break-word;line-height:1.25}.gp-map-details-modal__close{position:absolute;top:14px;right:20px;border:none;background:transparent;color:#475569;font-size:1.5rem;line-height:1;cursor:pointer;padding:0 4px}.gp-map-details-modal__close:hover{color:#0066cb}.gp-map-details-modal__body{overflow:auto;overscroll-behavior:contain;padding:12px 16px 16px;-webkit-overflow-scrolling:touch}.gp-map-details-table-wrap{display:flex;flex-direction:column;gap:10px}.gp-map-details-table-toolbar{display:flex;justify-content:flex-end}.gp-map-details-table-export{border:1px solid rgba(0,102,203,.28);border-radius:999px;background:#fff;color:#0066cb;font-size:12px;font-weight:700;padding:6px 14px;cursor:pointer;line-height:1.2}.gp-map-details-table-export:hover:not(:disabled){background:#f0f7ff;border-color:#0066cb73}.gp-map-details-table-export:disabled{opacity:.5;cursor:not-allowed}.gp-map-details-table-sort{display:inline-flex;align-items:center;gap:6px;width:100%;border:none;background:transparent;padding:0;margin:0;font:inherit;font-size:11px;font-weight:800;color:#0f2744;text-transform:uppercase;letter-spacing:.02em;cursor:pointer;text-align:left}.gp-map-details-table-sort.is-active{color:#0066cb}.gp-map-details-table-sort-icon{font-size:10px;line-height:1;opacity:.72}.gp-map-details-table-sort.is-active .gp-map-details-table-sort-icon{opacity:1}.gp-map-details-table{width:100%;border-collapse:collapse;font-size:13px}.gp-map-details-table th,.gp-map-details-table td{padding:10px 14px;text-align:left;border-bottom:1px solid rgba(0,102,203,.08)}.gp-map-details-table th{position:sticky;top:0;z-index:1;background:#f8fbff;font-size:11px;font-weight:800;color:#0f2744;text-transform:uppercase;letter-spacing:.02em}.gp-map-details-table td:not(:first-child){text-align:center;font-variant-numeric:tabular-nums}.gp-map-details-table__num{text-align:center;font-variant-numeric:tabular-nums}.gp-map-details-table td.align-left{text-align:left!important}.gp-map-details-table tbody tr:hover{background:#0066cb0a}.gp-map-ga-label{background:transparent!important;border:none!important;box-shadow:none!important;color:#000!important;font-weight:700!important;font-size:var(--gp-ga-label-font-size, 10px)!important;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff;pointer-events:none!important}.gp-map-details-table__expand-col{width:40px;text-align:center!important}.gp-map-details-table__expand-cell{text-align:center!important;vertical-align:middle}.gp-map-details-table__expand-btn{border:none;background:transparent;color:#475569;font-size:11px;cursor:pointer;padding:4px 8px;transition:transform .15s ease,color .15s ease}.gp-map-details-table__expand-btn:hover{color:#0066cb}.gp-map-details-table__row--expanded{background:#0066cb0d}.gp-map-details-expanded-row{background:#f8fafc}.gp-map-details-expanded-row>td{padding:16px 20px!important;border-bottom:1px solid rgba(0,102,203,.15)!important}.gp-map-nested-plants-container{display:flex;flex-direction:column;gap:12px}.gp-map-nested-plants-title{margin:0;font-size:13px;font-weight:800;color:#0f172a;letter-spacing:.01em}.gp-map-nested-plants-empty{margin:0;font-size:12px;color:#64748b;font-style:italic}.gp-map-nested-plants-table-wrap{border:1px solid #e2e8f0;border-radius:8px;background:#fff;overflow:hidden;box-shadow:0 1px 3px #00000005}.gp-map-nested-plants-table{width:100%;border-collapse:collapse;font-size:12px}.gp-map-nested-plants-table th,.gp-map-nested-plants-table td{padding:8px 12px;text-align:left;border-bottom:1px solid #edf2f7}.gp-map-nested-plants-table th{background:#f1f5f9;font-weight:700;color:#475569;text-transform:uppercase;font-size:10px;letter-spacing:.03em}.gp-map-nested-plants-table tbody tr:hover{background:#f8fafc}.gp-map-nested-plant-name{font-weight:600;color:#0f172a}.gp-map-nested-plant-coords{font-family:monospace;font-size:11px;color:#475569}.gp-map-nested-plant-status-badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;line-height:1.2}.gp-map-nested-plant-status-badge--operational{background-color:#e2f0d9;color:#385723}.gp-map-nested-plant-status-badge--under_construction{background-color:#fff2cc;color:#7f6000}.gp-map-nested-plant-status-badge--planned{background-color:#ddebf7;color:#1f4e78}.gp-marker-cluster-count{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:9px;font-weight:800;color:#fff;transform:rotate(-45deg);line-height:1}.gp-popup-cluster-container{display:flex;flex-direction:column;max-width:320px}.gp-popup-cluster-list-wrap{max-height:180px;overflow-y:auto;padding-right:4px}.gp-popup-cluster-item{padding:6px 0}.gp-popup-cluster-item-title{font-size:11px;font-weight:800;color:#0066cb;margin-bottom:4px}.portal-footer{--footer-logo-h: 44px;background:#fff;border-top:1px solid #e5e7eb;padding:clamp(16px,2.5vw,24px) 0;width:100%;box-sizing:border-box}.portal-footer *,.portal-footer *:before,.portal-footer *:after{box-sizing:border-box}.portal-footer .gp-container{width:100%!important;max-width:none!important;margin:0!important;padding-inline:clamp(28px,2.5vw,40px)}.portal-footer .gp-footer-inner{display:flex;flex-direction:column;align-items:stretch!important;gap:8px;width:100%!important}.portal-footer .gp-footer-main{display:flex;align-items:center;justify-content:space-between!important;gap:clamp(16px,3vw,32px);width:100%!important}.portal-footer .gp-footer-brands{display:flex;align-items:center;gap:clamp(10px,1.5vw,16px);flex-shrink:0;min-width:0}.portal-footer .gp-footer-brand-link{display:inline-flex;align-items:center;line-height:0;flex-shrink:0}.portal-footer .gp-footer-logo{display:block;height:var(--footer-logo-h);width:auto;max-width:min(240px,44vw);object-fit:contain}.portal-footer .gp-footer-nav{display:flex;align-items:center;justify-content:flex-end!important;flex-wrap:wrap;gap:clamp(16px,2.5vw,36px);margin-left:auto!important;margin-right:0!important}.portal-footer .gp-footer-nav .gp-footer-nav-link{font-family:Inter,Poppins,sans-serif;font-size:calc(14px * var(--gp-font-scale, 1));font-weight:500;color:#4b5563;text-decoration:none;white-space:nowrap;transition:color .15s ease;background:none;border:none;padding:0;cursor:pointer}.portal-footer .gp-footer-nav .gp-footer-nav-link:hover{color:#0066cb;text-decoration:none}@media (max-width: 1024px){.portal-footer{--footer-logo-h: 40px}}@media (max-width: 768px){.portal-footer .gp-footer-main{flex-direction:column;align-items:flex-start}.portal-footer .gp-footer-nav{margin-left:0;justify-content:flex-start;gap:12px 20px}.portal-footer{--footer-logo-h: 36px}}@media (max-width: 480px){.portal-footer{--footer-logo-h: 32px}}.gp-root{--color-primary: #0a2744;--color-primary-gradient-start: #0562c1;--color-primary-gradient-end: #004284;--color-secondary: #0066cb;--color-navy: #213555;--color-accent: #0066cb;--color-accent-hover: #004c99;--color-bg-light: #fafafc;--color-bg-card: #ffffff;--color-border: #dde2ec;--color-text-dark: #2b3647;--color-text-gray: #4b5563;--color-text-light: #9ca3af;--color-green-light: #e6f0fa;--color-green-dark: #0066cb;--hero-aspect: 1384 / 558;--gp-page-gutter: clamp(12px, 2.5vw, 40px);--gp-section-pad-y: clamp(40px, 5vw, 60px);font-family:Poppins,Inter,sans-serif;color:var(--color-text-dark);background-color:#fff;overflow-x:hidden;width:100%}.d-none{display:none!important}.gp-landing-root .gp-container,.gp-about-page .gp-container{width:100%;max-width:none;margin-inline:auto;padding-inline:var(--gp-page-gutter);box-sizing:border-box;z-index:999;position:relative}.gp-landing-root .portal-footer .gp-container{padding-inline:var(--gp-page-gutter)}.gp-root .gp-topbar{background:#fff!important;color:var(--color-text-gray)!important;border-bottom:1px solid #e5e7eb!important;min-height:48px;height:auto;display:flex;align-items:center;padding:5px 0;font-size:calc(13px * var(--gp-font-scale));width:100%;z-index:1010}.gp-root .gp-topbar-inner{display:flex;justify-content:space-between;align-items:center;width:100%}.gp-root .gp-topbar-left{display:flex;align-items:center;gap:16px}.gp-root .gp-flag{display:inline-flex;flex-direction:column;width:24px;height:16px;border:1px solid #e0e0e0;border-radius:1px;overflow:hidden;flex-shrink:0}.gp-root .gp-flag-stripe{height:33.33%;width:100%}.gp-root .gp-flag-saffron{background-color:#f93}.gp-root .gp-flag-white{background-color:#fff;display:flex;align-items:center;justify-content:center;font-size:calc(7px * var(--gp-font-scale));color:navy;line-height:1}.gp-root .gp-flag-green{background-color:#128807}.gp-root .gp-emblem{height:24px;width:auto;opacity:1!important}.gp-root .gp-topbar-sitename{font-weight:500;color:var(--color-text-gray)!important;font-size:calc(12px * var(--gp-font-scale))!important}.gp-root .gp-topbar-right{display:flex;align-items:center;gap:16px}.gp-root .gp-topbar-util-label{color:var(--color-text-gray)!important}.gp-root .gp-font-size-controls{display:flex;align-items:center;gap:4px}.gp-root .gp-a11y{background:none!important;border:none!important;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;color:var(--color-text-gray)!important;padding:2px 6px;border-radius:4px;line-height:1.2;transition:background-color .15s ease,color .15s ease}.gp-root .gp-a11y--small{font-size:12px}.gp-root .gp-a11y--normal{font-size:14px}.gp-root .gp-a11y--large{font-size:16px}.gp-root .gp-a11y:hover{background-color:#0000000d!important}.gp-root .gp-a11y:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.gp-root .gp-a11y--active{color:var(--color-primary)!important;background-color:#0a274414!important}.gp-root .gp-topbar-divider{width:1px;height:16px;background-color:#e5e7eb!important}.gp-root .gp-lang{background:none!important;border:none!important;font-family:Inter,sans-serif;color:var(--color-text-gray)!important;font-weight:500;cursor:pointer;outline:none}.gp-root .gp-topbar-extlink{color:var(--color-text-gray)!important;font-weight:500;transition:color .2s}.gp-root .gp-topbar-extlink:hover{color:var(--color-secondary)!important;text-decoration:none}.gp-root .gp-topbar-flag-img{height:28px;width:auto;object-fit:contain;flex-shrink:0}.gp-root .gp-topbar-govt-img{height:38px;width:auto;object-fit:contain;flex-shrink:0}.gp-root .gp-topbar-emblem-img{height:48px;width:auto;max-width:min(360px,42vw);object-fit:contain;flex-shrink:0}.gp-root .gp-topbar-user-icon{width:24px;height:24px;object-fit:contain;opacity:.7;cursor:pointer;transition:opacity .2s}.gp-root .gp-topbar-user-icon:hover{opacity:1}.gp-root .gp-btn-user-icon{width:16px;height:16px;object-fit:contain;filter:brightness(0) invert(1)}.gp-root .gp-header{background:#fff!important;height:80px;display:flex;align-items:center;position:sticky;top:0;z-index:1000;transition:all .3s ease;width:100%;border-bottom:1px solid #e5e7eb!important;box-shadow:0 1px 4px #00000008!important}.gp-root .gp-header--scrolled{height:70px;background:#fffffffa!important;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000000a!important}.gp-root .gp-header-inner{display:flex;justify-content:space-between;align-items:center;width:100%}.gp-root .gp-brand{display:flex;align-items:center;gap:12px;background:none!important;border:none!important;padding:0;cursor:pointer;text-align:left}.gp-root .gp-logo-img{display:block;height:56px;width:auto;max-width:min(280px,48vw);object-fit:contain;flex-shrink:0}.gp-root .gp-brand-sub{font-size:calc(11px * var(--gp-font-scale));color:var(--color-text-gray)!important;text-transform:uppercase;letter-spacing:.5px;font-weight:600}.gp-root .gp-nav{display:flex;gap:28px}.gp-root .gp-nav-link{font-family:Inter,sans-serif;font-size:calc(14px * var(--gp-font-scale));font-weight:500;color:var(--color-text-gray)!important;transition:color .2s;position:relative;padding:6px 0;border-radius:0!important}.gp-root .gp-nav-link:hover{color:var(--color-secondary)!important;background:none!important;text-decoration:none}.gp-root .gp-nav-link--active{color:var(--color-secondary)!important;background:none!important;font-weight:600}.gp-root .gp-nav-link--active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:var(--color-secondary);border-radius:2px}.gp-root .gp-header-cta{display:flex;gap:12px}.gp-root .gp-btn-register,.gp-root .gp-btn-login{background:linear-gradient(180deg,#1a8ae8,#0066cb,#004c99)!important;color:#fff!important;font-family:Inter,sans-serif;font-weight:600;font-size:calc(14px * var(--gp-font-scale));border:none!important;padding:10px 24px;border-radius:8px!important;cursor:pointer;box-shadow:0 2px 8px #0056b359!important;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:all .2s}.gp-root .gp-btn-register-icon{flex-shrink:0;color:#fff;display:block}.gp-root .gp-btn-register:hover,.gp-root .gp-btn-login:hover{transform:translateY(-1px);box-shadow:0 4px 12px #0056b366!important;background:linear-gradient(180deg,#2b95f0,#0056b3,#003d7a)!important}.gp-root .gp-mobile-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none!important;border:none!important;cursor:pointer;padding:0}.gp-root .gp-mobile-toggle span{width:100%;height:2px;background-color:var(--color-text-dark)!important;border-radius:2px}.gp-landing-root .gp-hero{position:relative;overflow:hidden;width:100%;height:auto;aspect-ratio:var(--hero-aspect, 1384 / 558);min-height:auto;max-height:none;margin-inline:0;margin-block:0;display:flex;flex-direction:column;justify-content:center;align-items:stretch;padding:0;text-align:center;color:#fff!important;box-sizing:border-box}.gp-root .gp-hero-bg-slide{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-size:100% 100%;background-repeat:no-repeat;background-position:center center;opacity:0;transition:opacity 1.5s ease-in-out;z-index:0}.gp-root .gp-hero-bg-slide--active{opacity:1}.gp-landing-root .gp-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#ffffffeb,#fffc 30%,#fff3 55%,#fff0 75%);z-index:1;pointer-events:none}.gp-landing-root .gp-hero-inner{position:relative;z-index:2;width:100%;max-width:none;height:100%;min-height:inherit;margin:0;padding-inline:var(--gp-page-gutter);display:flex;align-items:center;justify-content:flex-start;box-sizing:border-box}.gp-landing-root .gp-hero-left{flex:0 1 min(700px,52%);max-width:min(700px,52%);padding-right:clamp(16px,3vw,40px);text-align:left}.gp-root .gp-hero-badge{display:none!important}.gp-root .gp-hero-title{font-family:Poppins,Inter,sans-serif;font-weight:600;font-size:clamp(calc(28px * var(--gp-font-scale)),3.5vw,calc(44px * var(--gp-font-scale)));line-height:1.2;margin:0 0 20px;color:#213555!important;text-shadow:none;width:100%;max-width:100%;white-space:pre-line}.gp-root .gp-hero-desc{font-family:Poppins,Inter,sans-serif;font-size:clamp(calc(14px * var(--gp-font-scale)),1.25vw,calc(18px * var(--gp-font-scale)));line-height:1.55;margin:0;width:100%;max-width:100%;font-weight:400;color:#4b5563!important;text-shadow:none;white-space:normal}@media (min-width: 1200px){.gp-root .gp-hero-title,.gp-root .gp-hero-desc{width:100%;max-width:100%;white-space:normal}.gp-root .gp-hero-title{width:40ch;font-size:calc(44px * var(--gp-font-scale))}.gp-root .gp-hero-desc{width:40ch;font-size:calc(18px * var(--gp-font-scale))}}.gp-root .gp-hero-actions{display:flex;justify-content:center;margin-bottom:0}.gp-root .gp-cta-primary{background-color:#0066cb!important;color:#fff!important;border:none!important;padding:12px 40px;font-size:calc(15px * var(--gp-font-scale));font-weight:600;border-radius:50px;cursor:pointer;box-shadow:0 4px 12px #0066cb59!important;transition:all .3s;display:inline-flex;align-items:center;gap:8px;letter-spacing:.3px}.gp-root .gp-cta-primary:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0066cb80!important;background-color:#0052a3!important}.gp-root .gp-cta-ghost{display:none!important}.gp-landing-root .stats-section{position:relative;z-index:2;background:#0066cb;width:100%;padding:clamp(24px,4vw,40px) 0;box-shadow:0 4px 20px #00000014!important}.gp-root .stats-container{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%}.gp-root .stat-card{background:#ffffff26!important;border:2px solid rgba(255,255,255,.8)!important;border-radius:12px!important;padding:28px 20px!important;text-align:center!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;transition:transform .3s ease,box-shadow .3s ease,background-color .3s ease!important;cursor:pointer}.gp-root .stat-card:hover{transform:translateY(-4px)!important;box-shadow:0 8px 24px #00000026!important;background:#ffffff38!important}.gp-root .stat-card h2{font-family:Inter,Poppins,sans-serif!important;font-size:calc(36px * var(--gp-font-scale))!important;font-weight:700!important;color:#fff!important;margin:0 0 8px!important;line-height:1.1!important}.gp-root .stat-card p{font-family:Inter,Poppins,sans-serif!important;font-size:calc(11px * var(--gp-font-scale))!important;color:#fff!important;text-transform:uppercase!important;letter-spacing:.5px!important;font-weight:600!important;margin:0!important;line-height:1.4!important;max-width:220px}@media (max-width: 1024px){.gp-root .stats-container{grid-template-columns:repeat(2,1fr)!important;gap:16px!important}}@media (max-width: 640px){.gp-root .stats-container{grid-template-columns:1fr!important;gap:16px!important}.gp-root .stats-section{padding:30px 0!important}}.gp-about-cbg{padding:var(--gp-section-pad-y) 0;background-color:#fff}.gp-about-cbg-heading{font-family:Poppins,Inter,sans-serif;font-size:calc(32px * var(--gp-font-scale));font-weight:700;color:var(--color-navy);margin:0 0 16px;line-height:1.2}.gp-root .gp-about-cbg-divider{height:1.5px;background-color:#0066cb!important;margin-bottom:40px;width:100%;opacity:.8}.gp-about-cbg-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.gp-about-cbg-content p{font-size:calc(15px * var(--gp-font-scale));line-height:1.65;color:var(--color-text-gray);margin-bottom:20px;font-weight:500}.gp-about-cbg-content p:last-of-type{margin-bottom:28px}.gp-root .gp-about-cbg-cta{background:#0066cb!important;border:none!important;color:#fff!important;font-family:Poppins,Inter,sans-serif;font-weight:600!important;font-size:calc(14.5px * var(--gp-font-scale))!important;padding:12px 32px!important;border-radius:50px!important;cursor:pointer;box-shadow:0 4px 15px #0066cb40!important;transition:all .3s ease!important;display:inline-flex;align-items:center;gap:8px}.gp-root .gp-about-cbg-cta:hover{background:#0052a3!important;transform:translateY(-2px)!important;box-shadow:0 6px 22px #0066cb66!important}.gp-about-cbg-graphic{border-radius:20px;overflow:hidden;box-shadow:0 12px 36px #00000014;display:flex;align-items:center;justify-content:center;aspect-ratio:16 / 9;width:100%}.gp-about-cbg-img{width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 991px){.gp-about-cbg-grid{grid-template-columns:1fr;gap:32px}}.gp-section-tag{color:var(--color-secondary);font-size:calc(12px * var(--gp-font-scale));font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px}.gp-section-heading{font-size:calc(28px * var(--gp-font-scale));font-weight:700;color:var(--color-navy);margin-bottom:16px;line-height:1.3}.gp-map-section-intro{font-family:Poppins;font-weight:400;font-style:Regular;font-size:16px;leading-trim:NONE;line-height:20px;letter-spacing:0%;text-align:center}.gp-link-more{display:inline-flex;align-items:center;gap:6px;color:var(--color-secondary);font-weight:600;font-size:calc(14.5px * var(--gp-font-scale));transition:gap .2s}.gp-link-more:hover{gap:10px;text-decoration:none}.gp-about{padding:var(--gp-section-pad-y) 0;background-color:#fff}.gp-about-heading{font-family:Poppins,Inter,sans-serif;font-size:calc(32px * var(--gp-font-scale));font-weight:700;color:var(--color-navy);margin:0 0 16px;line-height:1.2}.gp-root .gp-about-divider{height:1.5px;background-color:#0066cb!important;margin-bottom:40px;width:100%;opacity:.8}.gp-about-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:48px;align-items:center}.gp-about-img-wrap{border-radius:20px;overflow:hidden;box-shadow:0 12px 36px #00000014;display:flex;align-items:center;justify-content:center;aspect-ratio:16 / 9;width:100%}.gp-about-img{width:100%;height:100%;object-fit:cover;display:block}.gp-about-content p{font-size:calc(15px * var(--gp-font-scale));line-height:1.65;color:var(--color-text-gray);margin-bottom:20px;font-weight:500}.gp-about-content p:last-of-type{margin-bottom:28px}.gp-root .gp-about-cta{background:#0066cb!important;border:none!important;color:#fff!important;font-family:Poppins,Inter,sans-serif;font-weight:600!important;font-size:calc(14.5px * var(--gp-font-scale))!important;padding:12px 32px!important;border-radius:50px!important;cursor:pointer;box-shadow:0 4px 15px #0066cb40!important;transition:all .3s ease!important;display:inline-flex;align-items:center;gap:8px}.gp-root .gp-about-cta:hover{background:#0052a3!important;transform:translateY(-2px)!important;box-shadow:0 6px 22px #0066cb66!important}@media (max-width: 991px){.gp-about-grid{grid-template-columns:1fr;gap:32px}}.gp-root .gp-about-subtitle{font-family:Poppins,sans-serif;font-size:calc(16px * var(--gp-font-scale));font-weight:700;color:var(--color-navy)!important;margin-top:24px;margin-bottom:16px}.gp-root .gp-about-cards-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.gp-root .gp-about-card{display:flex;align-items:center;gap:16px;background-color:#fff;padding:16px;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 2px 6px #00000008;transition:transform .2s,box-shadow .2s}.gp-root .gp-about-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000000f}.gp-root .gp-about-card-icon-wrap{width:52px;height:52px;background-color:#faf7f0;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gp-root .gp-about-card-icon{max-width:60%;max-height:60%;object-fit:contain}.gp-root .gp-about-card-text{font-family:Inter,sans-serif;font-size:calc(13.5px * var(--gp-font-scale));font-weight:500;color:#1f2937!important;line-height:1.4}.gp-root .gp-about-link-btn{background:#06c!important;border:none!important;color:#fff!important;font-family:Poppins,sans-serif;font-weight:600;font-size:calc(14.5px * var(--gp-font-scale));padding:12px 24px;border-radius:50px;cursor:pointer;display:inline-flex;align-items:center;gap:6px;text-decoration:none;transition:background-color .2s}.gp-root .gp-about-link-btn:hover{background:#004c99!important;color:#fff!important}.gp-integrated-ecosystem{background:linear-gradient(#0066cb47,#00428459),url(/Building%20Indias%20Integrated%20Compressed%20Biogas%20Ecosystem_bgimage.svg) no-repeat center center!important;background-size:cover!important;color:#fff;padding:var(--gp-section-pad-y) 0;position:relative;width:100%}.gp-integrated-ecosystem:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;background:#0a63aa;opacity:.6}.gp-root .gp-ecosystem-header{max-width:100%;text-align:left;margin-bottom:30px}.gp-root .gp-ecosystem-tag{font-family:Poppins,sans-serif;font-size:calc(11px * var(--gp-font-scale));font-weight:600;color:#b3d7ff!important;letter-spacing:1.5px;margin-bottom:12px;display:block}.gp-root .gp-ecosystem-heading{font-family:Poppins,sans-serif;font-size:calc(34px * var(--gp-font-scale));font-weight:600;color:#fff!important;line-height:1.25;margin-bottom:20px}.gp-root .gp-ecosystem-divider{border:0;height:1px;background-color:#ffffff40;margin-bottom:20px;width:100%}.gp-root .gp-ecosystem-desc{font-size:calc(14.5px * var(--gp-font-scale));line-height:1.6;color:#ffffffe6!important;max-width:900px}.gp-integrated-carousel{position:relative;margin-bottom:35px}.gp-integrated-carousel-viewport{position:relative;display:grid;grid-template-columns:1fr;min-height:280px;overflow:hidden}.gp-integrated-box{background-color:#ebf4fc!important;border:none!important;border-radius:2px;padding:40px;box-shadow:0 10px 30px #00000026!important;grid-area:1 / 1;width:100%;opacity:0;visibility:hidden;pointer-events:none;z-index:0;transition:opacity .35s ease,visibility .35s}.gp-integrated-box-content{display:grid;grid-template-columns:.95fr 1.05fr;gap:40px;align-items:center}.gp-integrated-box--sky{background-color:#ebf4fc!important;border:none!important}.gp-integrated-box--white{background-color:#fff!important;border:1px solid #c4ddfc!important}.gp-integrated-box:not(.gp-integrated-box--active):not(.gp-integrated-box--exiting){position:absolute;top:0;right:0;bottom:0;left:0}.gp-integrated-box--active{opacity:1;visibility:visible;pointer-events:auto;z-index:2;position:relative}.gp-integrated-box--exiting{opacity:1;visibility:visible;pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.gp-integrated-carousel-viewport--next .gp-integrated-box--active{animation:gp-integrated-enter-from-right .58s cubic-bezier(.22,1,.36,1) both}.gp-integrated-carousel-viewport--prev .gp-integrated-box--active{animation:gp-integrated-enter-from-left .58s cubic-bezier(.22,1,.36,1) both}.gp-integrated-box--exiting-next{animation:gp-integrated-exit-to-left .58s cubic-bezier(.4,0,.2,1) both}.gp-integrated-box--exiting-prev{animation:gp-integrated-exit-to-right .58s cubic-bezier(.4,0,.2,1) both}@keyframes gp-integrated-enter-from-right{0%{opacity:0;transform:translate(20%)}to{opacity:1;transform:translate(0)}}@keyframes gp-integrated-enter-from-left{0%{opacity:0;transform:translate(-20%)}to{opacity:1;transform:translate(0)}}@keyframes gp-integrated-exit-to-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-20%)}}@keyframes gp-integrated-exit-to-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(20%)}}@keyframes gp-integrated-fade-up{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes gp-integrated-slide-in-left{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes gp-integrated-slide-in-right{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes gp-integrated-card-in{0%{opacity:0;transform:translateY(18px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes gp-integrated-icon-pop{0%{opacity:0;transform:scale(.5) rotate(-12deg)}to{opacity:1;transform:scale(1) rotate(0)}}.gp-integrated-box--active .gp-integrated-left{animation:gp-integrated-slide-in-left .52s cubic-bezier(.22,1,.36,1) .12s both}.gp-integrated-box--active .gp-integrated-grid{animation:gp-integrated-slide-in-right .52s cubic-bezier(.22,1,.36,1) .16s both}.gp-integrated-box--active .gp-integrated-title{animation:gp-integrated-fade-up .48s cubic-bezier(.22,1,.36,1) .2s both}.gp-integrated-box--active .gp-integrated-subtitle{animation:gp-integrated-fade-up .48s cubic-bezier(.22,1,.36,1) .28s both}.gp-integrated-box--active .gp-integrated-card{animation:gp-integrated-card-in .5s cubic-bezier(.22,1,.36,1) var(--integrated-card-delay, .24s) both}.gp-integrated-box--active .gp-integrated-icon-wrap{animation:gp-integrated-icon-pop .45s cubic-bezier(.34,1.4,.64,1) var(--integrated-icon-delay, .3s) both}@media (prefers-reduced-motion: reduce){.gp-integrated-box--active,.gp-integrated-box--exiting,.gp-integrated-box--active .gp-integrated-left,.gp-integrated-box--active .gp-integrated-grid,.gp-integrated-box--active .gp-integrated-title,.gp-integrated-box--active .gp-integrated-subtitle,.gp-integrated-box--active .gp-integrated-card,.gp-integrated-box--active .gp-integrated-icon-wrap{animation:none!important;transition:none}}.gp-integrated-carousel-nav{display:flex;justify-content:center;gap:12px;margin-top:20px}.gp-integrated-carousel-btn{width:44px;height:44px;border-radius:50%;border:2px solid rgba(255,255,255,.9);background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease}.gp-integrated-carousel-btn:hover{background-color:#ffffff26;border-color:#fff}.gp-integrated-carousel-btn:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.gp-integrated-carousel-btn:active{transform:scale(.96)}.gp-integrated-left{display:flex;flex-direction:column}.gp-root .gp-integrated-title{color:#0a2744!important;font-size:calc(36px * var(--gp-font-scale));line-height:1.2;margin-bottom:20px;font-weight:700}.gp-root .gp-integrated-subtitle{color:#4b5563!important;font-size:calc(15px * var(--gp-font-scale));line-height:1.5;font-weight:500}.gp-integrated-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.gp-integrated-card{background-color:#fff!important;border:1px solid #c4ddfc!important;padding:16px 20px;border-radius:8px;display:flex;align-items:center;gap:12px;transition:all .25s}.gp-integrated-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0066cb1a}.gp-root .gp-integrated-icon-wrap{width:36px;height:36px;background-color:#faf7f0;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gp-integrated-card-title{font-size:calc(13.5px * var(--gp-font-scale));font-weight:600;color:#1f2937!important;line-height:1.35}.gp-root .gp-ecosystem-footer{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:30px}.gp-root .gp-ecosystem-footer-text{font-size:calc(15px * var(--gp-font-scale));line-height:1.6;color:#fff!important;max-width:900px;margin-bottom:24px;font-weight:500}.gp-root .gp-btn-explore-white{background-color:#fff!important;color:#0066cb!important;border:none!important;font-family:Poppins,sans-serif;font-size:calc(14.5px * var(--gp-font-scale));font-weight:600;padding:12px 36px;border-radius:50px;cursor:pointer;box-shadow:0 4px 12px #00000026!important;transition:all .2s;display:inline-flex;align-items:center;gap:8px}.gp-root .gp-btn-explore-white:hover{transform:translateY(-2px);background-color:#f4f8fd!important;box-shadow:0 6px 18px #00000040!important}.gp-ecosystem-section{background:#fff!important;width:100%;position:relative}.gp-ecosystem-section .gp-section-tag{color:#004284;font-weight:700}.gp-ecosystem-section .gp-section-heading{color:#0a2744;font-weight:800;border-bottom:1px solid #0066cb;padding:10px 0;margin:0;text-align:left}.gp-ecosystem-container{position:relative;margin-top:40px;width:100%;min-height:400px;overflow:visible}.gp-ecosystem-svg-wrap{position:absolute;top:34px;left:0;width:100%;height:216px;z-index:1;pointer-events:none}.gp-ecosystem-svg{width:100%;height:100%;display:block}.gp-ecosystem-path{fill:none;stroke-width:2.5;stroke-linecap:round;transition:stroke .5s ease}.gp-ecosystem-path--active{stroke:#6b7c93;stroke-dasharray:8 8;animation:ecoDashFast 1.5s linear infinite}.gp-ecosystem-path--inactive{stroke:#c5d0dc;stroke-dasharray:8 8;animation:ecoDashSlow 6s linear infinite}@keyframes ecoDashFast{to{stroke-dashoffset:-32}}@keyframes ecoDashSlow{to{stroke-dashoffset:-48}}@keyframes ecoMobileDash{to{background-position:0 32px}}.gp-ecosystem-connector-label{position:absolute;z-index:4;font-family:Poppins,sans-serif;font-size:calc(12px * var(--gp-font-scale));font-weight:700;color:#0a2744;pointer-events:none;white-space:nowrap;line-height:1.2}.gp-ecosystem-connector-label--raw-biogas{left:50%;top:22px;transform:translate(-50%)}.gp-ecosystem-connector-label--digestate{left:29%;top:158px;transform:translate(-50%,-50%)}.gp-ecosystem-connector-label--digestor{left:41.64%;top:158px;transform:translate(-50%,-50%)}.gp-ecosystem-grid-flow{position:relative;z-index:2;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));column-gap:clamp(10px,1.2vw,20px);row-gap:56px;width:100%;align-items:start}.gp-ecosystem-branch-connector{grid-column:3;grid-row:1 / 3;display:flex;align-items:center;justify-content:center;z-index:3;pointer-events:none;filter:drop-shadow(0 2px 6px rgba(0,61,128,.35))}.gp-ecosystem-branch-connector svg{width:56px;height:auto}.gp-ecosystem-step-card{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;transition:opacity .4s ease}.gp-ecosystem-step-card--active,.gp-ecosystem-step-card--inactive{opacity:1;transform:none}.gp-ecosystem-circle{width:88px;height:88px;background:radial-gradient(circle at 35% 28%,#0b5cab,#004284 52%,#002b57);border:3px solid #ffffff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 0 4px #0066cb1a,0 8px 20px #002b5740;cursor:default;margin-bottom:10px;position:relative;z-index:2;flex-shrink:0}.gp-ecosystem-circle svg{display:block;flex-shrink:0}.gp-ecosystem-circle-glow{position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border:2.5px solid rgba(0,163,255,.55);border-radius:50%;box-shadow:0 0 16px #00a3ff59;animation:ecoPulseGlow 1.8s ease-in-out infinite;pointer-events:none}@keyframes ecoPulseGlow{0%,to{transform:scale(.96);opacity:.8}50%{transform:scale(1.06);opacity:1}}.gp-ecosystem-step-card--active .gp-ecosystem-circle{box-shadow:0 0 0 4px #0066cb1a,0 8px 20px #002b5740}.gp-ecosystem-step-card--bottom .gp-ecosystem-circle{background:radial-gradient(circle at 35% 28%,#22c55e,#15803d 52%,#14532d);box-shadow:0 0 0 4px #22c55e1a,0 8px 20px #14532d40}.gp-ecosystem-step-card--bottom.gp-ecosystem-step-card--active .gp-ecosystem-circle{box-shadow:0 0 0 4px #22c55e26,0 8px 24px #14532d59}.gp-ecosystem-step-card--bottom .gp-ecosystem-circle-glow{border-color:#22c55ea6;box-shadow:0 0 16px #22c55e73}.gp-ecosystem-step-card--bottom{margin-top:0}.gp-ecosystem-step-label{font-family:Poppins,sans-serif;font-size:calc(12px * var(--gp-font-scale));font-weight:600;color:#0a2744;margin-bottom:0;line-height:1.35;max-width:168px}@media (min-width: 769px){.gp-ecosystem-circle-glow{display:none}.gp-ecosystem-grid-flow .gp-ecosystem-step-card--top,.gp-ecosystem-grid-flow .gp-ecosystem-step-card--bottom{grid-column:var(--gp-eco-grid-column)!important;grid-row:var(--gp-eco-grid-row, auto)!important}.gp-ecosystem-step-label{min-height:54px;display:block}.gp-ecosystem-step-card--bottom{padding-top:0}}.gp-map-section{padding:12px 0 8px;background-color:#f0f6fc;width:100%}.gp-map-section .gp-section-heading{margin-bottom:4px}.gp-map-section-subtitle{text-align:center;color:var(--color-text-gray);font-size:calc(14.5px * var(--gp-font-scale));max-width:600px;margin:4px auto 0}.gp-map-wrapper{margin-top:4px;background-color:#f0f6fc;border-radius:clamp(10px,1.2vw,16px);padding:clamp(12px,2vw,24px);box-shadow:0 8px 30px #00000005;border:1px solid rgba(0,102,203,.05);width:100%;box-sizing:border-box}.gp-map-container-mock{position:relative;width:100%;background:url(/PlantLocator.png) no-repeat center center!important;background-size:cover!important;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;align-items:center;padding:0;aspect-ratio:1337/476;height:380px}.gp-map-pins-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none}.gp-map-pin-active{position:absolute;pointer-events:auto;cursor:pointer;display:flex;align-items:center;justify-content:center}.gp-map-pin-dot{width:10px;height:10px;border-radius:50%;border:2px solid #ffffff;box-shadow:0 0 8px #0000004d;position:relative;transition:transform .2s}.gp-map-pin-dot:after{content:"";position:absolute;top:-6px;left:-6px;right:-6px;bottom:-6px;border-radius:50%;border:1.5px solid currentColor;opacity:0;animation:pulse-ring 1.8s cubic-bezier(.215,.61,.355,1) infinite}.gp-map-pin-active:hover .gp-map-pin-dot{transform:scale(1.2)}.gp-map-pin-active.operational{color:var(--color-primary)}.gp-map-pin-active.operational .gp-map-pin-dot{background-color:var(--color-primary)}.gp-map-pin-active.construction{color:#e65100}.gp-map-pin-active.construction .gp-map-pin-dot{background-color:#f57c00}.gp-map-pin-active.planned{color:var(--color-secondary)}.gp-map-pin-active.planned .gp-map-pin-dot{background-color:var(--color-secondary)}.gp-map-pin-label{position:absolute;bottom:15px;background-color:#fff;color:var(--color-navy);font-family:Inter,sans-serif;font-size:calc(9px * var(--gp-font-scale));font-weight:700;padding:2px 6px;border-radius:4px;box-shadow:0 2px 6px #0000001a;white-space:nowrap;opacity:.9;transition:opacity .2s;pointer-events:none}.gp-map-pin-active:hover .gp-map-pin-label{opacity:1}.gp-map-legend-row{display:flex;justify-content:center;align-items:center;gap:clamp(32px,8vw,80px);margin:16px auto 0;flex-wrap:wrap}.gp-map-legend-item-card{display:flex;align-items:center;gap:8px;font-family:Poppins,sans-serif;font-size:16px;font-weight:400;line-height:23px;color:#565656}.gp-legend-circle-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.gp-legend-circle-dot.green{background-color:var(--color-primary)}.gp-legend-circle-dot.orange{background-color:#f5a623}.gp-legend-circle-dot.blue{background-color:#0066cb}.gp-legend-diamond{width:10px;height:10px;transform:rotate(45deg);background:#7b1fa2;border:1px solid #fff;box-shadow:0 0 4px #00000026;display:inline-block}.gp-map-footer-text{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;text-align:center;margin-top:16px;font-size:calc(12.5px * var(--gp-font-scale));color:var(--color-text-gray)}.gp-map-footer-icon{width:0;height:0;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid var(--color-primary);flex-shrink:0}.gp-map-footer-link{color:var(--color-secondary);font-weight:600;text-decoration:none}.gp-map-footer-link:hover{text-decoration:underline}.gp-map-footer-text button{background:none;border:none;color:var(--color-secondary);font-weight:600;cursor:pointer;padding:0}.gp-map-footer-text button:hover{text-decoration:underline}.gp-updates-section{padding:45px 0;background-color:var(--color-bg-light);border-top:1px solid var(--color-border);width:100%}.gp-updates-two-col{display:grid;grid-template-columns:1.1fr .9fr;gap:40px}.gp-updates-col{background-color:#fff}.gp-updates-heading{font-family:Inter,Poppins,sans-serif;font-size:calc(32px * var(--gp-font-scale));font-weight:700;color:#1a2b48;margin:0 0 28px;line-height:1.25}.gp-updates-list{list-style:none;margin:0;padding:0;border-top:1px solid #e0e0e0}.gp-update-row{display:flex;align-items:center;gap:16px;padding:22px 0;border-bottom:1px solid #e0e0e0}.gp-update-row-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#2d5a4c;width:28px}.gp-update-row-title{flex:1;min-width:0;font-family:Inter,Poppins,sans-serif;font-size:calc(15px * var(--gp-font-scale));font-weight:400;color:#333;line-height:1.5;text-decoration:none;transition:color .2s}.gp-update-row-title:hover{color:var(--color-secondary);text-decoration:none}.gp-update-row-date{flex-shrink:0;font-family:Inter,Poppins,sans-serif;font-size:calc(15px * var(--gp-font-scale));font-weight:400;color:#333;white-space:nowrap;margin-left:24px}.gp-resources-list-block{display:flex;flex-direction:column;gap:10px;margin-top:16px}.gp-resource-download-row{background-color:#fff;border:1px solid rgba(0,0,0,.03);padding:12px 18px;border-radius:8px;box-shadow:0 2px 8px #00000003;display:flex;align-items:center;justify-content:space-between;transition:all .2s;cursor:pointer}.gp-resource-download-row:hover{transform:translateY(-1px);border-color:#0066cb26;box-shadow:0 4px 10px #00000005}.gp-resource-row-left{display:flex;align-items:center;gap:12px}.gp-resource-row-icon{font-size:calc(16px * var(--gp-font-scale));color:var(--color-secondary)}.gp-resource-row-label{font-size:calc(13.5px * var(--gp-font-scale));font-weight:600;color:var(--color-navy)}.gp-resource-row-arrow{color:var(--color-text-light);font-weight:700;transition:transform .2s;font-size:calc(14px * var(--gp-font-scale))}.gp-resource-download-row:hover .gp-resource-row-arrow{transform:translateY(2px);color:var(--color-secondary)}.gp-assistance-banner{background-color:#e6f4ff;padding:28px;border-top:1px solid #dde2ec;width:100%}.gp-assistance-inner{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:24px;width:100%}.gp-assistance-col{display:flex;flex-direction:column;gap:4px}.gp-assistance-col--contact{align-items:flex-start}.gp-assistance-title{font-size:calc(16px * var(--gp-font-scale));font-weight:700;color:#0066cb;line-height:1.3}.gp-assistance-desc{font-size:calc(13px * var(--gp-font-scale));color:var(--color-text-gray);line-height:1.4}.gp-assistance-number,.gp-assistance-email{font-size:calc(16px * var(--gp-font-scale));font-weight:700;color:#0066cb;line-height:1.3}.gp-assistance-link{color:#0066cb;font-weight:600;font-size:calc(13px * var(--gp-font-scale));line-height:1.4;transition:color .2s}.gp-assistance-link:hover{color:var(--color-primary-light);text-decoration:underline}.gp-mobile-nav{display:none}@media (max-width: 1024px){.gp-brand-name{font-size:calc(18px * var(--gp-font-scale))}.gp-brand-sub{font-size:calc(10px * var(--gp-font-scale))}.gp-nav{gap:16px}.gp-btn-register,.gp-btn-login{padding:8px 16px;font-size:calc(13px * var(--gp-font-scale))}.gp-about-grid,.gp-about-cbg-grid,.gp-integrated-box-content{grid-template-columns:1fr;gap:30px}.gp-about-img-wrap,.gp-about-cbg-graphic{max-width:722px;width:100%;margin:0 auto}.gp-assistance-inner{grid-template-columns:1fr 1fr}.gp-assistance-col--contact{grid-column:1 / -1}}@media (max-width: 768px){.gp-landing-root .gp-hero{aspect-ratio:var(--hero-aspect, 1384 / 558);min-height:auto}.gp-landing-root .gp-hero:after{background:linear-gradient(180deg,#fffffff0,#ffffffe0 55%,#ffffff59)}.gp-landing-root .gp-hero-inner{align-items:flex-end;padding-top:clamp(28px,8vw,56px);padding-bottom:clamp(28px,8vw,48px)}.gp-landing-root .gp-hero-left{flex:1 1 auto;max-width:100%;padding-right:0}.gp-root .gp-hero-content{padding:0 20px}.gp-root .gp-hero-title,.gp-root .gp-hero-desc{width:100%;max-width:100%}.gp-root .gp-hero-title{white-space:pre-line;font-size:calc(26px * var(--gp-font-scale));line-height:1.25}.gp-root .gp-hero-desc{white-space:normal;font-size:calc(14px * var(--gp-font-scale));line-height:1.5}.gp-hero-stats-inner{grid-template-columns:repeat(2,1fr);gap:16px}.gp-hero-stat{border-right:none}.gp-hero-stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.1)}.gp-hero-actions{flex-direction:column;width:100%;max-width:300px;gap:10px}.gp-cta-primary,.gp-cta-ghost{width:100%;justify-content:center;padding:10px 20px}.gp-ecosystem-svg-wrap,.gp-ecosystem-connector-label,.gp-ecosystem-branch-connector{display:none}.gp-ecosystem-grid-flow{grid-template-columns:1fr;row-gap:0;column-gap:0}.gp-ecosystem-step-card--top,.gp-ecosystem-step-card--bottom{grid-column:auto!important;grid-row:auto!important}.gp-ecosystem-step-card{position:relative;padding-bottom:36px}.gp-ecosystem-step-card:not(:last-child):after{content:"";position:absolute;left:50%;top:98px;bottom:10px;transform:translate(-50%);width:2.5px;background:repeating-linear-gradient(to bottom,#6b7c93 0,#6b7c93 8px,transparent 8px,transparent 16px);background-size:2.5px 32px;animation:ecoMobileDash 1.5s linear infinite;pointer-events:none;z-index:1}.gp-ecosystem-step-card:not(:last-child):before{content:"";position:absolute;left:50%;bottom:2px;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #6b7c93;pointer-events:none;z-index:1}.gp-ecosystem-container{min-height:auto}.gp-journey-cards{grid-template-columns:1fr;gap:20px}.gp-updates-two-col{grid-template-columns:1fr;gap:30px}.gp-map-container-mock{height:auto;aspect-ratio:auto;background-size:cover;padding:40px 10px}.gp-map-bg-img{max-width:90%}.gp-map-pins-overlay{display:none}}@media (max-width: 500px){.gp-hero-stats-inner{grid-template-columns:1fr;gap:12px}.gp-hero-stat{border-right:none!important;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.05)}.gp-hero-stat:last-child{border-bottom:none}.gp-ecosystem-grid-flow{grid-template-columns:1fr}.gp-assistance-inner{grid-template-columns:1fr;gap:20px}.gp-assistance-col--contact{grid-column:auto}.gp-integrated-box,.gp-integrated-box--active{padding:20px 16px}.gp-integrated-box-content{grid-template-columns:1fr;gap:24px}.gp-integrated-carousel-viewport{min-height:520px}.gp-integrated-grid{grid-template-columns:1fr}.gp-integrated-carousel-nav{margin-top:12px}}.gp-about-cbg-cta{margin-top:8px}.gp-ecosystem-section-intro{text-align:center;color:var(--color-text-dark);font-size:clamp(13px,1.1vw,14.5px);max-width:min(600px,90%);margin:0 auto 20px}.gp-journey-section-intro{text-align:center;color:var(--color-text-gray);font-size:clamp(13px,1.1vw,14.5px);max-width:min(600px,90%);margin:0 auto}.gp-scheme-section-desc--centered{text-align:center;max-width:600px;margin:0 auto}.gp-ecosystem-grid-flow .gp-ecosystem-step-card{grid-column:var(--gp-eco-grid-column);grid-row:var(--gp-eco-grid-row, auto)}.gp-journey-section{padding:var(--gp-section-pad-y) 0;background-color:#fff;width:100%}.gp-journey-section .gp-section-tag{display:none!important}.gp-journey-section .gp-section-heading{text-align:left!important;font-family:Poppins,sans-serif;font-size:calc(30px * var(--gp-font-scale));font-weight:700;color:#082954!important;margin:0;padding-bottom:15px;border-bottom:1px solid #0066cb}.gp-journey-section-intro{display:none!important}.gp-journey-cards{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:40px;width:100%}.gp-journey-card-modern{border-radius:16px;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease;min-height:480px}.gp-journey-card-modern:hover{transform:translateY(-6px);box-shadow:0 12px 36px #08295414}.gp-journey-card-modern--left,.gp-journey-card-modern--right{background-color:#fff!important;border:1px solid #e2e8f0!important}.gp-journey-info{padding:40px 40px 20px;display:flex;flex-direction:column;align-items:flex-start;flex:1}.gp-journey-info h3{font-family:Poppins,sans-serif;font-size:calc(26px * var(--gp-font-scale));font-weight:700;color:#082954!important;margin:0 0 14px;text-align:left}.gp-journey-info p{font-family:Inter,sans-serif;font-size:calc(14.5px * var(--gp-font-scale));line-height:1.6;color:#4a5568!important;margin:0 0 24px;text-align:left}.gp-journey-link{font-family:Poppins,sans-serif;font-size:calc(14.5px * var(--gp-font-scale));font-weight:600;color:#565656!important;text-decoration:none;border-bottom:2.5px solid #565656;padding-bottom:2px;display:inline-flex;align-items:center;margin-top:auto;transition:color .2s,border-color .2s}.gp-journey-link:hover{color:#082954!important;border-color:#082954}.gp-journey-img-holder{width:100%;height:260px;flex-shrink:0;overflow:hidden;display:flex;justify-content:center;align-items:flex-end}.gp-journey-img-holder img{width:100%;height:auto;max-height:430px;object-fit:contain;display:block}@media (max-width: 768px){.gp-journey-cards{grid-template-columns:1fr;gap:24px}.gp-journey-card-modern{min-height:auto}.gp-journey-info{padding:30px 24px 20px}}.registration-background{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.registration-background__slide{position:absolute;top:0;right:0;bottom:0;left:0;background-image:var(--slide-bg-image, none);background-size:cover;background-position:center;background-repeat:no-repeat;transition:opacity 1.5s ease-in-out}.registration-background__slide--visible{opacity:1;z-index:1}.registration-background__slide--hidden{opacity:0;z-index:0}.registration-page-container{position:relative;min-height:calc(100vh - var(--portal-chrome-height));display:flex;align-items:center;justify-content:center;padding:var(--space-6);overflow-x:clip;overflow-y:auto;max-width:100vw;box-sizing:border-box;font-family:var(--font-heading);background-color:var(--color-primary-dark)}.registration-page-container--entity-wizard{justify-content:center;padding:var(--space-6) clamp(var(--space-4),3vw,var(--space-10));--registration-wizard-max-width: var(--entity-wizard-max-width)}.registration-page-wrapper{position:relative;z-index:10;display:flex;align-items:center;justify-content:flex-end;width:100%;max-width:min(1480px,100%);min-width:0;margin:0 auto;padding-right:var(--space-5);padding-left:var(--space-5);box-sizing:border-box}.registration-page-wrapper--entity-wizard{justify-content:center;max-width:min(calc(var(--registration-wizard-max-width) + 80px),100%);margin:0 auto;padding:0}.registration-form-card{width:min(1000px,100%);max-width:100%;min-width:0;max-height:calc(100vh - var(--portal-chrome-height) - 48px);overflow-x:clip;overflow-y:auto;background-color:var(--color-surface-card);border-radius:var(--radius-xl);box-shadow:var(--shadow-2xl);border:1px solid var(--color-border-light);padding:var(--space-8) var(--space-10);display:flex;flex-direction:column;box-sizing:border-box;transition:all var(--transition-base)}.registration-form-header{margin:0;text-align:center}.registration-form-header--left{text-align:left}.registration-form-header--left .registration-form-logo,.registration-form-header-aside{align-self:flex-start}.registration-form-logo{height:48px;object-fit:contain;margin-bottom:var(--space-2)}.registration-form-subtitle{max-width:32.5rem}.registration-form-header--left .registration-form-subtitle{max-width:none}.registration-form-body{display:flex;flex-direction:column;gap:var(--space-3);min-height:0;min-width:0;max-width:100%;overflow-x:clip}.registration-page-container--entity-wizard .registration-form-card{width:min(var(--registration-wizard-max-width),100%);padding:0;overflow:hidden;display:flex;flex-direction:column}.registration-page-container--entity-wizard .registration-form-card--compact{padding:0}.registration-page-container--entity-wizard .registration-form-header{border-radius:var(--radius-xl) var(--radius-xl) 0 0}.registration-page-container--entity-wizard .registration-form-body{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;padding:var(--space-4) var(--space-5) var(--space-3)}.registration-form-card--ga-mapping{min-height:420px}.registration-form-card--compact .registration-form-body{gap:var(--space-2);flex:1;min-height:0}.registration-form-header--compact{padding-top:var(--space-3);padding-bottom:var(--space-3)}.registration-page-container:has(.registration-form-card--compact){padding:var(--space-3) var(--space-5)}.entity-wizard-form{display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;max-width:100%;overflow:hidden}@media (max-width: 1200px){.registration-form-card{width:min(900px,100%);padding:var(--space-7) var(--space-8)}.registration-page-container--entity-wizard .registration-form-card{width:min(var(--registration-wizard-max-width),100%)}.registration-page-container--entity-wizard .registration-form-body,.registration-form-body--entity-wizard{padding:var(--space-4) var(--space-5) var(--space-3)}}@media (max-width: 1024px){.registration-page-wrapper{justify-content:center;padding-right:var(--space-4);padding-left:var(--space-4)}.registration-page-wrapper--entity-wizard{max-width:100%;padding:0}.registration-form-card{width:100%;max-width:100%;padding:var(--space-7) var(--space-8)}.registration-page-container--entity-wizard .registration-form-body,.registration-form-body--entity-wizard{padding:var(--space-4) var(--space-4) var(--space-3)}}@media (max-width: 600px){.registration-page-container{padding:var(--space-4) var(--space-3)}.registration-form-card{padding:var(--space-5);gap:var(--space-3)}.registration-page-container--entity-wizard .registration-form-body,.registration-form-body--entity-wizard{padding:var(--space-3)}.dialog-header__title--xl{font-size:var(--text-xl)}}.entity-wizard-form,.registration-wizard-form{--wizard-field-height: 36px;--wizard-field-gap: 14px;--wizard-row-gap: 16px;--wizard-grid-gap: 16px;min-width:0;max-width:100%;overflow-x:clip}.entity-wizard-form .form-group,.registration-wizard-form .form-group{margin-bottom:var(--wizard-field-gap);overflow:visible}.entity-wizard-form .form-label,.registration-wizard-form .form-label{font-size:.75rem;font-weight:var(--font-semibold, 600);margin-bottom:5px;line-height:1.25;display:flex;align-items:center;gap:4px;flex-wrap:wrap;overflow:visible}.entity-wizard-form .form-input,.entity-wizard-form .form-select,.registration-wizard-form .form-input,.registration-wizard-form .form-select{width:100%;height:var(--wizard-field-height);min-height:var(--wizard-field-height);padding:0 10px;font-size:.8125rem;font-family:var(--font-body, "Inter", "Noto Sans", sans-serif);color:var(--color-text-primary, #1e293b);background-color:var(--color-surface-card, #ffffff);border:1px solid var(--color-border, #cbd5e1);border-radius:6px;box-sizing:border-box;transition:border-color .15s ease}.entity-wizard-form .form-input:focus,.entity-wizard-form .form-select:focus,.registration-wizard-form .form-input:focus,.registration-wizard-form .form-select:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.12);outline:none}.entity-wizard-form .form-input.error,.entity-wizard-form .form-select.error,.registration-wizard-form .form-input.error,.registration-wizard-form .form-select.error{border-color:var(--color-danger, #dc2626);background-color:var(--color-danger-bg, #fef2f2)}.entity-wizard-form .form-textarea,.registration-wizard-form .form-textarea{width:100%;min-height:68px;padding:6px 10px;font-size:.8125rem;font-family:var(--font-body, "Inter", "Noto Sans", sans-serif);color:var(--color-text-primary, #1e293b);background-color:var(--color-surface-card, #ffffff);border:1px solid var(--color-border, #cbd5e1);border-radius:6px;line-height:1.35;resize:vertical;box-sizing:border-box}.entity-wizard-form .form-textarea:focus,.registration-wizard-form .form-textarea:focus{border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.12);outline:none}.entity-wizard-form .form-textarea.error,.registration-wizard-form .form-textarea.error{border-color:var(--color-danger, #dc2626);background-color:var(--color-danger-bg, #fef2f2)}.entity-wizard-form .form-select,.registration-wizard-form .form-select{padding-right:28px}.entity-wizard-form .form-error-msg,.entity-wizard-form .form-hint-msg,.registration-wizard-form .form-error-msg,.registration-wizard-form .form-hint-msg{font-size:.6875rem;margin-top:2px;line-height:1.3}.wizard-form-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:var(--wizard-grid-gap);row-gap:var(--wizard-row-gap);align-items:start;margin-bottom:var(--wizard-field-gap);overflow:visible}.wizard-form-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));column-gap:var(--wizard-grid-gap);row-gap:var(--wizard-row-gap);align-items:start;margin-bottom:var(--wizard-field-gap);overflow:visible}.wizard-form-grid-2>.form-group,.wizard-form-grid-2>.wizard-form-field-span,.wizard-form-grid-2>.cin-verification-field,.wizard-form-grid-3>.form-group,.wizard-form-grid-3>.wizard-form-field-span{margin-bottom:0;overflow:visible;min-width:0}.wizard-form-field-span{min-width:0}.wizard-form-stack{display:flex;flex-direction:column;gap:var(--wizard-row-gap, 18px)}.wizard-form-stack>.wizard-form-grid-2,.wizard-form-stack>.wizard-form-grid-3,.wizard-form-stack>.password-field-pair{margin-bottom:0}.entity-wizard-form .password-field-pair,.registration-wizard-form .password-field-pair{display:flex;flex-direction:row;align-items:flex-start;gap:var(--wizard-grid-gap, 14px)}.entity-wizard-form .password-field-pair>.form-group,.registration-wizard-form .password-field-pair>.form-group,.entity-wizard-form .password-field-pair>.reg-password-field-group,.registration-wizard-form .password-field-pair>.reg-password-field-group{display:flex;flex-direction:column;flex:1 1 0;min-width:0;margin-bottom:0;align-self:flex-start}.entity-wizard-form .password-field-pair .reg-password-field-label-row,.registration-wizard-form .password-field-pair .reg-password-field-label-row{margin-bottom:5px}.entity-wizard-form .password-field-pair .reg-password-field-label,.registration-wizard-form .password-field-pair .reg-password-field-label{margin-bottom:0}.wizard-form-inline-field{display:flex;gap:8px;align-items:center;flex-wrap:wrap;min-width:0;max-width:100%}.wizard-form-inline-field .form-input,.wizard-form-inline-field .form-select{flex:1 1 0;min-width:0;width:auto;max-width:100%}.wizard-form-inline-field .btn{flex:0 1 auto;min-width:0;max-width:100%;width:auto;height:var(--wizard-field-height);min-height:var(--wizard-field-height);padding:0 12px;font-size:.75rem;white-space:normal;text-align:center}.entity-wizard-form .address-location-block,.registration-wizard-form .address-location-block{margin-bottom:0}.entity-wizard-form .address-location-block--entity-wizard.address-location-block--fields-only .address-location-block__fields,.registration-wizard-form .address-location-block--entity-wizard.address-location-block--fields-only .address-location-block__fields{gap:var(--space-4);border:1px solid var(--wizard-panel-border);border-radius:var(--radius-lg);background:var(--wizard-panel-bg);padding:var(--space-4) var(--space-5);box-shadow:inset 0 1px #ffffffb3}.entity-wizard-form .address-location-block--entity-wizard .wizard-form-grid-2,.registration-wizard-form .address-location-block--entity-wizard .wizard-form-grid-2{margin-bottom:0}.entity-wizard-form .wizard-step-details__map,.registration-wizard-form .wizard-step-details__map{padding:0;border:none;background:transparent;box-shadow:none}.entity-wizard-form .wizard-step-details__map .location-picker,.registration-wizard-form .wizard-step-details__map .location-picker{flex:1;height:100%;min-height:100%}.entity-wizard-form .wizard-step-details__map .location-picker__map,.registration-wizard-form .wizard-step-details__map .location-picker__map{flex:1;width:100%;height:100%;min-height:320px;border-radius:var(--radius-lg);border:none}.entity-wizard-form .wizard-step-details__map .location-picker__coord-overlay,.registration-wizard-form .wizard-step-details__map .location-picker__coord-overlay{left:var(--space-2);bottom:var(--space-2)}.entity-wizard-form .wizard-step-details__map .location-picker__coord-box,.registration-wizard-form .wizard-step-details__map .location-picker__coord-box{min-width:8.5rem;max-width:10.5rem}.entity-wizard-form .address-location-block--entity-wizard .address-location-block__fields .form-textarea,.registration-wizard-form .address-location-block--entity-wizard .address-location-block__fields .form-textarea{min-height:108px}.entity-wizard-form .address-location-block--entity-wizard .address-location-block__region .form-input,.entity-wizard-form .address-location-block--entity-wizard .address-location-block__region .form-select,.registration-wizard-form .address-location-block--entity-wizard .address-location-block__region .form-input,.registration-wizard-form .address-location-block--entity-wizard .address-location-block__region .form-select{height:var(--wizard-field-height);min-height:var(--wizard-field-height)}.entity-wizard-form .wizard-section-block,.registration-wizard-form .wizard-section-block{border:1px solid var(--color-border, #e2e8f0);border-radius:8px;padding:10px 12px;margin-bottom:var(--wizard-grid-gap);background:rgba(var(--color-primary-rgb, 0, 86, 179),.03)}.entity-wizard-form .wizard-section-block__title,.registration-wizard-form .wizard-section-block__title{font-weight:600;font-size:.8125rem;color:var(--color-primary);margin-bottom:8px;display:flex;align-items:center;gap:6px}@media (max-width: 900px){.wizard-form-grid-3{grid-template-columns:1fr}}@media (max-width: 640px){.wizard-form-grid-2{grid-template-columns:1fr}.entity-wizard-form .password-field-pair,.registration-wizard-form .password-field-pair{flex-direction:column;align-items:stretch}.entity-wizard-form .password-field-pair>.form-group,.registration-wizard-form .password-field-pair>.form-group,.entity-wizard-form .password-field-pair>.reg-password-field-group,.registration-wizard-form .password-field-pair>.reg-password-field-group{align-self:stretch}}.cin-verification-file-input{display:none}.cin-verification-field{margin-bottom:var(--wizard-field-gap);min-width:0;max-width:100%}.cin-verification-field__cin-row .form-input{flex:1 1 auto;min-width:0;max-width:100%}.cin-verification-field__upload-btn{flex:0 0 auto;white-space:nowrap}.reg-pan-field .wizard-form-inline-field .form-input,.reg-pan-input{flex:0 1 auto;width:14rem;max-width:100%;font-family:monospace;text-transform:none}.wizard-verification-section{margin-bottom:var(--wizard-field-gap)}.wizard-verification-section>.form-group+.cin-verification-field{margin-top:var(--wizard-row-gap)}.wizard-verification-section .form-group:last-child,.wizard-verification-section .cin-verification-field:last-child{margin-bottom:0}.wizard-verification-grid{display:flex;flex-wrap:wrap;gap:var(--wizard-grid-gap);align-items:start;min-width:0;max-width:100%}.wizard-verification-grid--cbg{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.wizard-verification-grid--cgd{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.wizard-verification-grid--cbg>*,.wizard-verification-grid--cgd>*{min-width:0;width:100%;margin-top:0!important;margin-bottom:0!important}.wizard-verification-grid--cbg .reg-pan-field .wizard-form-inline-field{display:flex;width:100%}.wizard-verification-grid--cbg .reg-pan-field .wizard-form-inline-field .form-input,.wizard-verification-grid--cbg .reg-pan-input,.wizard-verification-grid--cgd .reg-pan-field .wizard-form-inline-field .form-input,.wizard-verification-grid--cgd .reg-pan-input{flex:1 1 auto;width:100%;max-width:100%}.wizard-verification-grid>.reg-pan-field{flex:0 0 auto}.wizard-verification-grid>.cin-verification-field{flex:1 1 auto;width:min(100%,28rem);min-width:min(100%,20rem)}.wizard-verification-grid>.msme-verification-block{flex:1 1 16rem;min-width:min(100%,16rem)}.wizard-verification-grid>*{margin-top:0!important;margin-bottom:0!important}.msme-verification-block{display:flex;flex-direction:column}.msme-verification-block .msme-input-field{margin-bottom:0!important}.msme-verification-block .wizard-form-inline-field{margin-top:6px}.wizard-verification-grid--cgd>.cin-verification-field{flex:none;width:100%;max-width:none;min-width:0}.wizard-verification-grid--cbg>.cin-verification-field,.wizard-verification-grid--cbg>.form-group.reg-field-input--mono-upper{width:100%;max-width:none;min-width:0}.wizard-verification-grid--cbg .msme-verification-block,.wizard-verification-grid--cbg .msme-verification-block .msme-input-field,.wizard-verification-grid--cgd .cin-verification-field .cin-verification-field__cin-row,.wizard-verification-grid--cgd .cin-verification-field .cin-document-chip{width:100%}.wizard-verification-grid--cgd .cin-verification-field .cin-verification-field__cin-row .form-input{flex:1 1 auto;min-width:0}@media (max-width: 768px){.wizard-verification-grid--cbg,.wizard-verification-grid--cgd{grid-template-columns:1fr}}.cin-document-chip{display:flex;align-items:center;gap:8px;margin-top:6px;padding:4px 8px 4px 10px;border:1px solid var(--color-border, #e2e8f0);border-radius:6px;background:var(--color-surface-card, #f8fafc);min-width:0}.cin-document-chip__icon{flex-shrink:0;font-size:.875rem;line-height:1}.cin-document-chip__name{flex:1;min-width:0;font-size:.75rem;color:var(--color-text-primary, #1e293b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cin-document-chip__size{flex-shrink:0;font-size:.6875rem;color:var(--color-text-secondary, #64748b)}.cin-document-chip__remove{flex-shrink:0;margin-left:auto}.registration-form-body,.entity-wizard-form{overflow:visible}.officer-contact-field .officer-verify-btn--verified,.wizard-form-inline-field .wizard-verify-btn--verified{font-weight:var(--font-semibold, 600)}.officer-contact-field .officer-verify-btn__tick,.wizard-form-inline-field .wizard-verify-btn__tick{display:inline-flex;align-items:center;justify-content:center;width:1rem;height:1rem;margin-right:4px;border-radius:50%;background:#ffffff38;font-size:.75rem;line-height:1;font-weight:700}.officer-contact-field{--officer-contact-control-height: 38px}.entity-wizard-form .officer-contact-field,.registration-wizard-form .officer-contact-field{--officer-contact-control-height: var(--wizard-field-height, 34px)}.officer-contact-field .wizard-form-inline-field{display:flex;gap:8px;align-items:stretch;flex-wrap:nowrap;min-width:0}.officer-contact-field .wizard-form-inline-field .form-input{flex:1 1 0;min-width:0;width:auto;height:var(--officer-contact-control-height);min-height:var(--officer-contact-control-height);box-sizing:border-box}.officer-contact-field .wizard-form-inline-field .btn{flex:0 0 auto;width:auto;min-width:88px;height:var(--officer-contact-control-height);min-height:var(--officer-contact-control-height);padding:0 14px;font-size:.75rem;font-weight:600;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md, 8px);box-sizing:border-box}.legacy-prefill-row .form-group{margin-bottom:0!important}.reg-cin-input-mono{text-transform:uppercase;font-family:monospace}.doc-verification-section{display:flex;flex-direction:column;gap:var(--wizard-row-gap)}.doc-verification-row__label{font-size:.75rem;font-weight:var(--font-semibold, 600);margin-bottom:5px;color:var(--color-text-primary, #1e293b)}.doc-verification-row__value{font-size:.8125rem;font-family:monospace;margin-bottom:6px;color:var(--color-text-primary, #1e293b)}.doc-verification-row__content{min-width:0}.doc-verification-row--cin .cin-verification-field{margin-bottom:0}.doc-verification-row--msme .doc-verification-row__msme-inline .form-input{flex:1 1 auto;min-width:0;max-width:100%}.doc-verification-row--msme .doc-verification-row__msme-inline .btn{flex:0 0 auto;white-space:nowrap}.bank-verification-field{margin-top:24px}.bank-verification-field>.form-label{margin-bottom:12px;display:block}.bank-verification-field .wizard-form-inline-field{flex-wrap:wrap;gap:12px}.bank-verification-field .cin-document-chip--spaced{margin-top:12px}.reg-form-error-block,.reg-hint-block{display:block;margin-top:8px}.cin-document-chip--spaced{margin-top:12px}.entity-wizard-form .btn,.entity-wizard-form .form-input,.entity-wizard-form .form-select,.entity-wizard-form .form-textarea,.entity-wizard-form .category-tab-btn,.entity-wizard-form .reg-officer-add-btn,.entity-wizard-form .reg-officer-remove-btn,.entity-wizard-form .cin-document-chip__remove{min-width:0;max-width:100%}.entity-wizard-form .category-tab-btn{flex:1 1 auto}.entity-wizard-form .category-tab-list--end .category-tab-btn{flex:0 1 auto}.entity-wizard-form .wizard-nav-row__start .btn,.entity-wizard-form .wizard-nav-row__end .btn{min-width:0;width:auto;max-width:100%}.gm-page{display:flex;flex-direction:column;gap:1rem;color:#1f2937}.gm-btn-add{display:inline-flex;align-items:center;gap:.375rem;background:#1d4ed8;color:#fff;border:none;border-radius:8px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s ease}.gm-btn-add:hover{background:#1e40af}.gm-sampurn-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;color:#1e3a8a;word-break:break-all}.gm-mapping-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap;min-width:0;border-bottom:1px solid #f1f5f9;padding-bottom:.5rem}.gm-mapping-section-head .gm-modal-section-title{border-bottom:none;padding-bottom:0;margin:0}.gm-mapping-code-preview{margin:0;min-width:0;flex:1 1 auto;max-width:100%;text-align:right;font-size:.75rem;font-weight:600;color:#64748b;overflow-wrap:anywhere}.gm-mapping-code-value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.8rem;font-weight:600;color:#1e3a8a;word-break:break-all;white-space:normal}.gm-modal-info-stack{display:flex;flex-direction:column;gap:.875rem}.gm-mapping-lock-notice{padding:.75rem .875rem;border-radius:8px;border:1px solid #fde68a;background:#fffbeb;color:#92400e;font-size:.8125rem;line-height:1.45}.gm-mapping-state-missing-note{margin:0 0 .75rem;padding:.625rem .75rem;border-radius:8px;border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;font-size:.8125rem;line-height:1.45}.gm-modal-form-grid--info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%}.gm-modal-form-grid--info>.gm-modal-form-group,.gm-modal-form-grid--info>.gm-modal-grid-item{min-width:0;width:100%}.gm-modal-input--readonly-select{background:#f8fafc;color:#64748b;cursor:not-allowed;pointer-events:auto}.gm-modal-form-grid--mapping{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;width:100%}.gm-modal-form-grid--mapping>.gm-modal-form-group{min-width:0;width:100%}.gm-modal-section--nodal{display:flex;flex-direction:column;gap:.75rem}.gm-btn-add-nodal{align-self:flex-start;border:1px dashed #86efac;background:#f0fdf4;color:#166534;border-radius:8px;padding:.5rem 1rem;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.gm-btn-add-nodal:hover:not(:disabled){background:#dcfce7;border-color:#4ade80}.gm-btn-add-nodal:disabled{opacity:.6;cursor:not-allowed}.gm-nodal-section-panel{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;background:#f8fafc;display:flex;flex-direction:column;gap:.75rem}.gm-nodal-section-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border-bottom:1px solid #e2e8f0;padding-bottom:.5rem}.gm-nodal-section-head .gm-modal-title-row{flex:1;min-width:0}.gm-nodal-section-head .gm-modal-section-title{border-bottom:none;padding-bottom:0;margin:0}.gm-btn-remove-nodal{border:1px solid #fecaca;background:#fff;color:#b91c1c;border-radius:6px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.gm-btn-remove-nodal:hover:not(:disabled){background:#fef2f2;border-color:#f87171}.gm-btn-remove-nodal:disabled{opacity:.6;cursor:not-allowed}.gm-nodal-add-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.gm-nodal-add-row--contact{grid-template-columns:repeat(2,minmax(0,1fr))}.gm-nodal-add-form{display:flex;flex-direction:column;gap:1rem}.gm-nodal-add-form .officer-contact-field{margin-bottom:0;display:flex;flex-direction:column;gap:.25rem}.gm-nodal-add-form .officer-contact-field .form-label{font-size:.75rem;color:#64748b;font-weight:600;margin-bottom:0}.gm-nodal-add-form .officer-contact-field .form-label .required-star{display:inline}.gm-nodal-add-form .officer-contact-field .form-input{width:100%;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.4rem .625rem;font-size:.8125rem;color:#0f172a}.gm-nodal-add-form .officer-contact-field .form-input:focus{border-color:#166534;box-shadow:0 0 0 2px #1665341a;outline:none}.gm-nodal-add-form .officer-contact-field .form-input.error{border-color:#dc2626!important}.gm-nodal-add-form .officer-contact-field .form-error-msg{font-size:.7rem;color:#b91c1c}.gm-modal-section--optional{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;background:#f8fafc}.gm-modal-section-hint{margin:0;font-size:.75rem;color:#64748b}.gm-optional-toggle{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;color:#475569;cursor:pointer;-webkit-user-select:none;user-select:none}.gm-optional-toggle input{accent-color:#166534}.gm-modal-preview-code{margin-top:.5rem;padding:.875rem 1rem;border-radius:8px;background:#eff6ff;border:1px solid #bfdbfe}.gm-modal-preview-code code{display:block;margin-top:.35rem;font-size:.85rem;color:#1e3a8a;word-break:break-all}.gm-modal-hint{margin:.5rem 0 0;font-size:.78rem;color:#64748b}.gm-modal-footer--form{display:flex;justify-content:flex-end;gap:.5rem;margin-top:0;padding:1rem 1.5rem;border-top:1px solid #f1f5f9;background:#f8fafc;flex-shrink:0}.gm-modal-form-shell{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.gm-modal-body--form{gap:1rem;padding-bottom:0}.gm-modal-section--nodal,.gm-nodal-password-row{margin-bottom:0}.gm-modal-value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem}.gm-label-with-info{display:inline-flex;align-items:center;gap:6px}.gm-info-tip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:999px;background:#eaf2ff;color:#0052cc;cursor:help;font-size:11px;font-weight:900;line-height:1;font-style:italic}.gm-modal-form-group--gstin{overflow:visible}.gm-info-tip:after{content:attr(data-tip);position:absolute;top:calc(100% + 8px);left:0;width:min(320px,calc(100vw - 2rem));padding:10px 12px;border-radius:8px;background:#0f172a;color:#f8fafc;font-size:.72rem;font-weight:500;font-style:normal;line-height:1.45;text-align:left;white-space:normal;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease;z-index:1100;box-shadow:0 8px 24px #0f172a40}.gm-info-tip:hover:after,.gm-info-tip:focus:after{opacity:1;visibility:visible}.gm-gstin-row{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.gm-gstin-segments{display:flex;align-items:center;flex-wrap:wrap;gap:4px;flex:1 1 20rem;min-width:0}.gm-gstin-generated{display:flex;flex-direction:column;gap:.25rem;flex:1 1 14rem;min-width:14rem}.gm-modal-form-group--readonly{margin-top:.75rem}.gm-gstin-segment{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 8px;border:1px solid #d1d5db;border-radius:8px;background:#f9fafb;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.85rem;color:#111827}.gm-gstin-segment--state{min-width:2.75rem;max-width:2.75rem;text-align:center}.gm-gstin-segment--pan{min-width:9.5rem;letter-spacing:.04em}.gm-gstin-segment--fixed{background:#eff6ff;border-color:#bfdbfe;color:#1e3a8a}.gm-gstin-segment--edit{width:2.25rem;padding:0;text-align:center;text-transform:uppercase;background:#fff}.gm-gstin-segment--edit.gm-gstin-segment--placeholder::placeholder{color:#f97316;font-weight:700}.gm-modal-input--readonly{background:#f8fafc;border-color:#e2e8f0;color:#334155;cursor:default}.gm-modal-input--readonly:focus{outline:none;border-color:#e2e8f0;box-shadow:none}.gm-modal-input--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.04em}.gm-toolbar{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;background:#fff;border:1px solid #e8edf2;border-radius:10px;padding:.75rem 1rem;box-shadow:0 1px 4px #0f172a0d}.gm-search{display:inline-flex;align-items:center;gap:.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.4rem .75rem;min-width:250px;flex:1 1 250px}.gm-search__icon{font-size:.85rem;color:#9ca3af;flex-shrink:0}.gm-search__input{border:none;background:transparent;font-size:.875rem;color:#374151;outline:none;width:100%}.gm-search__clear{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:.75rem;line-height:1;padding:0;flex-shrink:0;transition:color .12s}.gm-search__clear:hover{color:#374151}.gm-filters{display:flex;gap:.5rem;flex-wrap:wrap}.gm-filter-select{display:inline-flex;align-items:center;gap:.375rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.4rem .625rem;cursor:pointer;white-space:nowrap;transition:border-color .15s ease}.gm-filter-select:hover{border-color:#9ca3af}.gm-filter-select__icon{font-size:.8rem;color:#6b7280}.gm-filter-select select{border:none;background:transparent;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.gm-filter-select__chevron{font-size:.65rem;color:#6b7280;pointer-events:none}.gm-btn-excel{display:inline-flex;align-items:center;gap:.375rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.4rem .875rem;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;margin-left:auto;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.gm-btn-excel:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.gm-btn-excel:disabled{color:#9ca3af;cursor:not-allowed;opacity:.6}.gm-error-banner{display:flex;align-items:center;gap:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;color:#b91c1c}.gm-error-banner__detail{color:#dc2626;font-size:.8rem}.gm-table-wrapper{background:#fff;border:1px solid #e8edf2;border-radius:10px;box-shadow:0 1px 4px #0f172a0d;overflow-x:auto}.gm-table{width:100%;border-collapse:collapse;font-size:.875rem}.gm-th{padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.035em;background:#f9fafb;border-bottom:1px solid #e5e7eb;white-space:nowrap;-webkit-user-select:none;user-select:none}.gm-th--sortable{cursor:pointer}.gm-th--sortable:hover{background:#f3f4f6;color:#111827}.gm-th--numeric{text-align:right}.gm-th--center{text-align:center}.gm-th-sort{margin-left:.25rem;font-size:.7rem;color:#d1d5db}.gm-tr{border-bottom:1px solid #f1f5f9;transition:background .1s ease}.gm-tr:last-child{border-bottom:none}.gm-tr:hover{background:#f8fafc}.gm-td{padding:.85rem 1rem;color:#374151;vertical-align:middle;white-space:nowrap}.gm-td--numeric{text-align:right;font-weight:600;color:#111827}.gm-td--center{text-align:center}.gm-td--action{position:relative}.gm-ga-name-primary{font-weight:600;color:#111827}.gm-ga-name-label-wrap{display:inline-flex;align-items:center;gap:1px;max-width:100%;line-height:1.2;vertical-align:middle}.gm-ga-name-label{display:inline;font-weight:600;color:#111827;line-height:1.2;vertical-align:middle}.gm-table button.gm-ga-name-ellipsis{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:0;min-height:0;height:14px;margin:0;padding:0 1px!important;border:none;background:transparent;color:#2563eb;cursor:pointer;font-size:11px;font-weight:700;line-height:1;vertical-align:middle}.gm-ga-name-ellipsis:hover,.gm-ga-name-ellipsis--active{text-decoration:underline}.gm-ga-name-tooltip--portal{position:fixed;z-index:10050;min-width:180px;max-width:min(360px,calc(100vw - 24px));padding:.5rem .75rem;border-radius:8px;background:#0f172a;color:#f8fafc;font-size:.8125rem;line-height:1.4;box-shadow:0 8px 24px #0f172a47;pointer-events:auto}.gm-ga-name-tooltip--portal:after{content:"";position:absolute;left:50%;bottom:-6px;transform:translate(-50%);border-width:6px 6px 0 6px;border-style:solid;border-color:#0f172a transparent transparent transparent}.gm-ga-name-secondary{font-size:.75rem;color:#6b7280;margin-top:.125rem}.gm-ga-id{font-family:monospace;font-weight:600;color:#4b5563;background:#f3f4f6;padding:.15rem .4rem;border-radius:4px;font-size:.8rem}.gm-empty{text-align:center;padding:4rem 1rem;color:#9ca3af;font-size:.9rem}.gm-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.gm-badge__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.gm-badge--active{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.gm-badge--active .gm-badge__dot{background:#3b82f6}.gm-badge--in-review{background:#ecfeff;color:#0891b2;border:1px solid #c5f6fa}.gm-badge--in-review .gm-badge__dot{background:#06b6d4}.gm-badge--pending{background:#fdf8e6;color:#d97706;border:1px solid #fef08a}.gm-badge--pending .gm-badge__dot{background:#ea580c}.gm-skeleton{display:block;height:14px;width:80%;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:gm-shimmer 1.4s infinite;border-radius:4px}@keyframes gm-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.gm-action-wrapper{position:relative;display:inline-block}.gm-action-btn{background:none;border:none;cursor:pointer;font-size:.875rem;color:#9ca3af;padding:.25rem .5rem;border-radius:4px;line-height:1;transition:background .15s,color .15s}.gm-action-btn:hover{background:#f3f4f6;color:#374151}.gm-icon-actions{display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.gm-icon-action-btn{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:1px solid #e5e7eb;border-radius:6px;background:#fff;color:#4b5563;cursor:pointer;transition:background .15s,color .15s,border-color .15s}.gm-icon-action-btn:hover{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.gm-icon-action-btn--danger:hover{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.gm-icon-action-btn:disabled{opacity:.5;cursor:not-allowed}.gm-modal-delete-btn{border:1px solid #fecaca;background:#fef2f2;color:#b91c1c;border-radius:6px;padding:.45rem .75rem;font-size:.8125rem;cursor:pointer}.gm-modal-delete-btn:hover{background:#fee2e2}.gm-field-success{display:block;margin-top:.25rem;font-size:.75rem;color:#15803d}.gm-field-hint{font-size:.75rem;color:#6b7280;cursor:help}.gm-action-dropdown{position:absolute;right:0;top:100%;margin-top:.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:6px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:10;min-width:160px;display:flex;flex-direction:column;padding:.25rem 0}.gm-dropdown-item{border:none;background:transparent;padding:.5rem .75rem;text-align:left;font-size:.8125rem;color:#374151;cursor:pointer;width:100%;transition:background .15s}.gm-dropdown-item:hover{background:#f3f4f6;color:#111827}@media (max-width: 1024px){.gm-toolbar{flex-direction:column;align-items:stretch}.gm-btn-excel{margin-left:0;align-self:stretch;width:100%;justify-content:center}}@media (max-width: 768px){.gm-table-wrapper{-webkit-overflow-scrolling:touch}.gm-modal-container{width:calc(100vw - 2rem);max-width:none;max-height:92vh}.gm-modal-footer{flex-direction:column;gap:.5rem}.gm-modal-footer button{width:100%}}@media (max-width: 480px){.gm-modal-header{padding:.875rem 1rem}.gm-modal-body{padding:1rem}}.gm-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1300;animation:gm-fade-in .2s ease-out}.gm-modal-container{background:#fff;border-radius:12px;width:90%;max-width:600px;max-height:90vh;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;overflow:hidden;animation:gm-slide-up .25s ease-out}.gm-modal-container.gm-modal-container--form{max-width:720px;width:min(720px,calc(100vw - 2rem))}.gm-modal-header{padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;background:#f8fafc}.gm-modal-header h3{margin:0;font-size:1.125rem;font-weight:700;color:#0f172a}.gm-modal-close-btn{background:none;border:none;cursor:pointer;font-size:1.125rem;color:#64748b;padding:.25rem;line-height:1;transition:color .15s}.gm-modal-close-btn:hover{color:#0f172a}.gm-modal-body{padding:1.5rem;overflow-y:auto;overflow-x:hidden;min-width:0;display:flex;flex-direction:column;gap:1.5rem}.gm-modal-section{display:flex;flex-direction:column;gap:.75rem;min-width:0}.gm-modal-section-title{margin:0;font-size:.8125rem;font-weight:700;text-transform:uppercase;color:#64748b;letter-spacing:.05em;border-bottom:1px solid #f1f5f9;padding-bottom:.35rem}.gm-modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.gm-modal-grid--three-cols{grid-template-columns:repeat(3,1fr)}.gm-modal-grid--two-cols{grid-template-columns:repeat(2,1fr)}.gm-modal-grid-item{display:flex;flex-direction:column;gap:.25rem}.gm-modal-label{font-size:.72rem!important;color:var(--color-text-secondary, #6b7280)!important;font-weight:600!important;text-transform:uppercase!important;letter-spacing:.05em!important}.gm-modal-value{font-size:.875rem;color:#0f172a;font-weight:600}.gm-modal-value--highlight{color:#166534}.gm-modal-stat-card,.gm-modal-volume-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:.25rem}.gm-modal-stat-label{font-size:.7rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.025em}.gm-modal-stat-val{font-size:1.125rem;font-weight:700;color:#0f172a}.gm-modal-volume-card{background:#f0fdf4;border-color:#dcfce7}.gm-modal-volume-card .gm-modal-stat-val{color:#15803d}.gm-modal-footer{padding:1rem 1.5rem;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;background:#f8fafc}.gm-modal-action-btn{background:#166534;border:none;border-radius:6px;color:#fff;padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.gm-modal-action-btn:hover{background:#15803d}@keyframes gm-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gm-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 640px){.gm-modal-grid,.gm-modal-grid--three-cols,.gm-modal-grid--two-cols{grid-template-columns:1fr}}.gm-modal-section-header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f1f5f9;padding-bottom:.35rem}.gm-modal-title-row{display:flex;align-items:center;gap:.5rem}.gm-modal-section-header .gm-modal-section-title{border-bottom:none;padding-bottom:0}.gm-modal-edit-btn{background:transparent;border:1px solid #cbd5e1;border-radius:6px;color:#166534;font-size:.75rem;font-weight:600;padding:.25rem .5rem;cursor:pointer;transition:all .15s ease}.gm-modal-edit-btn:hover{background:#f0fdf4;border-color:#86efac}.gm-modal-edit-actions{display:flex;gap:.5rem}.gm-modal-cancel-btn{background:#f1f5f9;border:1px solid #cbd5e1;color:#475569;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;cursor:pointer;transition:all .15s ease}.gm-modal-cancel-btn:hover{background:#e2e8f0}.gm-modal-save-btn{background:var(--color-primary);border-color:var(--color-primary);border:1px solid var(--color-primary);color:#fff;font-size:.75rem;font-weight:600;padding:.25rem .5rem;border-radius:6px;cursor:pointer;transition:all .15s ease}.gm-modal-save-btn:hover:not(:disabled){background:var(--color-primary-dark);border-color:var(--color-primary-dark);transform:translateY(-1px)}.gm-modal-save-btn:disabled{opacity:.6;cursor:not-allowed}.gm-modal-notice-badge{background:#f1f5f9;color:#64748b;font-size:.7rem;font-weight:600;padding:.15rem .4rem;border-radius:4px}.gm-modal-form{margin-top:.5rem;animation:gm-fade-in .2s ease-out}.gm-modal-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.gm-modal-form-group{display:flex;flex-direction:column;gap:.25rem}.gm-modal-form-group--full{grid-column:span 2}.gm-modal-form-label{font-size:.75rem;color:#64748b;font-weight:600}.gm-modal-input{width:100%;max-width:100%;box-sizing:border-box;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:.4rem .625rem;font-size:.8125rem;color:#0f172a;outline:none;transition:border-color .15s ease}.gm-modal-form-grid--mapping .gm-modal-input{min-width:0}.gm-wrapping-select{position:relative;width:100%;min-width:0}.gm-wrapping-select__trigger{width:300px;display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;text-align:left;cursor:pointer;height:auto;min-height:2.125rem}.gm-wrapping-select__trigger:disabled{background:#f8fafc;color:#64748b;cursor:not-allowed}.gm-wrapping-select__value{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.4}.gm-wrapping-select__value--placeholder{color:#64748b}.gm-wrapping-select__chevron{flex-shrink:0;margin-top:.15rem;color:#64748b;transition:transform .15s ease}.gm-wrapping-select__chevron--open{transform:rotate(180deg)}.gm-wrapping-select__menu{margin:0;padding:.25rem 0;list-style:none;background:#fff;border:1px solid #cbd5e1;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:240px;overflow-y:auto;overflow-x:hidden}.gm-wrapping-select__menu--portal{position:fixed;z-index:10100}.gm-wrapping-select__option{display:block;width:100%;padding:.5rem .625rem;border:none;background:transparent;text-align:left;font-size:.8125rem;color:#0f172a;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.gm-wrapping-select__option:hover,.gm-wrapping-select__option:focus{background:#f1f5f9;outline:none}.gm-wrapping-select__option--selected{background:#eff6ff;color:#1d4ed8;font-weight:600}.gm-wrapping-select__option--selected:focus{outline:none}.gm-wrapping-select__empty-option{padding:.625rem;font-size:.8125rem;color:#64748b;text-align:center;font-style:italic;-webkit-user-select:none;user-select:none}.gm-modal-input:focus{border-color:#166534;box-shadow:0 0 0 2px #1665341a}.gm-modal-input:disabled,.gm-nodal-add-form input:disabled{background:#f1f5f9!important;border-color:#cbd5e1!important;color:#64748b!important;cursor:not-allowed!important}.gm-modal-alert{border-radius:6px;padding:.5rem .75rem;font-size:.75rem;font-weight:500;margin-bottom:.5rem}.gm-modal-alert--error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.gm-modal-alert--success{background:#f0fdf4;border:1px solid #bbf7d0;color:#15803d}@media (max-width: 640px){.gm-modal-form-grid{grid-template-columns:1fr}.gm-modal-form-group--full{grid-column:span 1}.gm-modal-form-grid--mapping,.gm-nodal-add-row,.gm-nodal-add-row--contact{grid-template-columns:1fr}.gm-mapping-section-head{flex-direction:column;align-items:flex-start}.gm-mapping-code-preview{align-items:flex-start;text-align:left}.gm-wrapping-select__trigger{width:100%}}.gm-modal-grid--state-details{margin-bottom:1rem;padding:12px;border:1px solid var(--color-border, #e2e8f0);border-radius:8px;background:#f8fafc}.gm-modal-grid-item--wide{grid-column:1 / -1}.gm-modal-form--nodal .officer-contact-field .form-label{font-size:.78rem;font-weight:600;color:#475569}.gm-modal-form--nodal .officer-contact-field .form-input{width:100%;min-height:40px;border:1px solid #cbd5e1;border-radius:8px;padding:8px 12px}.gm-modal-input--error,.gm-modal-input.error{border-color:#dc2626!important}.gm-field-error{display:block;margin-top:4px;color:#dc2626;font-size:.75rem}.cgd-ga-mapping-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.cgd-ga-mapping-toolbar__left{display:flex;align-items:center;gap:1rem;flex:1 1 auto;min-width:0;flex-wrap:wrap}.cgd-ga-mapping-toolbar__search{flex:0 1 280px;width:100%;max-width:280px;margin:0;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem;font-size:.875rem;color:#374151;background:#fff;box-shadow:0 1px 2px #0000000a;outline:none}.cgd-ga-mapping-toolbar__search:focus{border-color:#93c5fd;box-shadow:0 0 0 2px #3b82f626}.cgd-ga-mapping-toolbar__export{margin-left:auto}.cgd-ga-mapping-panel .ao-tpa-columns-bar{margin:0}.cgd-ga-mapping-table-wrap{margin-top:0}.cgd-ga-mapping-name-cell{display:flex;flex-direction:column;gap:.15rem;min-width:0}.ao-tpa-col--gm-gaId{min-width:4.5rem;max-width:6rem}.ao-tpa-col--gm-gaName{min-width:7rem;max-width:11rem}.ao-tpa-col--gm-sampurnCgdCode{min-width:9rem;max-width:10rem}.ao-tpa-col--gm-stateName{min-width:7rem;max-width:8rem}.ao-tpa-col--gm-nodalPerson{min-width:6rem;max-width:9rem}.ao-tpa-col--gm-email{min-width:7rem;max-width:11rem}.ao-tpa-col--gm-mobile{min-width:5.5rem;max-width:7.5rem}.ao-tpa-col--gm-portalUsername{min-width:6rem;max-width:9rem}.ao-tpa-col--gm-designation{min-width:5.5rem;max-width:8rem}.ao-tpa-col--gm-lastUpdated{min-width:6.5rem;max-width:9rem}.ao-tpa-col--gm-status{min-width:6.5rem;max-width:9.5rem}.ao-tpa-col--gm-actions{min-width:6rem;max-width:6.75rem;width:6.75rem}@media (max-width: 768px){.cgd-ga-mapping-toolbar,.cgd-ga-mapping-toolbar__left{flex-direction:column;align-items:stretch}.cgd-ga-mapping-toolbar__search{max-width:none}.cgd-ga-mapping-toolbar__export{margin-left:0;align-self:flex-end}}.location-picker{display:flex;flex-direction:column;gap:8px;height:100%}.location-picker__map{position:relative;width:100%;height:100%;min-height:96px;border-radius:8px;border:1px solid var(--color-border);overflow:hidden;z-index:0;flex:1}.location-picker__map-container{height:100%;width:100%}.location-picker-marker,.location-picker-marker-red{background:transparent;border:none}.location-picker-marker__dot{width:14px;height:14px;border-radius:50%;background:#0056b3;border:2px solid #fff;box-shadow:0 1px 4px #00000059}.location-picker-marker-red__dot{width:20px;height:20px;border-radius:50%;background:#ef4444;border:2px solid #fff;box-shadow:0 1px 4px #00000059}.location-picker__conflict-tooltip{font-size:11px;line-height:1.4;padding:2px 4px}.location-picker__conflict-tooltip-title{color:#ef4444;display:block;margin-bottom:3px}.location-picker__map--expanded{width:100%;height:min(70vh,560px);border-radius:12px}.location-picker__map .leaflet-control-attribution{font-size:9px}.location-picker__map-toolbar{position:absolute;top:6px;right:6px;z-index:500;display:flex;gap:4px}.location-picker__zoom-controls{position:absolute;top:6px;left:6px;z-index:500;display:flex;flex-direction:column;gap:4px}.location-picker__map-btn{width:26px;height:26px;border:none;border-radius:6px;background:#fffffff2;color:#0a2744;font-size:15px;font-weight:700;line-height:1;cursor:pointer;box-shadow:0 1px 4px #0000002e;display:inline-flex;align-items:center;justify-content:center}.location-picker__map-btn:hover{background:#fff}.location-picker__map-btn--popout,.location-picker__map-btn--popback{font-size:14px}.location-picker__coord-overlay{position:absolute;left:6px;bottom:6px;z-index:500;max-width:calc(100% - 12px);pointer-events:none}.location-picker__coord-box{display:flex;flex-direction:column;min-width:8.5rem;max-width:10.5rem;border-radius:6px;overflow:hidden;background:#fffffff7;border:1px solid rgba(0,86,179,.22);box-shadow:0 1px 4px #00000029}.location-picker__coord-line{display:flex;align-items:stretch;min-height:24px;border-bottom:1px solid rgba(0,86,179,.12)}.location-picker__coord-line:last-child{border-bottom:none}.location-picker__coord-key{display:inline-flex;align-items:center;justify-content:center;min-width:2.25rem;padding:0 6px;background:#0056b31f;color:var(--color-primary, #0056b3);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;flex-shrink:0;border-right:1px solid rgba(0,86,179,.14)}.location-picker__coord-val{display:inline-flex;align-items:center;flex:1;min-width:0;padding:0 8px;font-size:11px;font-weight:700;font-variant-numeric:tabular-nums;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.location-picker__coord-box--set{border-color:#0056b352}.location-picker__coord-box--set .location-picker__coord-key{background:#0056b329}.location-picker__coord-box--set .location-picker__coord-val{color:var(--color-primary, #0056b3);background:#0056b30a}.location-picker__map--expanded .location-picker__coord-box{min-width:9.5rem;max-width:11.5rem}.location-picker__map--expanded .location-picker__coord-val{font-size:12px}.location-picker__coords-row{display:grid;grid-template-columns:1fr 1fr;gap:8px}.location-picker__coords .form-group{margin-bottom:0}.location-picker__coords .form-label{font-size:.75rem;margin-bottom:4px}.location-picker__coords .form-input{height:34px;font-size:.8125rem;padding:0 8px}.location-picker-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box}.location-picker-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#07192f8c;cursor:pointer}.location-picker-modal__panel{position:relative;z-index:1;width:min(920px,100%);background:#fff;border-radius:14px;padding:12px;box-shadow:0 24px 60px #00000047}@media (max-width: 768px){.location-picker__coords-row{grid-template-columns:1fr}.location-picker-modal{padding:12px}.location-picker__map--expanded{height:min(62vh,480px)}}.address-location-block{display:flex;flex-direction:column;gap:0}.address-location-block__split-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:var(--space-4);align-items:stretch}.address-location-block__fields{display:flex;flex-direction:column;gap:var(--space-3);min-width:0}.address-location-block__region{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-3);align-items:start}.address-location-block__region .form-label{display:flex;align-items:center;height:18px;margin-bottom:6px;white-space:nowrap}.address-location-block__region .info-tooltip-trigger{width:14px;height:14px;font-size:10px;margin-left:4px;display:inline-flex;align-items:center;justify-content:center}.address-location-block__region .form-input,.address-location-block__region .form-select{height:34px;box-sizing:border-box}.address-location-block__fields .form-textarea{min-height:120px;resize:vertical}.address-location-block__map-panel{min-width:0;min-height:0;display:flex;flex-direction:column;align-self:stretch}.address-location-block__map-label{display:flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-medium);margin-bottom:var(--space-2);color:var(--color-text-secondary)}.address-location-block--entity-wizard .address-location-block__region .form-group,.address-location-block--entity-wizard .address-location-block__region>.form-group{margin-bottom:0}@media (max-width: 900px){.address-location-block--entity-wizard .address-location-block__split-main{gap:var(--space-4)}.address-location-block--entity-wizard .address-location-block__map-panel{min-height:280px}}.address-location-block__geo-error{margin-top:-4px}@media (max-width: 900px){.address-location-block__split-main{grid-template-columns:1fr}.address-location-block__map-panel{min-height:255px}}@media (max-width: 640px){.address-location-block__region{grid-template-columns:1fr}}@keyframes formValidationErrorGlow{0%{box-shadow:0 0 #ef4444b3;border-color:#ef4444}50%{box-shadow:0 0 0 10px #ef444400;border-color:#ef4444}to{box-shadow:0 0 #ef444400}}.error-highlight-flash{animation:formValidationErrorGlow 2s ease-out;border-color:#ef4444!important;background-color:#fee2e280!important;transition:background-color 2s ease-out,border-color 2s ease-out}.error-highlight-flash:focus-visible{outline:2px solid #ef4444;outline-offset:2px}.category-tab-panel{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:visible;background:var(--color-surface-card)}.category-tab-header{display:flex;flex-direction:column;align-items:stretch;background:var(--color-surface);border-radius:var(--radius-lg) var(--radius-lg) 0 0}.category-tab-title{display:flex;align-items:center;gap:var(--space-2);padding:var(--space-3) var(--space-4);border-bottom:1px solid var(--color-border-light)}.category-tab-title-label{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-text-link);white-space:nowrap}.category-tab-list{display:inline-flex;align-items:stretch;align-self:flex-start;padding:0 10px;border-bottom:1px solid var(--color-border, #e2e8f0)}.category-tab-btn{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:7px 14px;border:none;border-right:1px solid var(--color-border, #e2e8f0);background:transparent;color:var(--color-text-secondary, #64748b);font-size:.75rem;font-weight:600;cursor:pointer;transition:background .15s ease,color .15s ease;position:relative}.category-tab-btn:first-child{border-left:1px solid var(--color-border, #e2e8f0);border-top-left-radius:6px}.category-tab-btn:last-child{border-top-right-radius:6px}.category-tab-btn:hover:not(.active){background:#0a27440a;color:var(--color-primary, #0a2744)}.category-tab-btn.active{background:var(--color-surface, #fff);color:var(--color-primary, #0a2744);font-weight:700;margin-bottom:-1px;border-bottom:1px solid var(--color-surface, #fff);box-shadow:inset 0 2px 0 var(--color-primary, #0a2744)}.category-tab-header--split{flex-direction:row;align-items:center;justify-content:space-between;gap:12px}.category-tab-header--split .category-tab-title{border-bottom:none;padding-bottom:8px;flex:1 1 auto;min-width:0}.category-tab-list--end{align-self:center;margin-left:auto;flex:0 0 auto;border-bottom:none;padding:8px 12px 8px 0}.category-tab-list--end .category-tab-btn{border:1px solid var(--color-border, #e2e8f0);border-radius:6px;min-width:120px}.category-tab-list--end .category-tab-btn:first-child{border-left:1px solid var(--color-border, #e2e8f0);border-top-left-radius:6px}.category-tab-list--end .category-tab-btn:last-child{border-top-right-radius:6px}.category-tab-body{padding:var(--space-4)}.category-tab-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:var(--space-2)}.category-tab-placeholder{padding:14px 10px;border-radius:6px;border:1px dashed var(--color-border, #e2e8f0);background:#0a274405;color:var(--color-text-secondary, #64748b);font-size:.78rem;text-align:center;line-height:1.4}@media (max-width: 900px){.category-tab-list{width:100%;padding:0}.category-tab-btn{flex:1;border-left:none;border-radius:0}.category-tab-btn:first-child{border-left:none;border-top-left-radius:0}.category-tab-btn:last-child{border-top-right-radius:0}.category-tab-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 600px){.category-tab-grid{grid-template-columns:1fr}}.error-summary-panel{background:#fee2e266;border:1px solid rgba(239,68,68,.4);border-radius:8px;padding:16px;margin-bottom:24px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.error-summary-title{font-size:.95rem;font-weight:700;color:#b91c1c;margin-bottom:12px;display:flex;align-items:center;gap:8px}.error-summary-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.error-summary-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid rgba(239,68,68,.2);border-radius:6px;font-size:.85rem;color:#7f1d1d;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.error-summary-item:hover{background:#fef2f2;border-color:#ef444466;transform:translate(4px)}.error-summary-step-badge{background:#fee2e2;color:#b91c1c;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600}@keyframes errorGlow{0%{box-shadow:0 0 #ef4444b3;border-color:#ef4444}50%{box-shadow:0 0 0 10px #ef444400;border-color:#ef4444}to{box-shadow:0 0 #ef444400}}.error-highlight-flash{animation:errorGlow 2s ease-out;border-color:#ef4444!important;background-color:#fee2e280!important;transition:background-color 2s ease-out,border-color 2s ease-out}.otp-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a73;z-index:var(--z-modal, 700);display:flex;align-items:center;justify-content:center;padding:16px}.otp-modal{width:min(420px,100%);background:#fff;border-radius:10px;padding:20px;box-shadow:0 12px 40px #0f172a33}.otp-modal__title{display:inline-flex;align-items:center;gap:var(--space-2, 8px);margin:0 0 8px;font-size:1rem;color:var(--color-primary)}.otp-modal__subtitle{margin:0 0 14px;font-size:.8125rem;color:var(--color-text-secondary);line-height:1.4}.otp-modal__input{width:100%;margin-bottom:8px;letter-spacing:.2em;text-align:center;font-family:monospace}.otp-modal__actions{display:flex;gap:8px;justify-content:flex-end;margin-top:12px;flex-wrap:wrap}.password-toggle-btn{position:absolute;right:10px;top:28px;background:none;border:none;cursor:pointer;font-size:16px;color:var(--color-text-secondary)}.pan-verification-modal{width:min(480px,100%)}.pan-verification-modal__fields{display:flex;flex-direction:column;gap:4px}.pan-verification-modal__fields .form-group{margin-bottom:0}.pan-verification-modal__fields .form-input[readonly]{background-color:var(--color-surface, #f8fafc);color:var(--color-text-secondary, #64748b);cursor:default}.reg-producer-review-verify-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0;max-width:100%}.reg-producer-review-verify-row__content{flex:1;min-width:0}.reg-producer-review-verify-row .wizard-verify-btn--verified{flex-shrink:0}.reg-password-field-group{display:flex;flex-direction:column;margin-bottom:0}.reg-password-field-label{display:inline-flex;align-items:center;gap:2px;margin-bottom:0;flex-wrap:nowrap}.reg-password-field-wrap{position:relative;display:flex;align-items:center;margin-top:0}.reg-password-input{padding-right:40px;width:100%;margin-bottom:0}.reg-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--color-text-secondary);z-index:5;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:var(--radius-sm)}.reg-password-toggle svg{display:block}.reg-officer-section-title{font-size:.9375rem;font-weight:600;color:var(--color-primary);margin-bottom:8px;padding-bottom:6px;border-bottom:2px solid var(--color-border);display:flex;align-items:center;gap:8px;overflow:visible;position:relative;z-index:2}.reg-officer-section-title-label{display:inline-flex;align-items:center;gap:6px;overflow:visible}.reg-officer-section-title .info-tooltip-popup{z-index:5}.reg-officer-info-box{background:#0ea5e90f;border:1px solid rgba(14,165,233,.25);border-radius:8px;padding:8px 12px;font-size:.78rem;color:var(--color-text-secondary);margin-bottom:12px;display:flex;gap:8px;align-items:flex-start}.reg-officer-block{border:1px solid var(--color-border);border-radius:8px;padding:10px 12px;background:rgba(var(--color-primary-rgb),.03);margin-bottom:8px}.reg-officer-block-title{font-weight:600;font-size:.8125rem;color:var(--color-primary);margin-bottom:8px;display:flex;align-items:center;gap:6px;overflow:visible}.reg-officer-block-title--split{justify-content:space-between;width:100%}.reg-officer-block-title-main{display:flex;align-items:center;gap:6px}.reg-officer-badge{background:var(--color-primary);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;flex-shrink:0}.reg-officer-badge--secondary{background:var(--color-text-secondary)}.reg-officer-add-btn{background:#10b98114;border:1px dashed rgb(16,185,129);border-radius:6px;color:#10b981;padding:4px 10px;cursor:pointer;font-size:.75rem;font-weight:600}.reg-officer-remove-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none;border-radius:6px;background:transparent;color:#dc2626;cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease}.reg-officer-remove-btn:hover{background:#dc262614;color:#b91c1c}.reg-officer-remove-btn:focus-visible{outline:2px solid #f87171;outline-offset:2px}.reg-officer-secondary-fields{margin-top:12px}.reg-officer-info-box--compact{margin:4px 18px;font-size:.75rem}@media (max-width: 900px){.reg-officer-identity-row{grid-template-columns:1fr 1fr}}@media (max-width: 640px){.reg-officer-identity-row{grid-template-columns:1fr}}@keyframes reg-success-modal-fade-in{0%{opacity:0}to{opacity:1}}@keyframes reg-success-modal-scale-up{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.reg-success-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172aa6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;animation:reg-success-modal-fade-in .3s ease-out forwards}.reg-success-modal{width:min(640px,100%);max-height:90vh;overflow-y:auto;background:#fff;border-radius:16px;border:1px solid rgba(22,163,74,.25);box-shadow:0 24px 60px #0f172a40,0 0 80px #16a34a1a;display:flex;flex-direction:column;gap:24px;animation:reg-success-modal-scale-up .35s cubic-bezier(.34,1.56,.64,1) forwards;box-sizing:border-box}.reg-success-modal__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px}.reg-success-modal__icon{width:72px;height:72px;border-radius:50%;background:#16a34a14;color:#16a34a;display:flex;align-items:center;justify-content:center;font-size:2.5rem;box-shadow:0 8px 24px #16a34a26;border:1px solid rgba(22,163,74,.2)}.reg-success-modal__title{font-size:1.6rem;font-weight:800;color:#0f172a;margin:0;letter-spacing:-.02em}.reg-success-modal__subtitle{font-size:.875rem;color:#64748b;margin:0;line-height:1.6;max-width:480px}.reg-success-modal__section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:20px;box-sizing:border-box}.reg-success-modal__section-title{font-size:.95rem;font-weight:700;color:#0f172a;margin:0 0 16px;display:flex;align-items:center;gap:8px;border-bottom:1px solid #e2e8f0;padding-bottom:8px}.reg-success-modal__info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px}.reg-success-modal__info-item{display:flex;flex-direction:column;gap:4px}.reg-success-modal__info-label{font-size:.725rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.reg-success-modal__info-value{font-size:.875rem;color:#334155;font-weight:600}.reg-success-modal__info-value--mono{font-family:monospace}.reg-success-modal__info-value--mono-success{font-family:monospace;color:#16a34a}.reg-success-modal__officers-list{display:flex;flex-direction:column;gap:12px}.reg-success-modal__officer-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 16px;display:flex;flex-direction:column;gap:4px;box-sizing:border-box}.reg-success-modal__officer-header{display:flex;justify-content:space-between;align-items:center}.reg-success-modal__officer-name{font-weight:700;font-size:.9rem;color:#1e293b}.reg-success-modal__officer-badge{font-size:.7rem;font-weight:700;padding:2px 8px;border-radius:4px;text-transform:uppercase}.reg-success-modal__officer-badge--primary{background:#16a34a14;color:#16a34a}.reg-success-modal__officer-badge--secondary{background:#f1f5f9;color:#64748b}.reg-success-modal__officer-contacts{display:flex;flex-wrap:wrap;gap:16px;margin-top:4px}.reg-success-modal__officer-contact-label{font-size:.65rem}.reg-success-modal__officer-contact-value{font-size:.8rem;font-weight:500}.reg-success-modal__next-steps{background:#16a34a08;border:1px dashed rgba(22,163,74,.25);border-radius:12px;padding:20px;box-sizing:border-box}.reg-success-modal__next-steps-title{font-size:.9rem;font-weight:700;color:#15803d;margin:0 0 8px;display:flex;align-items:center;gap:8px}.reg-success-modal__next-steps-list{margin:0;padding-left:20px;font-size:.85rem;color:#334155;display:flex;flex-direction:column;gap:8px;line-height:1.5}.reg-success-modal__action-btn{width:100%;padding:14px 24px;background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #16a34a40;transition:transform .15s ease,box-shadow .15s ease;display:flex;align-items:center;justify-content:center;gap:8px}.reg-success-modal__action-btn:hover{transform:translateY(-1px);box-shadow:0 10px 24px #16a34a59}.reg-success-modal__action-btn:active{transform:translateY(0)}@keyframes reg-producer-fade-in{0%{opacity:0}to{opacity:1}}@keyframes reg-producer-spin{to{transform:rotate(360deg)}}.reg-producer-section-title{font-size:.9375rem;font-weight:600;color:var(--color-primary);margin-bottom:8px;padding-bottom:6px;border-bottom:2px solid var(--color-border);display:flex;align-items:center;justify-content:flex-start;text-align:left;width:100%;gap:8px;overflow:visible;position:relative;z-index:2}.reg-producer-section-title-label{display:inline-flex;align-items:center;gap:8px;overflow:visible}.reg-producer-section-title .info-tooltip-popup{z-index:5}.reg-producer-info-box{background:#0ea5e90f;border:1px solid rgba(14,165,233,.25);border-radius:8px;padding:8px 12px;font-size:.78rem;color:var(--color-text-secondary);margin-bottom:12px;display:flex;gap:8px;align-items:flex-start}.reg-producer-officer-block{border:1px solid var(--color-border);border-radius:8px;padding:10px 12px;background:rgba(var(--color-primary-rgb),.03);margin-bottom:8px}.reg-producer-promoter-row{border:1px solid var(--color-border);border-radius:8px;padding:10px 12px;margin-bottom:8px;position:relative;background:var(--color-surface)}.reg-producer-remove-btn{position:absolute;top:12px;right:12px;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:6px;color:#ef4444;cursor:pointer;font-size:.75rem;padding:3px 8px}.reg-producer-add-btn{display:inline-flex;align-items:center;gap:6px;background:rgba(var(--color-primary-rgb),.08);border:1px dashed var(--color-primary);border-radius:8px;color:var(--color-primary);padding:8px 16px;cursor:pointer;font-size:.875rem;font-weight:500;margin-top:8px}.reg-producer-add-btn--spaced{margin-bottom:24px}.reg-producer-bank-card{background:linear-gradient(135deg,#1e3a8a0f,#2563eb08);border:1px solid rgba(30,58,138,.15);border-radius:8px;padding:12px 14px;margin-bottom:10px}.reg-producer-bank-card__title{font-weight:700;font-size:.9rem;color:var(--color-primary);margin-bottom:16px;display:flex;align-items:center;gap:6px}.reg-producer-bank-note{background:#16a34a0f;border:1px solid rgba(22,163,74,.2);border-radius:8px;padding:10px 14px;font-size:.78rem;color:var(--color-text-secondary);margin-top:16px;display:flex;gap:8px}.reg-producer-doc-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);margin-bottom:8px}.reg-producer-doc-item--mandatory{border-color:#ef444433;background:#ef44440a}.reg-producer-doc-label{flex:1;font-size:.875rem;color:var(--color-text-primary)}.reg-producer-doc-badge{font-size:.7rem;padding:2px 8px;border-radius:20px;font-weight:600;background:#6b72801a;color:#6b7280}.reg-producer-doc-badge--mandatory{background:#ef44441f;color:#dc2626}.reg-producer-summary-section{border:1px solid var(--color-border);border-radius:10px;padding:16px;margin-bottom:16px}.reg-producer-summary-section-title{font-size:.8rem;font-weight:700;color:var(--color-primary);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-border);padding-bottom:8px;margin-bottom:12px;display:flex;align-items:center;gap:6px}.reg-producer-summary-section-title--with-code{justify-content:space-between;gap:12px}.reg-producer-summary-section-title__main{display:inline-flex;align-items:center;gap:6px;min-width:0}.reg-producer-sampurn-code{display:flex;flex-direction:column;align-items:flex-end;gap:2px;margin-left:auto;text-align:right;flex-shrink:0}.reg-producer-sampurn-code__label{font-size:.625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-secondary, #64748b)}.reg-producer-sampurn-code__value{font-size:.875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--color-primary);font-family:monospace}.reg-producer-sampurn-code__value--unavailable{color:#b45309}.reg-producer-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;font-size:.875rem;min-width:0;max-width:100%}.reg-producer-review-label{color:#64748b;margin-bottom:3px;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;opacity:.85}.reg-producer-review-value{font-size:1.05rem;font-weight:600;color:#0f172a;word-break:break-word;line-height:1.35}.reg-producer-review-span-2{grid-column:span 2}@media (max-width: 640px){.reg-producer-review-grid{grid-template-columns:1fr}.reg-producer-review-span-2{grid-column:span 1}}.reg-producer-declaration-box{display:flex;align-items:flex-start;gap:10px;margin:20px 0;padding:14px;border:1px solid rgba(234,179,8,.35);background:#eab3080d;border-radius:8px}.reg-producer-declaration-checkbox{margin-top:3px;cursor:pointer;flex-shrink:0}.reg-producer-declaration-label{font-size:.8rem;cursor:pointer;font-weight:500;line-height:1.5}.reg-producer-draft-aside{min-width:0;max-width:100%;flex:1 1 auto;padding:8px 12px;background:linear-gradient(135deg,#7c3aed14,#7c3aed0a);border:1px solid rgba(124,58,237,.3);border-radius:10px;text-align:left}.reg-producer-draft-aside-row{display:flex;align-items:flex-start;gap:10px}.reg-producer-draft-aside-title{font-weight:600;font-size:.78rem;color:var(--color-text-primary);display:flex;align-items:center;gap:5px;flex-shrink:0;line-height:1.3;padding-top:1px}.reg-producer-draft-aside-info{display:flex;flex-direction:column;align-items:flex-start;min-width:0;flex:0 1 auto}.reg-producer-draft-aside-icons{display:flex;align-items:flex-start;gap:5px;margin-left:auto;flex-shrink:0}.reg-producer-draft-aside-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border-radius:6px;cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease}.reg-producer-draft-aside-icon-btn--primary{border:none;background:#7c3aed;color:#fff}.reg-producer-draft-aside-icon-btn--secondary{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-secondary)}.reg-producer-draft-aside-code{font-family:monospace;font-weight:700;color:#7c3aed;background:#7c3aed1a;padding:1px 6px;border-radius:4px;font-size:.72rem;display:inline-block;line-height:1.35;word-break:break-all}.reg-producer-draft-aside-meta{font-size:.68rem;color:var(--color-text-secondary);margin-top:3px;line-height:1.3;text-align:left}.reg-producer-draft-saving{position:fixed;bottom:24px;right:24px;background:#7c3aede6;color:#fff;padding:8px 16px;border-radius:20px;font-size:.78rem;font-weight:600;z-index:1000;display:flex;align-items:center;gap:6px;box-shadow:0 4px 12px #7c3aed4d;animation:reg-producer-fade-in .2s ease}.reg-producer-draft-saving__icon{animation:reg-producer-spin 1s linear infinite;display:inline-block}.reg-producer-error-banner{margin:0 12px 10px;display:block}.reg-producer-promoter-error{margin:0 0 12px;padding:10px 14px;background:#ef44440f;border:1px solid rgba(239,68,68,.2);border-radius:8px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:8px;color:#dc2626}.reg-producer-promoter-index{font-weight:600;font-size:.85rem;color:var(--color-text-secondary);margin-bottom:12px}.reg-producer-promoter-field-no-margin .form-group{margin-bottom:0}.reg-producer-shareholding-panel{padding:20px;background:#fff6;border:1px solid var(--color-border);border-radius:12px;margin-top:20px}.reg-producer-shareholding-panel__title{font-size:.95rem;font-weight:700;color:var(--color-text-primary);margin-bottom:8px;display:flex;align-items:center;gap:6px}.reg-producer-shareholding-panel__desc{font-size:.8rem;color:var(--color-text-secondary);margin-bottom:16px;line-height:1.4}.reg-producer-shareholding-upload-row{display:flex;align-items:center;gap:12px}.reg-producer-shareholding-chip{margin-top:4px}.reg-producer-doc-checklist{display:flex;flex-direction:column;gap:16px;margin-top:20px}.reg-producer-doc-card{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;padding:16px 20px;border-radius:12px;border:1px solid var(--color-border);background:var(--color-surface);transition:all .2s ease}.reg-producer-doc-card--uploaded{border-color:#22c55e4d;background:#22c55e05}.reg-producer-doc-card__main{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0}.reg-producer-doc-card__icon{font-size:1.75rem;line-height:1}.reg-producer-doc-card__title-row{display:flex;align-items:center;gap:8px}.reg-producer-doc-card__name{font-weight:700;color:var(--color-text-primary)}.reg-producer-doc-card__desc{font-size:.8rem;color:var(--color-text-secondary);margin-top:4px}.reg-producer-doc-uploaded{display:inline-flex;align-items:center;gap:6px;margin-top:6px;font-size:.8rem;color:var(--color-success, #16a34a);font-weight:600}.reg-producer-doc-uploaded__file{font-family:monospace;text-decoration:underline}.reg-producer-doc-pending{display:inline-flex;align-items:center;gap:6px;margin-top:6px;font-size:.8rem;color:var(--color-warning, #d97706);font-weight:600}.reg-producer-doc-actions{display:flex;gap:10px;align-items:center}.reg-producer-doc-action-btn{display:flex;align-items:center;gap:4px}.reg-producer-review-category{display:flex;align-items:center;gap:10px}.reg-producer-review-category__icon{font-size:1.5rem}.reg-producer-review-category__label{font-weight:700;color:var(--color-text-primary)}.reg-producer-review-category__desc{font-size:.8rem;color:var(--color-text-secondary)}.reg-producer-review-officer-line{font-size:.875rem;margin-bottom:4px}.reg-producer-review-officer-block{margin-bottom:16px}.reg-producer-review-officer-block:last-child{margin-bottom:0}.reg-producer-review-officer-block__title{font-size:.875rem;font-weight:700;color:var(--color-text-primary);margin-bottom:8px}.reg-producer-review-promoter-line{font-size:.875rem;margin-bottom:4px}.reg-producer-shareholding-uploaded-banner{font-size:.825rem;color:var(--color-success, #16a34a);margin-top:8px;padding:6px 12px;background:#22c55e08;border:1px solid rgba(34,197,94,.15);border-radius:6px;display:inline-flex;align-items:center;gap:6px}.reg-producer-other-entities-toggle{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between}.reg-producer-other-entities-toggle__main{display:flex;align-items:center;gap:8px}.reg-producer-other-entities-toggle__chevron{font-size:.8rem;color:var(--color-primary)}.reg-producer-submitted-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10000;isolation:isolate;display:flex;align-items:center;justify-content:center;padding:16px}body.reg-producer-success-modal-open .turnstile-widget,body.reg-producer-success-modal-open .info-tooltip,body.reg-producer-success-modal-open .ga-dropdown-menu--portal{visibility:hidden!important;pointer-events:none!important}.reg-producer-submitted-modal{background:var(--color-surface-card, #fff);border-radius:20px;max-width:520px;width:100%;text-align:center;box-shadow:0 24px 60px #0f172a33;border:1px solid var(--color-border)}.reg-producer-submitted-modal--scrollable{display:flex;flex-direction:column;max-height:calc(100dvh - 32px);max-height:calc(100vh - 32px);overflow:hidden;padding:0}.reg-producer-submitted-modal__header{flex-shrink:0;padding:24px 28px 16px;border-bottom:1px solid var(--color-border);background:var(--color-surface-card, #fff);border-radius:20px 20px 0 0}.reg-producer-submitted-modal__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:20px 28px;text-align:left;-webkit-overflow-scrolling:touch}.reg-producer-submitted-modal__footer{flex-shrink:0;padding:16px 28px 24px;border-top:1px solid var(--color-border);background:var(--color-surface-card, #fff);border-radius:0 0 20px 20px}.reg-producer-submitted-icon-wrap{width:80px;height:80px;border-radius:50%;background:#22c55e1a;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:2.5rem}.reg-producer-submitted-title{display:inline-flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap;font-size:1.75rem;font-weight:800;margin:0 0 8px;color:var(--color-success, #22c55e);text-align:center;width:100%}.reg-producer-submitted-title__emoji{font-size:1.75rem;line-height:1}.reg-producer-submitted-subtitle{font-size:.95rem;color:var(--color-text-secondary, #64748b);margin:0;line-height:1.5;text-align:center}.reg-producer-submitted-details{margin-top:24px;padding:16px 20px;background:var(--color-surface, #f8fafc);border-radius:12px;border:1px solid var(--color-border);text-align:left}.reg-producer-submitted-details--flush{margin-top:0}.reg-producer-submitted-detail-row{display:flex;justify-content:space-between;border-bottom:1px solid var(--color-border);padding-bottom:8px;margin-bottom:8px}.reg-producer-submitted-detail-row--last{border-bottom:none;margin-bottom:0;padding-bottom:0}.reg-producer-submitted-detail-label{font-size:.8rem;color:var(--color-text-secondary);font-weight:600}.reg-producer-submitted-detail-value{font-size:.85rem;font-weight:700}.reg-producer-submitted-detail-value--mono{font-family:monospace;color:var(--color-primary)}.reg-producer-submitted-detail-value--warning{color:var(--color-warning)}.reg-producer-submitted-actions{margin-top:24px;display:flex;flex-direction:column;gap:10px}.reg-producer-submitted-login-btn{width:100%;padding:14px 24px;background:linear-gradient(135deg,var(--color-primary, #10b981),#059669);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 8px 20px #22c55e33;display:flex;align-items:center;justify-content:center;gap:8px}.reg-producer-submitted-info-box{background:#3b82f60d;border:1px dashed rgba(59,130,246,.3);border-radius:12px;padding:16px;font-size:.85rem;color:var(--color-text-secondary);line-height:1.4;text-align:left;width:100%;box-sizing:border-box}.reg-producer-submitted-modal__body .reg-producer-submitted-info-box{margin-top:16px}.reg-producer-submitted-modal--expanded{max-width:640px}.reg-producer-submitted-section{margin-top:24px;text-align:left}.reg-producer-submitted-section--last{margin-bottom:0}.reg-producer-submitted-section-title{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:700;color:var(--color-primary, #1e3a5f);padding-bottom:12px;margin-bottom:12px;border-bottom:1px solid var(--color-border)}.reg-producer-submitted-person-list{display:flex;flex-direction:column;gap:12px}.reg-producer-submitted-person-card{border:1px solid var(--color-border);border-radius:12px;padding:16px 18px;background:var(--color-surface-card, #fff)}.reg-producer-submitted-person-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.reg-producer-submitted-person-card__name{font-size:1.1rem;font-weight:700;color:var(--color-text-primary, #0f172a)}.reg-producer-submitted-person-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;background:#22c55e1f;color:#15803d;font-size:.68rem;font-weight:700;letter-spacing:.04em;white-space:nowrap}.reg-producer-submitted-person-card__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.reg-producer-submitted-person-card__label{font-size:.68rem;font-weight:700;letter-spacing:.05em;color:var(--color-text-secondary, #64748b);margin-bottom:4px}.reg-producer-submitted-person-card__value{font-size:.92rem;color:var(--color-text-primary, #0f172a);word-break:break-word}.reg-producer-submitted-info-box--left{margin-top:0}@media (max-width: 640px){.reg-producer-submitted-overlay{padding:12px}.reg-producer-submitted-modal--scrollable{max-height:calc(100dvh - 24px);max-height:calc(100vh - 24px)}.reg-producer-submitted-modal__header,.reg-producer-submitted-modal__body,.reg-producer-submitted-modal__footer{padding-left:20px;padding-right:20px}.reg-producer-submitted-title,.reg-producer-submitted-title__emoji{font-size:1.45rem}.reg-producer-submitted-person-card__grid{grid-template-columns:1fr}.reg-producer-submitted-person-card__header{flex-direction:column;align-items:flex-start}}.reg-producer-doc-card:not(.reg-producer-doc-card--uploaded){background:#ef444405;border-color:#ef44441a;box-shadow:0 2px 4px #00000003}.reg-field-input--mono-spaced .form-input{letter-spacing:2px;font-family:monospace}.reg-field-input--mono-ifsc .form-input{text-transform:uppercase;font-family:monospace;letter-spacing:1px}.form-input.reg-field-input--readonly{background:#f8fafc;color:#475569;cursor:default}.reg-hint-success{color:var(--color-success, #15803d)}.reg-hint-warning{color:var(--color-warning, #d97706);font-weight:500}.reg-form-error-spaced{margin-top:8px;display:block}.reg-producer-lock-banner{border-radius:12px;padding:14px 16px;margin-bottom:16px;font-size:.875rem;line-height:1.5;text-align:left}.reg-producer-lock-banner strong{display:block;font-size:.9375rem;margin-bottom:6px}.reg-producer-lock-banner p{margin:0 0 6px}.reg-producer-lock-banner p:last-child{margin-bottom:0}.reg-producer-lock-banner--locked{background:#eab30814;border:1px solid rgba(234,179,8,.35);color:var(--color-text-primary)}.reg-producer-lock-banner--editable{background:#3b82f60f;border:1px solid rgba(59,130,246,.3);color:var(--color-text-primary)}.reg-producer-lock-banner__query{font-style:italic;white-space:pre-wrap}.reg-producer-lock-banner__meta{font-size:.8125rem;color:var(--color-text-secondary)}.reg-producer-duplicate-pan-banner{background:#eab3081a;border:1px solid rgba(234,179,8,.4);border-radius:10px;padding:12px 14px;margin-bottom:12px;font-size:.875rem;text-align:left}.reg-producer-duplicate-pan-banner strong{display:block;margin-bottom:4px}.reg-producer-duplicate-pan-banner p{margin:0;color:var(--color-text-secondary)}.reg-producer-promoter-row--duplicate-pan{border-color:#eab30873;background:#eab3080a}.reg-producer-duplicate-pan-chip{display:inline-block;margin-left:8px;padding:2px 8px;border-radius:999px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;background:#eab30826;color:#b45309;vertical-align:middle}.reg-producer-duplicate-pan-chip--inline{margin-left:6px}.reg-producer-section-desc{margin-bottom:1.5rem;color:#4b5563}.ga-mapping-field{position:relative;margin-bottom:2rem}.ga-mapping-field .form-label{font-weight:600;color:#374151}.ga-multi-select-trigger{display:flex;justify-content:space-between;align-items:flex-start;cursor:pointer;height:auto!important;min-height:44px;max-height:140px;overflow-y:auto;padding:8px 12px;background:#fff;border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box}.ga-multi-select-trigger.error{border:1.5px solid #ef4444}.ga-multi-select-trigger__values{display:flex;flex-wrap:wrap;gap:6px;flex:1 1 auto;min-width:0}.ga-multi-select-trigger__placeholder{color:#9ca3af}.ga-multi-select-trigger__chevron{transition:transform .2s;color:#6b7280;margin-top:4px}.ga-multi-select-trigger__chevron--open{transform:rotate(180deg)}.ga-selected-pill{display:inline-flex;align-items:center;gap:4px;background:#e0f2fe;color:#0369a1;padding:2px 8px;border-radius:4px;font-size:.875rem;font-weight:500;border:1px solid #bae6fd}.ga-selected-pill__remove{font-weight:700;cursor:pointer;margin-left:4px}.ga-dropdown-menu{background:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;overflow-y:auto;padding:8px}.ga-dropdown-menu--portal{position:fixed;z-index:9999}.ga-dropdown-menu__search{margin-bottom:8px;width:100%;min-height:34px;font-size:.875rem}.ga-dropdown-menu__options{display:flex;flex-direction:column;gap:4px}.ga-dropdown-menu__empty{padding:8px;color:#9ca3af;text-align:center;font-size:.875rem}.ga-dropdown-option{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:4px;cursor:pointer;transition:background-color .15s}.ga-dropdown-option--checked{background:#f0fdf4}.ga-dropdown-option--checked:hover{background:#dcfce7}.ga-dropdown-option:not(.ga-dropdown-option--checked):hover{background:#f3f4f6}.ga-dropdown-option__checkbox{cursor:pointer}.ga-dropdown-option__label{font-size:.875rem;color:#1f2937}.ga-dropdown-option__value{color:#6b7280;font-size:.75rem}.ga-picker{margin-bottom:2rem}.ga-picker .form-label{font-weight:600;color:#374151;margin-bottom:12px}.ga-picker__columns{display:grid;grid-template-columns:1fr 1fr;gap:16px;align-items:stretch}.ga-picker__column{min-width:0}.ga-picker__column--selected{display:flex;flex-direction:column;border:1px solid #e5e7eb;border-radius:8px;background:#f9fafb;padding:10px 12px;min-height:280px}.ga-picker__selected-toolbar{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-bottom:8px;flex-shrink:0}.ga-picker__selected-heading{font-size:.8125rem;font-weight:600;color:#374151}.ga-picker__selected{display:flex;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;gap:6px;flex:1;overflow-y:auto;max-height:320px}.ga-picker__selected-empty{margin:0;font-size:.8125rem;color:#9ca3af;line-height:1.4}.ga-picker .ga-selected-pill{font-size:.75rem;padding:1px 6px;gap:2px}.ga-picker__clear{background:none;border:none;color:#0369a1;font-size:.75rem;font-weight:500;cursor:pointer;padding:2px 4px;text-decoration:underline;flex-shrink:0}.ga-picker__clear:hover{color:#0c4a6e}.ga-picker__panel{width:100%;height:100%;min-height:280px;display:flex;flex-direction:column;border:1px solid #d1d5db;border-radius:8px;background:#fff;overflow:hidden}@media (max-width: 768px){.ga-picker__columns{grid-template-columns:1fr}.ga-picker__column--selected{min-height:auto}.ga-picker__panel{min-height:240px}.ga-picker__selected{max-height:none}}.ga-picker__panel--error{border-color:#ef4444}.ga-picker__search{width:100%;border:none;border-bottom:1px solid #e5e7eb;border-radius:0;min-height:42px;padding:8px 12px;font-size:.875rem}.ga-picker__search:focus{outline:none;box-shadow:inset 0 0 0 2px #0369a126}.ga-picker__list{flex:1;max-height:none;overflow-y:auto;padding:4px}.ga-picker__empty{padding:16px 12px;color:#9ca3af;text-align:center;font-size:.875rem}.ga-picker__option{display:flex;align-items:center;gap:10px;padding:5px 10px;border-radius:6px;cursor:pointer;transition:background-color .15s}.ga-picker__option--checked{background:#f0fdf4}.ga-picker__option--checked:hover{background:#dcfce7}.ga-picker__option:not(.ga-picker__option--checked):hover{background:#f9fafb}.ga-picker__option-checkbox{cursor:pointer;flex-shrink:0}.ga-picker__option-text{display:flex;align-items:baseline;flex-wrap:nowrap;min-width:0;font-size:.875rem;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ga-picker__option-id{color:#374151;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:600;flex-shrink:0}.ga-picker__option-separator{color:#9ca3af;flex-shrink:0}.ga-picker__option-name{color:#1f2937;overflow:hidden;text-overflow:ellipsis}.ga-selected-pill__remove{background:none;border:none;font-weight:700;cursor:pointer;margin-left:2px;padding:0 2px;color:inherit;line-height:1;font-size:.85em}.ga-selected-pill__label{white-space:nowrap}.ga-selected-pill__ellipsis{background:none;border:none;padding:0;margin:0;color:inherit;font-size:inherit;font-weight:600;cursor:help;line-height:1;position:relative}.ga-selected-pill__ellipsis:after{content:attr(data-full-name);position:absolute;left:50%;bottom:calc(100% + 6px);transform:translate(-50%);padding:4px 8px;background:#1f2937;color:#fff;font-size:.6875rem;font-weight:400;line-height:1.3;white-space:nowrap;border-radius:4px;box-shadow:0 2px 8px #00000026;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s,visibility .15s;z-index:20}.ga-selected-pill__ellipsis:hover:after,.ga-selected-pill__ellipsis:focus-visible:after,.ga-selected-pill__ellipsis:active:after{opacity:1;visibility:visible}.ga-selected-pill__ellipsis:hover,.ga-selected-pill__ellipsis:focus-visible{text-decoration:underline}.ga-selected-pill__ellipsis:focus-visible{outline:2px solid #0369a1;outline-offset:1px;border-radius:2px}.topbar-title-block{display:flex;flex-direction:column;gap:.125rem;min-width:0}.topbar-title{font-size:1.25rem;font-weight:var(--font-bold);color:var(--color-primary);min-width:0;margin:0;line-height:1.2}.topbar-title .wizard-panel__title{margin:0;font-size:inherit;font-weight:inherit;color:inherit;line-height:inherit}.topbar-title .info-tooltip-popup--portal{max-width:min(420px,calc(100vw - 24px))}.topbar-subtitle{margin:0;font-size:.8125rem;font-weight:var(--font-medium, 500);color:var(--color-primary);line-height:1.2;display:flex;flex-direction:row;align-items:center;gap:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.topbar-subtitle__label{color:var(--color-text-secondary, #64748b);font-weight:400}.topbar-subtitle__name{margin-bottom:var(--space-1);color:var(--color-text-primary, #0f172a);font-size:var(--text-sm);font-weight:700}.topbar-subtitle__code{margin-bottom:var(--space-1);color:var(--color-text-primary, #0f172a);font-size:var(--text-sm);font-weight:600}.topbar--with-subtitle{height:auto;min-height:var(--topbar-height);padding-top:.625rem;padding-bottom:.625rem}.topbar-title__mobile{display:none}@media (max-width: 1024px){.topbar-title__full{display:none}.topbar-title__mobile{display:inline}}.topbar-govt-labels{display:flex;align-items:center;gap:8px;font-size:var(--text-sm)}.topbar-govt-label{font-weight:var(--font-semibold)}.topbar-govt-label--secondary{color:var(--color-text-secondary)}.topbar-govt-label--primary{color:var(--color-primary)}.topbar-govt-separator{color:var(--color-border)}.sidebar-portal-brand-wrap{flex-shrink:0;padding:var(--space-4, 1rem) var(--space-4, 1rem) var(--space-2, .5rem)}.sidebar-portal-brand{display:block;font-size:11px;font-weight:700;letter-spacing:.08em;color:#ffffff8c;text-transform:uppercase}.sidebar-logo-img{width:32px;height:32px;object-fit:contain;margin-right:8px;flex-shrink:0}.sidebar.collapsed .sidebar-logo-img{margin-right:0}.sidebar .sidebar-nav{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-bottom:20px}.sidebar-producer-groups{display:flex;flex-direction:column;gap:15px}.sidebar-nav-group-title{font-size:10px;font-weight:700;color:#fff6;text-transform:uppercase;padding:0 16px;margin-bottom:6px;letter-spacing:.5px}.sidebar-nav-list{list-style:none;padding:0;margin:0}.sidebar-nav-divider{height:1px;background:#ffffff1a;margin:4px 8px}.sidebar-link-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:10px;flex-shrink:0}.sidebar .sidebar-nav-list .sidebar-link{display:flex;align-items:center;width:100%;padding:var(--space-3) var(--space-4);padding-left:12px;border-left:4px solid transparent;border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-border);text-decoration:none;transition:all var(--transition-fast);cursor:pointer;white-space:normal;box-sizing:border-box}.sidebar .sidebar-nav-list .sidebar-link:hover{text-decoration:none;background-color:#ffffff14;color:var(--color-text-inverse)}.sidebar .sidebar-nav-list .sidebar-link.active{background-color:#ffffff26;color:var(--color-text-inverse);border-left-color:#f5a623;box-shadow:none;font-weight:var(--font-semibold)}.sidebar.collapsed .sidebar-nav-list .sidebar-link{justify-content:center;padding:var(--space-3) 0}.sidebar.collapsed .sidebar-nav-list .sidebar-link.active{border-left-color:#f5a623;box-shadow:none}.sidebar-footer .user-badge--collapsed{margin-bottom:0}.sidebar-footer .user-badge:not(.user-badge--collapsed){margin-bottom:12px}.user-name--sidebar-truncate{max-width:140px}.sidebar-logout-btn{width:100%;background:#d32f2f1a;border:none;color:var(--color-danger);text-align:left;padding:8px 12px;margin-top:8px}.app-shell{margin-top:0}.app-shell .page-container{padding-top:calc(var(--topbar-height, 64px) + var(--space-4, 1rem))}.app-shell-sidebar-backdrop{display:none;position:fixed;inset:var(--portal-chrome-height, 0px) 0 0 0;background:#0f172a73;z-index:calc(var(--z-sidebar, 100) - 1);border:none;padding:0;cursor:pointer}.app-shell--mobile-nav-open .app-shell-sidebar-backdrop{display:block}@media (max-width: 1024px){.app-shell .main-content,.app-shell .main-content.collapsed{padding-left:0;padding-top:0}.app-shell .topbar,.app-shell .topbar.collapsed{position:relative!important;top:auto!important;left:0!important;right:auto;width:100%;z-index:var(--z-topbar, 90)}.app-shell .page-container{padding-left:var(--space-4);padding-right:var(--space-4);padding-bottom:var(--space-4);padding-top:var(--space-3)}.app-shell .sidebar{transform:translate(-110%);transition:transform .24s ease;width:min(280px,88vw);max-width:280px;z-index:var(--z-sidebar, 100)}.app-shell .sidebar.collapsed{width:min(280px,88vw)}.app-shell .sidebar.is-open{transform:translate(0);box-shadow:4px 0 24px #00000038}}@media (max-width: 480px){.app-shell .page-container{padding-left:var(--space-3);padding-right:var(--space-3);padding-bottom:var(--space-3);padding-top:var(--space-2)}.app-shell .topbar{padding:0 var(--space-4)}.app-shell .topbar-title{font-size:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.app-shell .topbar-subtitle{font-size:.75rem}}@media (min-width: 1025px){.app-shell-sidebar-backdrop{display:none!important}.app-shell--sidebar-collapsed .sidebar,.app-shell .sidebar.collapsed{width:var(--sidebar-width-collapsed)}.app-shell--sidebar-collapsed .main-content,.app-shell .main-content.collapsed{padding-left:var(--sidebar-width-collapsed)}.app-shell--sidebar-collapsed .topbar,.app-shell .topbar.collapsed{left:var(--sidebar-width-collapsed)}}.producer-app-shell.gp-root{width:100%;max-width:100%}.producer-app-shell .main-content{padding-top:0;min-width:0}.producer-app-shell.gp-dashboard-root .page-container,.producer-app-shell.gp-dashboard-root .producer-app-shell__content{max-width:none;width:100%;min-width:0;margin:0;flex:1;display:flex;flex-direction:column;padding-left:32px;padding-right:32px;padding-bottom:24px;box-sizing:border-box}.producer-app-shell .portal-dashboard-footer--app-shell{width:100%;max-width:100%}@media (max-width: 1024px){.producer-app-shell.gp-dashboard-root .page-container,.producer-app-shell.gp-dashboard-root .producer-app-shell__content{padding-left:var(--space-4);padding-right:var(--space-4)}}@media (max-width: 768px){.producer-app-shell .topbar--has-actions{display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;gap:10px;height:auto;min-height:var(--topbar-height);padding-top:10px;padding-bottom:10px}.producer-app-shell .topbar-left,.producer-app-shell .topbar-right{min-width:0;width:100%}.producer-app-shell .topbar-left{align-items:flex-start;gap:10px}.producer-app-shell .topbar-title-block{flex:1 1 auto;min-width:0}.producer-app-shell .topbar-title{overflow:visible;text-overflow:clip;white-space:normal;overflow-wrap:anywhere}.producer-app-shell .topbar-subtitle{display:flex;flex-wrap:wrap;gap:3px 5px;overflow:visible;text-overflow:clip;white-space:normal;line-height:1.35}.producer-app-shell .topbar-subtitle__name,.producer-app-shell .topbar-subtitle__code{margin-bottom:0;min-width:0;overflow-wrap:anywhere}.producer-app-shell .topbar-right{justify-content:stretch;gap:8px;padding-left:calc(var(--text-xl, 1.25rem) + (var(--space-2, .5rem) * 2) + 10px)}.producer-app-shell.gp-dashboard-root .page-container,.producer-app-shell.gp-dashboard-root .producer-app-shell__content{padding-left:16px;padding-right:16px}}@media (max-width: 480px){.producer-app-shell .topbar--has-actions{padding-left:var(--space-3);padding-right:var(--space-3)}.producer-app-shell .topbar-left{gap:8px}.producer-app-shell .topbar-title{font-size:1rem;line-height:1.2}.producer-app-shell .topbar-subtitle{font-size:.72rem}.producer-app-shell .topbar-right{padding-left:0}}.producer-app-shell .reg-plant-page{max-width:none;width:100%;margin:0;padding-bottom:60px}.reg-plant-dashboard-shell{display:flex;flex-direction:column}.reg-plant-dashboard-shell .gp-dashboard-container{display:flex;align-items:stretch}.reg-plant-dashboard-shell .gp-dashboard-sidebar--scroll{align-self:stretch;padding-bottom:24px}.reg-plant-dashboard-shell .gp-dashboard-main{flex:1;min-width:0;display:flex;flex-direction:column;padding:32px}.reg-plant-dashboard-shell .gp-sidebar-nav--stacked{display:flex;flex-direction:column;gap:12px}.reg-plant-dashboard-shell .gp-sidebar-nav-group{display:flex;flex-direction:column;gap:6px}.reg-plant-dashboard-shell .gp-sidebar-nav-heading{font-size:10px;font-weight:700;color:#fff6;text-transform:uppercase;padding-left:12px;margin-bottom:4px;letter-spacing:.5px}.reg-plant-dashboard-shell .gp-sidebar-divider{height:1px;background:#ffffff1a;margin:4px 0}.reg-plant-page{width:100%;margin:0;padding-bottom:60px}.reg-plant-main-footer,.portal-dashboard-footer--dashboard-root.reg-plant-main-footer{margin:0;flex-shrink:0}.reg-plant-header{margin-bottom:24px}.reg-plant-header__title{font-size:1.75rem;font-weight:700;color:var(--color-primary);margin-bottom:8px}.reg-plant-header__subtitle{color:var(--color-text-secondary);font-size:var(--text-sm)}.reg-plant-entity-card{margin-bottom:24px;padding:20px;background:#22c55e0d;border:1px solid rgba(34,197,94,.2);border-radius:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px;box-shadow:0 4px 12px #00000005}.reg-plant-entity-card__label{font-size:.75rem;color:var(--color-text-secondary);font-weight:600;letter-spacing:.05em}.reg-plant-entity-card__name{font-size:1.2rem;font-weight:700;color:#16a34a;margin-top:4px}.reg-plant-entity-card__id-block{text-align:right}.reg-plant-entity-card__id{font-family:monospace;font-weight:700;color:var(--color-primary);margin-top:4px;font-size:1.15rem}.reg-plant-section{background-color:var(--color-surface-card);padding:24px;border-radius:16px;border:1px solid var(--color-border-light);margin-bottom:24px}.reg-plant-section__title{font-size:1.125rem;margin-bottom:20px;color:var(--color-primary);font-weight:700;border-bottom:1px solid var(--color-border-light);padding-bottom:10px}.reg-plant-section__hint{font-size:var(--text-xs);color:var(--color-text-secondary);margin-bottom:16px}.reg-plant-legacy-row{display:flex;align-items:flex-end;gap:12px;margin-bottom:20px;padding:16px;background-color:#3b82f60d;border:1px solid rgba(59,130,246,.2);border-radius:12px;flex-wrap:wrap}.reg-plant-legacy-row__field{width:250px}.reg-plant-legacy-row__field .form-group,.reg-plant-legacy-field-no-margin{margin-bottom:0}.reg-plant-lookup-btn{height:34px!important;padding:0 16px;font-size:.85rem}.reg-plant-legacy-field-no-margin{margin-bottom:0}.reg-plant-scada-grid--spaced{margin-bottom:24px}.reg-plant-name-preview{margin-bottom:16px;padding:12px 16px;background-color:#3b82f60d;border:1px dashed rgba(59,130,246,.3);border-radius:8px;font-size:.825rem;color:#1e40af;display:flex;flex-direction:column;gap:4px}.reg-plant-name-preview__row{display:flex;align-items:center;gap:8px}.reg-plant-name-preview__value{font-family:monospace;color:#1d4ed8}.reg-plant-name-preview__label{display:inline-flex;align-items:center;gap:6px}.reg-plant-core-fields-row{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.reg-plant-core-fields-row>.form-group,.reg-plant-core-fields-row>.reg-plant-field-stack{margin-bottom:0;min-width:0}.reg-plant-core-fields-row .reg-plant-name-input-group,.reg-plant-core-fields-row .wizard-form-inline-field,.reg-plant-core-fields-row .form-input{width:100%;max-width:100%}.reg-plant-core-fields-row .wizard-form-inline-field .form-input{min-width:0}.reg-plant-core-fields-row .wizard-form-inline-field .btn{flex-shrink:0}.reg-plant-field-stack{display:flex;flex-direction:column;gap:4px;min-width:0}.reg-plant-field-label{font-size:.8rem;font-weight:600;color:var(--color-text-secondary);display:inline-flex;align-items:center;gap:4px}.reg-plant-info-icon{cursor:help;color:#0284c7;font-size:.75rem;background:#0284c71a;border-radius:50%;width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.reg-plant-capacity-input{height:38px;width:100%;max-width:100%;box-sizing:border-box}.reg-plant-field-error{color:#ef4444;font-size:.72rem}.reg-plant-status-row>.form-group>.form-label{display:flex;align-items:center;gap:4px;height:22px;min-height:22px;margin-bottom:5px;white-space:nowrap;line-height:22px}.reg-plant-status-row>.form-group.reg-plant-type-field>.form-label .info-tooltip,.reg-plant-status-row>.form-group.reg-plant-type-field>.form-label .password-field-label-spacer{position:static;flex-shrink:0;width:18px;height:18px;transform:none}.reg-plant-status-row>.form-group.reg-plant-type-field>.form-label .info-tooltip-trigger{width:18px;height:18px}.reg-plant-upgrade-capacity-row{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:24px}.reg-plant-upgrade-capacity-row .reg-plant-field-stack,.reg-plant-upgrade-capacity-row .form-input{width:100%;max-width:100%;min-width:0}.reg-plant-address-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:24px;margin-top:20px}.reg-plant-address-fields{display:flex;flex-direction:column;gap:16px}.reg-plant-address-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:0}.reg-plant-optional-label{font-weight:400;font-style:italic}.registration-wizard-form .reg-plant-address-textarea{height:auto;min-height:calc(2.7em + 12px);line-height:1.35;resize:vertical;font-size:.8125rem;font-family:inherit;padding:6px 10px;box-sizing:border-box}.reg-plant-map-panel{display:flex;flex-direction:column;gap:8px}.reg-plant-map-label{font-size:.875rem;font-weight:600;color:var(--color-text-primary)}.reg-plant-map-container{flex-grow:1;min-height:320px;border-radius:12px;overflow:hidden;border:1px solid var(--color-border-light)}.reg-plant-map-hint{font-size:.7rem;color:var(--color-text-secondary);font-style:italic}.reg-plant-proximity-alert{margin-top:16px;padding:12px 14px;background-color:#fbbf241f;border:1px solid rgba(245,158,11,.28);border-radius:8px}.reg-plant-proximity-alert__label{display:flex;align-items:flex-start;gap:10px;font-size:.8125rem;line-height:1.45;color:var(--color-text-secondary, #64748b);font-weight:400;cursor:pointer}.reg-plant-proximity-alert__label input{margin-top:2px;flex-shrink:0}.reg-plant-feedstock-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.reg-plant-feedstock-card{display:flex;flex-direction:column;padding:8px 10px;border-radius:12px;border:1px solid rgba(14,165,233,.25);background-color:#0ea5e914;transition:all .2s ease;min-height:80px}.reg-plant-feedstock-card--predominant{border:1.5px solid #22c55e;background-color:#22c55e08;box-shadow:0 2px 8px #22c55e14}.reg-plant-feedstock-card--error{border:1.5px solid #ef4444!important;background-color:#ef444408!important;box-shadow:0 2px 8px #ef444414!important}.reg-plant-feedstock-card__error-msg{display:block;font-size:10px;color:#ef4444;margin-top:4px;font-weight:500}.reg-plant-feedstock-card__header{width:100%;margin-bottom:4px;display:flex;align-items:center;justify-content:space-between;gap:4px}.reg-plant-feedstock-card__header-actions{display:flex;align-items:center;gap:3px;margin-left:auto;flex-shrink:0}.reg-plant-feedstock-card__add-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid rgba(14,165,233,.4);border-radius:4px;background:#0ea5e91a;color:#0284c7;cursor:pointer;flex-shrink:0;transition:all .15s ease}.reg-plant-feedstock-card__add-btn:hover{background:#0ea5e938;color:#0369a1;border-color:#0284c7}.reg-plant-feedstock-card__remove-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:1px solid rgba(239,68,68,.3);border-radius:4px;background:#ef444414;color:#ef4444;cursor:pointer;flex-shrink:0;transition:all .15s ease}.reg-plant-feedstock-card__remove-btn:hover{background:#ef44442e;color:#dc2626;border-color:#dc2626}.reg-plant-feedstock-card__label-container{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:6px;flex:1;min-width:0;flex-wrap:nowrap}.reg-plant-feedstock-card__label{font-size:.75rem;font-weight:var(--font-semibold, 600);color:var(--color-text-primary);line-height:1.3;display:inline-block;white-space:nowrap!important;flex-shrink:0}.reg-plant-feedstock-card__label--predominant{color:#16a34a}.reg-plant-feedstock-card__label-sub{font-size:.65rem;font-weight:400;color:var(--color-text-secondary);opacity:.85;white-space:nowrap}.reg-plant-feedstock-card__star-mark{color:#22c55e;font-weight:700;font-size:1.1rem}.reg-plant-feedstock-card__percentage{background-color:#3b82f614;color:#2563eb;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:6px;border:1px solid rgba(59,130,246,.15);white-space:nowrap}.reg-plant-feedstock-card--predominant .reg-plant-feedstock-card__percentage{background-color:#22c55e14;color:#16a34a;border-color:#22c55e26}.reg-plant-feedstock-card__detail-input{width:110px!important;flex:none!important;height:24px!important;min-height:24px!important;font-size:.7rem;padding:2px 6px;border-radius:6px}.reg-plant-feedstock-card__footer{margin-top:auto}.reg-plant-feedstock-card__actions-row{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}.reg-plant-feedstock-card__qty-input-group{display:flex;align-items:center;gap:4px}.reg-plant-feedstock-card__qty-input{width:90px;height:28px;text-align:center;font-size:.8rem;padding:4px 16px 4px 6px;border-radius:6px}.reg-plant-feedstock-card__qty-input::-webkit-inner-spin-button,.reg-plant-feedstock-card__qty-input::-webkit-outer-spin-button{opacity:1!important;display:block!important}.reg-plant-feedstock-card__unit{font-size:.7rem;color:var(--color-text-secondary);font-weight:600}.reg-plant-feedstock-total{display:flex;justify-content:flex-end;align-items:center;gap:12px;margin-top:16px;padding:12px 16px;background-color:var(--color-surface-sub);border:1px solid var(--color-border-light);border-radius:12px}.reg-plant-feedstock-total__label{font-size:.875rem;font-weight:600;color:var(--color-text-secondary)}.reg-plant-feedstock-total__label--with-info{display:inline-flex;align-items:center;gap:4px}.reg-plant-feedstock-total__predominant{display:flex;align-items:center;gap:8px;margin-right:auto}.reg-plant-feedstock-total__predominant-value{font-size:.875rem;font-weight:600;color:var(--color-text-secondary)}.reg-plant-feedstock-total__predominant-value--set{color:#16a34a}.reg-plant-feedstock-total__value{font-size:1rem;font-weight:700;color:var(--color-primary)}.reg-plant-feedstock-total__total{display:flex;align-items:center;gap:8px}.reg-plant-section__title--compact{margin-bottom:10px;padding-bottom:8px}.reg-plant-section__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:10px;padding-bottom:8px;border-bottom:1px solid var(--color-border-light)}.reg-plant-section__header .reg-plant-section__title{flex:1;min-width:0;margin-bottom:0;padding-bottom:0;border-bottom:0}.reg-plant-download-dpr-format{display:inline-flex;align-items:center;min-height:44px;padding:8px 12px;border:1px solid var(--color-primary);border-radius:6px;color:var(--color-primary);font-size:.875rem;font-weight:600;line-height:1.25;text-decoration:none;white-space:nowrap}.reg-plant-download-dpr-format:hover,.reg-plant-download-dpr-format:focus-visible{background:var(--color-primary);color:#fff}.reg-plant-download-dpr-format:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}@media (max-width: 600px){.reg-plant-section__header{flex-direction:column}}.reg-plant-section--documents{padding-bottom:16px}.reg-plant-compliance-cards{display:flex;flex-direction:column;gap:8px;container-type:inline-size;container-name:plant-docs}.reg-plant-compliance-card{border:1px solid var(--color-border-light);border-radius:10px;padding:10px 14px;background:var(--color-surface-card, #fff)}.reg-plant-detail-field-card{gap:8px;justify-content:space-between;background-color:var(--color-surface-card, #fff);border:1px solid var(--color-border-light, #e2e8f0)}.reg-plant-detail-field-card--wide{grid-column:1 / -1}.reg-plant-detail-field-card .reg-plant-feedstock-card__label{white-space:normal!important}.reg-plant-detail-field-card .reg-plant-radio-group,.reg-plant-detail-field-card .reg-plant-offtake-checkboxes{min-height:auto;margin-top:0;gap:12px 16px}.reg-plant-detail-field-card__input{width:100%;height:34px;min-height:34px}.reg-plant-detail-field-card__input::-webkit-inner-spin-button,.reg-plant-detail-field-card__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.reg-plant-detail-field-card__input[type=number]{-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.reg-plant-compliance-card__row{display:grid;grid-template-columns:auto minmax(0,.6fr) minmax(0,1fr) minmax(0,1fr) minmax(0,1.4fr);column-gap:14px;row-gap:10px;align-items:center}.reg-plant-compliance-card__title-col{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.reg-plant-compliance-card__title{display:inline-flex;align-items:center;gap:4px;font-weight:600;font-size:.875rem;color:var(--color-text-primary);white-space:nowrap;line-height:1.25}.reg-plant-compliance-card__upload-col{grid-column:5;width:auto;min-width:0;justify-self:start;display:flex;flex-direction:row;gap:12px;align-items:center;flex-wrap:nowrap}.reg-plant-compliance-card__upload-col--dpr{grid-column:2 / 6;justify-self:start;align-items:center;flex-wrap:nowrap}.reg-plant-compliance-card__upload-col--dpr.reg-plant-compliance-card__upload-col--filled{justify-self:stretch;width:100%}.reg-plant-compliance-card__upload-col--filled{width:100%;justify-self:stretch}.reg-plant-compliance-card__uploaded{display:flex;align-items:center;gap:8px;width:auto;min-width:0;min-height:34px;flex:1 1 auto;order:1}.reg-plant-compliance-card__uploaded-name{display:flex;align-items:center;gap:4px;flex:1 1 auto;min-width:0;font-size:.75rem;color:#16a34a;font-weight:600;line-height:1.25}.reg-plant-compliance-card__uploaded-check{flex-shrink:0;line-height:1.25}.reg-plant-compliance-card__uploaded-file{flex:1 1 auto;min-width:0;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reg-plant-compliance-card__uploaded .reg-plant-remove-btn{flex-shrink:0;margin-top:0;align-self:center}.reg-plant-compliance-card__upload-btn{width:auto;height:34px!important;min-height:34px!important;max-height:34px!important;padding:0 12px!important;line-height:32px!important;font-size:.75rem;box-sizing:border-box}.reg-plant-compliance-card__text{width:100%;max-width:none;min-width:0;height:34px;font-size:.8125rem;padding:4px 8px;box-sizing:border-box}.reg-plant-compliance-card__select{width:100%;height:34px;font-size:.8125rem;padding:4px 8px;box-sizing:border-box}.reg-plant-compliance-card__date{width:100%;min-width:0;height:34px;box-sizing:border-box}.reg-plant-compliance-card__row--authority{grid-template-columns:auto minmax(0,1fr) minmax(0,.9fr) minmax(0,1.2fr)}.reg-plant-compliance-card__upload-col--authority{grid-column:4}.reg-plant-compliance-card__options{display:flex;flex-wrap:wrap;gap:8px 12px;flex-shrink:0;min-width:0;align-items:center;min-height:34px}.reg-plant-compliance-card__radio{display:inline-flex;align-items:center;gap:6px;cursor:pointer;white-space:nowrap;line-height:1.25}.reg-plant-compliance-card__radio-text{display:inline-flex;align-items:center;gap:4px;font-weight:600;font-size:.875rem;color:var(--color-text-primary);line-height:1.25}.reg-plant-compliance-card__radio input[type=radio]{width:14px;height:14px;margin:0;flex-shrink:0}.reg-plant-compliance-card__helper-text{font-size:.65rem;color:var(--color-text-secondary);margin-top:2px;line-height:1.2}.reg-plant-compliance-card__choose-hint{margin:0 0 6px;font-size:.7rem;line-height:1.3;color:var(--color-text-secondary);font-weight:500}.reg-plant-compliance-card .reg-plant-field-error-sm{margin-top:6px}@container plant-docs (max-width: 720px){.reg-plant-compliance-card__row,.reg-plant-compliance-card__row--authority{grid-template-columns:1fr 1fr;column-gap:8px;row-gap:8px}.reg-plant-compliance-card__title-col,.reg-plant-compliance-card__options{grid-column:1 / -1}.reg-plant-compliance-card__title{white-space:normal}.reg-plant-compliance-card__upload-col,.reg-plant-compliance-card__upload-col--dpr,.reg-plant-compliance-card__upload-col--authority,.reg-plant-compliance-card__upload-col--filled{grid-column:1 / -1;width:100%;justify-self:stretch;align-items:flex-start;flex-wrap:wrap}.reg-plant-compliance-card__upload-col .reg-plant-compliance-card__helper-text{flex:1 0 100%}.reg-plant-compliance-card__text,.reg-plant-compliance-card__date{width:100%;min-width:0}}@media (max-width: 900px){.reg-plant-compliance-card__row,.reg-plant-compliance-card__row--authority{grid-template-columns:1fr 1fr;column-gap:8px;row-gap:8px}.reg-plant-compliance-card__title-col,.reg-plant-compliance-card__options{grid-column:1 / -1}.reg-plant-compliance-card__title{white-space:normal}.reg-plant-compliance-card__upload-col,.reg-plant-compliance-card__upload-col--filled,.reg-plant-compliance-card__upload-col--dpr,.reg-plant-compliance-card__upload-col--authority{grid-column:1 / -1;width:100%;justify-self:stretch;align-items:flex-start;flex-wrap:wrap}.reg-plant-compliance-card__upload-col .reg-plant-compliance-card__helper-text{flex:1 0 100%}.reg-plant-compliance-card__text,.reg-plant-compliance-card__date{width:100%;max-width:none;min-width:0}}.reg-plant-status-grid{margin-bottom:20px}.reg-plant-compliance-table{border:1px solid var(--color-border-light);border-radius:12px;overflow:hidden}.reg-plant-compliance-table__head{background-color:var(--color-surface-sub);padding:12px 16px;font-weight:700;font-size:.8rem;border-bottom:1px solid var(--color-border-light);display:grid;grid-template-columns:2fr 2.5fr;gap:16px}.reg-plant-compliance-row{padding:16px;border-bottom:1px solid var(--color-border-light);display:grid;grid-template-columns:2fr 2.5fr;gap:16px;align-items:center}.reg-plant-compliance-row--last{border-bottom:none}.reg-plant-compliance-row__title{display:inline-flex;align-items:center;gap:4px;font-weight:600;font-size:.875rem}.reg-plant-compliance-row__desc{font-size:.7rem;color:var(--color-text-secondary)}.reg-plant-badge-mandatory{font-size:.75rem;font-weight:700;color:#dc2626}.reg-plant-badge-optional{font-size:.75rem;font-weight:700;color:var(--color-text-secondary)}.reg-plant-upload-status{display:flex;align-items:center;gap:8px}.reg-plant-upload-success{font-size:.8rem;color:#16a34a;font-weight:600}.reg-plant-upload-success__file{font-family:monospace}.reg-plant-remove-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;border:none!important;border-radius:6px;background:transparent;color:#dc2626;cursor:pointer;flex-shrink:0;transition:background .15s ease,color .15s ease}.reg-plant-remove-btn:hover{background:#dc26260f;color:#b91c1c}.reg-plant-remove-btn:focus-visible{outline:2px solid #f87171;outline-offset:2px}.reg-plant-remove-link{background:none;border:none;color:#dc2626;cursor:pointer;font-size:.75rem;font-weight:700}.reg-plant-upload-btn-sm{font-size:.75rem;padding:6px 12px}.reg-plant-upload-btn-compact{font-size:.75rem;height:34px;padding:0 12px}.reg-plant-field-error-sm{color:#ef4444;font-size:.7rem;margin-top:4px}.reg-plant-ga-residual-capacity{margin-top:8px}.reg-plant-cte-actions{display:flex;flex-direction:column;gap:8px}.reg-plant-cte-actions__row{display:flex;gap:8px;align-items:center;flex-wrap:nowrap}.wizard-form-inline-field{flex-wrap:nowrap!important}.reg-plant-cte-actions__row .form-input{width:100%;min-width:0;flex:1}.reg-plant-cte-input{height:34px;font-size:.8rem}.reg-plant-mapped-row{display:flex;align-items:center;gap:8px;white-space:nowrap}.reg-plant-mapped-label{font-size:.75rem;color:#16a34a;font-weight:600}.reg-plant-upload-nowrap{white-space:nowrap}.reg-plant-file-meta{font-size:.75rem;color:var(--color-text-secondary);font-family:monospace;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:280px}.reg-plant-no-upload{font-size:.75rem;color:var(--color-text-secondary)}.reg-plant-coordinator-check{display:flex;align-items:center;gap:10px;font-size:.875rem;cursor:pointer;margin-bottom:16px;font-weight:600}.reg-plant-coordinator-prefill{padding:20px;border:1px dashed rgba(2,132,199,.3);border-radius:12px;background-color:#0284c708;display:flex;flex-direction:column;gap:6px}.reg-plant-coordinator-prefill__heading{font-size:.75rem;font-weight:700;color:#0284c7;letter-spacing:.05em;margin-bottom:10px}.reg-plant-coordinator-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.reg-plant-coordinator-field{display:flex;flex-direction:column;gap:4px}.reg-plant-coordinator-field__label{font-size:.72rem;font-weight:600;color:var(--color-text-secondary);letter-spacing:.03em}.reg-plant-coordinator-field__value{padding:8px 12px;border-radius:8px;background:#00000008;border:1px solid var(--color-border-light);font-size:.875rem;color:var(--color-text-primary);font-weight:500}.reg-plant-coordinator-prefill__note{font-size:.7rem;color:var(--color-text-secondary);font-style:italic;margin-top:6px}.reg-plant-coordinator-form{padding:20px;border:1px solid var(--color-border-light);border-radius:12px;background-color:#00000003}.reg-plant-scada-grid{margin-bottom:16px}.reg-plant-scada-divider{border-top:1px dashed var(--color-border-light);padding-top:20px}.reg-plant-cctv-grid{margin-top:16px}.reg-plant-offtake-grid{grid-template-columns:1fr 1fr 1fr;display:grid;gap:16px}.reg-plant-submit-btn{width:100%;height:46px;font-size:1rem;font-weight:700;border-radius:12px}.reg-plant-form-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px;align-items:stretch}.reg-plant-form-actions__btn{min-width:120px;height:46px;border-radius:12px}.reg-plant-form-actions__submit,.reg-plant-form-actions .reg-plant-submit-btn{flex:0 0 auto;width:auto;min-width:120px}.reg-plant-header-id{display:flex;align-items:center;gap:8px;font-size:.8125rem;white-space:nowrap}.reg-plant-header-id__label{color:var(--color-text-secondary, #64748b);font-weight:500}.reg-plant-header-id__value{color:var(--color-text-primary, #0f172a);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-weight:700}.reg-plant-loading-banner{margin:0 0 16px;padding:10px 14px;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:.875rem}.reg-field-input--mono-upper .form-input{text-transform:uppercase;font-family:monospace}.reg-plant-feedstock-detail-input{min-width:200px;max-width:280px}.reg-plant-scheme-notice{padding:12px 16px;background:var(--color-surface-sub);border-radius:8px;font-size:.9rem;color:var(--color-text-secondary)}.reg-plant-scheme-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.reg-plant-scheme-card{border:1px solid var(--color-border-light);border-radius:12px;padding:16px}.reg-plant-scheme-card--eligible{border-color:var(--color-primary);background:#2e7d320f}.reg-plant-scheme-card--ineligible{border-color:var(--color-border-light);background:var(--color-surface-sub);opacity:.85}.reg-plant-scheme-card__title{font-weight:700;margin-bottom:6px}.reg-plant-scheme-card__status{font-weight:600;font-size:.9rem;margin-bottom:8px}.reg-plant-scheme-card__desc{font-size:.85rem;color:var(--color-text-secondary);margin:0}.reg-plant-tpa-row{border:1px solid var(--color-border-light);border-radius:12px;padding:16px;margin-bottom:16px}.reg-plant-tpa-row--collapsed{padding-bottom:12px}.reg-plant-tpa-row--collapsed .reg-plant-tpa-row__header{margin-bottom:0}.reg-plant-tpa-row__header{display:flex;justify-content:flex-start;align-items:center;gap:10px;font-weight:700;margin-bottom:12px}.reg-plant-tpa-row__header .reg-plant-remove-btn,.reg-plant-tpa-row__header .reg-plant-remove-link{margin-left:auto}.reg-plant-tpa-upload{margin-bottom:16px}.reg-plant-add-tpa-btn{margin-top:8px}@media (max-width: 768px){.reg-plant-address-grid{grid-template-columns:1fr}.reg-plant-legacy-row__field{width:100%}.reg-plant-scheme-grid{grid-template-columns:1fr}.reg-plant-feedstock-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.reg-plant-feedstock-grid{grid-template-columns:1fr}}.reg-plant-offtake-model-group{display:flex;flex-direction:column;gap:8px;margin-top:0;margin-bottom:0}.reg-plant-offtake-model-label{font-size:.85rem;font-weight:600;color:var(--color-text-secondary)}.reg-plant-offtake-checkboxes,.reg-plant-radio-group{display:flex;gap:24px;flex-wrap:wrap;align-items:center;margin-top:0;min-height:var(--wizard-field-height, 34px)}.reg-plant-checkbox-label,.reg-plant-radio-label{display:flex;align-items:center;gap:8px;font-size:.8125rem;color:var(--color-text-primary);cursor:pointer;font-weight:500;-webkit-user-select:none;user-select:none}.reg-plant-lookup-empty{color:var(--color-text-secondary);font-size:.8125rem;font-style:italic}.reg-plant-checkbox-label input[type=checkbox],.reg-plant-radio-label input[type=radio]{width:16px;height:16px;margin:0;cursor:pointer}.reg-plant-name-input-group{display:flex;align-items:stretch;border:1px solid var(--color-border);border-radius:8px;overflow:hidden;background-color:var(--color-surface-input);height:34px}.reg-plant-name-input-group:focus-within{border-color:var(--color-primary);box-shadow:0 0 0 2px #22c55e33}.reg-plant-name-input-group.error{border-color:#ef4444}.reg-plant-name-prefix-addon{background-color:var(--color-surface-sub);color:var(--color-text-secondary);font-family:monospace;font-weight:700;padding:0 16px;display:flex;align-items:center;border-right:1px solid var(--color-border);-webkit-user-select:none;user-select:none;font-size:.95rem;white-space:nowrap;flex-shrink:0}.reg-plant-name-input-field.form-input{border:none!important;border-radius:0!important;flex-grow:1;margin-bottom:0!important;box-shadow:none!important;height:100%!important}.reg-plant-tpa-existing-label{display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:600;color:var(--color-text-secondary);padding-top:28px;cursor:default}.reg-plant-tpa-existing-inline-label{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:var(--color-text-secondary);cursor:pointer;background:var(--color-surface-sub, #f3f4f6);border:1px solid var(--color-border-light);border-radius:6px;padding:2px 10px;-webkit-user-select:none;user-select:none;margin-left:4px}.reg-plant-tpa-existing-inline-label:has(input:disabled){cursor:not-allowed;opacity:.65}.reg-plant-tpa-existing-checkbox{width:16px;height:16px;accent-color:var(--color-primary, #22c55e);cursor:pointer}.reg-plant-tpa-existing-checkbox:disabled{cursor:not-allowed}.reg-plant-tpa-upload-number-row{display:flex;align-items:flex-start;gap:16px;margin-bottom:4px}.reg-plant-tpa-upload-number-row .reg-plant-tpa-upload{flex:0 0 auto;display:flex;flex-direction:column;justify-content:flex-end;min-height:62px}.reg-plant-tpa-number-field{flex:1 1 auto;min-width:180px;max-width:320px}.wizard-form-grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:start}.reg-plant-section .wizard-form-grid-2>.form-group,.reg-plant-section .wizard-form-grid-2>.reg-plant-geotagged-tech-group{margin:0;min-width:0}.reg-plant-geotagged-tech-group>.form-group{margin:0}.reg-plant-physical-progress-field{margin:0;min-width:0}@media (max-width: 640px){.wizard-form-grid-2{grid-template-columns:1fr}.reg-plant-tpa-upload-number-row{flex-direction:column}.reg-plant-tpa-number-field{max-width:100%}}.reg-plant-scada-guide-link{background:none;border:none;color:var(--color-primary, #22c55e);font-size:.8125rem;font-weight:600;cursor:pointer;text-decoration:underline;padding:0;display:inline;transition:color .2s}.reg-plant-scada-guide-link:hover{color:var(--color-primary-hover, #16a34a)}.reg-plant-scada-hash-group{display:flex;flex-direction:column;gap:6px}.reg-plant-scada-hash-row{display:flex;align-items:center;gap:10px;border:1px solid var(--color-border-light);border-radius:8px;padding:6px 12px;background:var(--color-surface-input, #f9fafb);min-height:38px}.reg-plant-scada-hash-display{flex:1;font-family:Courier New,Courier,monospace;font-size:.875rem;font-weight:700;color:var(--color-text-primary);letter-spacing:1.5px;word-break:break-all}.reg-plant-scada-hash-placeholder{font-style:italic;font-family:inherit;font-weight:400;font-size:.8rem;color:var(--color-text-muted, #9ca3af);letter-spacing:0}.reg-plant-scada-generate-btn{background:var(--color-primary, #22c55e);color:#fff;border:none;border-radius:6px;padding:5px 14px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s;white-space:nowrap;flex-shrink:0}.reg-plant-scada-generate-btn:hover:not(:disabled){background:var(--color-primary-hover, #16a34a)}.reg-plant-scada-generate-btn:disabled{opacity:.5;cursor:not-allowed}.reg-plant-scada-hash-hint{font-size:.75rem;color:var(--color-text-muted, #6b7280);margin:0}.reg-plant-scada-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9000;display:flex;align-items:center;justify-content:center;padding:24px}.reg-plant-scada-modal{background:var(--color-surface, #fff);border-radius:14px;box-shadow:0 24px 64px #00000040;width:100%;max-width:680px;max-height:82vh;display:flex;flex-direction:column;overflow:hidden}.reg-plant-scada-modal__header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid var(--color-border-light);background:linear-gradient(135deg,#0f172a 60%,#1e3a5f);flex-shrink:0}.reg-plant-scada-modal__header h3{color:#fff;font-size:1rem;font-weight:700;margin:0}.reg-plant-scada-modal__close{background:#ffffff1f;border:none;color:#fff;width:32px;height:32px;border-radius:50%;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s;flex-shrink:0}.reg-plant-scada-modal__close:hover{background:#ffffff40}.reg-plant-scada-modal__body{padding:20px 24px 24px;overflow-y:auto;flex:1;font-size:.875rem;color:var(--color-text-primary);line-height:1.6}.reg-plant-scada-modal__body h4{font-size:.9rem;font-weight:700;color:var(--color-text-primary);margin:20px 0 8px;border-bottom:1px solid var(--color-border-light);padding-bottom:4px}.reg-plant-scada-modal__body h4:first-child{margin-top:0}.reg-plant-scada-modal__body code{background:var(--color-surface-sub, #f3f4f6);border:1px solid var(--color-border-light);border-radius:4px;padding:1px 5px;font-family:Courier New,Courier,monospace;font-size:.8rem;color:#d97706}.reg-plant-scada-modal__body ul,.reg-plant-scada-modal__body ol{padding-left:20px;margin:6px 0 10px}.reg-plant-scada-modal__body li{margin:4px 0}.reg-plant-scada-modal__code{background:#0f172a;color:#86efac;border-radius:8px;padding:14px 16px;font-family:Courier New,Courier,monospace;font-size:.78rem;line-height:1.55;white-space:pre;overflow-x:auto;margin:8px 0 12px}.reg-plant-upload-hint{display:block;margin-top:4px;font-size:.6875rem;color:#6b7280;line-height:1.3}@media (max-width: 1024px){.reg-plant-dashboard-shell{height:auto;min-height:calc(100vh - var(--portal-chrome-height, 0px));overflow:visible}.reg-plant-dashboard-shell .gp-dashboard-container{height:auto;overflow:visible}.reg-plant-dashboard-shell .gp-dashboard-main{height:auto;overflow:visible;padding:16px;max-width:100%}.reg-plant-main-footer{margin:24px -16px -16px}}@media (max-width: 768px){.reg-plant-dashboard-shell .gp-dashboard-main{padding:16px}}@media (max-width: 480px){.reg-plant-dashboard-shell .gp-dashboard-main{padding:12px}}.reg-plant-compliance-card__upload-col .reg-plant-compliance-card__helper-text{display:block;width:100%;margin-top:6px;color:var(--color-text-secondary);font-size:.65rem;line-height:1.2}.reg-plant-compliance-card__upload-col .reg-plant-upload-btn-compact,.reg-plant-compliance-card__upload-col .reg-plant-compliance-card__text,.reg-plant-compliance-card__upload-col .reg-plant-compliance-card__select,.reg-plant-compliance-card__upload-col .reg-plant-compliance-card__date{flex:0 0 auto;order:1}.reg-plant-compliance-card__upload-col .reg-plant-compliance-card__uploaded{order:1}.reg-plant-compliance-card__upload-col .reg-plant-compliance-card__helper-text{order:2}.reg-success-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff6;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.reg-success-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:0 20px 40px #0000001a;max-width:600px;width:100%;animation:modal-pop .3s cubic-bezier(.175,.885,.32,1.275)}.reg-status-doc-notice-modal{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);box-shadow:0 20px 40px #0f172a29;max-width:560px;width:100%;padding:24px;animation:modal-pop .24s ease-out}.reg-status-doc-notice-header{display:flex;gap:14px;align-items:flex-start}.reg-status-doc-notice-icon{width:40px;height:40px;border-radius:999px;background:#fff7ed;color:#c2410c;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;font-size:20px}.reg-status-doc-notice-header h2{margin:0;color:#0f172a;font-size:20px;line-height:1.25;font-weight:700}.reg-status-doc-notice-header p{margin:8px 0 0;color:#475569;font-size:14px;line-height:1.55}.reg-status-doc-notice-list{margin:20px 0 0;padding:0;list-style:none;display:grid;gap:10px}.reg-status-doc-notice-list li{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid #dbeafe;border-radius:8px;background:#eff6ff;color:#1e3a8a;font-size:14px;line-height:1.45;font-weight:600}.reg-status-doc-notice-list svg{color:#059669;flex:0 0 auto;margin-top:2px}.reg-status-doc-notice-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}@keyframes modal-pop{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media (max-width: 640px){.reg-success-modal .reg-success-card{padding:32px 20px}}.reg-plant-page .form-input:disabled,.reg-plant-page .form-select:disabled,.reg-plant-page .form-textarea:disabled,.reg-plant-page input[type=date]:disabled,.reg-plant-page input[type=text]:disabled,.reg-plant-page input[type=number]:disabled,.reg-plant-page input[type=email]:disabled,.reg-plant-page input[type=tel]:disabled,.reg-plant-page input[type=password]:disabled{background-color:var(--color-surface-sub, #f1f5f9);color:var(--color-text-muted, #64748b);border-color:var(--color-border-light, #e2e8f0);cursor:not-allowed;opacity:1;-webkit-text-fill-color:var(--color-text-muted, #64748b)}.reg-plant-page .form-input:disabled::placeholder,.reg-plant-page .form-textarea:disabled::placeholder{color:#94a3b8;-webkit-text-fill-color:#94a3b8}.reg-plant-page .reg-plant-name-input-group:has(.form-input:disabled){background-color:var(--color-surface-sub, #f1f5f9);border-color:var(--color-border-light, #e2e8f0);box-shadow:none}.reg-plant-page .reg-plant-name-input-group:has(.form-input:disabled) .reg-plant-name-prefix-addon{background-color:#e2e8f0;color:#64748b}.reg-plant-page .reg-plant-name-input-group:has(.form-input:disabled) .form-input{background-color:transparent}.reg-plant-page .ant-select.ant-select-disabled .ant-select-selector{background-color:var(--color-surface-sub, #f1f5f9)!important;color:var(--color-text-muted, #64748b)!important;border-color:var(--color-border-light, #e2e8f0)!important;cursor:not-allowed!important}.reg-plant-page .ant-select.ant-select-disabled .ant-select-selection-item,.reg-plant-page .ant-select.ant-select-disabled .ant-select-selection-placeholder{color:var(--color-text-muted, #64748b)!important}.reg-plant-page .ant-select.ant-select-disabled .ant-select-arrow{color:#94a3b8!important}.reg-plant-page .portal-date-picker.ant-picker-disabled,.reg-plant-page .ant-picker.ant-picker-disabled{background-color:var(--color-surface-sub, #f1f5f9)!important;border-color:var(--color-border-light, #e2e8f0)!important;cursor:not-allowed}.reg-plant-page .portal-date-picker.ant-picker-disabled .ant-picker-input>input,.reg-plant-page .ant-picker.ant-picker-disabled .ant-picker-input>input{color:var(--color-text-muted, #64748b)!important;cursor:not-allowed}.reg-plant-page .reg-plant-radio-label:has(input:disabled),.reg-plant-page .reg-plant-compliance-card__radio:has(input:disabled){cursor:not-allowed}.reg-plant-page .reg-plant-radio-label:has(input:disabled) .reg-plant-compliance-card__radio-text,.reg-plant-page .reg-plant-compliance-card__radio:has(input:disabled) .reg-plant-compliance-card__radio-text,.reg-plant-page .reg-plant-radio-label:has(input:disabled){color:var(--color-text-muted, #64748b)}.reg-plant-page input[type=radio]:disabled,.reg-plant-page input[type=checkbox]:disabled{cursor:not-allowed}.reg-plant-page .btn:disabled,.reg-plant-page button:disabled{background-color:var(--color-surface-sub, #e2e8f0)!important;border-color:var(--color-border-light, #e2e8f0)!important;color:var(--color-text-muted, #64748b)!important;opacity:1;cursor:not-allowed}.reg-plant-page .reg-plant-feedstock-card:has(.form-input:disabled){background-color:var(--color-surface-sub, #f8fafc);border-color:var(--color-border-light, #e2e8f0)}.reg-plant-page .reg-plant-feedstock-card:has(.form-input:disabled) .reg-plant-feedstock-card__label{color:var(--color-text-muted, #64748b)}.reg-plant-page .reg-plant-map-container--disabled{position:relative;border-radius:8px;overflow:hidden}.reg-plant-page .reg-plant-map-container--disabled .location-picker{opacity:.55;filter:grayscale(35%);pointer-events:none;cursor:not-allowed}.reg-plant-page .reg-plant-map-container--disabled:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#f1f5f959;pointer-events:none}@media (max-width: 768px){.producer-app-shell .reg-plant-page,.reg-plant-page{min-width:0;padding-bottom:32px}.reg-plant-header{margin-bottom:16px}.reg-plant-header__title{font-size:1.35rem;line-height:1.2;overflow-wrap:anywhere}.reg-plant-header__subtitle{line-height:1.45}.reg-plant-entity-card{align-items:flex-start;padding:16px;margin-bottom:16px;border-radius:12px}.reg-plant-entity-card__id-block{width:100%;text-align:left}.reg-plant-entity-card__name,.reg-plant-entity-card__id{font-size:1rem;overflow-wrap:anywhere}.reg-plant-section{padding:16px;margin-bottom:16px;border-radius:12px}.reg-plant-section__title{margin-bottom:16px;font-size:1rem;line-height:1.3}.reg-plant-status-row,.reg-plant-core-fields-row,.reg-plant-upgrade-capacity-row,.reg-plant-section .wizard-form-grid-3{grid-template-columns:1fr!important;gap:14px!important}.reg-plant-status-row>.form-group>.form-label{height:auto;min-height:0;white-space:normal;line-height:1.3}.reg-plant-name-input-group{height:auto;min-height:38px}.reg-plant-name-prefix-addon{max-width:42%;padding:0 10px;overflow:hidden;text-overflow:ellipsis}.wizard-form-inline-field{align-items:stretch}.reg-plant-lookup-btn{width:100%;min-height:38px}.reg-plant-core-fields-row .wizard-form-inline-field .form-input{flex:1 1 160px}.reg-plant-core-fields-row .wizard-form-inline-field .btn{flex:0 0 auto;width:auto;min-width:84px;min-height:38px;white-space:nowrap}.reg-plant-address-grid,.reg-plant-address-row{grid-template-columns:1fr!important;gap:14px}.reg-plant-map-container{min-height:240px}.reg-plant-feedstock-grid{grid-template-columns:1fr!important;gap:12px}.reg-plant-feedstock-card{min-height:0;padding:12px}.reg-plant-feedstock-card__header,.reg-plant-feedstock-card__actions-row,.reg-plant-feedstock-total{align-items:stretch;flex-direction:column}.reg-plant-feedstock-card__label-container{flex-wrap:wrap}.reg-plant-feedstock-card__label{white-space:normal!important}.reg-plant-feedstock-card__qty-input-group,.reg-plant-feedstock-card__qty-input,.reg-plant-feedstock-total__total{width:100%}.reg-plant-feedstock-card__qty-input{text-align:left}.reg-plant-feedstock-total{gap:8px}.reg-plant-feedstock-total__predominant{margin-right:0}.reg-plant-offtake-checkboxes,.reg-plant-radio-group{grid-template-columns:1fr;gap:8px}.reg-plant-checkbox-label,.reg-plant-radio-label{min-width:0;width:100%}.reg-plant-compliance-card{padding:12px}.reg-plant-compliance-card__row,.reg-plant-compliance-card__row--authority{grid-template-columns:1fr!important;gap:10px!important}.reg-plant-compliance-card__title-col,.reg-plant-compliance-card__options,.reg-plant-compliance-card__upload-col,.reg-plant-compliance-card__upload-col--dpr,.reg-plant-compliance-card__upload-col--authority,.reg-plant-compliance-card__upload-col--filled{grid-column:auto!important;width:100%;justify-self:stretch}.reg-plant-compliance-card__upload-col,.reg-plant-compliance-card__upload-col--dpr,.reg-plant-compliance-card__upload-col--authority{align-items:stretch;flex-direction:column;flex-wrap:nowrap}.reg-plant-compliance-card__upload-btn,.reg-plant-upload-btn-compact,.reg-plant-compliance-card__text,.reg-plant-compliance-card__select,.reg-plant-compliance-card__date{width:100%!important}.reg-plant-compliance-card__uploaded{width:100%}}@media (max-width: 480px){.reg-plant-dashboard-shell .gp-dashboard-main{padding:10px}.reg-plant-section{padding:14px}.reg-plant-map-container{min-height:220px}.reg-plant-name-input-group{flex-direction:column;overflow:visible}.reg-plant-name-prefix-addon{max-width:100%;min-height:32px;border-right:0;border-bottom:1px solid var(--color-border)}.reg-plant-name-input-field.form-input{min-height:38px}.reg-plant-scada-hash-row{align-items:stretch;flex-direction:column}.reg-plant-scada-generate-btn{width:100%;min-height:36px}}.reg-plant-page .officer-contact-field .form-input:disabled{background-color:var(--color-surface-sub, #f1f5f9)}.reg-plant-page .btn.wizard-verify-btn--verified:disabled,.reg-plant-page .btn.officer-verify-btn--verified:disabled{background-color:var(--color-success-bg, #e8f5e9)!important;border-color:var(--color-success-border, #a5d6a7)!important;color:var(--color-success, #2e7d32)!important;cursor:default;opacity:1}.reg-file-input-hidden{display:none}.reg-plant-geotagged-tech-group{display:flex;flex-direction:column;gap:16px;min-width:0;height:auto;align-self:start}.reg-plant-geotagged-upload{min-width:0}.reg-plant-geotagged-upload__hint{color:#b45309;font-size:.85rem;margin-bottom:.5rem}.reg-plant-geotagged-upload__controls{display:flex;flex-direction:column;align-items:stretch;gap:.5rem}.reg-plant-geotagged-upload__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:42px;box-sizing:border-box;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;cursor:pointer;font-size:.78rem;font-weight:800;padding:11px 14px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.reg-plant-geotagged-upload__btn:hover{background:#f8fafc}.reg-plant-geotagged-upload__btn.is-disabled{opacity:.55;pointer-events:none;cursor:not-allowed}.reg-plant-geotagged-upload__helper{color:#64748b;font-size:.8rem;line-height:1.35}.reg-plant-geotagged-upload__list{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.4rem}.reg-plant-geotagged-upload__item{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.4rem .6rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px}.reg-plant-geotagged-upload__item--pending{background:#fffbeb;border-color:#fde68a}.reg-plant-geotagged-upload__name{font-size:.875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reg-plant-geotagged-upload__name em{font-style:normal;color:#92400e;margin-left:.25rem}.reg-plant-geotagged-upload__errors{list-style:none;margin:.5rem 0 0;padding:0;color:#b91c1c;font-size:.85rem}.reg-plant-geotagged-upload__errors li{margin-top:.25rem}.reg-plant-geotagged-info-notice{display:flex;align-items:flex-start;gap:.5rem;padding:.6rem .75rem;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;color:#1e40af;font-size:.825rem;line-height:1.4;margin-top:.5rem}.reg-plant-geotagged-badge{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;padding:2px 7px;border-radius:9999px;white-space:nowrap;margin-left:.5rem}.reg-plant-geotagged-badge--ok{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.reg-plant-geotagged-badge--manual{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.reg-plant-geotagged-badge--far{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.geotag-status-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 7px;border-radius:9999px;white-space:nowrap;font-size:.72rem;font-weight:600}.geotag-status-badge--ok{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.geotag-status-badge--manual{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.geotag-status-badge--far{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.geotag-status-badge .info-tooltip-trigger{color:inherit}.reg-success-page{max-width:600px;width:100%;margin:40px auto 0}.reg-success-card{text-align:center;padding:44px}.reg-success-icon-ring{width:80px;height:80px;border-radius:var(--radius-full);background-color:var(--color-success-bg);color:var(--color-success);display:flex;align-items:center;justify-content:center;font-size:40px;margin:0 auto 24px;border:2px solid var(--color-success-border)}.reg-success-title{font-size:1.75rem;color:var(--color-primary);font-weight:var(--font-bold);margin-bottom:8px}.reg-success-subtitle{color:var(--color-text-secondary);font-size:var(--text-sm);margin-bottom:32px}.reg-success-details-panel{text-align:left;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:20px;margin-bottom:32px}.reg-success-detail-row{display:flex;justify-content:space-between;border-bottom:1px solid var(--color-border-light);padding-bottom:10px;margin-bottom:10px}.reg-success-detail-row--last{border-bottom:none;margin-bottom:0;padding-bottom:0}.reg-success-detail-label{font-size:var(--text-xs);color:var(--color-text-secondary);font-weight:var(--font-semibold)}.reg-success-detail-value{font-size:var(--text-sm);color:var(--color-text-primary)}.reg-success-actions{display:flex;gap:16px;justify-content:center}.legacy-prefetch-page{max-width:900px;width:100%;margin:0 auto}.legacy-prefetch-intro{margin-bottom:32px}.legacy-prefetch-title{font-size:1.75rem;font-weight:var(--font-bold);color:var(--color-primary);margin-bottom:8px}.legacy-prefetch-desc{color:var(--color-text-secondary);font-size:var(--text-sm)}.legacy-prefetch-search-card{padding:32px}.legacy-prefetch-search-row{display:flex;gap:12px;align-items:flex-end;flex-wrap:wrap}.legacy-prefetch-search-field{flex-grow:1;min-width:300px}.legacy-prefetch-search-field .form-field{margin-bottom:0}.legacy-prefetch-btn-search{height:40px;padding:0 28px}.legacy-prefetch-btn-clear{height:40px}.legacy-prefetch-results{margin-top:24px}.legacy-prefetch-result-card{border-left:4px solid var(--color-accent)}.legacy-prefetch-result-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid var(--color-border-light);padding-bottom:12px}.legacy-prefetch-result-id-label{font-size:var(--text-xs);color:var(--color-text-secondary);font-weight:var(--font-semibold)}.legacy-prefetch-result-id{font-size:1.25rem;color:var(--color-primary);font-weight:var(--font-bold)}.legacy-prefetch-status-row{display:flex;gap:12px;align-items:center}.legacy-prefetch-status-label{font-size:var(--text-xs);color:var(--color-text-secondary);font-weight:var(--font-medium)}.legacy-prefetch-detail-grid{margin-bottom:24px}.legacy-prefetch-actions{border-top:1px solid var(--color-border-light);padding-top:20px;display:flex;justify-content:flex-end}.legacy-prefetch-empty{text-align:center;padding:60px 20px}.legacy-prefetch-empty-icon{font-size:48px;margin-bottom:16px}.legacy-prefetch-empty-title{font-size:1.25rem;color:var(--color-primary);font-weight:var(--font-bold);margin-bottom:8px}.legacy-prefetch-empty-desc{color:var(--color-text-secondary);font-size:var(--text-sm);max-width:440px;margin:0 auto 24px}.cht-dashboard-page{width:100%}.cht-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.cht-dashboard-title{font-size:1.5rem;font-weight:var(--font-bold);color:var(--color-primary);margin-bottom:8px}.cht-dashboard-desc{color:var(--color-text-secondary);font-size:var(--text-sm)}.cht-dashboard-clock{display:flex;gap:8px;font-size:var(--text-xs);color:var(--color-text-secondary)}.cht-dashboard-clock strong{color:var(--color-primary)}.cht-view-tabs{display:flex;gap:4px;border-bottom:2px solid #e8edf2;margin-bottom:20px}.cht-view-tab{padding:10px 18px;background:none;border:none;font-weight:600;font-size:14px;cursor:pointer;color:#888;border-bottom:2px solid transparent;margin-bottom:-2px}.cht-view-tab--active{color:var(--color-primary);border-bottom-color:var(--color-primary)}.cht-fund-placeholder{padding:20px 0}.cht-fund-placeholder p{color:#888;font-size:13px;margin-bottom:16px}.cht-registration-tab-hint{margin:0 0 16px;font-size:13px;color:var(--color-text-secondary);line-height:1.5}.cht-table-entity-pending{margin-top:4px;font-size:11px;font-weight:600;color:#c62828}.cht-filter-bar{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap;padding:12px;background-color:var(--color-surface-card);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.cht-search-row{display:flex;align-items:center;gap:10px;margin-bottom:16px}.cht-search-wrap{position:relative;flex:1;max-width:380px}.cht-search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--color-text-secondary);font-size:.9rem;pointer-events:none}.cht-search-input{width:100%;padding:8px 12px 8px 32px;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-sm);background-color:var(--color-surface-card);color:var(--color-text-primary);outline:none;transition:box-shadow .2s}.cht-search-input--active{box-shadow:0 0 0 2px #2563eb33}.cht-sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap}.cht-sortable-header--active{background:#2563eb0f}.cht-sort-icon{margin-left:4px}.cht-sort-icon--inactive{opacity:.3}.cht-filter-btn{padding:8px 16px;border-radius:var(--radius-full);font-size:var(--text-xs);font-weight:var(--font-semibold);cursor:pointer;transition:all var(--transition-fast);background-color:transparent;color:var(--color-text-secondary);border:1px solid var(--color-border)}.cht-filter-btn--active{background-color:var(--color-primary);color:var(--color-text-inverse);border:none}.cht-filter-mobile{display:none}.cht-filter-mobile__label{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.cht-filter-mobile__select{flex:1;min-width:0;padding:10px 12px;border:1px solid var(--color-border);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-primary);background-color:var(--color-surface-card);-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.cht-loading-wrap{text-align:center;padding:60px 0}.cht-loading-wrap p{margin-top:16px;color:var(--color-text-secondary);font-size:var(--text-sm)}.cht-dashboard-page .custom-table td{font-size:var(--text-xs)}.cht-table-app-id{font-weight:var(--font-normal);color:var(--color-primary);font-size:var(--text-xs)}.cht-table-entity-name{font-weight:var(--font-normal);color:var(--color-text-primary);font-size:var(--text-xs)}.cht-table-entity-type{font-size:var(--text-xs);color:var(--color-text-secondary);font-weight:var(--font-normal)}.cht-table-app-type{font-size:var(--text-xs);font-weight:var(--font-normal);color:var(--color-info)}.cht-table-code{font-size:var(--text-xs);font-weight:var(--font-normal);color:var(--color-primary);background-color:#2563eb12;padding:2px 6px;border-radius:4px}.cht-table-submitted,.cht-sla--neutral{color:var(--color-text-secondary);font-size:var(--text-xs);font-weight:var(--font-normal)}.cht-sla--danger{color:var(--color-danger);font-weight:var(--font-normal);font-size:var(--text-xs)}.cht-sla--warning{color:var(--color-warning);font-weight:var(--font-normal);font-size:var(--text-xs)}.cht-sla--success{color:var(--color-success);font-weight:var(--font-normal);font-size:var(--text-xs)}.cht-table-actions{text-align:center}.cht-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:12px var(--space-4);background-color:var(--color-surface-card);border-radius:var(--radius-lg);border:1px solid var(--color-border);font-size:var(--text-sm);color:var(--color-text-secondary)}.cht-empty-state{text-align:center;padding:60px 20px}.cht-empty-icon{font-size:48px;margin-bottom:16px}.cht-empty-title{font-size:1.25rem;color:var(--color-primary);font-weight:var(--font-bold);margin-bottom:8px}.cht-empty-desc{color:var(--color-text-secondary);font-size:var(--text-sm);max-width:440px;margin:0 auto}.cht-analytics-page{padding:0;margin-top:0;display:flex;flex-direction:column;gap:0}.cht-analytics-page .producer-open-queries-chip{margin-bottom:16px}.cht-analytics-title{font-size:1.6rem;font-weight:700;color:var(--color-text-primary);margin-bottom:6px}.cht-analytics-desc{color:var(--color-text-secondary);font-size:14px}.cht-kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.cht-kpi-card{background-color:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:16px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:space-between;transition:transform .2s,box-shadow .2s}.cht-kpi-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.cht-kpi-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.cht-kpi-icon-container{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px}.cht-icon-blue{background-color:#2563eb14;color:#2563eb}.cht-icon-green{background-color:#2e7d3214;color:var(--color-primary)}.cht-icon-orange{background-color:#f59e0b14;color:#f59e0b}.cht-icon-red{background-color:#d32f2f14;color:#d32f2f}.cht-kpi-trend{font-size:12px;font-weight:600;padding:2px 6px;border-radius:4px}.trend-blue{color:#2563eb;background-color:#2563eb14}.trend-green{color:var(--color-primary);background-color:#2e7d3214}.trend-orange{color:#f59e0b;background-color:#f59e0b14}.trend-red{color:#d32f2f;background-color:#d32f2f14}.cht-kpi-card-content{display:flex;flex-direction:column;gap:2px}.cht-kpi-label{font-size:11px;font-weight:600;color:#64748b;letter-spacing:.5px}.cht-kpi-value{font-size:24px;font-weight:700;color:var(--color-text-primary);line-height:1.2}.cht-kpi-sub{font-size:11px;color:#94a3b8}.cht-charts-row{display:grid;grid-template-columns:2fr 1fr;gap:16px;margin-top:24px}.cht-chart-card{background-color:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-sm);display:flex;flex-direction:column}.cht-chart-header-group{margin-bottom:20px}.cht-chart-title{font-size:16px;font-weight:700;color:var(--color-text-primary);margin-bottom:4px}.cht-chart-sub{font-size:12px;color:var(--color-text-secondary)}.cht-chart-container{width:100%}.cht-chart-empty{display:flex;align-items:center;justify-content:center;min-height:300px;color:var(--color-text-secondary);font-size:var(--text-sm);text-align:center;padding:24px}.cht-donut-container{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:12px}.cht-donut-center{position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center}.cht-donut-total-val{font-size:28px;font-weight:700;color:var(--color-text-primary)}.cht-donut-legend{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:10px}.cht-donut-legend-item{display:flex;align-items:center;gap:6px}.cht-donut-legend-dot{width:10px;height:10px;border-radius:50%;display:inline-block}.cht-donut-legend-label{font-size:11px;color:#64748b;font-weight:500}@media (max-width: 1024px){.cht-kpi-grid{grid-template-columns:repeat(2,1fr)}.cht-charts-row{grid-template-columns:1fr}}.cht-activity-list{display:flex;flex-direction:column;gap:14px;list-style:none;padding:0;margin:0}.cht-activity-item{display:flex;align-items:flex-start;gap:12px;padding-bottom:12px;border-bottom:1px solid var(--color-border)}.cht-activity-item:last-child{border-bottom:none;padding-bottom:0}.cht-activity-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;font-size:14px;flex-shrink:0}.cht-activity-icon--approved{background-color:#2e7d321a;color:var(--color-primary)}.cht-activity-icon--pending{background-color:#f59e0b1a;color:#f59e0b}.cht-activity-icon--rejected{background-color:#d32f2f1a;color:#d32f2f}.cht-activity-icon--default{background-color:#2563eb1a;color:#2563eb}.cht-activity-content{display:flex;flex-direction:column;gap:2px}.cht-activity-item-title{font-size:13px;font-weight:600;color:var(--color-text-primary);margin:0}.cht-activity-item-desc{font-size:11px;color:var(--color-text-secondary);margin:0}.cht-activity-item-time{font-size:10px;color:#94a3b8;margin-top:2px}.cht-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%;max-width:100%}.cht-table-wrap.custom-table-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.cht-table-wrap.custom-table-container .custom-table{width:100%;min-width:760px}@media (max-width: 768px){.cht-analytics-page{margin-top:0}.cht-analytics-title,.cht-dashboard-title,.cht-scada-status-title{display:none}.cht-dashboard-header{flex-direction:column;align-items:stretch;gap:.5rem;margin-bottom:16px}.cht-dashboard-desc,.cht-analytics-desc{margin-top:0}.cht-kpi-grid{grid-template-columns:1fr}.cht-view-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;gap:2px;margin-bottom:16px}.cht-view-tab{flex-shrink:0;padding:8px 12px;font-size:13px}.cht-filter-bar--chips{display:none}.cht-filter-mobile{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;background-color:var(--color-surface-card);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm)}.cht-registration-tab-hint,.cht-dashboard-desc{display:none}.cht-search-row{flex-direction:column;align-items:stretch}.cht-search-wrap{flex:none;max-width:none;width:100%}.cht-search-row .btn,.cht-search-row button{width:100%}.cht-table-wrap.custom-table-container{-webkit-overflow-scrolling:touch;touch-action:pan-x}.cht-pagination{flex-direction:column;align-items:stretch;gap:.75rem}.cht-pagination-btns{justify-content:center;flex-wrap:wrap}.cht-chart-card{padding:14px}.cht-kpi-value{font-size:20px}}@media (max-width: 480px){.cht-kpi-card{padding:12px}.cht-view-tab{padding:8px 10px;font-size:12px}.cht-donut-total-val{font-size:22px}}.gp-map-section{padding:12px 0 8px;background-color:var(--color-surface-card);width:100%;margin-top:8px;border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);box-sizing:border-box;overflow:hidden}.gp-map-wrapper{background-color:var(--color-surface-card);border-radius:clamp(10px,1.2vw,16px);padding:clamp(12px,2vw,24px);width:100%;box-sizing:border-box}.gp-section-heading{font-size:calc(28px * var(--gp-font-scale, 1));font-weight:700;color:var(--color-navy, #213555);margin-bottom:16px;line-height:1.3}.gp-text-center{text-align:center}.cht-map-header{padding:0 clamp(12px,2vw,24px);text-align:left;margin-bottom:4px}.cht-map-heading{font-size:clamp(1.25rem,2vw,1.5rem);font-weight:700;color:var(--color-text-primary, #0f172a);margin:0 0 4px;line-height:1.2}.cht-map-subheading{font-size:clamp(.815rem,1.2vw,.875rem);color:var(--color-text-secondary, #64748b);margin:0;line-height:1.4}.gp-dashboard-root .gp-plant-selector-wrapper{display:flex;align-items:center;gap:8px;margin-right:20px;background:#ffffff14;padding:6px 12px;border-radius:8px;border:1px solid var(--color-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.gp-dashboard-root .gp-plant-selector-label{font-size:11px;color:var(--color-text-secondary);font-weight:700;text-transform:uppercase;letter-spacing:.5px}.gp-dashboard-root .gp-plant-select{background:transparent;border:none;color:#0052cc;font-size:13px;font-weight:700;outline:none;cursor:pointer;padding-right:5px}.gp-dashboard-root .gp-plant-select option{background:var(--color-bg-primary);color:var(--color-text-primary)}.gp-dashboard-root{display:flex;flex-direction:column;min-height:100vh}.gp-dashboard-root .gp-dashboard-container{display:flex;align-items:stretch;flex:1}.gp-dashboard-root .gp-dashboard-sidebar--scroll{align-self:stretch;padding-bottom:24px}.gp-dashboard-root .gp-sidebar-nav--stacked{display:flex;flex-direction:column;gap:12px}.gp-dashboard-root .gp-sidebar-nav-group{display:flex;flex-direction:column;gap:6px}.gp-dashboard-root .gp-sidebar-nav-heading{font-size:10px;font-weight:700;color:#fff6;text-transform:uppercase;padding-left:12px;margin-bottom:4px;letter-spacing:.5px}.gp-dashboard-root .gp-sidebar-divider{height:1px;background:#ffffff1a;margin:4px 0}.gp-dashboard-root .gp-dashboard-main,.gp-dashboard-root .page-container.producer-app-shell__content{flex:1;min-width:0;display:flex;flex-direction:column}.producer-app-shell.gp-dashboard-root .gp-dashboard-main,.producer-app-shell.gp-dashboard-root .page-container{max-width:100%;width:100%}.gp-dashboard-root .gp-dashboard-main-footer,.gp-dashboard-root .portal-dashboard-footer--dashboard-root{margin:0;padding-top:0;flex-shrink:0}.gp-dashboard-root .gp-dashboard-main-footer .gp-container,.gp-dashboard-root .portal-dashboard-footer--dashboard-root .gp-container{max-width:none;width:100%;padding-inline:32px}.gp-dashboard-root .gp-dashboard-main-footer .gp-footer-bottom-inner,.gp-dashboard-root .portal-dashboard-footer--dashboard-root .gp-footer-bottom-inner{justify-content:center;text-align:center;gap:10px;flex-wrap:wrap}.gp-dashboard-root .gp-warning-banner--telemetry{background:#d4a0171f;border-left:4px solid #d4a017;padding:12px 16px;border-radius:8px;margin-bottom:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000000d}.gp-dashboard-root .gp-warning-banner__title{margin:0 0 6px;color:#d4a017;display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}.gp-dashboard-root .gp-warning-banner__list{margin:0;padding-left:20px;font-size:12px;color:var(--color-text-secondary);line-height:1.6}.gp-dashboard-root .gp-warning-banner__item{margin-bottom:4px}.gp-dashboard-root .gp-kpi-card--warning{border:1.5px solid rgba(212,160,23,.6);background:#d4a01708}.gp-dashboard-root .gp-legend-color--blue{background-color:#0052cc}.gp-dashboard-root .gp-legend-color--blue-mid{background-color:#3b82f6}.gp-dashboard-root .gp-legend-color--blue-light{background-color:#93c5fd}.gp-dashboard-root .gp-legend-color--amber{background-color:#f5a623}.gp-dashboard-root .gp-legend-color--navy{background-color:#1e3a8a}.gp-dashboard-root .gp-legend-color--red{background-color:#d32f2f}.gp-dashboard-root .gp-legend-color--gray{background-color:#757575}.gp-dashboard-root .gp-progress-bar-fill{width:var(--gp-progress-width, 0%)}.gp-dashboard-root .gp-profile-extra-stack{margin-top:24px;display:flex;flex-direction:column;gap:24px}.gp-dashboard-root .gp-form-card--full{width:100%}.gp-dashboard-root .gp-form-card--scroll{width:100%;overflow-x:auto}.gp-dashboard-root .gp-profile-card-desc{color:var(--color-text-secondary);font-size:13px;margin:0 0 16px}.gp-dashboard-root .gp-detail-grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.gp-dashboard-root .gp-detail-grid-auto--wide{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.gp-dashboard-root .gp-detail-field{display:flex;flex-direction:column;gap:4px}.gp-dashboard-root .gp-detail-field-label{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.gp-dashboard-root .gp-detail-field-value{font-size:1rem;font-weight:600;color:#334155}.gp-dashboard-root .gp-detail-field-value--mono{font-family:monospace}.gp-dashboard-root .gp-verified-badge{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:700;color:#16a34a}.gp-dashboard-root .gp-data-table{width:100%;border-collapse:collapse;text-align:left;min-width:600px}.gp-dashboard-root .gp-data-table thead tr{border-bottom:2px solid #e2e8f0;color:#64748b;font-size:.75rem;font-weight:700;text-transform:uppercase}.gp-dashboard-root .gp-data-table th{padding:12px 16px}.gp-dashboard-root .gp-data-table tbody tr{border-bottom:1px solid #e2e8f0;font-size:.875rem;color:#334155;font-weight:600}.gp-dashboard-root .gp-data-table td{padding:16px}.gp-dashboard-root .gp-data-table__cell--mono{font-family:monospace}.gp-dashboard-root .gp-data-table__cell--center{text-align:center;color:#64748b}.gp-dashboard-root .gp-data-table__cell--verified{color:#16a34a}.gp-dashboard-root .gp-data-table__cell--unverified{color:#ef4444}.gp-dashboard-root .gp-primary-officer-badge{font-size:.7rem;background:#e0f2fe;color:#0369a1;padding:2px 6px;border-radius:4px;margin-left:6px}.gp-dashboard-root .gp-welcome-strip--plants{display:flex;justify-content:space-between;align-items:center}.gp-dashboard-root .gp-plants-context-banner--spaced{margin-bottom:20px}.gp-dashboard-root .gp-plant-registry-card{margin-bottom:24px}.gp-dashboard-root .gp-registry-title{margin:0;border:none;padding-bottom:12px}.gp-dashboard-root .gp-modal-table-wrap--flush{max-height:none}.gp-dashboard-root .gp-text-center{text-align:center}.gp-dashboard-root .gp-plants-radio{cursor:pointer}.gp-dashboard-root .gp-plant-verify-pill{padding:3px 8px;border-radius:12px;font-size:11px;font-weight:700}.gp-dashboard-root .gp-plant-verify-pill--approved{background:#2e7d321a;color:var(--color-primary);border:1px solid rgba(46,125,50,.2)}.gp-dashboard-root .gp-plant-verify-pill--pending{background:#f59e0b1a;color:#f57c00;border:1px solid rgba(245,158,11,.2)}.gp-dashboard-root .gp-modify-plant-btn{background:none;border:none;cursor:pointer;font-size:15px;padding:4px 8px;border-radius:4px;transition:all .15s ease}.gp-dashboard-root .gp-modify-plant-btn:hover{background-color:#0000000d}.gp-dashboard-root .gp-facility-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;border-bottom:1px solid var(--color-border-light);padding-bottom:10px}.gp-dashboard-root .gp-facility-title{margin:0;border:none;padding:0}.gp-dashboard-root .gp-comp-val--right{text-align:right}.gp-dashboard-root .gp-comp-val--bold{font-weight:700}.gp-dashboard-root .gp-comp-val--primary{color:#0052cc;font-weight:700}.gp-dashboard-root .gp-comp-val--capitalize{text-transform:capitalize}.gp-dashboard-root .gp-scada-sync-status--end{justify-content:flex-end}.gp-dashboard-root .gp-pulse-dot--inline{position:relative;display:inline-block;top:0;left:0;margin:0}.gp-dashboard-root .gp-schemes-hero{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:stretch;padding:18px 22px;margin-bottom:14px;border:1px solid #dbe7f3;border-radius:18px;background:radial-gradient(circle at top right,rgba(21,101,192,.13),transparent 34%),linear-gradient(135deg,#fff,#f5faff);box-shadow:0 16px 36px #02346e14}.gp-dashboard-root .gp-schemes-header{margin:0;width:100%;max-width:none}.gp-dashboard-root .gp-schemes-eyebrow{display:inline-flex;align-items:center;width:fit-content;margin-bottom:8px;padding:5px 10px;border-radius:999px;background:#1565c014;color:#0f5db8;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gp-dashboard-root .gp-schemes-title{font-size:clamp(22px,1.8vw,28px);font-weight:800;color:#06224a;margin:0 0 8px;letter-spacing:-.04em}.gp-dashboard-root .gp-schemes-subtitle{color:#50627a;font-size:13px;line-height:1.55;margin:0;width:100%;max-width:none}.gp-dashboard-root .gp-scheme-plant-card{display:flex;flex-direction:column;justify-content:center;min-height:112px;padding:16px 18px;border:1px solid rgba(21,101,192,.14);border-radius:16px;background:#fff;box-shadow:0 12px 28px #0f52ba1a}.gp-dashboard-root .gp-scheme-plant-card label{margin-bottom:6px;color:#0f3d8f;font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gp-dashboard-root .gp-scheme-plant-select{width:100%;min-height:40px;padding:0 34px 0 12px;border:1px solid #cbdaf0;border-radius:12px;background:#f8fbff;color:#041d40;font-size:13px;font-weight:700;outline:none}.gp-dashboard-root .gp-scheme-plant-select:focus{border-color:#1565c0;box-shadow:0 0 0 3px #1565c01f}.gp-dashboard-root .gp-scheme-plant-card p{margin:8px 0 0;color:#6b7b91;font-size:11px;line-height:1.4}.gp-dashboard-root .gp-scheme-plant-card--topbar-moved{padding:0;border:none;background:transparent;box-shadow:none}.gp-dashboard-root .gp-scheme-tabs{display:flex;gap:10px;align-items:center;width:fit-content;padding:6px;margin-bottom:18px;border:1px solid #dce7f5;border-radius:14px;background:#fff;box-shadow:0 8px 20px #02346e0f}.gp-dashboard-root .gp-scheme-tab{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:transparent;border:none;border-radius:10px;font-weight:800;font-size:13px;cursor:pointer;color:#6d7c91;transition:all .16s ease}.gp-dashboard-root .gp-scheme-tab:hover{background:#f2f7ff;color:#1565c0}.gp-dashboard-root .gp-scheme-tab--active{color:#fff;background:linear-gradient(135deg,#0f5db8,#0786d8);box-shadow:0 8px 18px #1565c038}.gp-dashboard-root .gp-schemes-content-card{background:#fff;border:1px solid #dbe7f3;border-radius:20px;padding:22px;box-shadow:0 12px 30px #02346e12}.gp-dashboard-root .gp-scheme-apply-panel{margin:0 auto;background:#fff;border-radius:18px;padding:8px}.gp-dashboard-root .gp-bank-details-view,.gp-dashboard-root .gp-shareholders-view,.gp-dashboard-root .gp-documents-view{padding:24px 0}.gp-dashboard-root .gp-bank-details-card,.gp-dashboard-root .gp-shareholders-card{background:#fff;border-radius:16px;padding:28px;border:1px solid #e8edf2;box-shadow:0 4px 20px #00000008}.gp-dashboard-root .gp-shareholders-card{padding:24px;overflow-x:auto}.gp-dashboard-root .gp-data-table--shareholders{min-width:500px}.gp-dashboard-root .gp-documents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px}.gp-dashboard-root .gp-document-card{background:#fff;border-radius:16px;padding:20px;border:1px solid #e8edf2;box-shadow:0 4px 20px #00000005;display:flex;flex-direction:column;justify-content:space-between;gap:16px}.gp-dashboard-root .gp-document-card__title{margin:0 0 4px;font-size:.95rem;font-weight:700;color:#0f172a}.gp-dashboard-root .gp-document-card__desc{margin:0;font-size:.8rem;color:#64748b;line-height:1.4}.gp-dashboard-root .gp-document-card__footer{display:flex;align-items:center;justify-content:space-between}.gp-dashboard-root .gp-document-card__status{font-size:.75rem;font-weight:700;color:#16a34a}.gp-dashboard-root .gp-document-card__status--inactive{color:#dc2626}.gp-dashboard-root .gp-view-doc-btn{padding:6px 12px;background:#1565c014;color:#1565c0;border:none;border-radius:6px;font-weight:700;font-size:.8rem;cursor:pointer}.gp-dashboard-root .gp-modal-btn-full{width:100%}.gp-dashboard-root .gp-table-empty{text-align:center;padding:20px}.producer-modern-dashboard,.producer-modern-plants{color:#0f172a}.producer-modern-page-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px;flex-wrap:wrap}.producer-modern-page-header__entity{display:flex;align-items:center;gap:8px;margin-top:6px;flex-wrap:wrap}.producer-modern-page-header__entity-label{font-size:.85rem;color:#64748b;font-weight:500}.producer-modern-page-header__entity-name{font-size:.9rem;color:#0f172a}.producer-modern-page-header__actions{display:flex;gap:12px;align-items:center;flex-wrap:wrap;min-width:0}.producer-modern-page-header__filter-field{display:flex;align-items:center;gap:12px;min-width:0;flex:1 1 220px}.producer-modern-page-header__filter-label{font-size:.9rem;font-weight:500;color:#475569;white-space:nowrap;flex-shrink:0}.producer-modern-plant-filter{position:relative;flex:1 1 auto;width:100%;min-width:0;max-width:100%}.producer-modern-plant-filter__select{width:100%;max-width:100%;min-width:0;height:36px;padding:0 36px 0 12px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#334155;font-size:.78rem;font-weight:600;box-sizing:border-box;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.producer-modern-plant-filter__select:focus{border-color:#05006f;box-shadow:0 0 0 3px #05006f14}.producer-modern-plant-filter__chevron{position:absolute;top:50%;right:12px;transform:translateY(-50%);pointer-events:none;font-size:.85rem;line-height:1;color:#64748b}.producer-modern-page-header__actions .producer-modern-range{min-width:0;flex:1 1 160px;max-width:100%}.producer-modern-page-header h2{margin:0;font-size:1rem;font-weight:800;color:#0f172a}.producer-modern-page-header p{margin:6px 0 0;font-size:.78rem;color:#64748b}.producer-modern-page-header--plants{padding-bottom:18px;border-bottom:1px solid #e2e8f0}.producer-modern-range{height:36px;min-width:128px;padding:0 12px;border:1px solid #cbd5e1;border-radius:8px;background:#f8fafc;color:#334155;font-size:.78rem;font-weight:600}.producer-modern-primary-btn{padding:10px 18px;border:none;border-radius:8px;background:#05006f;color:#fff;font-size:.78rem;font-weight:800;cursor:pointer;box-shadow:0 8px 18px #05006f29}.producer-modern-primary-btn .info-tooltip-trigger{background:#fff3;color:#fff}.producer-modern-primary-btn .info-tooltip-trigger:hover,.producer-modern-primary-btn .info-tooltip-trigger:focus-visible{background:#ffffff59;color:#fff}.producer-modern-metric-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-bottom:20px}.producer-open-queries-chip{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:16px;padding:10px 14px;border:1px solid #dbe3ee;border-left:4px solid #0f172a;border-radius:8px;background:#fff;box-shadow:0 4px 12px #0f172a0f;cursor:pointer;text-align:left;font:inherit;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.producer-open-queries-chip:hover{border-color:#94a3b8;box-shadow:0 6px 16px #0f172a1a}.producer-open-queries-chip__text{font-size:.82rem;font-weight:600;color:#0f172a}.producer-open-queries-chip__text strong{font-size:.82rem;font-weight:700;color:#0f172a}.producer-open-queries-chip__cta{margin-left:auto;font-size:.78rem;font-weight:700;color:#0052cc}.producer-cht-query-banner{border-radius:4px;margin-bottom:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;position:relative;padding:16px 40px 16px 16px;flex-wrap:wrap}.producer-cht-query-banner--pending{background-color:#fff3e0;border-left:4px solid #ff9800}.producer-cht-query-banner--responded{background-color:#e8f5e9;border-left:4px solid #4caf50}.producer-cht-query-banner__dismiss{position:absolute;top:8px;right:8px;background:transparent;border:none;font-size:18px;line-height:1;cursor:pointer;opacity:.7;padding:4px;min-width:44px;min-height:44px}.producer-cht-query-banner--pending .producer-cht-query-banner__dismiss{color:#ff9800}.producer-cht-query-banner--responded .producer-cht-query-banner__dismiss{color:#4caf50}.producer-cht-query-banner__body{display:flex;gap:12px;align-items:flex-start;flex:1 1 220px;min-width:0}.producer-cht-query-banner__icon{font-size:20px;flex-shrink:0}.producer-cht-query-banner__title{font-weight:500;margin-bottom:4px}.producer-cht-query-banner--pending .producer-cht-query-banner__title{color:#e65100}.producer-cht-query-banner--responded .producer-cht-query-banner__title{color:var(--color-primary)}.producer-cht-query-banner__text{font-size:13px;color:#555;margin-bottom:8px;word-break:break-word}.producer-cht-query-banner__response{font-size:12px;color:var(--color-primary-light);border-left:2px solid #a5d6a7;padding-left:8px;word-break:break-word}.producer-cht-query-banner__action{white-space:nowrap;color:#fff;border:none;padding:10px 14px;border-radius:4px;cursor:pointer;font-size:13px;font-weight:500;margin-top:4px;min-height:44px;flex-shrink:0}.producer-cht-query-banner__action--pending{background-color:#ff9800}.producer-cht-query-banner__action--responded{background-color:#4caf50}.producer-modern-metric-card,.producer-modern-panel,.producer-modern-plant-kpi{background:#fff;border:1px solid #d9e2ec;border-radius:8px;box-shadow:0 7px 18px #0f172a14}.producer-modern-metric-card{min-height:116px;padding:18px 20px;border-left:4px solid #02a47a}.producer-modern-metric-label{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:14px;color:#64748b;font-size:.66rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.producer-modern-metric-nav{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:24px;height:24px;padding:0;border:1px solid #d9e2ec;border-radius:999px;background:#f8fafc;color:#0f172a;cursor:pointer;letter-spacing:0;text-transform:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.producer-modern-metric-nav:hover,.producer-modern-metric-nav:focus-visible{background:#0f172a;border-color:#0f172a;color:#fff;outline:none}.producer-modern-metric-card strong{display:block;color:#063b57;font-size:1.7rem;line-height:1}.producer-modern-metric-card small,.producer-modern-panel-heading p{color:#64748b;font-size:.72rem}.producer-modern-panel{padding:16px 18px}.producer-modern-chart-panel{margin-bottom:20px}.producer-production-overview{min-width:0;overflow:hidden}.producer-production-overview .producer-scada-legends-bar,.producer-production-overview .producer-scada-controls-row,.producer-production-comparison-list,.producer-production-plant-row{min-width:0}.producer-production-comparison-head{gap:12px}.producer-production-plant-meta,.producer-production-plant-name,.producer-production-bar-track,.producer-production-plant-value{min-width:0}.producer-modern-panel-heading{margin-bottom:16px}.producer-modern-panel-heading h3{margin:0 0 4px;font-size:.86rem;font-weight:800}.producer-modern-panel-heading p{margin:0}.producer-modern-line-chart{min-height:290px}.producer-modern-line-chart svg{width:100%;height:260px;display:block}.producer-modern-grid-line{stroke:#dce5ef;stroke-dasharray:4 4}.producer-modern-line{fill:none;stroke-width:3}.producer-modern-line--blue{stroke:#1f7aff}.producer-modern-line--green{stroke:#08b987}.producer-modern-line--orange{stroke:#f59e0b}.producer-modern-axis-label{fill:#94a3b8;font-size:10px}.producer-modern-chart-legend{display:flex;justify-content:center;gap:20px;color:#64748b;font-size:.72rem}.producer-modern-dot{width:8px;height:8px;display:inline-block;margin-right:6px;border-radius:999px}.producer-modern-dot--blue,.producer-modern-bar--blue{background:#1f7aff}.producer-modern-dot--green,.producer-modern-bar--green{background:#08b987}.producer-modern-dot--orange{background:#f59e0b}.producer-modern-bottom-grid{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,1fr);gap:16px}.producer-modern-offtake-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:18px}.producer-modern-offtake-kpis div{padding:10px 12px;background:#f8fbff;border:1px solid #dbe7f3;border-radius:5px}.producer-modern-offtake-kpis span{display:block;margin-bottom:5px;color:#64748b;font-size:.62rem;text-transform:uppercase}.producer-modern-offtake-kpis strong{color:#0f172a;font-size:.84rem}.producer-modern-bars{display:grid;gap:12px}.producer-modern-bar-row{display:grid;grid-template-columns:90px 1fr;align-items:center;gap:12px;color:#64748b;font-size:.72rem}.producer-modern-bar-row div{display:grid;gap:3px;overflow:hidden}.producer-modern-bar{height:13px;border-radius:999px;max-width:100%}.producer-modern-activity-list{display:grid;gap:16px}.producer-modern-activity{display:grid;grid-template-columns:22px 1fr;gap:10px}.producer-modern-activity-dot{width:18px;height:18px;margin-top:2px;border-radius:999px;border:4px solid #e0f2fe}.producer-modern-activity-dot--green{background:#22c55e}.producer-modern-activity-dot--blue{background:#38bdf8}.producer-modern-activity strong{display:block;font-size:.78rem}.producer-modern-activity p,.producer-modern-activity small{display:block;margin:3px 0 0;color:#64748b;font-size:.7rem}.producer-modern-plant-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px}.producer-modern-plant-kpi{min-height:110px;padding:18px 20px;display:flex;align-items:flex-start;justify-content:space-between}.producer-modern-plant-kpi span{display:block;margin-bottom:8px;color:#64748b;font-size:.64rem;font-weight:800;text-transform:uppercase}.producer-modern-plant-kpi strong{display:block;color:#0f172a;font-size:1.4rem}.producer-modern-plant-kpi small{color:#64748b;font-size:.72rem}.producer-modern-plant-icon{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:6px;font-style:normal;font-weight:800}.producer-modern-plant-icon--blue{color:#2563eb;background:#dbeafe}.producer-modern-plant-icon--green{color:#059669;background:#d1fae5}.producer-modern-plant-icon--orange{color:#d97706;background:#fef3c7}.producer-modern-plant-icon--cyan{color:#0891b2;background:#cffafe}.producer-modern-plants-table-card{padding:0;overflow:visible}.producer-modern-plants-table-card .producer-modern-panel-heading{padding:18px 20px 12px;margin-bottom:0}.producer-modern-table-wrap{overflow-x:auto}.producer-modern-plants-table{width:100%;border-collapse:collapse;min-width:860px}.producer-modern-plants-table.plant-queries-inbox-table{min-width:0;width:100%;table-layout:fixed}.producer-modern-plants-table.plant-queries-inbox-table th,.producer-modern-plants-table.plant-queries-inbox-table td{padding:12px 10px;vertical-align:top;overflow:hidden}.producer-modern-plants-table.plant-queries-inbox-table .plant-queries-inbox-badge{display:inline-flex;align-items:center;max-width:100%;width:auto;white-space:nowrap;overflow:hidden;overflow-wrap:normal;word-break:normal;line-height:1.3;text-align:center;box-sizing:border-box;padding:5px 7px;font-size:.68rem}.producer-modern-plants-table.plant-queries-inbox-table .plant-query-type-cell,.producer-modern-plants-table.plant-queries-inbox-table .plant-query-status-cell{white-space:nowrap;overflow:hidden;vertical-align:middle}.producer-modern-plants-table.plant-queries-inbox-table .plant-query-type-cell{min-width:0}.producer-modern-plants-table.plant-queries-inbox-table .plant-query-status-cell{min-width:0;padding-right:14px}.producer-modern-plants-table.plant-queries-inbox-table .plant-query-text-cell{padding-left:14px;padding-right:4px}.producer-modern-plants-table.plant-queries-inbox-table .plant-query-updated-cell{padding-left:4px;padding-right:4px;white-space:nowrap;font-size:.7rem}.producer-modern-table-wrap:has(.plant-queries-inbox-table){overflow-x:hidden;overflow-y:visible}.producer-modern-plants-table thead{background:#f1f5f9}.producer-modern-plants-table th,.producer-modern-plants-table td{padding:14px 18px;text-align:left;border-top:1px solid #e2e8f0;font-size:.76rem}.producer-modern-plants-table th{color:#64748b;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.producer-modern-plants-table td{color:#334155;font-weight:600}.producer-modern-status{display:inline-flex;padding:4px 9px;border-radius:999px;font-size:.66rem;font-weight:800}.producer-modern-status--operational,.producer-modern-status--commissioned,.producer-modern-status--scheme-released{color:#047857;background:#d1fae5}.producer-modern-status--yet-to-start,.producer-modern-status--yet_to_start{color:#64748b;background:#e2e8f0}.producer-modern-status--under-construction,.producer-modern-status--scheme-pending{color:#b45309;background:#fef3c7}.producer-modern-status--verification{color:#0369a1;background:#e0f2fe}.producer-modern-status--scheme-approved{color:#0e7490;background:#cffafe}.producer-modern-status--request{color:#1d4ed8;background:#dbeafe}.producer-modern-scada-heading-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.producer-modern-scada-loading{color:var(--color-text-secondary);font-size:.9rem;margin:0 0 1rem}.producer-modern-scada-secret-grid{display:grid;gap:16px;width:100%;max-width:100%;margin-bottom:0;box-sizing:border-box;min-width:0}.producer-modern-scada-secret-grid .scada-geotagged{grid-column:1 / -1}.scada-telemetry-page .producer-modern-scada-secret-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,280px),1fr))}.producer-scada-connectivity{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;padding:4px 10px;border-radius:999px}.producer-scada-connectivity--active{color:#047857;background:#d1fae5}.producer-scada-connectivity--stale{color:#b45309;background:#fef3c7}.producer-scada-connectivity__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.producer-scada-connectivity__dot--inline{display:inline-block;margin-right:2px}.producer-scada-connectivity--active .producer-scada-connectivity__dot,.producer-scada-connectivity__dot--green{background:#10b981}.producer-scada-connectivity--stale .producer-scada-connectivity__dot,.producer-scada-connectivity__dot--amber{background:#f59e0b}.producer-modern-actions{display:flex;gap:8px;align-items:center}.producer-modern-actions button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:#fff;color:#0f172a;cursor:pointer;font-size:.86rem;line-height:1;transition:background .2s ease,border-color .2s ease,color .2s ease,transform .2s ease;border:none}.producer-modern-actions button:hover{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8;transform:translateY(-1px)}.producer-modern-link-btn,.producer-modern-request-btn{border:1px solid #bfdbfe;border-radius:999px;background:#fff;color:#1d4ed8;cursor:pointer;font-size:.7rem;font-weight:800;padding:7px 12px}.producer-modern-request-btn{background:#0b63ce;border-color:#0b63ce;color:#fff}.producer-modern-link-btn:hover,.producer-modern-request-btn:hover{box-shadow:0 8px 18px #2563eb2e;transform:translateY(-1px)}.producer-modern-plant-detail{display:flex;flex-direction:column;gap:18px;min-width:0}.producer-modern-plant-detail-actions{align-items:flex-end;display:flex;flex-direction:column;gap:10px;margin-left:auto;min-width:300px}.producer-modern-plant-detail-select{display:flex;flex-direction:column;gap:6px;width:100%;color:#64748b;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.producer-modern-plant-detail-select select{border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;cursor:pointer;font-size:.84rem;font-weight:700;letter-spacing:normal;outline:none;padding:10px 12px;text-transform:none}.producer-modern-plant-detail-select select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.producer-modern-back-btn{display:inline-flex;align-items:center;width:fit-content;gap:6px;margin-bottom:10px;border:1px solid #bfdbfe;border-radius:999px;background:#eff6ff;color:#1d4ed8;cursor:pointer;font-size:.72rem;font-weight:800;padding:8px 12px}.producer-modern-back-btn:hover{background:#dbeafe}.producer-modern-plant-detail-card{padding:0;overflow:hidden;min-width:0}.producer-modern-plant-tabs{display:flex;gap:8px;overflow-x:auto;padding:16px 18px 0;border-bottom:1px solid #e2e8f0}.producer-modern-plant-tab{flex:0 0 auto;border:none;border-bottom:3px solid transparent;background:transparent;color:#64748b;cursor:pointer;font-size:.82rem;font-weight:800;padding:14px 16px}.producer-modern-plant-tab--active{color:#0b4fc4;border-bottom-color:#0b63ce}.producer-modern-plant-tab-panel{padding:22px;min-width:0}.producer-modern-plant-details-grid,.producer-modern-detail-column{min-width:0}.producer-modern-section-heading{margin-bottom:18px}.producer-modern-section-heading h3{margin:0;color:#0f172a;font-size:1rem}.producer-modern-section-heading p{margin:6px 0 0;color:#64748b;font-size:.78rem}.producer-modern-detail-grid,.producer-modern-telemetry-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.producer-modern-detail-item,.producer-modern-telemetry-card{min-height:86px;border:1px solid #dbe4f0;border-radius:12px;background:#f8fafc;padding:14px}.producer-modern-detail-item--wide{grid-column:span 2}.producer-modern-detail-item span,.producer-modern-telemetry-card span{display:block;color:#64748b;font-size:.66rem;font-weight:800;letter-spacing:.06em;margin-bottom:8px;text-transform:uppercase}.producer-modern-detail-item strong,.producer-modern-telemetry-card strong{color:#0f172a;font-size:.86rem;line-height:1.35}.producer-modern-telemetry-secret-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.producer-modern-telemetry-secret-row strong{min-width:0;overflow-wrap:anywhere}.producer-modern-telemetry-card{background:linear-gradient(135deg,#eff6ff,#fff)}.producer-modern-mini-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px}.producer-modern-mini-table{width:100%;min-width:720px;border-collapse:collapse}.producer-modern-mini-table thead{background:#f1f5f9}.producer-modern-mini-table th,.producer-modern-mini-table td{padding:14px 16px;text-align:left;border-top:1px solid #e2e8f0;color:#334155;font-size:.76rem;font-weight:600}.producer-modern-mini-table th{color:#64748b;font-size:.66rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.producer-modern-edit-form,.producer-modern-tranche-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.producer-modern-edit-form label,.producer-modern-tranche-form label{display:flex;flex-direction:column;gap:8px;color:#334155;font-size:.74rem;font-weight:800}.producer-modern-edit-form input,.producer-modern-edit-form select,.producer-modern-tranche-form input,.producer-modern-tranche-form textarea{width:100%;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;font-size:.84rem;outline:none;padding:11px 12px}.producer-modern-field-hint{color:#64748b;font-size:.7rem;font-weight:700}.producer-modern-checkselect-field{gap:6px}.producer-modern-checkselect{width:240px;max-width:100%;border:1px solid #c5cbd3;border-radius:3px;background:#fff;box-shadow:0 2px 4px #0f172a14}.producer-modern-checkselect-trigger{height:28px;display:flex;align-items:center;border-bottom:1px solid #c5cbd3;color:#111827;font-size:14px;font-weight:500;padding:4px 9px}.producer-modern-checkselect-menu{display:block;padding:6px 9px 8px}.producer-modern-edit-form .producer-modern-checkselect-option{display:flex!important;flex-direction:row;align-items:center;justify-content:flex-start;gap:5px;color:#111827;font-size:14px;font-weight:500;line-height:20px;margin:0;min-height:20px}.producer-modern-checkselect-option input{flex:0 0 auto;width:13px;height:13px;margin:0 2px 0 0;accent-color:#2563eb}.producer-modern-checkselect-option span{display:inline;text-align:left}.producer-modern-tranche-form textarea{min-height:86px;resize:vertical}.producer-modern-edit-form input:focus,.producer-modern-edit-form select:focus,.producer-modern-tranche-form input:focus,.producer-modern-tranche-form textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1f}.producer-modern-form-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:12px;margin-top:4px}.producer-modern-form-actions--spaced{margin-top:18px}.producer-modern-scada-form{align-items:start;max-width:880px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:18px}.producer-modern-scada-hash-field{grid-column:auto}.producer-modern-scada-hash-row{display:flex;align-items:center;gap:10px}.producer-modern-scada-hash-value{flex:1;min-height:42px;display:flex;align-items:center;border:1px solid #cbd5e1;border-radius:10px;background:#f8fafc;color:#0f172a;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;font-weight:800;padding:10px 12px}.producer-modern-scada-visibility-btn{width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;cursor:pointer;font-size:1rem}.producer-modern-scada-visibility-btn:hover:not(:disabled){border-color:#1d4ed8;color:#1d4ed8}.producer-modern-scada-visibility-btn:disabled{cursor:not-allowed;opacity:.5}.producer-modern-scada-visibility-btn--compact{width:34px;height:34px;flex:0 0 34px;border-radius:9px;font-size:.9rem}.producer-modern-scada-hash-field small{display:block;margin-top:6px;color:#64748b;font-size:.72rem}.producer-modern-scada-guide-link{border:none;background:transparent;color:#002f6c;cursor:pointer;font:inherit;font-weight:800;padding:0;text-decoration:underline}.producer-modern-secondary-btn{border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#0f172a;cursor:pointer;font-size:.78rem;font-weight:800;padding:11px 18px}.producer-modern-secondary-btn:hover{background:#f8fafc}.producer-modern-scada-page{display:flex;flex-direction:column;gap:18px;padding:24px 0 8px}.producer-modern-scada-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.producer-modern-scada-kpi-card{border:1px solid #dbe4f0;border-radius:14px;background:#fff;box-shadow:0 8px 24px #0f172a0d;padding:16px}.producer-modern-scada-kpi-card span{display:block;color:#64748b;font-size:.66rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.producer-modern-scada-kpi-card strong{display:block;margin-top:8px;color:#002f6c;font-size:1.55rem}.producer-modern-scada-kpi-card small{display:block;margin-top:4px;color:#64748b;font-size:.76rem}.producer-modern-scada-table-card{padding:0;overflow:visible}.producer-modern-scada-table-card .producer-modern-table-wrap{overflow-x:auto}.plants-toolbar--scada{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;padding:12px 16px;margin-bottom:8px}.producer-scada-sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:background-color .2s ease}.producer-scada-sortable-header:hover{background-color:#05006f0a}.producer-scada-sortable-header--active{background-color:#05006f14}.producer-scada-sort-icon{margin-left:6px;font-size:.8rem;display:inline-block}.producer-scada-sort-icon--inactive{opacity:.35}.producer-modern-scada-plant-id{display:block;margin-top:3px;color:#64748b;font-size:.68rem;font-weight:700}.producer-modern-scada-table .scheme-queue__ga-label-wrap{display:inline-flex;align-items:center;gap:1px;max-width:100%;line-height:1.2;vertical-align:middle}.producer-modern-scada-table .scheme-queue__ga-label{display:inline;line-height:1.2;vertical-align:middle;font-size:.78rem;font-weight:600;color:#0f172a}.producer-modern-scada-table button.scheme-queue__ga-ellipsis{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:0;min-height:0;height:14px;margin:0;padding:0 1px!important;border:none;background:transparent;color:#2563eb;cursor:pointer;font-size:11px;font-weight:700;line-height:1;vertical-align:middle}.producer-modern-scada-table .scheme-queue__ga-ellipsis:hover,.producer-modern-scada-table .scheme-queue__ga-ellipsis--active{text-decoration:underline}.producer-modern-embedded-module{margin:-4px}.producer-modern-embedded-module .ao-module{padding:0}.producer-modern-embedded-module .ao-panel,.producer-modern-embedded-module .ao-tpa-toolbar{margin-top:0}.producer-modern-embedded-module .ao-page-head{display:none}.producer-modern-embedded-module .jt-list-head{align-items:center;display:flex;justify-content:space-between;gap:16px}.producer-modern-embedded-module .jt-create-btn--inline{display:inline-flex;flex:0 0 auto;width:auto}.producer-modern-scheme-request{max-width:620px}.producer-modern-scheme-request-summary{border:1px solid #dbe4f0;border-radius:12px;background:#f8fafc;margin-bottom:18px;padding:14px 16px}.producer-modern-scheme-request-summary span,.producer-modern-scheme-request-summary small{display:block;color:#64748b;font-size:.74rem;font-weight:700}.producer-modern-scheme-request-summary strong{display:block;color:#0f172a;font-size:.95rem;margin:5px 0}.producer-modern-tranche-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:18px}.producer-modern-tranche-summary div,.producer-modern-tranche-card{border:1px solid #dbe4f0;border-radius:14px;background:#f8fafc;padding:16px}.producer-modern-tranche-summary span,.producer-modern-tranche-card-head span{display:block;color:#64748b;font-size:.66rem;font-weight:800;letter-spacing:.06em;margin-bottom:7px;text-transform:uppercase}.producer-modern-tranche-summary strong,.producer-modern-tranche-card-head strong{color:#0f172a;font-size:.9rem}.producer-modern-tranche-card{display:flex;flex-direction:column;gap:14px}.producer-modern-tranche-card-head{border-bottom:1px solid #e2e8f0;padding-bottom:12px}@media (max-width: 1024px){.producer-modern-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.producer-modern-bottom-grid{grid-template-columns:1fr}.gp-dashboard-root .gp-dashboard-main,.gp-dashboard-root .page-container.producer-app-shell__content{max-width:100%;padding:16px 20px}.gp-dashboard-root .gp-profile-form-grid{grid-template-columns:1fr}}@media (max-width: 768px){.gp-dashboard-root,.gp-dashboard-root .gp-dashboard-container{overflow:visible}.gp-dashboard-root .gp-dashboard-main,.gp-dashboard-root .page-container.producer-app-shell__content{height:auto;overflow:visible;padding:16px}.gp-dashboard-root .gp-modal-overlay{padding:12px;align-items:flex-end}.gp-dashboard-root .gp-modal-content{max-width:none;max-height:calc(100vh - var(--portal-chrome-height, 0px) - 24px);border-bottom-left-radius:0;border-bottom-right-radius:0}.gp-dashboard-root .gp-dashboard-main-footer,.gp-dashboard-root .portal-dashboard-footer--dashboard-root{margin:0}.producer-modern-page-header,.producer-modern-bottom-grid{grid-template-columns:1fr}.gp-dashboard-root .gp-schemes-hero{grid-template-columns:1fr;padding:16px}.gp-dashboard-root .gp-scheme-tabs{width:100%}.gp-dashboard-root .gp-scheme-tab{flex:1;justify-content:center}.gp-dashboard-root .gp-schemes-content-card{padding:16px}.producer-modern-metric-grid{grid-template-columns:1fr}.producer-modern-page-header{align-items:flex-start;flex-direction:column}.producer-modern-page-header__actions{width:100%;flex-direction:column;align-items:stretch}.producer-modern-page-header__filter-field{width:100%;flex-direction:column;align-items:stretch;gap:8px;flex:none}.producer-modern-plant-filter,.producer-modern-plant-filter__select{width:100%;max-width:100%}.producer-modern-page-header__actions .producer-modern-range{width:100%;max-width:none;flex:none;height:36px}.producer-cht-query-banner{flex-direction:column;align-items:stretch;padding-right:16px}.producer-cht-query-banner__action{width:100%;white-space:normal;text-align:center}.producer-modern-plant-detail-actions{align-items:stretch;margin-left:0;min-width:0;width:100%}.producer-modern-metric-grid,.producer-modern-plant-kpi-grid,.producer-modern-offtake-kpis,.producer-modern-detail-grid,.producer-modern-telemetry-grid,.producer-modern-edit-form,.producer-modern-tranche-form,.producer-modern-tranche-summary{grid-template-columns:1fr}.producer-modern-detail-item--wide{grid-column:auto}.producer-modern-bottom-grid{display:grid}}.plants-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:14px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;border-radius:8px 8px 0 0}.plants-toolbar__search{position:relative;display:flex;align-items:center;flex:1 1 240px;min-width:200px;max-width:380px}.plants-toolbar__search-icon{position:absolute;left:10px;font-size:13px;pointer-events:none;opacity:.55}.plants-toolbar__search-input{width:100%;height:36px;padding:0 32px;border:1.5px solid #cbd5e1;border-radius:8px;font-size:.8rem;color:#334155;background:#fff;transition:border-color .18s;outline:none}.plants-toolbar__search-input:focus{border-color:#05006f;box-shadow:0 0 0 3px #05006f14}.plants-toolbar__search-clear{position:absolute;right:8px;background:none;border:none;cursor:pointer;font-size:16px;color:#94a3b8;line-height:1;padding:0;transition:color .15s}.plants-toolbar__search-clear:hover{color:#334155}.plants-toolbar__filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.plants-toolbar__filter-select{height:36px;padding:0 10px;border:1.5px solid #cbd5e1;border-radius:8px;font-size:.78rem;color:#334155;background:#fff;cursor:pointer;outline:none;transition:border-color .18s}.plants-toolbar__filter-select:focus{border-color:#05006f}.plants-toolbar__clear-btn{height:36px;padding:0 12px;background:#fef2f2;border:1.5px solid #fca5a5;border-radius:8px;font-size:.76rem;font-weight:700;color:#b91c1c;cursor:pointer;transition:background .15s}.plants-toolbar__clear-btn:hover{background:#fee2e2}.plants-toolbar__count{font-size:.75rem;font-weight:700;color:#64748b;white-space:nowrap}.plants-toolbar__columns{margin-left:auto;flex:0 0 auto}.producer-plants-columns-bar{transform:translateY(2.5px)}.plants-table__name-cell{display:flex;flex-direction:column;gap:3px}.plants-table__plant-name{font-weight:500;color:#0f172a;font-size:.85rem}.plants-table__plant-id{font-size:.7rem;font-family:ui-monospace,SFMono-Regular,monospace;color:#3b5bdb;background:#eef2ff;border:1px solid #c5d3f7;border-radius:4px;padding:1px 6px;width:fit-content;letter-spacing:.02em}.plants-table__row:hover{background:#f8faff}.plants-table__action-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:none;border-radius:6px;font-size:.76rem;font-weight:700;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s}.plants-table__action-btn:hover{transform:translateY(-1px)}.plants-table__action-btn--view{background:#eff6ff;color:#1d4ed8;border:none!important}.plants-table__action-btn--view:hover{background:#dbeafe;box-shadow:none!important}.plants-table__action-btn--edit{background:#fffbeb;color:#b45309;border:none!important}.plants-table__action-btn--edit:hover{background:#fef3c7;box-shadow:none!important}.plants-table__action-btn--certificate{background:#e2f0d9;color:var(--color-primary);border:none!important}.plants-table__action-btn--certificate:hover{background:#d4ebd0;box-shadow:none!important}.plants-table__action-btn--withdraw{background:#fef2f2;color:#b91c1c;border:none!important}.plants-table__action-btn--withdraw:hover{background:#fee2e2;box-shadow:none!important}.plants-withdraw-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;background:#0f172a73;padding:16px}.plants-withdraw-modal{width:min(440px,100%);background:#fff;border-radius:12px;padding:24px;box-shadow:0 20px 40px #0f172a2e}.plants-withdraw-modal--review{width:min(760px,100%);max-height:min(90vh,900px);display:flex;flex-direction:column;overflow:hidden}.plants-withdraw-modal h3{margin:0 0 8px;font-size:1.1rem;color:#0f172a}.plants-withdraw-modal p,.plants-withdraw-modal__lead{margin:0;color:#475569;font-size:.92rem;line-height:1.45}.plants-withdraw-modal__review{margin-top:16px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;padding:14px;overflow:auto;flex:1 1 auto;min-height:180px}.plants-withdraw-modal__loading,.plants-withdraw-modal__hint{margin:0 0 10px!important;color:#64748b!important;font-size:.85rem!important}.plants-withdraw-modal__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 16px;margin:0}.plants-withdraw-modal__field{min-width:0}.plants-withdraw-modal__field dt{margin:0 0 2px;color:#64748b;font-size:.68rem;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.plants-withdraw-modal__field dd{margin:0;color:#0f172a;font-size:.9rem;font-weight:600;line-height:1.35;word-break:break-word}.plants-withdraw-modal__consent{display:flex;align-items:flex-start;gap:10px;margin-top:16px;color:#334155;font-size:.86rem;line-height:1.45;cursor:pointer}.plants-withdraw-modal__consent input{margin-top:3px;flex:0 0 auto}.plants-withdraw-modal__error{margin-top:12px!important;color:#b91c1c!important;font-weight:600}.plants-withdraw-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.plants-withdraw-modal__btn{border:none;border-radius:8px;padding:8px 14px;font-weight:600;cursor:pointer}.plants-withdraw-modal__btn:disabled{opacity:.65;cursor:not-allowed}.plants-withdraw-modal__btn--cancel{background:#f1f5f9;color:#334155}.plants-withdraw-modal__btn--confirm{background:#dc2626;color:#fff}@media (max-width: 640px){.plants-withdraw-modal__grid{grid-template-columns:1fr}}.plants-table__action-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.plants-table__action-spinner{display:inline-block;width:13px;height:13px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:plants-spinner .65s linear infinite}@keyframes plants-spinner{to{transform:rotate(360deg)}}.producer-modern-actions{display:flex;gap:6px;align-items:center}.plants-table__empty{padding:48px 16px!important}.plants-table__empty-inner{display:flex;flex-direction:column;align-items:center;gap:8px;color:#64748b}.plants-table__empty-inner span{font-size:2rem}.plants-table__empty-illustration{display:block;width:74px;max-width:100%;height:auto}.gp-scheme-coming-soon{padding:20px}.gp-scheme-coming-soon__ministry{font-weight:600;color:#374151;margin-top:6px}.gp-scheme-coming-soon__description{margin-top:10px;color:#374151}.gp-scheme-coming-soon__banner{margin-top:18px;display:inline-block;background:#fff4e6;color:#b45309;font-weight:800;padding:10px 16px;border-radius:8px;font-size:1.05rem;letter-spacing:.04em}.plants-table__empty-inner strong{font-size:.95rem;color:#334155}.plants-table__empty-inner p{font-size:.8rem;margin:0}.plants-pagination{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #e2e8f0;background:#f8fafc;border-radius:0 0 8px 8px;flex-wrap:wrap;gap:8px}.plants-pagination__info{font-size:.76rem;color:#64748b;font-weight:600}.plants-pagination__controls{display:flex;align-items:center;gap:4px}.plants-pagination__btn{min-width:32px;height:32px;padding:0 8px;border:1.5px solid #e2e8f0;border-radius:6px;background:#fff;font-size:.8rem;font-weight:700;color:#334155;cursor:pointer;transition:border-color .15s,background .15s,color .15s}.plants-pagination__btn:hover:not(:disabled){border-color:#05006f;color:#05006f;background:#f0f0ff}.plants-pagination__btn:disabled{opacity:.35;cursor:default}.plants-pagination__btn--active{background:#05006f;color:#fff;border-color:#05006f}.plants-pagination__ellipsis{padding:0 4px;font-size:.9rem;color:#94a3b8;line-height:32px}@media (max-width: 768px){.plants-toolbar{flex-direction:column;align-items:stretch;gap:8px;padding:10px 12px}.plants-toolbar__search{flex:none;width:100%;max-width:none;min-width:0;min-height:0;height:auto}.plants-toolbar__search-input{width:100%;box-sizing:border-box}.plants-toolbar__filters{display:grid;grid-template-columns:1fr 1fr;gap:8px;width:100%}.plants-toolbar__filter-select{width:100%;min-width:0}.plants-toolbar__clear-btn{grid-column:1 / -1;width:100%}.plants-toolbar__count{margin-left:0;margin-top:2px;width:100%}.plants-pagination{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.producer-modern-plant-detail{gap:14px}.producer-modern-plant-detail .producer-modern-page-header--plants{gap:10px!important;padding-bottom:14px;width:100%;overflow:hidden}.producer-modern-plant-detail-header-main,.producer-modern-plant-detail-header-main[style]{align-items:stretch!important;flex-direction:column;gap:10px!important;min-width:0}.producer-modern-plant-detail-titleblock,.producer-modern-plant-detail-titleblock[style],.producer-modern-plant-detail-title-row,.producer-modern-plant-detail-title-row[style]{min-width:0;width:100%}.producer-modern-plant-detail .producer-modern-page-header--plants h2{font-size:1.32rem!important;line-height:1.18!important;overflow-wrap:anywhere;max-width:100%}.producer-modern-plant-detail .producer-modern-page-header--plants .producer-modern-back-btn{max-width:100%;white-space:normal;line-height:1.2}.producer-modern-plant-detail .producer-modern-plant-detail-meta,.producer-modern-plant-detail .producer-modern-plant-detail-meta[style]{display:grid!important;grid-template-columns:1fr;gap:6px!important;line-height:1.35;min-width:0}.producer-modern-plant-detail-meta>span{min-width:0;overflow-wrap:anywhere}.producer-modern-plant-detail-meta .producer-modern-status,.producer-modern-plant-detail-meta .gp-status-pill{justify-self:start;width:fit-content}.producer-modern-plant-detail-meta-separator{display:none}.producer-modern-plant-detail-card{border-radius:10px}.producer-modern-plant-tabs{gap:6px!important;padding:10px 12px!important;scrollbar-width:thin}.producer-modern-plant-tab-btn{min-width:92px;justify-content:center;padding:9px 10px;font-size:.72rem;line-height:1.15;text-align:center;white-space:normal}.producer-modern-plant-tab-panel{padding:14px}.producer-modern-plant-tab-panel .producer-modern-section-heading{align-items:stretch!important;margin-bottom:16px!important}.producer-modern-plant-tab-panel .producer-modern-section-heading>div:last-child{width:100%;justify-content:center}.producer-modern-plant-details-grid{grid-template-columns:1fr!important;gap:14px!important}.producer-modern-detail-column{padding:16px!important;gap:14px!important}.producer-modern-detail-column h4{font-size:.82rem!important;padding-bottom:8px!important}.producer-modern-detail-column strong{overflow-wrap:anywhere}.producer-production-overview{padding:18px!important}.producer-production-overview .producer-modern-panel-heading{margin-bottom:16px!important}.producer-production-overview .producer-scada-legends-bar{gap:8px!important;margin-bottom:16px!important}.producer-production-overview .producer-scada-legend-pill{flex:1 1 calc(50% - 8px);justify-content:flex-start;min-width:0;padding:7px 10px!important;font-size:12px!important;white-space:normal}.producer-production-overview .producer-scada-controls-row{align-items:stretch!important;gap:12px!important;margin-bottom:16px!important}.producer-production-overview .producer-scada-controls-row>div{width:100%;align-items:stretch!important;gap:8px!important}.producer-production-overview .producer-scada-controls-row>div,.producer-production-overview .producer-scada-controls-row>div>div{flex-wrap:wrap}.producer-production-overview .producer-scada-controls-row button{flex:1 1 calc(50% - 6px);min-width:0;white-space:normal}.producer-production-comparison-head{flex-direction:column;align-items:flex-start!important}.producer-production-comparison-head span{line-height:1.4}.producer-production-plant-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto;gap:10px 12px;align-items:center!important;padding:12px!important}.producer-production-plant-meta{width:auto!important;padding-right:0!important}.producer-production-plant-name{white-space:normal!important;overflow-wrap:anywhere}.producer-production-bar-track{grid-column:1 / -1;grid-row:2;width:100%;margin-right:0!important}.producer-production-plant-value{width:auto!important;text-align:right!important;justify-self:end;white-space:nowrap}.plants-toolbar{padding:8px 10px;gap:8px}.plants-toolbar__filters{grid-template-columns:1fr}.gp-dashboard-root .gp-dashboard-main,.gp-dashboard-root .page-container.producer-app-shell__content{padding:12px}.producer-modern-metric-card strong{font-size:1.35rem}.producer-modern-page-header h2{font-size:.92rem}.producer-modern-line-chart{min-height:220px}.producer-modern-line-chart svg{height:200px}.gp-dashboard-root .gp-modal-content{width:100%;border-radius:12px 12px 0 0}}.gp-dashboard-root .gp-plant-verify-pill--query{background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2)}.producer-modern-plant-tab-btn{border:1px solid transparent;background:transparent;cursor:pointer;font-size:.8rem;font-weight:700;padding:6px 12px;border-radius:6px;transition:all .2s ease;display:inline-flex;align-items:center;gap:4px}.producer-modern-plant-tab-btn--readonly{color:#64748b}.producer-modern-plant-tab-btn--readonly:hover{background:#f1f5f9;color:#334155}.producer-modern-plant-tab-btn--readonly-active{background:#e2e8f0;color:#0f172a;border-color:#cbd5e1}.producer-modern-plant-tab-btn--editable{color:#475569;background:#fff;border-color:#e2e8f0}.producer-modern-plant-tab-btn--editable:hover{background:#f1f5f9;color:#1e293b}.producer-modern-plant-tab-btn--editable-active{background:#e0f2fe;color:#0369a1;border-color:#bae6fd}.producer-modern-edit-form input:disabled,.producer-modern-edit-form select:disabled,.producer-modern-tranche-form input:disabled,.producer-modern-tranche-form textarea:disabled{background:#f1f5f9;color:#64748b;cursor:not-allowed;border-color:#e2e8f0}.gp-input-with-button{display:flex;gap:8px;width:100%}.gp-input-with-button input{flex:1}.gp-btn-verify-inline{padding:8px 16px;background-color:#0052cc;color:#fff;border:none;border-radius:4px;font-weight:600;font-size:.85rem;cursor:pointer;white-space:nowrap;transition:background-color .2s}.gp-btn-verify-inline:hover:not(:disabled){background-color:#0040a3}.gp-btn-verify-inline:disabled:not(.gp-btn-verify-inline--verified){background-color:#e2e8f0;color:#94a3b8;cursor:not-allowed}.gp-btn-verify-inline--verified,.gp-btn-verify-inline--verified:disabled{background-color:var(--color-success);color:var(--color-text-inverse);opacity:1;cursor:default}.gp-btn-verify-inline--verified:hover:not(:disabled){background-color:var(--color-success-dark)}.gp-verification-badge{display:inline-block;margin-top:4px;font-size:.75rem;font-weight:700}.gp-verification-badge--success{color:#16a34a}.gp-verification-badge--pending{color:#ef4444}.gp-btn-card-edit{display:inline-flex;align-items:center;justify-content:center;padding:6px;background-color:#f1f5f9;color:#334155;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;transition:all .2s;width:32px;height:32px}.gp-btn-card-edit:hover{background-color:#e2e8f0;color:#0f172a;border-color:#94a3b8}.gp-profile-field select{padding:10px 14px;border:1px solid #c8e6c9;border-radius:6px;font-size:13px;outline:none;background-color:#fff;width:100%;cursor:pointer;transition:all .15s ease}.gp-profile-field select:focus{border-color:var(--color-primary);box-shadow:0 0 8px #2e7d321f}.producer-scada-selectors-container{display:flex;flex-direction:column;gap:12px;margin-bottom:16px;padding:10px 14px;background:#0f172a4d;border:1px solid rgba(255,255,255,.05);border-radius:8px}.producer-scada-selector-row{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.producer-scada-selector-label{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;min-width:90px}.producer-scada-radio-group{display:flex;flex-wrap:wrap;gap:8px}.producer-scada-radio-card{position:relative;display:flex;align-items:center;padding:6px 12px;background:#1e293b80;border:1px solid rgba(255,255,255,.08);border-radius:6px;cursor:pointer;-webkit-user-select:none;user-select:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.producer-scada-radio-card:hover{background:#1e293bcc;border-color:#ffffff26}.producer-scada-radio-card.is-active{background:#1f7aff1f;border-color:#1f7aff;box-shadow:0 0 10px #1f7aff26}.producer-scada-radio-card input[type=radio]{position:absolute;opacity:0;width:0;height:0}.producer-scada-radio-card__text{font-size:.74rem;font-weight:600;color:#cbd5e1}.producer-scada-radio-card.is-active .producer-scada-radio-card__text{color:#1f7aff}.producer-chart-point{transition:r .2s ease-in-out}.producer-chart-point:hover{r:7!important}.tranche-warning-alert{padding:12px 16px;background-color:#fffbeb;border:1px solid #fef3c7;border-radius:8px;color:#b45309;font-size:.8rem;margin-bottom:16px;line-height:1.4}.tranche-table-actions{display:flex;justify-content:flex-end;margin-bottom:16px}.tranche-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding:12px 16px;border-top:1px solid #e2e8f0}.tranche-pagination-info{font-size:.75rem;color:#64748b}.tranche-pagination-btns{display:flex;gap:8px}.tranche-pagination-btn{padding:6px 12px;border:1px solid #cbd5e1;border-radius:6px;background-color:#fff;color:#334155;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s}.tranche-pagination-btn:hover:not(:disabled){background-color:#f1f5f9;border-color:#94a3b8}.tranche-pagination-btn:disabled{color:#cbd5e1;cursor:not-allowed;background-color:#f8fafc}.tranche-modal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 16px;margin-bottom:16px}.tranche-modal-field-full{grid-column:1 / -1}@media (max-width: 640px){.tranche-modal-grid{grid-template-columns:1fr;gap:12px}}@media (max-width: 640px){.gp-dashboard-root .gp-schemes-content-card{padding:12px;border-radius:14px}.gp-dashboard-root .gp-scheme-apply-panel,.gp-dashboard-root .gp-scheme-apply-panel--wide{width:100%;padding:0;border-radius:12px}.gp-dashboard-root .gp-schemes-subnav{margin:0 -4px;padding-right:0!important;overflow:hidden}.gp-dashboard-root .gp-schemes-subnav__tabs{width:100%;gap:8px!important;overflow-x:auto;padding:0 4px 10px!important;scrollbar-width:thin}.gp-dashboard-root .gp-schemes-subnav__tabs .producer-modern-plant-tab{flex:0 0 auto;min-width:132px;max-width:210px;justify-content:center;padding:9px 12px;font-size:.75rem;line-height:1.2;text-align:center;white-space:normal}.producer-offtake-subnav{align-items:stretch!important;flex-direction:column;gap:10px;margin:0 -4px;padding:0 0 10px!important;overflow:hidden}.producer-offtake-subnav__tabs{width:100%;gap:8px!important;overflow-x:auto;padding:0 4px 4px!important;scrollbar-width:thin}.producer-offtake-subnav__tabs .producer-modern-plant-tab{flex:0 0 auto;min-width:150px;max-width:210px;justify-content:center;padding:9px 12px;font-size:.75rem;line-height:1.2;text-align:center;white-space:normal}.producer-offtake-subnav__tabs .wizard-panel__title{justify-content:center;gap:6px;min-width:0;line-height:1.2}.producer-offtake-subnav>.producer-modern-primary-btn{align-self:stretch;justify-content:center;width:100%;min-height:40px}}.date-cell{display:inline-block;white-space:nowrap;font-variant-numeric:tabular-nums;line-height:1.3}.date-cell--datetime{display:inline-flex;flex-direction:column;white-space:nowrap;gap:1px}.date-cell__date{white-space:nowrap;font-weight:inherit;color:inherit}.date-cell__time{white-space:nowrap;font-size:.75em;color:#64748b;font-weight:400;letter-spacing:.01em}td.date-col,th.date-col{white-space:nowrap}.cht-detail-page{width:100%;max-width:100%;min-width:0;box-sizing:border-box;display:flex;flex-direction:column;min-height:calc(100vh - 120px)}.cht-detail-loading{text-align:center;padding:60px 0}.cht-detail-loading p{margin-top:16px;color:var(--color-text-secondary)}.cht-detail-not-found{text-align:center;padding:40px}.cht-detail-not-found h2{color:var(--color-danger)}.cht-detail-not-found p{margin:16px 0 var(--space-4)}.cht-scada-telemetry-detail{gap:20px;width:100%;max-width:100%;min-width:0;box-sizing:border-box;overflow-x:clip}.cht-scada-telemetry-detail .detail-card{width:100%;max-width:100%;box-sizing:border-box;min-width:0}.cht-scada-credentials--single-row{grid-template-columns:minmax(0,1.2fr) minmax(0,1.2fr) minmax(0,.6fr);align-items:end;gap:20px}.cht-scada-credentials--single-row .scada-geotagged{grid-column:1 / -1;align-self:stretch}.cht-scada-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:16px}.cht-scada-section-heading .detail-card-title{margin:0}.cht-scada-credentials{display:grid;gap:16px;width:100%;min-width:0}.cht-scada-protocol-inline{display:flex;flex-direction:column;gap:6px;min-height:56px;justify-content:flex-end}.cht-scada-protocol-inline__label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.cht-scada-protocol-inline__value{font-size:.95rem;color:#0f172a}@media (max-width: 960px){.cht-scada-credentials--single-row{grid-template-columns:1fr}}.cht-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;flex-wrap:wrap;gap:16px}.cht-detail-back-btn{margin-bottom:8px}.cht-detail-title-row{display:flex;align-items:center;gap:12px}.cht-detail-app-id{font-size:1.75rem;font-weight:var(--font-bold);color:var(--color-primary)}.cht-detail-entity-line{font-size:var(--text-sm);color:var(--color-text-secondary);margin-top:4px}.cht-detail-blocked-banner{margin-bottom:16px;padding:12px 16px;border-radius:var(--radius-md);background:#ffebee;border:1px solid #ef9a9a;color:#b71c1c;font-size:14px;font-weight:600}.cht-detail-query-window-banner{margin-bottom:16px;padding:12px 16px;border-radius:var(--radius-md);background:#fff8e1;border:1px solid #ffe082;color:#e65100;font-size:14px;font-weight:600}.cht-detail-sla-box{padding:10px 16px;background-color:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.cht-detail-sla-box.cht-sla--neutral{color:var(--color-text-secondary)}.cht-detail-sla-box.cht-sla--danger{color:var(--color-danger);font-weight:var(--font-bold)}.cht-detail-sla-box.cht-sla--warning{color:var(--color-warning);font-weight:var(--font-semibold)}.cht-detail-sla-box.cht-sla--success{color:var(--color-success);font-weight:var(--font-semibold)}.cht-workflow-stages{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:20px;padding:12px 14px;background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-lg)}.cht-workflow-stage{flex:1 1 120px;min-width:110px;text-align:center;padding:8px 6px;border-radius:8px;font-size:.72rem;font-weight:600;background:transparent;color:var(--color-text-secondary);border:1px dashed var(--color-border)}.cht-workflow-stage--active{background:#0a274414;color:var(--color-primary);border:1px solid var(--color-primary)}.cht-workflow-stage--complete{color:var(--color-primary)}.cht-detail-tabs{display:flex;border-bottom:1px solid var(--color-border);margin-bottom:24px}.cht-detail-tab{padding:12px 24px;background:none;border:none;cursor:pointer;font-size:var(--text-sm);font-weight:var(--font-semibold);border-bottom:3px solid transparent;color:var(--color-text-secondary);transition:all var(--transition-fast)}.cht-detail-tab--active{border-bottom-color:var(--color-primary);color:var(--color-primary)}.cht-detail-tab-panels{display:flex;flex-direction:column;gap:20px}.cht-doc-list{display:flex;flex-direction:column;gap:12px}.cht-doc-row{display:flex;justify-content:space-between;align-items:center;padding:16px;background-color:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md)}.cht-doc-row-left{display:flex;align-items:center;gap:12px}.cht-doc-icon{font-size:24px}.cht-doc-name{display:block;font-size:var(--text-sm)}.cht-doc-category{font-size:var(--text-xs);color:var(--color-text-secondary)}.cht-query-timeline{display:flex;flex-direction:column;gap:20px;position:relative;padding-left:20px;border-left:2px solid var(--color-border)}.cht-query-item{position:relative}.cht-query-dot{position:absolute;left:-27px;top:4px;width:12px;height:12px;border-radius:var(--radius-full);border:2px solid var(--color-surface-card)}.cht-query-dot--responded{background-color:var(--color-success)}.cht-query-dot--pending{background-color:var(--color-warning)}.cht-query-card{padding:16px;border:1px solid var(--color-border);border-radius:var(--radius-md);background-color:var(--color-surface)}.cht-query-meta{display:flex;justify-content:space-between;margin-bottom:8px;font-size:var(--text-xs);color:var(--color-text-secondary);font-weight:var(--font-semibold)}.cht-query-text{font-size:var(--text-sm);color:var(--color-text-primary);font-weight:var(--font-medium);font-style:italic;margin-bottom:16px}.cht-query-response{margin-top:12px;border-top:1px dashed var(--color-border);background-color:var(--color-surface-card);padding:12px;border-radius:var(--radius-sm)}.cht-query-response-meta{display:flex;justify-content:space-between;font-size:var(--text-xs);color:var(--color-success);font-weight:var(--font-semibold);margin-bottom:4px}.cht-query-response-text{font-size:var(--text-sm);color:var(--color-text-primary)}.cht-query-awaiting{display:inline-block;padding:4px 8px;border-radius:var(--radius-sm);background-color:var(--color-warning-bg);color:var(--color-warning);font-size:var(--text-xs);font-weight:var(--font-bold)}.cht-query-empty{text-align:center;padding:40px 0;color:var(--color-text-secondary)}.cht-sticky-operator{margin-right:auto;font-size:var(--text-xs);color:var(--color-text-secondary)}.cht-btn--success{background-color:var(--color-success);border-color:var(--color-success)}.cht-modal-title{font-size:1.125rem;font-weight:var(--font-bold);color:var(--color-primary)}.cht-modal-close{background:none;border:none;cursor:pointer;font-size:20px;color:var(--color-text-secondary)}.cht-modal-hint{font-size:var(--text-sm);color:var(--color-text-secondary);margin-bottom:16px}.detail-item--warning{grid-column:1 / -1;background:#eab30814;border:1px solid rgba(234,179,8,.35);border-radius:8px;padding:10px 12px}.detail-value--warning{color:#b45309;font-weight:400}.cht-detail-page .detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px 24px;margin-bottom:24px}.cht-detail-page .detail-item{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.cht-detail-page .detail-label{font-size:11px;font-weight:600;color:var(--color-text-secondary);text-transform:uppercase;letter-spacing:.5px;white-space:normal;display:block}.cht-detail-page .detail-value{font-size:14px;font-weight:700;color:var(--color-text-primary);margin-top:0;word-break:break-word;text-align:left;display:block}.cht-detail-page .detail-item--warning .detail-label--warning{font-weight:700;text-transform:none;letter-spacing:normal;font-size:13px;color:#b45309}.cht-detail-page .detail-item--warning .detail-value.detail-value--warning{font-weight:400;color:#b45309}.cht-detail-page .detail-item--warning .spatial-proximity-warning-emphasis{font-weight:700}@media (max-width: 768px){.cht-detail-page .detail-grid{grid-template-columns:1fr}.cht-detail-header{flex-direction:column;align-items:stretch}.cht-detail-title-row{flex-wrap:wrap}.cht-detail-tabs{flex-wrap:wrap;overflow-x:auto;-webkit-overflow-scrolling:touch}.cht-detail-tab{flex-shrink:0;padding:10px 14px}.cht-workflow-stage{flex:1 1 calc(50% - 4px);min-width:0}.cht-detail-page .detail-card{padding:14px}}@media (max-width: 480px){.cht-detail-page{min-height:0}}.cht-query-card--highlighted{border:1px solid var(--color-primary, #6366f1)!important;box-shadow:0 0 12px #6366f140!important;background-color:#6366f108!important}.cht-detail-page .geotagged-tech-field-group{display:flex;flex-direction:column;align-items:stretch;gap:8px;min-width:0}.scheme-docs-step{width:100%;max-width:920px;margin:0 auto}.scheme-docs-step--figma{max-width:none;padding:22px 24px 24px;border:1px solid #d8e2ee;border-radius:6px;background:#fff}.scheme-docs-step__header{margin-bottom:16px}.scheme-docs-step__title{margin:0 0 4px;font-size:22px;font-weight:800;color:#0f2744}.scheme-docs-step--figma .scheme-docs-step__title{font-size:16px;font-weight:800;color:#0f172a}.scheme-docs-step__subtitle{margin:0;font-size:13px;color:#6b7b91;line-height:1.45}.scheme-docs-step__progress-card{padding:14px 16px;margin-bottom:20px;border:1px solid #e3edf9;border-radius:14px;background:#f8fbff}.scheme-docs-step__progress-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px;font-weight:700;color:#1565c0}.scheme-docs-step__progress-bar{height:8px;border-radius:999px;background:#dbeafe;overflow:hidden}.scheme-docs-step__progress-bar>span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#1565c0,#02a7d8);transition:width .25s ease}.scheme-docs-step__section{margin-bottom:18px}.scheme-docs-step__section-label{margin:0 0 10px;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;color:#6b7b91}.scheme-docs-step--figma .scheme-docs-step__section-label{margin-bottom:14px;color:#0f172a;font-size:14px;letter-spacing:0;text-transform:none}.scheme-docs-step__section-help{margin:-6px 0 16px;color:#64748b;font-size:12px;line-height:1.4}.scheme-docs-step__row{display:grid;grid-template-columns:36px minmax(0,1fr) auto;gap:12px;align-items:start;padding:12px 14px;margin-bottom:8px;border:1px solid #e8eef5;border-radius:12px;background:#fff}.scheme-docs-step--figma .scheme-docs-step__row{grid-template-columns:40px minmax(0,1fr) auto;min-height:64px;padding:12px 16px;margin-bottom:16px;border-color:#d8e2ee;border-radius:14px;background:#fff}.scheme-docs-step__row--autofill{background:#f0f7ff;border-color:#bfdbfe}.scheme-docs-step--figma .scheme-docs-step__row--autofill{background:#eef6fc;border-color:#d8e2ee}.scheme-docs-step__row-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#eef4ff;font-size:14px}.scheme-docs-step--figma .scheme-docs-step__row-icon{border-radius:8px;background:#f3f8ff;color:#003cab}.scheme-docs-step__row-icon--ok{background:#e3f0ff;color:#0052cc;font-weight:800}.scheme-docs-step__row-title{font-size:14px;font-weight:700;color:#10233f}.scheme-docs-step--figma .scheme-docs-step__row-title{color:#0f172a;font-size:14px;font-weight:600}.scheme-docs-step__row-hint{margin-top:2px;font-size:11px;color:#7a8ba3;line-height:1.35}.scheme-docs-step--figma .scheme-docs-step__row-hint{color:#64748b;font-size:12px}.scheme-docs-step__row-meta{margin-top:2px;font-size:12px;color:#6b7b91;word-break:break-word}.scheme-docs-step--figma .scheme-docs-step__row-meta{color:#71819a;font-size:12px}.scheme-docs-step__autofill-badge{font-size:11px;font-weight:700;color:#0052cc;background:#e3f0ff;border-radius:999px;padding:5px 10px;white-space:nowrap}.scheme-docs-step--figma .scheme-docs-step__autofill-badge{display:none}.scheme-docs-step__feedstock-type-value{font-size:14px;font-weight:700;color:#0052cc;text-transform:capitalize;white-space:nowrap}.scheme-docs-step__row-action{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:8px;min-width:max-content}.scheme-docs-step__row-action--autofill{justify-content:flex-end}.scheme-docs-step__view-btn{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:8px 12px;border:1px solid #b9ddff;border-radius:10px;background:#f0f7ff;color:#1565c0;font-size:12px;font-weight:800;cursor:pointer}.scheme-docs-step__remove-btn{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:8px 12px;border:1px solid #f0c4c4;border-radius:10px;background:#fff5f5;color:#b42318;font-size:12px;font-weight:800;cursor:pointer}.scheme-docs-step__file-input{display:none}.scheme-docs-step__upload-btn{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:8px 14px;border:1px solid #cbdaf0;border-radius:10px;background:#fff;color:#1565c0;font-size:12px;font-weight:800;cursor:pointer}.scheme-docs-step--figma .scheme-docs-step__upload-btn{min-width:86px;height:34px;width:auto!important;padding:0 12px!important;border-radius:8px;color:#003cab;gap:8px}.scheme-docs-step--figma .scheme-docs-step__upload-btn span{display:inline-flex;align-items:center;gap:8px}.scheme-docs-step__upload-btn--done{border-color:#b9ddff;background:#f0f7ff}.scheme-docs-step__uploading{margin-top:6px;font-size:11px;color:#1565c0;font-weight:600}.scheme-docs-step__uploading-bar{height:4px;border-radius:999px;background:#dbeafe;margin-bottom:4px;overflow:hidden}.scheme-docs-step__uploading-bar>span{display:block;height:100%;background:#1565c0}.scheme-docs-step__footer{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:24px;padding-top:16px;border-top:1px solid #e8eef5}.scheme-docs-step--figma .scheme-docs-step__footer{justify-content:flex-end;margin-top:32px;border-top:none}.scheme-docs-step__back{border:none;background:none;color:#1565c0;font-size:13px;font-weight:700;cursor:pointer}.scheme-docs-step--figma .scheme-docs-step__back{min-width:82px;height:42px;border:1px solid #d8e2ee;border-radius:8px;background:#fff;color:#475569}.scheme-docs-step__footer-right{display:flex;gap:10px}.scheme-docs-step__draft{padding:10px 16px;border:1px solid #cbdaf0;border-radius:10px;background:#fff;color:#3d4f66;font-size:13px;font-weight:700;cursor:pointer}.scheme-docs-step__continue{padding:10px 18px;border:none;border-radius:10px;background:#1565c0;color:#fff;font-size:13px;font-weight:800;cursor:pointer}.scheme-docs-step--figma .scheme-docs-step__continue{min-width:110px;height:42px;border-radius:8px;background:#070f9f}.scheme-docs-step__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:flex-start;padding:40px 20px;z-index:9999;overflow-y:auto}.scheme-docs-step__modal-container{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;width:100%;max-width:850px;display:flex;flex-direction:column}.scheme-docs-step__modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e2e8f0;background:#f8fafc;border-radius:12px 12px 0 0}.scheme-docs-step__modal-print-btn{background:#1565c0;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;font-size:13px;transition:background .2s}.scheme-docs-step__modal-print-btn:hover{background:#0d47a1}.scheme-docs-step__modal-close-btn{background:none;border:1px solid #cbd5e1;padding:8px 16px;border-radius:6px;font-weight:600;cursor:pointer;font-size:13px;color:#64748b;transition:all .2s}.scheme-docs-step__modal-close-btn:hover{background:#f1f5f9;color:#334155}.scheme-docs-step__document-page{padding:40px;overflow-y:auto}.appendix-vi-doc{font-family:Inter,system-ui,-apple-system,sans-serif;color:#1e293b}.appendix-vi-table th,.appendix-vi-table td{border:1px solid #cbd5e1;padding:8px 12px}.doc-field-value{border-bottom:1px dotted #475569;padding-bottom:1px;font-weight:600}@media print{body *{visibility:hidden}.scheme-docs-step__modal-overlay{position:absolute;left:0;top:0;width:100%;height:auto;background:none;padding:0}.scheme-docs-step__modal-container{box-shadow:none;border-radius:0;max-width:100%}.no-print{display:none!important}.scheme-docs-step__document-page,.scheme-docs-step__document-page *{visibility:visible}.scheme-docs-step__document-page{position:absolute;left:0;top:0;width:100%;padding:0}}@media (max-width: 640px){.scheme-docs-step,.scheme-docs-step--figma{width:100%;max-width:none;min-width:0}.scheme-docs-step--figma{padding:14px;border-radius:10px}.scheme-docs-step__header{margin-bottom:14px}.scheme-docs-step__title,.scheme-docs-step--figma .scheme-docs-step__title{font-size:15px;line-height:1.3}.scheme-docs-step__subtitle,.scheme-docs-step__section-help{font-size:12px;line-height:1.45}.scheme-docs-step__section{margin-bottom:16px}.scheme-docs-step__row,.scheme-docs-step--figma .scheme-docs-step__row{grid-template-columns:32px minmax(0,1fr);gap:10px;padding:12px;border-radius:10px}.scheme-docs-step__row-icon{width:30px;height:30px;border-radius:8px}.scheme-docs-step__row-body{min-width:0}.scheme-docs-step__row-title{font-size:13px;line-height:1.35;overflow-wrap:anywhere}.scheme-docs-step__row-hint,.scheme-docs-step__row-meta{font-size:11px;line-height:1.4;overflow-wrap:anywhere;word-break:normal}.scheme-docs-step__row-action,.scheme-docs-step__row-action--autofill{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;min-width:0;width:100%;gap:8px}.scheme-docs-step__row-action--autofill{grid-template-columns:1fr}.scheme-docs-step__view-btn,.scheme-docs-step__remove-btn,.scheme-docs-step__upload-btn,.scheme-docs-step--figma .scheme-docs-step__upload-btn{width:100%!important;min-width:0;min-height:38px;padding:8px 10px!important}.scheme-docs-step__view-btn svg,.scheme-docs-step__remove-btn svg,.scheme-docs-step__upload-btn svg{flex-shrink:0}.scheme-docs-step__upload-btn span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scheme-docs-step__footer,.scheme-docs-step--figma .scheme-docs-step__footer,.scheme-docs-step__footer-right{align-items:stretch;flex-direction:column-reverse;width:100%}.scheme-docs-step__back,.scheme-docs-step__draft,.scheme-docs-step__continue,.scheme-docs-step--figma .scheme-docs-step__back,.scheme-docs-step--figma .scheme-docs-step__continue{width:100%;min-height:40px}}.scheme-app-form{max-width:680px;margin:0 auto}.scheme-app-form--wide{max-width:1280px}.scheme-app-form__scheme-summary{background:#f0f7ff;border:1px solid #bbdefb;border-radius:10px;padding:12px 16px;margin-bottom:20px;display:flex;flex-direction:column;gap:2px}.scheme-app-form__scheme-summary-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#1565c0}.scheme-app-form__scheme-summary-ministry{font-size:12px;color:#666}.scheme-app-form__question-hint{margin:-8px 0 16px;font-size:13px;color:#666}.scheme-app-form__radio-group{display:flex;flex-direction:column;gap:10px}.scheme-app-form__radio-option{display:flex;align-items:center;gap:12px;border:2px solid #e0e0e0;border-radius:10px;padding:14px 16px;cursor:pointer;background:#fff;transition:all .2s;font-size:14px;font-weight:500;color:#1a1a2e}.scheme-app-form__radio-option input[type=radio]{width:18px;height:18px;margin:0;accent-color:#1565c0;flex-shrink:0}.scheme-app-form__radio-option--selected{border-color:#1565c0;background:#e3f2fd}.scheme-app-form__steps{display:flex;align-items:flex-start;width:100%;margin-bottom:28px}.scheme-app-form__step-item{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;position:relative;text-align:center}.scheme-app-form__step-item:not(:last-child):after{content:"";position:absolute;top:16px;left:calc(50% + 16px);right:calc(-50% + 16px);height:2px;background:#e0e0e0;z-index:0}.scheme-app-form__step-item--connector-done:not(:last-child):after{background:#1565c0}.scheme-app-form__step-track{position:relative;z-index:1}.scheme-app-form__step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;background:#e0e0e0;color:#999}.scheme-app-form__step-circle--active,.scheme-app-form__step-circle--done{background:#1565c0;color:#fff}.scheme-app-form__step-label{font-size:10px;margin-top:4px;color:#999;font-weight:400;line-height:1.25;text-align:center;width:100%;padding:0 2px}.scheme-app-form__step-label--active{color:#1565c0;font-weight:600}.scheme-app-form__heading{margin:0 0 16px;font-size:16px;color:#1a1a2e}.scheme-app-form__empty{color:#888;text-align:center;padding:20px 0}.scheme-app-form__scheme-option{border:2px solid #e0e0e0;border-radius:10px;padding:14px 16px;margin-bottom:10px;cursor:pointer;background:#fff;transition:all .2s}.scheme-app-form__scheme-option--selected{border-color:#1565c0;background:#e3f2fd}.scheme-app-form__scheme-row{display:flex;justify-content:space-between;align-items:center}.scheme-app-form__scheme-name{font-size:14px;color:#1a1a2e}.scheme-app-form__scheme-ministry{margin:2px 0 0;font-size:12px;color:#666}.scheme-app-form__eligible-badge{font-size:11px;font-weight:700;padding:3px 10px;border-radius:4px;background:#e8f5e9;color:var(--color-primary)}.scheme-app-form__actions{display:flex;gap:10px;margin-top:20px}.scheme-app-form__btn-cancel{flex:1;padding:10px;border:1px solid #ccc;border-radius:8px;background:#fff;cursor:pointer;font-weight:500}.scheme-app-form__btn-back{flex:1;padding:10px;border:1px solid #ccc;border-radius:8px;background:#fff;cursor:pointer}.scheme-app-form__btn-primary{flex:2;padding:10px;background:#1565c0;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.scheme-app-form__btn-primary--disabled{background:#ccc;cursor:not-allowed}.scheme-app-form__btn-primary--loading{background:#90a4ae;cursor:not-allowed}.scheme-app-form__field{margin-bottom:16px}.scheme-app-form__label{font-size:13px;font-weight:600;color:#444;display:block;margin-bottom:6px}.scheme-app-form__input,.scheme-app-form__textarea,.scheme-app-form__select{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px}.scheme-app-form__select{background:#fff;cursor:pointer}.scheme-app-form__input--invalid{border-color:#c62828;background:#fff8f8}.scheme-app-form__field-error{margin:6px 0 0;font-size:13px;color:#c62828;line-height:1.4}.scheme-app-form__textarea{font-family:inherit;resize:vertical}.scheme-app-form__review{background:#f8fafc;border-radius:10px;padding:16px 20px;margin-bottom:16px}.scheme-app-form__review-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #e8edf2;font-size:14px}.scheme-app-form__review-label{color:#64748b;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;opacity:.85}.scheme-app-form__review-value{color:#0f172a;font-size:1.05rem;font-weight:600;max-width:60%;text-align:right;word-break:break-word}.scheme-app-form__error{color:#b71c1c;font-size:13px;margin-bottom:12px}.scheme-app-form__submit-actions{display:flex;gap:10px}.scheme-app-form__spatial-review{margin-bottom:0}.scheme-app-form__spatial-loading{color:#666;font-size:14px;padding:12px 0 4px}.scheme-app-form__declaration{background:#f2f6fb;border:1px solid #e2e8f0;border-radius:6px;padding:18px 24px 20px;margin:22px 0 24px}.scheme-app-form__declaration-title{margin:0 0 8px;font-size:14px;font-weight:700;color:#1a1a2e}.scheme-app-form__declaration-intro{margin:0 0 16px;font-size:13px;color:#64748b;line-height:1.45}.scheme-app-form__declaration-list{margin:0 0 14px;padding:0;font-size:13px;color:#444;line-height:1.5}.scheme-app-form__declaration-line{display:flex;align-items:flex-start;gap:10px;margin:0;color:#0f172a;font-size:13px;line-height:1.35}.scheme-app-form__declaration-line+.scheme-app-form__declaration-line{margin-top:8px}.scheme-app-form__declaration-checkbox{display:flex;align-items:flex-start;gap:10px;font-size:13px;font-weight:600;color:#1a1a2e;cursor:pointer;border-top:1px solid #ffe082;padding-top:14px}.scheme-app-form__declaration-checkbox input[type=checkbox]{width:18px;height:18px;margin:2px 0 0;accent-color:#1565c0;flex-shrink:0}.scheme-app-form__declaration-line input[type=checkbox]{width:20px;height:20px;margin:0;accent-color:#000f9f;flex-shrink:0}.scheme-app-form__bank-existing{margin-bottom:16px}.scheme-app-form__bank-existing-title{margin:0 0 10px;font-size:14px;font-weight:700;color:#1a1a2e}.scheme-app-form__bank-summary-card{background:#fff;border:1px solid #c5d9f0;border-radius:10px;padding:4px 16px;margin-bottom:14px}.scheme-app-form__bank-summary-row{display:flex;justify-content:space-between;gap:16px;padding:10px 0;border-bottom:1px solid #e8edf2;font-size:14px}.scheme-app-form__bank-summary-row:last-child{border-bottom:none}.scheme-app-form__bank-summary-label{color:#5f6368;font-weight:500;flex-shrink:0}.scheme-app-form__bank-summary-value{color:#1a1a2e;font-weight:600;text-align:right;word-break:break-word}.scheme-app-form__bank-summary-value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.02em}.scheme-app-form__bank-review{margin-bottom:14px}.scheme-app-form__bank-existing-question,.scheme-app-form__bank-existing-note,.scheme-app-form__bank-update-note{margin:0 0 12px;font-size:13px;color:#555;line-height:1.5}.scheme-app-form__bank-choice-actions{display:flex;gap:10px;flex-wrap:wrap}.scheme-app-form__bank-choice-actions .scheme-app-form__btn-primary,.scheme-app-form__bank-choice-actions .scheme-app-form__btn-cancel{flex:1;min-width:180px}.scheme-app-form__bank-new-note{margin:0 0 14px;padding:10px 12px;border-radius:8px;background:#fff3e0;border:1px solid #ffcc80;font-size:13px;color:#5d4037;line-height:1.5}.scheme-app-form__bank-form{margin-bottom:8px}.scheme-app-form__info-box{margin-bottom:16px;padding:12px 14px;border-radius:8px;background:#f0f7ff;border:1px solid #bbdefb;font-size:13px;color:#444;line-height:1.5}.scheme-app-form__warning-banner{margin-bottom:14px;padding:12px 14px;border-radius:8px;background:#fff8e1;border:1px solid #ffe082;font-size:13px;color:#5d4037}.scheme-app-form__warning-banner p{margin:4px 0 0}.scheme-app-form__promoter-card{border:1px solid #e0e0e0;border-radius:10px;padding:16px;margin-bottom:14px;background:#fff}.scheme-app-form__promoter-card--duplicate{border-color:#ffb74d;background:#fffaf2}.scheme-app-form__promoter-card-header{display:flex;align-items:center;gap:10px;margin-bottom:14px;font-size:14px;font-weight:600;color:#1a1a2e}.scheme-app-form__duplicate-chip{font-size:11px;font-weight:600;color:#e65100;background:#fff3e0;border-radius:999px;padding:2px 8px}.scheme-app-form__promoter-remove{margin-left:auto;border:none;background:transparent;color:#c62828;font-size:13px;cursor:pointer}.scheme-app-form__promoter-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-bottom:14px}.scheme-app-form__pan-row{display:flex;gap:10px;align-items:flex-start}.scheme-app-form__pan-row .scheme-app-form__input{flex:1}.scheme-app-form__input--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;text-transform:uppercase}.scheme-app-form__required{color:#c62828;margin-left:4px}.scheme-app-form__field-hint{margin:6px 0 0;font-size:12px}.scheme-app-form__field-hint--warning{color:#e65100}.scheme-app-form__field-hint--success{color:var(--color-primary)}.scheme-app-form__add-promoter-btn{margin-bottom:16px;border:1px dashed #90caf9;background:#f8fbff;color:#1565c0;border-radius:8px;padding:10px 14px;font-size:13px;font-weight:600;cursor:pointer}.scheme-app-form__add-promoter-btn:disabled{opacity:.5;cursor:not-allowed}.scheme-app-form__verify-btn--verified{white-space:nowrap}.scheme-app-form__review-promoters{margin:0 0 18px;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;font-family:var(--font-body)}.scheme-app-form__review-promoters-title{margin:0;padding:10px 14px;border-bottom:1px solid var(--color-border-light);font-family:var(--font-heading);font-size:13px;font-weight:var(--font-semibold);color:var(--color-primary)}.scheme-app-form__review-promoter-head,.scheme-app-form__review-promoter-row{display:grid;grid-template-columns:1.4fr 1fr .7fr 1fr .8fr;gap:10px;padding:10px 14px;font-family:var(--font-body);font-size:14px;color:var(--color-text-primary)}.scheme-app-form__review-promoter-head{border-bottom:1px solid var(--color-border-light);font-size:13px;font-weight:var(--font-semibold);color:var(--color-primary)}.scheme-app-form__review-promoter-row{border-top:1px solid var(--color-border-light);font-weight:var(--font-medium)}.scheme-app-form__review-promoter-row span:first-child{font-weight:var(--font-semibold);color:#1a1a2e}.scheme-app-form__capital-review{display:flex;flex-direction:column;gap:24px;margin-bottom:26px}.scheme-app-form__capital-review-card{padding:20px 24px;border:1px solid #d8e2ee;border-radius:6px;background:#fff}.scheme-app-form__capital-review-title{margin:0 0 14px;color:#0f172a;font-size:15px;font-weight:700}.scheme-app-form__capital-review-title--docs{margin-top:28px}.scheme-app-form__capital-review-link{color:#003cab;font-size:14px;font-weight:700}.scheme-app-form__capital-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 42px}.scheme-app-form__capital-review-item{display:flex;flex-direction:column;gap:4px;min-width:0}.scheme-app-form__capital-review-label{color:#6b7b91;font-size:12px;line-height:1.35}.scheme-app-form__capital-review-value{color:#0f172a;font-size:14px;font-weight:600}.scheme-app-form__capital-review-note{color:#6b7b91;font-size:12px;line-height:1.35}.scheme-app-form__capital-review-docs{display:flex;flex-direction:column;gap:18px}.scheme-app-form__capital-review-doc-row{display:grid;grid-template-columns:28px minmax(0,1.35fr) minmax(0,1fr);gap:12px;align-items:center}.scheme-app-form__capital-review-doc-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:#f3f8ff;color:#003cab}.scheme-app-form__capital-review-doc-label{min-width:0;color:#6b7b91;font-size:13px;line-height:1.35}.scheme-app-form__capital-review-doc-file{min-width:0;color:#003cab;font-size:14px;line-height:1.35;text-align:right;word-break:break-word}@media (max-width: 720px){.scheme-app-form__promoter-grid,.scheme-app-form__review-promoter-head,.scheme-app-form__review-promoter-row,.scheme-app-form__capital-review-grid,.scheme-app-form__capital-review-doc-row{grid-template-columns:1fr}.scheme-app-form__capital-review-doc-file{text-align:left}.scheme-app-form__pan-row{flex-direction:column}}.scheme-app-form__section-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-top:20px;box-shadow:0 1px 3px #0000000d}.scheme-app-form__section-title{margin:0 0 4px;font-size:16px;font-weight:600;color:#1e293b}.scheme-app-form__section-subtitle{margin:0 0 16px;font-size:13px;color:#64748b}.scheme-app-form__file-upload-box{border:2px dashed #cbd5e1;border-radius:6px;padding:20px;background:#f8fafc;text-align:center;transition:all .2s}.scheme-app-form__file-upload-box:hover{border-color:#1565c0;background:#f1f5f9}.scheme-app-form__uploaded-file{display:flex;align-items:center;justify-content:space-between;background:#e2e8f0;padding:10px 14px;border-radius:6px}.scheme-app-form__file-icon{font-size:20px;margin-right:8px}.scheme-app-form__file-name{font-size:14px;font-weight:500;color:#334155;flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scheme-app-form__file-delete-btn{background:#ef4444;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:background .2s}.scheme-app-form__file-delete-btn:hover{background:#dc2626}.scheme-app-form__upload-trigger input[type=file]{display:none}.scheme-app-form__upload-label{display:inline-block;padding:10px 20px;background:#1565c0;color:#fff;font-weight:600;font-size:14px;border-radius:6px;cursor:pointer;transition:background .2s}.scheme-app-form__upload-label:hover{background:#0d47a1}.scheme-app-form__upload-hint{margin:8px 0 0;font-size:11px;color:#64748b}.scheme-app-form__eligibility-check-action{text-align:center;margin:24px 0}.scheme-app-form__btn-eligibility{padding:12px 32px;font-size:15px;font-weight:700;color:#fff;background:#1565c0;border:none;border-radius:6px;cursor:pointer;box-shadow:0 4px 6px #1565c033;transition:all .2s}.scheme-app-form__btn-eligibility:hover:not(:disabled){background:#0d47a1;transform:translateY(-1px)}.scheme-app-form__btn-eligibility:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed;box-shadow:none}.scheme-app-form__eligibility-summary-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-top:20px}.scheme-app-form__eligibility-summary-card--capital-step{background:#fff;min-height:240px}.scheme-app-form__eligibility-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e2e8f0;padding-bottom:12px;margin-bottom:16px}.scheme-app-form__eligibility-title{margin:0;font-size:16px;font-weight:700;color:#1e293b}.scheme-app-form__eligibility-badge{font-size:12px;font-weight:700;padding:4px 12px;border-radius:9999px;text-transform:uppercase}.scheme-app-form__eligibility-badge--eligible{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.scheme-app-form__eligibility-badge--ineligible{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.scheme-app-form__eligibility-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px}.scheme-app-form__eligibility-grid .scheme-app-form__eligibility-row{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:14px 18px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 2px 4px #00000005;gap:6px;font-size:14px;border-bottom:1px solid #e2e8f0}.scheme-app-form__eligibility-grid .scheme-app-form__eligibility-row:last-child{border-bottom:1px solid #e2e8f0}.scheme-app-form__eligibility-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px dashed #e2e8f0;font-size:14px}.scheme-app-form__eligibility-row:last-child{border-bottom:none}.scheme-app-form__eligibility-label{color:#64748b;font-weight:500}.scheme-app-form__eligibility-value{color:#1e293b;font-weight:600}.scheme-app-form__capital-eligibility-grid{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(0,1.7fr);gap:36px;align-items:start}.scheme-app-form__capital-eligibility-formula{display:flex;flex-direction:column;gap:10px;padding-top:22px}.scheme-app-form__capital-eligibility-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 56px}.scheme-app-form__capital-max-amount{grid-column:1 / -1;color:#00a651;font-size:14px;font-weight:700}.scheme-app-form__bam-document-field{align-self:end;display:grid;grid-template-columns:32px minmax(0,1fr) auto;gap:10px;align-items:center;min-height:66px;padding:12px 16px;border:1px solid #d8e2ef;border-radius:8px;background:#fff}.scheme-app-form__bam-document-icon{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:8px;background:#f1f7ff;color:#003bb3;font-size:17px}.scheme-app-form__bam-document-label{min-width:0;color:#0f172a;font-size:14px;font-weight:500;line-height:1.25}.scheme-app-form__bam-upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:94px;height:34px;padding:0 12px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#003bb3;font-size:13px;font-weight:600;cursor:pointer}.scheme-app-form__bam-upload-btn input{display:none}.scheme-app-form__bam-upload-btn--loading{opacity:.7;cursor:wait}.scheme-app-form__bam-upload-name{grid-column:2 / -1;min-width:0;color:#64748b;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scheme-app-form__eligibility-reasons{margin-top:16px;background:#fff5f5;border:1px solid #fed7d7;border-radius:6px;padding:12px 16px}.scheme-app-form__eligibility-reasons-title{margin:0 0 6px;font-size:13px;font-weight:700;color:#c53030}.scheme-app-form__eligibility-reasons-list{margin:0;padding-left:20px;font-size:13px;color:#9b2c2c;line-height:1.5}.scheme-app-form__input-group{margin-top:16px;display:flex;flex-direction:column;gap:6px}.scheme-app-form__two-col-layout{display:grid;grid-template-columns:1.1fr 1fr;gap:24px;align-items:start;width:100%}.scheme-app-form__left-col,.scheme-app-form__right-col{display:flex;flex-direction:column;min-width:0}@media (max-width: 1024px){.scheme-app-form__two-col-layout{grid-template-columns:1fr;gap:16px}.scheme-app-form__capital-eligibility-grid,.scheme-app-form__capital-eligibility-fields{grid-template-columns:1fr}.scheme-app-form__bam-document-field{grid-template-columns:32px minmax(0,1fr)}.scheme-app-form__bam-upload-btn{grid-column:2;justify-self:start}}.scheme-app-form__header-wrapper{display:flex;align-items:flex-start;gap:16px;width:100%;margin-bottom:28px}.scheme-app-form__header-wrapper .scheme-app-form__steps{margin-bottom:0;flex:1}.scheme-app-form__back-button{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid var(--color-info-border);background:var(--color-info-bg);color:var(--color-info);cursor:pointer;transition:all .2s ease;flex-shrink:0;margin-top:0}.scheme-app-form__back-button:hover{background:#b3e5fc;color:#01579b;border-color:#4fc3f7;transform:translate(-2px)}.scheme-app-form__cap-steps-container{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:24px}.scheme-app-form__cap-step-box{display:flex;align-items:center;gap:12px;padding:12px 24px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;flex:1;justify-content:center;max-width:320px;transition:all .3s ease}.scheme-app-form__cap-step-box.active{border-color:#00b074}.scheme-app-form__cap-step-circle{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;border:1.5px solid #cbd5e1;color:#64748b;background:#fff;flex-shrink:0}.scheme-app-form__cap-step-circle.active{border-color:#00b074;background:#00b074;color:#fff}.scheme-app-form__cap-step-label{font-size:14px;font-weight:600;color:#0f172a}.scheme-app-form__cap-step-box.active .scheme-app-form__cap-step-label{color:#00b074}.scheme-app-form__cap-step-line{flex:1;height:1.5px;background:#e2e8f0;margin:0 16px}.scheme-app-form__cap-step-line.active{background:#00b074}.scheme-app-form__eligibility-metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:16px;margin-bottom:24px}.scheme-app-form__eligibility-metric-item{display:flex;flex-direction:column;gap:6px}.scheme-app-form__eligibility-metric-label{color:#64748b;font-size:13px;font-weight:500}.scheme-app-form__eligibility-metric-value{color:#1e293b;font-size:15px;font-weight:600}.scheme-app-form__cap-input-badge-container{background:#f4f8fd;border-radius:8px;padding:24px;display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:20px}.scheme-app-form__cap-input-block{display:flex;flex-direction:column;gap:8px;flex:1}.scheme-app-form__cap-input-label{font-size:13px;font-weight:600;color:#1e293b}.scheme-app-form__cap-input-field{width:320px;padding:12px 16px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font-size:16px;font-weight:500;color:#0f172a}.scheme-app-form__cap-input-hint{font-size:12px;color:#64748b;display:flex;align-items:center;gap:4px}.scheme-app-form__cap-badge{background:#00b074;color:#fff;border-radius:6px;padding:12px 20px;display:flex;align-items:center;gap:12px;font-weight:600;font-size:14px}.scheme-app-form__cap-badge-text{font-size:14px}.scheme-app-form__cap-badge-value{font-size:18px;font-weight:700}.scheme-app-form__actions--capital{display:flex;justify-content:flex-end;gap:12px}.scheme-app-form__actions--capital .scheme-app-form__btn-back{flex:none;width:auto;padding:10px 28px;border:1px solid #cbd5e1;border-radius:8px;color:#475569;background:#fff;font-weight:500;transition:all .2s}.scheme-app-form__actions--capital .scheme-app-form__btn-back:hover{background:#f8fafc;border-color:#94a3b8}.scheme-app-form__actions--capital .scheme-app-form__btn-primary{flex:none;width:auto;padding:10px 32px;background:#000f9f;color:#fff;border:none;border-radius:8px;font-weight:600;transition:all .2s}.scheme-app-form__actions--capital .scheme-app-form__btn-primary:hover:not(:disabled){background:#000b73}.scheme-app-form__actions--capital .scheme-app-form__btn-primary:disabled{background:#cbd5e1;color:#94a3b8;cursor:not-allowed}@media (max-width: 900px){.scheme-app-form__cap-steps-container{flex-direction:column;gap:12px;align-items:stretch}.scheme-app-form__cap-step-box{max-width:none}.scheme-app-form__cap-step-line{display:none}.scheme-app-form__eligibility-metrics-grid{grid-template-columns:1fr;gap:16px}.scheme-app-form__cap-input-badge-container{flex-direction:column;align-items:stretch}.scheme-app-form__cap-input-field{width:100%}.scheme-app-form__cap-badge{justify-content:space-between}}.scheme-app-form__cap-eligibility-3col-grid{display:grid;grid-template-columns:1fr 1fr 1.35fr;gap:20px;margin-top:16px;background:#f8fafc;padding:20px;border-radius:12px;border:1px solid #cbd5e1}.scheme-app-form__cap-eligibility-2col-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:16px;background:#f8fafc;padding:20px;border-radius:12px;border:1px solid #cbd5e1}.scheme-app-form__cap-grid-item{display:flex;flex-direction:column;justify-content:flex-start;min-width:0}.scheme-app-form__cap-grid-label{font-size:13px;font-weight:600;color:#475569;margin-bottom:6px;line-height:1.4}.scheme-app-form__cap-grid-formula{font-size:14px;font-weight:700;color:#0f172a;padding:10px 14px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;min-height:40px;display:flex;align-items:center}.scheme-app-form__cap-input-field-small{height:40px;border:1px solid #cbd5e1;border-radius:6px;padding:8px 12px;font-size:14px;font-weight:600;color:#0f172a;background:#fff;outline:none;transition:all .2s}.scheme-app-form__cap-input-field-small:focus{border-color:#000f9f;box-shadow:0 0 0 2px #000f9f1a}.scheme-app-form__cap-select-field{height:40px;border:1px solid #cbd5e1;border-radius:6px;padding:8px 12px;font-size:14px;font-weight:600;color:#0f172a;background:#fff;outline:none;transition:all .2s;cursor:pointer}.scheme-app-form__cap-select-field:focus{border-color:#000f9f;box-shadow:0 0 0 2px #000f9f1a}@media (max-width: 768px){.scheme-app-form__cap-eligibility-3col-grid,.scheme-app-form__cap-eligibility-2col-grid{grid-template-columns:1fr;gap:16px;padding:16px}}@media (max-width: 640px){.scheme-app-form,.scheme-app-form--wide{width:100%;max-width:none}.scheme-app-form__scheme-summary,.scheme-app-form__section-card,.scheme-app-form__eligibility-summary-card,.scheme-app-form__capital-review-card{padding:14px;border-radius:10px}.scheme-app-form__heading{font-size:15px;line-height:1.35}.scheme-app-form__question-hint,.scheme-app-form__section-subtitle{font-size:12px;line-height:1.45}.scheme-app-form__steps{gap:8px;margin-bottom:20px;overflow-x:auto;padding-bottom:4px;scrollbar-width:thin}.scheme-app-form__step-item{flex:0 0 78px}.scheme-app-form__step-item:not(:last-child):after{left:calc(50% + 14px);right:calc(-50% + 14px)}.scheme-app-form__step-circle{width:28px;height:28px;font-size:12px}.scheme-app-form__step-label{font-size:9px}.scheme-app-form__cap-steps-container{padding:10px;gap:8px}.scheme-app-form__cap-step-box{justify-content:flex-start;padding:10px 12px;gap:10px}.scheme-app-form__cap-step-label{font-size:12px;line-height:1.25}.scheme-app-form__eligibility-header{align-items:flex-start;flex-direction:column;gap:8px}.scheme-app-form__eligibility-grid,.scheme-app-form__capital-eligibility-grid,.scheme-app-form__capital-eligibility-fields{grid-template-columns:1fr;gap:12px}.scheme-app-form__eligibility-row{flex-direction:column;gap:4px}.scheme-app-form__cap-eligibility-3col-grid,.scheme-app-form__cap-eligibility-2col-grid,.scheme-app-form__cap-input-badge-container{padding:14px;border-radius:10px}.scheme-app-form__cap-grid-formula,.scheme-app-form__cap-input-field-small,.scheme-app-form__cap-select-field,.scheme-app-form__cap-input-field{width:100%;min-width:0;font-size:13px}.scheme-app-form__cap-badge{align-items:flex-start;flex-direction:column;gap:4px}.scheme-app-form__bam-document-field{grid-template-columns:28px minmax(0,1fr);padding:12px}.scheme-app-form__bam-document-icon{width:28px;height:28px}.scheme-app-form__bam-upload-btn,.scheme-app-form__bam-upload-name{grid-column:1 / -1}.scheme-app-form__radio-option{align-items:flex-start;padding:12px;font-size:13px;line-height:1.35}.scheme-app-form__actions,.scheme-app-form__actions--capital{flex-direction:column-reverse;align-items:stretch}.scheme-app-form__actions--capital .scheme-app-form__btn-back,.scheme-app-form__actions--capital .scheme-app-form__btn-primary,.scheme-app-form__btn-cancel,.scheme-app-form__btn-back,.scheme-app-form__btn-primary,.scheme-app-form__btn-eligibility{width:100%;min-height:40px}}.ao-module{display:flex;flex-direction:column;gap:20px;padding:24px 0}.ao-module--tpa-only{padding-top:8px}.ao-page-head,.ao-panel-head,.ao-action-row,.ao-filter-row,.ao-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px}.ao-page-head h2,.ao-panel h3{margin:0;color:#002f6c}.ao-page-head p,.ao-panel-head p,.ao-muted{margin:4px 0 0;color:#64748b;font-size:13px}.ao-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:14px}.ao-kpi-grid--tickets{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.ao-kpi-card,.ao-panel,.ao-detail-card{background:#fff;border:1px solid #e4ebf3;border-radius:14px;box-shadow:0 6px 20px #0f172a0d}.ao-kpi-card{padding:16px}.ao-kpi-card span,.ao-detail-card span{display:block;color:#64748b;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.ao-kpi-card strong{display:block;margin-top:8px;color:#001b44;font-size:22px}.ao-panel{padding:18px;overflow-x:auto}.ao-tpa-panel{border-radius:12px;padding:18px;font-size:13px;font-weight:500;color:#334155}.ao-tpa-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.ao-tpa-head--actions-only,.jt-list-head--actions-only{justify-content:flex-end}.ao-tpa-head h3{font-size:20px;font-weight:700}.ao-tpa-title-copy{min-width:0}.ao-tpa-toolbar{display:flex;justify-content:flex-end;margin:18px 0 14px}.ao-tpa-list-toolbar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;margin:4px 0 6px}.ao-tpa-list-toolbar--columns-only{justify-content:flex-end}.ao-tpa-columns-bar{display:flex;flex-wrap:wrap;align-items:center;gap:8px;width:fit-content;max-width:100%;font-size:12px;line-height:1.35}.ao-tpa-columns-label{margin:0;font-size:12px;font-weight:600;color:#64748b;white-space:nowrap}.ao-tpa-columns-picker{position:relative;width:fit-content;max-width:100%}.ao-panel button.ao-tpa-columns-trigger,.ao-tpa-columns-trigger{display:inline-flex;align-items:center;gap:6px;width:auto;min-width:0;max-width:100%;border:1px solid #d9e2ee;border-radius:8px;background:#fff;color:#334155;padding:6px 10px!important;font-size:12px;font-weight:600;line-height:1.35;white-space:nowrap;cursor:pointer}.ao-tpa-columns-caret{margin-left:auto;color:#94a3b8;font-size:10px;line-height:1}.ao-tpa-columns-menu{position:absolute;top:calc(100% + 4px);left:0;z-index:30;width:max-content;min-width:15rem;max-width:min(22rem,calc(100vw - 32px));max-height:min(320px,calc(100vh - 32px));overflow-y:auto;overflow-x:hidden;border:1px solid #e4ebf3;border-radius:8px;background:#fff;box-shadow:0 8px 20px #0f172a1a;padding:4px 0;font-size:12px;line-height:1.35}.ao-tpa-columns-menu--viewport{position:fixed;top:auto;left:auto;right:auto}.ao-tpa-columns-menu-actions{display:flex;justify-content:flex-end;gap:12px;padding:4px 10px 6px;border-bottom:1px solid #eef2f7}.ao-tpa-columns-menu-hint{padding:6px 10px 4px;font-size:10px;line-height:1.35;color:#64748b;border-bottom:1px solid #eef2f7}.ao-panel .ao-tpa-columns-menu-actions button,.ao-tpa-columns-menu-actions button{border:none;background:transparent;color:#0052cc;font-size:11px;font-weight:600;line-height:1.35;cursor:pointer;padding:0}.ao-tpa-columns-option{display:flex;align-items:center;gap:8px;margin:0;padding:6px 10px;font-size:12px;font-weight:500;line-height:1.35;color:#334155}.ao-tpa-columns-option-main{display:flex;align-items:center;gap:8px;flex:1;min-width:0;margin:0;cursor:pointer}.ao-tpa-columns-option span{display:block;flex:1;min-width:0;font-size:inherit;font-weight:inherit;line-height:inherit;color:inherit}.ao-tpa-columns-option input[type=checkbox]{width:14px;height:14px;margin:0;flex-shrink:0;accent-color:#0052cc;cursor:pointer}.ao-tpa-columns-option:hover{background:#f8fafc}.ao-tpa-columns-option input:disabled{cursor:not-allowed}.ao-tpa-columns-option--locked{border-top:1px solid #eef2f7;margin-top:2px;padding-top:8px}.ao-tpa-columns-option--locked:hover{background:#fff}.ao-tpa-columns-option--locked .ao-tpa-columns-option-main{cursor:default}.ao-tpa-columns-fixed-tag{flex:none;font-size:10px;font-weight:600;color:#64748b;white-space:nowrap}.ao-tpa-columns-reorder{display:none}.ao-tpa-columns-drag-handle{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;color:#94a3b8;cursor:grab;padding:0;flex-shrink:0}.ao-tpa-columns-drag-handle:active{cursor:grabbing}.ao-tpa-columns-option--dragging{opacity:.45}.ao-tpa-columns-option--drag-over{background:#f0f7ff;box-shadow:inset 0 -2px #0052cc}.ao-tpa-columns-option--hidden .ao-tpa-columns-option-main span{color:#94a3b8}.ao-panel button.ao-tpa-columns-move-btn,.ao-tpa-columns-move-btn{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0!important;border:1px solid #d9e2ee;border-radius:4px;background:#fff;color:#334155;font-size:11px;font-weight:700;line-height:1;cursor:pointer}.ao-tpa-columns-move-btn:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.ao-tpa-columns-move-btn:disabled{opacity:.35;cursor:not-allowed}.ao-tpa-columns-option:has(input:disabled:not(:checked)){opacity:.75}.ao-create-tpa-btn{min-width:210px}.ao-primary-btn,.ao-panel button:not(.info-tooltip-trigger){border:1px solid #cdd8e5;background:#fff;color:#002f6c;border-radius:8px;padding:9px 13px;font-weight:800;cursor:pointer}.ao-primary-btn,.ao-panel .ao-primary-btn{background:#0052cc;border-color:#0052cc;color:#fff}.ao-panel button:disabled{cursor:not-allowed;opacity:.5}.ao-panel input,.ao-panel select,.ao-panel textarea{width:100%;border:1px solid #d9e2ee;border-radius:8px;padding:9px 10px;color:#0f172a;background:#fff}.ao-plant-layout{display:grid;grid-template-columns:minmax(220px,300px) 1fr;gap:16px;margin-top:16px}.ao-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:12px}.ao-detail-card{padding:14px}.ao-detail-card strong{display:block;margin-top:5px;color:#0f172a;font-size:14px}.ao-grid-2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.ao-bar-row{display:grid;grid-template-columns:170px 1fr 110px;align-items:center;gap:12px;margin-top:14px;font-size:13px}.ao-bar-row div,.jt-summary-bars div b{display:block;height:10px;background:#eaf1fb;border-radius:99px;overflow:hidden}.ao-bar-row div b{display:block;height:100%;background:linear-gradient(90deg,#0052cc,#1bbf89);border-radius:99px}.ao-chart-bars{height:180px;display:flex;align-items:end;gap:16px;padding-top:18px}.ao-chart-bars div{flex:1;display:flex;align-items:center;flex-direction:column;justify-content:flex-end;gap:8px}.ao-chart-bars b{display:block;width:100%;max-width:38px;background:linear-gradient(180deg,#1f7aff,#b6d8ff);border-radius:8px 8px 0 0}.ao-residual{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:14px 0}.ao-residual div{background:#f8fbff;border:1px solid #e4ebf3;border-radius:12px;padding:14px}.ao-residual span{color:#64748b;font-size:12px}.ao-residual strong{display:block;margin-top:6px;color:#002f6c;font-size:20px}.ao-table{width:100%;border-collapse:collapse;margin-top:14px;min-width:760px}.ao-tpa-table{width:100%;max-width:100%;min-width:0;table-layout:auto}.ao-tpa-table th,.ao-tpa-table td{padding:9px 8px;vertical-align:middle}.ao-tpa-table th{white-space:normal;line-height:1.25;word-break:break-word}.ao-tpa-cell-text{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ao-tpa-col--sampurnPlantId{min-width:9rem;max-width:11rem}.ao-tpa-col--plantName{min-width:8rem;max-width:14rem}.ao-tpa-col--plant{min-width:6.5rem;max-width:11rem}.ao-tpa-col--tpaNumber{min-width:8.5rem;max-width:12.5rem}.ao-tpa-col--tpaDate{min-width:5.5rem;max-width:6.75rem}.ao-tpa-col--cgdEntity{min-width:8rem;max-width:12rem}.ao-tpa-col--cgdCode{min-width:5.5rem;max-width:8rem}.ao-tpa-col--sampurnCgdCode{min-width:7rem;max-width:11rem}.ao-detail-card--cgd strong{display:block}.ao-detail-card-value--truncate{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ao-tpa-col--ga{min-width:6rem;max-width:15rem}.ao-tpa-col--ga .ao-ga-label-wrap,.ao-tpa-col--ga .ao-ga-label--inline{display:inline-block;max-width:calc(100% - 14px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;line-height:1.2}.ao-tpa-col--ga .ao-ga-label-wrap{display:inline-flex;align-items:center;max-width:100%}.ao-tpa-col--committedQty{min-width:5.5rem;max-width:7.5rem}.ao-tpa-col--contractStart{min-width:7.5rem;max-width:9rem}.ao-tpa-col--contractEnd{min-width:8rem;max-width:10rem}.ao-tpa-action-btn--terminate{background:#fff7ed;color:#c2410c}.ao-tpa-action-btn--terminate:hover:not(:disabled){background:#ffedd5;box-shadow:0 2px 8px #c2410c2e}.ao-tpa-status--termination_requested{color:#b45309}.ao-tpa-status--terminated{color:#6b7280}.ao-tpa-col--tpaType{min-width:4rem;max-width:5rem}.ao-tpa-col--document{min-width:6.5rem;max-width:10rem}.ao-tpa-col--status{min-width:6.5rem;max-width:9.5rem}.ao-tpa-col--actions{min-width:6rem;max-width:6.75rem;width:6.75rem}.ao-table-wrap{width:100%;overflow-x:auto;overflow-y:visible}.ao-tpa-actions{display:inline-flex;align-items:center;gap:6px}.ao-tpa-action-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0!important;border-radius:6px;border:none;font-size:0;line-height:0;cursor:pointer;transition:background .15s,box-shadow .15s,transform .1s;text-decoration:none}.ao-tpa-action-btn svg{width:15px;height:15px;display:block;flex-shrink:0;pointer-events:none}.ao-tpa-action-btn:hover:not(:disabled){transform:translateY(-1px)}.ao-tpa-action-btn--view{background:#eff6ff;color:#1d4ed8}.ao-tpa-action-btn--view:hover:not(:disabled){background:#dbeafe;box-shadow:0 2px 8px #1d4ed82e}.ao-tpa-action-btn--edit{background:#fffbeb;color:#b45309}.ao-tpa-action-btn--edit:hover:not(:disabled){background:#fef3c7;box-shadow:0 2px 8px #b453092e}.ao-tpa-action-btn--update-dcq{background:#ecfdf5;color:#059669}.ao-tpa-action-btn--update-dcq:hover:not(:disabled){background:#d1fae5;box-shadow:0 2px 8px #0596692e}.ao-tpa-action-btn--download{color:var(--color-primary)}.ao-tpa-action-btn--download:hover:not(:disabled){background:#d4ebd0;box-shadow:0 2px 8px #2e7d322e}.ao-tpa-action-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.ao-panel button.ao-tpa-action-btn,.ao-panel a.ao-tpa-action-btn{padding:0!important;min-width:30px;font-weight:400;border:none}.ao-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;padding:0;border:1px solid #dce7f5;border-radius:8px;background:#fff;color:#334155;cursor:pointer}.ao-icon-btn:hover:not(:disabled){background:#f8fbff;border-color:#93c5fd;color:#1d4ed8}.ao-icon-btn--link{text-decoration:none}.ao-icon-btn--disabled,.ao-icon-btn:disabled{opacity:.45;cursor:not-allowed}.ao-ga-label-wrap{position:relative;display:inline-flex;align-items:center;gap:1px;max-width:100%;line-height:1.2;vertical-align:middle}.ao-ga-label{display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.2}.ao-panel button.ao-ga-ellipsis,.ao-table button.ao-ga-ellipsis,.ao-ga-ellipsis{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:0;min-height:0;height:14px;margin:0;padding:0 1px!important;border:none;background:transparent;color:#2563eb;cursor:pointer;font-size:11px;font-weight:700;line-height:1;vertical-align:middle}.ao-ga-ellipsis:hover,.ao-ga-ellipsis--active{text-decoration:underline}.ao-ga-label--inline{display:inline;line-height:1.2;vertical-align:middle}.ao-ga-tooltip--portal{position:fixed;z-index:10050;min-width:180px;max-width:min(360px,calc(100vw - 24px));padding:8px 10px;border-radius:8px;background:#0f172a;color:#fff;font-size:12px;font-weight:600;line-height:1.45;white-space:normal;box-shadow:0 10px 24px #0f172a47;pointer-events:auto}.ao-ga-tooltip--portal:after{content:"";position:absolute;left:16px;bottom:-5px;width:10px;height:10px;background:#0f172a;transform:rotate(45deg)}.ao-ga-tooltip{position:absolute;left:0;top:calc(100% + 6px);z-index:40;min-width:180px;max-width:min(320px,70vw);padding:8px 10px;border-radius:8px;background:#0f172a;color:#fff;font-size:12px;font-weight:600;line-height:1.4;white-space:normal;box-shadow:0 8px 20px #0f172a38}.ao-ga-tooltip:before{content:"";position:absolute;left:12px;top:-5px;width:10px;height:10px;background:#0f172a;transform:rotate(45deg)}.ao-ga-rows{display:flex;flex-direction:column;gap:6px;margin-top:4px}.ao-ga-row{padding:6px 0;border-bottom:1px solid #eef2f7}.ao-ga-row:last-child{border-bottom:none}.ao-view-detail-row{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ao-view-detail-row .ao-detail-card--ga-list{grid-column:auto;min-width:0}.ao-detail-card-value--inline{display:flex;align-items:center;min-width:0;margin-top:5px}.ao-detail-card--ga-list strong,.ao-detail-card--ga-list .ao-detail-card-value--inline{font-weight:500}.ao-ga-label-wrap--detail{display:inline-flex;align-items:center;gap:1px;max-width:100%;min-width:0;flex:1}.ao-ga-label--detail{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1 1 auto}.ao-tpa-status{display:inline-block;padding:3px 8px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.ao-tpa-status--pending_approval,.ao-tpa-status--pending_cht_approval,.ao-tpa-status--pending_gail_approval{background:#fef3c7;color:#b45309}.ao-tpa-status--query,.ao-tpa-status--cht_query,.ao-tpa-status--gail_query{background:#ffedd5;color:#c2410c}.ao-tpa-query-banner{padding:12px 14px;border-radius:10px;border:1px solid #fdba74;background:#fff7ed;color:#9a3412}.ao-tpa-query-banner p{margin:6px 0 0;font-size:.88rem;line-height:1.45}.ao-tpa-status--approved,.ao-tpa-status--cht_approved,.ao-tpa-status--gail_approved{background:#d1fae5;color:#047857}.ao-tpa-status--rejected,.ao-tpa-status--cht_rejected,.ao-tpa-status--gail_rejected,.ao-tpa-status--requested_offtake,.ao-tpa-status--mapped_offtake,.ao-tpa-status--withdrawn{background:#fee2e2;color:#b91c1c}.ao-tpa-sla-badge{display:inline-flex;align-items:center;white-space:nowrap;padding:4px 10px;border-radius:12px;font-size:.78rem;font-weight:600;line-height:1.2}.ao-tpa-sla-badge--success{background:#ecfdf5;color:#047857}.ao-tpa-sla-badge--info{background:#eff6ff;color:#1d4ed8}.ao-tpa-sla-badge--warning{background:#fffbeb;color:#d97706}.ao-tpa-sla-badge--danger{background:#fef2f2;color:#dc2626}.ao-tpa-sla-badge--neutral{background:#f1f5f9;color:#475569}.ao-doc-link{color:var(--primary-color, #2563eb);text-decoration:underline}.ao-table th,.ao-table td{border-bottom:1px solid #e8edf2;padding:11px 10px;text-align:left;font-size:13px;overflow:visible}.ao-table th{background:#f3f6fb;color:#002f6c;font-size:11px;text-transform:uppercase}.ao-table td button:not(.ao-tpa-action-btn):not(.ao-ga-ellipsis){margin-right:6px;padding:6px 9px;font-size:12px}.ao-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px;margin:14px 0}.ao-form-grid--compact{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.ao-form-grid label,.ao-field{color:#334155;font-size:12px;font-weight:800}.ao-form-grid input,.ao-form-grid textarea,.ao-field input,.ao-field select,.ao-field textarea{margin-top:6px}.ao-form-wide{grid-column:1 / -1}.ao-inline-detail{margin-top:14px;background:#f8fbff;border:1px solid #dce7f5;border-radius:12px;padding:12px}.ao-inline-detail-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.ao-inline-detail pre{white-space:pre-wrap;font-size:12px;color:#334155}.ao-filter-row{flex-wrap:wrap;justify-content:flex-end}.ao-filter-row input,.ao-filter-row select{min-width:150px}.ao-status{display:inline-flex;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800}.ao-status--active,.ao-status--confirmed{background:#dcfce7;color:#166534}.ao-status--pending,.ao-status--submitted{background:#dbeafe;color:#1d4ed8}.ao-status--draft{background:#f1f5f9;color:#475569}.ao-status--disputed{background:#fee2e2;color:#b91c1c}.ao-status--locked{background:#ede9fe;color:#5b21b6}.ao-pagination{margin-top:12px;justify-content:flex-end}.jt-summary-bars{display:grid;gap:12px}.jt-summary-bars div{display:grid;grid-template-columns:110px 1fr 40px;align-items:center;gap:12px}.jt-summary-bars div b{height:12px;background:linear-gradient(90deg,#0052cc,#1bbf89)}.jt-page{gap:0;padding-top:8px}.jt-page-head{align-items:flex-start}.jt-create-btn{white-space:nowrap}.jt-list-panel{min-height:280px}.jt-list-head{align-items:flex-start}.jt-list-head h3{font-size:20px}.jt-ticket-count{margin:4px 0 14px;color:#64748b;font-size:13px}.jt-ticket-table{min-width:1040px}.jt-empty-state{display:grid;justify-items:center;gap:8px;padding:44px 18px;color:#475569;text-align:center}.jt-empty-state strong{color:#002f6c;font-size:16px}.jt-empty-state p{margin:0 0 8px}.jt-modal-card{width:min(1160px,100%)}.jt-form-grid{display:grid;grid-template-columns:repeat(3,minmax(190px,1fr));gap:16px}.jt-form-grid--notes{grid-template-columns:repeat(2,minmax(240px,1fr));margin-top:16px}.jt-field{display:flex;flex-direction:column;gap:7px;min-width:0;color:#334155;font-size:13px;font-weight:800}.jt-field input,.jt-field select,.jt-field textarea{width:100%;min-height:39px;border:1px solid #cfd9e8;border-radius:8px;padding:9px 11px;color:#0f172a;background:#fff;font-size:14px;font-weight:500;box-sizing:border-box}.jt-field input[type=file]{padding:7px 10px}.jt-field textarea{min-height:98px;resize:vertical}.jt-error{color:#b91c1c;font-size:12px;font-weight:800}.jt-linked-info{display:grid;gap:12px;margin-top:14px;padding:14px;background:#f8fbff;border:1px solid #dce7f5;border-radius:12px}.jt-linked-info h4{margin:0 0 8px;color:#002f6c;font-size:13px}.jt-linked-info .ao-detail-grid{grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px}.jt-linked-info .ao-detail-card{padding:10px}.jt-linked-info .ao-detail-card span{font-size:10px}.jt-linked-info .ao-detail-card strong{margin-top:4px;font-size:12px}.ao-row-selected{background:#eff6ff}.ao-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a73}.ao-modal-card{width:min(1060px,100%);max-height:90vh;overflow-y:auto;background:#fff;border-radius:14px;box-shadow:0 24px 70px #0f172a42;padding:22px}.ao-modal-card--view{width:min(860px,100%)}.ao-modal-card--view.ao-view-tpa-details{width:min(880px,96vw);padding:20px 22px 16px}.ao-view-tpa-details .ao-modal-head{margin-bottom:14px}.ao-view-tpa-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:16px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.ao-view-tpa-field{display:grid;grid-template-columns:148px minmax(0,1fr);gap:12px;align-items:center;min-width:0;padding:10px 14px;border-right:1px solid #eef2f7;border-bottom:1px solid #eef2f7}.ao-view-tpa-field:nth-child(2n){border-right:none}.ao-view-tpa-field span{color:#64748b;font-size:12px;font-weight:600;line-height:1.35}.ao-view-tpa-field strong{min-width:0;color:#0f172a;font-size:13px;font-weight:600;line-height:1.4;overflow-wrap:anywhere}.ao-view-tpa-field--wide{grid-column:1 / -1;grid-template-columns:148px minmax(0,1fr);align-items:start;border-right:none}.ao-view-tpa-details .ao-modal-actions{margin-top:0}@media (max-width: 760px){.ao-view-tpa-fields{grid-template-columns:1fr}.ao-view-tpa-field,.ao-view-tpa-field--wide{grid-template-columns:132px minmax(0,1fr);border-right:none}}.ao-modal-card--compact{width:min(520px,100%);padding:20px 22px 18px}.ao-simple-form{display:flex;flex-direction:column;gap:0;margin-top:4px}.ao-simple-form__field{display:flex;flex-direction:column;gap:8px}.ao-simple-form__field>label{display:block;margin:0;color:#334155;font-size:.88rem;font-weight:700;line-height:1.3}.ao-simple-form__field>label span{color:#ef4444;font-weight:700}.ao-simple-form__field>textarea,.ao-simple-form__field>input{width:100%;box-sizing:border-box;margin:0;border:1px solid #cbd5e1;border-radius:8px;padding:12px 14px;font-size:.92rem;font-weight:500;color:#334155;line-height:1.45;background:#fff;resize:vertical;outline:none;transition:border-color .15s,box-shadow .15s}.ao-simple-form__field>textarea:focus,.ao-simple-form__field>input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.ao-simple-form__hint{color:#64748b;font-size:.8rem;line-height:1.4}.ao-simple-form__actions{margin-top:18px;padding-top:16px;border-top:1px solid #e2e8f0}.ao-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:16px}.ao-modal-head h3{margin:0;color:#002f6c}.ao-modal-head p{margin:4px 0 0;color:#64748b;font-size:13px}.ao-modal-head>button{width:32px;height:32px;border:1px solid #d9e2ee;border-radius:8px;background:#fff;color:#334155;cursor:pointer}.ao-form-grid--tpa{grid-template-columns:repeat(3,minmax(180px,1fr));column-gap:24px;row-gap:16px;margin-top:18px}.ao-form-grid--tpa label,.ao-form-grid--tpa .ao-tpa-field{display:flex;flex-direction:column;gap:7px;min-width:0;color:#334155;font-size:13px;line-height:1.2}.ao-form-grid--tpa .ao-tpa-field>label{display:block;margin:0}.ao-label-with-info{display:inline-flex;align-items:center;gap:6px}.ao-info-tip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;padding:0;border:0;border-radius:50%;background:#e0e7ff;color:#4f46e5;font-size:12px;font-weight:800;line-height:1;cursor:help}.jt-plant-select{width:100%}.jt-plant-select__trigger{width:100%!important;min-height:42px!important;font-size:.9rem!important;border-radius:8px!important;border:1px solid #d9e2ee!important;background:#fff!important}.jt-plant-select__trigger:hover{border-color:#cbd5e1!important}.jt-plant-select__trigger.ant-select-focused{border-color:#0052cc!important;box-shadow:0 0 0 2px #0052cc1a!important}.jt-feedstock-select{position:relative;width:100%}.jt-feedstock-select__trigger{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;border:1px solid #d9e2ee;border-radius:8px;background:#fff;padding:10px 12px;font-size:.9rem;color:#0f172a;cursor:pointer;text-align:left}.jt-feedstock-select__trigger:hover{border-color:#cbd5e1}.jt-feedstock-select__values{color:#0f172a;line-height:1.45;white-space:normal}.jt-feedstock-select__placeholder{color:#94a3b8}.jt-feedstock-select__chevron{flex-shrink:0;color:#64748b;transition:transform .2s ease}.jt-feedstock-select__chevron--open{transform:rotate(180deg)}.jt-feedstock-select__menu{position:absolute;z-index:1000002;top:calc(100% + 6px);left:0;right:0;display:flex;flex-direction:column;gap:4px;max-height:280px;overflow-y:auto;background:#fff;border:1px solid #d9e2ee;border-radius:8px;box-shadow:0 18px 40px -18px #0f172a47;padding:8px}.jt-feedstock-select__option{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:6px;color:#1e293b;font-size:.84rem;cursor:pointer}.jt-feedstock-select__option:hover{background:#f8fafc}.jt-feedstock-select__option--checked{background:#eef6ff}.jt-feedstock-select__checkbox{accent-color:#0052cc;width:15px;height:15px;margin:0;cursor:pointer}.jt-feedstock-details-table th,.jt-feedstock-details-table td{text-align:center;vertical-align:middle}.ao-info-tip{position:relative;display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#e0e7ff;color:#4f46e5;font-size:12px;cursor:help}.ao-info-tip:after{content:attr(data-tip);position:absolute;left:50%;bottom:calc(100% + 8px);z-index:5;width:280px;max-width:70vw;padding:9px 10px;border-radius:8px;background:#0f172a;color:#fff;font-size:11px;font-weight:600;line-height:1.4;opacity:0;pointer-events:none;transform:translate(-50%) translateY(4px);transition:opacity .16s ease,transform .16s ease;white-space:normal}.ao-info-tip:hover:after,.ao-info-tip:focus:after{opacity:1;transform:translate(-50%) translateY(0)}.ao-field-hint{color:#64748b;font-size:11px;font-weight:700}.ao-form-grid--tpa input,.ao-form-grid--tpa select,.ao-form-grid--tpa textarea{width:100%;min-height:38px;margin-top:0;border:1px solid #cfd9e8;border-radius:8px;padding:9px 11px;font-size:14px;font-weight:500;box-sizing:border-box}.ao-form-grid--tpa input.error,.ao-form-grid--tpa select.error,.ao-form-grid--tpa textarea.error{border-color:var(--color-danger, #ef4444);background-color:var(--color-danger-bg, #fef2f2)}.ao-form-grid--tpa .ao-tpa-field .form-error-msg{margin-top:0}.ao-form-grid--tpa .ant-select input{min-height:0!important;height:auto!important;margin-top:0!important;border:none!important;border-radius:0!important;padding:0!important;box-shadow:none!important;background:transparent!important}.ao-form-grid--tpa input[type=radio]{width:auto;min-height:auto;margin:0;padding:0}.ao-form-grid--tpa input[type=file]{padding:7px 10px}.ao-form-grid--tpa textarea{min-height:88px;resize:vertical}.ao-form-grid--tpa .ao-form-wide{grid-column:1 / -1}.ao-checkbox-grid{display:flex;flex-wrap:wrap;gap:16px;margin-top:8px}.ao-checkbox{display:flex;flex-direction:row!important;align-items:center;gap:8px!important;font-weight:500!important;font-size:13px;cursor:pointer}.ao-checkbox input[type=checkbox]{width:16px!important;height:16px!important;min-height:auto!important;margin:0!important}.ao-radio-group{display:flex;align-items:center;gap:14px;min-width:0;margin:0;padding:0;border:0}.ao-radio-group legend{width:100%;margin-bottom:7px;color:#334155;font-size:13px;font-weight:800}.ao-radio-group label{flex-direction:row;align-items:center;gap:7px;font-weight:700}.ao-upload-name{color:#0052cc;font-size:12px;font-weight:800;word-break:break-word}.ao-modal-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:10px;margin-top:8px}.ao-modal-actions button{border:1px solid #cdd8e5;background:#fff;color:#002f6c;border-radius:8px;padding:9px 14px;font-weight:800;cursor:pointer}.ao-view-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:18px}.ao-view-detail-grid .ao-detail-card{min-width:0}@media (max-width: 760px){.ao-view-detail-grid,.ao-view-detail-row{grid-template-columns:1fr}}.jt-remarks{margin-top:14px;border-radius:12px;background:#f8fbff;padding:12px}.jt-remarks p{margin:6px 0 0;color:#475569}@media (max-width: 900px){.ao-grid-2,.ao-plant-layout,.ao-form-grid--tpa,.jt-form-grid,.jt-form-grid--notes{grid-template-columns:1fr}.ao-page-head,.ao-panel-head,.jt-page-head{align-items:stretch;flex-direction:column}.ao-bar-row{grid-template-columns:1fr}}@media (max-width: 640px){.ao-module{gap:14px;padding:12px 0}.jt-page{min-width:0;overflow-x:hidden}.jt-page-titlebar,.jt-page-titlebar[style]{align-items:stretch!important;flex-direction:column;gap:10px;min-width:0}.jt-page-titlebar h3{font-size:18px!important;line-height:1.25}.jt-create-btn{width:100%;justify-content:center;min-height:40px}.jt-page-tabs,.jt-page-tabs[style]{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important;margin-bottom:12px!important;width:100%}.jt-page-tabs button{min-width:0;padding:9px 8px!important;white-space:normal;line-height:1.2}.joint-ticketing-filters-bar,.jt-filters-bar{display:grid!important;grid-template-columns:1fr;gap:10px;width:100%;min-width:0}.joint-ticketing-filters-bar .filter-item,.joint-ticketing-filters-bar .filter-date-input,.joint-ticketing-filters-bar .filter-select{width:100%;min-width:0}.jt-columns-toolbar,.jt-columns-toolbar[style],.jt-columns-toolbar__actions,.jt-columns-toolbar__actions[style]{align-items:stretch!important;flex-direction:column;width:100%}.jt-columns-toolbar__actions>button,.jt-columns-toolbar__actions .excel-export-button{width:100%;justify-content:center}.jt-page .oa-table-wrapper{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.jt-ticket-table,.jt-feedstock-details-table{min-width:820px}.ao-panel,.ao-tpa-panel{padding:12px;border-radius:12px;overflow-x:visible}.ao-tpa-head,.ao-tpa-list-toolbar,.ao-tpa-list-toolbar[style],.ao-tpa-columns-bar{align-items:stretch!important;flex-direction:column;width:100%}.ao-tpa-head h3{font-size:16px;line-height:1.3}.ao-tpa-list-toolbar .scheme-my-apps__search,.ao-tpa-columns-picker,.ao-panel button.ao-tpa-columns-trigger,.ao-tpa-columns-trigger{width:100%!important}.ao-tpa-columns-label{white-space:normal}.ao-tpa-columns-menu{width:100%;min-width:0;max-width:calc(100vw - 48px)}.ao-table-wrap,.ao-module--tpa-only .global-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.ao-module--tpa-only .global-table{min-width:780px}.ao-tpa-actions,.ao-actions-legend-bar{flex-wrap:wrap}.ao-actions-legend-bar{gap:10px 14px}.ao-actions-legend-title{flex-basis:100%}.ao-modal-overlay{align-items:flex-end;padding:10px}.jt-create-modal-overlay,.jt-detail-modal-overlay{align-items:flex-end!important;justify-content:center!important;padding:10px}.ao-modal-card,.ao-modal-card[style],.jt-modal-card,.jt-create-modal-card,.jt-create-modal-card[style],.jt-detail-modal-card,.jt-detail-modal-card[style]{width:100%!important;max-width:none!important;max-height:calc(100vh - var(--portal-chrome-height, 0px) - 20px);overflow-y:auto!important;padding:16px!important;border-radius:12px 12px 0 0!important}.ao-modal-head,.ao-modal-head[style],.jt-create-modal-head,.jt-create-modal-head[style],.jt-detail-modal-head,.jt-detail-modal-head[style]{align-items:flex-start!important;gap:12px}.jt-create-modal-head>div,.jt-detail-modal-head>div{min-width:0}.ao-modal-head h3{font-size:1rem!important;line-height:1.3}.ao-form-grid--tpa,.ao-form-grid--tpa[style],.jt-form-grid,.jt-form-grid--notes,.jt-create-modal-grid,.jt-create-modal-grid[style],.jt-detail-highlight-grid,.jt-detail-highlight-grid[style],.jt-detail-grid,.jt-detail-grid[style],.jt-detail-metric-grid,.jt-detail-metric-grid[style],.jt-detail-status-grid,.jt-detail-status-grid[style]{grid-template-columns:1fr!important;gap:12px!important}.ao-form-grid--tpa>div,.ao-form-grid--tpa>div[style],.ao-form-grid--tpa .ao-form-wide{grid-column:1 / -1!important}.ao-label-with-info{align-items:flex-start!important;line-height:1.35}.ao-modal-actions,.ao-modal-actions[style],.ao-simple-form__actions,.jt-create-modal-actions,.jt-create-modal-actions[style]{align-items:stretch;flex-direction:column-reverse;gap:10px!important}.ao-modal-actions button,.ao-modal-actions .ao-primary-btn,.jt-create-modal-actions button,.ao-btn,.ao-primary-btn{width:100%;min-height:40px;justify-content:center}.ao-view-tpa-field,.ao-view-tpa-field--wide{grid-template-columns:1fr;gap:4px}.ao-modal-card--tpa-form{display:flex;flex-direction:column;overflow:hidden}.ao-modal-card--tpa-form>form{min-height:0;overflow-y:auto;padding-right:2px}.ao-modal-card--tpa-form .ao-modal-head{flex:0 0 auto;margin-bottom:12px!important;padding-bottom:10px!important}.ao-modal-card--tpa-form .ao-modal-head>div{min-width:0}.ao-modal-card--tpa-form .ao-modal-head>div>div{line-height:1.35;overflow-wrap:anywhere}.ao-modal-card--tpa-form .ao-form-grid--tpa{margin:0 0 12px!important}.ao-modal-card--tpa-form .ao-form-grid--tpa>div{min-width:0}.ao-modal-card--tpa-form .ant-select,.ao-modal-card--tpa-form .ant-select-selector,.ao-modal-card--tpa-form .date-picker-field,.ao-modal-card--tpa-form input,.ao-modal-card--tpa-form select,.ao-modal-card--tpa-form textarea{max-width:100%;min-width:0}.ao-modal-card--tpa-form .ant-select-selector{min-height:40px!important}.ao-modal-card--tpa-form .ant-select-selection-item,.ao-modal-card--tpa-form .ant-select-selection-placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ao-modal-card--tpa-form textarea{min-height:76px!important;resize:vertical!important}.ao-modal-card--tpa-form .ao-info-tip:after{left:auto;right:-8px;width:min(260px,calc(100vw - 48px));transform:translateY(4px)}.ao-modal-card--tpa-form .ao-info-tip:hover:after,.ao-modal-card--tpa-form .ao-info-tip:focus:after{transform:translateY(0)}}.ao-helper-text{display:block;font-size:11px;color:#64748b;margin-top:4px;margin-bottom:4px;font-weight:400}.global-table tbody tr.ao-tpa-row--dcq-escalated{background:#fff1f2;border-left:4px solid #dc2626}.global-table tbody tr.ao-tpa-row--dcq-escalated td{background:#fff1f2}.ao-tpa-escalation-badge{display:inline-flex;align-items:center;min-height:22px;padding:2px 8px;border:1px solid #fecaca;border-radius:999px;background:#fee2e2;color:#991b1b;font-size:11px;font-weight:800;white-space:nowrap}.amount-in-words{margin-top:4px;color:#475569;font-size:12px;font-style:italic;line-height:1.4}.amount-in-words__label{color:#334155;font-weight:600}.scheme-milestones__intro{margin:0 0 16px;font-size:14px;line-height:1.55;color:var(--color-text-secondary)}.scheme-milestones__hint{margin:8px 0 0;font-size:13px;color:var(--color-text-secondary)}.scheme-milestones__list{display:flex;flex-direction:column;gap:14px}.scheme-milestones__card{border:1px solid var(--color-border);border-radius:10px;padding:16px}.scheme-milestones__card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.scheme-milestones__title{margin:0 0 6px;font-size:15px;font-weight:var(--font-semibold);color:var(--color-text-primary)}.scheme-milestones__meta{margin:0 0 4px;font-size:13px;color:var(--color-text-secondary)}.scheme-milestones__status{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:var(--font-semibold);white-space:nowrap;border:1px solid var(--color-border);color:var(--color-text-secondary)}.scheme-milestones__status--pending{color:var(--color-primary);border-color:var(--color-info-border)}.scheme-milestones__status--approved_for_release,.scheme-milestones__status--processed,.scheme-milestones__status--pfms_batch_generated{color:var(--color-success);border-color:var(--color-success-border)}.scheme-milestones__apply-btn,.scheme-milestones__approve-btn,.scheme-milestones__reject-btn{margin-top:14px;padding:8px 14px;border-radius:8px;font-size:13px;font-weight:var(--font-semibold);cursor:pointer}.scheme-milestones__apply-btn{border:1px solid var(--color-primary);background:transparent;color:var(--color-primary)}.scheme-milestones__approve-btn{border:none;background:var(--color-primary);color:var(--color-text-inverse)}.scheme-milestones__reject-btn{border:1px solid #dc2626;background:#dc2626;color:#fff}.scheme-milestones__action-row{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.scheme-milestones__apply-btn:disabled,.scheme-milestones__approve-btn:disabled,.scheme-milestones__reject-btn:disabled{opacity:.6;cursor:not-allowed}.scheme-milestones__status--rejected{color:#b91c1c;border-color:#fecaca;background:#fef2f2}.scheme-milestones__rejection{margin-top:10px;padding:10px 12px;border:1px solid #fecaca;border-radius:8px;background:#fef2f2;color:#7f1d1d;font-size:13px}.scheme-milestones__rejection p{margin:4px 0;white-space:pre-wrap}.scheme-milestones__rejection span{display:block;color:#991b1b;font-size:12px}.scheme-milestones__reject-context{display:flex;flex-direction:column;gap:4px;margin-bottom:14px;padding:10px 12px;border:1px solid var(--color-border);border-radius:8px;background:#f8fafc;color:var(--color-text-secondary);font-size:13px}.scheme-milestones__modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.scheme-milestones__modal{background:var(--color-background-paper, #ffffff);border-radius:12px;width:90%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 30px #00000026;display:flex;flex-direction:column}.scheme-milestones__modal-header{padding:16px 24px;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center}.scheme-milestones__modal-header h3{margin:0;font-size:18px;font-weight:600;color:var(--color-text-primary)}.scheme-milestones__modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:var(--color-text-secondary)}.scheme-milestones__modal-body{padding:24px;flex:1}.scheme-milestones__modal-footer{padding:16px 24px;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;gap:12px}.scheme-milestones__checklist{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.scheme-milestones__check-item{display:flex;align-items:flex-start;gap:14px;padding:14px;border-radius:8px;border:1px solid var(--color-border);background:var(--color-background-default, #f9f9f9)}.scheme-milestones__check-item--pass{border-color:var(--color-success-border, #c3e6cb);background:#28a7450d}.scheme-milestones__check-item--fail,.scheme-milestones__check-item--dpi-m1{border-color:var(--color-error-border, #f5c6cb);background:#dc35450d}.scheme-milestones__check-icon{font-size:20px;line-height:1}.scheme-milestones__check-item--pass .scheme-milestones__check-icon{color:var(--color-success, #28a745)}.scheme-milestones__check-item--fail .scheme-milestones__check-icon{color:var(--color-error, #dc3545)}.scheme-milestones__check-details h4{margin:0 0 4px;font-size:14px;font-weight:600;color:var(--color-text-primary)}.scheme-milestones__check-details p{margin:0;font-size:13px;color:var(--color-text-secondary)}.scheme-milestones__form-section{border-top:2px solid var(--color-border);padding-top:20px;margin-top:20px}.scheme-milestones__form-title{margin:0 0 16px;font-size:16px;font-weight:600;color:var(--color-text-primary)}.scheme-milestones__form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:20px}.scheme-milestones__form-group{display:flex;flex-direction:column;gap:6px}.scheme-milestones__form-group--full{grid-column:span 2}.scheme-milestones__form-group label{font-size:13px;font-weight:500;color:var(--color-text-secondary)}.scheme-milestones__form-group input{padding:10px;border-radius:6px;border:1px solid var(--color-border);font-size:14px;background:var(--color-background-paper, #ffffff);color:var(--color-text-primary)}.scheme-milestones__form-group input:focus{outline:none;border-color:var(--color-primary)}.scheme-milestones__split-forms{display:flex;flex-direction:column;gap:24px}.scheme-milestones__split-pane{border:1px dashed var(--color-primary);border-radius:8px;padding:16px;background:rgba(var(--color-primary-rgb),.02)}.scheme-milestones__cancel-btn{padding:8px 16px;min-height:40px;border-radius:8px;border:1px solid var(--color-border);background:transparent;color:var(--color-text-secondary);font-weight:600;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.scheme-milestones__modal-footer .scheme-milestones__cancel-btn,.scheme-milestones__modal-footer .scheme-milestones__reject-btn,.scheme-milestones__modal-footer .scheme-milestones__submit-btn{margin-top:0;min-height:40px;padding:8px 16px;display:inline-flex;align-items:center;justify-content:center;line-height:1.2}.scheme-milestones__submit-btn{padding:8px 20px;border-radius:8px;border:none;background:var(--color-success, #28a745);color:#fff;font-weight:600;cursor:pointer}.scheme-milestones__submit-btn:disabled{background:#cbd5e1;color:#64748b;cursor:not-allowed;opacity:1}.scheme-milestones__submitted-details{margin-top:14px;padding:12px 14px;background:#f8fafc;border:1px solid var(--color-border);border-radius:8px}.scheme-milestones__section-title{margin:0 0 10px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-secondary)}.scheme-milestones__details-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.scheme-milestones__detail-label{display:block;font-size:11px;color:var(--color-text-secondary);margin-bottom:2px}.scheme-milestones__detail-value{display:block;font-size:13px;font-weight:500;color:var(--color-text-primary);word-break:break-all}.scheme-milestones__submitted-details .detail-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))!important;gap:16px!important}.scheme-milestones__submitted-details .detail-item{display:flex;flex-direction:column;align-items:flex-start}.scheme-milestones__submitted-details .detail-label{white-space:normal!important;word-break:break-word;line-height:1.4;display:block}.scheme-milestones__submitted-details .detail-value{text-align:left!important}@media (max-width: 640px){.scheme-milestones__card{padding:14px}.scheme-milestones__card-head{flex-direction:column}.scheme-milestones__status{white-space:normal}.scheme-milestones__action-row,.scheme-milestones__apply-btn,.scheme-milestones__approve-btn,.scheme-milestones__reject-btn{width:100%}.scheme-milestones__apply-btn,.scheme-milestones__approve-btn,.scheme-milestones__reject-btn{justify-content:center;min-height:40px}.scheme-milestones__modal-overlay{align-items:flex-end;padding:10px}.scheme-milestones__modal{width:100%;max-width:none;max-height:calc(100vh - var(--portal-chrome-height, 0px) - 20px);border-radius:12px 12px 0 0}.scheme-milestones__modal-header{align-items:flex-start;gap:12px;padding:14px 16px}.scheme-milestones__modal-header h3{font-size:16px;line-height:1.3}.scheme-milestones__modal-close{flex:0 0 34px;width:34px;height:34px;border-radius:8px;background:#f1f5f9;line-height:1}.scheme-milestones__modal-body{padding:16px}.scheme-milestones__checklist{gap:12px;margin-bottom:18px}.scheme-milestones__check-item{gap:10px;padding:12px}.scheme-milestones__check-icon{font-size:16px}.scheme-milestones__check-details,.scheme-milestones__bg-upload-box,.scheme-milestones__form-section{min-width:0}.scheme-milestones__check-details h4,.scheme-milestones__form-title{font-size:14px;line-height:1.35}.scheme-milestones__check-details p{font-size:12px;line-height:1.45;overflow-wrap:anywhere}.scheme-milestones__form-section{padding-top:16px;margin-top:16px}.scheme-milestones__form-grid,.scheme-milestones__form-grid[style]{grid-template-columns:1fr!important;gap:12px!important}.scheme-milestones__form-title[style],.scheme-milestones__form-group[style],.scheme-milestones__form-group--full{grid-column:1 / -1!important}.scheme-milestones__form-group label{align-items:flex-start!important;font-size:12px;line-height:1.35;overflow-wrap:anywhere}.scheme-milestones__form-group input{width:100%;min-width:0;min-height:40px;font-size:13px}.scheme-milestones__toggle-upload-btn{width:100%;min-height:38px}.scheme-milestones__modal-footer,.scheme-milestones__modal-footer[style]{flex-direction:column-reverse;align-items:stretch;gap:10px;padding:14px 0 0!important}.scheme-milestones__modal-footer .scheme-milestones__cancel-btn,.scheme-milestones__modal-footer .scheme-milestones__reject-btn,.scheme-milestones__modal-footer .scheme-milestones__submit-btn{width:100%}.scheme-milestones__split-pane,.scheme-milestones__submitted-details{padding:12px}.scheme-milestones__details-grid,.scheme-milestones__submitted-details .detail-grid{grid-template-columns:1fr!important}}.cht-verify-decl-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:1400;display:flex;align-items:center;justify-content:center;padding:24px}.cht-verify-decl-card{width:min(560px,100%);max-height:min(92vh,900px);overflow:auto;background:#fff;border-radius:16px;box-shadow:0 24px 64px #0f172a47;display:flex;flex-direction:column}.cht-verify-decl-header{padding:22px 24px 8px}.cht-verify-decl-title{margin:0 0 6px;font-size:20px;font-weight:700;color:#0f172a}.cht-verify-decl-subtitle{margin:0;font-size:13px;line-height:1.5;color:#64748b}.cht-verify-decl-cht-only{display:inline-block;margin-top:4px;font-size:12px;font-weight:600;color:#1d4ed8}.cht-verify-decl-body{padding:12px 24px 8px;display:flex;flex-direction:column;gap:14px}.cht-verify-decl-checklist{display:flex;flex-direction:column;gap:10px}.cht-verify-decl-item{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;cursor:pointer}.cht-verify-decl-item--checked{background:#f0f7ff;border-color:#bfdbfe}.cht-verify-decl-item--error{border-color:#fca5a5;background:#fff7f7}.cht-verify-decl-item input{margin-top:2px;width:16px;height:16px;accent-color:#1d4ed8;flex-shrink:0}.cht-verify-decl-item-label{font-size:13px;line-height:1.45;color:#1e293b;font-weight:500}.cht-verify-decl-required{color:#dc2626;margin-left:4px;font-weight:700}.cht-verify-decl-field{display:flex;flex-direction:column;gap:6px}.cht-verify-decl-field-label{font-size:13px;font-weight:600;color:#334155}.cht-verify-decl-input,.cht-verify-decl-textarea{width:100%;box-sizing:border-box;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 12px;font-size:13px;color:#0f172a;background:#fff;font-family:inherit}.cht-verify-decl-textarea{min-height:96px;resize:vertical}.cht-verify-decl-input:focus,.cht-verify-decl-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f626}.cht-verify-decl-input--error{border-color:#f87171}.cht-verify-decl-meta-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:18px}.cht-verify-decl-counter{font-size:12px;color:#94a3b8;margin-left:auto}.cht-verify-decl-upload{border:1.5px dashed #cbd5e1;border-radius:10px;padding:14px;background:#f8fafc;position:relative}.cht-verify-decl-upload--error{border-color:#f87171;background:#fff7f7}.cht-verify-decl-upload input[type=file]{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.cht-verify-decl-upload-text{display:flex;flex-direction:column;gap:2px;pointer-events:none}.cht-verify-decl-upload-text strong{font-size:13px;color:#1e40af}.cht-verify-decl-upload-text span{font-size:12px;color:#64748b}.cht-verify-decl-error{margin:0;font-size:12px;color:#dc2626}.cht-verify-decl-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px 22px;border-top:1px solid #eef2f7;margin-top:8px}.scheme-producer-detail__overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden}.scheme-producer-detail__panel{width:100%;max-width:1450px;height:100%;max-height:90vh;background:#fff;border-radius:12px;box-shadow:0 20px 60px #00000026;display:flex;flex-direction:column;overflow:hidden}.scheme-producer-detail__header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px 12px;border-bottom:1px solid #e3f0ff;flex-shrink:0}.scheme-producer-detail__app-no{display:block;font-family:monospace;font-size:.78rem;color:#1565c0;font-weight:700}.scheme-producer-detail__title{margin:4px 0 8px;font-size:1.1rem;color:#1a237e}.scheme-producer-detail__status-badge{display:inline-block;background:var(--badge-bg, #f5f5f5);color:var(--badge-color, #555);padding:3px 10px;border-radius:20px;font-size:.72rem;font-weight:700}.scheme-producer-detail__close{border:none;background:#f0f7ff;color:#1565c0;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:1rem}.scheme-producer-detail__tabs{display:flex;gap:8px;padding:0 24px;border-bottom:1px solid #e3f0ff;overflow-x:auto;flex-shrink:0;background:#fff}.scheme-producer-detail__tab{border:none;background:transparent;color:#607d8b;font-weight:600;font-size:.82rem;padding:12px 14px;cursor:pointer;border-bottom:2px solid transparent;white-space:nowrap}.scheme-producer-detail__tab--active{color:#1565c0;border-bottom-color:#1565c0}.scheme-producer-detail__body{flex:1;min-height:0;padding:20px 24px 24px;overflow-y:auto;-webkit-overflow-scrolling:touch;font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text-primary)}.scheme-producer-detail__section-title{margin:18px 0 10px;font-size:.82rem;font-weight:700;color:#1565c0;text-transform:uppercase;letter-spacing:.04em}.scheme-producer-detail__section-title:first-child{margin-top:0}.scheme-producer-detail__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 20px}.scheme-producer-detail__grid--4col{margin-top:10px;grid-template-columns:repeat(4,minmax(0,1fr))}.scheme-producer-detail__field{display:flex;flex-direction:column;gap:4px}.scheme-producer-detail__field--full{grid-column:1 / -1}.scheme-producer-detail__label{font-size:.72rem;color:#78909c;font-weight:600;text-transform:uppercase}.scheme-producer-detail__value{font-size:.9rem;color:#1a237e;font-weight:600}.scheme-producer-detail__value--mono{font-family:monospace}.scheme-producer-detail__value--highlight{color:var(--color-primary)}.scheme-producer-detail__value--rejection{color:#c62828}.scheme-producer-detail__loading,.scheme-producer-detail__hint{color:#607d8b;font-size:.85rem}.scheme-producer-detail__error{color:#c62828;font-size:.85rem}.scheme-producer-detail__doc-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;border:1px solid #e3f0ff;border-radius:10px;background:#fafcff}.scheme-producer-detail__doc-row--autofill{background:#f0f7ff;border-color:#bfdbfe}.scheme-producer-detail__autofill-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;background:#e3f0ff;color:#0052cc;font-weight:800;font-size:14px;flex-shrink:0}.scheme-producer-detail__autofill-body{flex:1;min-width:0}.scheme-producer-detail__autofill-badge{font-size:11px;font-weight:700;color:#0052cc;background:#e3f0ff;border-radius:999px;padding:5px 10px;white-space:nowrap;flex-shrink:0}.scheme-producer-detail__feedstock-type-value{font-size:.9rem;font-weight:700;color:#0052cc;text-transform:capitalize;white-space:nowrap;flex-shrink:0}.scheme-producer-detail__doc-list{display:flex;flex-direction:column;gap:10px}.scheme-producer-detail__doc-row strong{display:block;font-size:.84rem;color:#1a237e}.scheme-producer-detail__doc-meta{display:block;margin-top:4px;font-size:.78rem;color:#607d8b}.scheme-producer-detail__doc-btn{border:1px solid #1565c0;background:#fff;color:#1565c0;border-radius:6px;padding:6px 12px;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap}.scheme-producer-detail__doc-btn:hover{background:#1565c0;color:#fff}.scheme-producer-detail__history{display:flex;flex-direction:column;gap:14px}.scheme-producer-detail__history-item{display:flex;gap:12px}.scheme-producer-detail__history-dot{width:10px;height:10px;border-radius:50%;background:#1565c0;margin-top:5px;flex-shrink:0}.scheme-producer-detail__history-meta{display:block;margin-top:4px;font-size:.78rem;color:#607d8b}.scheme-producer-detail__history-remarks{margin:6px 0 0;font-size:.82rem;color:#455a64;line-height:1.45}.scheme-docs-step--embedded{max-width:100%;margin:0}.scheme-docs-step--embedded .scheme-docs-step__title{font-size:1.1rem}@media (max-width: 720px){.scheme-producer-detail__grid{grid-template-columns:1fr}.scheme-producer-detail__overlay{padding:12px}}.scheme-detail-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#fff;z-index:900;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;animation:sdOverlayIn .2s ease}@keyframes sdOverlayIn{0%{opacity:0}to{opacity:1}}.scheme-detail-panel{width:100vw;max-width:100%;height:100vh;max-height:100vh;background:#fff;border-radius:0;box-shadow:none;z-index:901;display:flex;flex-direction:column;animation:sdPanelIn .25s cubic-bezier(.22,1,.36,1);overflow:hidden}@keyframes sdPanelIn{0%{transform:translate(100%)}to{transform:translate(0)}}.scheme-detail-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px 16px;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.scheme-detail-header-left{display:flex;flex-direction:column;gap:4px}.scheme-detail-app-no{font-size:13px;font-weight:700;color:#1e40af;font-family:Courier New,monospace;letter-spacing:.5px}.scheme-detail-scheme-name{font-size:16px;font-weight:700;color:#0f172a}.scheme-detail-close-btn{width:32px;height:32px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-size:18px;color:#64748b;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;flex-shrink:0}.scheme-detail-close-btn:hover{background:#f1f5f9;color:#0f172a}.scheme-status-badge{display:inline-flex;align-items:center;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;background:var(--badge-bg, #f1f5f9);color:var(--badge-text, #475569);border:1px solid var(--badge-border, #e2e8f0)}.scheme-status-badge--SANCTIONED{--badge-bg: #dcfce7;--badge-text: #166534;--badge-border: #bbf7d0}.scheme-status-badge--SUBMITTED{--badge-bg: #dbeafe;--badge-text: #1e40af;--badge-border: #bfdbfe}.scheme-status-badge--UNDER_VERIFICATION{--badge-bg: #fef9c3;--badge-text: #854d0e;--badge-border: #fde68a}.scheme-status-badge--TECHNICAL_REVIEW{--badge-bg: #ffedd5;--badge-text: #9a3412;--badge-border: #fdba74}.scheme-status-badge--INSPECTION{--badge-bg: #ede9fe;--badge-text: #5b21b6;--badge-border: #ddd6fe}.scheme-status-badge--APPROVAL_COMMITTEE{--badge-bg: #e0e7ff;--badge-text: #3730a3;--badge-border: #c7d2fe}.scheme-status-badge--REJECTED{--badge-bg: #fee2e2;--badge-text: #991b1b;--badge-border: #fecaca}.scheme-status-badge--WITHDRAWN{--badge-bg: #f1f5f9;--badge-text: #475569;--badge-border: #cbd5e1}.scheme-status-badge--DRAFT{--badge-bg: #f8fafc;--badge-text: #94a3b8;--badge-border: #e2e8f0}.scheme-detail-tabs{display:flex;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.scheme-detail-tab-btn{padding:12px 20px;font-size:13px;font-weight:600;color:#64748b;border:none;background:transparent;cursor:pointer;border-bottom:2px solid transparent;transition:color .15s,border-color .15s}.scheme-detail-tab-btn:hover{color:#1e40af}.scheme-detail-tab-btn--active{color:#1e40af;border-bottom-color:#1e40af}.scheme-detail-body{flex:1;overflow-y:auto;padding:24px}.scheme-detail-section-title{font-size:12px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;margin:0 0 12px}.scheme-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px 16px;margin-bottom:24px}.scheme-detail-field{display:flex;flex-direction:column;gap:3px}.scheme-detail-field--full{grid-column:1 / -1}.scheme-detail-label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.6px}.scheme-detail-value{font-size:14px;color:#0f172a;font-weight:500;word-break:break-word}.scheme-detail-value--code{font-family:Courier New,monospace;font-size:13px;color:#1e40af}.scheme-detail-value--amount{font-size:15px;font-weight:700;color:#166534}.scheme-detail-value--rejection{color:#991b1b;background:#fee2e2;padding:8px 12px;border-radius:8px;border-left:3px solid #f87171;font-size:13px}.scheme-detail-divider{border:none;border-top:1px solid #f1f5f9;margin:16px 0}.scheme-history-empty{color:#94a3b8;font-size:14px;text-align:center;padding:32px 0}.scheme-history-timeline{display:flex;flex-direction:column;gap:0;position:relative}.scheme-history-item{display:flex;gap:14px;padding-bottom:20px;position:relative}.scheme-history-dot-col{display:flex;flex-direction:column;align-items:center;flex-shrink:0}.scheme-history-dot{width:10px;height:10px;border-radius:50%;background:#cbd5e1;border:2px solid #fff;box-shadow:0 0 0 2px #cbd5e1;flex-shrink:0;margin-top:4px}.scheme-history-dot--cht{background:#2563eb;box-shadow:0 0 0 2px #bfdbfe}.scheme-history-dot--approved{background:#16a34a;box-shadow:0 0 0 2px #bbf7d0}.scheme-history-dot--rejected{background:#dc2626;box-shadow:0 0 0 2px #fecaca}.scheme-history-line{flex:1;width:1px;background:#e2e8f0;min-height:12px}.scheme-history-content{flex:1}.scheme-history-action{font-size:13px;font-weight:700;color:#0f172a}.scheme-history-stage{font-size:12px;color:#64748b;margin-top:2px}.scheme-history-date{font-size:11px;color:#94a3b8;margin-top:2px}.scheme-history-remarks{font-size:12px;color:#475569;background:#f8fafc;padding:6px 10px;border-radius:6px;margin-top:6px;font-style:italic}.scheme-detail-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:12px;color:#64748b;font-size:14px}.scheme-detail-footer{padding:16px 24px;border-top:1px solid #e2e8f0;background:#f8fafc;display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-shrink:0}.scheme-detail-footer--closed{justify-content:center}.scheme-detail-closed-note{font-size:13px;color:#64748b;font-style:italic}.scheme-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;z-index:1300;display:flex;align-items:center;justify-content:center;padding:24px}.scheme-confirm-card{background:#fff;border-radius:16px;padding:28px;width:min(440px,100%);box-shadow:0 20px 60px #0f172a40;animation:sdOverlayIn .2s ease}.scheme-confirm-card--sanction{width:min(640px,100%)}.scheme-confirm-amount-card{padding:14px 16px;margin-bottom:16px;border:1px solid #e3edf9;border-radius:14px;background:#f8fbff}.scheme-confirm-hint--inline{margin:8px 0 0}.scheme-confirm-docs-section{margin-bottom:0}.scheme-docs-step__row--error{border-color:#f0c4c4;background:#fff8f8}.scheme-confirm-title{font-size:17px;font-weight:700;color:#0f172a;margin:0 0 8px}.scheme-confirm-hint{font-size:13px;color:#64748b;margin:0 0 20px;line-height:1.6}.scheme-confirm-amount{font-weight:700;color:#166534}.scheme-confirm-textarea{width:100%;min-height:96px;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:13px;font-family:inherit;resize:vertical;outline:none;transition:border-color .15s;box-sizing:border-box;margin-bottom:4px}.scheme-confirm-textarea:focus{border-color:inherit!important;box-shadow:none!important;outline:none!important}.scheme-confirm-textarea--error{border-color:inherit;box-shadow:none}.scheme-confirm-error{font-size:12px;color:#dc2626;margin:0 0 16px}.scheme-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.scheme-confirm-label{display:block;font-size:12px;font-weight:600;color:#334155;margin-bottom:6px}.scheme-confirm-input{width:100%;padding:10px 12px;border:1.5px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s;box-sizing:border-box}.scheme-confirm-input:focus{border-color:#2563eb}.scheme-confirm-input--error{border-color:#f87171}.scheme-confirm-input--textarea{resize:vertical;min-height:84px}.scheme-confirm-file{display:block;width:100%;font-size:13px;color:#334155}.scheme-producer-detail__certificate-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:4px}.scheme-producer-detail__panel--cht .scheme-producer-detail__doc-meta{font-size:.74rem!important}.scheme-producer-detail__panel--cht .scheme-producer-detail__doc-row strong,.scheme-producer-detail__panel--cht .scheme-producer-detail__autofill-body strong,.scheme-producer-detail__panel--cht .scheme-app-form__review-promoter-row span{font-size:.78rem!important}.scheme-producer-detail__panel--cht .scheme-producer-detail__history-meta{font-size:.74rem!important}.scheme-producer-detail__panel--cht .scheme-producer-detail__history-remarks,.scheme-producer-detail__panel--cht .scheme-producer-detail__history-item strong{font-size:.78rem!important}.scheme-producer-detail__history-checklist{margin-top:.55rem}.scheme-producer-detail__history-checklist>strong,.scheme-producer-detail__history-cert>strong{display:block;margin-bottom:.35rem;color:#334155;font-size:.78rem}.scheme-producer-detail__history-checklist ul{margin:0;padding:0;list-style:none;display:grid;gap:.35rem}.scheme-producer-detail__history-checklist li{display:flex;align-items:flex-start;gap:.4rem;color:#475569;font-size:.78rem;line-height:1.35}.scheme-producer-detail__history-checklist li svg{flex-shrink:0;margin-top:.15rem;color:var(--color-primary-light, #2e7d32)}.scheme-producer-detail__history-cert{margin-top:.55rem}.scheme-producer-detail__history-cert-row{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;color:#475569;font-size:.78rem}.scheme-detail-footer--in-modal{flex-shrink:0;border-top:1px solid #e2e8f0;padding:14px 24px;display:flex;justify-content:flex-end;align-items:center;gap:10px;background:#f8fafc}.scheme-detail-closed-note--inline{margin-right:auto;font-size:.875rem;color:#475569}.scheme-clarification-tab__form{margin-top:24px;padding-top:20px;border-top:1px solid #e2e8f0}.scheme-clarification-tab__actions{margin-top:12px;display:flex;justify-content:flex-end}.scheme-clarification-tab__docs-section{margin-top:18px}.scheme-clarification-tab__add-doc-btn{margin-top:4px;padding:8px 12px;border:1px dashed #b9ddff;border-radius:10px;background:#f8fbff;color:#1565c0;font-size:13px;font-weight:700;cursor:pointer}.scheme-clarification-tab__add-doc-btn:disabled{opacity:.6;cursor:not-allowed}.scheme-docs-step__row--compact{margin-top:8px;margin-bottom:0}.scheme-clarification-tab__submitted-docs{margin-top:10px}.scheme-producer-detail__panel .cht-btn--success,.scheme-confirm-card .cht-btn--success{background-color:#0052cc!important;border-color:#0052cc!important;color:#fff!important}.scheme-producer-detail__panel .cht-btn--success:hover,.scheme-confirm-card .cht-btn--success:hover{background-color:#003d99!important;border-color:#003d99!important}.scheme-queue{display:flex;flex-direction:column;gap:0}.scheme-queue__filters{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:16px;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.scheme-queue__filter-btn{padding:6px 14px;font-size:12px;font-weight:600;border-radius:20px;cursor:pointer;border:1px solid #e2e8f0;background:#fff;color:#475569;transition:background .15s,border-color .15s,color .15s}.scheme-queue__filter-btn:hover{border-color:#93c5fd;color:#1e40af;background:#eff6ff}.scheme-queue__filter-btn--active{border-color:#1e40af;background:#1e40af;color:#fff}.scheme-queue__filter-mobile{display:none}.scheme-queue__filter-mobile-label{font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.04em;flex-shrink:0}.scheme-queue__filter-mobile-select{flex:1;min-width:0;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:500;color:#1e293b;background-color:#fff;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.scheme-queue__scheme-type-filter{display:flex;align-items:center;gap:10px;width:auto;max-width:100%;margin:0;white-space:nowrap}.scheme-queue__scheme-type-filter .scheme-queue__filter-mobile-select{width:190px;min-width:190px;flex:0 0 190px;padding:8px 10px}.scheme-queue__meta{display:flex;align-items:center;justify-content:flex-end;margin-bottom:10px}.scheme-queue__meta-count{font-size:12px;color:#94a3b8;font-weight:500}.scheme-queue__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px 0;gap:12px;color:#64748b;font-size:14px}.scheme-queue__table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #e2e8f0}.scheme-queue__table{width:100%;border-collapse:collapse;font-size:13px;min-width:780px}.scheme-queue__thead-row{background:#f8fafc}.scheme-queue__th{padding:11px 14px;text-align:left;font-size:11px;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.6px;white-space:nowrap;border-bottom:1px solid #e2e8f0}.scheme-queue__th--right{text-align:right}.scheme-queue__th--actions,.scheme-queue__th--center{text-align:center}.scheme-queue__row{border-bottom:1px solid #f1f5f9;transition:background .1s}.scheme-queue__row:last-child{border-bottom:none}.scheme-queue__row:hover{background:#f8fbff}.scheme-queue__td{padding:11px 14px;color:#334155;vertical-align:middle}.scheme-queue__td--app-no{font-weight:700;color:#1e40af;font-family:Courier New,monospace;font-size:12px;letter-spacing:.3px;white-space:nowrap}.scheme-queue__td--right{text-align:right}.scheme-queue__td--amount{font-weight:700;color:#166534;white-space:nowrap}.scheme-queue__td--center{text-align:center}.scheme-queue__td--date{color:#64748b;white-space:nowrap;font-size:12px}.scheme-queue__td--actions-cell{text-align:center}.scheme-queue__scheme-name{display:block;font-weight:600;color:#0f172a}.scheme-queue__scheme-code{display:block;font-size:11px;color:#94a3b8;font-family:Courier New,monospace;margin-top:2px}.scheme-queue__plant-name{display:block;font-weight:500}.scheme-queue__plant-id{display:block;font-size:11px;color:#94a3b8;font-family:Courier New,monospace;margin-top:2px}.scheme-queue__status-badge{display:inline-block;padding:3px 10px;border-radius:12px;font-size:11px;font-weight:700;background:color-mix(in srgb,var(--status-color, #9e9e9e) 12%,transparent);color:var(--status-color, #475569);white-space:nowrap}.scheme-queue__ga-label-wrap{display:inline-flex;align-items:center;gap:1px;max-width:100%;line-height:1.2;vertical-align:middle}.scheme-queue__ga-label{display:inline;line-height:1.2;vertical-align:middle}.scheme-queue table button.scheme-queue__ga-ellipsis{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:0;min-height:0;height:14px;margin:0;padding:0 1px!important;border:none;background:transparent;color:#2563eb;cursor:pointer;font-size:11px;font-weight:700;line-height:1;vertical-align:middle}.scheme-queue__ga-ellipsis:hover,.scheme-queue__ga-ellipsis--active{text-decoration:underline}.scheme-queue__ga-tooltip--portal{position:fixed;z-index:10050;min-width:180px;max-width:min(360px,calc(100vw - 24px));padding:8px 10px;border-radius:8px;background:#0f172a;color:#fff;font-size:12px;font-weight:600;line-height:1.45;white-space:normal;box-shadow:0 10px 24px #0f172a47;pointer-events:auto}.scheme-queue__ga-tooltip--portal:after{content:"";position:absolute;left:50%;bottom:-5px;width:10px;height:10px;margin-left:-5px;background:#0f172a;transform:rotate(45deg)}.scheme-queue__view-btn{padding:5px 14px;font-size:12px;font-weight:600;border:1.5px solid #2563eb;border-radius:6px;background:#fff;color:#2563eb;cursor:pointer;transition:background .15s,color .15s}.scheme-queue__view-btn:hover{background:#2563eb;color:#fff}.scheme-queue__empty-cell{padding:0}.scheme-queue__empty{display:flex;flex-direction:column;align-items:center;padding:40px 24px;gap:8px;color:#94a3b8}.scheme-queue__empty-icon{font-size:32px;margin-bottom:4px}.scheme-queue__empty p{font-size:14px;margin:0}.scheme-queue__pagination{display:flex;align-items:center;justify-content:center;gap:16px;padding:16px 0 4px}.scheme-queue__page-btn{padding:7px 16px;font-size:13px;font-weight:600;border:1px solid #e2e8f0;border-radius:8px;background:#fff;color:#334155;cursor:pointer;transition:background .15s,border-color .15s}.scheme-queue__page-btn:hover:not(:disabled){border-color:#2563eb;color:#2563eb}.scheme-queue__page-btn:disabled{opacity:.4;cursor:not-allowed}.scheme-queue__page-info{font-size:13px;color:#64748b;font-weight:500}@media (max-width: 768px){.scheme-queue__filters--chips{display:none}.scheme-queue__filter-mobile{display:flex;align-items:center;gap:10px;margin-bottom:12px;padding:10px 12px;background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000f}.scheme-queue .cht-registration-tab-hint{display:none}.scheme-queue__table-wrap{-webkit-overflow-scrolling:touch}.scheme-queue__pagination,.cht-pagination{flex-direction:column;align-items:stretch;gap:.75rem}.cht-pagination-btns{justify-content:center;flex-wrap:wrap}}@media (max-width: 480px){.scheme-queue__filter-mobile-select{font-size:13px}}.cht-pagination{display:flex;justify-content:space-between;align-items:center;margin-top:20px;padding:12px 16px;background-color:var(--color-surface-card, #ffffff);border-radius:var(--radius-lg, 8px);border:1px solid var(--color-border, #e2e8f0);font-size:var(--text-sm, 14px);color:var(--color-text-secondary, #64748b)}.cht-pagination-btns{display:flex;gap:8px}.cht-filter-bar{display:flex;gap:8px;margin-bottom:20px;flex-wrap:wrap;padding:12px;background-color:var(--color-surface-card, #ffffff);border-radius:var(--radius-lg, 8px);border:1px solid var(--color-border, #e2e8f0);box-shadow:var(--shadow-sm, 0 1px 2px 0 rgba(0, 0, 0, .05))}.cht-filter-btn{padding:8px 16px;border-radius:var(--radius-full, 9999px);font-size:var(--text-xs, 12px);font-weight:var(--font-semibold, 600);cursor:pointer;transition:all var(--transition-fast, .15s);background-color:transparent;color:var(--color-text-secondary, #64748b);border:1px solid var(--color-border, #e2e8f0)}.cht-filter-btn--active{background-color:var(--color-primary, #2563eb);color:var(--color-text-inverse, #ffffff);border:none}@media (max-width: 768px){.cht-filter-bar--chips{display:none}}.scheme-queue__milestone-cell-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.scheme-queue__milestone-na{color:#94a3b8;font-weight:500}.scheme-queue__milestone-status{display:inline-block;padding:3px 8px;border-radius:6px;font-size:11px;font-weight:700;white-space:nowrap}.scheme-queue__milestone-status--not-applied{background:#f1f5f9;color:#475569}.scheme-queue__milestone-status--submitted{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.scheme-queue__milestone-status--released{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.scheme-queue__milestone-status--completed{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.scheme-queue__milestone-status--rejected{background:#fee2e2;color:#991b1b;border:1px solid #fecaca}.scheme-queue__sla-badge{display:inline-block;padding:2px 6px;border-radius:4px;font-size:10px;font-weight:600;white-space:nowrap}.scheme-queue__sla-badge--active{background:#f0fdf4;color:#166534}.scheme-queue__sla-badge--warning{background:#fffbeb;color:#92400e}.scheme-queue__sla-badge--danger{background:#fef2f2;color:#991b1b;font-weight:700;animation:scheme-sla-pulse 2s infinite ease-in-out}.scheme-queue__sla-badge--completed{background:#f8fafc;color:#64748b}.scheme-queue__query-btn--highlight{animation:scheme-query-pulse 2s infinite ease-in-out}.scheme-queue__query-badge-dot{position:absolute;top:1px;right:1px;width:6px;height:6px;background-color:#ef4444;border-radius:50%;border:1px solid #ffffff}@keyframes scheme-query-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.global-table-wrap{width:100%;overflow-x:auto;border-radius:8px;background:#fff;border:1px solid #e2e8f0}.global-table{width:100%;border-collapse:collapse;font-family:inherit;color:#1e293b}.global-table th,.global-table td{border-bottom:1px solid #e8edf2;padding:12px 16px;font-size:13px;overflow:visible;white-space:nowrap}.global-table th{background:#f3f6fb;color:#002f6c;font-size:11px;text-transform:uppercase;font-weight:600;text-align:left;-webkit-user-select:none;user-select:none}.global-table th[data-sortable=true]{cursor:pointer}.global-table th[data-sortable=true]:hover{background:#e5eaf2}.global-table tr{transition:background-color .2s ease}.global-table tbody tr:hover{background-color:#f8fafc}.global-table tbody tr.global-table-row--clickable{cursor:pointer}.global-table-container{display:flex;flex-direction:column;background:#fff;border-radius:12px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.global-table-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-bottom:1px solid #e2e8f0}.global-table-title{margin:0;font-size:1.1rem;font-weight:600;color:#1e293b}.global-table-toolbar{display:flex;align-items:center;gap:12px}.global-table-search{position:relative;width:300px}.global-table-search svg{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.global-table-search input{width:100%;padding:8px 12px 8px 36px;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;outline:none;transition:border-color .2s}.global-table-search input:focus{border-color:#3b82f6}.global-table-pagination{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #e2e8f0}.global-table-pagination-info{font-size:.88rem;color:#475569}.global-table-pagination-controls{display:flex;align-items:center;gap:8px}.global-table-pagination-btn{padding:6px 12px;border:1px solid #cbd5e1;border-radius:6px;background:#fff;font-size:.85rem;cursor:pointer;color:#1e293b;transition:all .2s}.global-table-pagination-btn:hover:not(:disabled){background:#f1f5f9;border-color:#94a3b8}.global-table-pagination-btn:disabled{opacity:.5;cursor:not-allowed;background:#f8fafc}.global-table-loading,.global-table-empty{padding:40px;text-align:center;color:#64748b;font-style:italic}@media (max-width: 640px){.global-table-pagination{flex-direction:column;align-items:stretch;gap:12px;padding:14px 16px 16px}.global-table-pagination-info{text-align:center;line-height:1.4}.global-table-pagination-controls{display:grid;grid-template-columns:minmax(78px,1fr) auto minmax(78px,1fr);width:100%}.global-table-pagination-btn{min-height:36px;padding:6px 10px}.global-table-pagination-controls span{align-self:center;white-space:nowrap}}.ao-metric-strip{margin-bottom:16px;border:1px solid #e3f0ff;border-radius:8px;overflow:hidden;background:#fff}.ao-metric-strip__metrics{display:grid;grid-template-columns:repeat(var(--ao-metric-cols, 4),minmax(0,1fr))}.ao-metric-strip__item{min-width:0;padding:10px 14px;border-right:1px solid #eef4fb}.ao-metric-strip__item:last-child{border-right:none}.ao-metric-strip__item span{display:block;color:#78909c;font-size:11px;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.ao-metric-strip__item strong{display:block;margin-top:4px;color:#1a237e;font-size:14px;font-weight:700;line-height:1.3}.ao-metric-strip__item strong.is-firm{color:#1e40af}.ao-metric-strip__item strong.is-request{color:#b45309}.ao-metric-strip__item strong.is-remain{color:#166534}.ao-metric-strip__item strong.is-over{color:#b91c1c}@media (max-width: 720px){.ao-metric-strip__metrics{grid-template-columns:1fr 1fr}.ao-metric-strip__item:nth-child(2n){border-right:none}.ao-metric-strip__item:nth-child(-n+2){border-bottom:1px solid #eef4fb}}.ao-details-table-wrap{overflow-x:auto}.ao-details-table{width:100%;border-collapse:collapse;font-size:.85rem}.ao-details-table thead tr{background:#f8fafc;border-bottom:1px solid #e2e8f0;text-align:left}.ao-details-table th,.ao-details-table td{padding:10px}.ao-details-table tbody tr{border-bottom:1px solid #f1f5f9}.ao-details-table__empty{text-align:center;padding:20px;color:#64748b;font-style:italic}.ao-details-table__section{margin-bottom:24px;background:#fff;border-radius:12px;border:1px solid #e2e8f0;padding:16px}.ao-details-table__section h4{margin:0 0 12px;font-size:1rem;font-weight:700;color:#1e293b}.ao-details-table__section--fields{border:none;background:transparent;padding:0;margin-bottom:16px}.ao-details-table__section--fields h4{margin:18px 0 10px;font-size:.82rem;font-weight:700;color:#1565c0;text-transform:uppercase;letter-spacing:.04em}.geotagged-image-chips{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:8px;width:100%;min-width:0}.geotagged-image-chip{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;box-sizing:border-box;min-height:40px;padding:8px 10px 8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.geotagged-image-chip__content{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.geotagged-image-chip__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;color:#0f172a}.geotagged-image-chip__badge{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;padding:2px 8px;border-radius:9999px;white-space:nowrap;flex-shrink:0}.geotagged-image-chip__badge--ok{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.geotagged-image-chip__badge--manual{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.geotagged-image-chip__badge--far{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.geotagged-image-chip__eye{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;padding:0;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#0f172a;cursor:pointer}.geotagged-image-chip__eye:hover{background:#f1f5f9;color:#1d4ed8;border-color:#94a3b8}.geotagged-image-chip__eye:focus-visible{outline:2px solid #93c5fd;outline-offset:2px}.geotagged-tech-field-group{display:flex;flex-direction:column;gap:8px;min-width:0}.cht-detail-page .geotagged-image-chip{background:var(--color-bg-secondary, #f8fafc);border-color:var(--color-border, #e2e8f0)}.cht-detail-page .geotagged-image-chip__name{color:var(--color-text-primary, #0f172a)}.scada-secret-field{display:flex;flex-direction:column;gap:6px;min-width:0;max-width:100%}.scada-secret-field__label{font-size:var(--text-xs, .75rem);font-weight:600;color:var(--color-text-secondary, #64748b);text-transform:uppercase;letter-spacing:.04em}.scada-secret-field__row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0;max-width:100%}.scada-secret-field__value{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9rem;font-weight:600;color:var(--color-text-primary, #0f172a);word-break:break-all}.scada-secret-field__actions{display:flex;align-items:center;gap:4px}.scada-secret-field__input{flex:1;min-width:180px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9rem;font-weight:600;color:var(--color-text-primary, #0f172a);border:1px solid var(--color-border, #cbd5e1);border-radius:8px;padding:6px 10px;background:#fff}.scada-secret-field__input:focus{outline:2px solid #93c5fd;outline-offset:1px;border-color:#3b82f6}.scada-secret-field__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid var(--color-border, #e2e8f0);border-radius:8px;background:#fff;cursor:pointer;color:#475569;line-height:1}.scada-secret-field__icon-btn:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1}.scada-secret-field__icon-btn:disabled{opacity:.5;cursor:not-allowed}.scada-secret-field__icon-btn--edit:hover:not(:disabled){border-color:#3b82f6;background:#eff6ff;color:#2563eb}.scada-secret-field__icon-btn--save:hover:not(:disabled){border-color:#16a34a;background:#f0fdf4;color:#15803d}.scada-secret-field__icon-btn--regen:hover:not(:disabled){border-color:#f59e0b;background:#fffbeb;color:#d97706}.scada-regen-confirm-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px;background:#0f172a73}.scada-regen-confirm-card{width:min(520px,100%);background:#fff;border-radius:12px;padding:24px;box-shadow:0 20px 48px #0f172a2e}.scada-regen-confirm-title{margin:0 0 12px;font-size:1.15rem;color:#0f172a}.scada-regen-confirm-warning{margin:0;padding:12px 14px;border-left:4px solid #f59e0b;background:#fffbeb;color:#92400e;font-size:.92rem;line-height:1.5}.scada-regen-confirm-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.scada-regen-confirm-btn{border:none;border-radius:8px;padding:9px 16px;font-size:.88rem;font-weight:600;cursor:pointer}.scada-regen-confirm-btn:disabled{opacity:.6;cursor:not-allowed}.scada-regen-confirm-btn--secondary{background:#f1f5f9;color:#334155}.scada-regen-confirm-btn--danger{background:#dc2626;color:#fff}.cht-live-telemetry{margin-top:0;width:100%;max-width:100%;box-sizing:border-box;min-width:0;overflow-x:clip;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.cht-live-telemetry__heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cht-live-telemetry__heading h3{margin:0 0 6px;font-size:1.1rem;color:#0f172a}.cht-live-telemetry__heading p{margin:0;color:#64748b;font-size:.9rem}.cht-live-telemetry__refresh{color:#64748b;font-size:.85rem;white-space:nowrap}.cht-live-telemetry__window-toolbar{display:flex;flex-direction:column;gap:.75rem;margin:16px 0 8px;width:100%;max-width:100%;min-width:0}.cht-live-telemetry__window-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;width:100%}.cht-live-telemetry__hour-nav{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;width:100%}.cht-live-telemetry__mode-btn{border:1px solid #cbd5e1;background:#f8fafc;color:#334155;border-radius:999px;padding:.35rem .85rem;font-size:.875rem;cursor:pointer;flex-shrink:0;white-space:nowrap}.cht-live-telemetry__mode-btn--active{background:#0f766e;border-color:#0f766e;color:#fff}.cht-live-telemetry__hour-label{flex:1 1 14rem;font-size:.875rem;color:#475569;min-width:0;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cht-live-telemetry__nav-btn{border:1px solid #cbd5e1;background:#fff;border-radius:6px;padding:.4rem .75rem;font-size:.875rem;cursor:pointer;flex-shrink:0;white-space:nowrap}.cht-live-telemetry__nav-btn:disabled{opacity:.45;cursor:not-allowed}.cht-live-telemetry__meta{margin-bottom:12px;font-size:.85rem;color:#64748b}.cht-live-telemetry__tab-bar{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;border-bottom:2px solid #e2e8f0;margin-bottom:1rem;margin-top:1rem;flex-wrap:wrap}.cht-live-telemetry__tabs{display:flex;gap:1.5rem}.cht-live-telemetry__tab-btn{background:none;border:none;border-bottom:2px solid transparent;padding:.5rem .25rem;font-size:.95rem;font-weight:600;color:#64748b;cursor:pointer;margin-bottom:-2px;transition:all .2s ease}.cht-live-telemetry__tab-btn:hover{color:#0f172a}.cht-live-telemetry__tab-btn--active{color:#0f766e;border-bottom-color:#0f766e}.cht-live-telemetry__vis-picker{position:relative;flex-shrink:0;margin-bottom:2px}.cht-live-telemetry__vis-trigger{display:inline-flex;align-items:center;gap:.4rem;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;color:#334155;padding:.35rem .65rem;font-size:.85rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.cht-live-telemetry__vis-trigger:hover,.cht-live-telemetry__vis-trigger--open{background:#f1f5f9;border-color:#94a3b8}.cht-live-telemetry__vis-icon{font-size:1rem;line-height:1;color:#0f766e}.cht-live-telemetry__vis-badge{display:inline-block;margin-left:4px;background:#0f766e;color:#fff;border-radius:999px;font-size:.72rem;font-weight:700;padding:0 5px;line-height:1.5;vertical-align:middle}.cht-live-telemetry__vis-caret{font-size:.65rem;color:#64748b;margin-left:2px}.cht-live-telemetry__vis-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:50;min-width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #0f172a1f;overflow:hidden}.cht-live-telemetry__vis-menu-header{display:flex;align-items:center;justify-content:space-between;padding:.55rem .85rem;border-bottom:1px solid #f1f5f9;font-size:.8rem;font-weight:700;color:#475569;background:#f8fafc}.cht-live-telemetry__vis-menu-actions{display:flex;gap:.5rem}.cht-live-telemetry__vis-menu-actions button{border:none;background:transparent;color:#0f766e;font-size:.78rem;font-weight:600;cursor:pointer;padding:0}.cht-live-telemetry__vis-menu-actions button:hover{text-decoration:underline}.cht-live-telemetry__vis-menu-list{padding:.35rem 0;max-height:280px;overflow-y:auto}.cht-live-telemetry__vis-option{display:flex;align-items:center;gap:.55rem;padding:.45rem .85rem;font-size:.875rem;color:#334155;cursor:pointer;transition:background .1s}.cht-live-telemetry__vis-option:hover{background:#f8fafc}.cht-live-telemetry__vis-option--checked{color:#0f172a;font-weight:500}.cht-live-telemetry__vis-option input[type=checkbox]{accent-color:#0f766e;width:14px;height:14px;flex-shrink:0}.cht-live-telemetry__vis-option input[type=checkbox]:disabled{cursor:not-allowed;opacity:.4}.cht-live-telemetry__vis-swatch{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}.cht-live-telemetry__charts-container{width:100%}.cht-live-telemetry__chart-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(360px,1fr));gap:1.25rem;width:100%}.cht-live-telemetry__chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1rem .5rem .5rem;display:flex;flex-direction:column;height:250px;box-sizing:border-box}.cht-live-telemetry__chart-card-title{font-size:.875rem;font-weight:600;color:#334155;margin-bottom:.5rem;padding-left:.75rem}.cht-live-telemetry__chart-card--empty{align-items:center;justify-content:center;color:#94a3b8}.cht-live-telemetry__chart-card-state{display:flex;align-items:center;justify-content:center;flex-grow:1;color:#94a3b8;font-size:.85rem}.cht-live-telemetry__chart-state{display:flex;align-items:center;justify-content:center;gap:.75rem;color:#64748b;width:100%}@media (max-width: 768px){.cht-live-telemetry__chart-grid{grid-template-columns:1fr}.cht-live-telemetry__hour-nav{align-items:stretch}.cht-live-telemetry__hour-label{flex-basis:100%;text-align:left}}.plant-detailed-readings{margin-top:0;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;max-width:100%;box-sizing:border-box;min-width:0;overflow-x:clip}.plant-detailed-readings__heading{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.plant-detailed-readings__heading h3{margin:0 0 .35rem;font-size:1.125rem}.plant-detailed-readings__heading p{margin:0;color:#64748b;font-size:.9rem}.plant-detailed-readings__refresh{color:#64748b;font-size:.85rem;white-space:nowrap}.plant-detailed-readings__toolbar{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.plant-detailed-readings__modes{display:flex;flex-wrap:wrap;gap:.5rem}.plant-detailed-readings__mode-btn{border:1px solid #cbd5e1;background:#f8fafc;color:#334155;border-radius:999px;padding:.35rem .85rem;font-size:.875rem;cursor:pointer}.plant-detailed-readings__mode-btn--active{background:#0f766e;border-color:#0f766e;color:#fff}.plant-detailed-readings__hour-nav,.plant-detailed-readings__range{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.plant-detailed-readings__hour-label{font-size:.875rem;color:#475569}.plant-detailed-readings__nav-btn,.plant-detailed-readings__apply-btn{border:1px solid #cbd5e1;background:#fff;border-radius:6px;padding:.4rem .75rem;font-size:.875rem;cursor:pointer}.plant-detailed-readings__nav-btn:disabled{opacity:.5;cursor:not-allowed}.plant-detailed-readings__apply-btn{background:#0f766e;border-color:#0f766e;color:#fff}.plant-detailed-readings__range label{display:flex;flex-direction:column;gap:.25rem;font-size:.8rem;color:#475569}.plant-detailed-readings__range input{border:1px solid #cbd5e1;border-radius:6px;padding:.35rem .5rem;font-size:.875rem}.plant-detailed-readings__meta{margin-bottom:.75rem;font-size:.85rem;color:#64748b}.plant-detailed-readings__columns-bar.ao-tpa-columns-bar{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem;margin-bottom:.75rem}.plant-detailed-readings__columns-label{font-size:.85rem;font-weight:600;color:#334155}.plant-detailed-readings__columns-picker{position:relative}.plant-detailed-readings__columns-trigger{display:inline-flex;align-items:center;gap:.5rem;min-width:12rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#334155;padding:.45rem .75rem;font-size:.875rem;cursor:pointer}.plant-detailed-readings__columns-caret{margin-left:auto;color:#64748b;font-size:.75rem}.plant-detailed-readings__columns-menu{position:absolute;top:calc(100% + .35rem);left:0;z-index:20;min-width:16rem;max-height:min(320px,40vh);overflow-y:auto;border:1px solid #e2e8f0;border-radius:8px;background:#fff;box-shadow:0 10px 24px #0f172a1f;padding:.35rem 0}.plant-detailed-readings__columns-menu-actions{display:flex;justify-content:flex-end;padding:.35rem .75rem .5rem;border-bottom:1px solid #f1f5f9}.plant-detailed-readings__columns-menu-actions button{border:none;background:transparent;color:#0f766e;font-size:.8rem;font-weight:600;cursor:pointer}.plant-detailed-readings__columns-option{display:flex;align-items:center;gap:.55rem;padding:.45rem .75rem;font-size:.875rem;color:#334155;cursor:pointer}.plant-detailed-readings__columns-option:hover{background:#f8fafc}.plant-detailed-readings__columns-option input:disabled{cursor:not-allowed}.plant-detailed-readings__table-wrap{width:100%;max-width:100%;min-width:0}.plant-detailed-readings__table-scroll{width:100%;max-width:100%;min-width:0;max-height:min(52vh,560px);overflow:auto;border:1px solid #e2e8f0;border-radius:8px;background:#fff}.plant-detailed-readings__table{width:max-content;min-width:100%;border-collapse:collapse;font-size:.85rem}.plant-detailed-readings__table th,.plant-detailed-readings__table td{border-bottom:1px solid #e2e8f0;padding:.55rem .75rem;text-align:left;white-space:nowrap}.plant-detailed-readings__table thead th{position:sticky;top:0;z-index:2;background:#f8fafc;color:#475569;font-weight:600;box-shadow:inset 0 -1px #e2e8f0}.plant-detailed-readings__row--anomaly{background:#fffbeb}.plant-detailed-readings__cell--anomaly{color:#b45309;font-weight:600}.plant-detailed-readings__loading,.plant-detailed-readings__empty{display:flex;align-items:center;justify-content:center;gap:.75rem;min-height:120px;color:#64748b}.plant-detailed-readings__table-tabs{display:flex;border-bottom:2px solid #e2e8f0;gap:1.5rem;margin-bottom:1rem}.plant-detailed-readings__table-tab-btn{background:none;border:none;border-bottom:2px solid transparent;padding:.5rem .25rem;font-size:.95rem;font-weight:600;color:#64748b;cursor:pointer;margin-bottom:-2px;transition:all .2s ease}.plant-detailed-readings__table-tab-btn:hover{color:#0f172a}.plant-detailed-readings__table-tab-btn--active{color:#0f766e;border-bottom-color:#0f766e}@media (max-width: 768px){.plant-detailed-readings__table-scroll{max-height:min(45vh,420px)}}.scada-stats__panel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:1.25rem;width:100%;max-width:100%;box-sizing:border-box}.scada-stats__panel-header{display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem}.scada-stats__panel-title{margin:0 0 4px;font-size:1.1rem;color:#0f172a;font-weight:700}.scada-stats__panel-desc{margin:0;font-size:.875rem;color:#64748b}.scada-stats__panel-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.scada-stats__refreshing{font-size:.8rem;color:#64748b;white-space:nowrap}.scada-stats__manage-btn{display:inline-flex;align-items:center;gap:.4rem;border:1px solid #cbd5e1;border-radius:6px;background:#f8fafc;color:#334155;padding:.45rem .9rem;font-size:.875rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.scada-stats__manage-btn:hover{background:#f1f5f9;border-color:#94a3b8}.scada-stats__unconfigured,.scada-stats__error{display:flex;align-items:center;gap:.75rem;padding:1.5rem;border-radius:8px;background:#f8fafc;border:1px dashed #cbd5e1;color:#475569;font-size:.9rem}.scada-stats__unconfigured-icon{font-size:1.5rem;flex-shrink:0}.scada-stats__error{color:#c0392b;background:#fef2f2;border-color:#fca5a5}.scada-stats__buckets{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}@media (max-width: 1024px){.scada-stats__buckets{grid-template-columns:1fr}}.scada-stats__bucket{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:1rem}.scada-stats__bucket-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1rem;gap:.5rem}.scada-stats__bucket-title{display:block;font-size:.95rem;font-weight:700;color:#1e293b}.scada-stats__bucket-subtitle{display:block;font-size:.78rem;color:#64748b;margin-top:2px}.scada-stats__bucket-count{background:#e2e8f0;color:#475569;border-radius:999px;font-size:.75rem;font-weight:600;padding:2px 9px;white-space:nowrap;flex-shrink:0}.scada-stats__group-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin:0;padding:.75rem 0 .4rem}.scada-stats__group:first-of-type .scada-stats__group-title{padding-top:0}.scada-stats__bucket-empty{text-align:center;color:#94a3b8;font-size:.875rem;padding:1.5rem 0}.scada-stats__tiles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.5rem}.scada-stats__tile{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.45rem .6rem;display:flex;flex-direction:column;gap:.25rem;border-left:3px solid var(--tile-accent, #0f766e);transition:box-shadow .15s;box-sizing:border-box;min-height:52px;justify-content:center}.scada-stats__tile:hover{box-shadow:0 2px 8px #0f172a14}.scada-stats__tile-lbl-row{display:flex;align-items:center;gap:.35rem;min-width:0}.scada-stats__tile-icon{font-size:.95rem;line-height:1;flex-shrink:0}.scada-stats__tile-lbl{font-size:.7rem;color:#64748b;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.2}.scada-stats__tile-val-row{display:flex;align-items:baseline;gap:.2rem}.scada-stats__tile-val{font-size:1.05rem;font-weight:700;color:#1e293b;line-height:1}.scada-stats__tile-unit{font-size:.68rem;font-weight:600;color:#94a3b8;line-height:1}.scada-stats__tile--skeleton{pointer-events:none}.scada-stats__tile-icon-skeleton{width:.85rem;height:.85rem;background:#cbd5e1;border-radius:50%;flex-shrink:0;animation:scada-shimmer 1.4s infinite}.scada-stats__tile-lbl-skeleton{height:.68rem;width:50%;background:#cbd5e1;border-radius:4px;animation:scada-shimmer 1.4s infinite}.scada-stats__tile-val-skeleton{height:.95rem;width:75%;background:#cbd5e1;border-radius:4px;margin-top:.15rem;animation:scada-shimmer 1.4s infinite}@keyframes scada-shimmer{0%{background-color:#f1f5f9}50%{background-color:#cbd5e1}to{background-color:#f1f5f9}}.scada-creds-modal__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:scada-fade-in .15s ease}@keyframes scada-fade-in{0%{opacity:0}to{opacity:1}}.scada-creds-modal__panel{background:#fff;border-radius:12px;box-shadow:0 16px 48px #0f172a33;width:100%;max-width:560px;max-height:calc(100vh - 2rem);overflow-y:auto;animation:scada-slide-up .18s ease}@keyframes scada-slide-up{0%{transform:translateY(12px);opacity:0}to{transform:translateY(0);opacity:1}}.scada-creds-modal__header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.25rem 1.5rem 0;gap:1rem}.scada-creds-modal__title-row{display:flex;align-items:center;gap:.5rem}.scada-creds-modal__icon{font-size:1.35rem}.scada-creds-modal__title{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a}.scada-creds-modal__close{background:none;border:none;font-size:1.1rem;color:#64748b;cursor:pointer;padding:.2rem .4rem;border-radius:4px;transition:background .15s;flex-shrink:0}.scada-creds-modal__close:hover{background:#f1f5f9;color:#1e293b}.scada-creds-modal__subtitle{margin:.4rem 1.5rem 0;font-size:.875rem;color:#64748b;line-height:1.5}.scada-creds-modal__close:disabled{opacity:.45;cursor:not-allowed}.scada-creds-modal__body{padding:1.25rem 1.5rem 1.5rem;display:flex;flex-direction:column;gap:1rem;max-height:min(70vh,560px);overflow-y:auto}.scada-geotagged{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem;padding-top:1rem;border-top:1px solid #e2e8f0;min-width:0}.scada-geotagged__header{display:flex;flex-direction:column;gap:.25rem}.scada-geotagged__title{margin:0;font-size:.95rem;font-weight:700;color:#0f172a}.scada-geotagged__desc{margin:0;font-size:.8rem;color:#64748b;line-height:1.45}.scada-geotagged__controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.scada-geotagged__upload-btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .9rem;border:1px solid #cbd5e1;border-radius:6px;background:#0f172a;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer}.scada-geotagged__upload-btn:hover{background:#1e293b}.scada-geotagged__upload-btn.is-disabled{opacity:.55;cursor:not-allowed}.scada-geotagged__clear-btn{display:inline-flex;align-items:center;padding:.45rem .75rem;border:1px solid #fecaca;border-radius:6px;background:#fff;color:#b91c1c;font-size:.8rem;font-weight:600;cursor:pointer}.scada-geotagged__clear-btn:hover:not(:disabled){background:#fef2f2}.scada-geotagged__clear-btn:disabled{opacity:.55;cursor:not-allowed}.scada-geotagged__empty{margin:0;font-size:.85rem;color:#64748b}.scada-geotagged__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;max-height:220px;overflow-y:auto;min-width:0}.scada-geotagged__item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:40px;padding:8px 10px 8px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;box-sizing:border-box}.scada-geotagged__name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:600;color:#0f172a}.scada-geotagged__actions{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.scada-geotagged__icon-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#0f172a;cursor:pointer}.scada-geotagged__icon-btn:hover:not(:disabled){background:#f1f5f9;color:#1d4ed8;border-color:#94a3b8}.scada-geotagged__icon-btn--danger:hover:not(:disabled){color:#b91c1c;border-color:#fca5a5;background:#fef2f2}.scada-geotagged__icon-btn:disabled{opacity:.55;cursor:not-allowed}.scada-geotagged__errors{margin:0;padding-left:1.1rem;font-size:.8rem;color:#b91c1c}.scada-geotagged__errors li{margin-bottom:.25rem}.scada-geotagged__badge{display:inline-flex;align-items:center;font-size:.72rem;font-weight:600;padding:2px 7px;border-radius:9999px;white-space:nowrap;margin-left:.5rem}.scada-geotagged__badge--ok{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.scada-geotagged__badge--manual{background:#fef3c7;color:#92400e;border:1px solid #fde68a}.scada-geotagged__badge--far{background:#fee2e2;color:#991b1b;border:1px solid #fca5a5}.scada-telemetry-page{width:100%;max-width:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:1.25rem;min-width:0;overflow-x:clip}.scada-telemetry-section{width:100%;max-width:100%;box-sizing:border-box;min-width:0;overflow-x:clip}.scada-telemetry-section.detail-card{overflow-x:clip;margin-bottom:0}.scada-telemetry-page .producer-modern-section-heading{width:100%;max-width:100%;min-width:0}.scada-telemetry-page .producer-modern-plant-tab-panel{min-width:0;overflow-x:clip}.scada-telemetry-page .scada-secret-field,.scada-telemetry-page .cht-scada-credentials>*{min-width:0}.scada-telemetry-page .scada-secret-field__row{min-width:0}.scada-telemetry-page .scada-secret-field__value{overflow-wrap:anywhere;word-break:break-word}.plant-query-banner-stack{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}.plant-query-banner{background:#fff;border-radius:10px;border-left:4px solid #f59e0b;box-shadow:0 2px 12px #00000014;padding:1rem 1.25rem;animation:pqBannerIn .25s ease-out}@keyframes pqBannerIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.plant-query-banner--action_required,.plant-query-banner--action-required{border-left-color:#ef4444;background:#fff8f8}.plant-query-banner--reminder{border-left-color:#6366f1;background:#f8f8ff}.plant-query-banner--clarification{border-left-color:#f59e0b;background:#fffbeb}.plant-query-banner__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.plant-query-banner__header-left{display:flex;align-items:flex-start;gap:.5rem}.plant-query-banner__icon{display:flex;align-items:center;font-size:1.2rem;margin-top:.15rem;color:#92400e}.plant-query-banner--action_required .plant-query-banner__icon,.plant-query-banner--action-required .plant-query-banner__icon{color:#b91c1c}.plant-query-banner--reminder .plant-query-banner__icon{color:#4338ca}.plant-query-banner__top-row{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;margin-bottom:.2rem}.plant-query-banner__title{font-size:.95rem;font-weight:600;color:#1e293b;margin:0}.plant-query-banner__header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.plant-query-banner__btn-view{display:flex;align-items:center;gap:.35rem;padding:.35rem .85rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#374151;font-size:.82rem;font-weight:500;cursor:pointer;transition:background .15s,border-color .15s;white-space:nowrap}.plant-query-banner__btn-view:hover{background:#f3f4f6;border-color:#9ca3af}.plant-query-banner__dismiss{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:transparent;color:#9ca3af;cursor:pointer;transition:background .15s,color .15s}.plant-query-banner__dismiss:hover{background:#fee2e2;color:#ef4444}.plant-query-banner__text{font-size:.9rem;color:#374151;line-height:1.55;margin:0 0 .75rem}.plant-query-badge{display:inline-flex;align-items:center;padding:.15rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.plant-query-badge--clarification{background:#fef3c7;color:#92400e}.plant-query-badge--action{background:#fee2e2;color:#b91c1c}.plant-query-badge--reminder{background:#ede9fe;color:#4338ca}.plant-query-banner__scope{font-size:.75rem;color:#64748b;background:#f1f5f9;border-radius:4px;padding:.1rem .45rem}.plant-query-banner__qno{font-size:.72rem;color:#94a3b8;font-family:monospace}.plant-query-banner__action-hint{font-size:.83rem;color:#7c3aed;background:#f5f3ff;border-radius:6px;padding:.45rem .75rem;margin:0 0 .75rem}.plant-query-banner__acknowledge-row{display:flex;justify-content:flex-end}.plant-query-banner__btn-ack{display:flex;align-items:center;gap:.4rem;padding:.4rem 1rem;border:1.5px solid #6366f1;border-radius:7px;background:#fff;color:#4338ca;font-size:.83rem;font-weight:600;cursor:pointer;transition:background .15s}.plant-query-banner__btn-ack:hover:not(:disabled){background:#ede9fe}.plant-query-banner__btn-ack:disabled{opacity:.6;cursor:not-allowed}.plant-query-banner__reply-row{display:flex;gap:.65rem;align-items:flex-end}.plant-query-banner__reply-input{flex:1;padding:.55rem .75rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.87rem;color:#1e293b;resize:vertical;min-height:52px;transition:border-color .15s;font-family:inherit}.plant-query-banner__reply-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.plant-query-banner__btn-submit{padding:.5rem 1.1rem;border:none;border-radius:7px;background:#6366f1;color:#fff;font-size:.84rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,opacity .15s}.plant-query-banner__btn-submit:hover:not(:disabled){background:#4f46e5}.plant-query-banner__btn-submit:disabled{opacity:.5;cursor:not-allowed}.pq-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;z-index:10050;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.pq-modal{background:#fff;border-radius:14px;box-shadow:0 24px 80px #00000038;width:100%;max-width:680px;max-height:85vh;display:flex;flex-direction:column;animation:pqModalIn .2s ease-out}@keyframes pqModalIn{0%{opacity:0;transform:scale(.96) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.pq-modal__header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #f1f5f9}.pq-modal__title{font-size:1.45rem;font-weight:700;color:#0f172a}.pq-modal__subtitle{font-size:.83rem;color:#64748b;margin:0}.pq-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:#f1f5f9;color:#64748b;cursor:pointer;font-size:1.1rem;transition:background .15s,color .15s}.pq-modal__close:hover{background:#fee2e2;color:#ef4444}.pq-modal__body{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}.pq-modal__empty{text-align:center;color:#94a3b8;font-size:.9rem;padding:2rem 0}.pq-modal__footer{gap:10px;padding:1rem 1.5rem;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end}.pq-modal__btn-close{padding:.45rem 1.25rem;border:1.5px solid #d1d5db;border-radius:7px;background:#fff;color:#374151;font-size:.87rem;font-weight:500;cursor:pointer;transition:background .15s}.pq-modal__btn-close:hover{background:#f3f4f6}.pq-node{border-radius:10px;border:1.5px solid #e2e8f0;padding:1rem 1.1rem;transition:border-color .2s}.pq-node--root{background:#fafafa}.pq-node--child{background:#f8faff;border-left:3px solid #818cf8;margin-left:1rem}.pq-node--highlighted{border-color:#6366f1;box-shadow:0 0 0 3px #6366f126}.pq-node__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;margin-bottom:.65rem}.pq-node__header-left{display:flex;align-items:flex-start;gap:.5rem}.pq-node__icon{font-size:1.1rem;display:flex;align-items:center;margin-top:.15rem;color:#f59e0b}.pq-node__title-row{display:flex;align-items:center;flex-wrap:wrap;gap:.4rem;margin-bottom:.2rem}.pq-node__qno{font-size:.72rem;font-family:monospace;color:#94a3b8}.pq-node__type-badge{font-size:.7rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.1rem .55rem;border-radius:999px;white-space:nowrap}.pq-node__type-badge--clarification{background:#fef3c7;color:#92400e}.pq-node__type-badge--action_required,.pq-node__type-badge--action-required{background:#fee2e2;color:#b91c1c}.pq-node__type-badge--reminder{background:#ede9fe;color:#4338ca}.pq-node__scope{font-size:.73rem;color:#64748b;background:#f1f5f9;border-radius:4px;padding:.1rem .4rem}.pq-node__meta{font-size:.77rem;color:#94a3b8}.pq-status-chip{font-size:.68rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.1rem .5rem;border-radius:999px}.pq-status-chip--open{background:#dcfce7;color:#166534}.pq-status-chip--responded{background:#dbeafe;color:#1d4ed8}.pq-status-chip--ack{background:#f3f4f6;color:#374151}.pq-status-chip--closed{background:#f1f5f9;color:#94a3b8}.pq-node__query-text{font-size:.9rem;color:#334155;line-height:1.55;margin:0 0 .75rem}.pq-node__approval-body{display:flex;flex-direction:column;gap:10px;margin-bottom:.75rem}.pq-node__approval-checklist strong,.pq-node__approval-remarks strong{display:block;font-size:12px;color:#166534;margin-bottom:6px}.pq-node__approval-checklist ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.pq-node__approval-checklist li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:#334155;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:8px 10px}.pq-node__approval-checklist li svg{color:#16a34a;flex-shrink:0;margin-top:2px}.pq-node__approval-remarks p{margin:0;font-size:13px;color:#334155;line-height:1.5}.pq-node__response{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:.75rem;margin-bottom:.75rem}.pq-node__response-header{display:flex;align-items:center;gap:.35rem;font-size:.77rem;font-weight:600;color:#166534;margin-bottom:.35rem}.pq-node__response-text{font-size:.88rem;color:#374151;margin:0}.pq-node__ack-note{display:flex;align-items:center;gap:.35rem;font-size:.8rem;color:#374151;background:#f3f4f6;border-radius:6px;padding:.4rem .65rem;margin-bottom:.5rem}.pq-node__action-row{display:flex;justify-content:flex-end}.pq-node__btn{display:flex;align-items:center;gap:.4rem;padding:.4rem 1rem;border-radius:7px;font-size:.83rem;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}.pq-node__btn:disabled{opacity:.55;cursor:not-allowed}.pq-node__btn--ack{border:1.5px solid #6366f1;background:#fff;color:#4338ca}.pq-node__btn--ack:hover:not(:disabled){background:#ede9fe}.pq-node__btn--submit{border:none;background:#6366f1;color:#fff}.pq-node__btn--submit:hover:not(:disabled){background:#4f46e5}.pq-node__reply-row{display:flex;gap:.65rem;align-items:flex-end}.pq-node__reply-row--stacked{flex-direction:column;align-items:stretch}.pq-node__reply-row--stacked .pq-node__btn--submit{align-self:flex-end}.pq-node__reply-field{flex:1}.pq-node__reply-input{flex:1;width:100%;padding:.55rem .75rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.87rem;color:#1e293b;resize:vertical;min-height:56px;font-family:inherit;transition:border-color .15s}.pq-node__reply-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.pq-node__field-error{width:100%;margin-top:.25rem;color:#dc2626;font-size:.78rem;font-weight:600}.pq-node__expand-btn{display:flex;align-items:center;gap:.3rem;font-size:.78rem;color:#6366f1;background:none;border:none;cursor:pointer;padding:.2rem .4rem;border-radius:4px;white-space:nowrap;transition:background .15s}.pq-node__expand-btn:hover{background:#ede9fe}.pq-node__children{margin-top:.75rem;display:flex;flex-direction:column;gap:.65rem}.cht-pq-tree{display:flex;flex-direction:column;gap:1rem}.cht-pq-tree__summary-bar{display:flex;justify-content:space-between;align-items:center;padding:.65rem 1rem;background:#f8faff;border:1px solid #e2e8f0;border-radius:8px;gap:1rem}.cht-pq-tree__summary-stats{display:flex;align-items:center;gap:1rem}.cht-pq-tree__stat{font-size:.82rem;color:#64748b}.cht-pq-tree__stat--open strong{color:#16a34a}.cht-pq-tree__stat--responded strong{color:#2563eb}.cht-pq-tree__raise-btn{display:inline-flex;align-items:center;gap:.35rem;padding:.4rem 1rem;border:1.5px solid #6366f1;border-radius:7px;background:#fff;color:#4338ca;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s}.cht-pq-tree__raise-btn:hover{background:#ede9fe}.cht-pq-tree__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;padding:2.5rem 1rem;color:#94a3b8;text-align:center}.cht-pq-tree__nodes{display:flex;flex-direction:column;gap:1rem}.cht-pq-tree__loading{display:flex;align-items:center;gap:.75rem;padding:1.5rem 0;color:#64748b;font-size:.87rem}.cht-pq-tree__spinner{width:18px;height:18px;border:2.5px solid #e2e8f0;border-top-color:#6366f1;border-radius:50%;animation:pqSpin .7s linear infinite;flex-shrink:0}@keyframes pqSpin{to{transform:rotate(360deg)}}.cht-pq-awaiting{display:flex;align-items:center;gap:.4rem;font-size:.8rem;color:#9ca3af;font-style:italic;margin-bottom:.35rem}.rq-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.rq-modal{background:#fff;border-radius:14px;box-shadow:0 24px 80px #00000038;width:100%;max-width:560px;max-height:88vh;display:flex;flex-direction:column;animation:pqModalIn .2s ease-out}.rq-modal__header{display:flex;justify-content:space-between;align-items:flex-start;padding:1.25rem 1.5rem 1rem;border-bottom:1px solid #f1f5f9}.rq-modal__title{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 .2rem}.rq-modal__subtitle{font-size:.82rem;color:#64748b;margin:0}.rq-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:#f1f5f9;color:#64748b;cursor:pointer;font-size:1.1rem;transition:background .15s}.rq-modal__close:hover{background:#fee2e2;color:#ef4444}.rq-modal__form{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.1rem}.rq-field{display:flex;flex-direction:column;gap:.4rem}.rq-label{font-size:.83rem;font-weight:600;color:#374151}.rq-label span[aria-hidden]{color:#ef4444;margin-left:2px}.rq-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem}.rq-type-card{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:.65rem .5rem;border:1.5px solid #e2e8f0;border-radius:10px;background:#fff;cursor:pointer;transition:all .15s;text-align:center}.rq-type-card:hover{border-color:#a5b4fc;background:#f8f7ff}.rq-type-card--active{border-color:#6366f1;background:#eef2ff;box-shadow:0 0 0 3px #6366f126}.rq-type-card--active.rq-type-card--action-required{border-color:#ef4444;background:#fff5f5}.rq-type-card--active.rq-type-card--reminder{border-color:#818cf8;background:#f5f3ff}.rq-type-card__icon{font-size:1.3rem;display:flex;color:#6366f1}.rq-type-card--action-required .rq-type-card__icon{color:#ef4444}.rq-type-card--reminder .rq-type-card__icon{color:#818cf8}.rq-type-card__label{font-size:.75rem;font-weight:600;color:#374151;line-height:1.3}.rq-select{padding:.5rem .75rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.87rem;color:#1e293b;background:#fff;transition:border-color .15s}.rq-select:focus{outline:none;border-color:#6366f1}.rq-select--error{border-color:#ef4444}.rq-textarea{padding:.6rem .75rem;border:1.5px solid #d1d5db;border-radius:8px;font-size:.87rem;color:#1e293b;resize:vertical;min-height:80px;font-family:inherit;line-height:1.5;transition:border-color .15s}.rq-textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11f}.rq-textarea--error{border-color:#ef4444}.rq-char-count{font-size:.72rem;color:#94a3b8;text-align:right}.rq-hint{font-size:.77rem;color:#94a3b8;margin:0}.rq-warning{font-size:.82rem;color:#b45309;background:#fef3c7;border-radius:6px;padding:.5rem .75rem;margin:0}.rq-error{font-size:.77rem;color:#ef4444;margin:0}.rq-modal__footer{display:flex;justify-content:flex-end;gap:.75rem;padding-top:.5rem;margin-top:auto}.rq-btn{padding:.5rem 1.25rem;border-radius:8px;font-size:.87rem;font-weight:600;cursor:pointer;transition:background .15s,opacity .15s}.rq-btn:disabled{opacity:.55;cursor:not-allowed}.rq-btn--cancel{border:1.5px solid #d1d5db;background:#fff;color:#374151}.rq-btn--cancel:hover:not(:disabled){background:#f3f4f6}.rq-btn--submit{border:none;background:#6366f1;color:#fff}.rq-btn--submit:hover:not(:disabled){background:#4f46e5}.cht-users-header{display:flex;align-items:flex-start;justify-content:flex-end;margin-bottom:24px;flex-wrap:wrap;gap:12px}.cht-users-title{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0 0 4px}.cht-users-desc{font-size:.875rem;color:#64748b;margin:0}.cht-users-create-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:var(--color-primary);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s ease,box-shadow .15s ease;white-space:nowrap;margin-left:auto}.cht-users-create-btn:hover{background:var(--color-primary-light);box-shadow:0 4px 12px #2e7d324d}.cht-users-filters{display:flex;align-items:center;gap:12px;margin-bottom:20px;flex-wrap:wrap}.cht-users-search{flex:1;min-width:220px;padding:9px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#1e293b;background:#fff;transition:border-color .15s ease}.cht-users-search:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2e7d321a}.cht-users-select{padding:9px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;color:#1e293b;background:#fff;cursor:pointer;min-width:160px;transition:border-color .15s ease}.cht-users-select:focus{outline:none;border-color:var(--color-primary)}.cht-users-table-card{background:#fff;border:1px solid #e8edf2;border-radius:12px;overflow:hidden;box-shadow:0 1px 4px #0000000f}.cht-users-table{width:100%;border-collapse:collapse}.cht-users-table thead{background:#f8fafc;border-bottom:1px solid #e2e8f0}.cht-users-table th{padding:12px 16px;text-align:left;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap}.cht-users-table td{padding:14px 16px;font-size:.875rem;color:#334155;border-bottom:1px solid #f1f5f9;vertical-align:middle}.cht-users-table tbody tr{transition:background .12s ease}.cht-users-table tbody tr:hover{background:#f0fdf4}.cht-users-table tbody tr:last-child td{border-bottom:none}.cht-users-name-cell{display:flex;align-items:center;gap:10px}.cht-users-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),#4caf50);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;flex-shrink:0}.cht-users-name{font-weight:600;color:#1e293b}.cht-users-username{font-size:.75rem;color:#94a3b8;margin-top:2px}.cht-users-role-pill{display:inline-flex;align-items:center;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:600}.cht-users-role-pill.role-scrutineer{background:#eff6ff;color:#1d4ed8}.cht-users-role-pill.role-gail{background:#fef3c7;color:#92400e}.cht-users-role-pill.role-producer{background:#e2fbf0;color:#0f5132}.cht-users-role-pill.role-mopng{background:#f3e8ff;color:#6b21a8}.cht-users-role-pill.role-admin{background:#ffe4e6;color:#9f1239}.cht-users-role-pill.role-ppac{background:#ecfdf5;color:#047857}.cht-users-role-pill.role-other{background:#f1f5f9;color:#475569}.cht-users-role-pill.role-cgd{background:#f3e8ff;color:#6b21a8}.cht-users-field-info-text{font-size:.78rem;color:#64748b;margin:4px 0 0;font-style:italic}.cht-users-status-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:600}.cht-users-status-badge.status-active{background:#dcfce7;color:#166534}.cht-users-status-badge.status-suspended{background:#fef9c3;color:#854d0e}.cht-users-status-badge.status-locked{background:#fee2e2;color:#991b1b}.cht-users-status-dot{width:6px;height:6px;border-radius:50%;background:currentColor}.cht-users-action-btn{background:none;border:none;cursor:pointer;padding:6px 10px;border-radius:6px;color:#64748b;font-size:1.1rem;transition:background .12s ease,color .12s ease}.cht-users-action-btn:hover{background:#f1f5f9;color:#1e293b}.cht-users-pagination{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:8px}.cht-users-pagination-info{font-size:.8rem;color:#64748b}.cht-users-pagination-controls{display:flex;align-items:center;gap:4px}.cht-users-page-btn{padding:5px 11px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#475569;font-size:.8rem;cursor:pointer;transition:background .12s,border-color .12s}.cht-users-page-btn:hover:not(:disabled){background:#f0fdf4;border-color:var(--color-primary);color:var(--color-primary)}.cht-users-page-btn.active{background:var(--color-primary);border-color:var(--color-primary);color:#fff;font-weight:600}.cht-users-page-btn:disabled{opacity:.4;cursor:not-allowed}.cht-users-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a59;z-index:100;animation:cht-fade-in .2s ease}@keyframes cht-fade-in{0%{opacity:0}to{opacity:1}}.cht-users-drawer{position:fixed;top:0;right:0;width:440px;max-width:95vw;height:100vh;background:#fff;box-shadow:-8px 0 32px #0000001f;z-index:101;display:flex;flex-direction:column;animation:cht-slide-in .22s cubic-bezier(.25,.46,.45,.94)}@keyframes cht-slide-in{0%{transform:translate(100%);opacity:.6}to{transform:translate(0);opacity:1}}.cht-users-drawer-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0}.cht-users-drawer-title{font-size:1.05rem;font-weight:700;color:#1e293b;margin:0}.cht-users-drawer-close{background:none;border:none;cursor:pointer;color:#64748b;font-size:1.4rem;line-height:1;padding:4px;border-radius:4px;transition:color .12s}.cht-users-drawer-close:hover{color:#1e293b}.cht-users-drawer-body{flex:1;overflow-y:auto;padding:24px;display:flex;flex-direction:column;gap:18px}.cht-users-field{display:flex;flex-direction:column;gap:6px}.cht-users-label{font-size:.8rem;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.04em}.cht-users-input,.cht-users-field-select{padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;color:#1e293b;background:#fff;transition:border-color .15s;width:100%;box-sizing:border-box}.cht-users-input:focus,.cht-users-field-select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #2e7d321a}.cht-users-input:read-only{background:#f8fafc;color:#64748b;cursor:default;border-color:#e8edf2}.cht-users-input:read-only:focus{box-shadow:none;border-color:#e8edf2}.cht-users-field-error{font-size:.78rem;color:#dc2626;margin:0}.cht-users-status-row{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.cht-users-status-label-text{font-size:.875rem;font-weight:500;color:#334155}.cht-users-toggle{display:flex;gap:6px}.cht-users-toggle-btn{padding:5px 14px;border-radius:6px;border:1px solid #e2e8f0;background:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .12s;color:#64748b}.cht-users-toggle-btn.selected-active{background:#dcfce7;border-color:#16a34a;color:#166534}.cht-users-toggle-btn.selected-suspended{background:#fef9c3;border-color:#ca8a04;color:#854d0e}.cht-users-temp-password-box{background:#f0fdf4;border:1px solid #86efac;border-radius:10px;padding:16px 20px;margin-bottom:8px}.cht-users-temp-password-box h4{font-size:.85rem;font-weight:700;color:#166534;margin:0 0 6px}.cht-users-temp-password-box p{font-size:.8rem;color:#15803d;margin:0 0 12px}.cht-users-temp-password-value{font-family:Courier New,monospace;font-size:1.15rem;font-weight:700;color:#1e293b;background:#fff;border:1px dashed #4ade80;border-radius:6px;padding:10px 14px;letter-spacing:.1em;text-align:center;-webkit-user-select:all;user-select:all;cursor:text}.cht-users-drawer-footer{padding:16px 24px;border-top:1px solid #e2e8f0;display:flex;gap:10px;justify-content:flex-end}.cht-users-btn-primary{padding:10px 22px;background:var(--color-primary);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.cht-users-btn-primary:hover:not(:disabled){background:var(--color-primary-light)}.cht-users-btn-primary:disabled{opacity:.55;cursor:not-allowed}.cht-users-btn-secondary{padding:10px 22px;background:#fff;color:#475569;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .12s,color .12s}.cht-users-btn-secondary:hover{border-color:#94a3b8;color:#1e293b}.cht-users-empty{text-align:center;padding:60px 20px;color:#94a3b8}.cht-users-empty-icon{font-size:2.5rem;margin-bottom:12px}.cht-users-empty-text{font-size:.95rem;font-weight:500;color:#64748b}.cht-users-loading{text-align:center;padding:40px;color:#64748b;font-size:.9rem}@media (max-width: 640px){.cht-users-drawer{width:100vw}.cht-users-table th:nth-child(4),.cht-users-table td:nth-child(4){display:none}.cht-users-filters{flex-direction:column;align-items:stretch}.cht-users-search,.cht-users-select{width:100%;box-sizing:border-box}.cht-users-table-card{overflow-x:auto;-webkit-overflow-scrolling:touch}.cht-users-pagination{flex-direction:column;align-items:stretch;gap:.75rem}}.cht-scheme-page{padding:0}.cht-scheme-page__header{margin-bottom:20px}.cht-scheme-page__title{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.cht-scheme-page__desc{font-size:.8125rem;color:#64748b;margin:4px 0 0;line-height:1.5}@media (max-width: 768px){.cht-scheme-page__title{display:none}.cht-scheme-page__header{margin-bottom:12px}}.offtake-page{font-family:Inter,Segoe UI,sans-serif;min-height:calc(100vh - 120px);display:flex;flex-direction:column}.offtake-header{margin-bottom:24px}.offtake-title{font-size:1.5rem;font-weight:700;color:#1a2332;margin:0 0 6px}.offtake-desc{font-size:.875rem;color:#64748b;margin:0}.offtake-tabs{display:flex;gap:4px;margin-bottom:28px;border-bottom:2px solid #e2e8f0}.offtake-tab{padding:10px 22px;border:none;background:transparent;font-size:.9rem;font-weight:500;color:#64748b;cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px;border-radius:6px 6px 0 0;transition:color .15s,border-color .15s}.offtake-tab:hover{color:#1e40af}.offtake-tab.active{color:#1e40af;border-bottom-color:#1e40af;font-weight:600}.offtake-breadcrumb{display:flex;align-items:center;gap:6px;margin-bottom:20px;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px}.offtake-bc-item{display:flex;align-items:center;gap:8px;background:none;border:none;padding:4px 8px;border-radius:7px;cursor:default;font-family:inherit;transition:background .12s}.offtake-bc-item.bc-done{cursor:pointer}.offtake-bc-item.bc-done:hover{background:#e0eaff}.bc-num{width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.72rem;font-weight:700;flex-shrink:0}.bc-label{font-size:.82rem;font-weight:600;white-space:nowrap}.offtake-bc-item.bc-active .bc-num{background:#1e40af;color:#fff}.offtake-bc-item.bc-active .bc-label{color:#1e40af}.offtake-bc-item.bc-done .bc-num{background:#059669;color:#fff}.offtake-bc-item.bc-done .bc-label{color:#059669}.offtake-bc-item.bc-pending .bc-num{background:#e2e8f0;color:#94a3b8}.offtake-bc-item.bc-pending .bc-label{color:#94a3b8}.offtake-bc-item:disabled{cursor:not-allowed}.bc-sep{color:#cbd5e1;font-size:1rem;padding:0 2px;-webkit-user-select:none;user-select:none}.offtake-page-view{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;box-shadow:0 2px 8px #0000000a;display:flex;flex-direction:column;gap:20px}.offtake-page-view-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.offtake-page-view-title{font-size:1.15rem;font-weight:700;color:#1a2332;margin:0 0 4px}.offtake-page-view-desc{font-size:.85rem;color:#64748b;margin:0}.offtake-entity-highlight{color:#1e40af}.offtake-back-btn{white-space:nowrap;flex-shrink:0;align-self:center}.offtake-wizard{display:flex;flex-direction:column;gap:24px}.offtake-alert{padding:14px 18px;border-radius:10px;font-size:.9rem;font-weight:500;border:1px solid transparent}.offtake-alert-success{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.offtake-alert-error{background:#fef2f2;color:#991b1b;border-color:#fecaca}.offtake-step-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:24px;box-shadow:0 2px 8px #0000000a}.offtake-step-header{display:flex;align-items:center;gap:12px;margin-bottom:20px}.offtake-step-num{width:30px;height:30px;border-radius:50%;background:#1e40af;color:#fff;font-size:.85rem;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.offtake-step-label{font-size:1rem;font-weight:600;color:#1a2332}.offtake-entity-search-wrap{position:relative;display:flex;align-items:center;margin-bottom:16px}.offtake-search-icon{position:absolute;left:12px;color:#94a3b8;display:flex;align-items:center;pointer-events:none}.offtake-entity-search{width:100%;padding:10px 40px 10px 38px;border:1.5px solid #cbd5e1;border-radius:10px;font-size:.9rem;color:#1a2332;background:#fafafa;outline:none;font-family:inherit;transition:border-color .15s,box-shadow .15s}.offtake-entity-search:focus{border-color:#1e40af;background:#fff;box-shadow:0 0 0 3px #1e40af1a}.offtake-search-clear{position:absolute;right:10px;width:22px;height:22px;border-radius:50%;border:none;background:#e2e8f0;color:#475569;font-size:.72rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}.offtake-search-clear:hover{background:#cbd5e1}.offtake-entity-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 4px #0000000a}.offtake-entity-table{width:100%;border-collapse:collapse;font-size:.875rem}.offtake-entity-table thead th{background:#f1f5f9;padding:12px 14px;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#002855;border-bottom:2px solid #cbd5e1;white-space:nowrap}.offtake-entity-table thead th.num{text-align:right}.offtake-entity-table tbody td{padding:11px 14px;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.offtake-entity-table tbody tr:last-child td{border-bottom:none}.offtake-entity-row{cursor:pointer;transition:background .12s}.offtake-entity-row:hover td{background:#f8fafc}.offtake-entity-row.row-selected td{background:#eff6ff}.offtake-entity-row.row-no-plants td{opacity:.5}.offtake-entity-row.row-no-plants:hover td{background:transparent}.no-plants-label{font-size:.78rem;color:#94a3b8;font-style:italic}.offtake-entity-sno{color:#94a3b8;font-size:.78rem;width:36px;text-align:center}.offtake-entity-name{font-weight:600;color:#1a2332}.offtake-entity-code{font-family:Courier New,monospace;font-size:.78rem;color:#64748b;background:#f1f5f9;padding:2px 6px;border-radius:4px}.offtake-entity-type-cell{font-size:.82rem;color:#64748b}.offtake-plant-count{font-weight:600;color:#1e40af;font-size:.85rem}.offtake-entity-table td.num{text-align:right}.offtake-plant-table-wrap{overflow-x:auto;border-radius:10px;border:1px solid #e2e8f0;box-shadow:0 1px 4px #0000000a}.offtake-plant-table{width:100%;border-collapse:collapse;font-size:.875rem}.offtake-plant-table th{position:sticky;top:0;z-index:10;background:#f1f5f9;padding:12px 14px;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#002855;border-bottom:2px solid #cbd5e1;white-space:nowrap}.offtake-plant-table th.num,.offtake-plant-table td.num{text-align:right}.offtake-plant-table td{padding:12px 14px;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.offtake-plant-table tr:last-child>td{border-bottom:none}.offtake-plant-row{cursor:pointer;transition:background .12s}.offtake-plant-row:hover td{background:#f8fafc}.offtake-plant-row.row-selected td{background:#eff6ff}.offtake-plant-row.row-expanded td{background:#f0f7ff;border-bottom:none}.expand-toggle{text-align:center;color:#94a3b8;font-size:.7rem;-webkit-user-select:none;user-select:none;width:32px;padding-left:8px!important}.plant-name{font-weight:600;color:#1a2332}.plant-id{font-size:.75rem;color:#94a3b8;font-family:monospace;margin-top:2px}.doc-count-badge{display:inline-block;padding:2px 8px;border-radius:20px;background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe;font-size:.72rem;font-weight:600;white-space:nowrap}.doc-count-none{color:#cbd5e1}.plant-detail-row>td{padding:0!important;border-bottom:1px solid #e2e8f0}.plant-detail-panel{padding:20px 24px;background:linear-gradient(to bottom,#f8fbff,#fff);border-top:1px dashed #bfdbfe}.plant-detail-grid{display:grid;grid-template-columns:1fr;gap:24px;margin-bottom:18px}@media (max-width: 800px){.plant-detail-grid{grid-template-columns:1fr}}.plant-detail-section{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px}.plant-detail-section-title{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#1e40af;margin-bottom:12px}.plant-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px 16px}.plant-info-item{display:flex;flex-direction:column;gap:2px}.pil{font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8}.piv{font-size:.83rem;color:#1a2332;font-weight:500;word-break:break-word}.plant-no-docs{font-size:.83rem;color:#94a3b8;padding:12px 0;text-align:center}.plant-doc-list{display:flex;flex-direction:column;gap:10px}.plant-doc-item{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.plant-doc-type-badge{flex-shrink:0;padding:3px 9px;border-radius:6px;background:#1e40af;color:#fff;font-size:.68rem;font-weight:700;letter-spacing:.05em;margin-top:2px}.plant-doc-info{flex:1;min-width:0}.plant-doc-label{font-size:.83rem;font-weight:600;color:#1a2332}.plant-doc-no,.plant-doc-expiry{font-size:.75rem;color:#64748b;margin-top:2px}.plant-doc-link{flex-shrink:0;padding:4px 10px;border-radius:6px;border:1.5px solid #1e40af;color:#1e40af;font-size:.78rem;font-weight:600;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s}.plant-doc-link:hover{background:#1e40af;color:#fff}.plant-detail-footer{display:flex;justify-content:flex-end;padding-top:4px}.plant-select-ga-btn{padding:10px 28px;font-size:.9rem}.plant-select-ga-btn.already-selected{background:linear-gradient(135deg,#059669,#10b981);box-shadow:0 4px 12px #05966940}.plant-detail-nocap{font-size:.85rem;color:#9f1239;font-weight:600;display:flex;align-items:center;gap:6px}.offtake-select-btn{padding:6px 14px;border-radius:7px;border:1.5px solid #1e40af;background:transparent;color:#1e40af;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s,color .15s;white-space:nowrap}.offtake-select-btn:hover,.offtake-select-btn.selected{background:#1e40af;color:#fff}.offtake-select-btn:disabled{border-color:#cbd5e1;color:#94a3b8;cursor:not-allowed}.offtake-capacity-panel{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:24px}@media (max-width: 768px){.offtake-capacity-panel{grid-template-columns:repeat(2,1fr)}}.capacity-metric{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:6px}.capacity-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.capacity-value{font-size:1.2rem;font-weight:700;color:#1a2332}.offtake-capacity-refreshing{animation:capacity-pulse 1.2s ease-in-out infinite}@keyframes capacity-pulse{0%,to{opacity:1}50%{opacity:.55}}.offtake-form{display:flex;flex-direction:column;gap:20px}.offtake-ga-section{display:flex;flex-direction:column;gap:10px}.offtake-ga-header{display:flex;align-items:center;justify-content:space-between;font-weight:600;font-size:.9rem;color:#334155;margin-bottom:4px}.offtake-add-ga-btn{padding:5px 14px;border-radius:7px;border:1.5px dashed #60a5fa;background:#eff6ff;color:#1e40af;font-size:.82rem;font-weight:600;cursor:pointer;transition:background .15s}.offtake-add-ga-btn:hover{background:#dbeafe}.offtake-ga-row{display:grid;grid-template-columns:1fr 1fr 160px auto;gap:10px;align-items:center}@media (max-width: 640px){.offtake-ga-row{grid-template-columns:1fr}}.offtake-select,.offtake-input{width:100%;padding:9px 12px;border:1.5px solid #cbd5e1;border-radius:8px;font-size:.875rem;color:#1a2332;background:#fff;transition:border-color .15s,box-shadow .15s;outline:none;font-family:inherit}select.offtake-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%2364748b'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;background-size:18px;padding-right:32px!important;cursor:pointer}.offtake-select:focus,.offtake-input:focus{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.offtake-tpd-input{max-width:160px;text-align:right}.offtake-remove-ga-btn{width:30px;height:30px;border-radius:50%;border:1.5px solid #fca5a5;background:#fef2f2;color:#dc2626;font-size:.75rem;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.offtake-remove-ga-btn:hover{background:#fee2e2}.offtake-capacity-bar-wrap{margin-bottom:20px}.offtake-capacity-bar-track{height:12px;background:#f1f5f9;border-radius:99px;overflow:hidden;display:flex;margin-bottom:8px}.offtake-capacity-bar-seg{height:100%;transition:width .35s ease}.seg-mapped{background:#f97316}.seg-request{background:#3b82f6}.seg-over{background:#ef4444}.offtake-capacity-bar-legend{display:flex;gap:20px;font-size:.75rem;color:#64748b}.bar-dot{display:inline-block;width:10px;height:10px;border-radius:50%;margin-right:5px;vertical-align:middle}.dot-mapped{background:#f97316}.dot-request{background:#3b82f6}.dot-over{background:#ef4444}.dot-free{background:#e2e8f0;border:1px solid #cbd5e1}.offtake-capacity-warn{padding:12px 16px;background:#fffbeb;border:1px solid #fcd34d;border-radius:8px;font-size:.85rem;color:#92400e;display:flex;flex-direction:column;gap:4px}.capacity-warn-equation{font-size:.83rem;margin-top:2px}.capacity-warn-hint{font-size:.8rem;color:#b45309;margin-top:2px}.offtake-field{display:flex;flex-direction:column;gap:6px}.offtake-label{font-size:.83rem;font-weight:600;color:#475569}.offtake-textarea{width:100%;padding:10px 12px;border:1.5px solid #cbd5e1;border-radius:8px;font-size:.875rem;color:#1a2332;resize:vertical;font-family:inherit;outline:none;transition:border-color .15s,box-shadow .15s;box-sizing:border-box}.offtake-textarea:focus{border-color:#1e40af;box-shadow:0 0 0 3px #1e40af1a}.offtake-form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:4px}.offtake-btn-primary{padding:10px 28px;border-radius:9px;border:none;background:linear-gradient(135deg,#1e40af,#2563eb);color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:opacity .15s,transform .1s;font-family:inherit;box-shadow:0 4px 12px #1e40af40}.offtake-btn-primary:hover:not(:disabled){opacity:.92;transform:translateY(-1px)}.offtake-btn-primary:disabled{opacity:.45;cursor:not-allowed;transform:none}.offtake-btn-secondary{padding:10px 22px;border-radius:9px;border:1.5px solid #cbd5e1;background:#fff;color:#475569;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .15s,background .15s;font-family:inherit}.offtake-btn-secondary:hover{background:#f8fafc;border-color:#94a3b8}.offtake-list-section{display:flex;flex-direction:column;gap:20px}.offtake-list-toolbar{display:flex;gap:12px;align-items:center}.offtake-status-filter{max-width:260px}.offtake-mappings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.offtake-mapping-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:box-shadow .15s}.offtake-mapping-card:hover{box-shadow:0 6px 20px #00000014}.mapping-card-header{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.mapping-ref{font-family:Courier New,monospace;font-size:.83rem;font-weight:700;color:#1e40af;letter-spacing:.03em}.mapping-card-body{padding:16px 18px;display:flex;flex-direction:column;gap:8px}.mapping-detail-row{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;font-size:.85rem}.detail-label{color:#64748b;font-size:.78rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;flex-shrink:0}.detail-value{color:#1a2332;font-weight:500;text-align:right;word-break:break-word}.offtake-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.72rem;font-weight:700;letter-spacing:.03em;white-space:nowrap}.badge-pending{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.badge-accepted{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.badge-rejected{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.badge-withdrawn{background:#f1f5f9;color:#475569;border:1px solid #cbd5e1}.text-green{color:#15803d!important}.text-orange{color:#c2410c!important}.text-red{color:#b91c1c!important}.text-blue{color:#1d4ed8!important}.offtake-empty,.offtake-loading{padding:40px 0;text-align:center;color:#94a3b8;font-size:.9rem}.offtake-loading:before{content:"";display:inline-block;width:18px;height:18px;border:2px solid #e2e8f0;border-top-color:#1e40af;border-radius:50%;animation:spin .7s linear infinite;margin-right:8px;vertical-align:middle}.offtake-existing-mappings-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;margin-bottom:20px;box-shadow:0 2px 8px #00000008}.offtake-section-title{display:flex;align-items:center;gap:8px;font-size:.95rem;font-weight:700;color:#1e293b;margin:0 0 14px}.offtake-loading-small{font-size:.85rem;color:#64748b;padding:8px 0}.offtake-no-mappings-text{font-size:.85rem;color:#64748b;margin:0;font-style:italic}.offtake-existing-mappings-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:10px}.offtake-existing-mappings-table{width:100%;border-collapse:collapse;font-size:.85rem}.offtake-existing-mappings-table th{position:sticky;top:0;z-index:10;background:#f1f5f9;padding:12px 14px;text-align:left;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#002855;border-bottom:2px solid #cbd5e1}.offtake-existing-mappings-table td{padding:10px 14px;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.offtake-existing-mappings-table tr:last-child td{border-bottom:none}.ga-allocation-item-inline{font-size:.8rem;color:#475569;margin-bottom:4px}.ga-allocation-item-inline:last-child{margin-bottom:0}.offtake-list-toolbar-wrap{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin-bottom:24px}.offtake-list-search-bar{position:relative;display:flex;align-items:center;flex:1;min-width:280px}.offtake-list-search-input{padding-left:36px!important;margin-bottom:0!important}.offtake-list-search-bar .offtake-search-icon{position:absolute;left:12px;color:#94a3b8;display:flex;align-items:center;pointer-events:none}.offtake-state-filter{max-width:200px;min-width:160px;flex-shrink:0}.offtake-export-btn{white-space:nowrap;flex-shrink:0}@media (max-width: 768px){.offtake-page{padding:0;max-width:none;margin-left:calc(-1 * var(--space-4, 16px));margin-right:calc(-1 * var(--space-4, 16px));width:calc(100% + 2 * var(--space-4, 16px))}.offtake-page-view,.offtake-step-card{border-radius:0;border-left:none;border-right:none;padding:16px}.offtake-breadcrumb,.offtake-tabs{padding-left:var(--space-4, 16px);padding-right:var(--space-4, 16px)}.offtake-tabs{gap:8px;overflow-x:auto;padding-bottom:8px;border-bottom-width:1px;scrollbar-width:thin}.offtake-tab{flex:0 0 auto;min-width:132px;padding:9px 12px;border:1px solid #dbe5f1;border-radius:10px;background:#fff;font-size:.8rem;line-height:1.2;text-align:center;white-space:normal;margin-bottom:0}.offtake-tab.active{border-color:#1e40af;background:#eff6ff;box-shadow:0 4px 12px #1e40af1f}.offtake-header,.offtake-list-section{padding-left:var(--space-4, 16px);padding-right:var(--space-4, 16px)}.offtake-plant-table-wrap{-webkit-overflow-scrolling:touch}.offtake-plant-table{min-width:720px}.offtake-list-toolbar-wrap{flex-direction:column;align-items:stretch}.offtake-list-toolbar{align-items:stretch;flex-direction:column}.offtake-list-search-bar{min-width:0;width:100%}.offtake-state-filter,.offtake-export-btn{max-width:none;width:100%}.offtake-capacity-panel{grid-template-columns:1fr}.offtake-entity-table-wrap,.offtake-plant-table-wrap,.offtake-existing-mappings-table-wrap{-webkit-overflow-scrolling:touch}.offtake-entity-table,.offtake-existing-mappings-table{min-width:680px}.offtake-mappings-grid{grid-template-columns:1fr}.offtake-breadcrumb{overflow-x:auto;scrollbar-width:thin}.offtake-bc-item{flex:0 0 auto}}@media (max-width: 480px){.offtake-page{margin-left:calc(-1 * var(--space-3, 12px));margin-right:calc(-1 * var(--space-3, 12px));width:calc(100% + 2 * var(--space-3, 12px))}.offtake-list-section{padding-left:var(--space-3, 12px);padding-right:var(--space-3, 12px)}.offtake-page-view,.offtake-step-card{padding:14px 12px}.offtake-page-view-header{flex-direction:column;align-items:stretch}.offtake-back-btn{align-self:flex-start}.plant-info-grid{grid-template-columns:1fr}.offtake-title{font-size:1.25rem;line-height:1.25}.offtake-page-view-title{font-size:1rem;line-height:1.3}.offtake-page-view-desc,.offtake-desc{font-size:.8rem;line-height:1.45}.offtake-capacity-bar-legend,.mapping-detail-row,.plant-doc-item,.offtake-form-actions{align-items:stretch;flex-direction:column;gap:8px}.detail-label{white-space:normal}.detail-value{text-align:left}.offtake-tpd-input,.offtake-btn-primary,.offtake-btn-secondary,.offtake-select-btn,.plant-select-ga-btn,.plant-doc-link,.offtake-add-ga-btn,.offtake-remove-ga-btn{width:100%;max-width:none;min-height:40px;justify-content:center}.offtake-remove-ga-btn{border-radius:8px}.plant-detail-panel,.plant-detail-section,.offtake-existing-mappings-section{padding:12px}}@media (max-width: 640px){.offtake-edit-modal-overlay{align-items:flex-end!important;padding:10px}.offtake-edit-modal-card{display:flex;flex-direction:column;width:100%!important;max-width:none!important;max-height:calc(100vh - var(--portal-chrome-height, 0px) - 20px)!important;border-radius:12px 12px 0 0!important;overflow:hidden!important}.offtake-edit-modal-header{align-items:flex-start!important;gap:12px;padding:14px 16px!important;border-radius:12px 12px 0 0!important}.offtake-edit-modal-header>div{min-width:0}.offtake-edit-modal-header h3{font-size:1rem!important;line-height:1.3}.offtake-edit-modal-header h3+div{font-size:.76rem!important;line-height:1.35;overflow-wrap:anywhere}.offtake-edit-modal-close{flex:0 0 34px}.offtake-modal-body{flex:1 1 auto;min-height:0;overflow-y:auto;padding:16px!important}.offtake-edit-modal-grid,.offtake-edit-modal-grid[style]{grid-template-columns:1fr!important;gap:12px!important;margin-bottom:0!important}.offtake-edit-modal-grid>div,.offtake-edit-modal-grid>div[style]{grid-column:1 / -1!important;min-width:0}.offtake-edit-modal-grid label{align-items:flex-start!important;font-size:.76rem!important;line-height:1.35;overflow-wrap:anywhere}.offtake-edit-modal-grid input,.offtake-edit-modal-grid select,.offtake-edit-modal-grid textarea{width:100%!important;min-width:0;min-height:40px;font-size:.84rem!important;box-sizing:border-box}.offtake-edit-modal-grid textarea{height:auto!important;min-height:76px;resize:vertical!important}.offtake-field-error{line-height:1.3}.offtake-edit-modal-footer{flex-direction:column-reverse;align-items:stretch;padding:14px 16px 16px!important;border-radius:0!important}.offtake-edit-modal-footer button{width:100%;min-height:40px;justify-content:center}}.plants-table__action-btn--suspend{background:#fff8f1;color:#dd6b20}.plants-table__action-btn--suspend:hover{background:#feebc8;box-shadow:0 2px 8px #dd6b202e}.plants-table__action-btn--delete{background:#fff5f5;color:#e53e3e}.plants-table__action-btn--delete:hover{background:#fed7d7;box-shadow:0 2px 8px #e53e3e2e}.ao-actions-legend-bar{display:flex;align-items:center;justify-content:flex-start;gap:20px;flex-wrap:wrap;margin-top:14px;padding:2px 4px;font-size:.8rem;color:#475569}.ao-actions-legend-title{font-weight:700;color:#1e293b;font-size:.82rem;margin-right:-4px}.ao-actions-legend-item{display:inline-flex;align-items:center;gap:7px;background:transparent;border:none;padding:0;cursor:default}.ao-action-icon-badge{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:4px;flex-shrink:0}.ao-action-icon-badge--view{border:1px solid #3b82f6;background:#eff6ff;color:#3b82f6}.ao-action-icon-badge--add{border:1px solid #10b981;background:#ecfdf5;color:#059669}.ao-action-icon-badge--edit{border:1px solid #d97706;background:#fffbeb;color:#d97706}.ao-action-icon-badge--delete{border:1px solid #ef4444;background:#fef2f2;color:#ef4444}.ao-actions-legend-text{color:#475569;font-weight:500;font-size:.8rem}.ao-action-header-wrap{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.ao-action-header-wrap button.info-tooltip-trigger,.ao-panel .ao-action-header-wrap button.info-tooltip-trigger,.ao-panel .ao-action-header-wrap .info-tooltip-trigger{border:none!important;border-radius:50%!important;padding:0!important;margin:0!important;width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;max-width:22px!important;max-height:22px!important;aspect-ratio:1 / 1!important;box-sizing:border-box!important;background:#0ea5e91f!important;color:#0284c7!important;cursor:help!important;font-weight:400!important;line-height:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important}.ao-action-header-wrap button.info-tooltip-trigger:hover,.ao-panel .ao-action-header-wrap button.info-tooltip-trigger:hover,.ao-panel .ao-action-header-wrap .info-tooltip-trigger:hover{background:#0ea5e938!important;color:#0369a1!important;border:none!important}.ao-action-header-wrap button.info-tooltip-trigger svg,.ao-panel .ao-action-header-wrap .info-tooltip-trigger svg{display:block!important;width:16px!important;height:16px!important;stroke:currentColor!important;fill:none!important}.ao-actions-tooltip-content{display:flex;flex-direction:column;gap:8px;padding:2px 0;font-size:.78rem;color:#334155;text-align:left}.ao-actions-tooltip-row{display:flex;align-items:flex-start;gap:8px}.ao-actions-tooltip-row strong{color:#0f172a;font-weight:600}.acp-page{display:flex;flex-direction:column;gap:1rem}.acp-page--producer{gap:1.1rem}.acp-tabs{display:inline-flex;align-items:center;align-self:flex-start;gap:.25rem;padding:.25rem;border:1px solid #cbd5e1;border-radius:10px;background:#f8fafc}.acp-tab{border:0;border-radius:8px;padding:.58rem 1rem;background:transparent;color:#475569;font-weight:800;cursor:pointer}.acp-tab--active{background:#1d4ed8;color:#fff;box-shadow:0 6px 14px #1d4ed82e}.acp-panel{background:#fff;border:1px solid #dbe4f0;border-radius:18px;box-shadow:0 8px 24px #0f172a0d}.acp-panel__header h2{margin:0;color:#102a43}.acp-panel__eyebrow{margin:0 0 .35rem;color:#5b6b84;text-transform:uppercase;letter-spacing:.08em;font-size:.74rem;font-weight:700}.acp-note{color:#52627a;margin:.45rem 0 0;font-size:.92rem}.acp-panel{padding:1rem}.acp-panel--hero{padding:1.15rem}.acp-page-hero{display:flex;flex-direction:column;gap:1rem;padding:1.1rem 1.15rem;border:1px solid #dbe4f0;border-radius:18px;background:#fff;box-shadow:0 8px 24px #0f172a0d}.acp-page-hero__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap}.acp-page-hero__left{min-width:240px;flex:1 1 340px}.acp-page-hero__eyebrow{margin:0 0 .25rem;color:#5b6b84;text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700}.acp-page-hero__title{margin:0;color:#102a43;font-size:1.35rem;line-height:1.2}.acp-page-hero__filter{display:flex;flex-direction:column;gap:.3rem;min-width:220px;width:min(340px,100%)}.acp-page-hero__filter>span{font-size:.72rem;font-weight:700;text-transform:uppercase;color:#344767}.acp-input--compact{padding-top:.7rem;padding-bottom:.7rem}.acp-page-hero__pricing-row{display:flex;align-items:stretch;justify-content:flex-end;gap:.8rem;flex-wrap:wrap}.acp-page-hero__pricing-card{min-width:184px;padding:.75rem .9rem;border-radius:16px;border:1px solid #cfdaf0;background:linear-gradient(180deg,#f7fbff,#edf4ff);box-shadow:inset 0 0 0 1px #ffffff8c}.acp-page-hero__pricing-card span{display:block;margin-bottom:.2rem;font-size:.72rem;font-weight:700;color:#344767;text-transform:uppercase;letter-spacing:.02em}.acp-page-hero__pricing-card strong{display:block;color:#102a43;font-size:1rem;line-height:1.15}.acp-page-hero__pricing-action{display:flex;align-items:center}.acp-page-hero__pricing-action .acp-submit-btn--header{height:100%;min-height:48px;padding-inline:1.15rem}.acp-panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.acp-header-summary{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;flex-wrap:wrap}.acp-header-summary__left{flex:1 1 360px;min-width:280px}.acp-header-summary__left h2{margin:0;color:#102a43;font-size:1.55rem}.acp-header-summary__right{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;justify-content:flex-end;flex:1 1 520px}.acp-panel--filters{display:grid;grid-template-columns:minmax(220px,1.7fr) repeat(4,minmax(150px,1fr)) auto;gap:.75rem;align-items:center}.acp-panel--filters-producer{grid-template-columns:minmax(230px,1.8fr) repeat(3,minmax(150px,1fr)) auto}.acp-summary__stat{padding:.42rem .7rem;border-radius:12px;background:linear-gradient(180deg,#f8fbff,#edf4ff);border:1px solid #d9e3f4;min-width:112px}.acp-summary__label{display:block;font-size:.62rem;font-weight:700;text-transform:uppercase;color:#53657d;margin-bottom:.12rem;line-height:1.1}.acp-summary__stat strong{color:#102a43;font-size:.9rem;line-height:1.15}.acp-panel--form .acp-form{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem}.acp-form--modal{grid-template-columns:repeat(2,minmax(0,1fr))}.acp-input{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:.8rem .9rem;font-size:.92rem;background:#fff;color:#122033}.acp-input--search{min-width:0}.acp-input--span-2{grid-column:span 2}.acp-clear-btn,.acp-submit-btn,.acp-action-btn,.acp-pagination__actions button{border:0;border-radius:10px;padding:.75rem .95rem;font-weight:700;cursor:pointer}.acp-clear-btn{background:#f9fafb;color:#1d4ed8;border:1px solid #cbd5e1}.acp-submit-btn{background:linear-gradient(135deg,#1d4ed8,#2563eb);color:#fff}.acp-submit-btn--header{padding:.68rem .9rem;white-space:nowrap}.acp-form__actions{grid-column:1 / -1;display:flex;justify-content:flex-end}.acp-form__actions--modal{justify-content:space-between}.acp-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid #dbe4f0}.acp-page--producer .global-table-container{border-radius:16px;box-shadow:none}.acp-page--producer .global-table-header{padding:14px 18px}.acp-page--producer .global-table-title{font-size:1rem;color:#102a43}.acp-page--producer .global-table-wrap{border-radius:14px 14px 0 0;border-bottom:0}.acp-page--producer .global-table{min-width:1280px}.acp-table-records{color:#64748b;font-size:.9rem}.acp-table{width:100%;border-collapse:collapse;min-width:1080px}.acp-table th,.acp-table td{padding:.95rem 1rem;border-bottom:1px solid #e6edf7;text-align:left;vertical-align:top}.acp-table th{background:#f7f9fc;color:#344767;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.acp-table td strong{display:block;color:#102a43;margin-bottom:.15rem}.acp-status-with-note{display:inline-flex;align-items:center;gap:.4rem;flex-wrap:nowrap;white-space:nowrap}.acp-pricing-tag{display:inline-flex;align-items:center;justify-content:center;padding:.35rem .75rem;border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.01em;white-space:nowrap;border:1px solid transparent}.acp-pricing-tag--active{background:#ecfdf3;color:#027a48;border-color:#abefc6;box-shadow:inset 0 0 0 1px #ffffff80}.acp-pricing-tag--default{background:#f1f5f9;color:#475569;border-color:#cbd5e1}.acp-scada-connectivity{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .7rem;border-radius:999px;font-size:.78rem;font-weight:700;white-space:nowrap;border:1px solid transparent}.acp-scada-connectivity--active{background:#ecfdf3;color:#027a48;border-color:#abefc6}.acp-scada-connectivity--stale{background:#fef3f2;color:#b42318;border-color:#fecdca}.acp-scada-connectivity__dot{width:.5rem;height:.5rem;border-radius:999px;flex:0 0 auto;background:currentColor}.acp-mono{font-variant-numeric:tabular-nums}.acp-muted{display:block;color:#748296;font-size:.82rem}.acp-table__remarks{max-width:220px}.acp-modal{display:flex;flex-direction:column;gap:1rem}.acp-modal__summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}.acp-modal__summary>div{border:1px solid #dbe4f0;border-radius:14px;padding:.85rem .95rem;background:#f8fbff}.acp-modal__summary strong{display:block;color:#102a43;margin-bottom:.25rem}.acp-modal__summary span{color:#64748b;font-size:.85rem}.acp-timeline{border-left:2px solid #dbe4f0;padding-left:1rem;display:flex;flex-direction:column;gap:.95rem}.acp-timeline__item{position:relative;display:flex;gap:.75rem}.acp-timeline__item--done .acp-timeline__dot{background:#16a34a}.acp-timeline__dot{position:absolute;left:-1.55rem;top:.25rem;width:.7rem;height:.7rem;border-radius:999px;background:#cbd5e1;border:3px solid #fff;box-shadow:0 0 0 1px #cbd5e1}.acp-timeline__content strong{display:block;color:#102a43}.acp-timeline__content span{color:#64748b;font-size:.88rem}.acp-modal__remarks-label{font-size:.82rem;font-weight:700;color:#344767}.acp-modal__textarea{resize:vertical;min-height:96px}.acp-modal__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end}.acp-status{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.35rem .7rem;font-size:.78rem;font-weight:700;border:1px solid transparent;white-space:nowrap}.tone-success{background:#ecfdf3;color:#027a48;border-color:#abefc6}.tone-danger{background:#fef3f2;color:#b42318;border-color:#fecdca}.tone-warning{background:#fff7ed;color:#c2410c;border-color:#fed7aa}.tone-neutral{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.acp-row-actions{display:flex;flex-wrap:wrap;gap:.45rem}.acp-action-btn{padding:.55rem .75rem;font-size:.8rem}.acp-action-btn--apply{background:#1d4ed8;color:#fff;box-shadow:0 8px 16px #1d4ed833}.acp-action-btn--disabled{background:#94b6e4;color:#fff;opacity:.9}.acp-action-btn--success{background:#16a34a;color:#fff}.acp-action-btn--success.acp-action-btn--disabled,.acp-action-btn--apply.acp-action-btn--disabled,.acp-action-btn--warning.acp-action-btn--disabled{background:#cbd5e1;color:#64748b;box-shadow:none;cursor:not-allowed;opacity:1}.acp-action-btn--success.acp-action-btn--disabled:hover,.acp-action-btn--apply.acp-action-btn--disabled:hover,.acp-action-btn--warning.acp-action-btn--disabled:hover{background:#cbd5e1;color:#64748b;box-shadow:none}.acp-action-btn--warning{background:#f59e0b;color:#fff}.acp-action-btn--danger{background:#dc2626;color:#fff}.acp-empty{text-align:center!important;color:#607089;padding:1.5rem!important}.acp-pagination{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:.95rem;color:#42526b;font-size:.92rem;flex-wrap:wrap}.acp-pagination__actions{display:flex;gap:.65rem;align-items:center}.acp-pagination__actions button{background:#fff;border:1px solid #cbd5e1;color:#334155}.acp-pagination__actions button:disabled{opacity:.5;cursor:not-allowed}.acp-modal--application{gap:1rem}.acp-modal__top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.acp-modal__top h2{margin:0;color:#102a43;font-size:1.1rem;line-height:1.2}.acp-modal__summary--pricing{grid-template-columns:1.1fr 1.1fr 1.6fr}.acp-modal__summary--pricing>div{background:#f8fbff}.acp-modal__summary--pricing span{text-transform:uppercase;letter-spacing:.04em;font-size:.7rem}.acp-modal__summary--pricing strong{font-size:.98rem}.acp-modal__summary--highlight{color:#16a34a;font-weight:800}.acp-modal__summary--plant small{display:block;margin-top:.15rem;color:#64748b;font-size:.8rem}.acp-form--pricing-modal{display:flex;flex-direction:column;gap:1rem}.acp-checklist-section{display:flex;flex-direction:column;gap:.75rem}.acp-checklist-section__header{display:flex;align-items:center;justify-content:space-between;gap:.85rem;flex-wrap:wrap}.acp-checklist-section__header strong{color:#102a43;font-size:.92rem;flex:0 0 auto}.acp-checklist-section__header span{color:#64748b;font-size:.82rem;text-align:right}.acp-upload-guidelines{color:#0f172a;font-weight:600}.acp-checklist-list{display:flex;flex-direction:column;gap:.65rem}.acp-checklist-item{padding:.7rem .8rem;border:1px solid #dbe4f0;border-radius:12px;background:#fff}.acp-checklist-item--error{border-color:#fda29b;background:#fff7f6}.acp-checklist-item__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.acp-checklist-item__row--document{align-items:flex-start}.acp-checklist-item__check{display:inline-flex;align-items:center;gap:.55rem;color:#122033;font-weight:500}.acp-checklist-item__check input{width:16px;height:16px;accent-color:#1d4ed8;flex:0 0 auto}.acp-checklist-item__main{display:flex;flex-direction:column;gap:.3rem;min-width:0;flex:1 1 430px}.acp-checklist-item__hint{color:#64748b;font-size:.8rem;line-height:1.35;margin-left:1.6rem}.acp-checklist-item__actions{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0}.acp-upload-btn{display:inline-flex;align-items:center;gap:.45rem;min-height:2rem;padding:.4rem .75rem;border:0;border-radius:8px;background:#0b5ed7;color:#fff;cursor:pointer;box-shadow:0 8px 16px #0b5ed738;font-size:.84rem;font-weight:700}.acp-upload-btn svg{width:1rem;height:1rem}.acp-upload-btn--done{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.acp-file-input{display:none}.acp-doc-chip{display:inline-flex;align-items:center;gap:.45rem;margin-top:.15rem;margin-left:1.6rem;padding:.35rem .55rem .35rem .75rem;border-radius:999px;border:1px solid #dbe4f0;background:#f8fbff;color:#102a43;font-size:.82rem}.acp-doc-chip__remove{border:0;background:transparent;color:#4b5563;cursor:pointer;display:inline-grid;place-items:center;padding:0}.acp-doc-chip__remove svg{width:.9rem;height:.9rem}.acp-field-error{margin-top:.45rem;margin-left:1.6rem;color:#b42318;font-size:.78rem;font-weight:700;line-height:1.35}.acp-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}.acp-form__grid label{display:flex;flex-direction:column;gap:.35rem;font-size:.84rem;font-weight:700;color:#344767}.acp-form__span-2{grid-column:span 2}.acp-declaration{border:1px solid #f1d6a6;border-radius:12px;background:#fffaf0;padding:.85rem .9rem;display:flex;flex-direction:column;gap:.65rem}.acp-declaration--error{border-color:#fda29b;background:#fff7f6}.acp-declaration__header{display:flex;flex-direction:column;gap:.2rem}.acp-declaration__header strong{color:#7c5c00;font-size:.86rem}.acp-declaration__header span{color:#8c6d1f;font-size:.78rem;line-height:1.45}.acp-declaration__check{display:inline-flex;align-items:center;gap:.5rem;font-size:.84rem;font-weight:700;color:#344767}.acp-declaration__check input{width:16px;height:16px;accent-color:#1d4ed8}.acp-modal__actions--pricing{justify-content:flex-end}.acp-modal__actions--pricing .acp-clear-btn,.acp-modal__actions--pricing .acp-submit-btn{min-width:118px}.acp-success-modal .ant-modal-content,.acp-application-modal .ant-modal-content{border-radius:20px}.acp-success-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.9rem;padding:.2rem .2rem .6rem}.acp-success-card__icon{width:4rem;height:4rem;border-radius:999px;display:grid;place-items:center;background:#16a34a;color:#fff;font-size:2rem;box-shadow:0 12px 24px #16a34a2e}.acp-success-card h2{margin:0;color:#102a43;font-size:1.2rem}.acp-success-card p{margin:0;color:#52627a;line-height:1.5}.acp-submit-btn--full{width:100%}@media (max-width: 1080px){.acp-page-hero__pricing-row,.acp-header-summary__right{justify-content:flex-start}.acp-panel--filters,.acp-panel--form .acp-form,.acp-form--modal{grid-template-columns:repeat(2,minmax(0,1fr))}.acp-form__grid{grid-template-columns:1fr}.acp-form__span-2{grid-column:span 1}}@media (max-width: 640px){.acp-page-hero__pricing-row{justify-content:stretch}.acp-page-hero__pricing-card,.acp-page-hero__pricing-action{width:100%}.acp-header-summary{flex-direction:column;align-items:stretch}.acp-panel--filters,.acp-panel--form .acp-form{grid-template-columns:1fr}.acp-header-summary__left,.acp-header-summary__right{width:100%;min-width:0}.acp-header-summary__right{flex-wrap:wrap}.acp-submit-btn--header{width:100%}.acp-input--span-2{grid-column:span 1}.acp-modal__summary,.acp-form--modal,.acp-modal__summary--pricing{grid-template-columns:1fr}.acp-form__actions--modal{justify-content:stretch}}.mopng-dashboard{width:100%}.mopng-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.mopng-dashboard-title{font-size:1.6rem;font-weight:var(--font-bold);color:var(--color-primary);margin-bottom:6px}.mopng-dashboard-desc{color:var(--color-text-secondary);font-size:var(--text-sm);max-width:700px}.mopng-dashboard-header-right{display:flex;align-items:center;gap:16px}.mopng-state-filter{display:flex;align-items:center;gap:8px}.mopng-state-filter-label{font-size:var(--text-xs);font-weight:var(--font-bold);color:var(--color-text-secondary);text-transform:uppercase}.mopng-state-select{padding:8px 16px;border-radius:var(--radius-md);border:1px solid var(--color-border);background-color:var(--color-surface-card);color:var(--color-primary);font-weight:var(--font-semibold);font-size:var(--text-xs);cursor:pointer;outline:none}.mopng-live-clock{display:flex;gap:8px;font-size:var(--text-xs);color:var(--color-text-secondary)}.mopng-live-clock strong{color:var(--color-primary)}.mopng-kpi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;margin-bottom:30px}.mopng-kpi-card{background-color:var(--color-surface-card);border-radius:var(--radius-lg);padding:24px;border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:transform var(--transition-fast) ease-in-out;cursor:default}.mopng-kpi-card:hover{transform:translateY(-4px)}.mopng-kpi-card--plants{border-left:4px solid var(--color-success)}.mopng-kpi-card--capacity{border-left:4px solid var(--color-primary)}.mopng-kpi-card--subsidy{border-left:4px solid var(--color-accent)}.mopng-kpi-card--compliance{border-left:4px solid var(--color-danger)}.mopng-kpi-card-top{display:flex;justify-content:space-between;margin-bottom:12px}.mopng-kpi-icon{font-size:24px}.mopng-kpi-badge{font-size:var(--text-xs);padding:2px 8px;border-radius:var(--radius-full);font-weight:var(--font-bold)}.mopng-kpi-badge--live{background-color:var(--color-success-bg);color:var(--color-success)}.mopng-kpi-badge--tpd{background-color:var(--color-info-bg);color:var(--color-info)}.mopng-kpi-badge--grants{background-color:var(--color-warning-bg);color:var(--color-warning)}.mopng-kpi-badge--sla{background-color:var(--color-danger-bg);color:var(--color-danger)}.mopng-kpi-value{font-size:1.8rem;font-weight:var(--font-bold);color:var(--color-text-primary);margin-bottom:4px}.mopng-kpi-label{color:var(--color-text-secondary);font-size:var(--text-sm);font-weight:var(--font-medium)}.mopng-kpi-trend{font-size:var(--text-xs);margin-top:8px;font-weight:var(--font-semibold)}.mopng-kpi-trend--success{color:var(--color-success)}.mopng-kpi-trend--info{color:var(--color-info)}.mopng-kpi-trend--warning{color:var(--color-warning)}.mopng-charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:24px;margin-bottom:30px}.mopng-chart-card{background-color:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-md)}.mopng-chart-card--column{display:flex;flex-direction:column}.mopng-chart-title{font-size:1.1rem;color:var(--color-primary);font-weight:var(--font-bold);margin-bottom:8px}.mopng-chart-subtitle{color:var(--color-text-secondary);font-size:var(--text-xs);margin-bottom:24px}.mopng-chart-subtitle--feedstock{margin-bottom:20px}.mopng-bar-list{display:flex;flex-direction:column;gap:20px}.mopng-bar-item{transition:opacity var(--transition-fast);cursor:pointer}.mopng-bar-item--dimmed{opacity:.45}.mopng-bar-header{display:flex;justify-content:space-between;font-size:var(--text-xs);margin-bottom:6px;font-weight:var(--font-semibold)}.mopng-bar-label{color:var(--color-text-primary)}.mopng-bar-value{color:var(--color-primary)}.mopng-bar-track{height:14px;background-color:var(--color-border-light);border-radius:var(--radius-full);overflow:hidden;width:100%}.mopng-bar-fill{height:100%;border-radius:var(--radius-full);transition:width var(--transition-slow) ease-in-out;width:var(--mopng-bar-width, 0%);background-color:var(--mopng-bar-color, var(--color-secondary))}.mopng-bar-reset{text-align:right;margin-top:16px}.mopng-feedstock-layout{display:flex;align-items:center;justify-content:space-around;flex-wrap:wrap;gap:20px}.mopng-donut-wrap{position:relative;width:150px;height:150px}.mopng-donut-svg{transform:rotate(-90deg)}.mopng-donut-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.mopng-donut-total{font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--color-primary)}.mopng-donut-total-label{font-size:.6rem;color:var(--color-text-secondary);text-transform:uppercase}.mopng-feedstock-legends{display:flex;flex-direction:column;gap:10px;flex:1;min-width:200px}.mopng-legend-row{display:flex;align-items:flex-start;gap:8px}.mopng-legend-dot{display:inline-block;width:12px;height:12px;border-radius:50%;margin-top:4px;flex-shrink:0}.mopng-legend-dot--agri{background-color:var(--color-primary)}.mopng-legend-dot--cattle{background-color:#4caf50}.mopng-legend-dot--msw{background-color:#f5a623}.mopng-legend-dot--industrial{background-color:#0277bd}.mopng-legend-title{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--color-text-primary)}.mopng-legend-sub{font-size:.7rem;color:var(--color-text-secondary)}.mopng-map-panel{flex:1;min-height:320px;background-color:#071829;border-radius:var(--radius-md);position:relative;overflow:hidden;border:1px solid #102a45;display:flex;flex-direction:column}.mopng-map-container{width:100%;height:100%;min-height:320px;z-index:1}.mopng-map-loading{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#071829f2;color:#fff;z-index:999}.mopng-map-loading-icon{font-size:32px;margin-bottom:12px;display:inline-block;animation:mopng-spin 2s linear infinite}@keyframes mopng-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.mopng-map-loading-text{font-size:var(--text-xs);color:var(--color-border);font-weight:var(--font-semibold);letter-spacing:.5px}.mopng-map-overlay{position:absolute;bottom:12px;left:12px;right:12px;background-color:#071829d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid #143b60;border-radius:var(--radius-sm);padding:10px;font-size:.7rem;color:#fff;z-index:2;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.mopng-map-overlay-accent{color:var(--color-accent);font-weight:700}.mopng-map-sync{display:flex;gap:8px;align-items:center}.mopng-map-sync-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:#4caf50}.mopng-table-wrap{flex:1;overflow-x:auto}.mopng-table{width:100%;border-collapse:collapse;font-size:var(--text-xs)}.mopng-table thead tr{border-bottom:2px solid var(--color-border);text-align:left}.mopng-table th{padding:10px 6px;color:var(--color-primary);font-weight:700}.mopng-table th--center{text-align:center}.mopng-table tbody tr{border-bottom:1px solid var(--color-border-light)}.mopng-table td{padding:12px 6px}.mopng-table td--center{text-align:center}.mopng-table-plant-name{font-weight:700;color:var(--color-text-primary)}.mopng-table-plant-meta{font-size:.65rem;color:var(--color-text-secondary)}.mopng-table-feedstock{color:var(--color-text-secondary)}.mopng-table-capacity{font-weight:semibold;color:var(--color-primary)}.mopng-table-compliance--high{font-weight:700;color:var(--color-success)}.mopng-table-compliance--low{font-weight:700;color:var(--color-warning)}.mopng-div-marker{background:transparent!important;border:none!important}.mopng-marker-root{position:relative;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.mopng-pulse-ring{position:absolute;width:24px;height:24px;border-radius:50%;background-color:var(--mopng-marker-color, #2e7d32);animation:mopng-marker-glow 2s infinite ease-in-out}.mopng-marker-dot{width:12px;height:12px;border-radius:50%;background-color:var(--mopng-marker-color, #2e7d32);border:2px solid #fff;box-shadow:0 0 10px #00000080;z-index:2}@keyframes mopng-marker-glow{0%{transform:scale(.9);opacity:.9}50%{transform:scale(1.35);opacity:.25}to{transform:scale(.9);opacity:.9}}.mopng-map-popup__status-row{margin-top:6px!important;display:flex;align-items:center;gap:4px}.mopng-map-popup__badge{padding:1px 6px;border-radius:4px;font-weight:700;font-size:9px}.mopng-map-popup__badge--approved{background:var(--color-success-bg, #e8f5e9);color:var(--color-success, #2e7d32)}.mopng-map-popup__badge--review{background:var(--color-warning-bg, #fff8e1);color:var(--color-warning, #f5a623)}.query-inbox-tabs{display:flex;border-bottom:1px solid #e2e8f0;margin-bottom:16px}.query-inbox-tabs__tab{padding:12px 24px;background:none;border:none;cursor:pointer;font-size:.875rem;font-weight:600;border-bottom:3px solid transparent;color:#64748b}.query-inbox-tabs__tab--active{border-bottom-color:#0066cb;color:#0066cb}.support-tickets__raise-btn{background:var(--color-primary);color:#fff;border:none;padding:.65rem 1rem;border-radius:8px;cursor:pointer;font-weight:700;font-size:.8rem}.support-tickets__view-btn{background:#213555;color:#fff;border:none;padding:.35rem .7rem;border-radius:8px;cursor:pointer;font-weight:700;font-size:.72rem}.pg-modal__title-div{gap:5px;display:flex}.support-tickets__action-eye-btn{background-color:#f8fafc;color:#0a3871;border:1px solid #cbd5e1;width:34px;height:34px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:1.05rem;cursor:pointer;transition:all .15s ease}.support-tickets__action-eye-btn:hover{background-color:#0a3871;color:#fff;border-color:#0a3871}.support-tickets__chip{display:inline-flex;padding:.2rem .55rem;border-radius:999px;font-size:.72rem;font-weight:700}.support-tickets__hint{padding:18px;color:#64748b;font-size:.85rem;text-align:center}.support-tickets__hint--error{color:#dc2626}.support-ticket-modal{max-width:720px;width:min(720px,calc(100vw - 32px))}.support-ticket-meta{display:grid;gap:4px;margin-bottom:16px;font-size:.875rem}.support-ticket-meta__note{color:#1d4ed8;font-weight:600}.support-ticket-thread{display:flex;flex-direction:column;gap:12px;max-height:320px;overflow:auto;margin-bottom:16px}.support-ticket-msg{border:1px solid #e2e8f0;border-radius:10px;padding:12px;background:#f8fafc}.support-ticket-msg--cht{background:#eff6ff;border-color:#bfdbfe}.support-ticket-msg header{display:flex;justify-content:space-between;gap:12px;margin-bottom:8px;font-size:.78rem;color:#64748b}.support-ticket-msg p{margin:0;white-space:pre-wrap;font-size:.9rem}.support-ticket-msg a{display:inline-flex;align-items:center;gap:6px;margin-top:8px;color:#0066cb;font-size:.82rem}.support-ticket-compose{display:flex;flex-direction:column;gap:10px}.support-ticket-compose textarea{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:8px 10px;font:inherit}.support-ticket-file{font-size:.82rem;color:#475569}.support-raise-modal-overlay{z-index:10050!important}.support-raise-modal{max-width:900px;width:min(900px,calc(100vw - 32px));max-height:90vh;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}.support-raise-modal form{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.support-raise-modal__header{padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.support-raise-modal__title-wrap{display:flex;align-items:center;gap:.65rem}.support-raise-modal__icon{font-size:1.25rem;color:#1e293b}.support-raise-form{padding:1.5rem;display:flex;flex-direction:column;gap:1rem;flex:1;min-height:0;overflow-y:auto}.support-raise-modal__footer{flex-shrink:0;background:#fff;border-top:1px solid #f1f5f9;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:flex-end;gap:12px}.support-raise-btn{display:inline-flex;align-items:center;justify-content:center;height:38px;padding:0 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease;box-sizing:border-box;text-decoration:none;line-height:1}.support-raise-btn:disabled{opacity:.6;cursor:not-allowed}.support-raise-btn--cancel{background:#fff;border:1px solid #cbd5e1;color:#334155}.support-raise-btn--cancel:hover:not(:disabled){background:#f8fafc;border-color:#94a3b8}.support-raise-btn--submit{background:#036;border:1px solid #003366;color:#fff}.support-raise-btn--submit:hover:not(:disabled){background:#024;border-color:#024}.support-raise-form__row{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 560px){.support-raise-form__row{grid-template-columns:repeat(2,minmax(0,1fr))}}.support-raise-form__field{display:flex;flex-direction:column;gap:.35rem}.support-raise-form__field label,.support-raise-form__label{font-size:.85rem;font-weight:600;color:#334155}.support-raise-form__required{color:#dc2626;margin-left:2px}.support-raise-form__field input,.support-raise-form__field select,.support-raise-form__field textarea{width:100%;box-sizing:border-box;padding:.7rem .9rem;border:1px solid #cbd5e1;border-radius:8px;background:#fff;font:inherit;font-size:.9rem;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.support-raise-form__field textarea{resize:vertical;min-height:100px;line-height:1.5}.support-raise-form__field input::placeholder,.support-raise-form__field textarea::placeholder{color:#94a3b8}.support-raise-form__field input:focus,.support-raise-form__field select:focus,.support-raise-form__field textarea:focus{outline:none;border-color:#0066cb;box-shadow:0 0 0 3px #0066cb1f}.support-raise-form__field input:disabled{background-color:#f8fafc;color:#475569;border-color:#e2e8f0;cursor:not-allowed}.support-raise-form__input--readonly{background-color:#f8fafc!important;color:#475569!important;border-color:#e2e8f0!important;cursor:not-allowed}.support-raise-form__input--error{border-color:#dc2626!important}.support-raise-form__select-wrap{position:relative}.support-raise-form__select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:36px}.support-raise-form__select-wrap:after{content:"";position:absolute;top:50%;right:14px;width:7px;height:7px;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:translateY(-70%) rotate(45deg);pointer-events:none}.support-raise-form__error{margin:0;font-size:.76rem;color:#dc2626;font-weight:500}.support-raise-form__error--confirm{margin-top:-4px}.support-raise-dropzone{border:1.5px dashed #93c5fd;background-color:#eff6ff;border-radius:8px;padding:.85rem 1.15rem;text-align:center;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-height:48px;box-sizing:border-box}.support-raise-dropzone:hover{background-color:#dbeafe;border-color:#60a5fa}.support-raise-dropzone--dragging{background-color:#dbeafe;border-color:#2563eb;border-style:solid}.support-raise-dropzone--has-file{background-color:#f0fdf4;border-color:#86efac;border-style:solid}.support-raise-upload-prompt{display:inline-flex;align-items:center;gap:.5rem;color:#1e293b;font-size:.88rem;font-weight:500}.support-raise-upload-icon{font-size:1.1rem;color:#334155}.support-raise-file-info{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.75rem}.support-raise-file-icon{font-size:1.1rem;color:#16a34a;display:inline-flex}.support-raise-file-name{font-size:.86rem;color:#15803d;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;text-align:left}.support-raise-file-remove{background:none;border:none;color:#dc2626;cursor:pointer;padding:.25rem;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;transition:background-color .15s ease}.support-raise-file-remove:hover{background-color:#fee2e2}.support-raise-helper{margin:.25rem 0 0;font-size:.78rem;color:#64748b}.support-raise-confirm{display:flex;align-items:flex-start;gap:10px;padding:12px 14px;border-radius:10px;background:#e6f4ff;border:1px solid rgba(0,102,203,.18);cursor:pointer;font-size:.85rem;line-height:1.45;color:#1e3a8a;transition:all .15s ease}.support-raise-confirm:hover{background:#dbeafe}.support-raise-confirm--error{border-color:#dc262659;background:#fef2f2;color:#991b1b}.support-raise-confirm input[type=checkbox],.support-raise-confirm__checkbox{position:static;opacity:1;width:16px;height:16px;margin-top:2px;accent-color:#003366;cursor:pointer;flex-shrink:0}.support-raise-confirm__text{flex:1}.gp-support-success{background:#fff;border:1px solid #dbeafe;border-radius:12px;padding:24px;text-align:center}.gp-support-success__ticket{font-size:1.25rem;font-weight:700;color:#1e3a8a;margin:12px 0}.cht-support-reply-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172a8c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:10050;padding:1.25rem;animation:chtSupportModalFadeIn .2s ease-out}@keyframes chtSupportModalFadeIn{0%{opacity:0}to{opacity:1}}.cht-support-reply-dialog{background:#fff;border-radius:16px;box-shadow:0 20px 35px -10px #0f172a40,0 1px 3px #0000000d;width:100%;max-width:580px;max-height:90vh;display:flex;flex-direction:column;overflow:hidden;animation:chtSupportModalSlideUp .22s ease-out;border:1px solid #e2e8f0}@keyframes chtSupportModalSlideUp{0%{transform:translateY(12px) scale(.98)}to{transform:translateY(0) scale(1)}}.cht-support-reply-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #f1f5f9}.cht-support-reply-header__title-group{display:flex;align-items:center;gap:.65rem}.cht-support-reply-header__icon{display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;color:#1e293b}.cht-support-reply-header__title{margin:0;font-size:1.25rem;font-weight:700;color:#1e293b;line-height:1.2}.cht-support-reply-close-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:.4rem;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;font-size:1.25rem;transition:all .15s ease}.cht-support-reply-close-btn:hover{background-color:#f1f5f9;color:#0f172a}.cht-support-reply-form{display:flex;flex-direction:column;overflow:hidden;flex:1}.cht-support-reply-body{padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.25rem}.cht-support-reply-field{display:flex;flex-direction:column;gap:.45rem}.cht-support-reply-label{font-size:.85rem;font-weight:600;color:#475569}.cht-support-reply-input{width:100%;box-sizing:border-box;padding:.75rem .95rem;border-radius:8px;border:1px solid #cbd5e1;font-size:.92rem;color:#1e293b;background-color:#fff;transition:border-color .15s ease}.cht-support-reply-input--readonly{background-color:#f8fafc;color:#475569;border-color:#e2e8f0;cursor:not-allowed;-webkit-user-select:text;user-select:text}.cht-support-reply-textarea{width:100%;box-sizing:border-box;padding:.85rem .95rem;border-radius:8px;border:1px solid #cbd5e1;font-size:.92rem;color:#1e293b;font-family:inherit;resize:vertical;line-height:1.5;transition:border-color .15s ease,box-shadow .15s ease}.cht-support-reply-textarea:focus{outline:none;border-color:#0a3871;box-shadow:0 0 0 3px #0a38711a}.cht-support-reply-textarea::placeholder{color:#94a3b8}.cht-support-reply-dropzone{border:1.5px dashed #93c5fd;background-color:#eff6ff;border-radius:8px;padding:1rem 1.25rem;text-align:center;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-height:52px;box-sizing:border-box}.cht-support-reply-dropzone:hover{background-color:#dbeafe;border-color:#60a5fa}.cht-support-reply-dropzone--dragging{background-color:#dbeafe;border-color:#2563eb;border-style:solid}.cht-support-reply-dropzone--has-file{background-color:#f0fdf4;border-color:#86efac;border-style:solid}.cht-support-reply-upload-prompt{display:inline-flex;align-items:center;gap:.5rem;color:#1e293b;font-size:.9rem;font-weight:500}.cht-support-reply-upload-icon{font-size:1.1rem;color:#334155}.cht-support-reply-file-info{display:flex;align-items:center;justify-content:space-between;width:100%;gap:.75rem}.cht-support-reply-file-icon{font-size:1.1rem;color:#16a34a;display:inline-flex}.cht-support-reply-file-name{font-size:.88rem;color:#15803d;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;text-align:left}.cht-support-reply-file-remove{background:none;border:none;color:#dc2626;cursor:pointer;padding:.3rem;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;transition:background-color .15s ease}.cht-support-reply-file-remove:hover{background-color:#fee2e2}.cht-support-reply-helper{margin:.25rem 0 0;font-size:.78rem;color:#64748b}.cht-support-reply-error{margin:.25rem 0 0;font-size:.8rem;color:#dc2626;font-weight:500}.cht-support-reply-footer{display:flex;align-items:center;justify-content:flex-end;gap:.85rem;padding:1rem 1.5rem;border-top:1px solid #f1f5f9;background-color:#fafbfc}.cht-support-reply-btn{padding:.65rem 1.4rem;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .15s ease;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.cht-support-reply-btn:disabled{opacity:.6;cursor:not-allowed}.cht-support-reply-btn--secondary{background-color:#fff;color:#334155;border:1px solid #cbd5e1}.cht-support-reply-btn--secondary:hover:not(:disabled){background-color:#f1f5f9;border-color:#94a3b8;color:#0f172a}.cht-support-reply-btn--primary{background-color:#0a3871;color:#fff;border:1px solid #0a3871}.cht-support-reply-btn--primary:hover:not(:disabled){background-color:#072a56;border-color:#072a56}.support-detail-page{display:flex;flex-direction:column;gap:1rem}.support-detail-breadcrumb{display:flex;align-items:center;gap:.45rem;font-size:.85rem;color:#64748b;flex-wrap:wrap}.support-detail-content{display:grid;gap:10px}.support-detail-breadcrumb__link{color:#64748b;text-decoration:none;transition:color .15s ease}.support-detail-breadcrumb__link:hover{color:#0a3871;text-decoration:underline}.support-detail-breadcrumb__separator{color:#94a3b8;font-size:.8rem;-webkit-user-select:none;user-select:none}.support-detail-breadcrumb__current{color:#0a3871;font-weight:700}.support-detail-nav{display:flex;align-items:center}.support-detail-back-btn{height:38px;display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e2e8f0;padding:.4rem .6rem;border-radius:8px;font-size:1rem;font-weight:600;color:#475569;cursor:pointer;transition:all .15s ease}.support-detail-back-btn:hover{color:#0a3871;background-color:#f1f5f9}.support-detail-back-icon{font-size:1rem}.support-detail-loading,.support-detail-error{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:3rem 2rem;text-align:center;color:#64748b}.support-detail-error h3{color:#dc2626;margin-bottom:.5rem}.support-detail-error p{margin-bottom:1.5rem}.support-header-card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;padding:1.35rem 1.75rem;box-shadow:0 1px 3px #00000005;display:flex;flex-direction:column;gap:.65rem}.support-header-card__badges{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.support-badge{font-size:.78rem;font-weight:700;padding:.28rem .75rem;border-radius:9999px;display:inline-flex;align-items:center}.support-badge--ticket-no{background-color:#f8fafc;color:#334155;border:1px solid #cbd5e1}.support-header-card__title{margin:0;font-size:1.45rem;font-weight:700;color:#0f172a;line-height:1.3}.support-card{background:#fff;border-radius:14px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #00000005;overflow:hidden;transition:border-color .15s ease}.support-card__header{padding:1.15rem 1.5rem;display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;background-color:#fff;border-bottom:1px solid transparent;transition:background-color .15s ease}.support-card__header:hover{background-color:#fafbfc}.support-card__header-left{display:flex;align-items:center;gap:.75rem}.support-card__icon{font-size:1.2rem;color:#334155}.support-card__title{margin:0;font-size:1.05rem;font-weight:700;color:#1e293b}.support-card__subtitle{margin:.15rem 0 0;font-size:.8rem;color:#64748b}.support-card__toggle-btn{background:none;border:none;color:#64748b;font-size:1.2rem;display:inline-flex;align-items:center;justify-content:center;padding:.3rem;cursor:pointer}.support-card__body{padding:1.5rem;border-top:1px solid #f1f5f9}.support-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.support-info-tile{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:.9rem 1.1rem;display:flex;flex-direction:column;gap:.3rem;transition:border-color .15s ease}.support-info-tile:hover{border-color:#cbd5e1}.support-info-tile__label{font-size:.7rem;font-weight:700;color:#64748b;letter-spacing:.5px}.support-info-tile__value{font-size:.92rem;font-weight:600;color:#1e293b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.support-note-banner{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:.75rem 1rem;display:flex;align-items:flex-start;gap:.65rem;margin-top:1rem}.support-note-banner__icon{color:#2563eb;font-size:1.1rem;flex-shrink:0;margin-top:.1rem}.support-note-banner__text{margin:0;font-size:.84rem;color:#1e40af;line-height:1.45}.support-description-box{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:1rem 1.25rem;margin-top:1rem}.support-description-box__label{font-size:.7rem;font-weight:700;color:#64748b;letter-spacing:.5px;display:block;margin-bottom:.4rem}.support-description-box__content{margin:0;font-size:.92rem;color:#334155;line-height:1.6;white-space:pre-wrap;word-break:break-word}.support-conversation-container{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;max-height:520px;overflow-y:auto}.support-chat-stream{display:flex;flex-direction:column;gap:1.5rem}.support-chat-row{display:flex;flex-direction:column;max-width:80%}.support-chat-row--incoming{align-self:flex-start;align-items:flex-start}.support-chat-row--outgoing{align-self:flex-end;align-items:flex-end}.support-chat-meta{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:.35rem}.support-chat-author{font-size:.78rem;color:#64748b;font-weight:500}.support-avatar{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.support-avatar--incoming{background-color:#e2e8f0;color:#334155}.support-avatar--outgoing{background-color:#0a3871;color:#fff}.support-bubble{padding:.85rem 1.15rem;border-radius:14px;line-height:1.55;font-size:.92rem;word-break:break-word;box-shadow:0 1px 2px #0000000a}.support-bubble--incoming{background-color:#f1f5f9;color:#1e293b;border:1px solid #e2e8f0;border-top-left-radius:3px}.support-bubble--outgoing{background-color:#0a3871;color:#fff;border-top-right-radius:3px}.support-bubble__text{margin:0;white-space:pre-wrap}.support-attachment-chip{display:inline-flex;align-items:center;gap:.45rem;margin-top:.65rem;padding:.35rem .75rem;border-radius:6px;font-size:.82rem;font-weight:600;text-decoration:none;transition:all .15s ease}.support-bubble--incoming .support-attachment-chip{background-color:#fff;color:#0a3871;border:1px solid #cbd5e1}.support-bubble--incoming .support-attachment-chip:hover{background-color:#f8fafc;border-color:#0a3871}.support-bubble--outgoing .support-attachment-chip{background-color:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.25)}.support-bubble--outgoing .support-attachment-chip:hover{background-color:#ffffff40}.support-attachment-chip__icon{font-size:.95rem}.support-attachment-chip__download{font-size:.95rem;margin-left:.25rem}.support-conversation-actions{display:flex;align-items:center;justify-content:flex-end;gap:1rem;margin-top:1.5rem}.support-btn{padding:.75rem 1.8rem;font-size:.92rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .15s ease;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center}.support-btn:disabled{opacity:.55;cursor:not-allowed}.support-btn--secondary{background-color:#fff;color:#334155;border:1px solid #cbd5e1}.support-btn--secondary:hover:not(:disabled){background-color:#f1f5f9;border-color:#94a3b8;color:#0f172a}.support-btn--primary{background-color:#0a3871;color:#fff;border:1px solid #0a3871;min-width:140px}.support-btn--primary:hover:not(:disabled){background-color:#072a56;border-color:#072a56}.support-btn--danger{background-color:#dc2626;color:#fff;border:1px solid #dc2626}.support-btn--danger:hover:not(:disabled){background-color:#b91c1c;border-color:#b91c1c}.support-confirm-dialog{background:#fff;border-radius:14px;box-shadow:0 20px 35px -10px #0f172a40;width:100%;max-width:440px;overflow:hidden;border:1px solid #e2e8f0;animation:chtSupportModalSlideUp .2s ease-out}.support-confirm-dialog__header{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 1.5rem;border-bottom:1px solid #f1f5f9}.support-confirm-dialog__title{margin:0;font-size:1.15rem;font-weight:700;color:#0f172a}.support-confirm-dialog__body{padding:1.5rem;color:#334155;font-size:.95rem;line-height:1.5}.support-confirm-dialog__body p{margin:0 0 .5rem}.support-confirm-dialog__sub{font-size:.84rem;color:#64748b;margin:0!important}.support-confirm-dialog__footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1rem 1.5rem;background-color:#fafbfc;border-top:1px solid #f1f5f9}.oa-page{display:flex;flex-direction:column;gap:1rem;color:#111827}.oa-toolbar{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap;background:#fff;border:1px solid #e8edf2;border-radius:10px;padding:.75rem 1rem;box-shadow:0 1px 4px #0f172a0d}.oa-search{display:inline-flex;align-items:center;gap:.5rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:.4rem .75rem;min-width:220px;flex:1 1 220px}.oa-search__icon{font-size:.85rem;color:#9ca3af;flex-shrink:0}.oa-search__input{border:none;background:transparent;font-size:.875rem;color:#374151;outline:none;width:100%}.oa-search__clear{background:none;border:none;cursor:pointer;color:#9ca3af;font-size:.75rem;line-height:1;padding:0;flex-shrink:0;transition:color .12s}.oa-search__clear:hover{color:#374151}.oa-skeleton{display:block;height:14px;width:80%;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0,#f1f5f9 75%);background-size:200% 100%;animation:oa-shimmer 1.4s infinite;border-radius:4px}@keyframes oa-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.oa-error-banner{display:flex;align-items:center;gap:.75rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:.75rem 1rem;font-size:.875rem;color:#b91c1c}.oa-error-banner__detail{color:#dc2626;font-size:.8rem}.oa-filters{display:flex;gap:.5rem;flex-wrap:wrap}.oa-filter-select{display:inline-flex;align-items:center;gap:.375rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.4rem .625rem;cursor:pointer;white-space:nowrap;transition:border-color .15s ease}.oa-filter-select:hover{border-color:#9ca3af}.oa-filter-select__icon{font-size:.8rem;color:#6b7280}.oa-filter-select select{border:none;background:transparent;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;outline:none;-moz-appearance:none;appearance:none;-webkit-appearance:none}.oa-filter-select__chevron{font-size:.65rem;color:#6b7280;pointer-events:none}.oa-btn-excel{display:inline-flex;align-items:center;gap:.375rem;background:#fff;border:1px solid #d1d5db;border-radius:8px;padding:.4rem .875rem;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;margin-left:auto;transition:background .15s ease,border-color .15s ease;white-space:nowrap}.oa-btn-excel:hover{background:#f3f4f6;border-color:#9ca3af}.oa-table-wrapper{background:#fff;border:1px solid #e8edf2;border-radius:10px;box-shadow:0 1px 4px #0f172a0d;overflow-x:auto}.oa-table{width:100%;border-collapse:collapse;font-size:.875rem}.oa-th{padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.035em;background:#f9fafb;border-bottom:1px solid #e5e7eb;white-space:nowrap;-webkit-user-select:none;user-select:none}.oa-th--check{width:40px;padding-left:1rem}.oa-th-sort{margin-left:.25rem;font-size:.7rem;color:#d1d5db}.oa-tr{border-bottom:1px solid #f1f5f9;transition:background .1s ease}.oa-tr:last-child{border-bottom:none}.oa-tr:hover{background:#f8fafc}.oa-tr--selected{background:#f0fdf4}.oa-td{padding:.75rem 1rem;color:#374151;vertical-align:middle;white-space:nowrap}.oa-td--check{padding-left:1rem}.oa-td--capacity{font-weight:600;color:#111827}.oa-plant-link,.oa-plant-id{color:#166534;font-weight:600;text-decoration:none}.oa-plant-link:hover{text-decoration:underline}.oa-checkbox{width:15px;height:15px;accent-color:#166534;cursor:pointer}.oa-empty{text-align:center;padding:3rem 1rem;color:#9ca3af;font-size:.9rem}.oa-badge{display:inline-flex;align-items:center;gap:.35rem;padding:.25rem .6rem;border-radius:20px;font-size:.75rem;font-weight:600;white-space:nowrap}.oa-badge__dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.oa-badge--operational{background:#d1fae5;color:#065f46}.oa-badge--operational .oa-badge__dot{background:#059669}.oa-badge--pending{background:#fff7ed;color:#9a3412}.oa-badge--pending .oa-badge__dot{background:#ea580c}.oa-badge--inactive{background:#f1f5f9;color:#475569}.oa-badge--inactive .oa-badge__dot{background:#94a3b8}.oa-badge--construction{background:#fef3c7;color:#92400e}.oa-badge--construction .oa-badge__dot{background:#f59e0b}.oa-badge--rejected{background:#fee2e2;color:#b91c1c}.oa-badge--rejected .oa-badge__dot{background:#dc2626}.oa-pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem;padding:.25rem 0}.oa-pagination__info{font-size:.8125rem;color:#6b7280}.oa-pagination__controls{display:flex;align-items:center;gap:.375rem;flex-wrap:wrap}.oa-page-size{display:inline-flex;align-items:center;gap:.4rem;font-size:.8rem;color:#6b7280;margin-right:.375rem}.oa-page-size select{border:1px solid #d1d5db;border-radius:6px;padding:.2rem .4rem;font-size:.8rem;background:#fff;color:#374151;cursor:pointer;outline:none}.oa-page-btn{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;padding:0 .5rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;font-size:.8125rem;font-weight:500;color:#374151;cursor:pointer;transition:background .12s ease,border-color .12s ease}.oa-page-btn:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.oa-page-btn:disabled{color:#d1d5db;cursor:not-allowed;background:#f9fafb}.oa-page-btn--active{background:#166534!important;border-color:#166534!important;color:#fff!important}.oa-page-ellipsis{font-size:.875rem;color:#9ca3af;padding:0 .25rem}@media (max-width: 900px){.oa-toolbar{flex-direction:column;align-items:stretch}.oa-search{flex:none;width:100%;min-width:0}.oa-filter-select{flex:1 1 calc(50% - .3125rem);min-width:0}.oa-btn-excel{margin-left:0;align-self:stretch;width:100%;justify-content:center}}@media (max-width: 600px){.oa-toolbar{gap:.5rem}.oa-filter-select{flex:none;width:100%}.oa-pagination{flex-direction:column;align-items:flex-start}.oa-table-wrapper{-webkit-overflow-scrolling:touch}}.cgd-dashboard-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;color:#94a3b8;gap:1rem}.cgd-empty-state{text-align:center;padding:3rem 2rem;color:#64748b;background:#f8fafc;border-radius:8px;border:1px dashed #e2e8f0}.cgd-dashboard-empty-state{display:flex;align-items:center;justify-content:center;height:100%;width:100%;color:#6b7280;font-size:.875rem;font-style:italic;min-height:180px;background:#f9fafb;border-radius:8px;border:1px dashed #e5e7eb;padding:1rem;text-align:center}.cgd-analytics-page{display:flex;flex-direction:column;gap:16px;color:#111827}.cgd-analytics-page .producer-open-queries-chip,.cgd-analytics-page .cgd-open-queries-chip{margin-bottom:0}.cgd-topbar-ga-filter{margin:0;max-width:220px;flex-shrink:0}.cgd-analytics-filters{display:flex;gap:.75rem;flex-wrap:wrap}.cgd-analytics-filter{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem;box-shadow:0 1px 2px #0000000a}.cgd-analytics-filter__icon{color:#6b7280;font-size:.85rem;line-height:1}.cgd-analytics-filter select{border:none;background:transparent;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;outline:none;max-width:100%}.cgd-analytics-ga-filter{width:100%;max-width:280px}.cgd-analytics-filters input.cgd-analytics-filter{flex:1 1 200px;min-width:0}.cgd-open-queries-chip{display:flex;align-items:center;gap:12px;width:100%;margin-bottom:.85rem;padding:10px 14px;border:1px solid #e8edf2;border-left:4px solid #0f172a;border-radius:10px;background:#fff;cursor:pointer;text-align:left;font:inherit;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.cgd-open-queries-chip:hover{border-color:#94a3b8;box-shadow:0 6px 16px #0f172a14}.cgd-open-queries-chip__text{font-size:.82rem;font-weight:600;color:#0f172a}.cgd-open-queries-chip__text strong{font-size:.82rem;font-weight:700;color:#0f172a}.cgd-open-queries-chip__cta{margin-left:auto;font-size:.78rem;font-weight:700;color:#0052cc}.cgd-analytics-kpi-grid{display:grid;gap:.75rem;grid-template-columns:repeat(3,minmax(0,1fr))}.cgd-analytics-kpi{position:relative;background:#fff;border:1px solid #e8edf2;border-radius:10px;padding:.7rem .85rem;min-height:5.5rem;box-shadow:0 1px 4px #0f172a0a;overflow:hidden}.cgd-analytics-kpi:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px}.cgd-analytics-kpi--teal:before{background:#0d9488}.cgd-analytics-kpi--green:before{background:#059669}.cgd-analytics-kpi--blue:before{background:#2563eb}.cgd-analytics-kpi--orange:before{background:#ea580c}.cgd-analytics-kpi--red:before{background:#dc2626}.cgd-analytics-kpi__body{display:flex;flex-direction:column;gap:.2rem;min-width:0}.cgd-analytics-kpi__label{font-size:.65rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.02em;line-height:1.25}.cgd-analytics-kpi__value{font-size:1.35rem;line-height:1.1;font-weight:700;color:#111827}.cgd-analytics-kpi__sub{font-size:.7rem;color:#9ca3af;line-height:1.25}.cgd-analytics-panel{background:#fff;border:1px solid #e8edf2;border-radius:12px;padding:1.25rem;box-shadow:0 2px 6px #0f172a0d}.cgd-analytics-panel__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.cgd-analytics-panel__title{margin:0;font-size:1rem;font-weight:700;color:#111827}.cgd-analytics-panel__subtitle{margin:.25rem 0 0;font-size:.8rem;color:#6b7280}.cgd-analytics-panel__header--title-only{margin-bottom:.75rem}.cgd-tpa-plants-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.cgd-tpa-plants-toolbar__left{display:flex;align-items:center;gap:1rem;flex:1 1 auto;min-width:0;flex-wrap:wrap}.cgd-tpa-plants-toolbar__search{flex:0 1 280px;width:100%;max-width:280px;margin:0}.cgd-tpa-plants-toolbar__export{margin-left:auto}.cgd-dashboard-tpa-plants .ao-tpa-columns-bar{margin:0}.cgd-dashboard-tpa-table-wrap{margin-top:0}.cgd-dashboard-tpa-pagination{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem}.cgd-dashboard-tpa-pagination button:disabled{opacity:.5;cursor:not-allowed}.cgd-analytics-chart{width:100%}.cgd-analytics-chart--line{height:280px}.cgd-analytics-chart--bar{height:320px}.cgd-analytics-bottom{display:grid;grid-template-columns:1.4fr 1fr;gap:1rem}.cgd-analytics-panel--activities{display:flex;flex-direction:column}.cgd-analytics-activity-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.cgd-analytics-activity{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 0;border-bottom:1px solid #f1f5f9}.cgd-analytics-activity:last-child{border-bottom:none;padding-bottom:0}.cgd-analytics-activity__icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;font-size:.8rem;font-weight:700;flex-shrink:0}.cgd-analytics-activity__icon--success{background:#d1fae5;color:#059669}.cgd-analytics-activity__icon--info{background:#dbeafe;color:#2563eb}.cgd-analytics-activity__content{display:flex;flex-direction:column;gap:.15rem;min-width:0}.cgd-analytics-activity__content strong{font-size:.9rem;color:#111827;font-weight:600}.cgd-analytics-activity__content span{font-size:.8rem;color:#6b7280}.cgd-analytics-activity__content time{font-size:.75rem;color:#9ca3af}@media (max-width: 1200px){.cgd-analytics-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.cgd-analytics-bottom{grid-template-columns:1fr}}@media (max-width: 768px){.cgd-topbar-ga-filter{max-width:160px;padding:.375rem .5rem}.cgd-topbar-ga-filter select{font-size:.8125rem}.cgd-analytics-filters{flex-direction:column;width:100%}.cgd-analytics-ga-filter{max-width:none}.cgd-analytics-filter{width:100%;box-sizing:border-box}.cgd-analytics-filters input.cgd-analytics-filter{flex:none;width:100%}.cgd-analytics-panel__header{flex-direction:column;align-items:stretch}.cgd-analytics-panel__header .cgd-analytics-filters{width:100%}.cgd-analytics-panel__header .cgd-clarification-banner__action{width:100%;text-align:center}.cgd-tpa-plants-toolbar{flex-direction:column;align-items:stretch}.cgd-tpa-plants-toolbar__left{flex-direction:column;align-items:stretch;width:100%}.cgd-tpa-plants-toolbar__search{max-width:none;flex:none;width:100%}.cgd-tpa-plants-toolbar__export{width:100%;margin-left:0;text-align:center}.cgd-dashboard-tpa-plants .ao-tpa-columns-bar{width:100%}.cgd-clarification-banner{flex-direction:column;align-items:stretch}.cgd-clarification-banner__action{width:100%;text-align:center}.cgd-clarification-panel__actions{flex-direction:column}.cgd-clarification-panel__cancel,.cgd-clarification-panel__submit{width:100%}.cgd-analytics-kpi-grid{grid-template-columns:1fr}.cgd-analytics-kpi{align-items:center}.cgd-analytics-chart--line{height:240px}.cgd-analytics-chart--bar{height:360px}.cgd-dashboard-table-wrap{-webkit-overflow-scrolling:touch}.cgd-analytics-panel__header+.cgd-dashboard-table-wrap+.cgd-analytics-panel__header,.cgd-dashboard-table-wrap+.cgd-analytics-panel__header{flex-direction:row;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:.75rem}}@media (max-width: 480px){.cgd-analytics-page{gap:1rem}.cgd-analytics-panel{padding:1rem}.cgd-analytics-chart--line{height:220px}.cgd-analytics-chart--bar{height:300px}.cgd-analytics-kpi__value{font-size:1.2rem}}.cgd-clarification-banner{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.25rem;border-left:4px solid #ff9800;position:relative}.cgd-clarification-banner__dismiss{position:absolute;top:.65rem;right:.65rem;width:1.75rem;height:1.75rem;border:none;border-radius:6px;background:transparent;color:inherit;font-size:1.125rem;line-height:1;cursor:pointer;opacity:.75}.cgd-clarification-banner__dismiss:hover{opacity:1;background:#0000000f}.cgd-clarification-banner--pending{background:#fff3e0;border-left-color:#ff9800}.cgd-clarification-banner--responded{background:#e8f5e9;border-left-color:#4caf50}.cgd-clarification-banner__content{padding-right:2rem}.cgd-clarification-banner__content strong{display:block;margin-bottom:.35rem;color:#e65100}.cgd-clarification-banner--responded .cgd-clarification-banner__content strong{color:var(--color-primary)}.cgd-clarification-banner__query{margin:0 0 .5rem;font-size:.9rem;color:#555}.cgd-clarification-banner__response{margin:0 0 .35rem;font-size:.85rem;color:var(--color-primary-light)}.cgd-clarification-banner__meta{margin:0;font-size:.8rem;color:#666}.cgd-clarification-banner__action{flex-shrink:0;border:none;border-radius:6px;padding:.5rem .875rem;background:#ff9800;color:#fff;font-weight:600;cursor:pointer}.cgd-clarification-panel{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:1.25rem;margin-bottom:1.25rem}.cgd-clarification-panel__title{margin:0 0 .35rem;font-size:1.05rem}.cgd-clarification-panel__desc{margin:0 0 1rem;color:#64748b;font-size:.875rem}.cgd-clarification-panel__label{display:block;margin-bottom:.35rem;font-size:.875rem;font-weight:600}.cgd-clarification-panel__textarea{width:100%;margin-bottom:1rem;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font:inherit;resize:vertical}.cgd-clarification-panel__file{margin:.35rem 0 1rem;font-size:.85rem;color:#475569}.cgd-clarification-panel__actions{display:flex;justify-content:flex-end;gap:.75rem}.cgd-clarification-panel__cancel,.cgd-clarification-panel__submit{border-radius:6px;padding:.5rem 1rem;font-weight:600;cursor:pointer}.cgd-clarification-panel__cancel{border:1px solid #cbd5e1;background:#fff;color:#475569}.cgd-clarification-panel__submit{border:none;background:#0d9488;color:#fff}.cgd-clarification-panel__submit:disabled,.cgd-clarification-panel__cancel:disabled{opacity:.65;cursor:not-allowed}.cgd-dashboard-table-wrap{overflow-x:auto}.cgd-dashboard-table{width:100%;border-collapse:collapse;font-size:.875rem}.cgd-dashboard-table th,.cgd-dashboard-table td{padding:.65rem .75rem;border-bottom:1px solid #e5e7eb;text-align:left}.cgd-dashboard-table th{color:#6b7280;font-weight:600;background:#f9fafb}.joint-ticketing-filters-bar{display:flex;flex-wrap:nowrap;gap:12px;background:#f8fafc;padding:16px;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:0;align-items:center}.cgd-jt-ga-select{width:100%;min-width:0}.cgd-jt-ga-select .gm-wrapping-select__trigger.cgd-jt-ga-select__trigger{width:100%;border:1px solid #d9e2ee;border-radius:8px;padding:.7rem .8rem;font-size:.9rem;background:#fff;box-sizing:border-box;align-items:center}.filter-item{position:relative;display:flex;align-items:center;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:6px 12px;min-width:120px;flex:1}.filter-date-input{border:none;outline:none;font-size:.875rem;color:#334155;width:100%;background:transparent}.filter-date-input::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto}.filter-select{border:none;outline:none;font-size:.875rem;color:#334155;background:transparent;width:100%;cursor:pointer}.excel-export-button{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:8px 16px;font-size:.875rem;font-weight:600;color:#334155;cursor:pointer;transition:all .2s ease;margin-left:auto;flex-shrink:0}.excel-export-button:hover{background:#f1f5f9;border-color:#94a3b8}@media (max-width: 1024px){.joint-ticketing-filters-bar{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:stretch}.joint-ticketing-filters-bar .filter-item{min-width:0;width:100%}.joint-ticketing-filters-bar .excel-export-button{grid-column:1 / -1;margin-left:0;width:100%;justify-content:center}}@media (max-width: 480px){.joint-ticketing-filters-bar{grid-template-columns:1fr}}.ga-name-cell__wrap{display:inline-flex;align-items:center;gap:1px;max-width:100%;line-height:1.2;vertical-align:middle}.ga-name-cell__label{display:inline;font-weight:inherit;color:inherit;line-height:1.2;vertical-align:middle}.ga-name-cell__label--truncate{display:inline-block;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:middle}.ga-name-cell__ellipsis{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-width:0;min-height:0;height:14px;margin:0;padding:0 2px!important;border:none;background:transparent;color:#2563eb;cursor:pointer;font-size:12px;font-weight:700;line-height:1;vertical-align:middle;transition:color .12s}.ga-name-cell__ellipsis:hover,.ga-name-cell__ellipsis--active{color:#1d4ed8;text-decoration:underline}.ga-name-cell__tooltip{position:fixed;z-index:10050;min-width:180px;max-width:min(380px,calc(100vw - 24px));padding:.5rem .75rem;border-radius:8px;background:#0f172a;color:#f8fafc;font-size:.8125rem;font-weight:500;line-height:1.45;box-shadow:0 8px 24px #0f172a47;pointer-events:auto;white-space:normal;word-break:break-word}.ga-name-cell__tooltip:after{content:"";position:absolute;left:50%;bottom:-6px;transform:translate(-50%);border-width:6px 6px 0 6px;border-style:solid;border-color:#0f172a transparent transparent transparent}.password-input-field-wrap{position:relative;display:flex;align-items:center}.password-input-field{padding-right:40px;width:100%;margin-bottom:0}.password-input-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--color-text-secondary, #64748b);z-index:5;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:var(--radius-sm, 4px)}.password-input-toggle svg{display:block}.password-field-pair{display:flex;flex-direction:row;align-items:flex-start;gap:var(--password-pair-column-gap, 14px);margin-bottom:var(--wizard-field-gap, 16px)}.password-field-pair.wizard-form-grid-2{display:flex;row-gap:0}.password-field-pair>.form-group,.password-field-pair>.registration-form-field,.password-field-pair>.cgd-field,.password-field-pair>.gm-modal-form-group,.password-field-pair>.reg-password-field-group{display:flex;flex-direction:column;flex:1 1 0;margin-bottom:0;min-width:0;align-self:flex-start}.gm-nodal-add-form .password-field-pair{margin-bottom:0}.password-field-pair .reg-password-field-label-row{display:flex;align-items:center;gap:4px;margin-bottom:5px;flex-wrap:nowrap}.password-field-pair .reg-password-field-label,.password-field-pair .cgd-label,.password-field-pair .registration-form-label,.password-field-pair .gm-modal-form-label{display:inline-flex;align-items:center;gap:4px;line-height:1.25;margin-bottom:0;flex-wrap:nowrap}.password-field-pair>.form-group>.form-label,.password-field-pair>.registration-form-field>.registration-form-label,.password-field-pair>.cgd-field>.cgd-label,.password-field-pair>.gm-modal-form-group>.gm-modal-form-label{display:flex;margin-bottom:5px}.password-field-pair .reg-password-field-wrap,.password-field-pair .password-input-field-wrap,.password-field-pair .login-page__password-wrap,.password-field-pair .signup-password-wrap{margin-top:0}.password-field-label-spacer{display:inline-block;width:22px;height:22px;vertical-align:middle}.wizard-form-stack>.password-field-pair,.password-field-pair.wizard-form-grid-2{margin-bottom:0}.password-field-pair--cgd{grid-column:span 2;column-gap:1rem}.gm-modal-form-grid>.password-field-pair{grid-column:span 2;column-gap:1rem}.password-field-pair--cgd .cgd-input{min-height:2.5rem}@media (max-width: 640px){.password-field-pair{flex-direction:column}.password-field-pair--cgd{grid-column:span 1}}.dpi-form-container{width:100%;max-width:100%;margin:0;font-family:inherit;display:flex;flex-direction:column;gap:16px}.dpi-form__stepper-card{width:100%;max-width:100%;background:#fff;border:1px solid #e5eaf2;border-radius:16px;padding:24px 32px;box-shadow:0 1px 3px #00000005}.dpi-form__stepper{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:100%;position:relative}.dpi-form__step-item{display:flex;flex-direction:column;align-items:center;position:relative;flex:0 0 auto;z-index:1}.dpi-form__step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;border:1.5px solid #cbd5e1;background:#fff;color:#64748b;transition:all .2s ease;margin-bottom:8px}.dpi-form__step-circle--active{background:#1d4ed8;border-color:#1d4ed8;color:#fff;box-shadow:0 2px 6px #1d4ed840}.dpi-form__step-circle--completed{background:#1d4ed8;border-color:#1d4ed8;color:#fff}.dpi-form__step-label{font-size:13px;font-weight:500;color:#64748b;text-align:center;white-space:nowrap;transition:all .2s ease}.dpi-form__step-label--active{color:#0f172a;font-weight:700}.dpi-form__step-label--completed{color:#1d4ed8;font-weight:600}.dpi-form__step-connector{flex:1;height:1.5px;background:#e2e8f0;margin:0 24px 24px;min-width:40px;transition:background-color .2s ease}.dpi-form__step-connector--completed{background:#1d4ed8}.dpi-form__banner-card{width:100%;max-width:100%;background:#f0f7ff;border:1px solid #dbeafe;border-radius:12px;padding:16px 24px}.dpi-form__banner-title{margin:0;font-size:18px;font-weight:700;color:#1d4ed8;letter-spacing:-.01em}.dpi-form__main-card{width:100%;max-width:100%;background:#fff;border:1px solid #e5eaf2;border-radius:16px;padding:28px 32px;box-shadow:0 1px 3px #00000005}.dpi-form__main-header-row{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.dpi-form__main-title{font-size:18px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em}.dpi-form-container .mandatory-field-hint{font-size:13px;color:#64748b;margin:0}.dpi-form-container .mandatory-field-hint .required-star{color:#ef4444;font-weight:700}.dpi-form__section{margin-bottom:28px;width:100%}.dpi-form__section:last-child{margin-bottom:0}.dpi-form__section-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.dpi-form__accent-bar{width:3.5px;height:18px;background:#1d4ed8;border-radius:2px;display:inline-block;flex-shrink:0}.dpi-form__section-title{font-size:15px;font-weight:700;color:#0f172a;margin:0;display:flex;align-items:center;gap:6px}.dpi-form__section-note{font-size:13px;color:#64748b;margin:4px 0 20px 12px}.dpi-form__grid-3col{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 24px;width:100%}.dpi-form__grid-2col{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 24px;width:100%}.dpi-form__field{display:flex;flex-direction:column;gap:6px;margin-bottom:0;width:100%}.dpi-form__label{font-size:13px;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:4px}.dpi-form__required{color:#ef4444;font-weight:700;line-height:1}.dpi-form-container .ant-form-item{margin-bottom:0}.dpi-form-container .ant-form-item-label>label{font-size:13px;font-weight:700;color:#0f172a;height:auto}.dpi-form-container .ant-input,.dpi-form-container .ant-input-number,.dpi-form-container .ant-select-selector{border-radius:8px!important;border-color:#cbd5e1!important;font-size:14px!important;color:#0f172a!important;transition:all .2s ease!important}.dpi-form-container .ant-input{height:42px;padding:8px 12px}.dpi-form-container .ant-input-number{width:100%;height:42px;display:flex;align-items:center}.dpi-form-container .ant-input-number .ant-input-number-input{height:40px;font-size:14px;color:#0f172a}.dpi-form-container .ant-select-single .ant-select-selector{height:42px!important;display:flex!important;align-items:center!important;padding:0 12px!important}.dpi-form-container .ant-input:focus,.dpi-form-container .ant-input-focused,.dpi-form-container .ant-input-number:focus,.dpi-form-container .ant-input-number-focused,.dpi-form-container .ant-select-focused .ant-select-selector{border-color:#1d4ed8!important;box-shadow:0 0 0 2px #1d4ed826!important}.dpi-form-container .ant-input[readonly],.dpi-form-container .ant-input-number[readonly],.dpi-form-container .ant-input-number-disabled,.dpi-form-container .ant-input[disabled]{background-color:#f8fafc!important;color:#475569!important;border-color:#e2e8f0!important}.dpi-form__radio-group{display:flex;gap:32px;align-items:center;margin-top:4px}.dpi-form__radio-group .ant-radio-wrapper{font-size:14px;font-weight:500;color:#1e293b;display:inline-flex;align-items:center;gap:6px}.dpi-form__radio-group .ant-radio-checked .ant-radio-inner{border-color:#1d4ed8;background-color:#1d4ed8}.dpi-form__doc-upload-box{width:100%;height:44px;background:#edf5ff;border:1.5px dashed #2563eb;border-radius:8px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.dpi-form__doc-upload-box:hover{background:#e2efff;border-color:#1d4ed8}.dpi-form__doc-upload-box--uploaded{background:#edf5ff;border:1.5px dashed #2563eb}.dpi-form__doc-empty-target{width:100%;height:44px;display:flex;align-items:center;justify-content:flex-start;gap:8px;color:#2563eb;font-weight:600;font-size:13.5px;cursor:pointer}.dpi-form__doc-status{display:flex;align-items:center;gap:8px;color:#1e293b;font-weight:600;font-size:13.5px}.dpi-form__doc-paperclip{color:#64748b;font-size:15px}.dpi-form__doc-actions{display:flex;align-items:center;gap:14px}.dpi-form__doc-view-btn{background:transparent;border:none;color:#0f172a;font-weight:600;font-size:13.5px;cursor:pointer;padding:0;display:inline-flex;align-items:center}.dpi-form__doc-view-btn:hover{color:#2563eb;text-decoration:underline}.dpi-form__doc-remove-btn{background:transparent;border:none;color:#0f172a;font-weight:500;font-size:16px;cursor:pointer;padding:0;line-height:1;display:inline-flex;align-items:center}.dpi-form__doc-remove-btn:hover{color:#ef4444}.dpi-form__declaration-rows{display:flex;flex-direction:column;gap:12px;width:100%}.dpi-form__declaration-row{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:14px 18px;display:flex;align-items:flex-start;gap:12px;transition:all .2s ease}.dpi-form__declaration-row:hover{border-color:#cbd5e1;background:#f8fafc}.dpi-form__declaration-row--checked{border-color:#93c5fd;background:#f8fafc}.dpi-form__declaration-num{font-size:13.5px;font-weight:700;color:#0f172a;min-width:18px;flex-shrink:0;margin-top:2px}.dpi-form__declaration-checkbox{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;color:#1e293b;line-height:1.5;cursor:pointer;flex:1}.dpi-form__declaration-checkbox .ant-checkbox{margin-top:3px}.dpi-form__declaration-checkbox .ant-checkbox-checked .ant-checkbox-inner{background-color:#1d4ed8;border-color:#1d4ed8}.dpi-form__review-section{display:flex;flex-direction:column;gap:20px;width:100%}.dpi-form__review-card{border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;background:#fff;width:100%}.dpi-form__review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px 24px;width:100%}.dpi-form__review-item{display:flex;flex-direction:column;gap:4px}.dpi-form__review-label{font-size:12px;color:#64748b;font-weight:500}.dpi-form__review-val{font-size:14px;color:#0f172a;font-weight:600;word-break:break-word}.dpi-form__bottom-bar{width:100%;max-width:100%;background:#fff;border:1px solid #e5eaf2;border-radius:16px;padding:16px 24px;box-shadow:0 1px 3px #00000005;display:flex;align-items:center;justify-content:flex-end;gap:12px}.dpi-form__upload-box{margin-top:2px;gap:5px;display:flex}.dpi-form__btn-back,.dpi-form__view-btn,.dpi-form__upload-btn{display:flex;gap:3px;padding:10px 28px;border:1px solid #cbd5e1;background:#fff;color:#1e293b;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.dpi-form__btn-back:hover,.dpi-form__view-btn:hover,.dpi-form__upload-btn:hover{background:#f8fafc;border-color:#94a3b8}.dpi-form__btn-primary{padding:10px 32px;background:#1d4ed8;border:1px solid #1d4ed8;color:#fff;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #1d4ed833}.dpi-form__btn-primary:hover:not(:disabled){background:#1e40af;border-color:#1e40af}.dpi-form__btn-primary:disabled{background:#cbd5e1;border-color:#cbd5e1;color:#94a3b8;cursor:not-allowed;box-shadow:none}@media (max-width: 992px){.dpi-form__grid-3col,.dpi-form__review-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.dpi-form__stepper-card{padding:16px}.dpi-form__stepper{flex-wrap:wrap;gap:12px}.dpi-form__step-connector{display:none}.dpi-form__main-card{padding:20px 16px}.dpi-form__grid-3col,.dpi-form__grid-2col,.dpi-form__review-grid{grid-template-columns:1fr}.dpi-form__radio-group{flex-direction:column;align-items:flex-start;gap:12px}.dpi-form__bottom-bar{flex-direction:column-reverse;gap:10px}.dpi-form__btn-back,.dpi-form__btn-primary{display:flex;justify-content:center;width:100%;text-align:center}}@keyframes scheme-my-apps-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.scheme-my-apps__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.scheme-my-apps__title{margin:0;font-size:1.05rem;color:#1565c0;font-weight:700}.scheme-my-apps__refresh-btn{padding:7px 14px;border-radius:8px;border:1px solid #1565c0;background:transparent;color:#1565c0;font-weight:600;font-size:.8rem;cursor:pointer}.scheme-my-apps__error{background:#fff3f3;border:1px solid #f44336;border-radius:8px;padding:12px 16px;color:#c62828;font-size:.85rem;margin-bottom:12px}.scheme-my-apps__table-wrap{overflow-x:auto;border-radius:12px;border:1px solid rgba(21,101,192,.1);background:#fff;box-shadow:0 2px 12px #1565c00d}.scheme-my-apps__table{width:100%;border-collapse:collapse;font-size:.85rem}.scheme-my-apps__thead-row{background:#f0f7ff;border-bottom:2px solid #bbdefb}.scheme-my-apps__th{padding:12px 14px;text-align:left;color:#1565c0;font-weight:700;white-space:nowrap;font-size:.78rem}.scheme-my-apps__row{border-bottom:1px solid #e3f0ff;background:#fff}.scheme-my-apps__row:hover{background:#f0f7ff!important;cursor:pointer}.scheme-my-apps__row--selected{background:#e8f4ff}.scheme-my-apps__td{padding:14px}.scheme-my-apps__td--app-no{font-weight:700;color:#1565c0;font-family:monospace}.scheme-my-apps__td--scheme{font-weight:600;color:#1a237e}.scheme-my-apps__td--plant{color:#455a64;font-size:.82rem}.scheme-my-apps__td--subsidy{color:var(--color-primary);font-weight:600}.scheme-my-apps__td--center,.scheme-my-apps__th--center{text-align:center}.scheme-my-apps__td--date{color:#607d8b;white-space:nowrap}.scheme-my-apps__status-badge{background:var(--badge-bg, #f5f5f5);color:var(--badge-color, #555);padding:3px 10px;border-radius:20px;font-size:.72rem;font-weight:700;white-space:nowrap}.scheme-my-apps__view-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;background:transparent;color:#1565c0;cursor:pointer;transition:all .15s}.scheme-my-apps__view-btn:hover{background:transparent!important;color:#0d47a1!important;transform:scale(1.12)}.scheme-my-apps__skeleton-cell{padding:14px 12px}.scheme-my-apps__skeleton-bar{height:14px;background:linear-gradient(90deg,#e0eaf8 25%,#f0f6ff,#e0eaf8 75%);background-size:200% 100%;border-radius:6px;animation:scheme-my-apps-shimmer 1.5s infinite}.scheme-my-apps__empty-cell{padding:48px 20px;text-align:center;color:#90a4ae}.scheme-my-apps__empty-icon{font-size:36px;margin-bottom:8px}.scheme-my-apps__timeline-cell{background:#f5f9ff;padding:0 12px 16px}.scheme-my-apps__pagination{display:flex;justify-content:space-between;align-items:center;margin-top:14px;font-size:.82rem;color:#607d8b}.scheme-my-apps__pagination-btns{display:flex;gap:8px}.scheme-my-apps__page-btn{padding:6px 14px;border-radius:6px;border:1px solid #bbdefb;background:#fff;color:#1565c0}.scheme-my-apps__page-btn--enabled{cursor:pointer;opacity:1}.scheme-my-apps__page-btn--disabled{cursor:not-allowed;opacity:.5}.scheme-my-apps__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;animation:scheme-modal-fade-in .2s ease-out}@keyframes scheme-modal-fade-in{0%{opacity:0}to{opacity:1}}.scheme-my-apps__modal-content{background:#fff;border-radius:16px;width:min(840px,100%);max-height:90vh;box-shadow:0 20px 50px #0f172a38;display:flex;flex-direction:column;overflow:hidden;animation:scheme-modal-slide-up .25s cubic-bezier(.25,1,.5,1)}@keyframes scheme-modal-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.scheme-my-apps__modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e2e8f0;background:#f8fafc;flex-shrink:0}.scheme-my-apps__modal-header-left{display:flex;flex-direction:column;gap:4px;text-align:left}.scheme-my-apps__modal-app-no{font-size:.8rem;font-weight:700;color:#1565c0;font-family:monospace}.scheme-my-apps__modal-scheme-name{font-size:1.15rem;font-weight:700;color:#0f172a;margin:0}.scheme-my-apps__modal-close-btn{width:32px;height:32px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-size:16px;color:#64748b;display:flex;align-items:center;justify-content:center;transition:all .15s}.scheme-my-apps__modal-close-btn:hover{background:#f1f5f9;color:#0f172a;border-color:#cbd5e1}.scheme-my-apps__modal-body{padding:24px;overflow-y:auto;flex:1}.scheme-my-apps__modal-section-title{font-size:.72rem;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.8px;margin:0 0 16px;text-align:left}.scheme-my-apps__detail-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 24px;margin-bottom:28px;background:#f8fafc;padding:16px 20px;border-radius:12px;border:1px solid #edf2f7;text-align:left}.scheme-my-apps__detail-field{display:flex;flex-direction:column;gap:4px}.scheme-my-apps__detail-field--full{grid-column:1 / -1}.scheme-my-apps__detail-label{font-size:.68rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.scheme-my-apps__detail-value{font-size:.9rem;color:#0f172a;font-weight:600}.scheme-my-apps__detail-value--amount{color:var(--color-primary);font-weight:700}.scheme-my-apps__detail-value--rejection{color:#c62828;background:#ffebee;padding:8px 12px;border-radius:6px;font-size:.85rem;border-left:4px solid #ef5350}.scheme-my-apps__modal-timeline-wrap{border-top:1px dashed #e2e8f0;padding-top:24px}.scheme-my-apps__milestone-cell-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.scheme-my-apps__milestone-na{color:#94a3b8;font-weight:500}.scheme-my-apps__milestone-status{display:inline-block;padding:3px 8px;border-radius:6px;font-size:.72rem;font-weight:700;white-space:nowrap}.scheme-my-apps__milestone-status--not-applied{background:#f1f5f9;color:#475569}.scheme-my-apps__milestone-status--submitted{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.scheme-my-apps__milestone-status--released{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.scheme-my-apps__milestone-status--completed{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.scheme-my-apps__milestone-status--rejected{background:#ffebee;color:#b71c1c;border:1px solid #ffcdd2}.scheme-my-apps__sla-badge{display:inline-block;padding:2px 6px;border-radius:4px;font-size:.65rem;font-weight:600;white-space:nowrap}.scheme-my-apps__sla-badge--active{background:#f0fdf4;color:#166534}.scheme-my-apps__sla-badge--warning{background:#fffbeb;color:#92400e}.scheme-my-apps__sla-badge--danger{background:#fef2f2;color:#991b1b;font-weight:700;animation:scheme-sla-pulse 2s infinite ease-in-out}.scheme-my-apps__sla-badge--completed{background:#f8fafc;color:#64748b}@keyframes scheme-sla-pulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width: 640px){.scheme-my-apps__header{align-items:flex-start;flex-direction:column;gap:10px}.scheme-my-apps__refresh-btn{width:100%;min-height:38px}.scheme-my-apps__sub-tabs{margin:0 -4px 14px!important;padding:0 4px 10px!important;overflow-x:auto;border-bottom:1px solid #e2e8f0!important;scrollbar-width:thin}.scheme-my-apps__sub-tab-btn{flex:0 0 auto;max-width:210px;min-height:38px;padding:8px 12px!important;font-size:12px;line-height:1.2;text-align:left;white-space:normal}.scheme-my-apps__filters{padding:0!important;margin-top:12px!important}.scheme-my-apps__filters-row{align-items:stretch!important;flex-direction:column;gap:10px!important}.scheme-my-apps__search,.scheme-my-apps__type-filter{width:100%!important;min-width:0!important;flex:1 1 auto!important}.scheme-my-apps__search-input{min-width:0}.scheme-my-apps__table-wrap,.scheme-my-apps__table{min-width:720px}.ao-module--tpa-only .ao-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.ao-module--tpa-only .global-table{min-width:760px}.scheme-my-apps__pagination{align-items:stretch;flex-direction:column;gap:10px}.scheme-my-apps__pagination-btns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.scheme-my-apps__page-btn{min-height:38px}.scheme-my-apps__modal-overlay{align-items:flex-end;padding:10px}.scheme-my-apps__modal-content{max-height:calc(100vh - var(--portal-chrome-height, 0px) - 20px);border-radius:12px 12px 0 0}.scheme-my-apps__modal-header{align-items:flex-start;gap:12px;padding:16px}.scheme-my-apps__modal-body{padding:16px}.scheme-my-apps__detail-grid{grid-template-columns:1fr;gap:12px;padding:14px}}.producer-topbar-plant-filter{display:inline-flex;align-items:center;gap:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:.5rem .75rem;box-shadow:0 1px 2px #0000000a;min-width:0}.producer-topbar-plant-filter__label{font-size:.75rem;font-weight:600;color:#64748b;white-space:nowrap}.producer-topbar-plant-filter__select{border:none;background:transparent;font-size:.875rem;font-weight:500;color:#1e3a8a;cursor:pointer;outline:none;max-width:220px;min-width:0;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.producer-topbar-plant-filter__select:disabled{cursor:not-allowed;opacity:.6}@media (max-width: 768px){.producer-topbar-plant-filter{width:100%;max-width:100%}.producer-topbar-plant-filter__select{max-width:none;flex:1 1 auto}}.scheme-plants-apply-panel{display:flex;flex-direction:column;gap:20px}.scheme-plants-apply-panel__toolbar{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:space-between}.scheme-plant-type-legend{display:flex;flex-wrap:wrap;align-items:center;gap:16px;margin-left:auto}.scheme-plant-type-legend__item{display:inline-flex;align-items:center;gap:8px;color:#334155;font-size:.82rem;font-weight:600;white-space:nowrap}.scheme-plant-type-avatar{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;color:#fff;font-size:11px;font-weight:800;line-height:1;flex-shrink:0;letter-spacing:0}.scheme-plant-type-avatar--green_field{background:#16a34a}.scheme-plant-type-avatar--brown_field{background:#92400e}.scheme-plant-type-avatar--upgradation{background:#eab308}.scheme-plants-apply-panel__plant-id{display:inline-flex;align-items:center;gap:8px;min-width:0}.scheme-plants-apply-panel__intro{padding:16px 18px;border:1px solid #dbe7f3;border-radius:14px;background:linear-gradient(135deg,#fff,#f5faff)}.scheme-plants-apply-panel__title{margin:0 0 6px;font-size:18px;font-weight:800;color:#06224a}.scheme-plants-apply-panel__ministry{margin:0 0 8px;font-size:12px;font-weight:700;color:#0f5db8}.scheme-plants-apply-panel__description{margin:0;color:#50627a;font-size:13px;line-height:1.55}.scheme-plants-apply-panel__table-wrap{overflow-x:auto}.scheme-plants-apply-panel__table{width:100%;border-collapse:collapse}.scheme-plants-apply-panel__table th,.scheme-plants-apply-panel__table td{padding:12px 14px;border-bottom:1px solid #e5edf7;text-align:left;font-size:13px}.scheme-plants-apply-panel__table th{font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#6d7c91;background:#f8fbff}.scheme-plants-apply-panel__table code{font-size:12px}.scheme-plants-apply-panel__num{font-variant-numeric:tabular-nums}.scheme-plants-apply-panel__empty{padding:24px;text-align:center;color:#6d7c91}.gp-modal-footer{display:flex;justify-content:flex-end;align-items:center;margin:10px}.scheme-plants-apply-panel__apply-btn,.scheme-plants-apply-panel__na-btn,.scheme-ineligible-modal__close-btn{background-color:#fff;border:#0f172a 1px solid;min-width:112px;padding:8px 12px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer}.scheme-plants-apply-panel__apply-btn{border:none;color:#fff;background:linear-gradient(135deg,#0f5db8,#0786d8)}.scheme-plants-apply-panel__na-btn{border:1px solid #d1d5db;color:#6b7280;background:#f9fafb}.scheme-ineligible-modal__overlay{z-index:1200}.scheme-ineligible-modal{max-width:520px}.scheme-ineligible-modal__lead{margin:0 0 12px;color:#50627a;font-size:13px}.scheme-ineligible-modal__list{margin:0;padding-left:18px;color:#06224a;font-size:13px;line-height:1.55}.scheme-ineligible-modal__list li+li{margin-top:8px}.scheme-plants-apply-panel__expand-btn{width:30px;height:30px;border:1px solid #d5e0ec;border-radius:999px;background:#fff;color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.scheme-plants-apply-panel__expand-btn:hover{border-color:#0b4eb3;color:#0b4eb3}.scheme-plants-apply-panel__expanded-row td{background:#f8fbff;padding:0}.scheme-plants-apply-panel__brownfield-panel{margin:0;padding:14px 24px 18px 72px;border-top:1px solid #e2e8f0}.scheme-plants-apply-panel__brownfield-title{margin-bottom:10px;font-size:13px;font-weight:800;color:#0f3d8f}.scheme-plants-apply-panel__brownfield-empty{padding:14px;border:1px dashed #cbd5e1;border-radius:8px;color:#64748b;background:#fff;font-size:13px}.scheme-plants-apply-panel__brownfield-table{width:100%;border-collapse:collapse;background:#fff;border:1px solid #dbe4ef;border-radius:8px;overflow:hidden}.scheme-plants-apply-panel__brownfield-table th,.scheme-plants-apply-panel__brownfield-table td{padding:10px 12px;border-bottom:1px solid #e5edf7;font-size:12px;text-align:left}.scheme-plants-apply-panel__brownfield-table th{color:#607089;background:#f1f6fb;font-weight:800;text-transform:uppercase}.scheme-cap-apply-modal__overlay{z-index:1300}.scheme-cap-apply-modal{width:min(980px,calc(100vw - 32px));max-height:min(86vh,760px);overflow:auto;border-radius:14px;background:#fff;box-shadow:0 24px 70px #0f172a38}.scheme-cap-apply-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#eef6fb}.scheme-cap-apply-modal__header h3{margin:0;font-size:16px;color:#0f172a}.scheme-cap-apply-modal--brownfield .scheme-cap-apply-modal__header{justify-content:flex-end;padding:20px 24px 0;background:#fff}.scheme-cap-apply-modal--brownfield .scheme-cap-apply-modal__header h3{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.scheme-cap-apply-modal__close{width:34px;height:34px;border:none;border-radius:8px;background:transparent;color:#334155;cursor:pointer}.scheme-cap-apply-modal--brownfield .scheme-cap-apply-modal__close{background:#eef7ff;color:#0066c9}.scheme-cap-apply-modal__tabs{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 24px 0}.scheme-cap-apply-modal__tab{border:none;border-bottom:2px solid #e2e8f0;background:#fff;color:#64748b;padding:12px 16px;font-size:15px;font-weight:700;cursor:pointer}.scheme-cap-apply-modal__tab--active{color:#003cab;border-bottom-color:#003cab}.scheme-cap-apply-modal__tab:disabled,.scheme-cap-apply-modal__outline-btn:disabled{cursor:not-allowed;opacity:.55}.scheme-cap-apply-modal__body{padding:18px 24px 24px}.scheme-cap-apply-modal__body--brownfield{padding:0 24px}.scheme-cap-apply-modal__body h4{margin:0 0 14px;font-size:15px;color:#0f172a}.scheme-cap-apply-modal__brownfield-title{display:flex;align-items:center;gap:10px;margin:0 0 18px!important;color:#172d7c!important;font-size:21px!important;font-weight:800}.scheme-cap-apply-modal__brownfield-title:before{width:4px;height:30px;border-radius:999px;background:#1747c7;content:""}.scheme-cap-apply-modal__component-card{display:grid;grid-template-columns:34px 1fr;gap:14px;padding:18px;border:1px solid #d7e1ec;border-radius:12px;margin-bottom:16px}.scheme-cap-apply-modal__component-icon{margin-top:3px;color:#0f172a;font-size:22px}.scheme-cap-apply-modal__component-card strong{display:block;color:#0f172a;font-size:14px}.scheme-cap-apply-modal__component-card p{margin:5px 0 14px;color:#64748b;font-size:13px;line-height:1.45}.scheme-cap-apply-modal__outline-btn,.scheme-cap-apply-modal__secondary-btn,.scheme-cap-apply-modal__primary-btn,.scheme-cap-apply-modal__upload-btn{border-radius:8px;font-size:13px;font-weight:700;cursor:pointer}.scheme-cap-apply-modal__outline-btn{border:1px solid #b8c9df;background:#fff;color:#003cab;padding:10px 16px}.scheme-cap-apply-modal__field{display:grid;gap:8px;margin-bottom:0;color:#0f172a;font-size:13px;font-weight:700}.scheme-cap-apply-modal__field-grid{display:grid;grid-template-columns:257px 257px;gap:14px;margin-bottom:22px}.scheme-cap-apply-modal__field span{display:inline-flex;gap:2px}.scheme-cap-apply-modal__field em{color:#e11d48;font-style:normal}.scheme-cap-apply-modal__field input,.scheme-cap-apply-modal__field select,.scheme-cap-apply-modal__cte-row input,.scheme-cap-apply-modal__cte-row select{width:100%;height:44px;border:1px solid #aebbd0;border-radius:8px;padding:0 13px;color:#0f172a;background:#fff}.scheme-cap-apply-modal__field select,.scheme-cap-apply-modal__cte-row select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.scheme-cap-apply-modal__upload-section{display:grid;gap:12px}.scheme-cap-apply-modal__section-title{color:#003cab;font-size:13px;font-weight:800;letter-spacing:0;text-transform:uppercase}.scheme-cap-apply-modal__upload-row,.scheme-cap-apply-modal__cte-row{display:grid;align-items:start;gap:12px;padding:18px;border:1px solid #dde6f1;border-radius:12px;background:#f8fbff}.scheme-cap-apply-modal__upload-row{grid-template-columns:21% 1fr}.scheme-cap-apply-modal__cte-row{grid-template-columns:15% 20% minmax(22%,1fr) 20% minmax(22%,1fr)}.scheme-cap-apply-modal__upload-row strong,.scheme-cap-apply-modal__cte-row strong{color:#334155;font-size:13px}.scheme-cap-apply-modal__upload-row strong span,.scheme-cap-apply-modal__cte-row strong span{color:#e11d48}.scheme-cap-apply-modal__upload-row small,.scheme-cap-apply-modal__cte-row small{color:#64748b;font-size:12px;line-height:1.35}.scheme-cap-apply-modal__upload-stack{display:flex;flex-wrap:wrap;align-items:flex-start;gap:6px 12px}.scheme-cap-apply-modal__upload-stack small{flex-basis:100%;margin-left:0}.scheme-cap-apply-modal__file-name{color:#475569!important;font-weight:700;word-break:break-word}.scheme-cap-apply-modal__upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:38px;border:1px solid #cbd8e8;background:#fff;color:#0b4eb3;padding:0 12px}.scheme-cap-apply-modal__date-field{position:relative}.scheme-cap-apply-modal__date-field input{padding-right:38px}.scheme-cap-apply-modal__date-field input::-webkit-calendar-picker-indicator{position:absolute;top:0;left:0;right:0;bottom:0;width:auto;height:auto;background:transparent;color:transparent;cursor:pointer}.scheme-cap-apply-modal__date-field svg{position:absolute;top:50%;right:13px;color:#0f172a;transform:translateY(-50%);pointer-events:none}.scheme-cap-apply-modal__upload-btn input{display:none}.scheme-cap-apply-modal__error{margin:14px 0 0;color:#b91c1c;font-size:13px;font-weight:700}.scheme-cap-apply-modal__footer{display:flex;justify-content:flex-end;gap:10px;margin:28px -24px 0;padding:16px 24px 14px;border-top:1px solid #e5edf7;background:#f8fafc}.scheme-cap-apply-modal__secondary-btn{border:1px solid #cbd5e1;background:#fff;color:#0f3d8f;padding:10px 18px}.scheme-cap-apply-modal__primary-btn{border:1px solid #070f9f;background:#070f9f;color:#fff;padding:10px 22px}.scheme-cap-apply-modal__primary-btn:disabled{cursor:not-allowed;opacity:.65}@media (max-width: 900px){.scheme-cap-apply-modal__field-grid,.scheme-cap-apply-modal__upload-row,.scheme-cap-apply-modal__cte-row{grid-template-columns:1fr}.scheme-plants-apply-panel__toolbar{flex-direction:column;align-items:flex-start}.scheme-plant-type-legend{margin-left:0}.scheme-plants-apply-panel__brownfield-panel{padding-left:18px}}@media (max-width: 640px){.scheme-cap-apply-modal{width:min(100vw - 20px,100%);max-height:calc(100vh - var(--portal-chrome-height, 0px) - 20px);border-radius:12px}.scheme-cap-apply-modal__header,.scheme-cap-apply-modal--brownfield .scheme-cap-apply-modal__header{padding:14px 16px 0}.scheme-cap-apply-modal__header h3{font-size:15px;line-height:1.3}.scheme-cap-apply-modal__tabs{grid-template-columns:1fr;gap:6px;padding:12px 16px 0}.scheme-cap-apply-modal__tab{padding:10px 12px;font-size:13px;text-align:left}.scheme-cap-apply-modal__body,.scheme-cap-apply-modal__body--brownfield{padding:16px}.scheme-cap-apply-modal__brownfield-title{align-items:flex-start;font-size:17px!important;line-height:1.25}.scheme-cap-apply-modal__component-card{grid-template-columns:1fr;gap:10px;padding:14px;border-radius:10px}.scheme-cap-apply-modal__component-icon{margin-top:0}.scheme-cap-apply-modal__field-grid,.scheme-cap-apply-modal__upload-section{gap:12px}.scheme-cap-apply-modal__upload-row,.scheme-cap-apply-modal__cte-row{padding:14px;border-radius:10px}.scheme-cap-apply-modal__upload-stack{align-items:stretch;flex-direction:column}.scheme-cap-apply-modal__upload-btn,.scheme-cap-apply-modal__outline-btn,.scheme-cap-apply-modal__secondary-btn,.scheme-cap-apply-modal__primary-btn{width:100%;min-height:40px}.scheme-cap-apply-modal__footer{flex-direction:column-reverse;margin:20px -16px -16px;padding:14px 16px 16px}}.scheme-plant-basics{margin:0 0 20px;padding:24px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 1px 3px #0000000d}.scheme-plant-basics__title{margin:0 0 20px;color:#1e293b;font-size:15px;font-weight:700;text-transform:none}.scheme-plant-basics__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.scheme-plant-basics__item{display:flex;flex-direction:column;gap:6px;min-width:0;padding:0;border-radius:0;background:transparent;border:none}.scheme-plant-basics__label{color:#64748b;font-size:12px;font-weight:500;text-transform:none;letter-spacing:normal}.scheme-plant-basics__value{color:#0f172a;font-size:14px;font-weight:600;line-height:1.4;word-break:break-word}.scheme-plant-basics__value--success{color:#00b074}@media (max-width: 1100px){.scheme-plant-basics__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 600px){.scheme-plant-basics__grid{grid-template-columns:1fr}}.subcomp2-form{background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 10px 30px #0f172a0a;padding:24px;display:flex;flex-direction:column;gap:20px;text-align:left}.subcomp2-form__header{border-bottom:1px solid #f1f5f9;padding-bottom:16px}.subcomp2-form__title{margin:0 0 6px;font-size:1.25rem;font-weight:700;color:#0f172a;display:flex;align-items:center;gap:8px}.subcomp2-form__subtitle{margin:0;font-size:.85rem;color:#64748b}.subcomp2-form__steps-indicator{display:flex;justify-content:space-between;background:#f8fafc;padding:12px 20px;border-radius:12px;border:1px solid #e2e8f0}.subcomp2-form__step-tab{display:flex;align-items:center;gap:8px;opacity:.5;transition:all .2s}.subcomp2-form__step-tab--active{opacity:1}.subcomp2-form__step-tab--completed{opacity:.8;color:#10b981}.subcomp2-form__step-num{width:24px;height:24px;border-radius:50%;background:#e2e8f0;color:#475569;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;transition:all .2s}.subcomp2-form__step-tab--active .subcomp2-form__step-num{background:#2563eb;color:#fff}.subcomp2-form__step-tab--completed .subcomp2-form__step-num{background:#10b981;color:#fff}.subcomp2-form__step-label{font-size:.82rem;font-weight:600}.subcomp2-form__pane{background:#fff;min-height:260px}.subcomp2-form__pane-title{margin:0 0 6px;font-size:1.05rem;font-weight:700;color:#0f172a}.subcomp2-form__pane-desc{margin:0 0 20px;font-size:.82rem;color:#64748b;line-height:1.5}.subcomp2-form__table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:16px}.subcomp2-form__table{width:100%;min-width:760px;border-collapse:collapse;font-size:.8rem}.subcomp2-form__table th{background:#f8fafc;padding:14px 16px;font-weight:600;font-size:.72rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e2e8f0;text-align:left}.subcomp2-form__table td{padding:12px 16px;border-bottom:1px solid #f1f5f9;vertical-align:top}.subcomp2-form__machinery-list{display:flex;flex-direction:column;gap:14px;margin-bottom:16px}.subcomp2-form__machinery-card{border:1px solid #dbe4f0;border-radius:10px;background:#fff;padding:14px 16px 16px}.subcomp2-form__machinery-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.subcomp2-form__machinery-index{color:#0f2f63;font-size:.8rem;font-weight:700}.subcomp2-form__machinery-grid{display:grid;gap:14px}.subcomp2-form__machinery-grid--primary{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.subcomp2-form__machinery-grid--secondary{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:14px}.subcomp2-form__field{display:flex;flex-direction:column;gap:7px;min-width:0}.subcomp2-form__field-label{color:#334155;font-size:.74rem;font-weight:700;line-height:1.25}.subcomp2-form__input{width:100%;height:44px;padding:10px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;color:#0f172a;outline:none;transition:all .15s}.subcomp2-form__input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.subcomp2-form__amount-cell{min-width:200px}.subcomp2-form__amount-cell .subcomp2-form__input,.subcomp2-form__bam-amount-field .scheme-app-form__cap-input-field-small{height:38px}.subcomp2-form__amount-words.amount-in-words{min-height:32px;margin-top:6px;color:#475569;font-size:11px;line-height:1.25}.subcomp2-form__bam-grid{display:grid;grid-template-columns:minmax(220px,320px) minmax(280px,1fr);gap:16px;align-items:start;margin-top:16px}.subcomp2-form__bam-amount-field{display:flex;flex-direction:column;gap:6px}.subcomp2-form__bam-grid .scheme-app-form__bam-document-field{align-self:stretch;width:100%;margin-top:25px!important}.subcomp2-form__select{width:100%;height:44px;padding:10px 14px;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;color:#0f172a;background-color:#fff;outline:none;transition:all .15s;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 12px center;background-size:16px}.subcomp2-form__select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.subcomp2-form__remove-btn{background:transparent;border:none;color:#ef4444;cursor:pointer;padding:4px;font-size:1rem;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s}.subcomp2-form__remove-btn:hover:not(:disabled){background:#fef2f2}.subcomp2-form__remove-btn:disabled{opacity:.3;cursor:not-allowed}.subcomp2-form__add-row-btn{display:inline-flex;align-items:center;gap:6px;background:#eff6ff;color:#2563eb;border:1px dashed #bfdbfe;padding:8px 16px;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s}.subcomp2-form__add-row-btn:hover{background:#dbeafe}.subcomp2-form__machine-actions-row{display:flex;align-items:center;gap:18px;margin-top:14px}.subcomp2-form__machine-actions-row .subcomp2-form__add-row-btn{flex:0 0 auto;margin-top:0}.subcomp2-form__summary-card{border:1px solid #e2e8f0;border-radius:12px;padding:20px 24px;background:#fff;margin-top:24px}.subcomp2-form__summary-card--inline{flex:1;margin-top:0;min-height:35px;padding:0 18px;display:flex;align-items:center;justify-content:flex-end}.subcomp2-form__summary-card--inline .subcomp2-form__summary-title{margin-bottom:12px}.subcomp2-form__summary-card--inline .subcomp2-form__summary-stats{justify-content:flex-end;width:100%}.subcomp2-form__summary-title{font-size:.85rem;font-weight:700;color:#0f172a;margin:0 0 16px;text-align:left}.subcomp2-form__summary-content{display:flex;justify-content:space-between;align-items:center;gap:20px}.subcomp2-form__summary-stats{display:flex;gap:48px}.subcomp2-form__summary-stat{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.subcomp2-form__summary-stat--inline{flex-direction:row;align-items:baseline;gap:6px}.subcomp2-form__summary-label{font-size:.78rem;font-weight:500;color:#64748b}.subcomp2-form__summary-value{font-size:1.15rem;font-weight:700;color:#0f172a}.subcomp2-form__summary-value--green{color:#059669}.subcomp2-form__summary-actions{display:flex;gap:12px;align-items:center;justify-content:flex-end;margin-top:20px}.subcomp2-form__doc-upload-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.subcomp2-form__doc-card{border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:12px;background:#f8fafc}.subcomp2-form__doc-icon{font-size:2rem;color:#64748b}.subcomp2-form__doc-info strong{display:block;font-size:.9rem;color:#0f172a;margin-bottom:4px}.subcomp2-form__doc-info p{margin:0;font-size:.78rem;color:#64748b;line-height:1.4}.subcomp2-form__upload-btn{display:inline-flex;align-items:center;gap:6px;background:#fff;color:#2563eb;border:1px solid #2563eb;padding:8px 16px;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s}.subcomp2-form__upload-btn:hover{background:#eff6ff}.subcomp2-form__declaration{display:flex;gap:10px;align-items:flex-start;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:12px 16px}.subcomp2-form__declaration input{margin-top:3px;cursor:pointer}.subcomp2-form__declaration label{font-size:.78rem;color:#b45309;line-height:1.5;cursor:pointer}.subcomp2-form__footer{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #f1f5f9;padding-top:16px;margin-top:12px}.subcomp2-form__cancel{background:#fff;border:1px solid #cbd5e1;color:#475569;padding:8px 18px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.subcomp2-form__cancel:hover{background:#f8fafc}.subcomp2-form__back{background:#fff;border:1px solid #cbd5e1;color:#475569;padding:8px 18px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.subcomp2-form__back:hover{background:#f8fafc}.subcomp2-form__next{background:#2563eb;border:none;color:#fff;padding:8px 18px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.subcomp2-form__next:hover{background:#1d4ed8}.subcomp2-form__submit{background:#10b981;border:none;color:#fff;padding:8px 18px;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .15s}.subcomp2-form__submit:hover{background:#059669}.subcomp2-form__submit:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 900px){.subcomp2-form__machine-actions-row,.subcomp2-form__summary-content,.subcomp2-form__summary-stats{flex-direction:column}.subcomp2-form__machinery-grid--primary,.subcomp2-form__machinery-grid--secondary{grid-template-columns:1fr;max-width:none}.subcomp2-form__summary-card--inline{width:100%}.subcomp2-form__summary-stats{gap:14px}.subcomp2-form__summary-actions{justify-content:flex-start}}@media (max-width: 640px){.subcomp2-form{padding:14px;border-radius:12px;gap:16px}.subcomp2-form__title{align-items:flex-start;font-size:1rem;line-height:1.3}.subcomp2-form__subtitle,.subcomp2-form__pane-desc{font-size:.78rem;line-height:1.45}.subcomp2-form__steps-indicator{align-items:stretch;flex-direction:column;gap:8px;padding:10px}.subcomp2-form__step-tab{width:100%}.subcomp2-form__table-wrap{margin-right:-2px;-webkit-overflow-scrolling:touch}.subcomp2-form__bam-grid,.subcomp2-form__doc-upload-grid{grid-template-columns:1fr;gap:14px}.subcomp2-form__bam-grid .scheme-app-form__bam-document-field{margin-top:0!important}.subcomp2-form__doc-card{align-items:flex-start;padding:16px;text-align:left}.subcomp2-form__summary-actions,.subcomp2-form__footer{align-items:stretch;flex-direction:column-reverse}.subcomp2-form__upload-btn,.subcomp2-form__cancel,.subcomp2-form__back,.subcomp2-form__next,.subcomp2-form__submit{justify-content:center;width:100%;min-height:40px}}.plant-scheme-modules__heading{margin:0 0 8px;font-size:1.1rem}.plant-scheme-modules__subtitle,.plant-scheme-modules__notice{margin:0 0 16px;color:#555;font-size:.9rem;line-height:1.5}.plant-scheme-modules__loading,.plant-scheme-modules__error{margin:0;font-size:.9rem;color:#666}.plant-scheme-modules__error{color:#c62828}.plant-scheme-modules__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.plant-scheme-modules__card{border:1px solid #e0e0e0;border-radius:12px;padding:16px;background:#fafafa;opacity:.85}.plant-scheme-modules__card--eligible{background:#fff;border-color:#bbdefb;box-shadow:0 2px 10px #1565c014;opacity:1}.plant-scheme-modules__card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.plant-scheme-modules__icon{font-size:1.4rem}.plant-scheme-modules__badge{font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:999px;text-transform:uppercase;letter-spacing:.03em}.plant-scheme-modules__badge--eligible{background:#e8f5e9;color:var(--color-primary)}.plant-scheme-modules__badge--ineligible{background:#ffebee;color:#c62828}.plant-scheme-modules__card-title{margin:0 0 8px;font-size:1rem}.plant-scheme-modules__card-desc{margin:0 0 10px;font-size:.82rem;color:#666;line-height:1.45}.plant-scheme-modules__reasons{margin:0 0 12px;padding-left:18px;font-size:.78rem;color:#888}.plant-scheme-modules__select-btn{width:100%;margin-top:8px;padding:8px 12px;border:none;border-radius:8px;background:#1565c0;color:#fff;font-size:.82rem;font-weight:600;cursor:pointer}.plant-scheme-modules__select-btn:hover{background:#0d47a1}.plant-scheme-docs__back{border:none;background:none;color:#1565c0;font-size:.85rem;font-weight:600;cursor:pointer;padding:0;margin-bottom:12px}.plant-scheme-docs__title{margin:0 0 6px}.plant-scheme-docs__hint{margin:0 0 16px;font-size:.85rem;color:#666}.plant-scheme-docs__loading,.plant-scheme-docs__empty{font-size:.9rem;color:#666}.plant-scheme-docs__table-wrap{overflow-x:auto}.plant-scheme-docs__table{width:100%;border-collapse:collapse;font-size:.85rem}.plant-scheme-docs__table th,.plant-scheme-docs__table td{padding:10px 12px;border-bottom:1px solid #eee;text-align:left;vertical-align:top}.plant-scheme-docs__table th{background:#f5f7fa;font-weight:600}.plant-scheme-docs__stage-note{margin-top:4px;font-size:.75rem;color:#888}.plant-scheme-docs__uploaded{color:var(--color-primary);font-size:.8rem}.plant-scheme-docs__pending{color:#e65100;font-size:.8rem}.plant-scheme-docs__file-input{display:none}.plant-scheme-docs__upload-btn{display:inline-block;padding:6px 12px;border-radius:6px;background:#1565c0;color:#fff;font-size:.78rem;font-weight:600;cursor:pointer}.plant-scheme-docs__upload-btn--loading{opacity:.7;pointer-events:none}.scada-alert-banner{position:relative;margin-bottom:20px;padding:14px 36px 14px 16px;border-radius:10px;border:1px solid #fecaca;background:#fef2f2;color:#991b1b}.scada-alert-banner__title{font-weight:700;font-size:.95rem;margin-bottom:8px;padding-right:4px}.scada-alert-banner__close{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;padding:0;border:none;border-radius:4px;background:transparent;color:#991b1b;font-size:18px;line-height:1;cursor:pointer}.scada-alert-banner__close:hover{background:#991b1b14}.scada-alert-banner__list{margin:0;padding:0;list-style:none;font-size:.85rem}.scada-alert-banner__item{margin-bottom:6px}.scada-alert-banner__item:last-child{margin-bottom:0}.scada-alert-banner__msg{display:block;color:#b91c1c;font-size:.8rem;margin-top:2px}.gp-about-page-hero{background-image:var(--hero-bg-image)}.gp-root .gp-about-page-stats{background:#0066cb;overflow-x:hidden}.gp-root .gp-hero-stats{position:relative;z-index:2;width:100%;min-height:167px;padding:40px 0;display:flex;justify-content:space-around;border-top:1px solid rgba(255,255,255,.1);box-shadow:none}.gp-root .gp-hero-stats-inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px;width:100%}.gp-root .gp-hero-stat{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;border-right:1px solid rgba(255,255,255,.25);padding:5px 16px;min-width:0;box-sizing:border-box}.gp-root .gp-hero-stat:last-child{border-right:none}.gp-root .gp-hero-stat-num{display:block;font-size:41.6px;font-weight:700;color:#fff;margin-bottom:4px;line-height:1;font-family:Poppins,sans-serif}.gp-root .gp-hero-stat-label-top{display:block;font-family:Inter,sans-serif;font-size:12px;color:#ffffffd9!important;text-transform:uppercase;letter-spacing:.96px;font-weight:400;max-width:220px;line-height:1.35;margin-top:4px}.gp-root .gp-hero-stat-label-bottom{display:block;font-size:15px;color:#ffffffeb!important;font-weight:400;font-family:Inter,sans-serif;max-width:220px;line-height:1.35;margin-top:4px}@media (max-width: 1024px){.gp-root .gp-about-page-stats .gp-hero-stats-inner{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.gp-root .gp-about-page-stats .gp-hero-stat{padding:24px 16px;border-right:none;border-bottom:1px solid rgba(255,255,255,.15)}.gp-root .gp-about-page-stats .gp-hero-stat:nth-child(odd){border-right:1px solid rgba(255,255,255,.15)}.gp-root .gp-about-page-stats .gp-hero-stat:nth-last-child(-n+2){border-bottom:none}.gp-root .gp-about-page-stats .gp-hero-stat-label-top,.gp-root .gp-about-page-stats .gp-hero-stat-label-bottom{max-width:100%}}@media (max-width: 768px){.gp-root .gp-hero-stats{padding:32px 0;min-height:auto}.gp-root .gp-about-page-stats .gp-hero-stats-inner{grid-template-columns:1fr}.gp-root .gp-about-page-stats .gp-hero-stat{padding:20px;border-right:none!important;border-bottom:1px solid rgba(255,255,255,.15)}.gp-root .gp-about-page-stats .gp-hero-stat:last-child{border-bottom:none}.gp-root .gp-about-page-stats .gp-hero-stat-num{font-size:clamp(32px,8vw,40px)}.gp-root .gp-about-page-stats .gp-hero-stat-label-top{font-size:11px;letter-spacing:.8px}.gp-root .gp-about-page-stats .gp-hero-stat-label-bottom{font-size:14px;line-height:1.4;max-width:min(280px,100%)}}.gp-about-page{min-height:100vh;background:#fff}.gp-about-page-hero{position:relative;width:100%;height:auto;aspect-ratio:1384 / 558;min-height:auto;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;text-align:center;background-color:#0a2744;background-position:center center;background-size:100% 100%;background-repeat:no-repeat;padding:clamp(24px,5vw,100px) 0 clamp(16px,3vw,50px);box-sizing:border-box}.gp-about-page-hero-overlay{display:none}.gp-about-page-hero-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;width:auto;max-width:min(840px,92%);margin:0 auto;padding:clamp(18px,2.5vw,32px) clamp(22px,3.5vw,44px);background:#0a274405;backdrop-filter:blur(5px) saturate(110%);-webkit-backdrop-filter:blur(5px) saturate(110%);border-radius:20px;border:none;box-shadow:none}.gp-about-page-hero-title{font-family:Poppins,Inter,sans-serif;font-size:clamp(22px,3.8vw,48px);font-weight:600;color:#fff;line-height:1.2;margin:0 0 clamp(8px,1.5vw,16px);letter-spacing:-.4px;max-width:900px;text-shadow:0 2px 8px rgba(0,0,0,.45)}.gp-about-page-hero-desc{font-family:Poppins,sans-serif;font-size:clamp(13px,1.5vw,16px);line-height:1.6;color:#fff;margin:0 auto clamp(12px,2vw,28px);max-width:820px;text-shadow:0 2px 8px rgba(0,0,0,.45)}.gp-about-page-hero-actions{display:flex;justify-content:center}.gp-about-page-stats{margin-top:0}.gp-about-page .gp-about-page-stat-value{font-size:calc(36px * var(--gp-font-scale))!important}.gp-about-page-sections{display:flex;flex-direction:column}.gp-about-icon-cards-grid{display:grid;gap:16px}.gp-about-icon-cards-grid--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-about-icon-cards-grid--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.gp-about-icon-card{display:flex;gap:14px;align-items:flex-start;padding:20px;background:#fff;border:1px solid #e8edf3;border-radius:12px;box-shadow:0 2px 12px #0000000a}.gp-about-icon-card__icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px}.gp-about-icon-card__icon-img{width:44px;height:44px;object-fit:contain;display:block}.gp-about-icon-card__body h3{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#213555;margin:0 0 6px;line-height:1.3}.gp-about-icon-card__body p{font-family:Poppins,sans-serif;font-size:12px;line-height:1.55;color:#4b5563;margin:0}@media (max-width: 1024px){.gp-about-icon-cards-grid--cols-3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.gp-about-icon-cards-grid--cols-2,.gp-about-icon-cards-grid--cols-3{grid-template-columns:1fr}.gp-about-page-hero{min-height:480px;padding:120px 0 56px}}.gp-about-cbg-page{min-height:100vh;background:#fff}.gp-about-cbg-page-hero{position:relative;min-height:604px;display:flex;align-items:center;justify-content:center;text-align:center;background-color:#0a2744;background-position:center center;background-size:cover;background-repeat:no-repeat;padding:140px 24px 72px}.gp-about-cbg-page-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#00000059,#0003,#00000026)}.gp-about-cbg-page-hero-content{position:relative;z-index:1;max-width:900px}.gp-about-cbg-page-hero-title{font-family:Poppins,Inter,sans-serif;font-size:clamp(32px,4.5vw,48px);font-weight:500;color:#fff;line-height:1.2;margin:0 0 16px;letter-spacing:-.4px}.gp-about-cbg-page-hero-desc{font-family:Poppins,sans-serif;font-size:clamp(14px,2vw,16px);line-height:1.6;color:#fff;margin:0 auto 28px;max-width:720px;text-shadow:0 1px 6px rgba(0,0,0,.25)}.gp-about-cbg-page-hero-actions{display:flex;justify-content:center}.gp-about-cbg-page-stats{margin-top:0}.gp-about-cbg-page .gp-about-cbg-stat-value{font-size:clamp(28px,3.5vw,40px)}.gp-what-is-cbg{padding:56px 0 72px;background:#fff}.gp-what-is-cbg-grid{display:grid;grid-template-columns:minmax(0,42%) minmax(0,58%);gap:40px;align-items:stretch}.gp-what-is-cbg-content{display:flex;flex-direction:column;align-items:flex-start;align-self:stretch;justify-content:flex-start;height:100%;min-height:0;margin:0;padding:0;gap:25px}.gp-about-cbg-page .gp-what-is-cbg-content .gp-what-is-cbg-heading{text-align:left;margin:0;padding:0;color:#213555;font-size:clamp(28px,3vw,40px);line-height:1.2;align-self:stretch}.gp-about-cbg-page .gp-what-is-cbg-content .gp-what-is-cbg-lead{margin:0}.gp-about-cbg-page .gp-what-is-cbg-content .gp-what-is-cbg-features{width:100%;margin:0;flex:1;min-height:0;align-content:start}.gp-about-cbg-page .gp-what-is-cbg-image-wrap{width:100%;border-radius:20px;overflow:hidden;align-self:start;height:auto}.gp-about-cbg-page .gp-what-is-cbg-image{display:block;width:100%;height:auto;aspect-ratio:1536 / 1024;object-fit:contain;object-position:center}.gp-what-is-cbg-lead{font-family:Poppins,sans-serif;font-size:14px;line-height:1.7;color:#000}.gp-what-is-cbg-features{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gp-what-is-cbg-feature-card{display:flex;gap:14px;align-items:flex-start;padding:30px 20px;background:#fff;border:1px solid #e8edf3;border-radius:12px;box-shadow:0 2px 12px #0000000a}.gp-what-is-cbg-feature-icon{flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f4f8fc;border-radius:10px}.gp-what-is-cbg-feature-card h3{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#213555;margin:0 0 6px;line-height:1.3}.gp-what-is-cbg-feature-card p{font-family:Poppins,sans-serif;font-size:12px;line-height:1.55;color:#4b5563;margin:0}.gp-about-cbg-page-sections{display:flex;flex-direction:column}.gp-how-cbg-produced{background-color:#0066cb;padding:56px 0 64px}.gp-how-cbg-produced-heading{font-family:Poppins,sans-serif;font-size:clamp(28px,3vw,40px);font-weight:600;color:#fff;text-align:center;margin:0 0 16px;line-height:1.2}.gp-how-cbg-produced-intro{font-family:Poppins,sans-serif;font-size:15px;line-height:1.6;color:#ffffffeb;text-align:center;max-width:720px;margin:0 auto 40px}.gp-how-cbg-produced-steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;align-items:stretch}.gp-how-cbg-produced-card{position:relative;margin:0;padding-top:18px}.gp-how-cbg-produced-step-num{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0066cb;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;border-radius:50%;border:2px solid #b8d4f0;box-shadow:0 2px 8px #0000001f}.gp-how-cbg-produced-card-inner{display:flex;flex-direction:column;align-items:stretch;height:100%;background:#e8f4fc;border:1px solid #b8d4f0;border-radius:14px;padding:32px 16px 22px}.gp-how-cbg-produced-illustration-wrap{width:100%;min-height:168px;margin:0 0 18px;padding:20px 16px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.gp-how-cbg-produced-illustration{display:block;width:auto;max-width:100%;height:auto;max-height:130px;margin:0 auto;object-fit:contain;object-position:center}.gp-how-cbg-produced-card-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:600;color:#0056b3;margin:0 0 10px;line-height:1.35;padding:0 4px}.gp-how-cbg-produced-card-desc{font-family:Poppins,sans-serif;font-size:12px;line-height:1.6;color:#2b6cb0;margin:0;padding:0 4px;font-weight:400}.gp-about-cbg-section-heading{font-family:Poppins,sans-serif;font-size:clamp(28px,3vw,40px);font-weight:600;color:#213555;text-align:center;margin:0 0 16px;line-height:1.2}.gp-about-cbg-section-intro{font-family:Poppins,sans-serif;font-size:15px;line-height:1.65;color:#4b5563;text-align:center;max-width:720px;margin:0 auto 40px}.gp-where-cbg-used{padding:56px 0 64px;background:#fff}.gp-where-cbg-used-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.gp-where-cbg-used-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 8px}.gp-where-cbg-used-icon-circle{width:88px;height:88px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center;background:#0066cb;border-radius:50%;border:5px solid #fff;box-shadow:0 6px 16px #0066cb47}.gp-where-cbg-used-icon-img{width:40px;height:40px;object-fit:contain;display:block}.gp-where-cbg-used-title{font-family:Poppins,sans-serif;font-size:15px;font-weight:600;color:#213555;margin:0 0 10px;line-height:1.35}.gp-where-cbg-used-desc{font-family:Poppins,sans-serif;font-size:13px;line-height:1.6;color:#6b7280;margin:0}.gp-socio-economic-impact{padding:56px 0 64px;background:#fff}.gp-socio-economic-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}.gp-socio-economic-card{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:28px 16px 24px;min-height:160px;box-shadow:0 4px 14px #0000000f}.gp-socio-economic-icon{display:flex;align-items:center;justify-content:center;margin-bottom:18px;min-height:48px}.gp-socio-economic-label{font-family:Poppins,sans-serif;font-size:14px;font-weight:600;color:#213555;line-height:1.45;margin:0}.gp-cbg-faqs{padding:56px 0 72px;background:#fff}.gp-cbg-faqs-list{max-width:900px;margin:0 auto;display:flex;flex-direction:column;gap:12px}.gp-cbg-faq-item{border:1px solid #dde2ec;border-radius:10px;overflow:hidden;background:#fff}.gp-cbg-faq-question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;background:#fff;border:none;cursor:pointer;text-align:left;font-family:Poppins,sans-serif;font-size:15px;font-weight:600;color:#213555;line-height:1.4}.gp-cbg-faq-question:hover{background:#f8fafc}.gp-cbg-faq-icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:400;color:#0066cb;line-height:1}.gp-cbg-faq-item--open .gp-cbg-faq-question{color:#0066cb;background:#f0f6fc}.gp-cbg-faq-answer{padding:0 20px 18px}.gp-cbg-faq-answer p{font-family:Poppins,sans-serif;font-size:14px;line-height:1.65;color:#4b5563;margin:0}@media (max-width: 1200px){.gp-how-cbg-produced-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gp-where-cbg-used-grid,.gp-socio-economic-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 1024px){.gp-how-cbg-produced-steps{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-where-cbg-used-grid,.gp-socio-economic-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.gp-what-is-cbg-grid{grid-template-columns:1fr;gap:32px;align-items:start}.gp-what-is-cbg-content{height:auto}.gp-what-is-cbg-image-wrap{max-width:560px;margin:0 auto;width:100%}}@media (max-width: 768px){.gp-about-cbg-page-hero{min-height:420px;padding:120px 20px 56px}.gp-what-is-cbg-features{grid-template-columns:1fr}.gp-how-cbg-produced-steps,.gp-where-cbg-used-grid,.gp-socio-economic-grid{grid-template-columns:1fr;max-width:360px;margin:0 auto}}.gp-about-scheme-page .gp-about-page-hero{width:100%;height:auto;aspect-ratio:1774 / 887;min-height:0;padding:0;background-size:contain;background-position:center top;background-repeat:no-repeat;background-color:#f8fafc}.gp-about-scheme-page .gp-about-page-hero-overlay,.gp-about-scheme-page .gp-about-page-hero-content{display:none}.gp-scheme-objectives{padding:56px 0 64px;background:#fff}.gp-scheme-objectives .gp-about-cbg-section-heading{margin-bottom:40px}.gp-scheme-offtake-framework{padding:56px 0 72px;background:linear-gradient(180deg,#f8fbff,#eef4fb)}.gp-scheme-offtake-framework__hero{max-width:980px;margin:0 auto 34px;text-align:center}.gp-scheme-offtake-framework__eyebrow{margin:0 0 12px;color:#0a62cf;font-family:Poppins,sans-serif;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.gp-scheme-offtake-framework__heading{margin:0;color:#203a61;font-family:Poppins,sans-serif;font-size:clamp(28px,2.6vw,46px);line-height:1.15;font-weight:700}.gp-scheme-offtake-framework__lead{max-width:980px;margin:14px auto 0;color:#425c7d;font-family:Poppins,sans-serif;font-size:18px;line-height:1.55}.gp-scheme-offtake-framework__steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:36px}.gp-scheme-offtake-framework__step-card{min-height:248px;border:1px solid #d8e1ef;border-radius:18px;background:#fff;box-shadow:0 10px 30px #0f2a4f0f;padding:24px 20px 22px}.gp-scheme-offtake-framework__step-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:26px}.gp-scheme-offtake-framework__step-number{display:inline-flex;align-items:center;justify-content:center;min-width:44px;height:44px;border-radius:12px;border:1px solid #c8d8ee;background:linear-gradient(180deg,#f4f8ff,#eaf2ff);color:#0d63d7;font-family:Poppins,sans-serif;font-size:27px;font-weight:800;letter-spacing:.02em}.gp-scheme-offtake-framework__step-tag{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:#e7f3ff;color:#0c65b3;font-family:Poppins,sans-serif;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gp-scheme-offtake-framework__step-card h3{margin:0 0 12px;color:#1f2e46;font-family:Poppins,sans-serif;font-size:21px;line-height:1.25;font-weight:700}.gp-scheme-offtake-framework__step-card p{margin:0;color:#4b6386;font-family:Poppins,sans-serif;font-size:15px;line-height:1.65}.gp-scheme-offtake-framework__benefits-shell{border:1px solid #d8e1ef;border-radius:22px;background:#fff;box-shadow:0 10px 30px #0f2a4f0d;padding:28px 28px 30px}.gp-scheme-offtake-framework__benefits-heading{margin:0 0 26px;color:#1b2f4a;font-family:Poppins,sans-serif;font-size:clamp(22px,1.9vw,28px);line-height:1.25;font-weight:700;text-align:center}.gp-scheme-offtake-framework__benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.gp-scheme-offtake-framework__benefit-card{display:flex;align-items:center;gap:16px;border:1px solid #dde5f1;border-radius:14px;background:linear-gradient(180deg,#fbfdff,#f5f8fc);padding:18px 20px}.gp-scheme-offtake-framework__benefit-icon{width:48px;height:48px;border-radius:13px;border:1px solid #dce5f1;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 3px 10px #0f2a4f0f;color:#0d63d7}.gp-scheme-offtake-framework__benefit-icon svg{width:24px;height:24px;display:block}.gp-scheme-offtake-framework__benefit-card--blue .gp-scheme-offtake-framework__benefit-icon{color:#0d63d7}.gp-scheme-offtake-framework__benefit-card--green .gp-scheme-offtake-framework__benefit-icon{color:#16a34a}.gp-scheme-offtake-framework__benefit-card--cyan .gp-scheme-offtake-framework__benefit-icon{color:#008ee6}.gp-scheme-offtake-framework__benefit-card--orange .gp-scheme-offtake-framework__benefit-icon{color:#ea7d08}.gp-scheme-offtake-framework__benefit-card--blue .gp-scheme-offtake-framework__benefit-icon svg{width:23px;height:23px}.gp-scheme-offtake-framework__benefit-card--green .gp-scheme-offtake-framework__benefit-icon svg{width:27px;height:27px}.gp-scheme-offtake-framework__benefit-card--orange .gp-scheme-offtake-framework__benefit-icon svg{width:25px;height:25px}.gp-scheme-offtake-framework__benefit-copy h4{margin:0 0 4px;color:#1e2f46;font-family:Poppins,sans-serif;font-size:18px;line-height:1.25;font-weight:700}.gp-scheme-offtake-framework__benefit-copy p{margin:0;color:#59708f;font-family:Poppins,sans-serif;font-size:14px;line-height:1.55}@media (max-width: 1200px){.gp-scheme-offtake-framework__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-scheme-offtake-framework__benefits-grid{grid-template-columns:1fr}}@media (max-width: 720px){.gp-scheme-offtake-framework{padding:48px 0 60px}.gp-scheme-offtake-framework__hero{margin-bottom:26px}.gp-scheme-offtake-framework__lead{font-size:16px}.gp-scheme-offtake-framework__steps{grid-template-columns:1fr}.gp-scheme-offtake-framework__step-card{min-height:0}.gp-scheme-offtake-framework__step-card h3{font-size:18px}.gp-scheme-offtake-framework__benefits-shell{padding:20px 16px 18px}.gp-scheme-offtake-framework__benefit-card{align-items:center}.gp-scheme-offtake-framework__benefit-copy h4{font-size:16px}}.gp-about-scheme-section--dark{background:#fff!important;padding:var(--gp-section-pad-y) 0;position:relative;border-top:1px solid #dde2ec;border-bottom:1px solid #dde2ec;overflow:hidden;width:100%}.gp-scheme-components-heading{font-family:Poppins,Inter,sans-serif;font-size:calc(32px * var(--gp-font-scale));font-weight:700;color:var(--color-navy, #213555);margin:0 0 16px;text-align:left;line-height:1.2}.gp-scheme-components-divider{height:1.5px;background-color:#0066cb;margin-bottom:40px;width:100%;opacity:.8}.gp-schemes-container{position:relative;margin-top:30px;width:100%}.gp-scheme-svg-wrap{position:absolute;top:30px;left:0;width:100%;height:180px;z-index:1;pointer-events:none}.gp-scheme-svg{width:100%;height:100%}.gp-scheme-path{fill:none;stroke:url(#scheme-arrow-grad);stroke-width:3.5;stroke-dasharray:10 10;animation:schemeDashFlow 12s linear infinite;filter:drop-shadow(0 2px 4px rgba(0,86,179,.15))}@keyframes schemeDashFlow{to{stroke-dashoffset:-120}}.gp-schemes-row-grid{position:relative;z-index:2;display:grid;grid-template-columns:repeat(6,1fr);gap:16px;width:100%}.gp-scheme-card-item{border-radius:14px;padding:24px 14px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;transition:all .4s cubic-bezier(.16,1,.3,1);height:100%;box-sizing:border-box;position:relative}.gp-scheme-card-icon-wrap{display:flex;align-items:center;justify-content:center;margin-bottom:16px;flex-shrink:0}.gp-scheme-card-icon{width:88px;height:88px;object-fit:contain;display:block;transition:transform .3s ease}.gp-scheme-card-item--active .gp-scheme-card-icon{transform:scale(1.08)}.gp-scheme-card-item--inactive{background:#fff;border:1px solid #d6e4f0;box-shadow:0 4px 15px #0056b30a;transform:scale(.95)}.gp-scheme-card-item--inactive .gp-scheme-card-title{color:#0a2744!important;font-size:calc(13.5px * var(--gp-font-scale));font-weight:700;margin-bottom:8px;line-height:1.35}.gp-scheme-card-item--inactive .gp-scheme-card-text{color:#4b5563!important;font-size:calc(11px * var(--gp-font-scale));line-height:1.45}.gp-scheme-card-item--inactive:hover{opacity:1;transform:translateY(-4px) scale(.98);border-color:#0066cb;box-shadow:0 8px 25px #0066cb1a}.gp-scheme-card-item--active{background:linear-gradient(135deg,#0056b3,#036);border:2px solid #00f2fe;box-shadow:0 8px 30px #0056b340,0 0 20px #00f2fe33;opacity:1;transform:scale(1.08) translateY(-6px);z-index:5}.gp-scheme-card-item--active .gp-scheme-card-title{color:#fff!important;font-size:calc(14px * var(--gp-font-scale));font-weight:750;margin-bottom:8px;line-height:1.35}.gp-scheme-card-item--active .gp-scheme-card-text{color:#e2e8f0!important;font-size:calc(11px * var(--gp-font-scale));font-weight:500;line-height:1.45}@keyframes schemeMobileDash{to{background-position:0 32px}}@media (max-width: 1024px){.gp-scheme-svg-wrap{display:none!important}.gp-schemes-row-grid{grid-template-columns:1fr;gap:0;max-width:420px;margin:0 auto}.gp-scheme-card-item{position:relative;padding-bottom:40px}.gp-scheme-card-item:not(:last-child):after{content:"";position:absolute;left:50%;bottom:10px;transform:translate(-50%);width:2.5px;height:30px;background:repeating-linear-gradient(to bottom,#0056b3 0,#0056b3 8px,transparent 8px,transparent 16px);background-size:2.5px 32px;animation:schemeMobileDash 12s linear infinite;pointer-events:none;z-index:3}.gp-scheme-card-item:not(:last-child):before{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #0056b3;pointer-events:none;z-index:3}.gp-scheme-card-item--active{transform:scale(1.02) translateY(0)}}.gp-scheme-benefits{padding:60px 0 72px;background:#f6f7f9}.gp-scheme-benefits .gp-about-cbg-section-heading{margin-bottom:40px}.gp-scheme-benefits-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.gp-scheme-benefit-card{display:flex;gap:20px;align-items:flex-start;border:1px solid #d9e2ee;border-radius:10px;box-shadow:0 2px 8px #0000000f;padding:30px 20px;background-size:cover;background-repeat:no-repeat;background-position:center}.gp-scheme-benefit-card--producer{background-image:linear-gradient(180deg,#ffffff73,#f4faf173),url(/scheme-objectives/benefit-bg1.png)}.gp-scheme-benefit-card--cgd{background-image:linear-gradient(180deg,#f6faff73,#ecf3fc73),url(/scheme-objectives/benefit-bg2.png)}.gp-scheme-benefit-icon-wrap{width:78px;height:78px;flex-shrink:0;border-radius:50%;background:#065ab1;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #014a9347}.gp-scheme-benefit-icon{width:40px;height:40px;object-fit:contain;filter:brightness(0) invert(1)}.gp-scheme-benefit-content h3{margin:0 0 10px;font-family:Poppins,sans-serif;font-size:22px;line-height:1.3;color:#213555;font-weight:600}.gp-scheme-benefit-content ul{margin:0 0 14px;padding-left:18px}.gp-scheme-benefit-content li{font-family:Poppins,sans-serif;font-size:14px;line-height:2;color:#2d445f}.gp-scheme-benefit-link{border:none;background:none;padding:0;font-family:Poppins,sans-serif;font-size:14px;color:#005db8;font-weight:600;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.gp-scheme-benefit-link:hover{color:#00498f}@media (max-width: 1024px){.gp-scheme-benefits-grid{grid-template-columns:1fr}}@media (max-width: 640px){.gp-scheme-benefit-card{padding:18px;gap:14px;flex-direction:column}.gp-scheme-benefit-content h3{font-size:18px}.gp-scheme-benefit-content li{font-size:13px;line-height:1.5}}.gp-scheme-impact-docs{padding:16px 0 72px;background:#f6f7f9}.gp-scheme-impact-docs .gp-about-cbg-section-heading{margin-bottom:50px}.gp-scheme-impact-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.gp-scheme-impact-card{display:flex;align-items:center;gap:12px;padding:13px 14px;border-radius:4px;border:1px solid rgba(37,107,179,.45);background:linear-gradient(180deg,#0567c7,#0755a2);box-shadow:0 2px 8px #08458538}.gp-scheme-impact-icon{width:44px;height:44px;object-fit:contain;flex-shrink:0}.gp-scheme-impact-card h3{margin:0 0 4px;color:#fff;font-family:Poppins,sans-serif;font-size:13px;line-height:1.2;font-weight:600}.gp-scheme-impact-card p{margin:0;color:#ffffffeb;font-family:Poppins,sans-serif;font-size:11px;line-height:1.35}.gp-scheme-docs-heading{margin-top:77px}.gp-scheme-docs-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.gp-scheme-doc-card{min-height:56px;border-radius:4px;border:1px solid #d8dee7;background:#fff;box-shadow:0 1px 6px #0000000a;display:flex;align-items:center;gap:8px;padding:10px 12px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.gp-scheme-doc-card:hover{transform:translateY(-1px);box-shadow:0 4px 12px #16355a1a}.gp-scheme-doc-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.gp-scheme-doc-icon-img{width:22px;height:22px;object-fit:contain;display:block}.gp-scheme-doc-label{font-family:Poppins,sans-serif;font-size:12px;line-height:1.25;color:#233a55;font-weight:500;flex:1}.gp-scheme-doc-download{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}@media (max-width: 1200px){.gp-scheme-impact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-scheme-docs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 768px){.gp-scheme-docs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.gp-scheme-impact-grid,.gp-scheme-docs-grid{grid-template-columns:1fr}.gp-scheme-docs-heading{margin-top:40px}}.gp-page-hero{display:flex;position:relative;width:100%;height:auto;aspect-ratio:1384 / 558;min-height:220px;overflow:hidden;background-color:#1a4f8a;background-image:var(--gp-page-hero-bg);background-position:center center;background-size:100% 100%;background-repeat:no-repeat}.gp-page-hero>.gp-container.gp-page-hero__inner{position:relative;z-index:2;width:100%;max-width:none;height:100%;min-height:0;display:flex;align-items:center;margin-inline:auto;padding-block:clamp(20px,4vw,60px);padding-inline:var(--gp-page-gutter, clamp(16px, 2.5vw, 40px));box-sizing:border-box}.gp-page-hero--compact{aspect-ratio:auto;min-height:0;background-size:cover;background-position:center center}.gp-page-hero--compact>.gp-container.gp-page-hero__inner{height:auto;align-items:flex-start;padding-block:clamp(20px,2.5vw,32px)}.gp-page-hero--compact .gp-page-hero__content{max-width:min(720px,100%)}.gp-page-hero__content{max-width:min(580px,56%);position:relative;z-index:2;background:#ffffff05;backdrop-filter:blur(5px) saturate(110%);-webkit-backdrop-filter:blur(5px) saturate(110%);padding:clamp(16px,2.2vw,28px) clamp(20px,2.8vw,36px);border-radius:16px;border:none;box-shadow:none}.gp-page-hero__title{margin:0 0 clamp(6px,1.2vw,12px);font-family:Poppins,Inter,sans-serif;font-size:clamp(20px,3.2vw,40px);font-weight:700;line-height:1.2;letter-spacing:-.3px;color:#071e36;text-shadow:0 1px 3px rgba(255,255,255,.85)}.gp-page-hero__subtitle{margin:0;font-family:Inter,Poppins,sans-serif;font-size:clamp(13px,1.3vw,15px);letter-spacing:0;color:#111827;max-width:520px;text-shadow:0 1px 3px rgba(255,255,255,.85);font-weight:500;line-height:1.5}@media (max-width: 768px){.gp-page-hero{aspect-ratio:auto;min-height:200px;background-size:cover;background-position:center right}.gp-page-hero__content{max-width:100%;background:#ffffff0d;backdrop-filter:blur(5px) saturate(110%);-webkit-backdrop-filter:blur(5px) saturate(110%);border:none;box-shadow:none;padding:16px 20px;border-radius:12px}.gp-page-hero__title{font-size:clamp(18px,5vw,24px);margin-bottom:6px}.gp-page-hero__subtitle{font-size:clamp(12px,3.2vw,14px);line-height:1.45}}.gp-resources-page{--gp-resources-accent: #0066cb;--gp-resources-accent-dark: #004c99;--gp-resources-accent-bg: #e6f4ff;--gp-resources-accent-border: #93c5fd;--gp-resources-navy: #213555;--gp-resources-text: #4b5563;--gp-resources-muted: #94a3b8;--gp-resources-border: #e2e8f0;--gp-resources-card-shadow: 0 4px 24px rgba(15, 23, 42, .08);--gp-page-gutter: clamp(16px, 2.5vw, 40px);min-height:100vh;display:flex;flex-direction:column;background:#fff;font-family:Poppins,Inter,sans-serif}.gp-resources-page .gp-container{width:100%;margin-inline:auto;padding-inline:var(--gp-page-gutter);box-sizing:border-box}.gp-resources-main{display:flex;flex-direction:column;gap:clamp(40px,5vw,72px);padding-top:clamp(32px,4vw,48px);padding-bottom:clamp(40px,5vw,72px)}.gp-resources-section-heading{margin-bottom:28px}.gp-resources-section-heading__title{margin:0 0 18px;font-size:clamp(24px,2.8vw,32px);font-weight:700;color:var(--gp-resources-navy);line-height:1.2}.gp-resources-section-heading__line{display:block;height:1px;width:100%;background:linear-gradient(90deg,#cbd5e1 0%,transparent 100%)}.gp-resources-featured__card{display:grid;grid-template-columns:minmax(280px,1fr) minmax(320px,1.1fr);gap:0;border-radius:16px;overflow:hidden;border:1px solid var(--gp-resources-border);box-shadow:var(--gp-resources-card-shadow);background:#fff}.gp-resources-featured__cover{background:linear-gradient(135deg,#0a2744,#0066cb);min-height:320px}.gp-resources-featured__cover-inner{width:100%;height:100%;min-height:inherit;background:linear-gradient(180deg,#0a274426,#0a274473),url(/about_compressed_biogas.jpg) center / cover no-repeat}.gp-resources-featured__card--empty{display:flex;align-items:center;justify-content:center;min-height:200px;padding:48px 24px;color:var(--gp-resources-muted);font-size:.95rem;background:#fafbfc}.gp-resources-featured__card--empty p{margin:0;text-align:center}.gp-resources-featured__body{padding:clamp(24px,3vw,40px);display:flex;flex-direction:column;justify-content:center}.gp-resources-featured__tag{display:inline-flex;align-self:flex-start;padding:6px 12px;border-radius:6px;background:var(--gp-resources-accent-bg);color:var(--gp-resources-accent-dark);font-size:.8rem;font-weight:600;margin-bottom:16px}.gp-resources-featured__title{margin:0 0 14px;font-size:clamp(22px,2.4vw,28px);font-weight:700;line-height:1.35;color:#0f172a}.gp-resources-featured__desc{margin:0 0 16px;font-size:.95rem;line-height:1.65;color:var(--gp-resources-text)}.gp-resources-featured__meta{margin:0 0 24px;font-size:.85rem;color:var(--gp-resources-muted)}.gp-resources-featured__actions{display:flex;flex-wrap:wrap;gap:10px}.gp-resources-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;border-radius:10px;font-size:.9rem;font-weight:600;text-decoration:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease;border:1px solid transparent}.gp-resources-btn--primary{background:var(--gp-resources-accent);color:#fff}.gp-resources-btn--primary:hover{background:var(--gp-resources-accent-dark)}.gp-resources-btn--outline{background:#fff;color:var(--gp-resources-accent);border-color:var(--gp-resources-accent-border)}.gp-resources-btn--outline:hover{background:var(--gp-resources-accent-bg)}.gp-resources-btn--ghost{background:transparent;color:var(--gp-resources-accent);border-color:transparent}.gp-resources-btn--ghost:hover{background:var(--gp-resources-accent-bg)}.gp-resources-categories__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gp-resources-category-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;width:100%;min-height:218px;padding:25px;border:1px solid var(--gp-resources-border);border-radius:14px;background:#fff;box-shadow:0 2px 12px #0f172a0d;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.gp-resources-category-card:hover{transform:translateY(-2px);box-shadow:var(--gp-resources-card-shadow);border-color:var(--gp-resources-accent-border)}.gp-resources-category-card__icon{width:56px;height:56px;border-radius:12px;background:var(--gp-resources-accent-bg);color:var(--gp-resources-accent);display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;margin-bottom:20px}.gp-resources-category-card__title{font-size:1.15rem;font-weight:700;color:#0f172a;margin-bottom:8px}.gp-resources-category-card__desc{font-size:.9rem;line-height:1.5;color:var(--gp-resources-text);margin-bottom:auto}.gp-resources-category-card__footer{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px}.gp-resources-category-card__count{font-size:.85rem;color:var(--gp-resources-muted)}.gp-resources-category-card__explore{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;font-weight:600;color:var(--gp-resources-accent)}.gp-resources-library__toolbar{display:none;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.gp-resources-library__filter-toggle{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border:1px solid var(--gp-resources-border);border-radius:10px;background:#fff;font-size:.875rem;font-weight:600;color:#334155;cursor:pointer}.gp-resources-library__result-count{font-size:.85rem;color:var(--gp-resources-muted)}.gp-resources-library__layout{display:grid;grid-template-columns:320px minmax(0,1fr);gap:32px;align-items:start}.gp-resources-library__content{min-width:0}.gp-resources-filters__panel{border:1px solid var(--gp-resources-border);border-radius:14px;background:#fff;box-shadow:0 2px 12px #0f172a0a;padding:25px}.gp-resources-filters__label,.gp-resources-filters__heading{display:block;margin:0 0 12px;font-size:.8rem;font-weight:700;color:#334155;text-transform:uppercase;letter-spacing:.04em}.gp-resources-filters__heading{margin-top:24px}.gp-resources-filters__search{position:relative}.gp-resources-filters__search svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:var(--gp-resources-muted)}.gp-resources-filters__search-input{width:100%;box-sizing:border-box;padding:11px 14px 11px 40px;border:1px solid var(--gp-resources-border);border-radius:10px;font-size:.9rem;color:#0f172a;background:#fafbfc}.gp-resources-filters__search-input:focus{outline:2px solid var(--gp-resources-accent-border);outline-offset:1px;border-color:var(--gp-resources-accent)}.gp-resources-filters__checks{display:flex;flex-direction:column;gap:10px}.gp-resources-filters__check{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#475569;cursor:pointer}.gp-resources-filters__check input{width:16px;height:16px;flex-shrink:0;margin-top:2px;accent-color:var(--gp-resources-accent)}.gp-resources-filters__select{width:100%;box-sizing:border-box;padding:11px 14px;border:1px solid var(--gp-resources-border);border-radius:10px;font-size:.9rem;color:#0f172a;background:#fafbfc}.gp-resources-filters__reset{width:100%;margin-top:24px;padding:12px 16px;border:1px solid var(--gp-resources-border);border-radius:10px;background:#fff;font-size:.9rem;font-weight:600;color:#334155;cursor:pointer}.gp-resources-filters__reset:hover{background:var(--gp-resources-accent-bg);border-color:var(--gp-resources-accent-border);color:var(--gp-resources-accent-dark)}.gp-resources-library__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gp-resources-library__empty{padding:64px 24px;text-align:center;color:var(--gp-resources-muted);border:1px dashed var(--gp-resources-border);border-radius:14px;background:#fafbfc}.gp-resources-card{display:flex;flex-direction:column;min-height:328px;padding:21px;border:1px solid var(--gp-resources-border);border-radius:14px;background:#fff;box-shadow:0 2px 12px #0f172a0d;transition:box-shadow .15s ease,border-color .15s ease}.gp-resources-card:hover{box-shadow:var(--gp-resources-card-shadow);border-color:var(--gp-resources-accent-border)}.gp-resources-card__top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.gp-resources-card__file-icon{width:48px;height:48px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#fff}.gp-resources-card__file-icon--pdf{background:#dc2626}.gp-resources-card__file-icon--doc,.gp-resources-card__file-icon--docx{background:#2563eb}.gp-resources-card__file-icon--xls,.gp-resources-card__file-icon--xlsx{background:#059669}.gp-resources-card__file-icon--ppt,.gp-resources-card__file-icon--pptx{background:#ea580c}.gp-resources-card__file-icon--video{background:#7c3aed}.gp-resources-card__file-icon--zip,.gp-resources-card__file-icon--link,.gp-resources-card__file-icon--default{background:#64748b}.gp-resources-card__tag{display:inline-flex;align-self:flex-start;padding:4px 10px;border-radius:6px;background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:600;margin-bottom:12px}.gp-resources-card__title{margin:0 0 10px;font-size:1rem;font-weight:700;line-height:1.4;color:#0f172a}.gp-resources-card__desc{margin:0 0 12px;font-size:.85rem;line-height:1.55;color:var(--gp-resources-text);flex:1}.gp-resources-card__meta{margin:0 0 16px;font-size:.8rem;color:var(--gp-resources-muted)}.gp-resources-video-card{padding:0;overflow:hidden}.gp-resources-video-card__body{padding:14px 16px 16px;display:flex;flex-direction:column;gap:6px}.gp-resources-video-card__title{margin:0;font-size:.95rem;font-weight:700;line-height:1.35;color:#0f172a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gp-resources-video-card__media{position:relative;flex:1;width:100%;aspect-ratio:16 / 9;background:#0f172a;min-height:0}.gp-resources-video-card__media--featured{aspect-ratio:auto;min-height:320px;height:100%}.gp-resources-video-card__media--interactive{display:block;padding:0;border:none;cursor:pointer;text-align:left}.gp-resources-video-card__thumb{width:100%;height:100%;object-fit:cover;display:block}.gp-resources-video-card__thumb--placeholder{background:linear-gradient(135deg,#334155,#0f172a)}.gp-resources-video-card__iframe{width:100%;height:100%;border:0;display:block}.gp-resources-video-card__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;background:#dc2626f2;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.2rem;box-shadow:0 4px 16px #0f172a40;pointer-events:none}.gp-resources-video-card__meta{margin:0;font-size:.8rem;color:var(--gp-resources-muted)}.gp-resources-featured__card--video .gp-resources-featured__cover--video{padding:0;background:#0f172a;display:flex}.gp-resources-card__actions{display:flex;flex-wrap:wrap;gap:8px;margin-top:auto}.gp-resources-card__btn{display:inline-flex;align-items:center;gap:6px;padding:10px 14px;border-radius:8px;font-size:.82rem;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid transparent}.gp-resources-card__btn--primary{background:var(--gp-resources-accent);color:#fff}.gp-resources-card__btn--primary:hover{background:var(--gp-resources-accent-dark)}.gp-resources-card__btn--outline{background:#fff;color:var(--gp-resources-accent);border-color:var(--gp-resources-accent-border)}.gp-resources-card__btn--outline:hover{background:var(--gp-resources-accent-bg)}.gp-resources-pagination{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;margin-top:32px}.gp-resources-pagination__btn,.gp-resources-pagination__page{display:inline-flex;align-items:center;gap:6px;min-width:40px;height:40px;padding:0 14px;border:1px solid var(--gp-resources-border);border-radius:10px;background:#fff;font-size:.875rem;font-weight:600;color:#334155;cursor:pointer}.gp-resources-pagination__btn:disabled{opacity:.45;cursor:not-allowed}.gp-resources-pagination__page--active{background:var(--gp-resources-accent);border-color:var(--gp-resources-accent);color:#fff}.gp-resources-page .gp-resources-detail{padding:0}.gp-resources-page .gp-resources-detail__title{font-size:1.35rem}.gp-resources-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px}.gp-resources-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:none;background:#0f172a8c;cursor:pointer}.gp-resources-modal__dialog{position:relative;z-index:1;width:min(920px,100%);max-height:min(88vh,900px);overflow:hidden;display:flex;flex-direction:column;border-radius:16px;background:#fff;box-shadow:0 24px 64px #0f172a33}.gp-resources-modal__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 24px;border-bottom:1px solid var(--gp-resources-border)}.gp-resources-modal__heading{margin:0;font-size:1.1rem;font-weight:700;color:#0f172a}.gp-resources-modal__close{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid var(--gp-resources-border);border-radius:8px;background:#fff;color:#334155;cursor:pointer}.gp-resources-modal__body{overflow-y:auto;padding:24px}.gp-resources-assistance{background-color:#e6f4ff;padding:28px 0;border-top:1px solid #dde2ec}.gp-resources-assistance .gp-assistance-inner{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:24px}.gp-resources-assistance .gp-assistance-col{display:flex;flex-direction:column;gap:4px}.gp-resources-assistance .gp-assistance-title,.gp-resources-assistance .gp-assistance-number,.gp-resources-assistance .gp-assistance-email{font-size:1rem;font-weight:700;color:#0066cb}.gp-resources-assistance .gp-assistance-desc{font-size:.85rem;color:#4b5563}.gp-resources-assistance .gp-assistance-link{font-size:.9rem;font-weight:600;color:#0066cb;text-decoration:none}.gp-resources-assistance .gp-assistance-link:hover{text-decoration:underline}.gp-resources-state{padding:80px 24px;text-align:center;color:var(--gp-resources-muted);font-size:1rem}.gp-resources-state--inline{padding:32px 24px;margin-bottom:24px;border:1px dashed var(--gp-resources-border);border-radius:14px;background:#fafbfc}.gp-resources-state--error p{margin:0 0 16px;color:#b42318}.gp-resources-filters-backdrop{display:none}@media (max-width: 1199px){.gp-resources-categories__grid,.gp-resources-library__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gp-resources-featured__card{grid-template-columns:1fr}.gp-resources-library__toolbar{display:flex}.gp-resources-filters{display:none}.gp-resources-filters--open{display:block;position:fixed;top:0;left:0;bottom:0;z-index:1100;width:min(320px,88vw);overflow-y:auto;padding:16px;background:#fff;box-shadow:4px 0 24px #0f172a1f}.gp-resources-filters-backdrop{display:block;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1090;border:none;background:#0f172a66;cursor:pointer}.gp-resources-library__layout{grid-template-columns:1fr}}@media (max-width: 767px){.gp-resources-categories__grid,.gp-resources-library__grid{grid-template-columns:1fr}.gp-resources-featured__actions,.gp-resources-card__actions{flex-direction:column}.gp-resources-btn,.gp-resources-card__btn{width:100%;justify-content:center}.gp-resources-assistance .gp-assistance-inner{grid-template-columns:1fr;gap:20px}.gp-resources-modal{padding:12px}.gp-resources-modal__body{padding:16px}}.gp-resources-page-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:28px 24px 24px}.gp-resources-page-header__title{margin:0;font-family:Poppins,Inter,sans-serif;font-size:clamp(26px,3.2vw,32px);font-weight:700;color:#0f172a}.gp-updates-page{min-height:100vh}.gp-updates-featured__cover-inner{background:linear-gradient(180deg,#0a274426,#0a274473),url(/about_compressed_biogas.jpg) center / cover no-repeat}.gp-updates-new-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:4px;background:#dcfce7;color:#166534;font-size:.65rem;font-weight:800;letter-spacing:.06em;line-height:1.4}.gp-updates-new-badge--detail{font-size:.75rem;padding:4px 10px}.gp-updates-new-badge--inline{font-size:.6rem;padding:2px 6px;vertical-align:middle}.gp-updates-page .gp-resources-featured__tag{display:inline-flex;align-items:center;gap:4px;flex-wrap:wrap}.gp-updates-page .gp-updates-detail{padding:0}.gp-updates-page .gp-updates-detail--empty{padding:24px;text-align:center;color:var(--gp-resources-muted, #94a3b8)}.gp-updates-detail__meta-row{display:flex;align-items:center;gap:12px;margin-bottom:12px}.gp-updates-detail__date{font-size:.85rem;color:var(--gp-resources-muted, #94a3b8)}.gp-updates-detail__title{margin:0 0 20px;font-size:clamp(1.25rem,2.5vw,1.6rem);font-weight:700;line-height:1.35;color:#0f172a}.gp-updates-detail__body{font-size:1rem;line-height:1.7;color:#475569}.gp-updates-detail__body-wrap{margin-bottom:24px}.gp-updates-detail__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.gp-updates-detail__btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;border-radius:10px;font-size:.9rem;font-weight:600;text-decoration:none;border:1px solid transparent}.gp-updates-detail__btn--primary{background:var(--gp-resources-accent, #0066cb);color:#fff}.gp-updates-detail__btn--primary:hover{background:var(--gp-resources-accent-dark, #004c99)}.gp-updates-events__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.gp-updates-events__empty{padding:48px 24px;text-align:center;color:var(--gp-resources-muted, #94a3b8);border:1px dashed var(--gp-resources-border, #e2e8f0);border-radius:14px;background:#fafbfc}.gp-updates-events__empty p{margin:0}.gp-updates-event-card{display:flex;align-items:center;gap:24px;min-height:158px;padding:24px 28px;border:1px solid var(--gp-resources-border, #e2e8f0);border-radius:14px;background:#fff;box-shadow:0 2px 12px #0f172a0d;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.gp-updates-event-card--clickable{cursor:pointer}.gp-updates-event-card--clickable:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0f172a1a;border-color:var(--gp-resources-accent, #0066cb)}.gp-updates-event-card__date{flex-shrink:0;width:80px;height:80px;border-radius:12px;background:var(--gp-resources-accent, #0066cb);color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.gp-updates-event-card__day{font-size:1.5rem;font-weight:700;line-height:1.1}.gp-updates-event-card__month{font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.gp-updates-event-card__title{margin:0;font-size:1.05rem;font-weight:700;line-height:1.4;color:#0f172a}.gp-updates-event-card__description{margin:0;color:#475569;font-size:.92rem;line-height:1.5;white-space:normal;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.gp-updates-event-card__body{display:flex;flex-direction:column;justify-content:center;gap:8px;min-width:0;flex:1}.gp-updates-event-card__location{display:flex;align-items:center;gap:8px;margin:0;font-size:.9rem;line-height:1.4;color:var(--gp-resources-muted, #64748b)}.gp-updates-event-card__location-icon{flex-shrink:0;font-size:1rem}.gp-updates-event-card__location span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gp-updates-events__expand{margin-top:24px;display:flex;justify-content:center}.gp-updates-events__expand-btn{display:inline-flex;align-items:center;gap:8px;min-width:220px;justify-content:center}@media (max-width: 1199px){.gp-updates-events__grid{grid-template-columns:1fr}.gp-updates-gallery__grid{column-count:2}}@media (max-width: 767px){.gp-updates-gallery__grid{column-count:1}}.gp-updates-gallery{margin-top:56px}.gp-updates-gallery__grid{column-count:3;column-gap:20px}.gp-updates-gallery__empty{padding:48px 24px;text-align:center;color:var(--gp-resources-muted, #94a3b8);border:1px dashed var(--gp-resources-border, #e2e8f0);border-radius:14px;background:#fafbfc}.gp-updates-gallery__empty p{margin:0}.gp-updates-gallery__item{display:block;width:100%;margin:0 0 20px;padding:0;border:none;background:transparent;cursor:pointer;break-inside:avoid;text-align:left}.gp-updates-gallery__media{position:relative;overflow:hidden;border-radius:14px;background:#e2e8f0;box-shadow:0 2px 12px #0f172a14}.gp-updates-gallery__item--variant-1 .gp-updates-gallery__media{aspect-ratio:4 / 3}.gp-updates-gallery__item--variant-2 .gp-updates-gallery__media{aspect-ratio:3 / 4}.gp-updates-gallery__item--variant-3 .gp-updates-gallery__media{aspect-ratio:16 / 9}.gp-updates-gallery__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.gp-updates-gallery__item:hover .gp-updates-gallery__media img{transform:scale(1.04)}.gp-updates-gallery__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#cbd5e1,#94a3b8)}.gp-updates-gallery__label{position:absolute;left:0;right:0;bottom:0;padding:16px 18px;background:linear-gradient(180deg,transparent 0%,rgba(15,23,42,.82) 100%);color:#fff!important;font-size:1rem!important;font-weight:700!important;line-height:1.35!important;margin-bottom:0!important}.gp-updates-gallery__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:52px;height:52px;border-radius:50%;background:#ffffffeb;color:var(--gp-resources-accent, #0066cb);display:flex;align-items:center;justify-content:center;font-size:1.25rem;box-shadow:0 4px 16px #0f172a33}.gp-updates-gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10050;background:#0f172ae0;display:flex;align-items:center;justify-content:center;padding:24px}.gp-updates-library-heading__bar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.gp-updates-page .gp-updates-library-heading__bar .gp-resources-section-heading__title{margin-bottom:0}.gp-updates-view-toggle{display:inline-flex;flex-shrink:0;overflow:hidden;border:1px solid var(--gp-resources-border, #e2e8f0);border-radius:10px;background:#fff}.gp-updates-view-toggle__btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:none;background:transparent;color:#64748b;cursor:pointer}.gp-updates-view-toggle__btn+.gp-updates-view-toggle__btn{border-left:1px solid var(--gp-resources-border, #e2e8f0)}.gp-updates-view-toggle__btn:hover{background:#f8fafc;color:var(--gp-resources-navy, #213555)}.gp-updates-view-toggle__btn--active{background:var(--gp-resources-accent-bg, #e6f4ff);color:var(--gp-resources-accent-dark, #004c99)}.gp-updates-library-table .global-table-container{max-width:100%;min-width:0;box-shadow:0 2px 12px #0f172a0a}.gp-updates-library-table .global-table-wrap{-webkit-overflow-scrolling:touch}.gp-updates-library-table .global-table{min-width:680px}.gp-updates-library-table .global-table td:nth-child(2){white-space:normal;max-width:420px}.gp-updates-library-table .global-table td:last-child{white-space:normal}.gp-updates-table-title{display:inline-flex;align-items:flex-start;gap:8px;font-weight:600;color:#0f172a;line-height:1.4}.gp-updates-table-actions{display:inline-flex;align-items:center;gap:8px}.gp-updates-table-actions .gp-resources-card__btn{width:auto;padding:8px 10px;white-space:nowrap}.gp-challenge-fund-form{display:flex;flex-direction:column;gap:24px;width:100%;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:clamp(24px,3vw,32px);box-shadow:0 12px 32px #0f172a0f;box-sizing:border-box}.gp-challenge-fund-form__header{display:flex;flex-direction:column;gap:8px}.gp-challenge-fund-form__header .mandatory-field-hint{margin:0}.gp-challenge-fund-form--embedded{gap:16px;padding:0;border:none;box-shadow:none;background:transparent}.gp-challenge-fund-form__title{margin:0;font-family:Poppins,sans-serif;font-size:clamp(20px,2vw,26px);font-weight:700;line-height:1.3;color:#213555}.gp-challenge-fund-form__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 20px}.gp-challenge-fund-form__grid--full{grid-column:1 / -1}.gp-challenge-fund-form__field{display:flex;flex-direction:column;gap:6px;min-width:0}.gp-challenge-fund-form__label{font-family:Poppins,sans-serif;font-size:13px;font-weight:500;color:#213555}.gp-challenge-fund-form__required{color:#dc2626}.gp-challenge-fund-form__input,.gp-challenge-fund-form__select,.gp-challenge-fund-form__textarea{width:100%;min-height:42px;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-family:Poppins,sans-serif;font-size:14px;color:#213555;box-sizing:border-box}.gp-challenge-fund-form__textarea{min-height:96px;resize:vertical}.gp-challenge-fund-form__input:focus,.gp-challenge-fund-form__select:focus,.gp-challenge-fund-form__textarea:focus{outline:none;border-color:#0066cb;box-shadow:0 0 0 3px #0066cb1f}.gp-challenge-fund-form__input--error,.gp-challenge-fund-form__select--error,.gp-challenge-fund-form__textarea--error{border-color:#dc2626}.gp-challenge-fund-form__error{margin:0;font-size:12px;color:#dc2626}.gp-challenge-fund-form__upload{display:flex;flex-direction:column;gap:8px}.gp-challenge-fund-form__upload-box{min-height:52px;padding:10px 14px;border:1px dashed #0066cb;border-radius:8px;background:#f0f7ff;display:flex;align-items:center;justify-content:space-between;gap:12px}.gp-challenge-fund-form__upload-empty{width:100%;display:flex;align-items:center;justify-content:center}.gp-challenge-fund-form__upload-trigger{display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid #0066cb;border-radius:8px;background:#fff;color:#0066cb;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;cursor:pointer}.gp-challenge-fund-form__upload-trigger input{display:none}.gp-challenge-fund-form__uploaded{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px}.gp-challenge-fund-form__uploaded-meta{display:inline-flex;align-items:center;gap:8px;min-width:0;color:#213555;font-size:14px;font-weight:500}.gp-challenge-fund-form__uploaded-meta svg{flex-shrink:0;color:#0066cb}.gp-challenge-fund-form__uploaded-actions{display:inline-flex;align-items:center;gap:12px;flex-shrink:0}.gp-challenge-fund-form__uploaded-actions button{border:none;background:transparent;padding:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;cursor:pointer}.gp-challenge-fund-form__view-link{color:#0066cb}.gp-challenge-fund-form__remove-link{color:#64748b;display:inline-flex;align-items:center}.gp-challenge-fund-form__upload-hint{margin:0;font-size:12px;color:#64748b}.gp-challenge-fund-form__declaration{margin-top:4px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.gp-challenge-fund-form__declaration-label{display:flex;align-items:flex-start;gap:10px;font-size:14px;line-height:1.5;color:#334155;cursor:pointer}.gp-challenge-fund-form__declaration-label input{margin-top:3px;width:16px;height:16px;accent-color:#0066cb;flex-shrink:0}.gp-challenge-fund-form__footer{display:flex;justify-content:flex-end;gap:12px;padding-top:8px;border-top:1px solid #e2e8f0}.gp-challenge-fund-form__btn{min-width:120px;min-height:44px;padding:0 24px;border-radius:999px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;cursor:pointer}.gp-challenge-fund-form__btn--secondary{border:1px solid #d1d5db;background:#fff;color:#213555}.gp-challenge-fund-form__btn--primary{border:none;background:#0066cb;color:#fff;box-shadow:0 4px 12px #0066cb3d}.gp-challenge-fund-form__btn--primary:hover,.gp-challenge-fund-form__btn--primary:focus-visible{background:#004c99}.gp-challenge-fund-form__btn--secondary:hover,.gp-challenge-fund-form__btn--secondary:focus-visible{border-color:#0066cb;color:#0066cb}.gp-challenge-fund-form__btn:disabled{opacity:.65;cursor:not-allowed}@media (max-width: 960px){.gp-challenge-fund-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.gp-challenge-fund-form__grid{grid-template-columns:1fr}}.gp-challenge-fund-page{--cf-accent: #0066cb;--cf-accent-dark: #004c99;--cf-navy: #213555;--cf-muted: #64748b;--cf-border: #e2e8f0;--cf-surface: #ffffff;--cf-bg: #eef6fb;min-height:100vh;display:flex;flex-direction:column;background:var(--cf-bg);font-family:Poppins,Inter,sans-serif;color:var(--cf-navy)}.gp-challenge-fund-page__content{flex:1;padding:20px 16px 40px}@media (min-width: 768px){.gp-challenge-fund-page__content{padding:28px 24px 48px}}.gp-challenge-fund-page__intro{margin-bottom:18px}.gp-challenge-fund-page__title{margin:0;font-size:clamp(1.35rem,2.2vw,1.75rem);font-weight:700;line-height:1.25;letter-spacing:-.02em;color:#111827}.gp-challenge-fund-page__accent{display:flex;width:56px;height:3px;margin:10px 0;border-radius:999px;overflow:hidden}.gp-challenge-fund-page__accent span:first-child{flex:1;background:#f93}.gp-challenge-fund-page__accent span:last-child{flex:1;background:#138808}.gp-challenge-fund-page__subtitle{margin:0;font-size:.875rem;line-height:1.55;color:var(--cf-muted)}.gp-challenge-fund-page__options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-bottom:16px}.gp-challenge-fund-page__option{display:flex;align-items:flex-start;gap:12px;width:100%;min-height:0;padding:14px 14px 14px 12px;border:1px solid var(--cf-border);border-radius:12px;background:var(--cf-surface);color:var(--cf-navy);text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease}.gp-challenge-fund-page__option:hover{border-color:#0066cb59;box-shadow:0 6px 18px #0f172a0f}.gp-challenge-fund-page__option--active{border-color:var(--cf-accent);background:linear-gradient(180deg,#fff,#f3f9ff);box-shadow:0 8px 22px #0066cb1f}.gp-challenge-fund-page__option-icon{width:36px;height:36px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#e6f4ff;color:var(--cf-accent)}.gp-challenge-fund-page__option--active .gp-challenge-fund-page__option-icon{background:var(--cf-accent);color:#fff}.gp-challenge-fund-page__option-icon svg{width:18px;height:18px}.gp-challenge-fund-page__option-copy{display:flex;flex-direction:column;gap:4px;min-width:0}.gp-challenge-fund-page__option-title{font-size:.875rem;font-weight:700;line-height:1.35;color:var(--cf-navy)}.gp-challenge-fund-page__option--active .gp-challenge-fund-page__option-title{color:var(--cf-accent-dark)}.gp-challenge-fund-page__option-desc{font-size:.75rem;font-weight:500;line-height:1.45;color:var(--cf-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.gp-challenge-fund-page__panel{background:var(--cf-surface);border:1px solid var(--cf-border);border-radius:14px;padding:16px;box-shadow:0 14px 36px #0f172a0f;animation:gp-cf-panel-in .22s ease}@media (min-width: 768px){.gp-challenge-fund-page__panel{padding:20px 22px 22px}}@keyframes gp-cf-panel-in{0%{opacity:.55;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.gp-challenge-fund-page__panel{animation:none}}.gp-challenge-fund-page__panel-head{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid #eef2f7}.gp-challenge-fund-page__panel-title{margin:0 0 4px;font-size:1.05rem;font-weight:700;line-height:1.3;color:var(--cf-navy)}.gp-challenge-fund-page__panel-hint{margin:0;font-size:.8125rem;line-height:1.45;color:var(--cf-muted)}.gp-challenge-fund-page__panel .gp-challenge-fund-form--embedded{gap:14px;padding:0;border:none;border-radius:0;box-shadow:none;background:transparent}.gp-challenge-fund-page__panel .gp-challenge-fund-form--embedded>.mandatory-field-hint{margin:0 0 2px;font-size:.75rem}.gp-challenge-fund-page__panel .gp-challenge-fund-form__grid{gap:14px 16px}.gp-challenge-fund-page__panel .gp-challenge-fund-form__input,.gp-challenge-fund-page__panel .gp-challenge-fund-form__select,.gp-challenge-fund-page__panel .gp-challenge-fund-form__textarea{background:#f8fafc;border-color:#e2e8f0}.gp-challenge-fund-page__panel .gp-challenge-fund-form__input:focus,.gp-challenge-fund-page__panel .gp-challenge-fund-form__select:focus,.gp-challenge-fund-page__panel .gp-challenge-fund-form__textarea:focus{background:#fff}.gp-challenge-fund-page__panel .gp-challenge-fund-form__footer{margin-top:4px;padding-top:14px;border-top:1px solid #eef2f7}@media (max-width: 768px){.gp-challenge-fund-page__options{grid-template-columns:1fr}}.gp-legal-page{--gp-legal-accent: #0066cb;--gp-legal-accent-dark: #004c99;--gp-legal-navy: #213555;--gp-legal-text: #4b5563;--gp-legal-muted: #64748b;--gp-legal-border: #e2e8f0;--gp-legal-card-bg: #ffffff;--gp-legal-panel-bg: #f8fafc;--gp-legal-card-shadow: 0 4px 24px rgba(15, 23, 42, .06);--gp-page-gutter: clamp(16px, 2.5vw, 40px);min-height:100vh;display:flex;flex-direction:column;background:#fff;font-family:Poppins,Inter,sans-serif;color:var(--gp-legal-text)}.gp-about-page.gp-legal-page .gp-container,.gp-legal-page .gp-container{width:100%;margin-inline:auto;padding-inline:var(--gp-page-gutter);box-sizing:border-box}.gp-legal-main{display:flex;flex-direction:column;gap:16px;padding-top:24px;padding-bottom:24px}.gp-legal-welcome{display:flex;gap:16px;align-items:flex-start;padding:clamp(20px,2.5vw,28px);border-radius:16px;background:#e2f5ff;border:1px solid rgba(23,119,184,.25)}.gp-legal-welcome__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:#1777b8;color:#fff}.gp-legal-welcome__icon svg{width:16px;height:16px}.gp-legal-welcome__title{margin:0 0 8px;font-size:15px;font-weight:600;color:var(--gp-legal-navy)}.gp-legal-welcome__body{margin:0;font-size:14px;line-height:1.65;color:var(--gp-legal-text)}.gp-legal-document{background:var(--gp-legal-card-bg);border:1px solid var(--gp-legal-border);border-radius:16px;box-shadow:var(--gp-legal-card-shadow);padding:clamp(24px,3.5vw,40px)}.gp-legal-document__header{margin-bottom:clamp(24px,3vw,32px);padding-bottom:20px;border-bottom:1px solid var(--gp-legal-border)}.gp-legal-document__heading{margin:0 0 8px;font-size:clamp(22px,2.4vw,28px);font-weight:700;line-height:1.25;color:var(--gp-legal-navy)}.gp-legal-document__lede{margin:0;font-size:15px;line-height:1.55;color:var(--gp-legal-muted);max-width:70ch}.gp-legal-document__body{display:flex;flex-direction:column}.gp-legal-clause{padding:clamp(20px,2.5vw,28px) 0;border-bottom:1px solid var(--gp-legal-border)}.gp-legal-clause:first-child{padding-top:0}.gp-legal-clause:last-child{border-bottom:none;padding-bottom:0}.gp-legal-clause__title{margin:0 0 12px;font-size:clamp(17px,1.5vw,20px);font-weight:700;line-height:1.35;color:var(--gp-legal-navy)}.gp-legal-clause__content,.gp-legal-clause__subsection{display:flex;flex-direction:column;gap:12px}.gp-legal-clause__subtitle{margin:4px 0 0;font-size:16px;font-weight:600;line-height:1.4;color:var(--gp-legal-navy)}.gp-legal-clause__content p{margin:0;font-size:15px;line-height:1.7;color:var(--gp-legal-text)}.gp-legal-clause__content ul{margin:0;padding-left:1.35rem;display:flex;flex-direction:column;gap:8px}.gp-legal-clause__content li{font-size:15px;line-height:1.65;color:var(--gp-legal-text)}.gp-legal-clause__content a{color:var(--gp-legal-accent);text-decoration:underline;text-underline-offset:2px}.gp-legal-clause__content a:hover,.gp-legal-clause__content a:focus-visible{color:var(--gp-legal-accent-dark)}.gp-legal-contact{background:var(--gp-legal-card-bg);border:1px solid var(--gp-legal-border);border-radius:16px;padding:clamp(24px,3vw,32px);box-shadow:var(--gp-legal-card-shadow)}.gp-legal-contact__eyebrow{margin:0 0 6px;font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--gp-legal-accent)}.gp-legal-contact__title{margin:0 0 6px;font-size:clamp(18px,2vw,24px);font-weight:700;color:var(--gp-legal-navy)}.gp-legal-contact__org{margin:0 0 16px;font-size:14px;color:var(--gp-legal-muted)}.gp-legal-contact__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:12px}@media (min-width: 768px){.gp-legal-contact__list{grid-template-columns:1fr 1fr}}.gp-legal-contact__list li{display:flex;gap:10px;align-items:flex-start;font-size:14px;line-height:1.5;color:var(--gp-legal-text)}.gp-legal-contact__list li svg{flex-shrink:0;margin-top:2px;width:16px;height:16px;color:var(--gp-legal-accent)}.gp-legal-contact__list a{color:var(--gp-legal-accent);text-decoration:underline;text-underline-offset:2px}.gp-legal-contact__list a:hover,.gp-legal-contact__list a:focus-visible{color:var(--gp-legal-accent-dark)}.gp-legal-declaration{padding:clamp(20px,2.5vw,28px);border-radius:16px;background:var(--gp-legal-panel-bg);border:1px solid var(--gp-legal-border)}.gp-legal-declaration__title{margin:0 0 10px;font-size:16px;font-weight:700;color:var(--gp-legal-navy)}.gp-legal-declaration__body{margin:0;font-size:14px;line-height:1.65;color:var(--gp-legal-text)}@media (max-width: 640px){.gp-legal-welcome{flex-direction:column}}.gp-support-page{--gp-support-accent: #0066cb;--gp-support-accent-dark: #004c99;--gp-support-navy: #213555;--gp-support-text: #4b5563;--gp-support-muted: #64748b;--gp-support-border: #e2e8f0;--gp-support-form-bg: #f8fafc;--gp-support-panel-bg: #ffffff;--gp-page-gutter: clamp(16px, 2.5vw, 40px);min-height:100vh;display:flex;flex-direction:column;background:#fff;font-family:Poppins,Inter,sans-serif;color:var(--gp-support-text)}.gp-support-page .gp-container{padding-inline:var(--gp-page-gutter);box-sizing:border-box}.gp-support-form-section{background:#eef6fb;padding-block:clamp(48px,6vw,60px);flex:1;justify-content:center;align-items:center;display:flex}.gp-support-form-section__inner{display:grid;grid-template-columns:1fr;gap:clamp(32px,4vw,48px);align-items:start}@media (min-width: 992px){.gp-support-form-section__inner{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:clamp(40px,5vw,50px);align-items:center}}.gp-support-intro__title{margin:0;display:flex;flex-direction:column;gap:4px;font-size:clamp(28px,3.2vw,40px);font-weight:700;line-height:1.2;letter-spacing:-.02em;color:#111827}.gp-support-intro__accent{display:flex;width:72px;height:4px;margin:18px 0 24px;border-radius:999px;overflow:hidden}.gp-support-intro__accent span:first-child{flex:1;background:#f93}.gp-support-intro__accent span:last-child{flex:1;background:#138808}.gp-support-intro__text{margin:0 0 18px;font-size:clamp(14px,1.2vw,16px);line-height:1.75;color:#475569}.gp-support-intro__text:last-child{margin-bottom:0}.gp-support-form{width:100%;background:var(--gp-support-panel-bg);border:1px solid rgba(226,232,240,.9);border-radius:16px;padding:clamp(24px,3vw,32px);box-shadow:0 18px 48px #0f172a14;display:flex;flex-direction:column;gap:20px}.gp-support-form__header{display:flex;align-items:center;flex-wrap:wrap;gap:8px;padding-bottom:4px}.gp-support-form__title{margin:0;font-size:1.75rem;font-weight:700;color:var(--gp-support-navy)}.gp-support-form__row{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 768px){.gp-support-form__row{grid-template-columns:repeat(2,minmax(0,1fr))}}.gp-support-form__field{display:flex;flex-direction:column;gap:8px}.gp-support-form__field label{font-size:14px;font-weight:600;color:var(--gp-support-navy)}.gp-support-form__required{color:#dc2626;margin-left:2px}.gp-support-form__field input,.gp-support-form__field select,.gp-support-form__field textarea{width:100%;box-sizing:border-box;padding:14px 16px;border:1px solid #cbd5e1;border-radius:10px;background:var(--gp-support-form-bg);font:inherit;font-size:14px;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease}.gp-support-form__field textarea{resize:vertical;min-height:140px}.gp-support-form__field input::placeholder,.gp-support-form__field textarea::placeholder{color:#94a3b8}.gp-support-form__field input:focus,.gp-support-form__field select:focus,.gp-support-form__field textarea:focus{outline:none;border-color:var(--gp-support-accent);box-shadow:0 0 0 3px #0066cb1f;background:#fff}.gp-support-form__input--error{border-color:#dc2626!important}.gp-support-form__select-wrap{position:relative}.gp-support-form__select-wrap select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;padding-right:42px}.gp-support-form__select-wrap:after{content:"";position:absolute;top:50%;right:18px;width:8px;height:8px;border-right:2px solid #64748b;border-bottom:2px solid #64748b;transform:translateY(-70%) rotate(45deg);pointer-events:none}.gp-support-form__error{margin:0;font-size:12px;color:#dc2626}.gp-support-form__error--confirm{margin-top:-8px}.gp-support-form__confirm{display:flex;align-items:flex-start;gap:12px;padding:16px 18px;border-radius:12px;background:#e6f4ff;border:1px solid rgba(0,102,203,.18);cursor:pointer;font-size:14px;line-height:1.55;color:var(--gp-support-navy)}.gp-support-form__confirm--error{border-color:#dc262659;background:#fef2f2}.gp-support-form__confirm input[type=checkbox],.gp-support-form__checkbox{position:static;opacity:1;width:18px;height:18px;margin:3px 0 0;accent-color:#003366;cursor:pointer;flex-shrink:0}.gp-support-form__actions{display:grid;grid-template-columns:1fr;gap:12px;padding-top:4px}@media (min-width: 640px){.gp-support-form__actions{grid-template-columns:repeat(2,minmax(0,1fr))}}.gp-support-form__btn{width:225px;min-height:48px;border-radius:10px;font:inherit;font-size:15px;font-weight:600;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,opacity .15s ease}.gp-support-form__btn--reset{width:100%;background:#fff;color:var(--gp-support-navy);border:1px solid #cbd5e1}.gp-support-form__btn--reset:hover,.gp-support-form__btn--reset:focus-visible{background:#f8fafc;border-color:#94a3b8}.gp-support-form__btn--submit{width:100%;background:var(--gp-support-accent-dark);color:#fff;border:1px solid var(--color-primary, var(--gp-support-accent));box-shadow:0 4px 12px #0056ac38}.gp-support-form__btn--submit-another{width:30%;background:var(--gp-support-accent-dark);color:#fff;border:1px solid var(--color-primary, var(--gp-support-accent));box-shadow:0 4px 12px #0056ac38}.gp-support-form__btn--submit:hover,.gp-support-form__btn--submit:focus-visible,.gp-support-form__btn--submit-another:hover,.gp-support-form__btn--submit-another:focus-visible{color:#fff;background:var(--gp-support-accent-dark);border-color:var(--gp-support-accent-dark);box-shadow:0 6px 16px #0056ac47}.gp-support-form__btn--submit:disabled,.gp-support-form__btn--submit-another:disabled{opacity:.7;cursor:not-allowed}.gp-support-success{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:500px;height:auto;background:#fff;border:1px solid #dbeafe;border-radius:16px;padding:clamp(32px,4vw,48px) 24px;text-align:center;box-shadow:0 18px 48px #0f172a14;width:100%;box-sizing:border-box}.gp-support-success h3{margin:0 0 8px;color:#213555}.gp-support-success__ticket{font-size:1.4rem;font-weight:700;color:#1e3a8a;margin:16px 0 24px}@media (max-width: 640px){.gp-support-form{border-radius:14px}.gp-support-intro__title{font-size:28px}}.cht-content-page{padding:24px;font-family:inherit;min-height:100vh;background-color:#f8fafc;box-sizing:border-box}.cht-content-header{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:28px}.cht-content-header h1{margin:0;font-size:1.75rem;font-weight:800;color:#0f172a}.cht-content-header p{margin:6px 0 0;color:#64748b;font-size:1rem}.cht-content-new-btn{padding:12px 22px;background-color:var(--color-primary);color:#fff;border:none;border-radius:10px;font-weight:700;font-size:.95rem;cursor:pointer;display:flex;align-items:center;gap:8px;flex-shrink:0;transition:background-color .2s ease}.cht-content-new-btn:hover{background-color:var(--color-primary-light)}.cht-content-tabs{display:inline-flex;gap:4px;background-color:#f1f5f9;padding:4px;border-radius:12px;margin-bottom:24px;max-width:100%;overflow-x:auto}.cht-content-table-card{background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;overflow:hidden}.cht-content-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.cht-content-table{width:100%;border-collapse:collapse;text-align:left;min-width:640px}@media (max-width: 768px){.cht-content-page{padding:16px}.cht-content-header{flex-direction:column;align-items:stretch;margin-bottom:20px}.cht-content-header h1{display:none}.cht-content-new-btn{width:auto;padding:6px 12px;font-size:.85rem;white-space:nowrap}.cht-content-tabs{display:flex;width:100%}.cht-content-tabs button{flex:1;min-width:0}}@media (max-width: 480px){.cht-content-page{padding:12px}}.gp-updates-gallery-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1400;background:#0f172ae0;display:flex;align-items:center;justify-content:center;padding:24px}.gp-updates-gallery-lightbox__panel{position:relative;width:min(960px,100%);max-height:calc(100vh - 48px);display:flex;flex-direction:column;gap:12px}.gp-updates-gallery-lightbox__close{position:absolute;top:-44px;right:0;width:40px;height:40px;border:none;border-radius:50%;background:#ffffff26;color:#fff;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.gp-updates-gallery-lightbox__media{width:100%;border-radius:12px;overflow:hidden;background:#000}.gp-updates-gallery-lightbox__media img,.gp-updates-gallery-lightbox__media video{display:block;width:100%;max-height:calc(100vh - 140px);object-fit:contain;margin:0 auto}.gp-updates-gallery-lightbox__media iframe{display:block;width:100%;aspect-ratio:16 / 9;border:none}.gp-updates-gallery-lightbox__title{margin:0;color:#fff;font-size:1rem;font-weight:600;text-align:center}.cht-scada-status-page{display:flex;flex-direction:column;gap:20px}.cht-scada-status-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.cht-scada-status-title{margin:0 0 6px;font-size:1.5rem;color:#0f172a}.cht-scada-status-desc{margin:0;color:#64748b;font-size:.92rem}.cht-scada-status-refresh{color:#64748b;font-size:.8rem;font-weight:600}.cht-scada-status-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.cht-scada-status-kpi{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:16px 18px}.cht-scada-status-kpi span{display:block;margin-bottom:6px;color:#64748b;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.cht-scada-status-kpi strong{color:#0f172a;font-size:1.35rem}.cht-scada-status-toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;width:100%}.cht-scada-status-search-wrap{flex:1;max-width:360px}.cht-scada-status-search{width:100%;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;font-size:.9rem}.cht-scada-status-loading{display:flex;flex-direction:column;align-items:center;gap:12px;padding:48px 16px;color:#64748b}.cht-scada-status-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;overflow:hidden}.cht-scada-status-table-wrap{overflow-x:auto}.cht-scada-status-table{width:100%;border-collapse:collapse;min-width:900px}.cht-scada-status-entity{display:flex;flex-direction:column;gap:2px;color:#334155;font-size:.82rem;font-weight:600}.cht-scada-status-table thead{background:#f8fafc}.cht-scada-status-table th,.cht-scada-status-table td{padding:14px 16px;border-top:1px solid #e2e8f0;text-align:left;font-size:.82rem}.cht-scada-status-table th{color:#64748b;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.cht-scada-status-table td{color:#334155;font-weight:600}.cht-scada-status-row--alert{background:#fffbeb}.cht-scada-status-code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.78rem;color:#1d4ed8;background:#eff6ff;border-radius:6px;padding:2px 6px}.cht-scada-setup{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:800}.cht-scada-setup--configured{color:#047857;background:#d1fae5}.cht-scada-setup--pending{color:#b45309;background:#fef3c7}.cht-scada-pill{display:inline-flex;align-items:center;gap:6px;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:999px}.cht-scada-pill--active{color:#047857;background:#d1fae5}.cht-scada-pill--inactive{color:#b45309;background:#fef3c7}.cht-scada-pill__dot{width:8px;height:8px;border-radius:50%;background:currentColor}.cht-scada-alert-badge{display:inline-flex;padding:4px 10px;border-radius:999px;font-size:.72rem;font-weight:800;color:#b45309;background:#fef3c7}.cht-scada-alert-badge--none{color:#64748b;background:#f1f5f9}.cht-scada-status-action{border:1px solid #bfdbfe;background:#eff6ff;color:#1d4ed8;border-radius:8px;padding:6px 12px;font-size:.78rem;font-weight:700;cursor:pointer}.cht-scada-status-action:hover:not(:disabled){background:#dbeafe}.cht-scada-status-action:disabled{opacity:.55;cursor:not-allowed}.cht-scada-status-empty{text-align:center;color:#64748b;padding:28px 16px!important}.cht-scada-sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;transition:background-color .2s ease}.cht-scada-sortable-header:hover{background-color:#2563eb0a}.cht-scada-sortable-header--active{background-color:#2563eb14}.cht-scada-sort-icon{margin-left:6px;font-size:.8rem;display:inline-block}.cht-scada-sort-icon--inactive{opacity:.35}@media (max-width: 960px){.cht-scada-status-kpis{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 560px){.cht-scada-status-kpis{grid-template-columns:1fr}.cht-scada-status-header{flex-direction:column;align-items:stretch}.cht-scada-status-title{display:none}.cht-scada-status-toolbar{flex-direction:column;align-items:stretch;gap:12px}.cht-scada-status-search{width:100%;box-sizing:border-box}.cht-scada-status-table-wrap{-webkit-overflow-scrolling:touch}}.cht-cbg-eco-page{display:flex;flex-direction:column;gap:16px;width:100%;min-width:0}.cht-cbg-eco-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px 16px;flex-wrap:wrap;width:100%}.cht-cbg-eco-toolbar__left,.cht-cbg-eco-toolbar__right{display:flex;align-items:center;gap:12px;min-width:0}.cht-cbg-eco-toolbar__left{flex:1 1 280px}.cht-cbg-eco-toolbar__right{flex:0 0 auto;margin-left:auto}.cht-cbg-eco-retry-btn{height:40px;padding:0 14px;border:1px solid #e0e5ea;border-radius:8px;background:#fff;color:#003b95;font-size:13px;font-weight:600;cursor:pointer}.cht-cbg-eco-retry-btn:hover{background:#f8fafc;border-color:#cbd5e1}.cht-cbg-eco-search{position:relative;flex:1 1 auto;width:100%;max-width:354px;min-width:0}.cht-cbg-eco-search__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#5a6777;pointer-events:none}.cht-cbg-eco-search input{width:100%;height:40px;padding:8px 16px 8px 40px;border:1px solid #e0e5ea;border-radius:8px;background:#fff;color:#07121e;font-size:14px;outline:none}.cht-cbg-eco-search input::placeholder{color:#5a6777}.cht-cbg-eco-search input:focus{border-color:#003b95}.cht-cbg-eco-card{background:#fff;border:1px solid #e0e5ea;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;width:100%;min-width:0}.cht-cbg-eco-mobile-sort{display:none}.cht-cbg-eco-table-wrap{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.cht-cbg-eco-table{width:100%;min-width:1100px;border-collapse:collapse;table-layout:auto}.cht-cbg-eco-table th,.cht-cbg-eco-table td{padding:16px;text-align:left;border-top:1px solid #e0e5ea;border-bottom:1px solid #e0e5ea;vertical-align:middle}.cht-cbg-eco-table th{min-height:48px;min-width:7.5rem;background:#f0f6fa;color:#555f69;font-size:12px;font-weight:600;text-transform:uppercase;line-height:1.3;position:sticky;top:0;z-index:1;white-space:normal;overflow-wrap:normal;word-break:normal;-webkit-hyphens:none;hyphens:none}.cht-cbg-eco-table th:nth-child(1){min-width:9.5rem;white-space:nowrap}.cht-cbg-eco-table th:nth-child(3),.cht-cbg-eco-table th:nth-child(4),.cht-cbg-eco-table th:nth-child(6){min-width:9rem}.cht-cbg-eco-table th:last-child{min-width:5rem;white-space:nowrap}.cht-cbg-eco-table td{height:56px;color:#5a6777;font-size:14px;font-weight:400;white-space:nowrap}.cht-cbg-eco-table__id{color:#07121e}.cht-cbg-eco-table__sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.cht-cbg-eco-table__sortable:hover{background:#e5eef5}.cht-cbg-eco-table__th-label{display:inline-flex;align-items:flex-start;gap:4px}.cht-cbg-eco-table__sort-icon{flex-shrink:0;margin-top:1px;font-size:12px;color:#64748b}.cht-cbg-eco-empty{text-align:center!important;padding:40px 16px!important;color:#94a3b8!important;font-style:italic}.cht-cbg-eco-empty--cards{margin:0;border:none}.cht-cbg-eco-cards{display:none}.cht-cbg-eco-view-btn{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:8px;background:transparent;color:#64748b;cursor:pointer}.cht-cbg-eco-view-btn:hover{color:#003b95;background:#eff6ff}.cht-cbg-eco-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px 16px;flex-wrap:wrap;min-height:56px;padding:12px 16px 12px 12px;border-top:1px solid #e0e5ea;background:#fff}.cht-cbg-eco-pagination__left,.cht-cbg-eco-pagination__right{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.cht-cbg-eco-pagination__left{color:#53595f;font-size:12px}.cht-cbg-eco-pagination__right{gap:4px;margin-left:auto}.cht-cbg-eco-page-size{display:inline-flex;align-items:center;border:1px solid #e0e5ea;border-radius:24px;background:#fff;overflow:hidden}.cht-cbg-eco-page-size select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;background:transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2353595f' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") no-repeat right 8px center;padding:8px 28px 8px 12px;color:#080e14;font-size:12px;font-weight:500;cursor:pointer;outline:none}.cht-cbg-eco-page-nav,.cht-cbg-eco-page-num{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:transparent;color:#07121e;font-size:12px;font-weight:500;cursor:pointer}.cht-cbg-eco-page-nav:disabled{opacity:.35;cursor:not-allowed}.cht-cbg-eco-page-num.is-active{background:#003b95;color:#fff}.cht-cbg-eco-page-num:not(.is-active):hover,.cht-cbg-eco-page-nav:not(:disabled):hover{background:#f1f5f9}.cht-cbg-eco-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;display:flex;align-items:center;justify-content:center;background:#0f172a8c;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);padding:16px}.cht-cbg-eco-modal{width:min(520px,100%);max-height:85vh;overflow:auto;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0f172a2e}.cht-cbg-eco-modal--wide{width:min(720px,100%)}.cht-cbg-eco-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid #e0e5ea}.cht-cbg-eco-modal__header h2{margin:0;font-size:1.05rem;color:#0a2744}.cht-cbg-eco-modal__close{border:none;background:transparent;font-size:1.5rem;line-height:1;color:#64748b;cursor:pointer}.cht-cbg-eco-modal__status{margin:0;padding:20px;color:#64748b;font-size:.92rem}.cht-cbg-eco-modal__status--error{color:#b91c1c}.cht-cbg-eco-modal__body{display:grid;gap:12px;margin:0;padding:20px}.cht-cbg-eco-modal__body div{display:grid;grid-template-columns:200px 1fr;gap:8px}.cht-cbg-eco-modal__body .cht-cbg-eco-modal__full{grid-template-columns:1fr}.cht-cbg-eco-modal__body dt{margin:0;color:#64748b;font-size:.8rem;font-weight:600;text-transform:uppercase}.cht-cbg-eco-modal__body dd{margin:0;color:#0f172a;font-size:.92rem;word-break:break-word;white-space:pre-wrap}.cht-cbg-eco-download-link{border:none;padding:0;background:transparent;color:#003b95;font-size:.92rem;font-weight:600;text-decoration:underline;cursor:pointer;text-align:left}.cht-cbg-eco-download-link:hover{color:#002a6b}.cht-cbg-eco-modal__note{margin:0;padding:0 20px 20px;color:#64748b;font-size:.82rem}.cht-cbg-eco-modal__note--error{color:#b91c1c}@media (min-width: 1400px){.cht-cbg-eco-table{min-width:0}.cht-cbg-eco-table th{white-space:nowrap}}@media (max-width: 1100px){.cht-cbg-eco-table th,.cht-cbg-eco-table td{padding:12px 14px}.cht-cbg-eco-table{min-width:1040px}.cht-cbg-eco-table th{font-size:11px}}@media (max-width: 900px){.cht-cbg-eco-toolbar{flex-direction:column;align-items:stretch}.cht-cbg-eco-toolbar__left,.cht-cbg-eco-toolbar__right{width:100%}.cht-cbg-eco-toolbar__right{margin-left:0;justify-content:flex-end}.cht-cbg-eco-search{max-width:none}.cht-cbg-eco-table-wrap{display:none}.cht-cbg-eco-mobile-sort{display:flex;padding:12px 12px 0}.cht-cbg-eco-mobile-sort__btn{display:inline-flex;align-items:center;gap:6px;height:36px;padding:0 12px;border:1px solid #e0e5ea;border-radius:8px;background:#fff;color:#555f69;font-size:12px;font-weight:600;cursor:pointer}.cht-cbg-eco-cards{display:flex;flex-direction:column;gap:12px;padding:12px}.cht-cbg-eco-card-item{border:1px solid #e0e5ea;border-radius:10px;background:#fff;padding:14px}.cht-cbg-eco-card-item__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eef2f6}.cht-cbg-eco-card-item__label{margin:0 0 4px;color:#64748b;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.cht-cbg-eco-card-item__id{margin:0;color:#07121e;font-size:15px;font-weight:600;word-break:break-word}.cht-cbg-eco-card-item__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.cht-cbg-eco-card-item__grid div{min-width:0}.cht-cbg-eco-card-item__grid dt{margin:0 0 4px;color:#64748b;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.cht-cbg-eco-card-item__grid dd{margin:0;color:#334155;font-size:13px;line-height:1.35;word-break:break-word}.cht-cbg-eco-pagination{flex-direction:column;align-items:stretch}.cht-cbg-eco-pagination__left,.cht-cbg-eco-pagination__right{width:100%;margin-left:0;justify-content:space-between}.cht-cbg-eco-pagination__right{justify-content:center}.cht-cbg-eco-modal__body div{grid-template-columns:1fr}}@media (max-width: 480px){.cht-cbg-eco-card-item__grid{grid-template-columns:1fr}.cht-cbg-eco-pagination__left{justify-content:flex-start}.cht-cbg-eco-search input{font-size:16px}}.ppac-dashboard-container{width:100%;box-sizing:border-box}.dashboard-header-bar{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;flex-wrap:wrap}.dashboard-main-title{font-size:1.4rem;font-weight:700;color:#1e293b;margin:0;line-height:1.3;white-space:nowrap}.dashboard-filters{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.dashboard-select{padding:7px 28px 7px 12px;border:1px solid #e2e8f0;border-radius:6px;background-color:#fff;color:#475569;font-size:.83rem;font-weight:500;cursor:pointer;outline:none;min-width:130px;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2394a3b8' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center}.dashboard-select:hover{border-color:#94a3b8}.dashboard-select:focus{border-color:#0f5132;box-shadow:0 0 0 3px #0f51321a}.btn-dashboard-clear{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border:1px solid #fca5a5;border-radius:6px;background-color:#fff5f5;color:#dc2626;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease}.btn-dashboard-clear:hover{background-color:#fee2e2;border-color:#f87171}.kpi-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-bottom:24px}.kpi-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:16px 18px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000a;transition:transform .2s ease,box-shadow .2s ease;min-width:0;overflow:hidden}.kpi-card:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.kpi-card.green-border{border-left:4px solid #0f5132}.kpi-card.orange-border{border-left:4px solid #d97706}.kpi-card.blue-border{border-left:4px solid #0ea5e9}.kpi-card.purple-border{border-left:4px solid #7c3aed}.kpi-content{display:flex;flex-direction:column;gap:3px;min-width:0;flex:1}.kpi-label{font-size:.68rem;font-weight:700;color:#64748b;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-value{font-size:1.35rem;font-weight:700;color:#0f172a;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-sub{font-size:.68rem;color:#94a3b8;margin-top:1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.kpi-sparkline{width:80px;min-width:80px;height:38px;flex-shrink:0;margin-left:12px}.charts-main-container{display:flex;flex-direction:column;gap:20px}.dashboard-chart-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px 24px;box-shadow:0 1px 3px #0000000a;overflow:visible}.chart-card-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.chart-card-title{font-size:.9rem;font-weight:700;color:#1e293b;margin:0}.chart-loading-badge{font-size:.7rem;background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0;border-radius:99px;padding:2px 10px;font-weight:600;animation:dash-pulse 1.4s ease-in-out infinite}@keyframes dash-pulse{0%,to{opacity:1}50%{opacity:.35}}.chart-empty{display:flex;align-items:center;justify-content:center;height:180px;color:#94a3b8;font-size:.88rem;font-style:italic;border:1px dashed #e2e8f0;border-radius:8px;background:#fafafa}.dual-charts-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}@media (max-width: 1200px){.kpi-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 900px){.dashboard-header-bar{flex-direction:column;align-items:flex-start}.dashboard-filters{width:100%}.kpi-grid{grid-template-columns:repeat(2,1fr)}.dual-charts-grid{grid-template-columns:1fr}}@media (max-width: 768px){.dashboard-main-title{display:none}.dashboard-header-bar{margin-bottom:16px}.dashboard-filters{flex-direction:column;align-items:stretch;width:100%}.dashboard-select{width:100%;min-width:0;box-sizing:border-box}.btn-dashboard-clear{width:100%;justify-content:center}.dashboard-chart-card{padding:14px 12px}.chart-card-title{font-size:.85rem}}@media (max-width: 560px){.kpi-grid{grid-template-columns:1fr}.kpi-sparkline{display:none}}.ppac-repository-container{width:100%;max-width:100%;box-sizing:border-box;margin:0 auto;padding:24px;background-color:#f8fafc;min-height:100vh}.repo-header-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.repo-main-title{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0}.repo-actions{display:flex;gap:12px}.btn-repo{padding:8px 16px;font-size:.85rem;font-weight:600;border-radius:6px;cursor:pointer;transition:all .15s ease}.btn-repo.border-btn{background:#fff;border:1px solid #cbd5e1;color:#475569}.btn-repo.border-btn:hover{background:#f1f5f9}.btn-repo.filled-btn{background:var(--color-primary);color:#fff;border:none}.btn-repo.filled-btn:hover{background:var(--color-primary-light)}.repo-filter-panel{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:14px 20px;margin-bottom:20px;gap:16px;box-shadow:0 1px 2px #00000005}.search-box{display:flex;align-items:center;border:1px solid #e2e8f0;border-radius:6px;padding:6px 12px;background:#f8fafc;flex-grow:1;min-width:280px;max-width:400px}.search-icon{margin-right:8px;color:#94a3b8;font-size:.9rem}.search-input{border:none;background:transparent;outline:none;font-size:.85rem;color:#334155;width:100%}.filter-dropdowns{display:flex;gap:10px;flex-wrap:wrap}.repo-select{padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;background-color:#fff;color:#475569;font-size:.85rem;font-weight:500;cursor:pointer;outline:none}.btn-clear-filters{display:inline-flex;align-items:center;gap:5px;padding:6px 14px;border:1px solid #fca5a5;border-radius:6px;background-color:#fff5f5;color:#dc2626;font-size:.82rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease}.btn-clear-filters:hover{background-color:#fee2e2;border-color:#f87171}.repo-table-outer{width:100%;max-width:100%}.repo-top-scroll{overflow-x:auto;overflow-y:hidden;width:100%;height:12px;border:1px solid #e2e8f0;border-bottom:none;border-radius:8px 8px 0 0;background-color:#f8fafc}.repo-top-scroll::-webkit-scrollbar{height:8px}.repo-top-scroll::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.repo-top-scroll::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}.repo-top-scroll::-webkit-scrollbar-thumb:hover{background:#64748b}.repo-top-scroll-inner{height:1px}.repo-table-wrapper{background-color:#fff;border:1px solid #e2e8f0;border-radius:0 0 8px 8px;overflow-x:auto;box-shadow:0 1px 3px #00000005;width:100%;max-width:100%;display:block}.repo-grid-table{width:100%;border-collapse:separate;border-spacing:0;text-align:left;font-size:.82rem;color:#334155;table-layout:auto}.repo-grid-table th,.repo-grid-table td{padding:10px 14px;border-bottom:1px solid #e2e8f0;border-right:1px solid #f1f5f9;white-space:nowrap}.repo-grid-table thead th{background-color:#1e3a5f;color:#fff;font-weight:700;font-size:.78rem;letter-spacing:.02em;border-bottom:1px solid #cbd5e1}.repo-grid-table thead tr.sub-headers th{background-color:#2c5282;font-weight:600}.sticky-col{position:sticky!important;z-index:10;background-color:#fff}.col-1{left:0;width:60px;min-width:60px;max-width:60px}.col-2{left:60px;width:180px;min-width:180px;max-width:180px}.col-3{left:240px;width:150px;min-width:150px;max-width:150px}.col-4{left:390px;width:160px;min-width:160px;max-width:160px}.col-5{left:550px;width:130px;min-width:130px;max-width:130px}.col-6{left:680px;width:110px;min-width:110px;max-width:110px}thead th.sticky-col{z-index:25}thead tr.main-group-header th.sticky-group-header{left:0;z-index:30;background-color:#1e3a5f!important}thead tr.sub-headers th.sticky-col{background-color:#2c5282!important}.group-border-right{border-right:3px solid #cbd5e1!important}.repo-grid-table tbody tr:hover{background-color:#f8fafc}.repo-grid-table tbody tr:hover td.sticky-col{background-color:#f8fafc!important}.font-bold{font-weight:700}.text-muted{color:#94a3b8}.text-primary{color:#1a365d}.text-success{color:#15803d}.text-accent{color:#0c4a6e;font-size:.85rem}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0f172a80;display:flex;justify-content:center;align-items:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-container{background:#fff;border-radius:12px;width:550px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;overflow:hidden}.modal-header{padding:18px 24px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.modal-header h3{font-size:1.05rem;font-weight:700;color:#0f172a}.close-btn{font-size:1.5rem;color:#94a3b8;background:transparent;border:none;cursor:pointer;line-height:1}.close-btn:hover{color:#475569}.modal-body{padding:24px}@media (max-width: 768px){.ppac-repository-container{padding:0;margin-left:calc(-1 * var(--space-4, 16px));margin-right:calc(-1 * var(--space-4, 16px));width:calc(100% + 2 * var(--space-4, 16px));min-height:auto;background-color:transparent}.repo-header-bar,.repo-filter-panel,.repo-table-outer{padding-left:var(--space-4, 16px);padding-right:var(--space-4, 16px)}.repo-main-title{display:none}.repo-header-bar{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.repo-actions{flex-wrap:wrap;width:100%;gap:8px}.btn-repo{flex:1 1 calc(50% - 4px);min-width:0;justify-content:center;text-align:center}.repo-filter-panel{flex-direction:column;align-items:stretch;margin-bottom:16px}.search-box{min-width:0;max-width:none;width:100%}.filter-dropdowns{flex-direction:column;width:100%}.repo-select,.btn-clear-filters{width:100%;box-sizing:border-box}.repo-table-wrapper{-webkit-overflow-scrolling:touch}.modal-container{width:min(550px,calc(100vw - 32px));max-height:calc(100vh - var(--portal-chrome-height, 80px) - 32px);overflow-y:auto}}@media (max-width: 480px){.ppac-repository-container{margin-left:calc(-1 * var(--space-3, 12px));margin-right:calc(-1 * var(--space-3, 12px));width:calc(100% + 2 * var(--space-3, 12px))}.repo-header-bar,.repo-filter-panel,.repo-table-outer{padding-left:var(--space-3, 12px);padding-right:var(--space-3, 12px)}.btn-repo{flex:1 1 100%}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ppac-history-container{max-width:1400px;margin:0 auto;padding:24px;background-color:#f8fafc;min-height:100vh}.history-header-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.history-main-title{font-size:1.5rem;font-weight:700;color:#1e293b}.history-filters{display:flex;gap:12px}.history-select{padding:6px 12px;border:1px solid #e2e8f0;border-radius:6px;background-color:#fff;color:#475569;font-size:.85rem;font-weight:500;cursor:pointer;outline:none;min-width:120px;transition:border-color .15s ease}.history-select:hover{border-color:#cbd5e1}.history-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px #00000005;overflow:hidden}.history-grid-table{width:100%;border-collapse:collapse;text-align:left;font-size:.85rem;color:#334155}.history-grid-table th,.history-grid-table td{padding:14px 18px;border-bottom:1px solid #e2e8f0}.history-grid-table th{background-color:#f8fafc;color:#475569;font-weight:700}.history-grid-table tr:hover{background-color:#f8fafc}.history-loading,.history-empty{padding:40px;text-align:center;color:#64748b;font-size:.9rem}.file-name-cell{max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-right{text-align:right}.text-center{text-align:center}.font-semibold{font-weight:600}.text-muted{color:#64748b}.uploaded-by-label{background-color:#f1f5f9;color:#475569;padding:2px 8px;border-radius:4px;font-weight:600;font-size:.78rem}.status-pill{padding:4px 10px;border-radius:9999px;font-size:.75rem;font-weight:700;display:inline-block}.pill-published{background-color:#dcfce7;color:#15803d}.pill-archived{background-color:#f1f5f9;color:#64748b}.pill-failed{background-color:#fee2e2;color:#b91c1c}.actions-cell{display:flex;justify-content:center;gap:12px}.action-btn{background:transparent;border:none;cursor:pointer;font-size:1.05rem;color:#64748b;padding:2px;transition:color .15s ease}.action-btn:hover{color:#1e293b}@media (max-width: 768px){.ppac-history-container{padding:0;margin-left:calc(-1 * var(--space-4, 16px));margin-right:calc(-1 * var(--space-4, 16px));width:calc(100% + 2 * var(--space-4, 16px));min-height:auto;background-color:transparent}.history-header-bar,.history-table-card{margin-left:var(--space-4, 16px);margin-right:var(--space-4, 16px)}.history-main-title{display:none}.history-header-bar{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px}.history-filters{flex-direction:column;width:100%}.history-select{width:100%;min-width:0;box-sizing:border-box}.history-table-card{overflow:visible}.history-table-card .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.history-grid-table{min-width:720px}}@media (max-width: 480px){.ppac-history-container{margin-left:calc(-1 * var(--space-3, 12px));margin-right:calc(-1 * var(--space-3, 12px));width:calc(100% + 2 * var(--space-3, 12px))}.history-header-bar,.history-table-card{margin-left:var(--space-3, 12px);margin-right:var(--space-3, 12px)}}.acp-review-page{display:flex;flex-direction:column;gap:16px;padding:18px 20px 28px}.acp-review-page__header{display:flex;flex-direction:column;gap:16px}.acp-review-page__back{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;border:1px solid #c8d4f8;background:#eef3ff;color:#1d4ed8;border-radius:999px;padding:8px 12px;font-weight:700;cursor:pointer}.acp-review-page__header-main{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.acp-review-page__header-main h1{margin:0;font-size:1.6rem;line-height:1.15;color:#13213c}.acp-review-page__header-main p{margin:4px 0 0;color:#5a6785;font-size:.95rem}.acp-review-page__filter{display:flex;flex-direction:column;gap:6px;min-width:260px}.acp-review-page__filter span{font-size:.72rem;font-weight:800;color:#334155;text-transform:uppercase;letter-spacing:.04em}.acp-review-page__filter select{width:100%;height:40px;border:1px solid #d6def3;border-radius:10px;background:#fff;color:#1f2a44;padding:0 12px}.acp-review-page__state{padding:20px;border:1px solid #d8e1f5;border-radius:16px;background:#fff;color:#334155}.acp-review-page__state--error{display:flex;flex-direction:column;gap:6px;color:#b91c1c}.acp-review-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.acp-review-summary article,.acp-review-window,.acp-review-notice,.acp-review-checklist,.acp-review-decision,.acp-review-meta{border:1px solid #d9e2f6;background:#fff;border-radius:14px;box-shadow:0 2px 8px #1b315b0a}.acp-review-summary article{padding:16px;display:flex;flex-direction:column;gap:4px}.acp-review-summary article span,.acp-review-window__label{text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:800;color:#6b7b99}.acp-review-summary article strong{font-size:1rem;color:#111827}.acp-review-summary article small{color:#64748b}.acp-review-window{padding:18px 16px;display:flex;flex-direction:column;gap:4px}.acp-review-window__days{font-size:2rem;font-weight:900;color:#0f172a;line-height:1}.acp-review-window p{margin:0;color:#667085;font-size:.9rem}.acp-review-notice{padding:16px;display:flex;flex-direction:column;gap:8px;border-left:4px solid #f59e0b;background:linear-gradient(180deg,#fffaf0,#fff)}.acp-review-notice__header{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.acp-review-notice__label{text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:800;color:#a16207}.acp-review-notice__header strong{color:#92400e;font-size:.9rem}.acp-review-notice__remarks{margin:0;color:#7c2d12;line-height:1.5;white-space:pre-wrap}.acp-review-checklist,.acp-review-decision{padding:16px}.acp-review-checklist h2,.acp-review-decision h2{margin:0 0 12px;font-size:1rem;color:#0f172a}.acp-review-checklist__items{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.acp-review-checklist__item{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #e3eaf8;border-radius:12px;padding:14px 14px 14px 12px;background:#fff;min-height:56px}.acp-review-checklist__content{display:flex;flex-direction:column;gap:4px;min-width:0}.acp-review-checklist__status{display:inline-flex;align-items:center;gap:10px;font-weight:700;color:#13213c}.acp-review-checklist__status svg{color:#16a34a;flex-shrink:0}.acp-review-checklist__file{margin-left:2px;color:#6b7280;font-size:.82rem;line-height:1.35}.acp-review-checklist__actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.acp-review-icon-btn{width:34px;height:34px;border-radius:8px;border:1px solid #d6def3;background:#eef3ff;color:#1d4ed8;display:inline-flex;align-items:center;justify-content:center;opacity:.8}.acp-review-icon-btn:disabled{cursor:not-allowed}.acp-review-decision__remarks{width:100%;resize:vertical;min-height:92px;border-radius:12px;border:1px solid #d6def3;padding:12px;font:inherit;color:#111827}.acp-review-decision__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:14px}.acp-review-decision__btn{min-height:44px;border-radius:10px;border:none;padding:10px 14px;font-weight:800;cursor:pointer;color:#fff}.acp-review-decision__btn--danger{background:linear-gradient(180deg,#ef4444,#dc2626)}.acp-review-decision__btn--success{background:linear-gradient(180deg,#16a34a,#15803d)}.acp-review-decision__btn:disabled{opacity:.7;cursor:not-allowed}.acp-review-decision__state-note{color:#475569;font-size:.92rem;line-height:1.45}.acp-review-decision__state-note--stacked{display:flex;flex-direction:column;gap:12px}.acp-review-meta{display:flex;flex-wrap:wrap;gap:12px 18px;align-items:center;padding:12px 16px;color:#475569}.acp-review-meta span{display:inline-flex;align-items:center;gap:8px}@media (max-width: 1024px){.acp-review-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.acp-review-checklist__items{grid-template-columns:1fr}}@media (max-width: 640px){.acp-review-summary,.acp-review-decision__actions{grid-template-columns:1fr}}.scada-config-page{padding:24px 0}.scada-config-card{max-width:720px;margin:0 auto;border:0;border-radius:20px;box-shadow:0 16px 40px #0f172a14}.scada-config-card__header{margin-bottom:20px}.scada-config-card__header h1{margin:0 0 8px;font-size:1.5rem;color:#0f172a}.scada-config-card__header p{margin:0;color:#475569}.scada-config-form{display:grid;gap:18px}.scada-config-field{display:grid;gap:8px}.scada-config-field label{font-size:.95rem;font-weight:600;color:#334155}.scada-config-field span{font-size:.88rem;color:#64748b}.scada-config-toggle-row{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc}.scada-config-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.scada-config-grid .ant-input-number{width:100%}.scada-config-actions{display:flex;justify-content:flex-end;gap:12px}@media (max-width: 640px){.scada-config-toggle-row{align-items:flex-start;flex-direction:column}.scada-config-actions{justify-content:stretch}.scada-config-actions>button{flex:1 1 0}.scada-config-grid{grid-template-columns:1fr}}.protected-route-loading{display:flex;min-height:100vh;align-items:center;justify-content:center}.protected-route-denied{text-align:center;padding:40px;margin-top:40px}.protected-route-denied__title{color:var(--color-danger);margin-bottom:16px}.protected-route-denied__message{color:var(--color-text-secondary);margin-bottom:24px}:root{--gp-font-scale: 1;--color-primary: #0056ac;--color-primary-light: #1a3d5c;--color-primary-dark: #061a2e;--color-accent: #f5a623;--color-accent-dark: #d4891a;--color-accent-light: #fdb94a;--color-surface: #f8f9fc;--color-surface-card: #ffffff;--color-surface-elevated: #ffffff;--color-border: #dde2ec;--color-border-light: #eef1f8;--color-text-primary: #1a1f36;--color-text-secondary: #6b7280;--color-text-muted: #9ca3af;--color-text-inverse: #ffffff;--color-text-accent: #f5a623;--color-text-link: #0a2744;--color-text-review: #6d7c91;--color-danger: #d32f2f;--color-danger-bg: #ffebee;--color-danger-border: #ef9a9a;--color-success: #2e7d32;--color-success-dark: #256628;--color-success-bg: #e8f5e9;--color-success-border: #a5d6a7;--color-warning: #f57c00;--color-warning-bg: #fff3e0;--color-warning-border: #ffcc80;--color-info: #0277bd;--color-info-bg: #e1f5fe;--color-info-border: #81d4fa;--color-primary-rgb: 0, 86, 172;--color-accent-rgb: 245, 166, 35;--selection-accent: var(--color-primary);--selection-accent-bg: var(--color-info-bg);--selection-border-hover: var(--color-info-border);--shadow-selection-hover: 0 4px 14px rgba(var(--color-primary-rgb), .08);--shadow-selection-selected: 0 4px 16px rgba(var(--color-primary-rgb), .1);--shadow-selection-check: 0 2px 6px rgba(var(--color-primary-rgb), .25);--wizard-panel-bg: var(--color-surface);--wizard-panel-border: var(--color-border);--stepper-marker-inactive-bg: var(--color-surface-card);--stepper-marker-inactive-border: var(--color-border);--stepper-marker-inactive-text: var(--color-text-muted);--stepper-label-inactive: var(--color-text-muted);--stepper-label-active: var(--color-text-primary);--stepper-separator: var(--color-border);--stepper-accent-ring: rgba(var(--color-accent-rgb), .18);--entity-wizard-max-width: 1120px;--btn-wizard-min-width: 6.5rem;--btn-wizard-height: 2.5rem;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--space-16: 64px;--space-20: 80px;--space-24: 96px;--font-heading: "Inter", sans-serif;--font-body: "Noto Sans", sans-serif;--font-mono: "Courier New", Courier, monospace;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--font-normal: 400;--font-medium: 500;--font-semibold: 600;--font-bold: 700;--leading-tight: 1.25;--leading-snug: 1.375;--leading-normal: 1.5;--leading-relaxed: 1.625;--radius-xs: 2px;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px rgba(0, 0, 0, .07), 0 2px 4px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .1), 0 4px 6px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px rgba(0, 0, 0, .1), 0 10px 10px rgba(0, 0, 0, .04);--shadow-2xl: 0 25px 50px rgba(0, 0, 0, .15);--shadow-inner: inset 0 2px 4px rgba(0, 0, 0, .06);--shadow-primary: 0 4px 14px rgba(10, 39, 68, .25);--shadow-accent: 0 4px 14px rgba(245, 166, 35, .35);--portal-chrome-height: 80px;--sidebar-width: 16%;--sidebar-width-collapsed: 64px;--topbar-height: 64px;--content-max-width: 1280px;--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease;--transition-spring: .3s cubic-bezier(.34, 1.56, .64, 1);--z-base: 0;--z-dropdown: 50;--z-sticky: 80;--z-topbar: 90;--z-sidebar: 100;--z-modal: 200;--z-toast: 99999;--z-tooltip: 400}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;overscroll-behavior:none}html[data-font-size=small]{font-size:14px;--gp-font-scale: .875}html[data-font-size=large]{font-size:18px;--gp-font-scale: 1.125}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-text-primary);background-color:var(--color-surface);line-height:var(--leading-normal);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:clip;overscroll-behavior:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);line-height:var(--leading-tight);font-weight:var(--font-semibold);color:var(--color-text-primary)}a{color:var(--color-text-link);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:3px solid var(--color-accent);outline-offset:2px;border-radius:var(--radius-sm)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-border-light)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-shell{width:100%;max-width:100vw;margin-top:0}.app-shell .main-content{padding-top:0}.main-content{min-width:0;padding-left:var(--sidebar-width);padding-top:4%;padding-bottom:var(--space-6);background-color:var(--color-surface);transition:padding-left var(--transition-base);overflow-x:clip;display:flex;flex-direction:column;min-height:100vh}.main-content.collapsed{padding-left:var(--sidebar-width-collapsed)}.page-container{width:100%;min-width:0;margin:0 auto;padding:var(--space-6);box-sizing:border-box;overflow-x:clip;flex-grow:1}.sidebar{position:fixed;left:0;top:var(--portal-chrome-height);bottom:0;width:var(--sidebar-width);background-color:#003b95;color:var(--color-text-inverse);z-index:var(--z-sidebar);display:flex;flex-direction:column;box-shadow:var(--shadow-lg);transition:width var(--transition-base),transform var(--transition-base);overflow:hidden;box-sizing:border-box}.sidebar.collapsed{width:var(--sidebar-width-collapsed)}.sidebar.collapsed .sidebar-portal-brand-wrap{display:none}.sidebar.collapsed .sidebar-nav-item{margin:var(--space-1) var(--space-1)}.sidebar.collapsed .sidebar-link{justify-content:center;padding:var(--space-3) 0}.sidebar.collapsed .sidebar-link.active{border-left-color:#f5a623;box-shadow:none}.sidebar.collapsed .sidebar-link>span:not(.sidebar-link-icon),.sidebar.collapsed .sidebar-nav-group-title,.sidebar.collapsed .sidebar-nav-divider{display:none}.sidebar.collapsed .sidebar-link-icon{margin-right:0}.sidebar-logo{height:var(--topbar-height);display:none;align-items:center;padding:0 var(--space-4);border-bottom:1px solid var(--color-primary-light);font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--font-bold);overflow:hidden;white-space:nowrap}.sidebar-nav{flex:1;min-height:0;padding:var(--space-4) 0;list-style:none;overflow-y:auto;overflow-x:hidden}.sidebar-nav-item{margin:var(--space-1) var(--space-2)}.sidebar-link{display:flex;align-items:center;padding:var(--space-3) var(--space-4);padding-left:12px;border-left:4px solid transparent;color:var(--color-border);border-radius:var(--radius-md);font-size:var(--text-sm);font-weight:var(--font-medium);transition:all var(--transition-fast);cursor:pointer;white-space:nowrap;box-sizing:border-box}.sidebar-link:hover{text-decoration:none;background-color:#ffffff14;color:var(--color-text-inverse)}.sidebar-link.active{background-color:#ffffff26;color:var(--color-text-inverse);border-left-color:#f5a623;box-shadow:none;font-weight:var(--font-semibold)}.sidebar-footer{padding:var(--space-4);border-top:1px solid var(--color-primary-light);overflow:hidden}.user-badge{display:flex;align-items:center;gap:var(--space-2)}.user-avatar{width:32px;height:32px;border-radius:var(--radius-full);background-color:var(--color-accent);color:var(--color-primary-dark);display:flex;align-items:center;justify-content:center;font-weight:var(--font-bold);font-size:var(--text-sm)}.user-info{display:flex;flex-direction:column}.user-name{font-size:var(--text-xs);font-weight:var(--font-semibold)}.user-role{font-size:10px;color:var(--color-text-muted)}.topbar{position:fixed;top:var(--portal-chrome-height);right:0;left:var(--sidebar-width);height:var(--topbar-height);background-color:var(--color-surface-card);border-bottom:1px solid var(--color-border);z-index:var(--z-topbar);display:flex;align-items:center;justify-content:space-between;padding:0 var(--space-6);transition:left var(--transition-base);box-shadow:var(--shadow-sm)}.topbar.collapsed{left:var(--sidebar-width-collapsed)}.topbar-left{display:flex;align-items:center;gap:var(--space-4)}.menu-toggle{background:none;border:none;font-size:var(--text-xl);color:var(--color-primary);cursor:pointer;padding:var(--space-2);border-radius:var(--radius-sm);display:flex;align-items:center}.menu-toggle:hover{background-color:var(--color-surface)}.topbar-right{display:flex;align-items:center;gap:var(--space-4)}.notification-bell{background:none;border:none;font-size:var(--text-lg);color:var(--color-text-secondary);cursor:pointer;position:relative;padding:var(--space-2);border-radius:var(--radius-sm)}.notification-bell:hover{background-color:var(--color-surface)}.notification-bell-wrap{position:relative;display:flex;align-items:center;gap:8px}.notification-type-summary{display:flex;flex-wrap:wrap;gap:4px;max-width:280px;justify-content:flex-end}.notification-type-pill{font-size:.65rem;font-weight:600;padding:2px 6px;border-radius:999px;background:var(--color-surface-sub);color:var(--color-text-secondary);white-space:nowrap}.notification-type-pill--clarification_query{background:#f5a62326;color:#b45309}.notification-type-pill--registration_rejected{background:#dc26261f;color:#b91c1c}.notification-type-pill--registration_approved{background:#2e7d321f;color:var(--color-primary)}.notification-badge{position:absolute;top:0;right:0;min-width:1.125rem;height:1.125rem;padding:0 4px;background-color:var(--color-danger);color:#fff;border-radius:var(--radius-full);font-size:.625rem;font-weight:var(--font-bold);line-height:1.125rem;text-align:center}.notification-panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--z-topbar) + 1);background:transparent;border:none;cursor:default}.notification-panel{position:absolute;top:calc(100% + var(--space-2));right:0;width:max-content;min-width:320px;max-width:min(420px,calc(100vw - 2 * var(--space-4)));max-height:min(70vh,520px);overflow:hidden;display:flex;flex-direction:column;background:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:calc(var(--z-topbar) + 2)}.notification-panel__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding:var(--space-4);border-bottom:1px solid var(--color-border)}.notification-panel__header h2{margin:0;font-size:var(--text-base);color:var(--color-primary)}.notification-panel__header-actions{display:flex;align-items:center;gap:var(--space-2)}.notification-panel__mark-all{background:none;border:none;color:var(--color-primary);font-size:var(--text-xs);font-weight:var(--font-semibold);cursor:pointer}.notification-panel__close{background:none;border:none;font-size:1.25rem;line-height:1;cursor:pointer;color:var(--color-text-secondary)}.notification-panel__body{overflow-y:auto;padding:var(--space-2)}.notification-panel__empty{padding:var(--space-6);text-align:center;color:var(--color-text-secondary);font-size:var(--text-sm)}.notification-panel__item{padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--color-border-light);background:var(--color-surface);margin-bottom:var(--space-2)}.notification-panel__item-row{display:flex;align-items:flex-start;gap:var(--space-2)}.notification-panel__item-main{flex:1;min-width:0}.notification-panel__dismiss{flex-shrink:0;width:1.75rem;height:1.75rem;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-secondary);font-size:1.125rem;line-height:1;cursor:pointer}.notification-panel__dismiss:hover{background:#0000000f;color:var(--color-text-primary)}.notification-panel__item--read{opacity:.75}.notification-panel__item-top{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);margin-bottom:var(--space-2)}.notification-type-chip{display:inline-flex;align-items:center;padding:2px 8px;border-radius:var(--radius-full);font-size:.6875rem;font-weight:var(--font-bold);text-transform:uppercase;letter-spacing:.02em}.notification-type-chip--warning{background:#d977061f;color:#b45309}.notification-type-chip--danger{background:#ef44441f;color:#b91c1c}.notification-type-chip--success{background:#22c55e1f;color:#15803d}.notification-type-chip--info{background:#3b82f61f;color:#1d4ed8}.notification-panel__time{font-size:var(--text-xs);color:var(--color-text-muted)}.notification-panel__title{margin:0 0 var(--space-1);font-size:var(--text-sm);color:var(--color-text-primary)}.notification-panel__message{margin:0;font-size:var(--text-sm);color:var(--color-text-secondary)}.notification-panel__query{margin:var(--space-2) 0 0;padding:var(--space-2) var(--space-3);border-left:3px solid var(--color-warning, #d97706);background:#d977060f;font-size:var(--text-sm);color:var(--color-text-primary)}.notification-panel__action{margin-top:var(--space-3)}.registration-governance-banner{margin-bottom:var(--space-4);padding:var(--space-3) var(--space-4);border-radius:var(--radius-md);font-size:var(--text-sm);line-height:1.5}.registration-governance-banner--locked{background:#ef44440f;border:1px solid rgba(239,68,68,.18);color:#991b1b}.registration-governance-banner--query{background:#d977060f;border:1px solid rgba(217,119,6,.18);color:#92400e}.registration-governance-banner strong{display:block;margin-bottom:4px}.btn{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-body);font-weight:var(--font-semibold);border-radius:var(--radius-md);cursor:pointer;transition:all var(--transition-fast);border:1px solid transparent;white-space:nowrap;gap:var(--space-2)}.btn-primary{background-color:var(--color-primary);color:var(--color-text-inverse)}.btn-primary:hover:not(:disabled){background-color:var(--color-primary-light);box-shadow:var(--shadow-md)}.btn-secondary{background-color:transparent;border-color:var(--color-border);color:var(--color-primary)}.btn-secondary:hover:not(:disabled){background-color:var(--color-border-light)}.btn-success{background-color:var(--color-success);color:var(--color-text-inverse);border-color:var(--color-success)}.btn-success:hover:not(:disabled){background-color:var(--color-success-dark);box-shadow:var(--shadow-md)}.btn-success:disabled{opacity:1;cursor:default;background-color:var(--color-success);border-color:var(--color-success);color:var(--color-text-inverse)}.btn-danger{background-color:var(--color-danger);color:var(--color-text-inverse)}.btn-danger:hover:not(:disabled){background-color:#b71c1c}.btn-ghost{background-color:transparent;color:var(--color-text-secondary)}.btn-ghost:hover:not(:disabled){background-color:var(--color-border-light);color:var(--color-text-primary)}.btn-sm{padding:var(--space-1) var(--space-3);font-size:var(--text-xs);height:32px}.btn-md{padding:var(--space-2) var(--space-4);font-size:var(--text-sm);height:40px}.btn-lg{padding:var(--space-3) var(--space-6);font-size:var(--text-base);height:48px}.btn:disabled{opacity:.6;cursor:not-allowed}.form-group{margin-bottom:var(--space-4)}label,[class*=-label]:not([class*=btn]):not([class*=badge]):not([class*=-label-row]):not([class*=review-summary]):not([class*=wizard-stepper__label]):not([class*=step-label]),[class*=__label]:not([class*=btn]):not([class*=badge]):not([class*=review-summary]):not([class*=wizard-stepper__label]),.form-label,.field-label,.cgd-label,.registration-form-label,.gm-modal-form-label,.offtake-label,.reg-plant-field-label,.gm-gstin-segment__label,.oa-search__label,.auth-label,.reg-plant-coordinator-field__label,.reg-producer-submitted-person-card__label,.reg-producer-submitted-detail-label{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-text-primary, #0f172a);margin-bottom:var(--space-1)}.reg-password-field-label-row{display:flex;align-items:center;gap:4px;margin-bottom:5px;flex-wrap:nowrap}.required-star{color:var(--color-danger);margin-left:4px}.form-input,.form-select,.form-textarea{width:100%;padding:var(--space-2) var(--space-3);border:1px solid var(--color-border);border-radius:var(--radius-md);font-family:var(--font-body);font-size:var(--text-sm);color:var(--color-text-primary);background-color:var(--color-surface-card);transition:border-color var(--transition-fast)}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--color-primary-light);outline:none}input[type=password]::-ms-reveal,input[type=password]::-ms-clear{display:none}::placeholder{color:#cbd5e1;opacity:1}.form-input.error,.form-select.error,.form-textarea.error{border-color:var(--color-danger);background-color:var(--color-danger-bg)}.form-error-msg{color:var(--color-danger);font-size:var(--text-xs);margin-top:var(--space-1);display:block}.form-hint-msg{color:var(--color-text-secondary);font-size:var(--text-xs);margin-top:var(--space-1);display:block}.form-info-hint{font-weight:var(--font-normal);font-size:var(--text-xs);color:var(--color-text-secondary)}.wizard-step-heading+.mandatory-field-hint,.reg-producer-section-title+.mandatory-field-hint,.dialog-header__title+.mandatory-field-hint,.login-page__panel-title+.mandatory-field-hint,.login-page__panel-subtitle+.mandatory-field-hint,.cgd-section-desc+.mandatory-field-hint,.details-title+.mandatory-field-hint,.otp-modal__subtitle+.mandatory-field-hint,.scheme-app-form__scheme-summary+.mandatory-field-hint,.scheme-docs-step__title+.mandatory-field-hint,.scheme-cap-apply-modal__brownfield-title+.mandatory-field-hint,.scheme-milestones__modal-header .mandatory-field-hint,.ao-modal-head .mandatory-field-hint,.gp-welcome-strip .mandatory-field-hint,.gm-modal-header .mandatory-field-hint,.rq-modal__subtitle+.mandatory-field-hint,.support-raise-modal__title-wrap .mandatory-field-hint,.gp-support-form>.mandatory-field-hint{margin:6px 0}.wizard-panel{border:1px solid var(--wizard-panel-border);border-radius:var(--radius-lg);background:var(--wizard-panel-bg);overflow:visible;box-shadow:inset 0 1px #fff9}.wizard-panel__header{padding:var(--space-3) var(--space-5) 0;border-radius:var(--radius-lg) var(--radius-lg) 0 0}.wizard-panel__title{display:flex;align-items:center;gap:var(--space-2);margin:0;font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-text-link);line-height:var(--leading-snug)}.wizard-panel__body{padding:var(--space-4) var(--space-5) var(--space-5)}.wizard-step-details .wizard-panel{margin-bottom:var(--space-3)}.wizard-panel__header--split{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);padding-right:var(--space-5)}.wizard-step-actions-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);margin-top:var(--space-1)}.wizard-step-actions-row__label{display:inline-flex;align-items:center;gap:var(--space-2);font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--color-text-primary)}.btn-outline-success{background:var(--color-surface-card);border:1px solid var(--color-success);color:var(--color-success)}.btn-outline-success:hover:not(:disabled){background:var(--color-success-bg);border-color:var(--color-success-dark);color:var(--color-success-dark)}.wizard-step-heading{font-size:var(--text-base);color:var(--color-text-primary);line-height:var(--leading-snug);display:flex;align-items:center;gap:var(--space-2);letter-spacing:-.01em}.wizard-step-details{display:flex;flex-direction:column;min-width:0}.wizard-step-details--split{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:var(--space-5);align-items:stretch}.wizard-step-details--split .wizard-step-details__form{min-width:0;display:flex;flex-direction:column}.wizard-step-details--split .wizard-step-details__map{min-width:0;align-self:stretch;display:flex;flex-direction:column}@media (max-width: 900px){.wizard-step-details--split{grid-template-columns:1fr}.wizard-step-details--split .wizard-step-details__map{min-height:280px}}.wizard-step-details--review>.wizard-step-heading{margin:0 0 var(--space-3)}.review-summary-card__header{display:flex;align-items:center;justify-content:space-between;gap:var(--space-4);padding:12px var(--space-6);border-bottom:1px solid var(--color-border, #e2e8f0)}.review-summary-card__title{font-size:var(--text-sm);font-weight:var(--font-normal);line-height:var(--leading-snug);letter-spacing:-.01em}.review-summary-code{display:inline-flex;align-items:baseline;gap:8px;flex-shrink:0}.review-summary-code__label{font-size:var(--text-xs);font-weight:var(--font-normal);color:#6d7c91;color:var(--color-text-review, #6d7c91);margin-bottom:0}.review-summary-code__value{font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-primary);letter-spacing:.03em;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.review-summary-code__value--pending{color:#b45309}.review-summary-card__body{padding:var(--space-5) var(--space-6)}.review-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:var(--space-6);row-gap:var(--space-5);min-width:0}.review-summary-field{display:flex;flex-direction:column;gap:6px;min-width:0}.review-summary-field__label{font-size:var(--text-xs);font-weight:var(--font-normal);color:#6d7c91;color:var(--color-text-review, #6d7c91);line-height:1.35;letter-spacing:.01em;margin-bottom:0}.review-summary-field__value{font-size:var(--text-sm);font-weight:var(--font-normal);color:var(--color-text-primary);line-height:1.45;word-break:break-word}.review-summary-field__value--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.03em;font-weight:var(--font-normal);color:var(--color-text-primary)}.review-summary-field__value--empty{color:var(--color-text-muted);font-weight:var(--font-normal)}.review-summary-field--span-2{grid-column:span 2}.review-summary-subsection+.review-summary-subsection{margin-top:var(--space-5);padding-top:var(--space-5);border-top:1px solid var(--color-border)}.review-summary-subsection__title{margin:0 0 var(--space-4);font-size:var(--text-sm);font-weight:var(--font-normal);color:var(--color-text-review);letter-spacing:-.01em}@media (max-width: 960px){.review-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-summary-field--span-2{grid-column:span 2}}@media (max-width: 560px){.review-summary-grid{grid-template-columns:1fr}.review-summary-field--span-2{grid-column:span 1}.review-summary-card__header{flex-direction:column;align-items:flex-start}.review-summary-code{text-align:left}}.review-summary-grid--2-cols{grid-template-columns:repeat(2,minmax(0,1fr))}.review-summary-grid--3-cols{grid-template-columns:repeat(3,minmax(0,1fr))}.review-summary-stack--compact{display:flex;flex-direction:column;gap:var(--space-5)}.review-summary-section-heading{display:flex;align-items:center;gap:var(--space-2);margin:0;padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border, #e2e8f0);font-size:var(--text-sm);font-weight:var(--font-normal);color:var(--color-text-review, #6d7c91);line-height:1.4}.review-summary-section-heading__icon{display:inline-flex;flex-shrink:0;color:var(--color-primary, #0284c7);line-height:1}.review-summary-section-heading--inset{margin-top:0;padding-top:0;border-top:none}.review-summary-card__body--stacked{display:flex;flex-direction:column;gap:var(--space-5)}.review-summary-subpanel{padding:18px 20px;border:1px solid var(--color-border, #e2e8f0);border-radius:12px;background:#f8fafc}.registration-success-summary{display:flex;flex-direction:column;gap:var(--space-5)}.registration-success-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;isolation:isolate;display:flex;align-items:center;justify-content:center;padding:var(--space-4);background:#0f172a8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.registration-success-modal{display:flex;flex-direction:column;width:100%;max-width:40%;max-height:calc(100dvh - 32px);max-height:calc(100vh - 32px);overflow:hidden;text-align:left;background:var(--color-surface-card, #fff);border:1px solid var(--color-border, #e2e8f0);border-radius:20px;box-shadow:0 24px 60px #0f172a33}.registration-success-modal__header{flex-shrink:0;padding:28px 32px 8px;text-align:center}.registration-success-modal__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;margin:0 auto var(--space-3);border-radius:50%;background:#22c55e1f;color:#16a34a;font-size:1.5rem;line-height:1}.registration-success-modal__title{margin:0 0 var(--space-2);font-size:1.875rem;font-weight:var(--font-bold);letter-spacing:-.02em;line-height:1.2;color:#16a34a}.registration-success-modal__subtitle{margin:0;font-size:.9375rem;font-weight:var(--font-normal);line-height:1.5;color:var(--color-text-review, #6d7c91)}.registration-success-modal__body{flex:1 1 auto;min-height:0;display:flex;flex-direction:column;gap:var(--space-6);padding:8px 32px 20px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.registration-success-modal__footer{flex-shrink:0;justify-content:center;padding:6px 32px 28px;display:flex}.registration-success-alert{padding:14px var(--space-4);border:1px dashed #86efac;border-radius:10px;background:#f0fdf4;font-size:var(--text-sm);font-weight:var(--font-normal);line-height:1.5;color:var(--color-text-primary)}.registration-success-modal__cta{padding:8px 16px;border-radius:8px;font-size:.9375rem;font-weight:var(--font-bold);letter-spacing:.01em}@media (max-width: 640px){.registration-success-overlay{padding:var(--space-3)}.registration-success-modal{max-width:100%;max-height:calc(100dvh - 24px);max-height:calc(100vh - 24px)}.registration-success-modal__header,.registration-success-modal__body,.registration-success-modal__footer{padding-left:20px;padding-right:20px}.registration-success-modal__title{font-size:1.5rem}.review-summary-grid--2-cols,.review-summary-grid--3-cols{grid-template-columns:1fr}}.selection-card-grid{display:grid;gap:var(--space-4)}.selection-card-grid--2{grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-5);align-items:stretch}.selection-card{position:relative;display:flex;flex-direction:row;align-items:flex-start;gap:var(--space-4);min-height:7.5rem;padding:var(--space-5) var(--space-5);border:1.5px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface-card);cursor:pointer;text-align:left;box-shadow:var(--shadow-xs);transition:border-color var(--transition-fast),background-color var(--transition-fast),box-shadow var(--transition-fast),transform var(--transition-fast)}.selection-card:hover{border-color:var(--selection-border-hover);box-shadow:var(--shadow-selection-hover);transform:translateY(-1px)}.selection-card:focus-visible{outline:2px solid var(--color-primary-light);outline-offset:2px}.selection-card--selected{border-color:var(--selection-accent);background:var(--selection-accent-bg);box-shadow:var(--shadow-selection-selected)}.selection-card--selected:hover{transform:none}.selection-card__icon-wrap{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;color:var(--color-text-secondary);transition:color var(--transition-fast)}.selection-card__icon-wrap svg{width:1.875rem;height:1.875rem;stroke-width:1.65}.selection-card--selected .selection-card__icon-wrap{color:var(--selection-accent)}.selection-card--selected .selection-card__content{padding-right:var(--space-7)}.selection-card__content{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:var(--space-2);padding-top:var(--space-1)}.selection-card__title{margin:0;font-size:var(--text-base);font-weight:var(--font-bold);color:var(--color-text-primary);line-height:var(--leading-snug)}.selection-card--selected .selection-card__title{color:var(--color-text-link)}.selection-card .form-hint-msg{margin-top:0;font-size:var(--text-sm);line-height:var(--leading-relaxed);color:var(--color-text-secondary)}.selection-card__check{position:absolute;top:var(--space-3);right:var(--space-3);display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border-radius:var(--radius-full);background:var(--selection-accent);color:var(--color-text-inverse);font-size:var(--text-xs);box-shadow:var(--shadow-selection-check)}.selection-card__check svg{width:.8125rem;height:.8125rem;stroke-width:3}@media (max-width: 640px){.selection-card-grid--2{grid-template-columns:1fr}}.dialog-header,.modal-header,.gp-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:var(--space-4);padding:var(--space-4) var(--space-5);background:var(--color-surface);border-bottom:1px solid var(--color-border-light);flex-shrink:0}.modal-header,.gp-modal-header{align-items:center}.gp-modal-header{border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg)}.dialog-header__main{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;align-items:inherit;text-align:inherit}.dialog-header__actions{display:inline-flex;align-items:center;gap:var(--space-2);flex-shrink:0}.dialog-header__title{margin:0;font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--color-text-link);line-height:var(--leading-tight);letter-spacing:-.02em}.modal-header h3,.gp-modal-header h3{margin:0;font-size:var(--text-sm);font-weight:var(--font-bold);color:var(--color-text-primary);line-height:var(--leading-tight)}.dialog-header__title--xl{font-size:var(--text-2xl)}.dialog-header__title--compact{font-size:var(--text-xl);line-height:var(--leading-snug)}.dialog-header__subtitle{margin:var(--space-2) 0 0;font-size:var(--text-sm);font-weight:var(--font-normal);color:var(--color-text-secondary);line-height:var(--leading-normal);max-width:36rem}.gp-modal-close,.dialog-header__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;padding:0;border:none;border-radius:var(--radius-sm);background:transparent;color:var(--color-text-secondary);font-size:var(--text-2xl);line-height:1;cursor:pointer;transition:color var(--transition-fast),background-color var(--transition-fast)}.gp-modal-close:hover,.dialog-header__close:hover{color:var(--color-text-link);background:var(--color-border-light)}.gp-modal-close:focus-visible,.dialog-header__close:focus-visible{outline:2px solid var(--color-primary-light);outline-offset:2px}.badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:var(--radius-full);font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border:1px solid transparent}.badge-submitted,.badge-pending_review{background-color:#fffbeb;color:#92400e;border-color:#fcd34d}.badge-under_scrutiny,.badge-under_review{background-color:#eff6ff;color:#1e40af;border-color:#93c5fd}.badge-clarification_query,.badge-query_raised{background-color:#fff7ed;color:#c2410c;border-color:#fdba74}.badge-entity_response{background-color:#f5f3ff;color:#5b21b6;border-color:#c4b5fd}.badge-approved{background-color:#ecfdf5;color:#065f46;border-color:#6ee7b7}.badge-rejected{background-color:#fff1f2;color:#9f1239;border-color:#fda4af}.badge-migrated{background-color:#f0fdfa;color:#0f766e;border-color:#5eead4}.badge-terminated{background-color:#f1f5f9;color:#475569;border-color:#cbd5e1}.badge-withdrawn{background-color:#f8fafc;color:#475569;border-color:#cbd5e1}.spinner{border:3px solid rgba(0,0,0,.1);border-top-color:var(--color-accent);border-radius:var(--radius-full);animation:spin .8s linear infinite;display:inline-block}.spinner-sm{width:16px;height:16px;border-width:2px}.spinner-md{width:32px;height:32px}.spinner-lg{width:48px;height:48px}@keyframes spin{to{transform:rotate(360deg)}}.wizard-stepper-wrapper,.step-indicator-wrapper,.wizard-stepper{width:100%}.wizard-stepper__marker,.step-circle{width:2rem;height:2rem;border-radius:var(--radius-full);background-color:var(--color-surface-card);border:2px solid var(--color-border);color:var(--color-text-secondary);display:inline-flex;align-items:center;justify-content:center;font-weight:var(--font-semibold);font-size:var(--text-sm);flex-shrink:0;transition:all var(--transition-base)}.wizard-stepper__label,.step-label{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--color-text-secondary)}.wizard-stepper__item--active .wizard-stepper__marker,.step-item.active .step-circle{border-color:var(--color-accent);color:var(--color-accent-dark);box-shadow:0 0 0 4px #f5a62326}.wizard-stepper__item--completed .wizard-stepper__marker,.step-item.completed .step-circle{background-color:var(--color-success);border-color:var(--color-success);color:var(--color-text-inverse)}.wizard-stepper__item--active .wizard-stepper__label,.step-item.active .step-label{color:var(--color-text-link);font-weight:var(--font-bold)}.wizard-stepper__item--completed .wizard-stepper__label,.step-item.completed .step-label{color:var(--color-text-link)}.wizard-stepper__item--clickable,.step-item--clickable{cursor:pointer}.wizard-stepper__item--clickable:hover .wizard-stepper__marker,.wizard-stepper__item--clickable:focus-visible .wizard-stepper__marker,.step-item--clickable:hover .step-circle,.step-item--clickable:focus-visible .step-circle{border-color:var(--color-primary);color:var(--color-primary)}.wizard-stepper__item--clickable:hover .wizard-stepper__label,.wizard-stepper__item--clickable:focus-visible .wizard-stepper__label,.step-item--clickable:hover .step-label,.step-item--clickable:focus-visible .step-label{color:var(--color-primary)}.wizard-stepper--stacked,.step-indicator{padding-top:var(--space-1);display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:var(--space-1)}.wizard-stepper--stacked .wizard-stepper__item,.wizard-stepper--stacked .step-item{display:flex;flex-direction:column;align-items:center;flex:1;position:relative;min-width:0}.wizard-stepper--stacked .wizard-stepper__item:after,.wizard-stepper--stacked .step-item:after{content:"";position:absolute;top:1rem;left:50%;width:100%;height:2px;background-color:var(--color-border);z-index:1}.wizard-stepper--stacked .wizard-stepper__item:last-child:after,.wizard-stepper--stacked .step-item:last-child:after{display:none}.wizard-stepper--stacked .wizard-stepper__item--completed:after,.wizard-stepper--stacked .wizard-stepper__item--active.wizard-stepper__item--completed:after,.wizard-stepper--stacked .step-item.completed:after,.wizard-stepper--stacked .step-item.active.completed:after{background-color:var(--color-success)}.wizard-stepper--stacked .wizard-stepper__marker,.wizard-stepper--stacked .step-circle{z-index:2}.wizard-stepper--stacked .wizard-stepper__label,.wizard-stepper--stacked .step-label{margin-top:var(--space-2)}.wizard-stepper--inline{text-align:center;margin-bottom:var(--space-1);overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin}@media (max-width: 900px){.wizard-stepper--inline{justify-content:flex-start}}.wizard-stepper--inline .wizard-stepper__item{display:inline-flex;flex-direction:row;align-items:center;gap:var(--space-2);flex:0 0 auto;min-width:0;position:static}.wizard-stepper--inline .wizard-stepper__item:after{display:none}.wizard-stepper--inline .wizard-stepper__marker{width:1.75rem;height:1.75rem;border-width:2px;font-size:var(--text-xs);background-color:var(--stepper-marker-inactive-bg);border-color:var(--stepper-marker-inactive-border);color:var(--stepper-marker-inactive-text)}.wizard-stepper--inline .wizard-stepper__item--active .wizard-stepper__marker{background-color:var(--color-accent);border-color:var(--color-accent);color:var(--color-text-inverse);box-shadow:0 0 0 3px var(--stepper-accent-ring)}.wizard-stepper--inline .wizard-stepper__item--completed .wizard-stepper__marker{background-color:var(--color-success);border-color:var(--color-success);color:var(--color-text-inverse)}.wizard-stepper--inline .wizard-stepper__label{font-size:var(--text-sm);font-weight:var(--font-medium);color:var(--stepper-label-inactive);white-space:nowrap}.wizard-stepper--inline .wizard-stepper__item--active .wizard-stepper__label{color:var(--stepper-label-active);font-weight:var(--font-bold)}.wizard-stepper--inline .wizard-stepper__item--completed .wizard-stepper__label{color:var(--color-text-link);font-weight:var(--font-semibold)}.wizard-stepper__separator{display:inline-flex;align-items:center;color:var(--stepper-separator);line-height:1;-webkit-user-select:none;user-select:none;flex-shrink:0;align-self:center;margin:0 var(--space-2) 0 var(--space-1)}.wizard-stepper__separator svg{width:1rem;height:1rem}.wizard-stepper-wrapper:has(.wizard-stepper--compact),.step-indicator-wrapper:has(.wizard-stepper--compact){margin-bottom:0;min-width:0;max-width:100%}.wizard-stepper--compact.wizard-stepper--inline{gap:var(--space-1) var(--space-2);padding:var(--space-1) 0}.wizard-stepper--compact .wizard-stepper__marker{width:1.375rem;height:1.375rem;font-size:.6875rem}.wizard-stepper--compact .wizard-stepper__label{font-size:var(--text-xs)}.wizard-stepper--compact .wizard-stepper__separator svg{width:1.125rem;height:1.125rem}.wizard-shell{display:flex;flex-direction:column;gap:0;flex:1;min-height:50vh;min-width:0;max-width:100%;overflow:hidden}.wizard-step-header{flex-shrink:0;position:sticky;top:0;z-index:4;background:var(--color-surface-card);padding-bottom:var(--space-1);margin-bottom:var(--space-2);border-bottom:1px solid var(--color-border-light);min-width:0;overflow-x:clip;overflow-y:visible}.wizard-scroll-region{flex:1;min-height:0;overflow-y:auto;overflow-x:clip;padding-top:var(--space-1);padding-right:var(--space-1);margin-bottom:var(--space-2)}.wizard-scroll-region .wizard-verification-section,.wizard-scroll-region .msme-verification-block,.wizard-scroll-region .form-label,.wizard-scroll-region .reg-officer-section-title,.wizard-scroll-region .reg-producer-section-title,.wizard-scroll-region .info-tooltip{overflow:visible}.wizard-fieldset{border:none;margin:0;padding:0;min-width:0;max-width:100%;overflow-x:clip}.wizard-nav-row{display:flex;justify-content:space-between;align-items:center;gap:var(--space-3);min-width:0;max-width:100%}.wizard-nav-row__start{display:flex;align-items:center;gap:var(--space-2);flex-shrink:0}.wizard-nav-row__end{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-2);flex-wrap:wrap;margin-left:auto}.entity-wizard-nav{border-top:1px solid var(--color-border-light);padding:var(--space-4) 0 var(--space-2);margin-top:var(--space-2);flex-shrink:0;background:var(--color-surface-card);position:sticky;bottom:0;z-index:3}.entity-wizard-nav .btn-secondary{min-width:var(--btn-wizard-min-width);height:var(--btn-wizard-height);padding:0 var(--space-4);border-color:var(--color-border);color:var(--color-text-secondary);background:var(--color-surface-card);font-size:var(--text-sm);font-weight:var(--font-medium);border-radius:var(--radius-md);transition:border-color var(--transition-fast),color var(--transition-fast),background-color var(--transition-fast)}.entity-wizard-nav .wizard-nav-row__start .btn-secondary{color:var(--color-primary);border-color:var(--color-primary)}.entity-wizard-nav .wizard-nav-row__end .btn-secondary:hover:not(:disabled){border-color:var(--color-text-secondary);color:var(--color-text-primary);background:var(--color-surface)}.entity-wizard-nav .btn-primary{min-width:calc(var(--btn-wizard-min-width) + var(--space-2));height:var(--btn-wizard-height);padding:0 var(--space-5);font-size:var(--text-sm);font-weight:var(--font-semibold);border-radius:var(--radius-md);box-shadow:0 2px 8px rgba(var(--color-primary-rgb),.2)}.entity-wizard-nav .btn-primary:hover:not(:disabled){box-shadow:0 4px 12px rgba(var(--color-primary-rgb),.22)}.registration-form-body--entity-wizard{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column;padding:var(--space-3) var(--space-6) var(--space-4)}@media (max-width: 640px){.wizard-nav-row{flex-direction:row;align-items:center;gap:var(--space-2)}.wizard-nav-row__start{flex-shrink:0}.wizard-nav-row__end{flex:1;justify-content:flex-end}.wizard-nav-row__end .btn{flex:0 1 auto}.registration-form-body--entity-wizard{padding:var(--space-3)}}.wizard-stepper--compact.wizard-stepper--stacked .wizard-stepper__item:after,.wizard-stepper--compact.wizard-stepper--stacked .step-item:after{top:.8125rem}.wizard-stepper--compact.wizard-stepper--stacked .wizard-stepper__marker,.wizard-stepper--compact.wizard-stepper--stacked .step-circle{width:1.625rem;height:1.625rem;font-size:.7rem}.wizard-stepper--compact.wizard-stepper--stacked .wizard-stepper__label,.wizard-stepper--compact.wizard-stepper--stacked .step-label{margin-top:var(--space-1);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 2px;box-sizing:border-box}.wizard-stepper-desktop,.step-indicator-desktop{display:block}.step-indicator-mobile{display:none}@media (max-width: 767px){.wizard-stepper-desktop,.step-indicator-desktop{display:none}.registration-success-modal{max-width:85%}.step-indicator-mobile{display:block;background-color:var(--color-surface-card);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);margin-bottom:var(--space-4);overflow:visible}.step-indicator-mobile__header-panel{display:flex;flex-direction:column;align-items:stretch;padding:8px 12px 12px;gap:4px;cursor:pointer;background-color:var(--color-surface-card);outline:none;position:sticky;top:var(--chrome-header-min-h, 54px);z-index:100;border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);border-bottom:1.5px solid var(--color-border-light)}.step-indicator-mobile__header-panel:focus-visible{box-shadow:inset 0 0 0 2px var(--color-accent)}.step-indicator-mobile__header{display:flex;justify-content:space-between;align-items:center}.step-indicator-mobile__title{font-size:var(--text-sm);font-weight:700;color:var(--color-primary)}.step-indicator-mobile__number{font-size:var(--text-xs);color:var(--color-text-secondary);font-weight:500}.step-indicator-mobile__progress-bar{display:flex;align-items:center;justify-content:space-between;padding-inline:4px;height:12px;position:relative}.step-indicator-mobile__progress-circle{width:18px;height:18px;border-radius:50%;background-color:var(--color-surface-card);border:1.5px solid var(--color-border);color:var(--color-text-secondary);display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:700;z-index:1;transition:all .25s ease}.step-indicator-mobile__progress-circle.active{border-color:var(--color-accent);color:var(--color-accent-dark);transform:scale(1.15);box-shadow:0 0 0 3px #f5a62333}.step-indicator-mobile__progress-circle.completed{background-color:var(--color-success);border-color:var(--color-success);color:var(--color-text-inverse)}.step-indicator-mobile__progress-line{height:2px;background-color:var(--color-border);flex:1;margin-inline:-1px;z-index:0;transition:background-color .25s ease}.step-indicator-mobile__progress-line.completed{background-color:var(--color-success)}.step-indicator-mobile__toggle-btn{background:none;border:none;color:var(--color-secondary);font-size:var(--text-xs);font-weight:var(--font-semibold);cursor:pointer;padding:5px 0;display:flex;align-items:center;justify-content:center;gap:4px;width:100%;border-top:1px solid var(--color-border-light)}.step-indicator-mobile__toggle-btn:hover{color:var(--color-primary)}.step-indicator-mobile__expanded{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s cubic-bezier(.4,0,.2,1)}.step-indicator-mobile__expanded.expanded{grid-template-rows:1fr;border-top:1px solid var(--color-border-light)}.step-indicator-mobile__list-inner{overflow:hidden;display:flex;flex-direction:column;gap:12px;padding:0 14px;opacity:0;transform:translateY(-8px);transition:opacity .25s ease,transform .25s ease,padding-block .25s ease;padding-block:0}.step-indicator-mobile__expanded.expanded .step-indicator-mobile__list-inner{opacity:1;transform:translateY(0);padding-block:14px}.step-indicator-mobile__list-item{display:flex;align-items:center;gap:12px;padding:4px 8px;border-radius:var(--radius-md);transition:background-color .2s ease}.step-indicator-mobile__list-item.clickable{cursor:pointer}.step-indicator-mobile__list-item.clickable:hover{background-color:var(--color-border-light)}.step-indicator-mobile__list-circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:var(--text-xs);font-weight:700;background-color:var(--color-surface-card);border:2px solid var(--color-border);color:var(--color-text-secondary);flex-shrink:0}.step-indicator-mobile__list-item.active .step-indicator-mobile__list-circle{border-color:var(--color-accent);color:var(--color-accent-dark);background-color:var(--color-surface-card);box-shadow:0 0 0 3px #f5a62326}.step-indicator-mobile__list-item.completed .step-indicator-mobile__list-circle{background-color:var(--color-success);border-color:var(--color-success);color:var(--color-text-inverse)}.step-indicator-mobile__list-label{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--color-text-secondary)}.step-indicator-mobile__list-item.active .step-indicator-mobile__list-label{color:var(--color-primary)}.step-indicator-mobile__list-item.completed .step-indicator-mobile__list-label{color:var(--color-success)}}.toast-container{position:fixed;top:calc(var(--portal-chrome-height) + var(--space-4));right:max(var(--space-4),env(safe-area-inset-right,0px));display:flex;flex-direction:column;gap:var(--space-3);z-index:var(--z-toast);max-width:min(400px,calc(100vw - 2 * var(--space-4)));pointer-events:none}.toast-card{display:flex;align-items:center;gap:var(--space-3);min-width:0;max-width:min(400px,calc(100vw - 2 * var(--space-4)));padding:var(--space-3) var(--space-4);pointer-events:auto;background-color:var(--color-surface-card);border-left:4px solid var(--color-primary);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);animation:slideIn .3s cubic-bezier(.16,1,.3,1) forwards;color:var(--color-text-primary)}.toast-card.success{border-left-color:var(--color-success)}.toast-card.error{border-left-color:var(--color-danger)}.toast-card.warning{border-left-color:var(--color-warning)}.toast-card.info{border-left-color:var(--color-info)}.toast-icon{font-size:var(--text-lg);flex-shrink:0}.toast-msg{min-width:0;font-size:var(--text-sm);font-weight:var(--font-medium);flex:1 1 auto;overflow-wrap:anywhere;word-break:break-word;white-space:normal}.toast-close{flex-shrink:0;background:none;border:none;color:var(--color-text-muted);cursor:pointer;font-size:var(--text-sm);padding:var(--space-1)}.toast-close:hover{color:var(--color-text-primary)}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.custom-table-container{background:var(--color-surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);overflow:hidden;border:1px solid var(--color-border)}.custom-table{width:100%;border-collapse:collapse;text-align:left}.custom-table th{background-color:var(--color-border-light);color:var(--color-primary);padding:var(--space-4);font-weight:var(--font-bold);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--color-border)}.custom-table td{padding:var(--space-4);border-bottom:1px solid var(--color-border-light);font-size:var(--text-sm)}.custom-table tbody tr{transition:background-color var(--transition-fast)}.custom-table tbody tr:hover{background-color:var(--color-surface)}.detail-card{background-color:var(--color-surface-card);border-radius:var(--radius-lg);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);padding:var(--space-6);margin-bottom:var(--space-6)}.detail-card-title{font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--color-primary);margin-bottom:var(--space-4);border-bottom:2px solid var(--color-border-light);padding-bottom:var(--space-2)}.detail-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-4)}.detail-item{display:flex;flex-direction:column}.detail-label{font-size:var(--text-xs);font-weight:var(--font-semibold);color:var(--color-text-secondary);text-transform:uppercase}.detail-value{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-text-primary);margin-top:var(--space-1)}.sticky-action-bar{position:sticky;bottom:0;background-color:var(--color-surface-card);border-top:1px solid var(--color-border);padding:var(--space-4) var(--space-6);display:flex;align-items:center;justify-content:flex-end;gap:var(--space-4);margin-top:auto;box-shadow:0 -4px 10px #00000008}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#061a2e99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:var(--space-4)}.modal-card{background-color:var(--color-surface-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-2xl);width:100%;max-width:500px;overflow:hidden;animation:modalIn .25s ease forwards}@keyframes modalIn{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.modal-body{padding:var(--space-6)}.modal-footer{padding:var(--space-4) var(--space-6);border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;gap:var(--space-3)}.landing-root{display:flex;flex-direction:column;min-height:100vh;font-family:var(--font-body);color:var(--color-text-primary);background:#f5f6fa;overflow-x:hidden;width:100%}.gov-topbar{background:linear-gradient(90deg,#1a3a5c,#0a2744);color:#e0e6ee;font-size:.75rem;z-index:1010;width:100%;border-bottom:2px solid #f5a623}.gov-topbar-inner{max-width:1400px;margin:0 auto;padding:6px 24px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px}.gov-flag{display:inline-flex;flex-direction:column;height:22px;width:36px;border-radius:2px;overflow:hidden;border:1px solid rgba(255,255,255,.3);flex-shrink:0;margin-right:4px;box-shadow:0 1px 4px #0000004d}.flag-saffron{flex:1;background:#f93}.flag-white{flex:1;background:#fff;display:flex;align-items:center;justify-content:center}.ashoka-chakra{font-size:10px;color:navy;line-height:1}.flag-green{flex:1;background:#138808}.gov-emblem{display:flex;align-items:center;margin-right:10px;opacity:.9;flex-shrink:0}.gov-topbar-left{display:flex;align-items:center;gap:4px}.gov-topbar-title{font-size:.7rem;font-weight:500;color:#c8d6e8;letter-spacing:.02em;white-space:nowrap}.gov-topbar-right{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.gov-topbar-label{color:#a0b4c8;font-size:.7rem}.gov-a11y-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#e0e6ee;padding:2px 8px;border-radius:3px;cursor:pointer;font-size:.72rem;font-weight:600;transition:all .15s ease;line-height:1.4}.gov-a11y-btn:hover,.gov-a11y-btn.active{background:#f5a623;border-color:#f5a623;color:#0a2744}.gov-topbar-divider{display:inline-block;width:1px;height:14px;background:#fff3;margin:0 4px}.gov-lang-select{background:#ffffff14;border:1px solid rgba(255,255,255,.2);color:#e0e6ee;font-size:.72rem;padding:2px 6px;border-radius:3px;cursor:pointer;outline:none}.gov-lang-select option{background:#0a2744;color:#e0e6ee}.gov-topbar-link{color:#f5a623;font-size:.7rem;font-weight:600;text-decoration:none;transition:color .15s ease;white-space:nowrap}.gov-topbar-link:hover{color:#ffd280;text-decoration:underline}@media (max-width: 768px){.gov-topbar-title,.gov-topbar-label{display:none}}.site-header{position:sticky;top:0;left:0;right:0;z-index:1000;background:#fff;border-bottom:3px solid #e8eefc;box-shadow:0 2px 12px #0a274414;transition:box-shadow .2s ease;width:100%}.site-header--scrolled{box-shadow:0 4px 24px #0a274424}.site-header-inner{max-width:1400px;margin:0 auto;padding:0 24px;height:70px;display:flex;align-items:center;gap:32px}.site-brand{display:flex;align-items:center;gap:12px;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0;text-decoration:none}.site-logo-img{width:52px;height:52px;object-fit:contain;border-radius:50%;background:#f5f6fa;padding:2px;border:2px solid #e0eaf5;flex-shrink:0}.site-brand-text{display:flex;flex-direction:column;align-items:flex-start;text-align:left}.site-brand-name{font-family:Inter,sans-serif;font-size:1.05rem;font-weight:800;color:#0a2744;letter-spacing:-.01em;line-height:1.2}.site-brand-tagline{font-size:.65rem;font-weight:500;color:#6b7a8d;letter-spacing:.03em;line-height:1.2;white-space:nowrap}.site-nav{display:flex;align-items:center;gap:4px;flex:1}.site-nav-link{padding:8px 14px;font-size:.875rem;font-weight:600;color:#374151;border-radius:6px;text-decoration:none;transition:all .15s ease;white-space:nowrap}.site-nav-link:hover{background:#eef2ff;color:#0a2744;text-decoration:none}.site-header-ctas{display:flex;align-items:center;gap:10px;flex-shrink:0}.btn-header-register{padding:9px 20px;background:#0a2744;color:#fff;border:2px solid #0a2744;border-radius:6px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-header-register:hover{background:#1a3d5c;border-color:#1a3d5c;transform:translateY(-1px);box-shadow:0 4px 12px #0a274440}.btn-header-login{padding:9px 20px;background:transparent;color:#0a2744;border:2px solid #0a2744;border-radius:6px;font-size:.875rem;font-weight:700;cursor:pointer;transition:all .15s ease;white-space:nowrap}.btn-header-login:hover{background:#0a2744;color:#fff;transform:translateY(-1px)}.mobile-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;margin-left:auto}.mobile-menu-toggle span{display:block;width:22px;height:2px;background:#0a2744;border-radius:2px;transition:all .2s ease}.mobile-nav{padding:16px 24px 20px;border-top:1px solid #e8eefc;display:flex;flex-direction:column;gap:4px;background:#fff}.mobile-nav-link{padding:12px 14px;font-size:.9rem;font-weight:600;color:#374151;border-radius:6px;text-decoration:none;transition:background .15s ease}.mobile-nav-link:hover{background:#eef2ff;text-decoration:none}.mobile-nav-ctas{display:flex;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #e8eefc}@media (max-width: 960px){.site-nav,.site-header-ctas{display:none}.mobile-menu-toggle{display:flex}}.landing-hero{position:relative;min-height:78vh;background-image:url(/hero-bg.png);background-size:cover;background-position:center 40%;background-repeat:no-repeat;display:flex;align-items:center;overflow:hidden;width:100%}.landing-hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(130deg,#061a2eeb,#0a2744d1 55%,#0e3c1eb8);z-index:0}.landing-hero-content{position:relative;z-index:1;max-width:1400px;margin:0 auto;padding:80px 24px;width:100%;max-width:900px}.gov-badge{display:inline-flex;align-items:center;gap:8px;background:#f5a62326;border:1px solid rgba(245,166,35,.4);color:#f5c842;border-radius:100px;padding:6px 16px;font-size:.78rem;font-weight:700;letter-spacing:.04em;margin-bottom:24px}.hero-title{font-family:Inter,sans-serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:900;color:#fff;line-height:1.1;margin-bottom:20px;letter-spacing:-.02em}.hero-subtitle{font-size:clamp(1rem,2vw,1.2rem);color:#fffc;line-height:1.65;margin-bottom:36px;max-width:700px}.hero-ctas{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:28px}.cta-primary{padding:14px 28px;background:#f5a623;color:#0a2744;border:2px solid #f5a623;border-radius:8px;font-size:.95rem;font-weight:800;cursor:pointer;transition:all .2s ease;letter-spacing:.01em;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.cta-primary:hover{background:#e09218;border-color:#e09218;transform:translateY(-2px);box-shadow:0 8px 24px #f5a62366;text-decoration:none}.cta-secondary{padding:14px 28px;background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.35);border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-decoration:none;display:inline-flex;align-items:center;gap:6px}.cta-secondary:hover{background:#fff3;border-color:#fff9;transform:translateY(-2px);text-decoration:none}.cta-outline{padding:14px 28px;background:transparent;color:#0a2744;border:2px solid #0a2744;border-radius:8px;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-flex;align-items:center;gap:6px}.cta-outline:hover{background:#0a2744;color:#fff;transform:translateY(-2px)}.hero-notice{display:inline-flex;align-items:center;gap:8px;font-size:.75rem;color:#ffffff8c;padding:8px 14px;background:#ffffff0f;border-radius:100px;border:1px solid rgba(255,255,255,.1)}.notice-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:#22c55e;animation:pulse-dot 1.6s ease-in-out infinite;flex-shrink:0}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.85)}}.stats-section{background:#fff;border-bottom:1px solid #e8eefc;padding:0;width:100%}.stats-grid{max-width:1400px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:repeat(4,1fr);gap:0}@media (max-width: 768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.stats-grid{grid-template-columns:1fr}}.stat-card{padding:32px 20px;text-align:center;border-right:1px solid #e8eefc;display:flex;flex-direction:column;align-items:center;gap:6px;transition:background .2s ease}.stat-card:last-child{border-right:none}.stat-card:hover{background:#f5f8ff}.stat-icon{font-size:1.8rem;margin-bottom:4px}.stat-number{font-family:Inter,sans-serif;font-size:2rem;font-weight:900;color:#0a2744;letter-spacing:-.03em;line-height:1}.stat-label{font-size:.78rem;font-weight:600;color:#6b7a8d;text-transform:uppercase;letter-spacing:.06em}.section-container{max-width:1400px;margin:0 auto;padding:80px 24px;width:100%}.section-label{font-size:.72rem;font-weight:800;letter-spacing:.1em;color:#f5a623;text-transform:uppercase;margin-bottom:12px}.section-title{font-family:Inter,sans-serif;font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:900;color:#0a2744;line-height:1.15;margin-bottom:16px;letter-spacing:-.02em}.section-subtitle{font-size:1.05rem;color:#6b7a8d;line-height:1.65;max-width:640px;margin-bottom:48px}.about-section{background:#f5f6fa;width:100%}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start;margin-top:40px}@media (max-width: 900px){.about-grid{grid-template-columns:1fr}}.about-text p{font-size:1rem;color:#374151;line-height:1.7;margin-bottom:16px}.about-features{margin-top:24px;display:grid;grid-template-columns:1fr 1fr;gap:10px}@media (max-width: 500px){.about-features{grid-template-columns:1fr}}.about-feature-item{display:flex;align-items:center;gap:10px;font-size:.88rem;font-weight:600;color:#1a2e4a;background:#fff;padding:10px 14px;border-radius:8px;border:1px solid #e8eefc}.feature-check{color:#22c55e;font-size:1rem;font-weight:900;flex-shrink:0}.about-card-stack{display:flex;flex-direction:column;gap:16px}.about-card{background:#fff;border:1px solid #e8eefc;border-radius:12px;padding:20px;display:flex;gap:16px;align-items:flex-start;box-shadow:0 2px 8px #0a27440d;transition:transform .2s ease,box-shadow .2s ease}.about-card:hover{transform:translate(6px);box-shadow:0 6px 20px #0a27441a}.about-card-icon{font-size:1.6rem;flex-shrink:0;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#eef2ff;border-radius:10px}.about-card strong{display:block;font-size:.95rem;font-weight:700;color:#0a2744;margin-bottom:4px}.about-card p{font-size:.82rem;color:#6b7a8d;line-height:1.5;margin:0}.modules-section{background:#fff;width:100%}.modules-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.module-card{background:#f5f8ff;border:1px solid #e8eefc;border-radius:16px;padding:32px 28px;transition:all .25s ease;position:relative;overflow:hidden}.module-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#0a2744,#f5a623);opacity:0;transition:opacity .2s ease}.module-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #0a27441f;border-color:#c8d8f0}.module-card:hover:before{opacity:1}.module-card-icon{font-size:2.4rem;margin-bottom:16px}.module-card-title{font-size:1.05rem;font-weight:800;color:#0a2744;margin-bottom:10px;line-height:1.3}.module-card-desc{font-size:.88rem;color:#6b7a8d;line-height:1.6;margin-bottom:20px}.module-card-cta{background:none;border:none;color:#f5a623;font-size:.88rem;font-weight:700;cursor:pointer;padding:0;transition:color .15s ease,gap .15s ease;display:inline-flex;align-items:center;gap:4px;letter-spacing:.01em}.module-card-cta:hover{color:#d4891a;gap:8px}.initiatives-section{background:linear-gradient(135deg,#061a2e,#0a2744 60%,#0d3a1e);width:100%}.initiatives-section .section-container{padding-top:80px;padding-bottom:80px}.initiatives-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:16px}.initiative-card{background:#ffffff0f;border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:32px 24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .25s ease}.initiative-card:hover{background:#ffffff1a;transform:translateY(-4px);box-shadow:0 12px 32px #0003}.initiative-icon{font-size:2.2rem;margin-bottom:14px}.initiative-title{font-size:1rem;font-weight:800;color:#fff;margin-bottom:10px}.initiative-desc{font-size:.88rem;color:#ffffffb3;line-height:1.6}.steps-section{background:#f5f6fa;width:100%}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;position:relative;margin-bottom:48px}.step-card{background:#fff;border:1px solid #e8eefc;border-radius:14px;padding:28px 24px;position:relative;transition:all .25s ease}.step-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #0a27441a}.step-number{font-family:Inter,sans-serif;font-size:2.8rem;font-weight:900;color:#e8eef8;letter-spacing:-.04em;line-height:1;margin-bottom:14px}.step-title{font-size:1rem;font-weight:800;color:#0a2744;margin-bottom:10px}.step-desc{font-size:.85rem;color:#6b7a8d;line-height:1.6}.steps-cta{display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.contact-section{background:#fff;width:100%;border-top:1px solid #e8eefc}.contact-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:56px;align-items:start}@media (max-width: 900px){.contact-grid{grid-template-columns:1fr;gap:32px}}.contact-items{display:flex;flex-direction:column;gap:20px;margin-top:28px}.contact-item{display:flex;gap:14px;align-items:flex-start}.contact-icon{font-size:1.4rem;width:42px;height:42px;display:flex;align-items:center;justify-content:center;background:#eef2ff;border-radius:10px;flex-shrink:0}.contact-item strong{display:block;font-size:.9rem;font-weight:700;color:#0a2744;margin-bottom:3px}.contact-item span{font-size:.85rem;color:#6b7a8d}.contact-links-col h3{font-size:1.05rem;font-weight:800;color:#0a2744;margin-bottom:18px}.quick-links{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:28px}.quick-links a{font-size:.88rem;font-weight:600;color:#1a3d5c;text-decoration:none;transition:color .15s ease;display:flex;align-items:center;gap:4px}.quick-links a:hover{color:#f5a623;text-decoration:none}.contact-login-card{background:#f5f8ff;border:1px solid #e8eefc;border-radius:12px;padding:20px}.contact-login-card p{font-size:.9rem;color:#374151;font-weight:600;margin-bottom:12px}.site-footer{background:#061a2e;color:#a0b4c8;width:100%}.footer-main{max-width:1400px;margin:0 auto;padding:60px 24px 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;border-bottom:1px solid rgba(255,255,255,.08)}@media (max-width: 900px){.footer-main{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 500px){.footer-main{grid-template-columns:1fr}}.footer-brand-name{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:12px;letter-spacing:-.01em}.footer-brand-desc{font-size:.82rem;color:#7a92a8;line-height:1.65;max-width:380px;margin-bottom:20px}.footer-gov-logos{display:flex;flex-wrap:wrap;gap:8px}.footer-gov-badge{display:inline-flex;align-items:center;gap:5px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);padding:4px 10px;border-radius:100px;font-size:.72rem;font-weight:600;color:#c0d4e8}.footer-links-col h4{font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#c0d4e8;margin-bottom:18px}.footer-links-col ul{list-style:none;display:flex;flex-direction:column;gap:10px}.footer-links-col a,.footer-link-btn{font-size:.85rem;color:#7a92a8;text-decoration:none;transition:color .15s ease;background:none;border:none;cursor:pointer;padding:0;text-align:left}.footer-links-col a:hover,.footer-link-btn:hover{color:#f5a623;text-decoration:none}.footer-bottom{max-width:1400px;margin:0 auto;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;font-size:.72rem;color:#4a6080}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.landing-nav-header{position:fixed;top:0;left:0;right:0;height:72px;background-color:#061a2ee6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);z-index:1000;display:flex;align-items:center;transition:all var(--transition-base)}.landing-navbar{width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 var(--space-6);display:flex;align-items:center;justify-content:space-between}.landing-brand{display:flex;align-items:center;gap:var(--space-2);color:var(--color-text-inverse);font-family:var(--font-heading);font-size:var(--text-lg);font-weight:var(--font-bold);cursor:pointer}.landing-nav-links{display:flex;align-items:center;gap:var(--space-6);list-style:none}.landing-nav-link{color:var(--color-border);font-size:var(--text-sm);font-weight:var(--font-medium);transition:color var(--transition-fast)}.landing-nav-link:hover{color:var(--color-accent);text-decoration:none}.landing-hero{padding-top:120px;padding-bottom:80px;background:radial-gradient(circle at 80% 20%,#2e7d3226,#0000 50%),linear-gradient(135deg,var(--color-primary-dark) 0%,var(--color-primary) 100%);color:var(--color-text-inverse);min-height:80vh;display:flex;align-items:center;position:relative;overflow:hidden}.landing-hero-container{width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 var(--space-6);display:grid;grid-template-columns:1.2fr .8fr;gap:var(--space-8);align-items:center}@media (max-width: 992px){.landing-hero-container{grid-template-columns:1fr;text-align:center}}.landing-hero-content h1{color:var(--color-text-inverse);font-size:var(--text-4xl);font-weight:800;line-height:var(--leading-tight);margin-bottom:var(--space-4)}@media (min-width: 992px){.landing-hero-content h1{font-size:var(--text-5xl)}}.landing-hero-content p{color:var(--color-border);font-size:var(--text-lg);line-height:var(--leading-relaxed);margin-bottom:var(--space-6);max-width:640px}@media (max-width: 992px){.landing-hero-content p{margin-left:auto;margin-right:auto}}.landing-hero-ctas{display:flex;gap:var(--space-4)}@media (max-width: 992px){.landing-hero-ctas{justify-content:center}}.landing-hero-graphic{display:flex;justify-content:center;align-items:center}.glass-preview-card{background:#ffffff0d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:var(--space-6);box-shadow:var(--shadow-2xl);width:100%;max-width:380px}.landing-section{padding:80px 0;width:100%}.landing-section-alt{padding:80px 0;background-color:var(--color-border-light);width:100%}.landing-section-title{text-align:center;margin-bottom:var(--space-10)}.landing-section-title h2{font-size:var(--text-3xl);color:var(--color-primary);margin-bottom:var(--space-2)}.landing-section-title p{color:var(--color-text-secondary);font-size:var(--text-base);max-width:560px;margin:0 auto}.landing-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:var(--space-6);width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 var(--space-6)}.landing-stat-card{background-color:var(--color-surface-card);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:var(--space-6);text-align:center;box-shadow:var(--shadow-sm);transition:all var(--transition-base);border-bottom:4px solid var(--color-accent)}.landing-stat-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.landing-stat-number{font-size:var(--text-3xl);font-weight:800;color:var(--color-primary);margin-bottom:var(--space-1)}.landing-stat-label{font-size:var(--text-sm);font-weight:var(--font-semibold);color:var(--color-text-secondary)}.landing-pillars-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:var(--space-8);width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 var(--space-6)}.landing-pillar-card{background-color:var(--color-surface-card);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:var(--space-8);box-shadow:var(--shadow-sm);transition:all var(--transition-base)}.landing-pillar-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-lg)}.landing-pillar-icon{font-size:2.5rem;margin-bottom:var(--space-4);display:inline-block}.landing-pillar-title{font-size:var(--text-lg);font-weight:var(--font-bold);color:var(--color-primary);margin-bottom:var(--space-2)}.landing-pillar-desc{font-size:var(--text-sm);color:var(--color-text-secondary);line-height:var(--leading-normal);margin-bottom:var(--space-4)}.landing-footer{background-color:var(--color-primary-dark);color:var(--color-border);padding:60px 0 30px;font-size:var(--text-sm);width:100%}.landing-footer-container{max-width:var(--content-max-width);margin:0 auto;padding:0 var(--space-6);display:grid;grid-template-columns:2fr 1fr 1fr;gap:var(--space-8);border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:var(--space-8);margin-bottom:var(--space-6)}@media (max-width: 768px){.landing-footer-container{grid-template-columns:1fr}}.landing-footer-brand h3{color:var(--color-text-inverse);font-size:var(--text-lg);margin-bottom:var(--space-2)}.landing-footer-brand p{max-width:440px;line-height:var(--leading-relaxed);color:var(--color-text-muted)}.landing-footer-links h4{color:var(--color-text-inverse);font-size:var(--text-sm);margin-bottom:var(--space-4)}.landing-footer-links ul{list-style:none}.landing-footer-links li{margin-bottom:var(--space-2)}.landing-footer-link{color:var(--color-text-muted);transition:color var(--transition-fast)}.landing-footer-link:hover{color:var(--color-accent)}.landing-footer-bottom{max-width:var(--content-max-width);margin:0 auto;padding:0 var(--space-6);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-4);color:var(--color-text-muted);font-size:var(--text-xs)}.gp-dashboard-root{background-color:#f3f7f4;display:flex;flex-direction:column}.gp-dashboard-header{position:sticky!important;top:32px!important;z-index:100!important;background-color:#fff!important;border-bottom:2px solid #e1ebe3!important;box-shadow:0 4px 16px #1b5e200f!important}.gp-dashboard-header-right{display:flex;align-items:center;gap:20px;margin-left:auto}.gp-user-profile-badge{display:flex;align-items:center;gap:10px;background-color:#f1f8f3;padding:6px 14px;border-radius:30px;border:1px solid #d4ebd9}.gp-user-avatar{width:32px;height:32px;background-color:var(--color-primary);color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;border-radius:50%;box-shadow:0 2px 6px #2e7d3233}.gp-user-metadata{display:flex;flex-direction:column}.gp-user-name-label{font-size:13px;font-weight:700;color:var(--color-primary-light)}.gp-user-role-label{font-size:10px;color:#558b2f;font-weight:500}.gp-header-divider{width:1px;height:24px;background-color:#d0ded3}.gp-bell-btn{background:none;border:none;font-size:18px;cursor:pointer;position:relative;transition:transform .15s ease;padding:4px}.gp-bell-btn:hover{transform:scale(1.1)}.gp-bell-badge{position:absolute;top:-2px;right:-2px;background-color:#d32f2f;color:#fff;font-size:9px;font-weight:700;width:15px;height:15px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid #ffffff}.gp-logout-btn{background-color:#e8f5e9;color:var(--color-primary);border:1px solid #c8e6c9;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease}.gp-logout-btn:hover{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.gp-dashboard-container{display:flex;max-width:100%;margin:0;padding:0}.gp-dashboard-sidebar{width:260px;background-color:#0c186c;color:#fff;padding:32px 16px;display:flex;flex-direction:column;border-right:none;flex-shrink:0}.gp-sidebar-brand-sub{font-size:11px;font-weight:700;letter-spacing:1.5px;color:#5c73d6;margin-bottom:24px;padding-left:12px;text-transform:uppercase}.gp-sidebar-nav{display:flex;flex-direction:column;gap:4px}.gp-sidebar-link{display:flex;align-items:center;gap:14px;background:none;border:none;color:#fff;padding:12px 16px;border-radius:8px;font-size:14px;font-weight:500;text-align:left;cursor:pointer;width:100%;transition:all .15s ease;text-decoration:none}.gp-sidebar-link:hover{background-color:#ffffff1a;color:#fff}.gp-sidebar-link--active{background-color:#243b99!important;color:#fff!important;box-shadow:none}.gp-sidebar-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:currentColor}.gp-sidebar-icon svg{width:20px;height:20px;stroke-width:2}.gp-sidebar-badge-new{margin-left:auto;background-color:#f5a623;color:#1e3923;font-size:9px;font-weight:800;padding:2px 6px;border-radius:10px}.gp-sidebar-footer{margin-top:auto;padding-top:24px;border-top:1px solid rgba(255,255,255,.08)}.gp-sidebar-status-pill{display:flex;align-items:center;gap:8px;font-size:11px;color:#a5d6a7;font-weight:500;margin-bottom:6px}.gp-status-dot-active{width:8px;height:8px;background-color:#81c784;border-radius:50%;box-shadow:0 0 8px #81c784;display:inline-block}.gp-sidebar-version{font-size:9px;color:#81c784;opacity:.6}.gp-dashboard-main{flex:1;min-width:0;padding:24px 32px;overflow-x:clip;max-width:calc(100% - 250px)}.gp-welcome-strip{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;border-bottom:1px solid #e1ebe3;padding-bottom:16px}.gp-dashboard-title{font-size:22px;font-weight:800;color:var(--color-primary-light)}.gp-dashboard-subtitle{font-size:13px;color:#556658;margin-top:4px}.gp-realtime-badge{display:flex;align-items:center;gap:8px;background-color:#fff;border:1px solid #c8e6c9;padding:6px 14px;border-radius:30px;font-size:11px;font-weight:700;color:var(--color-primary);box-shadow:0 2px 6px #00000005}.gp-pulse-dot{width:8px;height:8px;background-color:var(--color-primary);border-radius:50%;animation:gpPulse 1.6s infinite ease-in-out}@keyframes gpPulse{0%{transform:scale(.9);opacity:.6}50%{transform:scale(1.2);opacity:1;box-shadow:0 0 8px var(--color-primary)}to{transform:scale(.9);opacity:.6}}.gp-kpi-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px;margin-bottom:24px}.gp-kpi-card{background-color:#fff;border:1px solid #e1ebe3;border-radius:12px;padding:16px;box-shadow:0 4px 12px #1b5e2008;transition:all .2s ease;display:flex;flex-direction:column;position:relative}.gp-kpi-card:hover{transform:translateY(-4px);box-shadow:0 6px 18px #1b5e2014;border-color:#c8e6c9}.gp-kpi-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.gp-kpi-icon-box{font-size:18px;background-color:#f1f8f3;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center}.gp-kpi-badge{font-size:9px;font-weight:800;background-color:#e8f5e9;color:var(--color-primary);padding:2px 6px;border-radius:4px}.gp-kpi-value{font-size:20px;font-weight:800;color:var(--color-primary-light);margin-bottom:4px}.gp-kpi-label{font-size:12px;color:#556658;font-weight:600;margin-bottom:8px}.gp-kpi-footer{margin-top:auto;display:flex;align-items:center;gap:6px;font-size:10px;border-top:1px dashed #e1ebe3;padding-top:8px}.gp-kpi-trend-pos{color:var(--color-primary);font-weight:700}.gp-kpi-trend-neutral{color:#f5a623;font-weight:700}.gp-kpi-subtext{color:#88998b}.gp-charts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.gp-col-span-2{grid-column:span 2}.gp-chart-card{background-color:#fff;border:1px solid #e1ebe3;border-radius:12px;padding:20px;box-shadow:0 4px 12px #1b5e2008}.gp-chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.gp-chart-title{font-size:15px;font-weight:800;color:var(--color-primary-light)}.gp-chart-subtitle{font-size:11px;color:#77887b;margin-top:2px}.gp-chart-filters{display:flex;background-color:#f3f7f4;border-radius:30px;padding:3px;gap:2px}.gp-filter-btn{background:none;border:none;font-size:10px;font-weight:700;color:#556658;padding:5px 12px;border-radius:30px;cursor:pointer;transition:all .15s ease}.gp-filter-btn:hover{color:var(--color-primary)}.gp-filter-btn--active{background-color:var(--color-primary);color:#fff!important;box-shadow:0 2px 6px #2e7d3233}.gp-svg-chart-container{position:relative;width:100%;margin-top:10px}.gp-chart-xaxis{display:flex;justify-content:space-between;padding:8px 38px 0;font-size:10px;color:#77887b;font-weight:700}.gp-chart-dot-group{cursor:pointer}.gp-chart-dot-group circle{transition:r .15s ease}.gp-chart-dot-group:hover circle{r:7}.gp-donut-chart-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:10px 0}.gp-donut-svg-wrap{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center}.gp-donut-svg{transform:rotate(-90deg)}.gp-donut-center-text{position:absolute;display:flex;flex-direction:column;align-items:center;text-align:center}.gp-donut-center-val{font-size:18px;font-weight:800;color:var(--color-primary-light);line-height:1}.gp-donut-center-lbl{font-size:9px;color:#77887b;font-weight:600;margin-top:4px}.gp-donut-legends{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:20px;border-top:1px solid #f3f7f4;padding-top:16px}.gp-legend-item{display:flex;align-items:center;gap:10px;font-size:11px;font-weight:600;color:#445547}.gp-legend-color{width:10px;height:10px;border-radius:3px;display:inline-block}.gp-legend-label{font-size:11px}.gp-dashboard-subgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.gp-dashboard-subpanel{background-color:#fff;border:1px solid #e1ebe3;border-radius:12px;padding:20px;box-shadow:0 4px 12px #1b5e2008;display:flex;flex-direction:column}.gp-subpanel-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;border-bottom:1px solid #f3f7f4;padding-bottom:12px}.gp-subpanel-title{font-size:14px;font-weight:800;color:var(--color-primary-light)}.gp-subpanel-badge-green{font-size:9px;font-weight:800;background-color:#e8f5e9;color:var(--color-primary-light);padding:2px 6px;border-radius:4px}.gp-pulse-badge{font-size:8px;font-weight:800;color:#d32f2f;background-color:#ffebee;padding:2px 6px;border-radius:4px;display:flex;align-items:center;gap:4px}.gp-pulse-badge:before{content:"";width:5px;height:5px;background-color:#d32f2f;border-radius:50%;display:inline-block;animation:gpPulse 1s infinite}.gp-subpanel-body{display:flex;flex-direction:column;flex:1}.gp-compliance-table{width:100%;border-collapse:collapse;margin-bottom:16px}.gp-compliance-table td{padding:8px 0;border-bottom:1px solid #f3f7f4}.gp-comp-lbl{font-size:11.5px;color:#556658;font-weight:600}.gp-comp-val{font-size:12.5px;font-weight:750;color:var(--color-primary-light);text-align:right}.gp-comp-progress-group{margin-bottom:20px}.gp-comp-progress-header{display:flex;justify-content:space-between;font-size:11px;font-weight:700;color:#556658;margin-bottom:6px}.gp-progress-bar-wrap{height:8px;background-color:#f3f7f4;border-radius:10px;overflow:hidden}.gp-progress-bar-fill{height:100%;background:linear-gradient(90deg,#4caf50,var(--color-primary));border-radius:10px}.gp-comp-radial-group{display:flex;align-items:center;gap:16px;background-color:#f9fbf9;border:1px dashed #c8e6c9;border-radius:8px;padding:10px 14px}.gp-radial-ring-wrap{position:relative;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.gp-radial-svg{transform:rotate(-90deg);width:50px;height:50px}.gp-radial-inner-val{position:absolute;font-size:11.5px;font-weight:800;color:var(--color-primary-light)}.gp-radial-details strong{font-size:11.5px;color:var(--color-primary-light);display:block}.gp-radial-details p{font-size:9.5px;color:#77887b;margin-top:2px;line-height:1.3}.gp-alerts-list{display:flex;flex-direction:column;gap:10px;max-height:250px;overflow-y:auto}.gp-alert-item{display:flex;gap:12px;padding:10px 34px 10px 12px;border-radius:8px;border:1px solid transparent;position:relative}.gp-alert-marker{width:4px;border-radius:20px;align-self:stretch}.gp-alert-content{display:flex;flex-direction:column;flex:1}.gp-alert-type{font-size:8.5px;font-weight:800;letter-spacing:.5px;margin-bottom:2px}.gp-alert-desc{font-size:11px;color:#334436;line-height:1.4;font-weight:500}.gp-alert-time{font-size:9px;color:#88998c;margin-top:4px}.gp-alert-item--warning{background-color:#fff9eb;border-color:#ffe0b2}.gp-alert-item--warning .gp-alert-marker{background-color:#f5a623}.gp-alert-item--warning .gp-alert-type{color:#e65100}.gp-alert-item--info{background-color:#f0f4c3;border-color:#e6ee9c}.gp-alert-item--info .gp-alert-marker{background-color:#afb42b}.gp-alert-item--info .gp-alert-type{color:#827717}.gp-alert-item--success{background-color:#e8f5e9;border-color:#c8e6c9}.gp-alert-item--success .gp-alert-marker{background-color:var(--color-primary)}.gp-alert-item--success .gp-alert-type{color:var(--color-primary-light)}.gp-alert-item--neutral{background-color:#f5f5f5;border-color:#e0e0e0}.gp-alert-item--neutral .gp-alert-marker{background-color:#757575}.gp-alert-item--neutral .gp-alert-type{color:#424242}.gp-alert-dismiss-btn{position:absolute;top:6px;right:6px;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;border-radius:4px;background:transparent;color:inherit;font-size:16px;line-height:1;cursor:pointer;opacity:.65}.gp-alert-dismiss-btn:hover{opacity:1;background:#0f172a0f}.gp-bell-menu{position:relative}.gp-bell-menu .notification-panel{z-index:1200}.gp-bell-dropdown{position:absolute;top:calc(100% + 8px);right:0;z-index:1200;width:min(360px,calc(100vw - 24px));max-height:min(420px,70vh);overflow:hidden;border:1px solid #e2e8f0;border-radius:10px;background:#fff;box-shadow:0 12px 28px #0f172a24}.gp-bell-dropdown__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;border-bottom:1px solid #eef2f7;font-size:12px;color:#64748b}.gp-bell-dropdown__head strong{color:#0f172a;font-size:13px}.gp-bell-dropdown__list{max-height:min(360px,62vh);overflow-y:auto}.gp-bell-dropdown__empty{padding:14px 12px;font-size:12px;color:#64748b}.gp-bell-dropdown__item{display:flex;align-items:flex-start;gap:8px;padding:10px 10px 10px 12px;border-bottom:1px solid #f1f5f9}.gp-bell-dropdown__item:last-child{border-bottom:none}.gp-bell-dropdown__item-copy{flex:1;min-width:0}.gp-bell-dropdown__item-title{display:block;font-size:10px;font-weight:800;letter-spacing:.04em;margin-bottom:2px}.gp-bell-dropdown__item-copy p{margin:0;font-size:12px;line-height:1.4;color:#334155}.gp-bell-dropdown__item-time{display:block;margin-top:4px;font-size:10px;color:#94a3b8}.gp-bell-dropdown__item-close{flex-shrink:0;width:20px;height:20px;padding:0;border:none;border-radius:4px;background:transparent;color:#64748b;font-size:16px;line-height:1;cursor:pointer}.gp-bell-dropdown__item-close:hover{background:#f1f5f9;color:#0f172a}.gp-bell-dropdown__item--read{opacity:.62}.gp-bell-dropdown__item--warning .gp-bell-dropdown__item-title{color:#b45309}.gp-bell-dropdown__item--info .gp-bell-dropdown__item-title{color:#0369a1}.gp-bell-dropdown__item--success .gp-bell-dropdown__item-title{color:#047857}.gp-bell-dropdown__item--neutral .gp-bell-dropdown__item-title{color:#64748b}.gp-bell-dropdown__item--error .gp-bell-dropdown__item-title{color:#b91c1c}.gp-actions-grid{display:grid;grid-template-columns:1fr;gap:10px}.gp-action-card-btn{display:flex;align-items:center;gap:14px;background-color:#fcfdfe;border:1px solid #e1ebe3;border-radius:8px;padding:10px 14px;text-align:left;cursor:pointer;transition:all .15s ease;width:100%}.gp-action-card-btn:hover{background-color:#f1f8f3;border-color:#c8e6c9;transform:translate(3px)}.gp-action-icon{font-size:20px;background-color:#fff;border:1px solid #e1ebe3;width:36px;height:36px;border-radius:6px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #00000005}.gp-action-card-btn strong{font-size:12px;color:var(--color-primary-light);display:block}.gp-action-card-btn p{font-size:9.5px;color:#77887b;margin-top:1px;font-weight:500}.gp-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.gp-modal-content{background-color:#fff;border-radius:12px;border:1px solid #e2e8f0;width:100%;max-width:500px;box-shadow:0 10px 30px #0f172a2e;display:flex;flex-direction:column;animation:gpModalFadeIn .25s cubic-bezier(.16,1,.3,1)}@keyframes gpModalFadeIn{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.gp-modal-body{padding:20px}.gp-modal-form{display:flex;flex-direction:column;gap:14px}.gp-form-info-text{font-size:11.5px;color:#475569;line-height:1.45;background-color:#f0f7ff;border:1px dashed #bfdbfe;padding:10px 14px;border-radius:8px;margin-bottom:10px}.gp-form-field{display:flex;flex-direction:column;gap:6px}.gp-form-field label{font-size:11px;font-weight:700;color:#334155}.gp-form-field select,.gp-form-field input{padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:12px;outline:none;transition:all .15s ease}.gp-form-field select:focus,.gp-form-field input:focus{border-color:#0052cc;box-shadow:0 0 6px #0052cc26}.gp-form-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:14px}.gp-btn-modal-cancel{background-color:#f5f5f5;color:#555;border:1px solid #e0e0e0;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer}.gp-btn-modal-cancel:hover{background-color:#e0e0e0}.gp-btn-modal-submit{background-color:#0052cc;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;box-shadow:0 2px 6px #0052cc33}.gp-btn-modal-submit:hover{background-color:#003d99}.gp-modal-table-wrap{max-height:350px;overflow-y:auto}.gp-modal-table{width:100%;border-collapse:collapse;font-size:11.5px;margin-top:10px;margin-bottom:20px}.gp-modal-table th{background-color:#f0f7ff;color:#0052cc;text-align:left;font-weight:700;padding:8px 10px;border-bottom:2px solid #bfdbfe}.gp-modal-table td{padding:8px 10px;border-bottom:1px solid #e2e8f0;color:#334155}.gp-badge-mapped{background-color:#e3f0ff;color:#0052cc;padding:2px 6px;border-radius:4px;font-weight:700;font-size:10px}.gp-badge-pending{background-color:#fff9eb;color:#e65100;padding:2px 6px;border-radius:4px;font-weight:700;font-size:10px}.gp-reports-modal-body{display:flex;flex-direction:column;gap:12px}.gp-report-download-item{display:flex;justify-content:space-between;align-items:center;background-color:#fcfdfe;border:1px solid #e2e8f0;padding:10px 14px;border-radius:8px}.gp-report-download-item strong{font-size:12px;color:#0f172a;display:block}.gp-report-download-item p{font-size:9.5px;color:#77887b;margin-top:1px}.gp-btn-report-dl{background-color:#f0f7ff;color:#0052cc;border:1px solid #bfdbfe;padding:6px 10px;border-radius:4px;font-size:10.5px;font-weight:700;cursor:pointer;transition:all .15s ease}.gp-btn-report-dl:hover{background-color:#0052cc;color:#fff}@media (max-width: 1024px){.gp-charts-grid{grid-template-columns:1fr}.gp-col-span-2{grid-column:span 1}.gp-dashboard-subgrid{grid-template-columns:1fr}}@media (max-width: 768px){.gp-dashboard-container{flex-direction:column}.gp-dashboard-sidebar{width:100%;border-right:none;border-bottom:1px solid #2b4f31;padding:16px}.gp-dashboard-main{max-width:100%;padding:16px}.gp-dashboard-header-right{gap:10px}.gp-user-name-label,.gp-user-role-label{display:none}.gp-user-profile-badge{padding:4px}}.gp-profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:20px}.gp-form-card{background-color:#fff;border:1px solid #e1ebe3;border-radius:12px;padding:24px;box-shadow:0 4px 12px #1b5e2008}.gp-form-card h3{font-size:16px;font-weight:800;color:var(--color-primary-light);margin-bottom:18px;border-bottom:2px solid #e8f5e9;padding-bottom:8px;margin-top:0}.gp-profile-form{display:flex;flex-direction:column;gap:16px}.gp-profile-field{display:flex;flex-direction:column;gap:6px}.gp-profile-field input{padding:10px 14px;border:1px solid #c8e6c9;border-radius:6px;font-size:13px;outline:none;background-color:#fff;transition:all .15s ease}.gp-profile-field input:focus{border-color:var(--color-primary);box-shadow:0 0 8px #2e7d321f}.gp-profile-field input.error-state{border-color:#ef4444;background-color:#fef2f2}.gp-profile-field .gp-input-disabled{background-color:#f5f8f5;border-color:#e0e8e1;color:#77887b;cursor:not-allowed}.gp-profile-field .gm-wrapping-select,.gp-profile-field .gm-wrapping-select__trigger{width:100%!important}.gp-badge-status-active{background-color:#e8f5e9;color:var(--color-primary-light);border:1px solid #a5d6a7;padding:6px 12px;border-radius:6px;font-weight:700;font-size:12px;display:inline-flex;align-items:center;gap:6px}.gp-pulse-dot-green{width:8px;height:8px;background-color:var(--color-primary);border-radius:50%;animation:gpPulse 1.2s infinite}.gp-profile-actions{display:flex;gap:12px;margin-top:8px}.gp-btn-save{background-color:var(--color-primary);color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 4px 10px #2e7d3240;transition:all .15s ease}.gp-btn-save:hover:not(:disabled){background-color:var(--color-primary-light);transform:translateY(-1px)}.gp-btn-save:disabled{opacity:.6;cursor:not-allowed}.gp-btn-reset{background-color:#f5f8f5;color:#556658;border:1px solid #c8e6c9;padding:10px 20px;border-radius:6px;font-size:13px;font-weight:700;cursor:pointer;transition:all .15s ease}.gp-btn-reset:hover{background-color:#e8f5e9;color:var(--color-primary-light)}.gp-plants-dashboard{display:flex;flex-direction:column;gap:24px;margin-top:20px}.gp-plants-context-banner{background-color:#e8f5e9;border:1px solid #c8e6c9;border-radius:8px;padding:12px 18px;font-size:13px;color:var(--color-primary-light);display:flex;align-items:center;gap:8px;font-weight:600}.gp-plants-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.gp-plant-details-table{width:100%;border-collapse:collapse}.gp-plant-details-table td{padding:12px 0;border-bottom:1px solid #f3f7f4}.gp-plant-status-pill{display:inline-block;padding:4px 8px;border-radius:4px;font-size:10px;font-weight:700;text-transform:uppercase}.gp-plant-status-pill--commissioned{background-color:#e8f5e9;color:var(--color-primary-light);border:1px solid #a5d6a7}.gp-plant-status-pill--construction{background-color:#fff9eb;color:#e65100;border:1px solid #ffe0b2}.gp-scada-sync-status{display:flex;align-items:center;gap:6px;font-weight:700;color:var(--color-primary);font-size:12px}.gp-plant-registry-card h3{font-size:15px;font-weight:800;color:var(--color-primary-light);margin-bottom:14px}.gp-plants-table{width:100%;border-collapse:collapse;margin-top:10px}.gp-plants-table th{background-color:#f1f8f3;color:var(--color-primary-light);text-align:left;font-weight:700;padding:12px 14px;border-bottom:2px solid #c8e6c9;font-size:11.5px}.gp-plants-table td{padding:12px 14px;border-bottom:1px solid #e1ebe3;color:#334436;font-size:12.5px}.gp-plants-table-row{cursor:pointer;transition:all .15s ease}.gp-plants-table-row:hover{background-color:#f9fbf9}.gp-plants-table-row--active{background-color:#f1f8f3;border-left:4px solid var(--color-primary)}.gp-plants-table-row--active td{font-weight:700;color:var(--color-primary-light)}@media (max-width: 768px){.gp-profile-form-grid,.gp-plants-detail-grid{grid-template-columns:1fr}}.gp-dashboard-root{background-color:#f4f7fa!important}.gp-dashboard-root .gp-dashboard-header{border-bottom:2px solid #e2e8f0!important;box-shadow:0 4px 16px #00000005!important}.gp-dashboard-root .gp-user-profile-badge{background-color:#f4f7fa!important;border:1px solid #cbd5e1!important}.gp-dashboard-root .gp-user-avatar{background-color:#0052cc!important;box-shadow:0 2px 6px #0052cc26!important}.gp-dashboard-root .gp-user-name-label{color:#1e293b!important}.gp-dashboard-root .gp-user-role-label{color:#64748b!important}.gp-dashboard-root .gp-header-divider{background-color:#cbd5e1!important}.gp-dashboard-root .gp-dashboard-sidebar{background-color:#003b95!important;border-right:none!important}.gp-dashboard-root .gp-sidebar-brand-sub{color:#ffffff80!important}.gp-dashboard-root .gp-sidebar-link{color:#ffffffd9!important}.gp-dashboard-root .gp-sidebar-link--active{background-color:#0000002e!important;color:#fff!important;box-shadow:none!important}.gp-dashboard-root .gp-sidebar-link:hover{background-color:#ffffff14!important;color:#fff!important}.gp-dashboard-root .gp-sidebar-badge-new{color:#004799!important;background-color:#f5a623!important}.gp-dashboard-root .gp-logout-btn{background-color:#edf2f7!important;color:#475569!important;border:1px solid #cbd5e1!important}.gp-dashboard-root .gp-logout-btn:hover{background-color:#0052cc!important;color:#fff!important;border-color:#0052cc!important}.gp-dashboard-root .gp-btn-modify{background-color:#edf4ff!important;color:#0052cc!important;border:1px solid #d0e1fd!important;padding:6px 14px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;transition:all .15s ease;display:inline-flex;align-items:center;gap:6px}.gp-dashboard-root .gp-btn-modify:hover{background-color:#0052cc!important;color:#fff!important;border-color:#0052cc!important}.gp-dashboard-root .gp-scada-sync-status{justify-content:flex-end!important;color:#0052cc!important}.gp-dashboard-root .gp-plants-context-banner{background-color:#edf4ff!important;border:1px solid #d0e1fd!important;color:#0052cc!important}.gp-dashboard-root .gp-plant-status-pill--commissioned{background-color:#e6f7ed!important;color:#22c55e!important;border:1px solid #a7f3d0!important}.gp-dashboard-root .gp-plants-table th{background-color:#edf4ff!important;color:#000!important;font-weight:700!important;border-bottom:2px solid #d0e1fd!important}.gp-dashboard-root .gp-plants-table td{color:#000!important;font-size:11.5px!important;font-weight:400!important;border-bottom:1px solid #e2e8f0!important}.gp-dashboard-root .gp-plants-table td strong{font-weight:400!important}.gp-dashboard-root .gp-plants-table-row--active{background-color:#edf4ff!important;border-left:4px solid #0052cc!important}.gp-dashboard-root .gp-plants-table-row--active td{color:#000!important}.gp-dashboard-root .gp-plants-table-row:hover{background-color:#f8fafc!important}.gp-dashboard-root .gp-subpanel-title{color:#0052cc!important}.gp-dashboard-root .gp-subpanel-badge-green{background-color:#edf4ff!important;color:#0052cc!important}.gp-dashboard-root .gp-form-card{border:1px solid #e2e8f0!important;box-shadow:0 4px 12px #00000004!important}.gp-dashboard-root .gp-profile-field input{border:1px solid #cbd5e1!important}.gp-dashboard-root .gp-profile-field input:focus{border-color:#0052cc!important;box-shadow:0 0 8px #0052cc1f!important}.gp-dashboard-root .gp-profile-field .gp-input-disabled{background-color:#f8fafc!important;border-color:#e2e8f0!important;color:#64748b!important}.gp-dashboard-root .gp-badge-status-active{background-color:#e6f7ed!important;color:#22c55e!important;border:1px solid #a7f3d0!important}.gp-dashboard-root .gp-pulse-dot-green{background-color:#22c55e!important}.gp-dashboard-root .gp-btn-save{background-color:#0052cc!important;box-shadow:0 4px 10px #0052cc33!important}.gp-dashboard-root .gp-btn-save:hover:not(:disabled){background-color:#0040a3!important}.gp-dashboard-root .gp-btn-reset{background-color:#edf4ff!important;color:#0052cc!important;border:1px solid #d0e1fd!important}.gp-dashboard-root .gp-btn-reset:hover{background-color:#0052cc!important;color:#fff!important}.gp-dashboard-register-btn{background:var(--color-primary)!important;color:#fff!important;border:none!important;padding:10px 18px!important;border-radius:6px!important;font-size:13px!important;font-weight:700!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;box-shadow:0 2px 6px #2e7d3233!important;transition:all .15s ease!important;text-decoration:none!important;height:auto!important;width:auto!important}.gp-dashboard-register-btn:hover{background:var(--color-primary-light)!important;box-shadow:0 4px 10px #1b5e204d!important;transform:translateY(-1px)!important}.gp-dashboard-register-btn:active{transform:translateY(0)!important}.gp-footer.gp-dashboard-main-footer{font-family:var(--font-body, "Noto Sans", sans-serif)}.gp-dashboard-main-footer .gp-footer-bottom{border-top:1px solid #e5e7eb;background:#fff;padding:12px 5px 14px}.gp-dashboard-main-footer .gp-footer-bottom-inner{display:flex;align-items:center;justify-content:center;text-align:center;gap:8px;flex-wrap:wrap}.gp-dashboard-main-footer .gp-footer-bottom-inner p{width:100%;margin:0;font-family:var(--font-body, "Noto Sans", sans-serif);font-size:calc(11px * var(--gp-font-scale, 1));font-weight:400;line-height:1.45;color:#6b7280}.gp-dashboard-main-footer .gp-footer-links{display:inline-flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.gp-dashboard-main-footer .gp-footer-links a{font-family:"Inter",var(--font-body, "Noto Sans", sans-serif);font-size:calc(12px * var(--gp-font-scale, 1));font-weight:500;line-height:1.35;color:#6b7280;text-decoration:none;white-space:nowrap}.gp-dashboard-main-footer .gp-footer-links a:hover{color:#0066cb;text-decoration:underline}@media (max-width: 1024px){.app-shell .topbar,.app-shell .topbar.collapsed{position:relative!important;top:auto!important;left:0!important;right:auto;width:100%}}.plant-query-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:10000}.plant-query-popup-content{background:var(--color-bg-surface, #ffffff);border-radius:var(--radius-lg, 8px);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;width:550px;max-width:90%;display:flex;flex-direction:column;color:var(--color-text-primary, #111827);animation:queryPopupFadeIn .2s ease-out}@keyframes queryPopupFadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.plant-query-popup-header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border, #e5e7eb)}.plant-query-popup-header h3{margin:0;font-size:var(--text-lg);font-weight:600;color:var(--color-text-primary, #111827)}.plant-query-popup-close{background:transparent;border:none;font-size:24px;cursor:pointer;color:var(--color-text-secondary, #6b7280)}.plant-query-popup-close:hover{color:var(--color-text-primary, #111827)}.plant-query-popup-body{padding:var(--space-5);display:flex;flex-direction:column;gap:var(--space-4);max-height:60vh;overflow-y:auto}.plant-query-popup-meta{padding:var(--space-3) var(--space-4);background:var(--color-bg-base, #f9fafb);border-radius:var(--radius-md, 6px);border:1px solid var(--color-border, #e5e7eb);font-size:var(--text-sm)}.plant-query-popup-query{font-size:var(--text-sm);display:flex;flex-direction:column;gap:4px}.plant-query-popup-query p{margin:0;padding:var(--space-3);border-left:3px solid var(--color-warning, #d97706);background:#d977060a;border-radius:0 var(--radius-sm) var(--radius-sm) 0;color:var(--color-text-primary)}.plant-query-popup-form{display:flex;flex-direction:column;gap:var(--space-2)}.plant-query-popup-textarea{width:100%;padding:var(--space-3);border:1px solid var(--color-border, #d1d5db);border-radius:var(--radius-md, 6px);font-family:inherit;font-size:var(--text-sm);outline:none;resize:vertical;background:var(--color-bg-surface, #ffffff)}.plant-query-popup-textarea:focus{border-color:var(--color-primary, #0284c7);box-shadow:0 0 0 3px #0284c71f}.plant-query-popup-char-count{align-self:flex-end;font-size:var(--text-xs);color:var(--color-text-secondary)}.plant-query-popup-char-count .text-success{color:#16a34a;font-weight:600}.plant-query-popup-char-count .text-danger{color:#dc2626;font-weight:600}.plant-query-popup-footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border, #e5e7eb);background:var(--color-bg-base, #f9fafb);border-radius:0 0 var(--radius-lg) var(--radius-lg)}.notification-panel__item--inactive{opacity:.65;background:var(--color-bg-base, #f9fafb)!important}.notification-panel__response-record{margin-top:var(--space-2);font-size:var(--text-xs);color:#16a34a;font-weight:500;display:flex;align-items:center;gap:4px}.cgd-btn-text-mobile,.btn-text-mobile{display:none!important}.cgd-btn-text-desktop,.btn-text-desktop{display:inline!important}@media (max-width: 768px){.cgd-btn-text-desktop,.btn-text-desktop{display:none!important}.cgd-btn-text-mobile,.btn-text-mobile{display:inline!important}}
