@import"https://fonts.googleapis.com/css2?family=Inter:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700;1,800&display=swap";*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{height:100%}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Helvetica Neue,Arial,sans-serif;background-color:#faf5ee;color:#0a0a0a;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;min-height:100dvh}#root{min-height:100vh;min-height:100dvh}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;font-family:inherit}img{display:block;max-width:100%}input{font-family:inherit}.bb-grid{position:fixed;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to right,rgba(0,0,0,.055) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.055) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;z-index:0}.bb-page{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#faf5ee}.bb-header{position:relative;z-index:1;width:100%;padding:48px 24px 0;display:flex;justify-content:center}.bb-header-container{display:flex;justify-content:center;align-items:center;max-width:1000px;width:100%}.bb-nav-link{font-size:14px;font-weight:600;color:#555;cursor:pointer;padding:8px 16px;border-radius:100px;transition:all .2s ease;background:#00000008;text-decoration:none}.bb-nav-link:hover{background:#0000000f;color:#0a0a0a}.bb-logo-row{display:flex;align-items:center;gap:14px}.bb-logo-mark{width:100px;height:100px;object-fit:contain;flex-shrink:0}.bb-logo-text{display:flex;flex-direction:column;gap:2px}.bb-logo-name{font-size:28px;font-weight:800;color:#0a0a0a;letter-spacing:-.02em;line-height:1}.bb-logo-tagline{font-size:11px;font-weight:600;color:#999;letter-spacing:.1em;text-transform:uppercase;margin-top:4px}.bb-main{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:40px 20px 32px;max-width:720px;width:100%;flex:1}@keyframes badgePulse{0%,to{box-shadow:0 0 #e8452080,0 0 12px #e8452026}50%{box-shadow:0 0 0 5px #e8452000,0 0 20px #e845204d}}@keyframes dotPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.3)}}.bb-badge{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:500;color:#e84520;background-color:#e8452014;border:1px solid rgba(232,69,32,.25);border-radius:100px;padding:5px 14px;margin-bottom:28px;animation:badgePulse 2.4s ease-in-out infinite;letter-spacing:.01em}.bb-badge-dot{width:7px;height:7px;border-radius:50%;background-color:#e84520;flex-shrink:0;animation:dotPulse 2.4s ease-in-out infinite}.bb-heading{font-size:clamp(44px,9vw,72px);font-weight:800;color:#0a0a0a;line-height:1.08;letter-spacing:-.03em;margin-bottom:24px}.bb-heading-accent{display:block;color:#e84520;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-style:normal;font-weight:800;font-size:clamp(46px,9.5vw,76px);letter-spacing:-.03em;line-height:1.05}.bb-subheading{font-size:16px;font-weight:400;color:#555;line-height:1.75;max-width:500px;margin:0 auto 48px}.bb-form{display:flex;width:100%;max-width:460px;border-radius:100px;overflow:hidden;box-shadow:0 0 0 1.5px #00000021,0 2px 10px #00000012;background-color:#fff;margin:0 auto 14px;padding:4px 4px 4px 20px;gap:0}.bb-input{flex:1;padding:12px 4px;font-size:15px;border:none;outline:none;background:transparent;color:#111;min-width:0}.bb-input::placeholder{color:#bbb}.bb-button{padding:12px 22px;font-size:14px;font-weight:700;color:#fff;background-color:#e84520;border:none;border-radius:100px;cursor:pointer;white-space:nowrap;flex-shrink:0;letter-spacing:.01em;transition:background-color .15s ease,transform .1s ease}.bb-button:hover{background-color:#d03c1c}.bb-button:active{transform:scale(.98)}.bb-form-container{width:100%;max-width:460px;margin-bottom:14px;min-height:60px;display:flex;align-items:center;justify-content:center}.bb-success-card{background:#fff;padding:24px;border-radius:20px;box-shadow:0 4px 20px #00000014;width:100%;display:flex;flex-direction:column;align-items:center;border:1px solid rgba(232,69,32,.15)}.bb-success-icon{width:80px;height:80px;background:#e845200d;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;position:relative;border:1px solid rgba(232,69,32,.1)}.bb-success-icon:after{content:"";position:absolute;top:-8px;right:-8px;bottom:-8px;left:-8px;border-radius:50%;background:#e8452008;animation:ripple 2s infinite cubic-bezier(.4,0,.6,1)}@keyframes ripple{0%{transform:scale(1);opacity:.5}to{transform:scale(1.4);opacity:0}}.bb-success-title{font-size:17px;font-weight:700;color:#0a0a0a;margin-bottom:4px}.bb-success-text{font-size:14px;color:#666}.bb-auth-card{background:#fff;padding:40px;border-radius:24px;box-shadow:0 4px 24px #0000000f;width:100%;max-width:420px;border:1px solid rgba(0,0,0,.05);text-align:left}.bb-auth-title{font-size:24px;font-weight:800;color:#0a0a0a;margin-bottom:8px;letter-spacing:-.02em}.bb-auth-subtitle{font-size:14px;color:#666;margin-bottom:32px}.bb-auth-form{display:flex;flex-direction:column;gap:20px}.bb-input-group{display:flex;flex-direction:column;gap:8px}.bb-input-group label{font-size:13px;font-weight:600;color:#333}.bb-auth-input{padding:12px 16px;border-radius:12px;border:1.5px solid rgba(0,0,0,.1);font-size:15px;transition:border-color .2s ease}.bb-auth-input:focus{outline:none;border-color:#e84520}.bb-auth-button{background-color:#e84520;color:#fff;padding:14px;border-radius:12px;font-weight:700;font-size:15px;margin-top:10px;transition:opacity .2s ease}.bb-auth-button:disabled{opacity:.6}.bb-auth-error{font-size:13px;color:#d93025;background:#d930250d;padding:10px;border-radius:8px;border:1px solid rgba(217,48,37,.1)}.bb-auth-footer{margin-top:24px;text-align:center;font-size:14px;color:#666;display:flex;justify-content:center;gap:6px}.bb-auth-toggle{color:#e84520;font-weight:700;background:none;padding:0}.bb-dashboard-card{width:100%;max-width:800px;text-align:left}.bb-dashboard-user{font-size:20px;font-weight:500;color:#666;margin-bottom:40px}.bb-dashboard-content{background:#fff;padding:32px;border-radius:24px;box-shadow:0 4px 20px #0000000a;border:1px solid rgba(0,0,0,.05)}.bb-dashboard-placeholder{margin-top:24px;padding:40px;background:#f9f9f9;border-radius:16px;border:2px dashed #eee;text-align:center;color:#999;font-weight:500}.bb-disclaimer{font-size:12.5px;color:#999;letter-spacing:.01em}.bb-footer{position:relative;z-index:1;padding:20px 24px;width:100%;display:flex;justify-content:center}.bb-footer-text{font-size:11px;font-weight:500;color:#bbb;letter-spacing:.09em;text-transform:uppercase}@media (max-width: 480px){.bb-header{padding:40px 20px 0;justify-content:center}.bb-logo-mark{width:60px;height:60px}.bb-logo-name{font-size:22px}.bb-logo-tagline{font-size:9px}.bb-logo-row{gap:10px}.bb-main{padding:48px 20px 24px}.bb-badge{font-size:12px;padding:4px 12px;margin-bottom:22px}.bb-subheading{font-size:15px;margin-bottom:28px}.bb-form{flex-direction:column;border-radius:20px;padding:12px 12px 12px 16px;gap:10px;box-shadow:0 0 0 1.5px #00000021,0 2px 10px #00000012}.bb-input{padding:4px;font-size:16px;width:100%}.bb-button{padding:14px 22px;font-size:15px;width:100%;text-align:center;border-radius:12px}.bb-success{font-size:14px}}@media (max-width: 360px){.bb-heading{font-size:38px}.bb-heading-accent{font-size:40px}}
