@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--acul-page-bg: #1a1e27;--acul-card-bg: #262a33;--acul-card-bg-alt: #2d313c;--acul-text-primary: #f7fafc;--acul-text-secondary: #e2e8f0;--acul-text-muted: #a0aec0;--acul-text-muted-alt: #cbd5e0;--acul-primary: #63b3ed;--acul-primary-hover: #4299e1;--acul-primary-text: #1a1e27;--acul-border: #3d4451;--acul-input-bg: #2d313c;--acul-input-border: #3d4451;--acul-error: #fc8181;--acul-error-bg: #c53030}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,sans-serif;background-color:var(--acul-page-bg);color:var(--acul-text-secondary);min-height:100vh;-webkit-font-smoothing:antialiased}.acul-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem}.acul-card{background:var(--acul-card-bg);border-radius:16px;box-shadow:0 20px 60px #00000080;padding:2rem;width:100%;max-width:400px}.acul-title{font-size:1.75rem;font-weight:700;color:var(--acul-text-primary);margin:0 0 .5rem;text-align:center}.acul-subtitle{font-size:1rem;color:var(--acul-text-muted);margin:0 0 1.5rem;text-align:center}.acul-form-group{margin-bottom:1.25rem}.acul-label{display:block;font-size:.875rem;font-weight:500;color:var(--acul-text-muted-alt);margin-bottom:.5rem}.acul-input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--acul-text-primary);background:var(--acul-input-bg);border:1px solid var(--acul-input-border);border-radius:8px;outline:none;transition:border-color .2s}.acul-input:focus{border-color:var(--acul-primary);box-shadow:0 0 0 3px #63b3ed33}.acul-input::placeholder{color:var(--acul-text-muted)}.acul-btn{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;border:none;border-radius:10px;cursor:pointer;transition:all .2s}.acul-btn-primary{background:var(--acul-primary);color:var(--acul-primary-text)}.acul-btn-primary:hover:not(:disabled){background:var(--acul-primary-hover)}.acul-btn:disabled{opacity:.6;cursor:not-allowed}.acul-link{color:var(--acul-primary);text-decoration:none;font-size:.875rem}.acul-link:hover{text-decoration:underline}.acul-separator{display:flex;align-items:center;gap:1rem;margin:1.25rem 0;color:var(--acul-text-muted);font-size:.875rem}.acul-separator:before,.acul-separator:after{content:"";flex:1;height:1px;background:var(--acul-border)}.acul-social-btn-icon{display:flex;align-items:center;flex-shrink:0;margin-right:.5rem}.acul-social-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.95rem;font-family:inherit;color:var(--acul-text-secondary);background:var(--acul-card-bg-alt);border:1px solid var(--acul-border);border-radius:8px;cursor:pointer;transition:background .2s;margin-bottom:.5rem}.acul-social-btn:hover{background:#353a45}.acul-error-text{font-size:.75rem;color:var(--acul-error);margin-top:.25rem;display:block}.acul-error{padding:.75rem 1rem;background:#c5303033;border:1px solid var(--acul-error);border-radius:8px;color:var(--acul-error);font-size:.875rem;margin-bottom:1rem}.acul-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;color:var(--acul-text-muted)}.acul-fallback{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center;color:var(--acul-text-muted)}.acul-dev-wrapper{min-height:100vh}.acul-dev-toolbar{position:fixed;top:0;left:0;right:0;padding:.5rem 1rem;background:#0d1117;border-bottom:1px solid var(--acul-border);display:flex;align-items:center;gap:.5rem;z-index:100}.acul-dev-select{padding:.25rem .5rem;font-size:.875rem;background:var(--acul-input-bg);border:1px solid var(--acul-border);border-radius:4px;color:var(--acul-text-primary)}.acul-dev-content{padding-top:3rem}.acul-signup-seek{--seek-page-bg: #f5f5f5;--seek-card-bg: #ffffff;--seek-text-primary: #1a1a1a;--seek-text-secondary: #595959;--seek-brand-accent: #e60278;--seek-brand-hover: #cc0269;--seek-border: #e0e0e0;--seek-input-bg: #ffffff;--seek-input-border: #d0d0d0}.acul-signup-seek.acul-page{background:var(--seek-page-bg)}.acul-signup-seek .acul-card{background:var(--seek-card-bg);box-shadow:0 2px 8px #00000014;border:1px solid var(--seek-border)}.acul-signup-seek .acul-title{color:var(--seek-text-primary);font-size:1.5rem;font-weight:600;text-align:left;margin-bottom:1.5rem}.acul-signup-seek .acul-subtitle{color:var(--seek-text-secondary);font-size:.9375rem;text-align:left;margin-bottom:1rem}.acul-signup-seek .acul-separator{color:var(--seek-text-secondary);margin:1.5rem 0}.acul-signup-seek .acul-separator:before,.acul-signup-seek .acul-separator:after{background:var(--seek-border)}.acul-signup-seek .acul-social-btn{background:transparent;border:1px solid var(--seek-border);color:var(--seek-text-primary);font-weight:500}.acul-signup-seek .acul-social-btn:hover{background:#fafafa;border-color:var(--seek-input-border)}.acul-signup-seek .acul-label{color:var(--seek-text-primary);font-weight:500}.acul-signup-seek .acul-input{background:var(--seek-input-bg);border:1px solid var(--seek-input-border);color:var(--seek-text-primary)}.acul-signup-seek .acul-input:focus{border-color:var(--seek-brand-accent);box-shadow:0 0 0 3px #e6027826}.acul-signup-seek .acul-input::placeholder{color:var(--seek-text-secondary)}.acul-signup-seek .acul-btn-primary{background:var(--seek-brand-accent);color:#fff}.acul-signup-seek .acul-btn-primary:hover:not(:disabled){background:var(--seek-brand-hover)}.acul-signup-seek .acul-link{color:var(--seek-brand-accent)}.acul-signup-seek .acul-tertiary{margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--seek-border);font-size:.875rem;color:var(--seek-text-secondary);text-align:center}.acul-signup-seek .acul-tertiary .acul-link{font-weight:500}.acul-signup-seek .acul-seek-form-card{background:var(--seek-card-bg);border-radius:8px;box-shadow:0 2px 8px #00000014;border:1px solid var(--seek-border);padding:1.5rem 1.5rem 2rem;width:100%;max-width:600px}.acul-signup-seek .acul-seek-title{font-size:1.5rem;font-weight:600;color:var(--seek-text-primary);margin:0 0 1.5rem;text-align:left;line-height:1.3}.acul-signup-seek .acul-seek-error{padding:.75rem 1rem;background:#e6027814;border:1px solid var(--seek-brand-accent);border-radius:8px;color:#b91c1c;font-size:.875rem;margin-bottom:1rem}.acul-signup-seek .acul-seek-error-item{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.acul-signup-seek .acul-seek-social-stack{display:flex;flex-direction:column;gap:.5rem;margin-bottom:0}.acul-signup-seek .acul-seek-social-btn{width:100%;padding:.75rem 1rem;font-size:.9375rem;font-family:inherit;font-weight:500;color:var(--seek-text-primary);background:transparent;border:1px solid var(--seek-border);border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s;display:flex;align-items:center;justify-content:center}.acul-signup-seek .acul-seek-social-btn:hover{background:#fafafa;border-color:var(--seek-input-border)}.acul-signup-seek .acul-seek-divider{display:flex;align-items:center;gap:1rem;margin:1.5rem 0}.acul-signup-seek .acul-seek-divider-line{flex:1;height:1px;background:var(--seek-border)}.acul-signup-seek .acul-seek-divider-text{font-size:.875rem;color:var(--seek-text-secondary)}.acul-signup-seek .acul-seek-form-stack{display:flex;flex-direction:column;gap:1rem}.acul-signup-seek .acul-seek-form-group{margin-bottom:0}.acul-signup-seek .acul-seek-label{display:block;font-size:.875rem;font-weight:500;color:var(--seek-text-primary);margin-bottom:.5rem}.acul-signup-seek .acul-seek-input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;color:var(--seek-text-primary);background:var(--seek-input-bg);border:1px solid var(--seek-input-border);border-radius:8px;outline:none;transition:border-color .2s,box-shadow .2s}.acul-signup-seek .acul-seek-input:focus{border-color:var(--seek-brand-accent);box-shadow:0 0 0 3px #e6027826}.acul-signup-seek .acul-seek-input::placeholder{color:var(--seek-text-secondary)}.acul-signup-seek .acul-seek-error-text{font-size:.75rem;color:#b91c1c;margin-top:.25rem;display:block}.acul-signup-seek .acul-seek-btn{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;color:#fff;background:var(--seek-brand-accent);border:none;border-radius:8px;cursor:pointer;transition:background .2s}.acul-signup-seek .acul-seek-btn:hover:not(:disabled){background:var(--seek-brand-hover)}.acul-signup-seek .acul-seek-btn:disabled{opacity:.6;cursor:not-allowed}.acul-signup-seek .acul-seek-tertiary{margin:1.5rem 0 0;padding-top:1.25rem;border-top:1px solid var(--seek-border);font-size:.875rem;color:var(--seek-text-secondary);text-align:center}.acul-signup-seek .acul-seek-link{color:var(--seek-brand-accent);text-decoration:none;font-weight:500}.acul-signup-seek .acul-seek-link:hover{text-decoration:underline}
