:root{--deep-green:#0b4550;--deep-green-dark:#072e38;--deep-green-mid:#0d3d4a;--deep-green-light:#0d5565;--fluro-yellow:#e6ff2b;--fluro-glow:rgba(230,255,43,0.18);--fluro-dim:rgba(230,255,43,0.08);--off-white:#f9f7f2;--warm-grey:#898a80;--royal-blue:#2961f6;--white:#ffffff;--text-dark:#0f1f24;--text-muted:#5a6b70;--glass-bg:rgba(255,255,255,0.04);--glass-border:rgba(255,255,255,0.09);--glass-hover-bg:rgba(255,255,255,0.08);--glass-hover-border:rgba(230,255,43,0.22);--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--space-8:64px;--space-9:96px;--space-10:128px;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-xl:24px;--shadow-sm:0 2px 8px rgba(0,0,0,0.12);--shadow-md:0 4px 24px rgba(0,0,0,0.22);--shadow-lg:0 12px 48px rgba(0,0,0,0.32);--glow-sm:0 0 20px rgba(230,255,43,0.12);--glow-md:0 0 40px rgba(230,255,43,0.18);--max-width:1200px}.portal-overlay{position:fixed;inset:0;z-index:200;background:var(--deep-green-dark);overflow-y:auto}.portal-shell{min-height:100dvh;justify-content:center;padding:var(--space-6) var(--space-5);background-color:var(--deep-green-dark);background-image:radial-gradient(760px 460px at 82% -10%,rgba(230,255,43,.07),transparent 60%),radial-gradient(700px 500px at 0 110%,rgba(13,85,101,.4),transparent 58%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='60' viewBox='0 0 69.28 60'%3E%3Cg fill='none' stroke='%23e6ff2b' stroke-width='1' stroke-opacity='0.05'%3E%3Cpolygon points='17.32,0 34.64,10 34.64,30 17.32,40 0,30 0,10'/%3E%3Cpolygon points='51.96,0 69.28,10 69.28,30 51.96,40 34.64,30 34.64,10'/%3E%3Cpolygon points='34.64,30 51.96,40 51.96,60 34.64,70 17.32,60 17.32,40'/%3E%3C/g%3E%3C/svg%3E");background-size:auto,auto,70px 60px;background-repeat:no-repeat,no-repeat,repeat}.portal-login,.portal-shell{display:flex;align-items:center}.portal-login{width:100%;max-width:480px;background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-xl);padding:var(--space-7) var(--space-6);flex-direction:column;text-align:center}@media (max-width:480px){.portal-login{padding:var(--space-6) var(--space-5);border-radius:var(--radius-lg)}}.portal-login__logo{display:flex;align-items:center;margin-bottom:var(--space-5);text-decoration:none}.portal-login__logo:hover{text-decoration:none;opacity:.85}.portal-login__title{font-family:var(--font-heading);font-size:clamp(1.5rem,4vw,2rem);font-weight:900;color:var(--off-white);text-transform:uppercase;letter-spacing:-.02em;margin-bottom:var(--space-2)}.portal-login__sub{color:var(--warm-grey);font-size:.9rem;margin-bottom:var(--space-6)}.portal-role-grid{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-3);width:100%;margin-bottom:var(--space-5)}@media (max-width:360px){.portal-role-grid{grid-template-columns:1fr}}.portal-role-btn{display:flex;flex-direction:column;align-items:center;gap:var(--space-2);padding:var(--space-5) var(--space-3);background:rgba(255,255,255,.04);border:1.5px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);cursor:pointer;transition:all .2s ease;text-align:center}.portal-role-btn:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.22)}.portal-role-btn--active{background:rgba(230,255,43,.07);border-color:var(--fluro-yellow);box-shadow:0 0 20px rgba(230,255,43,.1)}.portal-role-btn__icon{width:32px;height:32px;color:var(--warm-grey);display:flex;align-items:center;justify-content:center;transition:color .2s}.portal-role-btn--active .portal-role-btn__icon{color:var(--fluro-yellow)}.portal-role-btn__name{font-family:var(--font-heading);font-size:.95rem;font-weight:800;color:var(--off-white);text-transform:uppercase;letter-spacing:.04em}.portal-role-btn__desc{font-size:.75rem;color:var(--warm-grey);line-height:1.4}.portal-form{display:flex;flex-direction:column;gap:var(--space-3);width:100%;animation:portalFormIn .22s ease}@keyframes portalFormIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.portal-form__context{font-size:.82rem;color:var(--warm-grey);margin-bottom:var(--space-1)}.portal-form__context strong{color:var(--off-white);font-weight:600}.portal-input{width:100%;padding:13px 16px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-md);color:var(--off-white);font-family:var(--font-body);font-size:1rem;outline:none;transition:border-color .18s}.portal-input::placeholder{color:rgba(255,255,255,.3)}.portal-input:focus{border-color:rgba(230,255,43,.5)}.portal-error{font-size:.83rem;color:#ff6b6b;text-align:left}.portal-submit{width:100%;margin-top:var(--space-1)}.portal-submit:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.portal-dash{min-height:100dvh;display:flex;flex-direction:column;background-color:var(--deep-green-dark);background-image:radial-gradient(900px 520px at 88% -8%,rgba(230,255,43,.07),transparent 60%),radial-gradient(820px 560px at -5% 108%,rgba(13,85,101,.4),transparent 58%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='70' height='60' viewBox='0 0 69.28 60'%3E%3Cg fill='none' stroke='%23e6ff2b' stroke-width='1' stroke-opacity='0.05'%3E%3Cpolygon points='17.32,0 34.64,10 34.64,30 17.32,40 0,30 0,10'/%3E%3Cpolygon points='51.96,0 69.28,10 69.28,30 51.96,40 34.64,30 34.64,10'/%3E%3Cpolygon points='34.64,30 51.96,40 51.96,60 34.64,70 17.32,60 17.32,40'/%3E%3C/g%3E%3C/svg%3E");background-size:auto,auto,70px 60px;background-repeat:no-repeat,no-repeat,repeat;background-attachment:fixed,fixed,fixed}.portal-nav{position:sticky;top:0;z-index:10;height:68px;background:rgba(7,46,56,.97);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.portal-nav__inner{max-width:var(--max-width);margin:0 auto;padding:0 var(--space-5);height:100%;display:flex;align-items:center;justify-content:space-between;gap:var(--space-4)}@media (min-width:768px){.portal-nav__inner{padding:0 var(--space-6)}}.portal-nav__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.portal-nav__logo:hover{text-decoration:none;opacity:.85}.portal-nav__center{flex:1;display:flex;justify-content:center}.portal-nav__label{font-size:.75rem;font-weight:600;color:var(--fluro-yellow);text-transform:uppercase;letter-spacing:.14em;background:var(--fluro-dim);border:1px solid rgba(230,255,43,.2);padding:5px 12px;border-radius:100px}.portal-nav__right{display:flex;align-items:center;gap:var(--space-3);flex-shrink:0}.portal-nav__user{font-size:.85rem;color:rgba(255,255,255,.55);display:none}@media (min-width:480px){.portal-nav__user{display:block}}.portal-logout-btn{font-family:var(--font-body);font-size:.8rem;font-weight:600;color:rgba(255,255,255,.55);background:none;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius-sm);padding:6px 14px;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:all .18s}.portal-logout-btn:hover{color:var(--off-white);border-color:rgba(255,255,255,.4)}.portal-content{flex:1;padding-top:var(--space-7);padding-bottom:var(--space-9)}.portal-content__head{margin-bottom:var(--space-6)}.portal-content__title{font-family:var(--font-heading);font-size:clamp(1.8rem,4vw,2.6rem);color:var(--off-white);text-transform:uppercase;letter-spacing:-.02em;margin-bottom:var(--space-2)}.portal-content__sub{color:var(--warm-grey);font-size:.9rem}.portal-empty{padding:var(--space-8) 0;color:rgba(255,255,255,.35);font-size:.95rem;text-align:center}.portal-table-wrap{overflow-x:auto}.portal-table{width:100%;border-collapse:collapse;font-size:.9rem;min-width:560px}.portal-table thead tr{border-bottom:1px solid rgba(255,255,255,.1)}.portal-table th{text-align:left;font-size:.72rem;font-weight:600;color:var(--warm-grey);text-transform:uppercase;letter-spacing:.1em;padding:var(--space-3) var(--space-4)}.portal-table th:first-child{padding-left:0}.portal-table tbody tr{border-bottom:1px solid rgba(255,255,255,.05);transition:background .14s}.portal-table tbody tr:hover{background:rgba(255,255,255,.03)}.portal-table tbody tr:last-child{border-bottom:none}.portal-table td{padding:var(--space-4) var(--space-4);color:rgba(255,255,255,.8);vertical-align:middle}.portal-table td:first-child{padding-left:0}.portal-table__name{font-weight:600;color:var(--off-white)!important}.portal-table__abn{font-family:monospace;font-size:.85rem;color:rgba(255,255,255,.55)!important;letter-spacing:.04em}.portal-badge{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;border-radius:100px}.portal-badge--active{background:rgba(74,222,128,.12);color:#4ade80;border:1px solid rgba(74,222,128,.25)}.portal-badge--pending{background:rgba(250,204,21,.1);color:#facc15;border:1px solid rgba(250,204,21,.22)}.portal-badge--suspended{background:rgba(248,113,113,.12);color:#f87171;border:1px solid rgba(248,113,113,.25)}.portal-badge--inactive{background:rgba(255,255,255,.05);color:rgba(255,255,255,.35);border:1px solid rgba(255,255,255,.1)}.portal-supplier-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:var(--space-5)}.portal-supplier-card{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);padding:var(--space-6);transition:border-color .2s,box-shadow .2s}.portal-supplier-card:hover{border-color:var(--glass-hover-border);box-shadow:var(--glow-sm)}.portal-supplier-card__head{display:flex;align-items:flex-start;gap:var(--space-3);flex-wrap:wrap;margin-bottom:var(--space-5)}.portal-supplier-card__name{font-family:var(--font-heading);font-size:1.1rem;font-weight:800;color:var(--off-white);text-transform:uppercase;letter-spacing:-.01em;flex:1}.portal-supplier-card__cat{font-size:.72rem;font-weight:600;color:var(--deep-green);background:var(--fluro-yellow);padding:3px 10px;border-radius:100px;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;flex-shrink:0}.portal-supplier-card__contact{display:flex;flex-direction:column;gap:var(--space-2)}.portal-supplier-card__person{font-size:.88rem;color:rgba(255,255,255,.55);margin-bottom:var(--space-1)}.portal-supplier-card__link{display:inline-flex;align-items:center;gap:var(--space-2);font-size:.88rem;color:rgba(255,255,255,.7);text-decoration:none;transition:color .16s}.portal-supplier-card__link:hover{color:var(--fluro-yellow);text-decoration:none}.portal-supplier-card__link svg{flex-shrink:0;opacity:.6}.portal-hex-grid{display:grid;grid-template-columns:repeat(3,180px);justify-content:center;gap:8px 14px;padding:var(--space-3) 0 var(--space-8)}@media (max-width:600px){.portal-hex-grid{grid-template-columns:repeat(2,160px);gap:8px 12px}}@media (max-width:380px){.portal-hex-grid{grid-template-columns:180px}}.portal-hex-tile:nth-child(3n-1){margin-top:78px}@media (max-width:600px){.portal-hex-tile:nth-child(3n-1){margin-top:0}.portal-hex-tile:nth-child(2n){margin-top:69px}}@media (max-width:380px){.portal-hex-tile{margin-top:0!important}}.portal-hex-tile{display:flex;flex-direction:column;align-items:center;gap:10px;width:180px;cursor:pointer;transition:transform .2s ease}.portal-hex-tile,.portal-hex-tile:hover{text-decoration:none;color:inherit}@media (max-width:600px){.portal-hex-tile{width:160px}}.portal-hex-shape{width:180px;height:156px;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 52px;transition:background .25s ease,filter .25s ease}@media (max-width:600px){.portal-hex-shape{width:160px;height:138px;padding:18px 46px}}.portal-hex-tile__icon{width:30px;height:30px;flex-shrink:0;transition:color .2s ease}.portal-hex-tile__label{font-size:.62rem;font-weight:700;color:var(--off-white);letter-spacing:.07em;text-transform:uppercase;text-align:center;line-height:1.3;transition:color .2s ease}.portal-hex-tile__desc{font-size:.75rem;color:var(--warm-grey);text-align:center;line-height:1.4;max-width:160px;transition:color .2s ease}.portal-hex-tile--complete .portal-hex-shape{background:rgba(74,222,128,.18);filter:drop-shadow(0 0 14px rgba(74,222,128,.45))}.portal-hex-tile--complete .portal-hex-tile__icon{color:#4ade80}.portal-hex-tile--complete:hover .portal-hex-shape{background:rgba(74,222,128,.32)}.portal-hex-tile--required .portal-hex-shape{background:rgba(248,113,113,.18);filter:drop-shadow(0 0 12px rgba(248,113,113,.4))}.portal-hex-tile--required .portal-hex-tile__icon{color:#f87171}.portal-hex-tile--required:hover .portal-hex-shape{background:rgba(248,113,113,.32)}.portal-hex-tile--next .portal-hex-shape{background:rgba(251,146,60,.18);filter:drop-shadow(0 0 12px rgba(251,146,60,.4))}.portal-hex-tile--next .portal-hex-tile__icon{color:#fb923c}.portal-hex-tile--next:hover .portal-hex-shape{background:rgba(251,146,60,.32)}.portal-hex-tile--locked{cursor:default}.portal-hex-tile--locked .portal-hex-shape{background:#26332f;filter:none}.portal-hex-tile--locked .portal-hex-tile__icon{color:rgba(255,255,255,.28)}.portal-hex-tile--locked .portal-hex-tile__label{color:rgba(255,255,255,.38)}.portal-hex-tile--locked .portal-hex-tile__desc{color:rgba(255,255,255,.24)}.portal-hex-tile--locked:hover .portal-hex-shape{background:#26332f}.portal-hex-tile--stub{cursor:default;opacity:.45}.portal-hex-tile--stub .portal-hex-shape,.portal-hex-tile--stub:hover .portal-hex-shape{background:rgba(230,255,43,.1)}.portal-hex-tile--stub .portal-hex-tile__icon{color:var(--fluro-yellow)}.portal-hex-tile:not([class*="--complete"]):not([class*="--required"]):not([class*="--next"]):not([class*="--locked"]):not([class*="--stub"]):not([class*="--red"]):not([class*="--amber"]):not([class*="--blue"]):not([class*="--green"]):not([class*="--gold"]) .portal-hex-shape{background:rgba(230,255,43,.12)}.portal-hex-tile:not([class*="--complete"]):not([class*="--required"]):not([class*="--next"]):not([class*="--locked"]):not([class*="--stub"]):not([class*="--red"]):not([class*="--amber"]):not([class*="--blue"]):not([class*="--green"]):not([class*="--gold"]):hover .portal-hex-shape{background:rgba(230,255,43,.28)}.portal-hex-tile:not([class*="--complete"]):not([class*="--required"]):not([class*="--next"]):not([class*="--locked"]):not([class*="--stub"]):not([class*="--red"]):not([class*="--amber"]):not([class*="--blue"]):not([class*="--green"]):not([class*="--gold"]) .portal-hex-tile__icon{color:var(--fluro-yellow)}.portal-section{margin-bottom:64px}.portal-section__label{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fluro-yellow);margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid rgba(230,255,43,.15)}.portal-section--golden .portal-section__label{color:var(--fluro-yellow);border-color:rgba(230,255,43,.3)}.portal-section--golden .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.3),transparent 55%),linear-gradient(160deg,#e2f556,#d7ec3c 55%,#bcd226)!important;filter:drop-shadow(0 0 12px rgba(230,255,43,.45))!important}.portal-section--golden .portal-hex-tile__icon,.portal-section--golden .portal-hex-tile__label{color:#14330f!important}.portal-section--golden .portal-hex-tile__desc{color:var(--warm-grey)!important}.portal-section--golden .portal-hex-tile:hover .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.36),transparent 55%),linear-gradient(160deg,#eaf96c,#e2f556 55%,#cbe032)!important}.portal-hex-tile--red .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.22),transparent 55%),linear-gradient(160deg,#e0625a,#d9544c 55%,#bf453e);filter:drop-shadow(0 0 10px rgba(217,84,76,.35))}.portal-hex-tile--red .portal-hex-tile__icon{color:#ffffff}.portal-hex-tile--red .portal-hex-tile__label{color:var(--off-white)}.portal-hex-tile--red:hover .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.28),transparent 55%),linear-gradient(160deg,#e86f67,#e56159 55%,#cc4f47)}.portal-hex-tile--amber .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.22),transparent 55%),linear-gradient(160deg,#f09040,#e5852c 55%,#c96f1c);filter:drop-shadow(0 0 10px rgba(229,133,44,.35))}.portal-hex-tile--amber .portal-hex-tile__icon{color:#ffffff}.portal-hex-tile--amber .portal-hex-tile__label{color:var(--off-white)}.portal-hex-tile--amber:hover .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.28),transparent 55%),linear-gradient(160deg,#f79c4e,#f19338 55%,#d67c26)}.portal-hex-tile--green .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.24),transparent 55%),linear-gradient(160deg,#35b268,#2e9e5b 55%,#248a4c);filter:drop-shadow(0 0 10px rgba(46,158,91,.4))}.portal-hex-tile--green .portal-hex-tile__icon{color:#eafff2}.portal-hex-tile--green .portal-hex-tile__label{color:var(--off-white)}.portal-hex-tile--green:hover .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.3),transparent 55%),linear-gradient(160deg,#3cbf72,#35b268 55%,#2b9a58)}.portal-journey-complete-all .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.3),transparent 55%),linear-gradient(160deg,#e2f556,#d7ec3c 55%,#bcd226)!important;filter:drop-shadow(0 0 12px rgba(230,255,43,.45))!important}.portal-journey-complete-all .portal-hex-tile__icon,.portal-journey-complete-all .portal-hex-tile__label{color:#14330f!important}.portal-journey-complete-all .portal-hex-tile:hover .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.36),transparent 55%),linear-gradient(160deg,#eaf96c,#e2f556 55%,#cbe032)!important}.portal-hex-tile--gold .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.3),transparent 55%),linear-gradient(160deg,#f7cf4d,#f2c230 55%,#dcab1c);filter:drop-shadow(0 0 14px rgba(242,194,48,.55))}.portal-hex-tile--gold .portal-hex-tile__icon,.portal-hex-tile--gold .portal-hex-tile__label{color:#3a2e0a}.portal-hex-tile--gold:hover .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.36),transparent 55%),linear-gradient(160deg,#f9d75f,#f7cf4d 55%,#e6b82a)}.portal-banner{display:flex;align-items:center;gap:18px;justify-content:center;text-align:center;margin:0 0 var(--space-6);padding:34px 32px;border-radius:18px;background:linear-gradient(100deg,rgba(230,255,43,.16),rgba(230,255,43,.05));border:1px solid rgba(230,255,43,.4);box-shadow:0 0 28px rgba(230,255,43,.16);animation:portal-banner-in .5s ease}@keyframes portal-banner-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}.portal-banner__icon{width:36px;height:36px;color:var(--fluro-yellow);flex-shrink:0}.portal-banner__title{color:var(--fluro-yellow);font-weight:700;font-size:1.25rem;letter-spacing:.02em}.portal-banner__sub{color:var(--warm-grey);font-size:.88rem;margin-top:4px}.portal-preview-toggle{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;margin-bottom:var(--space-6)}.portal-preview-toggle button{font-size:.72rem;font-weight:600;letter-spacing:.04em;padding:7px 14px;border-radius:999px;cursor:pointer;background:rgba(230,255,43,.08);color:var(--off-white);border:1px solid rgba(230,255,43,.2);transition:all .2s ease}.portal-preview-toggle button:hover{background:rgba(230,255,43,.18)}.portal-preview-toggle button.is-active{background:var(--fluro-yellow);color:var(--deep-green-dark);border-color:var(--fluro-yellow)}.portal-modal-overlay{position:fixed;inset:0;z-index:200;background:rgba(3,20,24,.72);backdrop-filter:blur(3px);display:flex;align-items:center;justify-content:center;padding:20px;animation:portal-banner-in .2s ease}.portal-modal{background:var(--deep-green-dark);border:1px solid rgba(230,255,43,.22);border-radius:18px;width:100%;max-width:540px;max-height:88vh;overflow-y:auto;padding:26px 28px 30px;box-shadow:0 24px 60px rgba(0,0,0,.5)}.portal-modal__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:4px}.portal-modal__title{font-family:var(--font-heading);font-size:1.3rem;color:var(--off-white)}.portal-modal__state{font-size:.6rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:3px 9px;border-radius:999px;white-space:nowrap;margin-top:4px}.portal-modal__state--red{background:rgba(248,113,113,.18);color:#f87171}.portal-modal__state--amber{background:rgba(251,146,60,.18);color:#fb923c}.portal-modal__state--green{background:rgba(74,222,128,.18);color:#4ade80}.portal-modal__state--gold{background:rgba(245,158,11,.2);color:#f59e0b}.portal-modal__state--locked{background:rgba(250,204,21,.1);color:rgba(250,204,21,.6)}.portal-modal__desc{color:var(--warm-grey);font-size:.85rem;margin-bottom:18px;line-height:1.5}.portal-modal__close{background:none;border:none;cursor:pointer;color:var(--warm-grey);width:30px;height:30px;flex-shrink:0;font-size:1.4rem;line-height:1}.portal-modal__close:hover{color:var(--fluro-yellow)}.portal-modal__field{margin-bottom:14px}.portal-modal__label{display:block;font-size:.72rem;font-weight:600;color:var(--off-white);margin-bottom:5px;letter-spacing:.03em}.portal-modal__label .req{color:#f87171;margin-left:3px}.portal-modal__label .opt{color:var(--warm-grey);font-weight:400;margin-left:5px;font-size:.66rem}.portal-modal__input,.portal-modal__select,.portal-modal__textarea{width:100%;padding:9px 12px;border-radius:8px;background:rgba(255,255,255,.04);border:1px solid rgba(230,255,43,.15);color:var(--off-white);font-size:.85rem;font-family:inherit}.portal-modal__input:focus,.portal-modal__select:focus,.portal-modal__textarea:focus{outline:none;border-color:var(--fluro-yellow)}.portal-modal__textarea{resize:vertical;min-height:64px}.portal-modal__readonly{background:rgba(255,255,255,.02);border-style:dashed;color:var(--warm-grey)}.portal-modal__upload{display:flex;align-items:center;gap:10px;padding:16px;border:1px dashed rgba(230,255,43,.25);border-radius:10px;color:var(--warm-grey);font-size:.82rem;text-align:center;justify-content:center}.portal-modal__note{font-size:.72rem;color:var(--warm-grey);background:rgba(230,255,43,.05);border-left:2px solid rgba(230,255,43,.3);padding:10px 12px;border-radius:4px;margin-bottom:16px;line-height:1.5}.portal-modal__actions{display:flex;gap:10px;margin-top:22px}.portal-modal__preview-flag{font-size:.68rem;color:var(--warm-grey);text-align:center;margin-top:14px;font-style:italic}.portal-hex-row{display:flex;flex-wrap:wrap;align-items:stretch;gap:22px 16px;padding:var(--space-3) 0 var(--space-8)}.portal-hex-row .portal-hex-tile{margin-top:0!important}.portal-section__bar{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid rgba(230,255,43,.15);margin-bottom:var(--space-2);padding-bottom:var(--space-3)}.portal-section__bar .portal-section__label{margin:0;padding:0;border:none}.portal-section__pct{display:flex;align-items:center;gap:10px;white-space:nowrap}.portal-section__pct-num{font-size:.78rem;font-weight:700;color:var(--fluro-yellow);min-width:34px;text-align:right}.portal-section__pct-track{width:96px;height:6px;border-radius:999px;background:rgba(255,255,255,.08);overflow:hidden}.portal-section__pct-fill{height:100%;background:var(--fluro-yellow);border-radius:999px;transition:width .5s ease}.portal-section--golden .portal-section__pct-num{color:var(--fluro-yellow)}.portal-section--golden .portal-section__pct-fill{background:var(--fluro-yellow)}.portal-hex-tile__cta{display:flex;flex-direction:column;align-items:center;gap:2px;margin-top:auto;position:relative;top:12px;padding:7px 16px 8px;text-align:center;color:var(--fluro-yellow);border-radius:14px;background:rgba(230,255,43,.08);border:1px solid rgba(230,255,43,.28);transition:background .15s ease,border-color .15s ease}.portal-hex-tile__cta-top{font-size:.62rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;line-height:1.2}.portal-hex-tile__cta-sub{font-size:.56rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;line-height:1.3;opacity:.85}.portal-hex-tile:hover .portal-hex-tile__cta{background:rgba(230,255,43,.16);border-color:rgba(230,255,43,.45)}.portal-hex-tile--amber .portal-hex-tile__cta,.portal-hex-tile--blue .portal-hex-tile__cta,.portal-hex-tile--gold .portal-hex-tile__cta,.portal-hex-tile--green .portal-hex-tile__cta,.portal-hex-tile--red .portal-hex-tile__cta{color:var(--fluro-yellow)}.portal-hex-tile--locked .portal-hex-tile__cta{color:rgba(255,255,255,.25);background:rgba(255,255,255,.03);border-color:rgba(255,255,255,.1)}.portal-hex-tile__desc{min-height:3.9em;flex:1}.portal-journey-complete{text-align:center;margin-top:var(--space-5);font-size:.92rem;color:var(--warm-grey)}.portal-journey-complete a{color:var(--fluro-yellow);font-weight:700;text-decoration:underline;text-underline-offset:3px}.portal-journey-complete a:hover{color:#f2ff70}.member-onboarding-canvas{min-height:100vh;background-color:var(--deep-green-dark);background-image:radial-gradient(760px 460px at 82% -10%,rgba(230,255,43,.06),transparent 60%),radial-gradient(700px 500px at 0 110%,rgba(13,85,101,.4),transparent 58%),url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='48' viewBox='0 0 69.28 60'%3E%3Cg fill='none' stroke='%23e6ff2b' stroke-width='1.1' stroke-opacity='0.06'%3E%3Cpolygon points='17.32,0 34.64,10 34.64,30 17.32,40 0,30 0,10'/%3E%3Cpolygon points='51.96,0 69.28,10 69.28,30 51.96,40 34.64,30 34.64,10'/%3E%3Cpolygon points='34.64,30 51.96,40 51.96,60 34.64,70 17.32,60 17.32,40'/%3E%3C/g%3E%3C/svg%3E");background-size:auto,auto,56px 48px;background-repeat:no-repeat,no-repeat,repeat;background-attachment:fixed,fixed,fixed}.portal-preview-top{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap;margin-bottom:var(--space-5);margin-top:var(--space-4)}.portal-progress-hex{position:relative;width:176px;height:154px;margin:0;flex-shrink:0}@media (max-width:640px){.portal-progress-hex{margin:0 auto}}.portal-progress-hex svg{width:100%;height:100%;display:block;overflow:visible}.portal-progress-hex .phex-track{fill:rgba(230,255,43,.04);stroke:rgba(255,255,255,.1);stroke-width:3}.portal-progress-hex .phex-prog{fill:none;stroke:var(--fluro-yellow);stroke-width:5;stroke-linecap:round;filter:drop-shadow(0 0 8px rgba(230,255,43,.55));transition:stroke-dashoffset .7s ease,stroke .4s ease}.portal-progress-hex.is-live .phex-prog{stroke:var(--fluro-yellow);filter:drop-shadow(0 0 12px rgba(230,255,43,.65))}.portal-progress-hex__inner{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;pointer-events:none}.portal-progress-hex__pct{font-family:var(--font-heading);font-size:1.9rem;font-weight:700;color:var(--off-white);line-height:1}.portal-progress-hex.is-live .portal-progress-hex__pct{color:var(--fluro-yellow)}.portal-progress-hex__label{font-size:.6rem;text-transform:uppercase;letter-spacing:.14em;color:var(--warm-grey);margin-top:5px}.portal-hex-h{position:relative;width:420px;height:438px;margin:var(--space-4) auto var(--space-7)}.portal-hex-h__cell{position:absolute}.portal-hex-h .portal-hex-tile{margin:0!important;width:168px;cursor:pointer;animation:hex-assemble .5s cubic-bezier(.2,.8,.3,1.15) backwards}.portal-hex-h .portal-hex-shape{width:168px;height:146px;padding:18px 48px}@keyframes hex-assemble{0%{opacity:0;transform:scale(.35) translateY(16px)}to{opacity:1;transform:none}}.portal-hex-h .portal-hex-tile{position:relative}.portal-hex-h .portal-hex-tile:before{content:"";position:absolute;top:12px;left:0;width:168px;height:146px;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);background:linear-gradient(#6a4808,#33230300);z-index:0}.portal-hex-h .portal-hex-shape{position:relative;z-index:1;background:linear-gradient(125deg,rgba(255,255,255,.6),rgba(255,255,255,0) 26%),linear-gradient(158deg,#ffe9a3,#f4c542 25%,#d99811 52%,#f0be3c 75%,#a86f08)!important;filter:drop-shadow(0 9px 13px rgba(0,0,0,.48)) drop-shadow(0 0 16px rgba(245,176,20,.35));box-shadow:inset 0 3px 1px rgba(255,255,255,.6),inset 0 -9px 15px rgba(110,66,5,.55),inset 4px 0 7px rgba(255,242,195,.22),inset -4px 0 7px rgba(90,54,5,.42)}.portal-hex-h .portal-hex-shape:before{content:"";position:absolute;top:15px;left:15px;right:15px;bottom:15px;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);background:linear-gradient(158deg,#ecb62b,#cd9114 55%,#b17b0a);box-shadow:inset 0 3px 7px rgba(78,46,4,.6),inset 0 -2px 3px rgba(255,244,200,.35)}.portal-hex-h .portal-hex-tile__icon,.portal-hex-h .portal-hex-tile__label{color:#4a3402!important;position:relative;z-index:2;text-shadow:0 1px 0 rgba(255,247,216,.5),0 -1px 1px rgba(58,38,4,.4)}.portal-hex-h .portal-hex-tile__icon{filter:drop-shadow(0 1px 0 rgba(255,247,216,.45))}.portal-hex-h .portal-hex-tile:hover .portal-hex-shape{filter:drop-shadow(0 12px 18px rgba(0,0,0,.52)) drop-shadow(0 0 22px rgba(245,176,20,.55))}.portal-hex-h .portal-hex-fill{position:absolute;z-index:0;clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);background:linear-gradient(125deg,rgba(255,255,255,.42),rgba(255,255,255,0) 30%),linear-gradient(158deg,#ecc76b,#c2900f 58%,#855a0b);box-shadow:inset 0 2px 1px rgba(255,255,255,.42),inset 0 -4px 8px rgba(90,54,5,.5);filter:drop-shadow(0 5px 8px rgba(0,0,0,.4));animation:hex-assemble .55s ease backwards}.portal-hex-h .portal-hex-tile:before{display:none}.portal-hex-h .portal-hex-shape{clip-path:none!important;background:url(/images/hex-gold.png) 50%/120% no-repeat!important;box-shadow:none!important;filter:drop-shadow(0 9px 13px rgba(0,0,0,.45))}.portal-hex-h .portal-hex-shape:before{display:none!important}.portal-hex-h .portal-hex-fill{clip-path:none!important;background:url(/images/hex-gold.png) 50%/120% no-repeat!important;box-shadow:none!important}@media (max-width:520px){.portal-hex-h{transform:scale(.72);transform-origin:top center;margin-bottom:-80px}}@media (max-width:400px){.portal-hex-h{transform:scale(.56)}}.portal-h-render{position:relative;width:100%;max-width:470px;aspect-ratio:1040/1024;margin:var(--space-4) auto var(--space-7);background:url(/images/hex-h.png) 50%/contain no-repeat;filter:drop-shadow(0 14px 22px rgba(0,0,0,.5))}.portal-h-hotspot{position:absolute;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;width:21%;padding:0;background:none;border:none;cursor:pointer}.portal-h-hotspot__icon{width:26px;height:26px;color:#4a3402}.portal-h-hotspot__icon svg{width:100%;height:100%;display:block}.portal-h-hotspot__label{font-size:.56rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;color:#4a3402;text-align:center;line-height:1.15;text-shadow:0 1px 0 rgba(255,248,220,.55)}.portal-h-hotspot:hover{filter:brightness(1.12)}.portal-h-hotspot:hover .portal-h-hotspot__icon,.portal-h-hotspot:hover .portal-h-hotspot__label{color:#2a1d02}.portal-legend{display:flex;flex-wrap:wrap;gap:12px 24px;margin-bottom:var(--space-6)}.portal-legend__item{display:flex;align-items:center;gap:7px;font-size:.72rem;color:var(--warm-grey);letter-spacing:.03em}.portal-legend__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.portal-legend__dot--complete{background:#4ade80;box-shadow:0 0 6px rgba(74,222,128,.6)}.portal-legend__dot--next{background:#fb923c;box-shadow:0 0 6px rgba(251,146,60,.6)}.portal-legend__dot--required{background:#f87171;box-shadow:0 0 6px rgba(248,113,113,.6)}.portal-legend__dot--locked{background:rgba(250,204,21,.4)}.portal-back{display:inline-flex;align-items:center;gap:6px;color:var(--warm-grey);text-decoration:none;font-size:.85rem;margin-bottom:var(--space-5);transition:color .2s ease}.portal-back:hover{color:var(--off-white);text-decoration:none}.portal-back svg{flex-shrink:0}.portal-help-card{width:100%;max-width:640px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-xl);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-4)}.portal-help-field{display:flex;flex-direction:column;gap:8px}.portal-help-field>label{font-size:.85rem;font-weight:600;color:rgba(255,255,255,.75)}.portal-help-req{color:#f87171;margin-left:2px}.portal-help-optional{color:var(--warm-grey);font-weight:400}.portal-help-select option{background:#1a2e30;color:var(--off-white)}.portal-help-textarea{min-height:140px;resize:vertical}.portal-help-file-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 16px;background:rgba(255,255,255,.06);border:1px dashed rgba(255,255,255,.22);border-radius:var(--radius-md);color:rgba(255,255,255,.7);font-size:.88rem;cursor:pointer;transition:all .18s;width:fit-content}.portal-help-file-btn:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.4);color:var(--off-white)}.portal-help-file-input{display:none}.portal-help-file-list{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:6px}.portal-help-file-list li{font-size:.78rem;color:rgba(255,255,255,.55);background:rgba(255,255,255,.06);border-radius:var(--radius-sm);padding:3px 8px}.portal-help-check{display:flex}.portal-help-check__label{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.88rem;color:rgba(255,255,255,.75);user-select:none}.portal-help-check__input{display:none}.portal-help-check__box{width:18px;height:18px;border:1.5px solid rgba(255,255,255,.3);border-radius:4px;background:rgba(255,255,255,.05);flex-shrink:0;position:relative;transition:all .18s}.portal-help-check__input:checked~.portal-help-check__box{background:var(--fluro-yellow);border-color:var(--fluro-yellow)}.portal-help-check__input:checked~.portal-help-check__box:after{content:"";position:absolute;left:4px;top:1px;width:6px;height:10px;border:2px solid var(--deep-green);border-top:none;border-left:none;transform:rotate(45deg)}.portal-help-card--done{align-items:center;text-align:center;padding:var(--space-8) var(--space-6);gap:var(--space-3)}.portal-help-done__icon{width:56px;height:56px;color:#4ade80;filter:drop-shadow(0 0 12px rgba(74,222,128,.5))}.portal-help-done__icon svg{width:100%;height:100%}.portal-help-done__title{font-family:var(--font-heading);font-size:1.4rem;font-weight:900;color:var(--off-white);text-transform:uppercase;letter-spacing:-.01em;margin:0}.portal-help-done__body{color:var(--warm-grey);font-size:.9rem;margin:0}.portal-help-done__body strong{color:var(--off-white);font-weight:600}.portal-admin-section{margin-bottom:64px}.portal-admin-section__label{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--fluro-yellow);margin-bottom:var(--space-4);padding-bottom:var(--space-3);border-bottom:1px solid rgba(230,255,43,.15)}.portal-hex-row--joined{gap:4px 0;row-gap:4px}.portal-hex-row--joined .portal-hex-tile-wrap{margin:0 -12px}@media (max-width:600px){.portal-hex-row--joined .portal-hex-tile-wrap{margin:0 -8px}}.portal-hex-tile-wrap{display:flex;align-items:stretch;position:relative;transition:margin .5s ease}@keyframes hex-celebrate-flip{0%{transform:rotateY(0deg)}to{transform:rotateY(1turn)}}.hex-flip{animation:hex-celebrate-flip .8s ease both}.portal-hex-tile--blue .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.22),transparent 55%),linear-gradient(160deg,#4b8ef8,#3b82f6 55%,#2b6bd8);filter:drop-shadow(0 0 10px rgba(59,130,246,.38))}.portal-hex-tile--blue .portal-hex-tile__icon{color:#ffffff}.portal-hex-tile--blue .portal-hex-tile__label{color:var(--off-white)}.portal-hex-tile--blue:hover .portal-hex-shape{background:radial-gradient(120% 90% at 50% -20%,rgba(255,255,255,.28),transparent 55%),linear-gradient(160deg,#5c9afa,#4b8ef8 55%,#3a78e4)}.portal-hex-tile--blue .portal-hex-tile__cta{color:var(--fluro-yellow)}.portal-modal__state--blue{background:rgba(96,165,250,.18);color:#60a5fa}.portal-legend__dot--pending{background:#60a5fa;box-shadow:0 0 6px rgba(96,165,250,.6)}@media (max-width:480px){.portal-hex-tile{width:150px}.portal-hex-shape{width:150px;height:130px;padding:16px 40px}.portal-hex-tile__desc{max-width:148px;font-size:.7rem;min-height:3.6em}.portal-hex-tile__cta{padding:6px 10px 7px}.portal-hex-tile__cta-sub{font-size:.52rem}.portal-hex-row{justify-content:center;gap:12px}.portal-progress-hex{width:132px;height:116px;margin:0 auto}.portal-progress-hex__pct{font-size:1.4rem}.portal-preview-top{justify-content:center;text-align:center}.portal-content__title{font-size:1.35rem}.portal-banner{padding:22px 18px}.portal-banner__title{font-size:1.05rem}.portal-section{margin-bottom:36px}.portal-section__bar{flex-wrap:wrap;gap:8px}.display{letter-spacing:-.01em}h1.display{font-size:1.4rem!important}.portal-total__pct{font-size:1.3rem}.portal-journey-complete{font-size:.8rem}}.portal-supplier-board .portal-hex-tile--red .portal-hex-tile__cta{color:#f2938c;border-color:rgba(217,84,76,.5);background:rgba(217,84,76,.12)}.portal-supplier-board .portal-hex-tile--red:hover .portal-hex-tile__cta{background:rgba(217,84,76,.22);border-color:rgba(217,84,76,.7)}.portal-supplier-board .portal-hex-tile--amber .portal-hex-tile__cta{color:#f3a75c;border-color:rgba(229,133,44,.5);background:rgba(229,133,44,.12)}.portal-supplier-board .portal-hex-tile--amber:hover .portal-hex-tile__cta{background:rgba(229,133,44,.22);border-color:rgba(229,133,44,.7)}.portal-supplier-board .portal-hex-tile--gold .portal-hex-tile__cta,.portal-supplier-board .portal-hex-tile--green .portal-hex-tile__cta{color:#6fd39a;border-color:rgba(46,158,91,.5);background:rgba(46,158,91,.12)}.portal-supplier-board .portal-hex-tile--gold:hover .portal-hex-tile__cta,.portal-supplier-board .portal-hex-tile--green:hover .portal-hex-tile__cta{background:rgba(46,158,91,.22);border-color:rgba(46,158,91,.7)}.portal-journey-complete-all .portal-hex-tile__cta{color:var(--fluro-yellow)!important;border-color:rgba(230,255,43,.28)!important;background:rgba(230,255,43,.08)!important}@media (max-width:600px){.portal-hex-row{row-gap:40px}.portal-hex-tile__cta{top:8px}}