:root{--blue:#0582bd;--blue-deep:#00669b;--navy:#102d3d;--ink:#18242b;--muted:#63737c;--line:#d9e2e7;--pale:#eaf6fb;--orange:#f36a22;--white:#fff;--shadow:0 18px 48px rgba(14,49,66,.14)}
*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:#f4f8fa;min-height:100vh}button,input{font:inherit}button{cursor:pointer}.demo-banner{height:36px;background:#132b38;color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;padding:0 20px;font-size:.78rem;letter-spacing:.02em}.demo-banner strong{color:#7fd7ff;text-transform:uppercase;font-size:.7rem;letter-spacing:.12em}.login-shell{min-height:calc(100vh - 36px);display:grid;grid-template-columns:minmax(360px,520px) 1fr}.login-panel{padding:clamp(44px,7vw,96px);background:#fff;display:flex;flex-direction:column;justify-content:center}.brand-mark,.header-brand{display:flex;align-items:center;color:var(--blue);font-style:italic;font-weight:900;line-height:.8}.brand-mark{margin-bottom:64px}.brand-mark svg{width:64px;height:44px;fill:currentColor}.brand-mark span,.header-brand span{display:block;font-size:1.25rem}.brand-mark small,.header-brand small{display:block;font-size:.8rem;letter-spacing:.15em;margin-top:5px}.eyebrow{font-size:.72rem;font-weight:800;letter-spacing:.14em;color:var(--muted);margin:0 0 10px}.eyebrow.blue{color:var(--blue-deep)}h1{font-size:clamp(2.1rem,5vw,3.5rem);line-height:1;margin:0 0 16px;letter-spacing:-.045em}.intro{font-size:1rem;line-height:1.65;color:var(--muted);max-width:410px;margin:0 0 30px}.login-panel form{display:grid;gap:9px}.login-panel label{font-size:.82rem;font-weight:750;margin-top:9px}.login-panel input{height:52px;border:1px solid var(--line);border-radius:8px;padding:0 15px;color:var(--ink);background:#fbfdfe}.login-panel input:focus{outline:3px solid rgba(5,130,189,.18);border-color:var(--blue)}.login-panel form button{height:54px;border:0;border-radius:8px;background:var(--orange);color:#fff;font-weight:800;margin-top:15px;box-shadow:0 10px 24px rgba(243,106,34,.24)}.demo-link{border:0;background:transparent;color:var(--blue-deep);font-weight:750;padding:16px}.powered{margin:42px 0 0;color:#71818a;font-size:.78rem}.login-visual{position:relative;overflow:hidden;background:linear-gradient(145deg,var(--blue-deep),#00a2df);padding:clamp(48px,8vw,110px);display:flex;align-items:center;gap:clamp(30px,7vw,100px)}.login-visual:before{content:"";position:absolute;width:440px;height:440px;border:100px solid rgba(255,255,255,.06);border-radius:50%;right:-160px;top:-130px}.visual-copy{position:relative;z-index:1;color:#fff;max-width:430px}.visual-copy span,.visual-copy strong{display:block;font-size:clamp(2.8rem,7vw,6.5rem);line-height:.86;letter-spacing:-.07em}.visual-copy span{font-weight:300}.visual-copy strong{font-weight:900}.visual-copy p{font-size:1.05rem;line-height:1.6;max-width:360px;margin-top:28px}.visual-grid{position:relative;z-index:1;width:min(36vw,440px);display:grid;grid-template-columns:1fr 1fr;gap:14px;transform:rotate(3deg)}.visual-grid img{width:100%;aspect-ratio:3/4;object-fit:cover;border:8px solid white;box-shadow:var(--shadow)}
.site-header{height:82px;background:var(--blue);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 clamp(18px,4vw,60px);color:#fff}.header-brand{color:#fff}.header-brand svg{width:53px;height:36px;fill:currentColor}.header-brand span{font-size:1rem}.header-brand small{font-size:.62rem}.icon-button{width:44px;height:44px;border:0;background:transparent;color:inherit;display:grid;place-items:center;position:relative}.icon-button svg{width:27px;height:27px;fill:none;stroke:currentColor;stroke-width:1.8}.menu-button{justify-self:start;display:flex;flex-direction:column;gap:5px}.menu-button span{display:block;width:26px;height:2px;background:#fff}.header-actions{justify-self:end;display:flex;align-items:center;gap:3px}.cart-count{position:absolute;right:0;top:0;display:grid;place-items:center;width:20px;height:20px;background:var(--orange);border:2px solid var(--blue);border-radius:50%;font-size:.68rem;font-weight:800}.avatar{width:38px;height:38px;border:1px solid rgba(255,255,255,.55);background:#fff;color:var(--blue-deep);border-radius:50%;font-size:.72rem;font-weight:900;margin-left:12px}.dashboard{max-width:1240px;margin:0 auto;padding:clamp(32px,5vw,70px) clamp(18px,4vw,50px)}.welcome-row{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;margin-bottom:34px}.welcome-row h1{font-size:clamp(2rem,4vw,3.2rem);margin-bottom:10px}.welcome-row p:last-child{color:var(--muted);margin:0;font-size:1rem}.account-chip{padding:9px 14px;border-radius:100px;background:#dff3fb;color:var(--blue-deep);font-size:.75rem;font-weight:800;white-space:nowrap}.allowance-card{background:#fff;border-radius:18px;box-shadow:var(--shadow);border:1px solid #e4ecf0;display:grid;grid-template-columns:1fr 1.35fr 1fr;overflow:hidden;margin-bottom:64px}.allowance-card>div{padding:28px 32px}.allowance-main{background:linear-gradient(135deg,var(--navy),#174b65);color:#fff}.allowance-main p{margin:0 0 7px;font-size:.82rem;color:#bbd4e0}.allowance-main strong{font-size:2.7rem;letter-spacing:-.04em;display:block}.allowance-main span{font-size:.78rem;color:#c8dbe4}.allowance-progress{display:flex;flex-direction:column;justify-content:center}.progress-label{display:flex;justify-content:space-between;font-size:.8rem;margin-bottom:10px}.track{height:10px;background:#e6edf0;border-radius:100px;overflow:hidden}.track span{display:block;width:25.333%;height:100%;background:var(--orange);border-radius:inherit}.allowance-progress small{color:var(--muted);margin-top:10px}.allowance-note{border-left:1px solid var(--line);display:flex;align-items:center;gap:16px;background:var(--pale)}.allowance-note svg{width:34px;min-width:34px;fill:none;stroke:var(--blue-deep);stroke-width:1.7}.allowance-note p{margin:0;font-size:.82rem;line-height:1.5;color:#405660}.section-heading{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:24px}.section-heading h2{font-size:clamp(1.8rem,4vw,2.7rem);letter-spacing:-.04em;margin:0}.section-heading button{border:0;background:transparent;color:var(--blue-deep);font-weight:800}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{background:#fff;border-radius:13px;overflow:hidden;box-shadow:0 10px 28px rgba(14,49,66,.09);border:1px solid #e1e9ed;transition:transform .22s ease,box-shadow .22s ease}.category-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(14,49,66,.16)}.category-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.category-card>div{padding:20px}.category-card p{font-size:.65rem;color:var(--blue-deep);font-weight:900;letter-spacing:.12em;margin:0 0 8px}.category-card h3{font-size:1.25rem;line-height:1.05;text-transform:uppercase;margin:0 0 8px}.category-card span{display:block;color:var(--muted);font-size:.78rem;line-height:1.4;min-height:36px}.category-card button{width:100%;height:45px;border:0;border-radius:7px;background:var(--orange);color:#fff;font-size:.82rem;font-weight:800;margin-top:17px}.dashboard footer{margin-top:70px;padding:28px 0;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:20px;color:#71818a;font-size:.75rem}.dashboard footer button{border:0;background:transparent;color:var(--blue-deep);font-weight:800}#toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);background:#122f3f;color:#fff;padding:13px 18px;border-radius:9px;box-shadow:var(--shadow);font-size:.86rem;font-weight:700;opacity:0;pointer-events:none;transition:.25s}#toast.show{opacity:1;transform:translate(-50%,0)}[hidden]{display:none!important}
@media(max-width:1050px){.login-shell{grid-template-columns:440px 1fr}.login-panel{padding:54px}.login-visual{padding:55px;display:block}.visual-grid{width:100%;margin-top:45px}.category-grid{grid-template-columns:repeat(2,1fr)}.allowance-card{grid-template-columns:1fr 1.5fr}.allowance-note{grid-column:1/-1;border-left:0;border-top:1px solid var(--line)}}
@media(max-width:720px){.demo-banner{height:auto;min-height:42px;flex-wrap:wrap;gap:5px 10px;text-align:center;padding:7px 15px}.login-shell{display:block;min-height:auto}.login-panel{padding:42px 24px 35px}.brand-mark{margin-bottom:42px}.login-visual{padding:45px 24px 55px}.visual-copy span,.visual-copy strong{font-size:3.4rem}.visual-grid{display:none}.site-header{height:70px;padding:0 12px}.header-actions .icon-button:first-child{display:none}.header-brand svg{width:43px}.header-brand span{font-size:.82rem}.welcome-row{display:block}.account-chip{display:inline-block;margin-top:18px}.allowance-card{grid-template-columns:1fr}.allowance-card>div{padding:24px}.allowance-note{grid-column:auto}.category-grid{grid-template-columns:1fr 1fr;gap:12px}.category-card>div{padding:15px}.category-card h3{font-size:1rem}.category-card span{font-size:.7rem}.section-heading button{display:none}.dashboard footer{align-items:flex-start;flex-direction:column}.category-card button{font-size:.75rem}.dashboard{padding-bottom:30px}}
@media(max-width:430px){.category-grid{grid-template-columns:1fr}.category-card{display:grid;grid-template-columns:44% 56%}.category-card img{height:100%;aspect-ratio:auto}.category-card span{min-height:0}.category-card button{margin-top:12px}.allowance-main strong{font-size:2.3rem}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.brand-mark,.header-brand{color:inherit;font-style:normal;font-weight:400;line-height:normal}
.brand-mark img{display:block;width:min(100%,310px);height:auto}
.site-header{background:linear-gradient(90deg,#063248,var(--blue))}
.header-brand{background:#fff;border-radius:8px;padding:8px 13px;box-shadow:0 4px 14px rgba(0,0,0,.16)}
.header-brand img{display:block;width:205px;height:auto}
@media(max-width:720px){.header-brand{padding:6px 9px}.header-brand img{width:148px}}
.brand-mark{background:#000;padding:10px 12px;border-radius:4px;width:min(100%,334px)}
.brand-mark img{width:100%}
.header-brand{background:#000;padding:7px 10px;border-radius:4px}
.header-brand img{width:220px}
@media(max-width:720px){.header-brand{padding:5px 7px}.header-brand img{width:150px}}
.brand-mark{background:transparent;padding:0;border-radius:0;width:min(100%,285px)}
.brand-mark img{width:100%;height:auto}
.site-header{grid-template-columns:auto auto 1fr;column-gap:24px}
.header-brand{justify-self:start;background:transparent;padding:0;border-radius:0;box-shadow:none}
.header-brand img{width:118px;height:auto}
.header-actions{grid-column:3}
@media(max-width:720px){.site-header{grid-template-columns:auto auto 1fr;column-gap:15px}.header-brand{padding:0}.header-brand img{width:100px}}
.site-header{background:#017dc3}
.header-brand img{width:145px;height:60px;object-fit:contain;display:block}
@media(max-width:720px){.header-brand img{width:120px;height:auto}}

/* Use the supplied Bluebird Fiber logo exactly as provided. */
.brand-mark{
  width:min(100%,360px);
  padding:0;
  background:#000;
  border-radius:0;
  overflow:hidden;
}
.brand-mark img{
  display:block;
  width:100%;
  height:auto;
}
.site-header{
  grid-template-columns:auto auto 1fr;
  column-gap:20px;
  background:#0582bd;
}
.header-brand{
  justify-self:start;
  padding:0;
  background:#000;
  border-radius:0;
  box-shadow:none;
  overflow:hidden;
}
.header-brand img{
  display:block;
  width:210px;
  height:auto;
  object-fit:contain;
}
.header-actions{
  grid-column:3;
  justify-self:end;
}
@media(max-width:720px){
  .site-header{column-gap:12px}
  .header-brand img{width:140px;height:auto}
}
.allowance-note svg{
  width:30px;
  min-width:30px;
  fill:none;
  stroke:var(--blue-deep);
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
