@import "https://fonts.googleapis.com/css2?family=Urbanist:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap";
:root{--fort-bg:#fff;--fort-ink:#161413;--fort-muted:#161413a3;--fort-line:#1614131f;--fort-card:#fafafa;--fort-accent:#2f6f54;--fort-success:#228b5f;--fort-error:#bf3c34}html,body{background:var(--fort-bg);max-width:100vw;color:var(--fort-ink);margin:0;padding:0;font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;overflow-x:hidden}*{box-sizing:border-box}a{color:inherit}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}main{width:100%}.batch-module{border:1px solid var(--fort-line);background:#fff;border-radius:16px;padding:16px}.batch-module-compact{border-radius:12px;padding:12px}.batch-title{margin:0 0 8px;font-size:15px;font-weight:600}.batch-line{color:var(--fort-muted);margin:0;font-size:14px}.batch-line+.batch-line{margin-top:4px}.batch-note{color:var(--fort-muted);margin:8px 0 0;font-size:12px}.waitlist-form{gap:8px;width:100%;display:flex}.waitlist-input{border:1px solid var(--fort-line);min-width:0;color:var(--fort-ink);background:#fff;border-radius:10px;flex:1;padding:12px 14px;font-size:14px}.waitlist-input:focus{border-color:var(--fort-ink);outline:none}.waitlist-button{background:var(--fort-ink);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px 16px;font-size:14px;font-weight:600}.waitlist-button:disabled{opacity:.6;cursor:not-allowed}.waitlist-form-pill{background:#ffffffd1;border:1px solid #d4d4d4;border-radius:999px;gap:0;overflow:hidden}.waitlist-input-pill{color:#16141394;background:0 0;border:none;padding:8px 12px;font-size:15px}.waitlist-input-pill:focus{border:none}.waitlist-button-pill{color:#161413b8;background:0 0;border:none;justify-content:center;align-items:center;min-width:36px;padding:4px 8px 4px 4px;font-weight:400;line-height:1;display:inline-flex}.waitlist-button-pill svg{stroke:currentColor;stroke-width:2px;fill:none;stroke-linecap:round;stroke-linejoin:round;width:15px;height:15px}.waitlist-status{box-sizing:border-box;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:6px;margin:0;padding:8px 12px;font-size:14px;font-weight:500;line-height:1.25;display:flex}.waitlist-status-success{color:#16a34a}.waitlist-check-icon{flex-shrink:0;width:16px;height:16px}.waitlist-status-error{color:var(--fort-error)}@media (max-width:640px){.waitlist-form{flex-direction:column}.waitlist-button{width:100%}.waitlist-form-pill{flex-direction:row}.waitlist-button-pill{width:auto;min-width:34px;padding:4px 7px 4px 4px}.waitlist-input-pill{padding:8px 11px;font-size:14px}}
