@tailwind base;@tailwind components;@tailwind utilities;:root{--font-heading: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--color-primary: #6f6eb3;--color-primary-dark: #5856a3;--color-text-dark: #2d2d44;--color-text-muted: #4a4f7d;--color-text-light: #6b7280;--color-background: #f8fafc;--color-white: #ffffff}*,*:before,*:after{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;padding:0;font-family:var(--font-body);font-weight:var(--font-weight-regular);font-size:16px;line-height:1.5;color:var(--color-text-dark);background-color:var(--color-background)}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-weight-bold);line-height:1.2;margin:0;color:var(--color-text-dark)}h1{font-size:2.5rem;font-weight:var(--font-weight-extrabold);letter-spacing:-.02em}h2{font-size:1.75rem;font-weight:var(--font-weight-bold);letter-spacing:-.01em}h3{font-size:1.25rem;font-weight:var(--font-weight-semibold)}p{margin:0;font-family:var(--font-body)}button{font-family:var(--font-body);font-weight:var(--font-weight-semibold)}input,textarea,select{font-family:var(--font-body);font-size:1rem}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-dark)}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@keyframes speakerPulse{0%,to{box-shadow:0 0 20px 4px #4f46e580,0 0 40px 8px #4f46e540}50%{box-shadow:0 0 30px 6px #4f46e5b3,0 0 60px 12px #4f46e559}}@keyframes glowPulseOrange{0%,to{box-shadow:0 0 8px #d977064d,0 0 20px #d9770626}50%{box-shadow:0 0 14px #d9770680,0 0 30px #d9770640}}@keyframes glowPulsePurple{0%,to{box-shadow:0 0 8px #6f6eb34d,0 0 20px #6f6eb326}50%{box-shadow:0 0 14px #6f6eb380,0 0 30px #6f6eb340}}.brand-banner{position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--splash-bg, linear-gradient( 135deg, #f3f0ff 0%, white 20%, white 80%, #f3f0ff 100% ));display:flex;align-items:center;justify-content:center;z-index:10000;opacity:1;transform:scale(1)}.brand-banner-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.meeter-brand{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;margin-bottom:.5rem}.meeter-text{font-size:4rem!important;font-weight:900!important;color:var(--splash-accent, #6867AF)!important;text-shadow:2px 2px 8px rgba(0,0,0,.1)!important;margin:0!important;letter-spacing:.1em;opacity:1;transform:scale(1)}.by-hbm{font-size:1.5rem;font-weight:600;color:var(--splash-accent, #6867AF);display:flex;align-items:center;gap:.5rem;opacity:1;transform:scale(1)}.meeter-logo{height:6.5625rem;width:auto;border-radius:50%;filter:drop-shadow(2px 2px 8px rgba(0,0,0,.1));background:#fffc;padding:.5rem;box-shadow:0 0 20px #fff9,inset 0 0 20px #fff3;opacity:1;transform:scale(1)}.hbm-logo{height:3.25rem;width:auto;filter:drop-shadow(2px 2px 8px rgba(0,0,0,.1))}.hbm-logo-small{height:1.5rem;width:auto;filter:drop-shadow(2px 2px 8px rgba(0,0,0,.1))}.partner-text{font-size:1.05rem;font-weight:700;color:#1a202c;opacity:.92;margin-top:.2rem;text-align:center;max-width:min(92vw,560px)}.partner-logo-wrap{margin-top:.9rem;display:grid;place-items:center}.partner-logo{height:6.5625rem;width:auto;max-width:min(92vw,520px);object-fit:contain;filter:drop-shadow(2px 2px 8px rgba(0,0,0,.1))}.brand-banner.fade-out{animation:banner-fade-out 1s ease-out forwards!important;pointer-events:none;animation-delay:0s!important;animation-fill-mode:forwards!important}@keyframes banner-fade-out{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.975)}to{opacity:0;transform:scale(.95)}}@media(max-width:768px){.meeter-text{font-size:3rem!important}.meeter-logo{height:5rem}.by-hbm{font-size:1.25rem}.hbm-logo{height:2.6rem}.hbm-logo-small{height:1.25rem}.partner-logo{height:5rem}}@media(max-width:430px){.meeter-text{font-size:2.5rem!important}.meeter-logo{height:4rem}.by-hbm{font-size:1rem}.hbm-logo{height:2.2rem}.hbm-logo-small{height:1rem}.partner-logo{height:4rem}}
