@import "https://fonts.googleapis.com/css2?family=Philosopher:wght@400;700&display=swap";*{box-sizing:border-box}:root{--brand-green:#093333;--brand-ivory:#eee9e3;--brand-beige:#e4c49e;--brand-graphite:#20201f}html,body,#app{min-height:100%;margin:0;font-family:Candara,Philosopher,Inter,Arial,sans-serif}.home{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:100vh;padding:24px;display:flex}.home h1,.home p{margin:0}.cta{color:#fff;background:#101010;border-radius:10px;padding:12px 18px;text-decoration:none;display:inline-block}html:has(.franchise-page){overscroll-behavior:none;height:100%;overflow:hidden}html:has(.franchise-page) body{overscroll-behavior:none;height:100%;overflow:hidden}html:has(.franchise-page) #app{height:100%;overflow:hidden}.franchise-page{background:var(--brand-green);overscroll-behavior:none;flex-direction:column;height:100%;min-height:0;max-height:100dvh;display:flex;overflow:hidden}.custom-header{z-index:2;background:#eee9e3;border-bottom:1px solid #0933331f;flex:0 0 84px;height:84px;padding:0 16px;position:relative;box-shadow:0 10px 26px #20201f1a}.custom-header-inner{grid-template-columns:220px minmax(0,1fr) 220px;align-items:center;gap:clamp(12px,2vw,28px);width:min(1240px,100%);height:100%;margin:0 auto;display:grid}.custom-logo{justify-self:start;align-items:center;width:220px;height:100%;display:flex}.custom-logo img{object-fit:contain;filter:brightness(0)saturate()invert(15%)sepia(27%)saturate(939%)hue-rotate(131deg)brightness(93%)contrast(99%);width:auto;max-width:100%;height:64px;display:block}.custom-nav{background:#eee9e3;border:1px solid #0933331a;border-radius:14px;justify-content:center;align-items:center;gap:8px;min-width:0;padding:8px;display:flex}.custom-nav a{color:var(--brand-green);white-space:nowrap;letter-spacing:.01em;border-radius:10px;padding:8px 14px;font-family:Philosopher,Candara,Segoe UI,Arial,sans-serif;font-weight:700;text-decoration:none;transition:background-color .16s,color .16s,transform .16s}.custom-nav a:hover{color:#062626;background:#0933331a;transform:translateY(-1px)}.custom-cta{background:var(--brand-green);color:var(--brand-ivory);cursor:pointer;border:0;border-radius:12px;justify-self:end;padding:12px 18px;font-weight:600;transition:transform .15s,box-shadow .15s,background-color .15s}.custom-cta:hover{color:#eee9e3;background:#093333;transform:translateY(-1px);box-shadow:0 8px 20px #09333338}@media (width<=980px){.custom-header{flex-basis:72px;height:72px}.custom-header-inner{grid-template-columns:180px minmax(0,1fr) 180px}.custom-logo img{height:52px}.custom-nav a{font-size:14px}.custom-cta{padding:10px 12px;font-size:13px}}@media (width<=760px){.custom-header-inner{grid-template-columns:1fr auto;gap:12px}.custom-logo{width:auto}.custom-logo img{height:44px}.custom-nav{display:none}}.legacy-shell{flex:1;min-height:0;overflow:hidden}.legacy-frame{opacity:0;border:0;width:100%;height:100%;min-height:0;transition:opacity .12s;display:block}.legacy-frame.legacy-frame-ready{opacity:1}
