*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg: #ffffff;--color-text-primary: #0f172a;--color-text-secondary: #475569;--color-saffron: #ff9933;--color-green: #138808;--color-badge-bg: #f8fafc;--color-badge-border: #e2e8f0;--color-badge-text: #334155;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body{width:100%;height:100%;background-color:var(--color-bg);color:var(--color-text-primary)}#root{min-height:100vh;display:flex;flex-direction:column}.page-container{min-height:100vh;display:flex;flex-direction:column;justify-content:space-between;background-color:var(--color-bg)}.accent-bar{height:4px;width:100%;background:linear-gradient(90deg,var(--color-saffron) 0%,var(--color-saffron) 50%,var(--color-green) 50%,var(--color-green) 100%)}.content-wrapper{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;max-width:800px;margin:0 auto}.brand-heading{font-size:clamp(2.75rem,7vw,4.5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;color:var(--color-text-primary);margin-bottom:1rem}.subtext{font-size:clamp(1.05rem,2.5vw,1.35rem);font-weight:400;color:var(--color-text-secondary);line-height:1.5;margin-bottom:2.25rem}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:9999px;background-color:var(--color-badge-bg);border:1px solid var(--color-badge-border);color:var(--color-badge-text);font-size:.9375rem;font-weight:500;letter-spacing:-.01em;box-shadow:0 1px 2px #0000000d;transition:all .2s ease}.status-badge:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #00000012}
