.authModal-backdrop{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);padding:16px;animation:authModal-fadeIn .15s ease}@keyframes authModal-fadeIn{0%{opacity:0}to{opacity:1}}.authModal-card{position:relative;width:400px;max-width:100%;background:#fff;border:1px solid #e6e6e6;border-radius:20px;padding:36px 32px 28px;box-shadow:0 8px 40px #0000001f,0 2px 8px #0000000f;animation:authModal-slideUp .2s cubic-bezier(.34,1.2,.64,1)}@keyframes authModal-slideUp{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.authModal-close{position:absolute;top:14px;right:14px;width:30px;height:30px;border-radius:8px;border:1px solid #e6e6e6;background:transparent;color:#999;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s,color .15s}.authModal-close:hover{background:#f5f5f5;color:#1a1a1a}.authModal-close svg{width:13px;height:13px}.authModal-logo{display:flex;align-items:center;gap:10px;margin-bottom:24px}.authModal-logoMark{width:24px;height:24px;color:#1a1a1a;flex-shrink:0}.authModal-logoText{font-size:15px;font-weight:700;letter-spacing:.03em;color:#1a1a1a}.authModal-brandName{font-size:15px;font-weight:400;color:#525252}.authModal-title{font-size:22px;font-weight:750;color:#1a1a1a;margin:0 0 6px;line-height:1.2;letter-spacing:-.01em}.authModal-subtitle{font-size:14px;color:#525252;margin:0 0 24px;line-height:1.5}.authModal-buttons{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.authSignIn-btn{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;border-radius:10px;border:1px solid #e6e6e6;background:#fff;color:#1a1a1a;font-size:14px;font-weight:500;font-family:inherit;cursor:pointer;transition:background .15s,border-color .15s;text-align:left}.authSignIn-btn:hover:not(:disabled){background:#f5f5f5;border-color:#d0d0d0}.authSignIn-btn:disabled,.authSignIn-btn.loading{opacity:.5;cursor:not-allowed}.authSignIn-icon{width:20px;height:20px;flex-shrink:0}.authSignIn-error{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background:#fff5f5;border:1px solid #fecaca;border-radius:8px;color:#b00020;font-size:13px;margin-bottom:14px;line-height:1.4}.authSignIn-errorIcon{width:15px;height:15px;flex-shrink:0;margin-top:1px}.authModal-terms{font-size:12px;color:#aaa;text-align:center;line-height:1.5;margin:0}.login-root{display:flex;align-items:center;justify-content:center;min-height:100vh}.login-card{width:460px;padding:36px 32px;border-radius:20px;background:#fff;border:1px solid #e6e6e6;box-shadow:0 4px 24px #0000000f}.login-title{font-size:22px;font-weight:750;color:#1a1a1a;margin:16px 0 8px}.login-buttons{display:flex;flex-direction:column;gap:10px}.authCallback-root{display:flex;align-items:center;justify-content:center;min-height:100vh}.authCallback-card{padding:40px 36px;background:#fff;border-radius:20px;border:1px solid #e6e6e6;box-shadow:0 4px 24px #0000000f;text-align:center;max-width:360px}.authCallback-spinner{width:32px;height:32px;border:3px solid #e6e6e6;border-top-color:#1a1a1a;border-radius:50%;animation:authCallback-spin .75s linear infinite;margin:0 auto 20px}@keyframes authCallback-spin{to{transform:rotate(360deg)}}.authCallback-icon{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px}.authCallback-icon svg{width:20px;height:20px}.authCallback-success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.authCallback-error{background:#fff5f5;color:#b00020;border:1px solid #fecaca}.authCallback-title{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 8px}.authCallback-text{font-size:14px;color:#525252;margin:0 0 20px;line-height:1.5}.authCallback-btn{padding:10px 20px;border-radius:10px;border:1px solid #e6e6e6;background:#fff;color:#1a1a1a;font-size:14px;font-weight:500;cursor:pointer;font-family:inherit;transition:background .15s}.authCallback-btn:hover{background:#f5f5f5}.profileOnboard-root{position:fixed;inset:0;background:#f5f5f5;display:flex;align-items:flex-start;justify-content:center;z-index:9999;padding:24px;overflow-y:auto}.profileOnboard-backdrop{position:fixed;inset:0;background:#00000073;display:flex;align-items:flex-start;justify-content:center;z-index:9999;padding:16px;overflow-y:auto}.profileOnboard-closeBtn{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#525252;line-height:1;padding:4px 6px;font-size:1.25rem;border-radius:6px;transition:color .15s,background .15s}.profileOnboard-closeBtn:hover{color:#1a1a1a;background:#f0f0f0}.profileOnboard-card{position:relative;background:#fff;border-radius:24px;box-shadow:0 24px 80px #0000001f;width:100%;max-width:600px;padding:48px;margin:auto;display:flex;flex-direction:column;gap:32px}.profileOnboard-header{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.profileOnboard-logo{width:36px;height:36px;color:#1a1a1a;margin-bottom:4px}.profileOnboard-logo .evidenceGrounding-logoMark{width:36px;height:36px;color:inherit}.profileOnboard-headerSub{font-size:.9rem;color:#737373;margin:0}.profileOnboard-step{display:flex;flex-direction:column;gap:24px}.profileOnboard-step--centered{align-items:center;text-align:center;padding:32px 0}.profileOnboard-title{font-size:1.75rem;font-weight:800;color:#1a1a1a;margin:0;letter-spacing:-.02em}.profileOnboard-subtitle{font-size:1rem;color:#525252;margin:0;line-height:1.6}.profileOnboard-choices{display:flex;flex-direction:column;gap:12px}.profileOnboard-choice{display:flex;align-items:center;gap:16px;padding:20px 24px;background:#fafafa;border:1.5px solid #e5e5e5;border-radius:16px;cursor:pointer;text-align:left;width:100%;transition:all .15s ease;font-family:inherit}.profileOnboard-choice:hover{background:#fff;border-color:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 16px #00000014}.profileOnboard-choiceIcon{width:52px;height:52px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1a1a1a;flex-shrink:0;box-shadow:0 2px 8px #00000012}.profileOnboard-choiceTitle{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:2px}.profileOnboard-choiceDesc{font-size:.875rem;color:#737373}.profileOnboard-choiceArrow{margin-left:auto;color:#a3a3a3;flex-shrink:0}.profileOnboard-fileInput{display:none}.profileOnboard-spinner{width:44px;height:44px;border:3px solid #e5e5e5;border-top-color:#1a1a1a;border-radius:50%;animation:profileOnboard-spin .7s linear infinite;margin-bottom:16px}@keyframes profileOnboard-spin{to{transform:rotate(360deg)}}.profileOnboard-loadingTitle{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 8px}.profileOnboard-loadingDesc{font-size:.9rem;color:#737373;margin:0}.profileOnboard-notice{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background:#fafafa;border:1px solid #e5e5e5;border-radius:10px;font-size:.875rem;color:#525252;line-height:1.5}.profileOnboard-notice svg{flex-shrink:0;margin-top:1px}.profileOnboard-notice--error{background:#fff5f5;border-color:#fca5a5;color:#dc2626}.profileOnboard-form{display:flex;flex-direction:column;gap:20px}.profileOnboard-field{display:flex;flex-direction:column;gap:8px}.profileOnboard-label{font-size:.9rem;font-weight:600;color:#1a1a1a}.profileOnboard-required{color:#dc2626;margin-left:2px}.profileOnboard-input,.profileOnboard-textarea{padding:12px 14px;border:1.5px solid #e5e5e5;border-radius:10px;font-size:.9375rem;font-family:inherit;color:#1a1a1a;background:#fff;outline:none;transition:border-color .15s ease;resize:vertical}.profileOnboard-input:focus,.profileOnboard-textarea:focus{border-color:#1a1a1a}.profileOnboard-input--error{border-color:#fca5a5}.profileOnboard-error{font-size:.8rem;color:#dc2626}.profileOnboard-pills{display:flex;flex-wrap:wrap;gap:8px}.profileOnboard-pill{padding:8px 16px;background:#f5f5f5;border:1.5px solid transparent;border-radius:100px;font-size:.875rem;font-weight:500;font-family:inherit;color:#525252;cursor:pointer;transition:all .15s ease}.profileOnboard-pill:hover{background:#ebebeb;color:#1a1a1a}.profileOnboard-pill--active{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.profileOnboard-tagInput{display:flex;flex-wrap:wrap;gap:6px;padding:10px 12px;border:1.5px solid #e5e5e5;border-radius:10px;background:#fff;min-height:48px;cursor:text;transition:border-color .15s ease}.profileOnboard-tagInput:focus-within{border-color:#1a1a1a}.profileOnboard-tag{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;background:#1a1a1a;color:#fff;border-radius:100px;font-size:.8125rem;font-weight:500}.profileOnboard-tagRemove{background:none;border:none;color:#ffffffb3;cursor:pointer;padding:0;font-size:1.1rem;line-height:1;display:flex;align-items:center;transition:color .1s ease}.profileOnboard-tagRemove:hover{color:#fff}.profileOnboard-tagInputField{flex:1;min-width:140px;border:none;outline:none;font-size:.9rem;font-family:inherit;color:#1a1a1a;background:transparent;padding:2px 0}.profileOnboard-tagInputField::placeholder{color:#a3a3a3}.profileOnboard-row{display:grid;grid-template-columns:1fr 2fr;gap:16px}.profileOnboard-submitBtn{width:100%;padding:16px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:4px}.profileOnboard-submitBtn:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.profileOnboard-submitBtn:disabled{opacity:.6;cursor:not-allowed;transform:none}.profileOnboard-btnSpinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:profileOnboard-spin .7s linear infinite;flex-shrink:0}.profileOnboard-backLink{background:none;border:none;color:#737373;font-size:.875rem;font-family:inherit;cursor:pointer;padding:0;text-align:center;width:100%;transition:color .15s ease}.profileOnboard-backLink:hover{color:#1a1a1a}.profileOnboard-section{display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid #e5e5e5}.profileOnboard-sectionHeader{display:flex;align-items:center;justify-content:space-between}.profileOnboard-sectionTitle{font-size:.9rem;font-weight:700;color:#1a1a1a;letter-spacing:.02em;text-transform:uppercase}.profileOnboard-addBtn{background:none;border:1.5px solid #d4d4d4;color:#525252;font-size:.8rem;font-family:inherit;font-weight:600;padding:4px 12px;border-radius:8px;cursor:pointer;transition:border-color .15s,color .15s,background .15s}.profileOnboard-addBtn:hover{border-color:#1a1a1a;color:#1a1a1a;background:#f5f5f5}.profileOnboard-arrayItem{display:flex;flex-direction:column;gap:12px;padding:16px;background:#fafafa;border:1px solid #e5e5e5;border-radius:12px}.profileOnboard-arrayItemHeader{display:flex;align-items:center;justify-content:space-between}.profileOnboard-arrayItemIndex{font-size:.75rem;font-weight:700;color:#a3a3a3;letter-spacing:.05em}.profileOnboard-removeBtn{background:none;border:none;color:#ef4444;font-size:.8rem;font-family:inherit;font-weight:600;cursor:pointer;padding:2px 6px;border-radius:6px;transition:background .15s}.profileOnboard-removeBtn:hover{background:#fee2e2}.profileOnboard-checkboxRow{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#525252;cursor:pointer}.profileOnboard-hint{font-size:.78rem;font-weight:400;color:#a3a3a3}.profileOnboard-fieldTypePills{display:flex;gap:4px;flex-wrap:wrap;margin-bottom:10px}.profileOnboard-fieldTypePill{padding:3px 10px;font-size:.74rem;font-weight:500;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:999px;cursor:pointer;color:#737373;transition:background .15s,color .15s,border-color .15s}.profileOnboard-fieldTypePill--active{background:#171717;color:#fff;border-color:#171717}.profileOnboard-fieldTypePill:hover:not(.profileOnboard-fieldTypePill--active){background:#e5e5e5;color:#404040}.profileOnboard-sectionTitleInput{flex:1;font-size:1rem;font-weight:700;color:#171717;border:none;border-bottom:2px solid transparent;background:transparent;padding:2px 0;outline:none;min-width:0;transition:border-color .15s}.profileOnboard-sectionTitleInput::placeholder{color:#a3a3a3;font-weight:400}.profileOnboard-sectionTitleInput:focus{border-bottom-color:#171717}.profileOnboard-uploadBtn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-size:.85rem;font-weight:500;background:#f5f5f5;border:1px dashed #d4d4d4;border-radius:8px;cursor:pointer;color:#525252;transition:background .15s}.profileOnboard-uploadBtn:hover{background:#e5e5e5}.profileOnboard-uploadBtn:disabled{opacity:.5;cursor:not-allowed}.profileOnboard-fileAttachment{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;font-size:.85rem;color:#404040}.profileOnboard-fileAttachment a{color:#2563eb;text-decoration:none;font-weight:500}.profileOnboard-fileAttachment a:hover{text-decoration:underline}.profileOnboard-uploadingSpinner{display:inline-block;width:13px;height:13px;border:2px solid #d4d4d4;border-top-color:#525252;border-radius:50%;animation:spin .6s linear infinite}@media(max-width:640px){.profileOnboard-root,.profileOnboard-backdrop{padding:12px}.profileOnboard-card{padding:28px 20px;border-radius:20px;gap:24px}.profileOnboard-title{font-size:1.4rem}.profileOnboard-row{grid-template-columns:1fr}}@media(max-width:400px){.profileOnboard-backdrop{padding:8px}.profileOnboard-card{padding:20px 16px;gap:20px;border-radius:16px}}.rolePreview-root{min-height:100vh;background:#fafafa;display:flex;flex-direction:column}.rolePreview-header{position:fixed;top:0;left:0;right:0;height:64px;padding:0 24px;display:flex;align-items:center;justify-content:flex-start;background:#fafafa;border-bottom:1px solid rgba(0,0,0,.06);z-index:100}.rolePreview-logo{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:#1a1a1a;cursor:pointer}.rolePreview-logoMark{width:32px;height:32px;color:#1a1a1a}.rolePreview-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px 48px}.rolePreview-card{width:100%;max-width:480px;background:#fff;border-radius:16px;padding:32px;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a}.rolePreview-roleInfo{margin-bottom:24px}.rolePreview-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.rolePreview-company{font-size:1rem;color:#525252;margin:0 0 12px}.rolePreview-badge{display:inline-flex;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:500;background:#e5e5e5;color:#525252;border-radius:12px}.rolePreview-badge.low-confidence{background:#fef3c7;color:#92400e}.rolePreview-signals{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.rolePreview-signal{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:#1a1a1a}.rolePreview-checkIcon{flex-shrink:0;width:20px;height:20px;color:#16a34a;margin-top:1px}.rolePreview-signalText{line-height:1.5}.rolePreview-actions{display:flex;flex-direction:column;gap:12px}.rolePreview-btnPrimary{width:100%;padding:14px 20px;font-size:1rem;font-weight:600;font-family:inherit;background:#1a1a1a;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;position:relative;overflow:hidden}.rolePreview-btnPrimary:hover:not(:disabled){background:#333}.rolePreview-btnPrimary:disabled{opacity:.6;cursor:not-allowed}.rolePreview-btnPrimary.pulse{animation:attention-pulse 2s ease-in-out infinite}@keyframes attention-pulse{0%,to{box-shadow:0 0 #1a1a1a00}50%{box-shadow:0 0 0 6px #1a1a1a1f}}.rolePreview-btnSecondary{width:100%;padding:12px 20px;font-size:.95rem;font-weight:500;font-family:inherit;background:transparent;color:#525252;border:1px solid #d4d4d4;border-radius:10px;cursor:pointer;transition:all .2s ease}.rolePreview-btnSecondary:hover{border-color:#a3a3a3;color:#1a1a1a}.authModal-overlay{position:fixed;inset:0;background:#0009;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:11000;padding:24px}.authModal-sheet{width:100%;max-width:400px;background:#fff;border-radius:16px;padding:32px 28px;box-shadow:0 25px 50px -12px #00000040;animation:authModalSlideUp .3s ease-out}@keyframes authModalSlideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.authModal-error{padding:12px 16px;margin-bottom:16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#b91c1c;font-size:.875rem;text-align:center}.authModal-emailForm{display:flex;flex-direction:column;gap:12px}.authModal-emailInput{width:100%;padding:14px 16px;font-size:1rem;font-family:inherit;background:#fafafa;color:#1a1a1a;border:1px solid #e5e5e5;border-radius:10px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.authModal-emailInput::placeholder{color:#a3a3a3}.authModal-emailInput:focus{border-color:#1a1a1a;box-shadow:0 0 0 3px #1a1a1a1a}.authModal-emailInput:disabled{opacity:.7;cursor:not-allowed}.authModal-btnBack{width:100%;padding:10px;font-size:.875rem;font-weight:500;font-family:inherit;background:transparent;color:#737373;border:none;cursor:pointer;transition:color .2s ease}.authModal-btnBack:hover:not(:disabled){color:#1a1a1a}.authModal-btnBack:disabled{opacity:.7;cursor:not-allowed}.authModal-emailSent{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;padding:8px 0}.authModal-emailSentIcon{font-size:3rem;line-height:1}.authModal-emailSentTitle{font-size:1.125rem;font-weight:600;color:#1a1a1a}.authModal-emailSentText{font-size:.9rem;color:#737373;line-height:1.4}.authModal-emailSentText strong{color:#1a1a1a}.roleIntel-root{min-height:100vh;background:#fafafa;display:flex;flex-direction:column}.roleIntel-header{position:fixed;top:0;left:0;right:0;height:64px;padding:0 24px;display:flex;align-items:center;justify-content:flex-start;background:#fafafa;border-bottom:1px solid rgba(0,0,0,.06);z-index:100}.roleIntel-logo{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:#1a1a1a;cursor:pointer}.roleIntel-logoMark{width:32px;height:32px;color:#1a1a1a}.roleIntel-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:96px 24px 64px}.roleIntel-container{width:100%;max-width:640px}.roleIntel-label{font-size:.8rem;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.06em;margin-bottom:20px}.roleIntel-roleHeader{margin-bottom:40px}.roleIntel-roleTitle{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0 0 8px;line-height:1.3}.roleIntel-roleMeta{font-size:1rem;color:#525252;margin:0}.roleIntel-divider{width:100%;height:1px;background:#e5e5e5;margin:0 0 40px}.roleIntel-section{margin-bottom:40px}.roleIntel-sectionTitle{font-size:.85rem;font-weight:600;color:#525252;margin:0 0 16px;line-height:1.4}.roleIntel-interpretation{font-size:1.05rem;color:#1a1a1a;line-height:1.7;margin:0}.roleIntel-signals{display:flex;flex-direction:column;gap:12px}.roleIntel-signal{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#fff;border-radius:10px;border:1px solid #f0f0f0;transition:all .2s ease;position:relative}.roleIntel-signal:hover{border-color:#d4d4d4;background:#fafafa}.roleIntel-signalIcon{flex-shrink:0;width:18px;height:18px;color:#16a34a;margin-top:2px}.roleIntel-signalText{font-size:.95rem;color:#1a1a1a;line-height:1.5;flex:1}.roleIntel-tooltip{position:absolute;bottom:calc(100% + 8px);left:16px;right:16px;padding:10px 14px;background:#1a1a1a;color:#fff;font-size:.8rem;line-height:1.5;border-radius:8px;opacity:0;visibility:hidden;transform:translateY(4px);transition:all .2s ease;pointer-events:none;z-index:10}.roleIntel-tooltip:after{content:"";position:absolute;top:100%;left:24px;border:6px solid transparent;border-top-color:#1a1a1a}.roleIntel-signal:hover .roleIntel-tooltip{opacity:1;visibility:visible;transform:translateY(0)}.roleIntel-outreach{background:#fff;border-radius:12px;border:1px solid #f0f0f0;padding:20px}.roleIntel-outreachHeader{display:flex;align-items:center;gap:12px;margin-bottom:16px}.roleIntel-outreachLabel{font-size:.9rem;font-weight:500;color:#525252}.roleIntel-outreachBadge{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;font-size:.8rem;font-weight:600;border-radius:6px}.roleIntel-outreachBadge.strong{background:#ecfdf5;color:#059669}.roleIntel-outreachBadge.moderate{background:#fef3c7;color:#b45309}.roleIntel-outreachBadge.weak{background:#fef2f2;color:#dc2626}.roleIntel-outreachDot{width:6px;height:6px;border-radius:50%;background:currentColor}.roleIntel-outreachReasons{display:flex;flex-direction:column;gap:8px}.roleIntel-outreachReason{display:flex;align-items:flex-start;gap:10px;font-size:.9rem;color:#525252;line-height:1.5}.roleIntel-outreachReason:before{content:"•";color:#a3a3a3;flex-shrink:0}.roleIntel-cta{margin-top:48px;padding-top:32px;border-top:1px solid #e5e5e5;text-align:center}.roleIntel-ctaPrompt{font-size:1rem;color:#525252;margin:0 0 20px}.roleIntel-ctaBtn{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;font-size:1rem;font-weight:600;font-family:inherit;background:#1a1a1a;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .25s ease;min-width:280px}.roleIntel-ctaBtn:hover{background:#333;box-shadow:0 0 0 4px #1a1a1a14}.roleIntel-ctaBtn:disabled{opacity:.5;cursor:not-allowed}.roleIntel-back{margin-top:16px;padding:12px 20px;font-size:.9rem;font-weight:500;font-family:inherit;background:transparent;color:#737373;border:none;cursor:pointer;transition:color .2s ease}.roleIntel-back:hover{color:#1a1a1a}.authModal-overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:flex-end;justify-content:center;z-index:1000;padding:0}@media(min-width:640px){.authModal-overlay{align-items:center;padding:24px}}.authModal-sheet{width:100%;max-width:400px;background:#fff;border-radius:20px 20px 0 0;padding:32px 24px;padding-bottom:calc(32px + env(safe-area-inset-bottom))}@media(min-width:640px){.authModal-sheet{border-radius:16px;padding-bottom:32px}}.authModal-header{text-align:center;margin-bottom:24px}.authModal-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 8px}.authModal-subtitle{font-size:.9rem;color:#737373;margin:0}.authModal-value{display:flex;flex-direction:column;gap:8px;margin-bottom:24px;padding:16px;background:#f5f5f5;border-radius:10px}.authModal-valueItem{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#525252}.authModal-valueIcon{width:16px;height:16px;color:#16a34a}.authModal-actions{display:flex;flex-direction:column;gap:10px}.authModal-btnGoogle{width:100%;padding:14px 20px;font-size:1rem;font-weight:600;font-family:inherit;background:#1a1a1a;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px}.authModal-btnGoogle:hover:not(:disabled){background:#333}.authModal-btnGoogle:disabled{opacity:.7}.authModal-btnMicrosoft{width:100%;padding:14px 20px;font-size:1rem;font-weight:500;font-family:inherit;background:#2f2f2f;color:#fff;border:1px solid #2f2f2f;border-radius:10px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:10px}.authModal-btnMicrosoft:hover{background:#404040;border-color:#404040}.authModal-btnMicrosoft:disabled{opacity:.7;cursor:not-allowed}.authModal-dismiss{margin-top:8px;padding:10px;font-size:.875rem;font-weight:500;font-family:inherit;background:transparent;color:#737373;border:none;cursor:pointer;transition:color .2s ease}.authModal-dismiss:hover{color:#1a1a1a}.huntIntent-root{min-height:100vh;background:#fafafa;display:flex;flex-direction:column}.huntIntent-header{position:fixed;top:0;left:0;right:0;height:64px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;background:#fafafa;border-bottom:1px solid rgba(0,0,0,.06);z-index:100}.huntIntent-headerLeft{display:flex;align-items:center;gap:24px}.huntIntent-headerRight{display:flex;align-items:center;gap:12px}.huntIntent-logo{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:#1a1a1a;cursor:pointer}.huntIntent-backBtn{padding:8px 14px;font-size:.85rem;font-weight:500;font-family:inherit;color:#737373;background:transparent;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .15s ease}.huntIntent-backBtn:hover{background:#fff;border-color:#d4d4d4;color:#525252}.huntIntent-liveLink{padding:8px 16px;font-size:.85rem;font-weight:500;font-family:inherit;color:#1a1a1a;background:#fff;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .15s ease}.huntIntent-liveLink:hover{border-color:#d4d4d4;background:#f5f5f5}.huntIntent-logoMark{width:32px;height:32px;color:#1a1a1a}.huntIntent-main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px 48px}.huntIntent-container{width:100%;max-width:520px}.huntIntent-title{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin:0 0 32px;text-align:center}.huntIntent-form{display:flex;flex-direction:column;gap:24px}.huntIntent-field{display:flex;flex-direction:column;gap:8px}.huntIntent-label{font-size:.9rem;font-weight:500;color:#525252}.huntIntent-label .optional{font-weight:400;color:#a3a3a3;margin-left:4px}.huntIntent-hint{font-size:.8rem;color:#a3a3a3;margin-top:4px}.huntIntent-select{width:100%;padding:14px 16px;font-size:1rem;font-family:inherit;background:#fff;border:1px solid #d4d4d4;border-radius:10px;color:#1a1a1a;cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23737373' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;transition:border-color .2s ease}.huntIntent-select:focus{outline:none;border-color:#1a1a1a}.huntIntent-select:disabled{background:#f5f5f5;color:#a3a3a3;cursor:not-allowed}.huntIntent-chips{display:flex;flex-wrap:wrap;gap:8px}.huntIntent-chip{padding:8px 14px;font-size:.875rem;font-weight:500;font-family:inherit;background:#fff;color:#525252;border:1px solid #d4d4d4;border-radius:20px;cursor:pointer;transition:all .15s ease}.huntIntent-chip:hover{border-color:#a3a3a3}.huntIntent-chip.selected{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.huntIntent-locationGroup{display:flex;gap:8px}.huntIntent-locationInput{flex:1;padding:14px 16px;font-size:1rem;font-family:inherit;background:#fff;border:1px solid #d4d4d4;border-radius:10px;color:#1a1a1a;transition:border-color .2s ease}.huntIntent-locationInput:focus{outline:none;border-color:#1a1a1a}.huntIntent-locationInput::placeholder{color:#a3a3a3}.huntIntent-remoteToggle{padding:14px 18px;font-size:.9rem;font-weight:500;font-family:inherit;background:#fff;color:#525252;border:1px solid #d4d4d4;border-radius:10px;cursor:pointer;transition:all .15s ease;white-space:nowrap}.huntIntent-remoteToggle:hover{border-color:#a3a3a3}.huntIntent-remoteToggle.selected{background:#1a1a1a;color:#fff;border-color:#1a1a1a}.huntIntent-industries,.huntIntent-preferences{display:flex;flex-wrap:wrap;gap:8px}.huntIntent-autocomplete{position:relative}.huntIntent-suggestions{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #d4d4d4;border-radius:10px;padding:4px 0;margin:0;list-style:none;z-index:50;box-shadow:0 4px 16px #00000014}.huntIntent-suggestion{padding:10px 16px;font-size:.9rem;color:#1a1a1a;cursor:pointer;transition:background .1s ease}.huntIntent-suggestion:hover,.huntIntent-suggestion.active{background:#f5f5f5}.huntIntent-moreTrigger{padding:10px 0;font-size:.875rem;font-weight:500;font-family:inherit;color:#525252;background:transparent;border:none;cursor:pointer;transition:color .15s ease;display:flex;align-items:center;gap:6px}.huntIntent-moreTrigger:hover{color:#1a1a1a}.huntIntent-moreSection{display:flex;flex-direction:column;gap:20px;margin-top:16px}.huntIntent-salaryRow{display:flex;gap:8px}.huntIntent-salaryInput{flex:1;-moz-appearance:textfield}.huntIntent-salaryInput::-webkit-outer-spin-button,.huntIntent-salaryInput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.huntIntent-currencySelect{width:90px;flex-shrink:0;padding:14px 10px}.huntIntent-chipDefault{color:#a3a3a3;font-weight:400}.huntIntent-chip.selected .huntIntent-chipDefault{color:#ffffffa6}.huntIntent-locationInput:disabled{background:#f5f5f5;color:#a3a3a3;cursor:not-allowed}.huntIntent-submit{width:100%;padding:16px 24px;font-size:1rem;font-weight:600;font-family:inherit;background:#1a1a1a;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease;margin-top:8px}.huntIntent-submit:hover:not(:disabled){background:#333}.huntIntent-submit:disabled{opacity:.4;cursor:not-allowed}.huntIntent-back{margin-top:16px;padding:12px;font-size:.9rem;font-weight:500;font-family:inherit;background:transparent;color:#737373;border:none;cursor:pointer;transition:color .2s ease}.huntIntent-back:hover{color:#1a1a1a}.huntIntent-scanning{position:fixed;inset:0;background:#fafafa;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:200;padding:24px}.huntIntent-scanCard{width:100%;max-width:400px;background:#fff;border-radius:16px;padding:40px 32px;box-shadow:0 1px 3px #00000014,0 4px 12px #0000000a;text-align:center}.huntIntent-scanTitle{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 28px}.huntIntent-scanSteps{display:flex;flex-direction:column;gap:14px;text-align:left}.huntIntent-scanStep{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#525252}.huntIntent-scanDot{width:8px;height:8px;background:#d4d4d4;border-radius:50%;flex-shrink:0;transition:background .3s ease}.huntIntent-scanDot.active{background:#1a1a1a}.huntIntent-scanDot.complete{background:#16a34a}@media(max-width:768px){.huntIntent-header{padding:0 16px}.huntIntent-headerLeft{gap:16px}.huntIntent-main{padding:80px 16px 32px}.huntIntent-container{max-width:100%}.huntIntent-title{font-size:1.5rem}}@media(max-width:480px){.huntIntent-header{height:56px;padding:0 12px}.huntIntent-headerLeft{gap:10px}.huntIntent-logo{gap:6px;font-size:.9rem}.huntIntent-logo span{display:none}.huntIntent-logo svg,.huntIntent-logoMark{width:24px;height:24px}.huntIntent-backBtn{padding:6px 10px;font-size:.8rem}.huntIntent-liveLink{padding:6px 12px;font-size:.8rem}.huntIntent-main{padding:72px 12px 24px}.huntIntent-title{font-size:1.35rem;margin-bottom:24px}.huntIntent-form{gap:20px}.huntIntent-label{font-size:.85rem}.huntIntent-chips{gap:6px}.huntIntent-chip{padding:8px 12px;font-size:.8rem}.huntIntent-locationInput,.huntIntent-industryInput{padding:10px 12px;font-size:.9rem}.huntIntent-submit{padding:14px 20px;font-size:.95rem}.huntIntent-back{padding:10px;font-size:.85rem}.huntIntent-scanCard{padding:32px 24px}.huntIntent-scanTitle{font-size:1.1rem}.huntIntent-scanStep{font-size:.9rem}}.huntResults-root{min-height:100vh;background:#fafafa;display:flex;flex-direction:column}.huntResults-header{position:fixed;top:0;left:0;right:0;height:64px;padding:0 24px;display:flex;align-items:center;justify-content:space-between;background:#fafafa;border-bottom:1px solid rgba(0,0,0,.06);z-index:100}.huntResults-headerLeft{display:flex;align-items:center;gap:12px}.huntResults-back{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;font-size:.85rem;font-weight:500;font-family:inherit;background:transparent;color:#525252;border:1px solid #d4d4d4;border-radius:8px;cursor:pointer;transition:all .2s ease}.huntResults-back:hover{border-color:#a3a3a3;color:#1a1a1a}.huntResults-logo{display:flex;align-items:center;gap:8px;font-size:1rem;font-weight:600;color:#1a1a1a;cursor:pointer}.huntResults-logoMark{width:32px;height:32px;color:#1a1a1a}.huntResults-refine{padding:8px 14px;font-size:.85rem;font-weight:500;font-family:inherit;background:transparent;color:#525252;border:1px solid #d4d4d4;border-radius:8px;cursor:pointer;transition:all .2s ease}.huntResults-refine:hover{border-color:#a3a3a3;color:#1a1a1a}.huntResults-main{flex:1;display:flex;flex-direction:column;align-items:center;padding:96px 24px 48px}.huntResults-container{width:100%;max-width:600px}.huntResults-info{text-align:center;margin-bottom:32px}.huntResults-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 8px}.huntResults-subtitle{font-size:.95rem;color:#737373;margin:0}.huntResults-list{display:flex;flex-direction:column;gap:16px}.huntResults-card{background:#fff;border-radius:14px;padding:24px;box-shadow:0 1px 3px #0000000f,0 2px 8px #00000008;cursor:pointer;transition:all .25s ease;border:2px solid transparent}.huntResults-card:hover{box-shadow:0 2px 6px #00000014,0 4px 16px #0000000d}.huntResults-card.selected{border-color:#1a1a1a;box-shadow:0 2px 6px #0000001a,0 8px 24px #00000014}.huntResults-card.faded{opacity:.4;pointer-events:none}.huntResults-cardHeader{margin-bottom:16px}.huntResults-roleTitle{font-size:1.15rem;font-weight:600;color:#1a1a1a;margin:0 0 6px;line-height:1.3}.huntResults-company{font-size:.95rem;color:#525252;margin:0 0 10px}.huntResults-meta{display:flex;flex-wrap:wrap;gap:8px}.huntResults-tag{display:inline-flex;align-items:center;padding:4px 10px;font-size:.75rem;font-weight:500;background:#f5f5f5;color:#525252;border-radius:6px}.huntResults-why{padding-top:16px;border-top:1px solid #f0f0f0}.huntResults-whyLabel{font-size:.8rem;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px}.huntResults-reasons{display:flex;flex-direction:column;gap:8px}.huntResults-reason{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;color:#1a1a1a;line-height:1.4}.huntResults-reasonIcon{flex-shrink:0;width:16px;height:16px;color:#16a34a;margin-top:2px}.huntResults-details{margin-top:16px;padding-top:16px;border-top:1px solid #f0f0f0}.huntResults-detailsTitle{font-size:.8rem;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.04em;margin:0 0 10px}.huntResults-detailsList{display:flex;flex-direction:column;gap:6px}.huntResults-detail{font-size:.85rem;color:#525252;padding-left:16px;position:relative}.huntResults-detail:before{content:"•";position:absolute;left:0;color:#a3a3a3}.huntResults-cardActions{display:flex;gap:10px;margin-top:20px}.huntResults-huntBtn{flex:1;padding:12px 20px;font-size:.95rem;font-weight:600;font-family:inherit;background:#1a1a1a;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:all .2s ease}.huntResults-huntBtn:hover{background:#333}.huntResults-whyBtn{padding:12px 16px;font-size:.9rem;font-weight:500;font-family:inherit;background:transparent;color:#525252;border:1px solid #d4d4d4;border-radius:10px;cursor:pointer;transition:all .2s ease}.huntResults-whyBtn:hover{border-color:#a3a3a3;color:#1a1a1a}.huntResults-selecting{position:fixed;inset:0;background:#fafafaf2;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:200;padding:24px}.huntResults-selectingText{font-size:1.25rem;font-weight:500;color:#1a1a1a}.huntResults-empty{text-align:center;padding:48px 24px;background:#fff;border-radius:14px;box-shadow:0 1px 3px #0000000f}.huntResults-emptyTitle{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 8px}.huntResults-emptyText{font-size:.95rem;color:#737373;margin:0 0 20px}.huntResults-emptyBtn{padding:12px 24px;font-size:.95rem;font-weight:600;font-family:inherit;background:#1a1a1a;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:background .2s ease}.huntResults-emptyBtn:hover{background:#333}.huntResults-signal{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:600;background:#ecfdf5;color:#059669;border-radius:6px}.huntResults-signalDot{width:6px;height:6px;background:currentColor;border-radius:50%}.hunt-monitor__toggle-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #e5e5e5;margin-bottom:1.5rem}.hunt-monitor__toggle-label{font-weight:600;color:#0f172a}.hunt-monitor__toggle-desc{font-size:.85rem;color:#64748b;margin-top:4px}.hunt-monitor__toggle{position:relative;width:52px;height:28px;background:#d1d5db;border-radius:999px;cursor:pointer;transition:background .2s ease}.hunt-monitor__toggle.active{background:#22c55e}.hunt-monitor__toggle-knob{position:absolute;top:3px;left:3px;width:22px;height:22px;background:#fff;border-radius:50%;box-shadow:0 2px 4px #00000026;transition:transform .2s ease}.hunt-monitor__toggle.active .hunt-monitor__toggle-knob{transform:translate(24px)}.hunt-monitor__toggle-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #e5e5e5;margin-bottom:0}.hunt-monitor__toggle-desc{font-size:.8rem;color:#a3a3a3;margin-top:4px}.hunt-monitor__live{display:grid;grid-template-columns:320px 1fr;gap:2rem;min-height:calc(100vh - 160px)}.hunt-monitor__sidebar,.hunt-monitor__feed{display:flex;flex-direction:column;gap:1rem}.hunt-monitor__feed-header{display:flex;align-items:center;justify-content:space-between;padding-bottom:1rem;border-bottom:1px solid #e5e5e5}.hunt-monitor__feed-title{font-size:1.1rem;font-weight:700;color:#0f172a}.hunt-monitor__feed-count{font-size:.9rem;color:#64748b}.hunt-monitor__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border:1px dashed #d1d5db;border-radius:12px}.hunt-monitor__empty-icon{font-size:3rem;margin-bottom:1rem;opacity:.5}.hunt-monitor__empty-text{font-size:1rem;color:#64748b;font-weight:500}.hunt-monitor__empty-sub{font-size:.9rem;color:#9ca3af;margin-top:4px}.hunt-monitor__sidebar-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.25rem}.hunt-monitor__sidebar-title{font-size:.85rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.02em;margin-bottom:1rem}.hunt-monitor__criteria-list{display:flex;flex-direction:column;gap:8px}.hunt-monitor__criteria-item{display:flex;align-items:flex-start;gap:8px;font-size:.9rem;color:#374151}.hunt-monitor__criteria-label{font-weight:600;color:#64748b;min-width:80px}.hunt-monitor__criteria-value{color:#0f172a}.hunt-monitor__controls{display:flex;flex-direction:column;gap:10px;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e5e5}.hunt-monitor__control-btn{display:flex;align-items:center;justify-content:center;gap:8px;padding:.65rem 1rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s ease}.hunt-monitor__control-btn--primary{background:#0f172a;color:#fff;border:1px solid #0f172a}.hunt-monitor__control-btn--primary:hover{background:#1e293b}.hunt-monitor__control-btn--secondary{background:#fff;color:#374151;border:1px solid #d1d5db}.hunt-monitor__control-btn--secondary:hover{background:#f9fafb;border-color:#9ca3af}.hunt-monitor__control-btn--warning{background:#fef3c7;color:#b45309;border:1px solid #fcd34d}.hunt-monitor__control-btn--warning:hover{background:#fde68a}.hunt-monitor__frequency{margin-top:.5rem}.hunt-monitor__frequency-label{font-size:.8rem;color:#64748b;margin-bottom:6px}.hunt-monitor__frequency-select{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;font-size:.9rem;color:#374151;background:#fff;cursor:pointer}.hunt-monitor__status{display:flex;align-items:center;gap:8px;padding:.75rem 1rem;background:#f0fdf4;border:1px solid #86efac;border-radius:10px;margin-bottom:1rem}.hunt-monitor__status.paused{background:#fffbeb;border-color:#fcd34d}.hunt-monitor__status-dot{width:10px;height:10px;border-radius:50%;background:#22c55e;animation:pulse 2s ease-in-out infinite}.hunt-monitor__status.paused .hunt-monitor__status-dot{background:#f59e0b;animation:none}.hunt-monitor__status-text{font-size:.9rem;font-weight:600;color:#15803d}.hunt-monitor__status.paused .hunt-monitor__status-text{color:#b45309}.hunt-monitor__status-meta{margin-left:auto;font-size:.8rem;color:#64748b}.detected-card{background:#fff;border:1px solid #e5e5e5;border-left:4px solid #22c55e;border-radius:12px;padding:1.25rem;display:flex;flex-direction:column;gap:12px;animation:slideIn .4s ease-out;transition:all .2s ease}.detected-card:hover{box-shadow:0 4px 16px #00000014;border-left-color:#16a34a}.detected-card.new{animation:slideIn .4s ease-out,glow 1s ease-out}@keyframes slideIn{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes glow{0%,to{box-shadow:0 0 #22c55e00}50%{box-shadow:0 0 20px 4px #22c55e40}}.detected-card__header{display:flex;flex-direction:column;gap:4px}.detected-card__title{font-size:1.05rem;font-weight:700;color:#0f172a;line-height:1.3}.detected-card__company{font-size:.95rem;color:#475569;font-weight:600}.detected-card__meta{display:flex;align-items:center;gap:12px;font-size:.85rem;color:#64748b;margin-top:4px}.detected-card__meta-item{display:flex;align-items:center;gap:4px}.detected-card__reasons{background:#f8fafc;border-radius:8px;padding:.75rem;display:flex;flex-direction:column;gap:6px}.detected-card__reasons-label{font-size:.8rem;font-weight:600;color:#475569;margin-bottom:2px}.detected-card__reason{font-size:.85rem;color:#0f172a;line-height:1.4;padding-left:4px}.detected-card__score{display:inline-flex;align-items:center;gap:6px;padding:.35rem .65rem;background:#f0fdf4;border:1px solid #86efac;border-radius:999px;font-size:.8rem;font-weight:700;color:#15803d}.detected-card__actions{display:flex;gap:8px;margin-top:4px}.detected-card__btn{flex:1;padding:.65rem .75rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .15s ease}.detected-card__btn--hunt{background:#0f172a;color:#fff;border:1px solid #0f172a}.detected-card__btn--hunt:hover{background:#1e293b;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a33}.detected-card__btn--save{background:#fff;color:#0f172a;border:1px solid #d1d5db}.detected-card__btn--save:hover{background:#f9fafb;border-color:#9ca3af}.detected-card__btn--ignore{background:transparent;color:#64748b;border:1px solid transparent;flex:0;padding:.65rem 1rem}.detected-card__btn--ignore:hover{background:#f1f5f9;color:#475569}.guardrails-callout{display:flex;align-items:flex-start;gap:12px;padding:1rem;background:#f0fdf4;border:1px solid #86efac;border-radius:10px;margin-bottom:24px}.guardrails-callout__icon{font-size:1.25rem;flex-shrink:0}.guardrails-callout__content{display:flex;flex-direction:column;gap:4px}.guardrails-callout__title{font-size:.9rem;font-weight:700;color:#15803d}.guardrails-callout__text{font-size:.85rem;color:#166534;line-height:1.5}.monitor-targets{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.25rem}.monitor-targets__title{font-size:.85rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.02em;margin-bottom:1rem}.monitor-targets__list{display:flex;flex-direction:column;gap:10px}.monitor-targets__item{display:flex;align-items:center;gap:10px;padding:.75rem;background:#f8fafc;border-radius:8px}.monitor-targets__icon{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#e0f2fe;border-radius:8px;font-size:1rem}.monitor-targets__info{flex:1}.monitor-targets__name{font-size:.9rem;font-weight:600;color:#0f172a}.monitor-targets__count{font-size:.8rem;color:#64748b}.hunt-monitor__saved-list{display:grid;gap:1rem}.saved-card{background:#fff;border:1px solid #e5e5e5;border-left:4px solid #64748b;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;transition:all .2s ease}.saved-card:hover{box-shadow:0 4px 12px #0000000f}.saved-card__content{flex:1}.saved-card__title{font-size:1rem;font-weight:700;color:#0f172a}.saved-card__company{font-size:.9rem;color:#475569;margin-top:2px}.saved-card__actions{display:flex;gap:8px}@media(max-width:900px){.hunt-monitor__live{grid-template-columns:1fr}.hunt-monitor__sidebar{order:2}.hunt-monitor__feed{order:1}}.monitorLive{min-height:100vh;background:#fafafa;display:flex;flex-direction:column;overflow-x:hidden}.monitorLive *,.monitorLive *:before,.monitorLive *:after{box-sizing:border-box}.monitorLive-header{position:fixed;top:0;left:0;right:0;height:64px;padding:0 32px;display:flex;align-items:center;justify-content:space-between;background:#fafafa;border-bottom:1px solid rgba(0,0,0,.06);z-index:100}.monitorLive-headerLeft{display:flex;align-items:center;gap:24px}.monitorLive-logo{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:600;color:#1a1a1a;cursor:pointer;text-decoration:none}.monitorLive-logo svg{width:28px;height:28px}.monitorLive-backBtn{padding:8px 14px;font-size:.85rem;font-weight:500;font-family:inherit;color:#737373;background:transparent;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .15s ease}.monitorLive-backBtn:hover{background:#fff;border-color:#d4d4d4;color:#525252}.monitorLive-headerRight{display:flex;align-items:center;gap:12px}.monitorLive-savedLink{padding:8px 16px;font-size:.85rem;font-weight:500;color:#525252;text-decoration:none;border-radius:8px;transition:all .15s ease}.monitorLive-savedLink:hover{background:#0000000a;color:#1a1a1a}.monitorLive-main{flex:1;padding:96px 32px 48px;max-width:1200px;margin:0 auto;width:100%}.monitorLive-statusBanner{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:32px}.monitorLive-statusLeft{display:flex;align-items:center;gap:14px}.monitorLive-statusIndicator{width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 3px #22c55e26;animation:statusPulse 2.5s ease-in-out infinite}@keyframes statusPulse{0%,to{box-shadow:0 0 0 3px #22c55e26}50%{box-shadow:0 0 0 6px #22c55e14}}.monitorLive-statusBanner.paused .monitorLive-statusIndicator{background:#f59e0b;box-shadow:0 0 0 3px #f59e0b26;animation:none}.monitorLive-statusText{font-size:.95rem;font-weight:600;color:#1a1a1a}.monitorLive-statusMeta{font-size:.85rem;color:#737373;margin-left:4px;font-weight:400}.monitorLive-statusActions{display:flex;align-items:center;gap:10px}.monitorLive-actionBtn{padding:8px 16px;font-size:.85rem;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;transition:all .15s ease}.monitorLive-actionBtn--primary{background:#1a1a1a;color:#fff;border:1px solid #1a1a1a}.monitorLive-actionBtn--primary:hover{background:#333}.monitorLive-actionBtn--secondary{background:#fff;color:#525252;border:1px solid #e5e5e5}.monitorLive-actionBtn--secondary:hover{background:#fafafa;border-color:#d4d4d4}.monitorLive-actionBtn--warning{background:#fef3c7;color:#92400e;border:1px solid #fcd34d}.monitorLive-actionBtn--warning:hover{background:#fde68a}.monitorLive-grid{display:grid;grid-template-columns:1fr 280px;gap:24px;width:100%}.monitorLive-feed{display:flex;flex-direction:column;gap:16px}.monitorLive-feedHeader{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}.monitorLive-feedTitle{font-size:1.25rem;font-weight:600;color:#1a1a1a}.monitorLive-feedCount{font-size:.9rem;color:#737373}.monitorLive-empty{padding:80px 40px;text-align:center;background:#fff;border:1px dashed #d4d4d4;border-radius:16px}.monitorLive-emptyIcon{width:64px;height:64px;margin:0 auto 20px;background:#f5f5f5;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#a3a3a3}.monitorLive-emptySub{font-size:.9rem;color:#a3a3a3;max-width:280px;margin:0 auto;line-height:1.5}.roleCard{background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:20px 24px;transition:all .2s ease}.roleCard:hover{border-color:#d4d4d4;box-shadow:0 4px 20px #0000000f}.roleCard.isNew{animation:cardSlideIn .4s ease-out;border-color:#22c55e}@keyframes cardSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.roleCard-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:12px}.roleCard-info{flex:1}.roleCard-title{font-size:1.05rem;font-weight:600;color:#1a1a1a;margin-bottom:4px;line-height:1.3}.roleCard-company{font-size:.95rem;color:#525252;font-weight:500}.roleCard-match{padding:6px 12px;background:#f5f5f5;border-radius:20px;font-size:.8rem;font-weight:600;color:#525252}.roleCard-match.high{background:#dcfce7;color:#166534}.roleCard-meta{display:flex;align-items:center;gap:16px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f5f5f5}.roleCard-metaItem{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#737373}.roleCard-metaIcon{width:16px;height:16px;opacity:.6}.roleCard-reasons{margin-bottom:16px}.roleCard-reasonsLabel{font-size:.75rem;font-weight:600;color:#a3a3a3;text-transform:uppercase;letter-spacing:.04em;margin-bottom:8px}.roleCard-reasonsList{display:flex;flex-direction:column;gap:4px}.roleCard-reason{font-size:.9rem;color:#525252;line-height:1.5;padding-left:12px;position:relative}.roleCard-reason:before{content:"";position:absolute;left:0;top:8px;width:4px;height:4px;background:#d4d4d4;border-radius:50%}.roleCard-actions{display:flex;gap:10px;padding-top:4px}.roleCard-btn{flex:1;padding:10px 16px;font-size:.9rem;font-weight:500;font-family:inherit;border-radius:8px;cursor:pointer;transition:all .15s ease}.roleCard-btn--primary{background:#1a1a1a;color:#fff;border:1px solid #1a1a1a}.roleCard-btn--primary:hover{background:#333}.roleCard-btn--secondary{background:#fff;color:#525252;border:1px solid #e5e5e5}.roleCard-btn--secondary:hover{background:#fafafa;border-color:#d4d4d4}.roleCard-btn--ghost{flex:0;background:transparent;color:#a3a3a3;border:none;padding:10px 12px}.roleCard-btn--ghost:hover{color:#737373;background:#f5f5f5}.monitorLive-sidebar{display:flex;flex-direction:column;gap:20px}.sidebarCard{background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:20px}.sidebarCard-title{font-size:.75rem;font-weight:600;color:#a3a3a3;text-transform:uppercase;letter-spacing:.04em;margin-bottom:16px}.criteriaList{display:flex;flex-direction:column;gap:12px}.criteriaItem{display:flex;flex-direction:column;gap:4px}.criteriaItem-label{font-size:.8rem;color:#a3a3a3;font-weight:500}.criteriaItem-value{font-size:.9rem;color:#1a1a1a;line-height:1.4}.criteriaItem-chips{display:flex;flex-wrap:wrap;gap:6px;margin-top:2px}.criteriaChip{padding:4px 10px;background:#f5f5f5;border-radius:12px;font-size:.8rem;color:#525252}.settingsRow{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #f5f5f5}.settingsRow:last-child{border-bottom:none;padding-bottom:0}.settingsRow:first-child{padding-top:0}.settingsLabel{font-size:.9rem;color:#525252}.settingsSelect{padding:6px 12px;font-size:.85rem;font-family:inherit;color:#1a1a1a;background:#f5f5f5;border:none;border-radius:6px;cursor:pointer}.settingsLink{font-size:.85rem;color:#1a1a1a;text-decoration:none;font-weight:500}.settingsLink:hover{text-decoration:underline}.monitorLive-pageHeader{margin-bottom:24px}.monitorLive-pageTitle{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 6px}.monitorLive-pageSubtitle{font-size:.95rem;color:#737373;margin:0}.monitorLive-savedGrid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px}.monitorLive-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;background:#fff;border:1px dashed #d4d4d4;border-radius:16px;text-align:center}.monitorLive-emptyIcon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#f5f5f5;border-radius:14px;color:#a3a3a3;margin-bottom:16px}.monitorLive-emptyTitle{font-size:1.1rem;font-weight:600;color:#525252;margin-bottom:8px}.monitorLive-emptySub{font-size:.9rem;color:#a3a3a3;max-width:300px;line-height:1.5;margin-bottom:20px}.monitorLive-emptyLink{font-size:.9rem;font-weight:600;color:#1a1a1a;text-decoration:none}.monitorLive-emptyLink:hover{text-decoration:underline}@media(max-width:1024px){.monitorLive-main{padding:88px 24px 40px}.monitorLive-grid{grid-template-columns:1fr 240px;gap:20px}}@media(max-width:768px){.monitorLive-header{padding:0 16px}.monitorLive-headerLeft{gap:16px}.monitorLive-main{padding:80px 16px 32px}.monitorLive-grid{grid-template-columns:1fr;gap:24px}.monitorLive-sidebar{order:-1;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.monitorLive-statusBanner{flex-direction:column;gap:14px;align-items:flex-start}.monitorLive-statusActions{width:100%}.monitorLive-actionBtn{flex:1}.monitorLive-savedGrid{grid-template-columns:1fr}.roleCard{padding:16px}.roleCard-header,.roleCard-meta{flex-wrap:wrap;gap:10px}}@media(max-width:480px){.monitorLive-header{padding:0 12px;height:56px}.monitorLive-headerLeft{gap:10px}.monitorLive-logo{gap:6px;font-size:.9rem}.monitorLive-logo span{display:none}.monitorLive-logo svg{width:24px;height:24px}.monitorLive-backBtn{padding:6px 10px;font-size:.8rem}.monitorLive-headerRight{gap:6px}.monitorLive-savedLink{padding:6px 8px;font-size:.75rem}.monitorLive-main{padding:68px 12px 24px}.monitorLive-statusBanner{padding:12px;border-radius:10px;margin-bottom:20px}.monitorLive-statusLeft{gap:10px}.monitorLive-statusIndicator{width:8px;height:8px}.monitorLive-statusText{font-size:.85rem}.monitorLive-statusMeta{display:block;margin-left:0;margin-top:2px;font-size:.8rem}.monitorLive-actionBtn{padding:8px 12px;font-size:.8rem}.monitorLive-sidebar{grid-template-columns:1fr}.monitorLive-feedHeader{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:12px}.monitorLive-feedTitle{font-size:1rem}.monitorLive-feedCount{font-size:.8rem}.monitorLive-feed{gap:12px}.roleCard{padding:14px;border-radius:12px}.roleCard-header{margin-bottom:10px}.roleCard-title{font-size:.95rem}.roleCard-company{font-size:.85rem}.roleCard-match{font-size:.7rem;padding:4px 8px}.roleCard-meta{gap:8px;margin-bottom:12px;padding-bottom:12px}.roleCard-metaItem{font-size:.75rem}.roleCard-metaIcon{width:14px;height:14px}.roleCard-reasons{margin-bottom:12px}.roleCard-reasonsLabel{font-size:.7rem;margin-bottom:6px}.roleCard-reason{font-size:.85rem;padding-left:10px}.roleCard-actions{flex-direction:column;gap:8px}.roleCard-btn{padding:10px 14px;font-size:.85rem;text-align:center}.roleCard-btn--ghost{flex:1}.sidebarCard{padding:14px;border-radius:12px}.sidebarCard-title{font-size:.7rem;margin-bottom:12px}.criteriaList{gap:10px}.criteriaItem-label{font-size:.75rem}.criteriaChip{font-size:.75rem;padding:3px 8px}.settingsRow{padding:10px 0}.settingsLabel{font-size:.85rem}.settingsSelect{padding:5px 10px;font-size:.8rem}.settingsLink{font-size:.8rem}.monitorLive-pageTitle{font-size:1.2rem}.monitorLive-pageSubtitle{font-size:.85rem}.monitorLive-empty{padding:40px 20px;border-radius:12px}.monitorLive-emptyIcon{width:48px;height:48px;border-radius:12px;margin-bottom:14px}.monitorLive-emptyTitle{font-size:.95rem}.monitorLive-emptySub{font-size:.8rem;margin-bottom:16px}.monitorLive-emptyLink{font-size:.85rem}}.upgrade-root{min-height:100vh;background:linear-gradient(135deg,#fafafa,#f0f0f0)}.upgrade-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100}.upgrade-backBtn{display:flex;align-items:center;gap:8px;padding:8px 16px;background:transparent;border:1px solid #e5e5e5;border-radius:8px;color:#525252;font-weight:500;font-family:inherit;cursor:pointer;transition:all .15s ease}.upgrade-backBtn:hover{background:#f5f5f5;color:#1a1a1a}.upgrade-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1.1rem;color:#1a1a1a;cursor:pointer}.upgrade-logo svg{width:28px;height:28px}.upgrade-main{max-width:1100px;margin:0 auto;padding:40px 24px 80px}.upgrade-reviewStep{display:flex;flex-direction:column;align-items:center}.upgrade-hero{text-align:center;margin-bottom:40px}.upgrade-badge{display:inline-flex;align-items:center;gap:6px;padding:8px 16px;background:linear-gradient(135deg,#1a1a1a,#333);color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.05em;border-radius:20px;margin-bottom:20px}.upgrade-badgeIcon{font-size:1rem}.upgrade-title{font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.02em}.upgrade-subtitle{font-size:1.05rem;color:#525252;max-width:450px;margin:0 auto}.upgrade-reviewContent{width:100%;max-width:420px}.upgrade-reviewCard{background:#fff;border-radius:16px;padding:28px;border:2px solid #1a1a1a;box-shadow:0 8px 32px #0000001a}.upgrade-reviewHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.upgrade-reviewHeader h2{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0}.upgrade-reviewPrice{display:flex;align-items:baseline;gap:2px}.upgrade-reviewCurrency{font-size:1rem;font-weight:600;color:#1a1a1a}.upgrade-reviewAmount{font-size:1.75rem;font-weight:800;color:#1a1a1a}.upgrade-reviewPeriod{font-size:.9rem;color:#737373}.upgrade-reviewFeatures{display:flex;flex-direction:column;gap:12px;margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #f0f0f0}.upgrade-reviewFeature{display:flex;align-items:center;gap:12px;font-size:.95rem;color:#1a1a1a}.upgrade-reviewTotal{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-size:1rem;color:#525252}.upgrade-reviewTotalAmount{font-size:1.1rem;font-weight:700;color:#1a1a1a}.upgrade-continueBtn{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;padding:16px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease}.upgrade-continueBtn:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.upgrade-reviewNote{text-align:center;margin-top:16px;font-size:.85rem;color:#737373}.upgrade-checkoutStep{width:100%}.upgrade-checkoutLayout{display:grid;grid-template-columns:1fr 380px;gap:40px;align-items:start}.upgrade-checkoutForm{background:#fff;border-radius:16px;padding:32px;border:1px solid #e5e5e5}.upgrade-formTitle{font-size:1.35rem;font-weight:700;color:#1a1a1a;margin:0 0 28px}.upgrade-formSection{margin-bottom:28px}.upgrade-formSectionTitle{font-size:.9rem;font-weight:600;color:#1a1a1a;margin:0 0 14px;text-transform:uppercase;letter-spacing:.03em}.upgrade-formGroup{margin-bottom:16px}.upgrade-formGroup:last-child{margin-bottom:0}.upgrade-formGroup label{display:block;font-size:.9rem;font-weight:500;color:#525252;margin-bottom:6px}.upgrade-formGroup input,.upgrade-formGroup select{width:100%;padding:12px 14px;background:#fafafa;border:1px solid #e5e5e5;border-radius:10px;font-size:1rem;font-family:inherit;color:#1a1a1a;transition:all .15s ease}.upgrade-formGroup input:focus,.upgrade-formGroup select:focus{outline:none;border-color:#1a1a1a;background:#fff;box-shadow:0 0 0 3px #1a1a1a1a}.upgrade-formGroup input.error,.upgrade-formGroup select.error{border-color:#ef4444;background:#fef2f2}.upgrade-formGroup input::placeholder{color:#a3a3a3}.upgrade-fieldError{display:block;margin-top:6px;font-size:.85rem;color:#ef4444}.upgrade-formRow{display:grid;grid-template-columns:2fr 1fr 1fr;gap:12px}.upgrade-cardInputs{background:#fafafa;border:1px solid #e5e5e5;border-radius:10px;overflow:hidden}.upgrade-cardNumber{margin-bottom:0}.upgrade-cardInputWrap{position:relative}.upgrade-cardInputWrap input{border-radius:10px 10px 0 0;border-bottom:1px solid #e5e5e5;padding-right:48px;background:#fff}.upgrade-cardIcon{position:absolute;right:14px;top:50%;transform:translateY(-50%);font-size:1.25rem}.upgrade-cardRow{display:grid;grid-template-columns:1fr 1fr}.upgrade-cardRow .upgrade-formGroup{margin-bottom:0}.upgrade-cardRow input{border-radius:0;border-top:none;background:#fff}.upgrade-cardRow .upgrade-formGroup:first-child input{border-radius:0 0 0 10px;border-right:1px solid #e5e5e5}.upgrade-cardRow .upgrade-formGroup:last-child input{border-radius:0 0 10px}.upgrade-cvcWrap{position:relative}.upgrade-cvcWrap input{padding-right:40px}.upgrade-cvcIcon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:#a3a3a3}.upgrade-payBtn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:1.05rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease;margin-top:8px}.upgrade-payBtn:hover:not(:disabled){background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.upgrade-payBtn:disabled{opacity:.7;cursor:not-allowed}.upgrade-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.upgrade-secureNote{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:16px;padding:12px;background:#f5f5f5;border-radius:8px;font-size:.85rem;color:#737373}.upgrade-secureNote svg{color:#22c55e;flex-shrink:0}.upgrade-orderSummary{position:sticky;top:100px}.upgrade-summaryCard{background:#fff;border-radius:16px;padding:24px;border:1px solid #e5e5e5}.upgrade-summaryCard h3{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0 0 20px}.upgrade-summaryItem{display:flex;align-items:flex-start;justify-content:space-between;padding-bottom:20px}.upgrade-summaryItemInfo{display:flex;flex-direction:column;gap:4px}.upgrade-summaryBadge{display:inline-flex;align-items:center;padding:4px 10px;background:#1a1a1a;color:#fff;font-size:.75rem;font-weight:700;border-radius:6px;width:fit-content}.upgrade-summaryName{font-size:1rem;font-weight:600;color:#1a1a1a;margin-top:6px}.upgrade-summaryDesc{font-size:.85rem;color:#737373}.upgrade-summaryPrice{font-size:1rem;font-weight:600;color:#1a1a1a}.upgrade-summaryDivider{height:1px;background:#f0f0f0;margin-bottom:16px}.upgrade-summaryRow{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:.95rem;color:#525252}.upgrade-summaryTotal{margin-top:12px;padding-top:12px;border-top:1px solid #f0f0f0;font-weight:600;color:#1a1a1a;font-size:1rem}.upgrade-summaryRenewal{margin-top:16px;padding:12px;background:#fafafa;border-radius:8px;font-size:.85rem;color:#737373;text-align:center}@media(max-width:900px){.upgrade-checkoutLayout{grid-template-columns:1fr}.upgrade-orderSummary{position:static;order:-1}.upgrade-summaryCard{margin-bottom:24px}}@media(max-width:600px){.upgrade-main{padding:24px 16px 60px}.upgrade-header{padding:12px 16px}.upgrade-checkoutForm,.upgrade-reviewCard{padding:24px}.upgrade-formRow{grid-template-columns:1fr}.upgrade-formTitle{font-size:1.2rem}}.settings-root{min-height:100vh;background:#fafafa}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:64px;background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100}.settings-headerLeft{display:flex;align-items:center}.settings-logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:1rem;color:#1a1a1a;text-decoration:none}.settings-logo svg{width:28px;height:28px}.settings-nav{display:flex;align-items:center;gap:8px}.settings-navLink{padding:8px 16px;font-size:.9rem;font-weight:500;color:#737373;text-decoration:none;border-radius:8px;transition:all .15s ease}.settings-navLink:hover{color:#1a1a1a;background:#f5f5f5}.settings-navLink.active{color:#1a1a1a;background:#f5f5f5;font-weight:600}.settings-headerRight{display:flex;align-items:center}.settings-proBadge{padding:6px 12px;background:#f5f5f5;color:#737373;font-size:.8rem;font-weight:700;border-radius:20px;letter-spacing:.02em}.settings-proBadge.active{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff}.settings-main{max-width:800px;margin:0 auto;padding:40px 24px}.settings-titleBar{margin-bottom:32px}.settings-titleBar h1{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0 0 8px}.settings-titleBar p{font-size:1rem;color:#737373;margin:0}.settings-tabs{display:flex;gap:4px;padding:4px;background:#f0f0f0;border-radius:12px;margin-bottom:32px}.settings-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:transparent;border:none;border-radius:8px;font-size:.9rem;font-weight:500;font-family:inherit;color:#737373;cursor:pointer;transition:all .2s ease}.settings-tab:hover{color:#1a1a1a}.settings-tab.active{background:#fff;color:#1a1a1a;font-weight:600;box-shadow:0 2px 8px #00000014}.settings-tabContent{min-height:400px}.settings-section{background:#fff;border-radius:16px;padding:24px;border:1px solid #e5e5e5;margin-bottom:24px}.settings-sectionHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.settings-sectionTitle{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin:0 0 20px}.settings-sectionHeader .settings-sectionTitle{margin:0}.settings-manageBtn{padding:8px 14px;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:8px;font-size:.85rem;font-weight:500;color:#525252;cursor:pointer;transition:all .15s ease}.settings-manageBtn:hover{background:#e5e5e5;color:#1a1a1a}.settings-planCard{display:flex;align-items:center;justify-content:space-between;padding:20px;background:#fafafa;border-radius:12px;border:1px solid #f0f0f0}.settings-planInfo{display:flex;align-items:center;gap:16px}.settings-planBadge{padding:8px 14px;background:#f0f0f0;color:#737373;font-size:.8rem;font-weight:700;border-radius:8px;letter-spacing:.02em}.settings-planBadge[data-tier=pro]{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff}.settings-planDetails h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 4px}.settings-planDetails p{font-size:.9rem;color:#737373;margin:0}.settings-planActions{display:flex;gap:12px}.settings-cancelBtn{padding:10px 18px;background:transparent;border:1px solid #e5e5e5;border-radius:8px;font-size:.9rem;font-weight:500;color:#737373;cursor:pointer;transition:all .15s ease}.settings-cancelBtn:hover{background:#fef2f2;border-color:#fca5a5;color:#dc2626}.settings-reactivateBtn{padding:10px 18px;background:#1a1a1a;border:none;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;cursor:pointer;transition:all .15s ease}.settings-reactivateBtn:hover{background:#333}.settings-upgradeBtn{padding:10px 18px;background:#1a1a1a;border:none;border-radius:8px;font-size:.9rem;font-weight:600;color:#fff;text-decoration:none;transition:all .15s ease}.settings-upgradeBtn:hover{background:#333}.settings-cancelNotice{display:flex;align-items:center;gap:10px;margin-top:16px;padding:14px 16px;background:#fffbeb;border:1px solid #fcd34d;border-radius:10px;font-size:.9rem;color:#92400e}.settings-cancelNotice svg{color:#f59e0b;flex-shrink:0}.settings-paymentCard{display:flex;align-items:center;gap:16px;padding:16px 20px;background:#fafafa;border-radius:12px;border:1px solid #f0f0f0}.settings-cardIcon{font-size:1.5rem}.settings-cardDetails{flex:1}.settings-cardBrand{font-size:.95rem;font-weight:600;color:#1a1a1a;margin:0 0 2px}.settings-cardExpiry{font-size:.85rem;color:#737373;margin:0}.settings-updateCardBtn{padding:8px 14px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;font-size:.85rem;font-weight:500;color:#525252;cursor:pointer;transition:all .15s ease}.settings-updateCardBtn:hover{background:#f5f5f5;border-color:#d4d4d4}.settings-emptyBilling{text-align:center;padding:40px 20px}.settings-emptyIcon{font-size:2.5rem;margin-bottom:12px;opacity:.5}.settings-emptyBilling p{font-size:1rem;color:#737373;margin:0 0 16px}.settings-emptyUpgrade{display:inline-block;padding:10px 20px;background:#1a1a1a;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:background .15s ease}.settings-emptyUpgrade:hover{background:#333}.settings-billingList{display:flex;flex-direction:column;gap:12px}.settings-billingItem{display:flex;align-items:center;gap:16px;padding:16px;background:#fafafa;border-radius:10px;border:1px solid #f0f0f0}.settings-billingInfo{flex:1}.settings-billingDesc{font-size:.95rem;font-weight:600;color:#1a1a1a;margin:0 0 4px}.settings-billingDate{font-size:.85rem;color:#737373;margin:0}.settings-billingRight{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.settings-billingAmount{font-size:1rem;font-weight:600;color:#1a1a1a}.settings-billingStatus{padding:4px 10px;font-size:.75rem;font-weight:600;border-radius:20px;text-transform:uppercase}.settings-billingStatus.paid{background:#dcfce7;color:#166534}.settings-billingStatus.pending{background:#fef3c7;color:#92400e}.settings-billingStatus.failed{background:#fee2e2;color:#dc2626}.settings-downloadBtn{padding:8px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;color:#737373;cursor:pointer;transition:all .15s ease;display:flex;align-items:center;justify-content:center}.settings-downloadBtn:hover{background:#f5f5f5;color:#1a1a1a}.settings-usageCard{display:flex;align-items:center;justify-content:center;gap:40px;padding:32px;background:#fafafa;border-radius:12px;border:1px solid #f0f0f0;margin-bottom:24px}.settings-usageStat{text-align:center}.settings-usageValue{font-size:2rem;font-weight:800;color:#1a1a1a;margin-bottom:4px}.settings-usageValue[data-tier=pro]{background:linear-gradient(135deg,#1a1a1a,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.settings-usageLabel{font-size:.85rem;color:#737373;font-weight:500}.settings-usageDivider{width:1px;height:48px;background:#e5e5e5}.settings-usageProgress{padding:20px;background:#fafafa;border-radius:12px;border:1px solid #f0f0f0}.settings-progressHeader{display:flex;justify-content:space-between;font-size:.9rem;color:#525252;margin-bottom:10px}.settings-progressBar{height:8px;background:#e5e5e5;border-radius:4px;overflow:hidden}.settings-progressFill{height:100%;background:linear-gradient(90deg,#1a1a1a,#333);border-radius:4px;transition:width .3s ease}.settings-progressNote{margin:12px 0 0;font-size:.85rem;color:#737373}.settings-progressNote a{color:#1a1a1a;font-weight:600}.settings-modalOverlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:24px}.settings-modal{background:#fff;border-radius:16px;padding:28px;max-width:420px;width:100%;box-shadow:0 20px 60px #0003}.settings-modal h3{font-size:1.2rem;font-weight:700;color:#1a1a1a;margin:0 0 12px}.settings-modal p{font-size:.95rem;color:#525252;margin:0 0 24px;line-height:1.5}.settings-modalActions{display:flex;gap:12px}.settings-modalCancel{flex:1;padding:12px 16px;background:#1a1a1a;border:none;border-radius:10px;font-size:.95rem;font-weight:600;color:#fff;cursor:pointer;transition:background .15s ease}.settings-modalCancel:hover{background:#333}.settings-modalConfirm{flex:1;padding:12px 16px;background:#fff;border:1px solid #e5e5e5;border-radius:10px;font-size:.95rem;font-weight:500;color:#dc2626;cursor:pointer;transition:all .15s ease}.settings-modalConfirm:hover{background:#fef2f2;border-color:#fca5a5}@media(max-width:700px){.settings-header{padding:0 16px}.settings-nav{display:none}.settings-main{padding:24px 16px}.settings-tabs{flex-direction:column}.settings-planCard{flex-direction:column;align-items:flex-start;gap:16px}.settings-planActions{width:100%}.settings-cancelBtn,.settings-reactivateBtn,.settings-upgradeBtn{flex:1;text-align:center}.settings-usageCard{flex-direction:column;gap:24px}.settings-usageDivider{width:100%;height:1px}.settings-billingItem{flex-direction:column;align-items:flex-start}.settings-billingRight{flex-direction:row;align-items:center;gap:12px;width:100%;justify-content:space-between}}.paywall-overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:24px}.paywall-modal{background:#fff;border-radius:20px;padding:36px;max-width:440px;width:100%;text-align:center;box-shadow:0 24px 80px #00000040;position:relative}.paywall-closeBtn{position:absolute;top:16px;right:16px;padding:8px;background:#f5f5f5;border:none;border-radius:8px;color:#737373;cursor:pointer;transition:all .15s ease}.paywall-closeBtn:hover{background:#e5e5e5;color:#1a1a1a}.paywall-icon{width:80px;height:80px;margin:0 auto 20px;background:linear-gradient(135deg,#f5f5f5,#e5e5e5);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a1a}.paywall-title{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin:0 0 12px}.paywall-message{font-size:1rem;color:#525252;margin:0 0 24px;line-height:1.5}.paywall-message strong{color:#1a1a1a}.paywall-features{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:28px}.paywall-feature{display:flex;align-items:center;gap:10px;padding:12px 14px;background:#fafafa;border-radius:10px;font-size:.9rem;color:#1a1a1a;font-weight:500}.paywall-featureIcon{font-size:1.1rem}.paywall-actions{display:flex;flex-direction:column;gap:12px}.paywall-upgradeBtn{width:100%;padding:16px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s ease}.paywall-upgradeBtn:hover{background:#333;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.paywall-laterBtn{padding:12px;background:transparent;color:#737373;border:none;font-size:.9rem;font-weight:500;font-family:inherit;cursor:pointer;transition:color .15s ease}.paywall-laterBtn:hover{color:#1a1a1a}@media(max-width:500px){.paywall-modal{padding:28px 20px}.paywall-features{grid-template-columns:1fr}.paywall-title{font-size:1.25rem}}.huntDash-root{min-height:100vh;background:#fafafa;color:#1a1a1a}.huntDash-header{display:flex;align-items:center;justify-content:space-between;padding:0 32px;height:64px;background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100}.huntDash-headerLeft{display:flex;align-items:center;gap:24px}.huntDash-logo{display:flex;align-items:center;gap:10px;font-weight:600;font-size:1rem;color:#1a1a1a;text-decoration:none}.huntDash-logo svg{width:28px;height:28px;color:#1a1a1a}.huntDash-nav{display:flex;align-items:center;gap:8px}.huntDash-navLink{display:flex;align-items:center;gap:6px;padding:8px 16px;font-size:.9rem;font-weight:500;color:#737373;text-decoration:none;border-radius:8px;transition:all .15s ease}.huntDash-navLink:hover{color:#1a1a1a;background:#f5f5f5}.huntDash-navLink.active{color:#1a1a1a;background:#f5f5f5;font-weight:600}.huntDash-navBadge{padding:2px 6px;background:#22c55e;color:#fff;font-size:.7rem;font-weight:700;border-radius:10px;min-width:18px;text-align:center}.huntDash-headerRight{display:flex;align-items:center;gap:12px}.huntDash-proBadge{padding:6px 12px;background:#f5f5f5;color:#737373;font-size:.8rem;font-weight:700;border-radius:20px;letter-spacing:.02em}.huntDash-proBadge.active{background:linear-gradient(135deg,#1a1a1a,#333);color:#fff}.huntDash-profileWrap{position:relative}.huntDash-avatar{width:36px;height:36px;border-radius:50%;background:#000;color:#fff;font-weight:600;font-size:.75rem;letter-spacing:.02em;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s ease;overflow:hidden}.huntDash-avatar:hover{background:#1a1a1a;transform:scale(1.05)}.huntDash-avatarImg{width:100%;height:100%;border-radius:50%;object-fit:cover}.huntDash-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;max-width:280px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 10px 40px #0000001f;padding:8px;z-index:200}.huntDash-dropdownIdentity{padding:12px;overflow:hidden}.huntDash-dropdownName{font-weight:600;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.huntDash-dropdownEmail{font-size:.85rem;color:#737373;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.huntDash-dropdownUpgrade{display:inline-block;margin-top:10px;padding:6px 12px;background:#1a1a1a;color:#fff;font-size:.8rem;font-weight:600;border-radius:6px;text-decoration:none;transition:background .15s ease}.huntDash-dropdownUpgrade:hover{background:#333}.huntDash-dropdownDivider{height:1px;background:#e5e5e5;margin:4px 0}.huntDash-dropdownItem{display:block;width:100%;padding:10px 12px;font-size:.9rem;font-weight:500;font-family:inherit;color:#525252;background:none;border:none;border-radius:8px;text-align:left;cursor:pointer;transition:all .15s ease}.huntDash-dropdownItem:hover{background:#f5f5f5;color:#1a1a1a}.huntDash-dropdownSignout{color:#dc2626}.huntDash-dropdownSignout:hover{background:#fef2f2;color:#dc2626}.huntDash-main{max-width:1200px;margin:0 auto;padding:24px 32px}.huntDash-statsBar{display:flex;align-items:center;gap:32px;padding:16px 24px;background:#fff;border:1px solid #e5e5e5;border-radius:12px;margin-bottom:24px}.huntDash-stat{display:flex;flex-direction:column;gap:2px}.huntDash-statValue{font-size:1.5rem;font-weight:700;color:#1a1a1a}.huntDash-statLabel{font-size:.8rem;color:#737373}.huntDash-statDivider{width:1px;height:40px;background:#e5e5e5}.huntDash-statMonitor{flex-direction:row;align-items:center;gap:10px;margin-left:auto}.huntDash-monitorDot{width:8px;height:8px;border-radius:50%;background:#d4d4d4}.huntDash-monitorDot.active{background:#22c55e;box-shadow:0 0 0 3px #22c55e33;animation:monitorPulse 2s ease-in-out infinite}@keyframes monitorPulse{0%,to{box-shadow:0 0 0 3px #22c55e33}50%{box-shadow:0 0 0 6px #22c55e1a}}.huntDash-monitorLink{font-size:.85rem;font-weight:600;color:#1a1a1a;text-decoration:none;margin-left:8px}.huntDash-monitorLink:hover{text-decoration:underline}.huntDash-hero{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.huntDash-heroText{flex:1}.huntDash-title{font-size:1.5rem;font-weight:600;margin:0 0 6px;color:#1a1a1a}.huntDash-subtitle{color:#737373;margin:0;font-size:.95rem}.huntDash-newHunt{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease}.huntDash-newHunt:hover{background:#333;transform:translateY(-1px)}.huntDash-heroActions{display:flex;align-items:center;gap:10px}.huntDash-pasteLink{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;color:#1a1a1a;border:1px solid #e5e5e5;border-radius:8px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease}.huntDash-pasteLink:hover{background:#f5f5f5;border-color:#d4d4d4;transform:translateY(-1px)}.huntDash-toast{display:inline-flex;align-items:center;gap:10px;background:#f0fdf4;color:#166534;padding:12px 16px;border-radius:10px;border:1px solid #86efac;font-weight:500;font-size:.9rem;margin-bottom:20px}.huntDash-toastDot{width:8px;height:8px;background:#22c55e;border-radius:50%}.huntDash-monitorCallout{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fefce8;border:1px solid #fde047;border-radius:10px;margin-bottom:20px}.huntDash-monitorCalloutIcon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fef08a;border-radius:8px;color:#854d0e}.huntDash-monitorCalloutText{flex:1;font-size:.9rem;color:#713f12}.huntDash-monitorCalloutText strong{font-weight:600}.huntDash-monitorCalloutLink{font-size:.85rem;font-weight:600;color:#854d0e;text-decoration:none}.huntDash-monitorCalloutLink:hover{text-decoration:underline}.huntDash-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 40px;background:#fff;border:1px dashed #d4d4d4;border-radius:16px;text-align:center}.huntDash-emptyIcon{color:#a3a3a3;margin-bottom:16px}.huntDash-emptyTitle{font-size:1.2rem;font-weight:600;color:#525252;margin:0 0 8px}.huntDash-emptyText{font-size:.95rem;color:#a3a3a3;margin:0 0 24px;max-width:300px}.huntDash-emptyBtn{padding:12px 24px;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease}.huntDash-emptyBtn:hover{background:#333}.huntDash-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:16px}.huntDash-card{background:#fff;border:1px solid #e5e5e5;border-radius:14px;padding:20px;display:flex;flex-direction:column;gap:16px;transition:all .2s ease}.huntDash-card:hover{border-color:#d4d4d4;box-shadow:0 8px 24px #0000000f}.huntDash-card.new{border-color:#22c55e;box-shadow:0 8px 24px #22c55e1a}.huntDash-cardTop{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.huntDash-role{flex:1}.huntDash-roleTitle{margin:0;font-size:1.05rem;font-weight:600;color:#1a1a1a}.huntDash-company{margin:4px 0 0;font-size:.95rem;color:#525252;font-weight:500}.huntDash-location{margin:2px 0 0;font-size:.85rem;color:#737373}.huntDash-status{font-size:.8rem;font-weight:600;padding:5px 10px;border-radius:20px;white-space:nowrap}.huntDash-meta{display:flex;gap:24px;padding-top:12px;border-top:1px solid #f5f5f5}.huntDash-metaLabel{margin:0;font-size:.75rem;color:#a3a3a3;text-transform:uppercase;letter-spacing:.02em}.huntDash-metaValue{margin:4px 0 0;font-size:.9rem;color:#525252;font-weight:500}.huntDash-actionsRow{display:flex;gap:10px;margin-top:auto}.huntDash-primary{flex:1;background:#1a1a1a;color:#fff;border:none;padding:10px 16px;border-radius:8px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:all .15s ease}.huntDash-primary:hover{background:#333}@media(max-width:900px){.huntDash-header{padding:0 16px}.huntDash-nav{display:none}.huntDash-main{padding:20px 16px}.huntDash-statsBar{flex-wrap:wrap;gap:16px;padding:16px}.huntDash-statDivider{display:none}.huntDash-statMonitor{width:100%;margin-left:0;padding-top:12px;border-top:1px solid #e5e5e5}.huntDash-hero{flex-direction:column;gap:16px}.huntDash-heroActions{width:100%;flex-direction:column}.huntDash-newHunt,.huntDash-pasteLink{width:100%;justify-content:center}.huntDash-grid{grid-template-columns:1fr}.huntDash-monitorCallout{flex-direction:column;align-items:flex-start;gap:10px}.huntDash-monitorCalloutLink{margin-top:4px}}@media(max-width:480px){.huntDash-header{height:56px;padding:0 12px}.huntDash-logo{gap:8px;font-size:.9rem}.huntDash-logo svg{width:24px;height:24px}.huntDash-logo span{display:none}.huntDash-avatar{width:32px;height:32px;font-size:.8rem}.huntDash-main{padding:16px 12px}.huntDash-statsBar{padding:14px;gap:12px}.huntDash-stat{min-width:60px}.huntDash-statValue{font-size:1.25rem}.huntDash-statLabel{font-size:.7rem}.huntDash-statMonitor{flex-wrap:wrap;justify-content:center;text-align:center}.huntDash-title{font-size:1.25rem}.huntDash-subtitle{font-size:.85rem}.huntDash-newHunt,.huntDash-pasteLink{padding:12px 16px;font-size:.85rem}.huntDash-card{padding:16px;gap:12px}.huntDash-roleTitle{font-size:1rem}.huntDash-company{font-size:.9rem}.huntDash-meta{gap:16px}.huntDash-empty{padding:48px 24px}.huntDash-emptyTitle{font-size:1.1rem}.huntDash-dropdown{right:-8px;min-width:200px}}.kit-root{min-height:100vh;background:#f5f5f5;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column}.kit-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100}.kit-headerLeft{flex:1;display:flex;align-items:center;gap:12px}.kit-logo{display:flex;align-items:center;gap:.5rem;cursor:pointer}.kit-logoMark{width:32px;height:32px;color:#c9a227}.kit-logo span{font-size:1rem;font-weight:600;color:#1a1a1a}.kit-back{display:inline-flex;align-items:center;gap:6px;padding:8px 10px;font-size:.9rem;font-weight:600;background:#f9fafb;color:#1f2937;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.kit-back:hover{background:#f3f4f6;border-color:#9ca3af;color:#111827}.kit-headerCenter{flex:2;text-align:center}.kit-roleTitle{font-size:1.1rem;font-weight:600;margin:0;color:#1a1a1a}.kit-company{font-size:.85rem;color:#555}.kit-headerRight{flex:1;display:flex;justify-content:flex-end}.kit-statusBadge{padding:.375rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.kit-tabs{display:flex;gap:.25rem;padding:0 2rem;background:#fff;border-bottom:1px solid #e5e5e5}.kit-tab{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.25rem;border:none;background:transparent;font-size:.9rem;font-weight:500;color:#555;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;transition:all .2s ease}.kit-tab:hover{color:#1a1a1a;background:#f9f9f9}.kit-tab.active{color:#c9a227;border-bottom-color:#c9a227}.kit-tabIcon{width:18px;height:18px}.kit-tabIcon svg{width:100%;height:100%}.kit-tabBadge{background:#c9a227;color:#fff;font-size:.7rem;padding:.125rem .4rem;border-radius:10px;font-weight:600}.kit-tabOptional{font-size:.7rem;color:#737373;border:1px solid #e5e5e5;border-radius:8px;padding:.15rem .35rem;margin-left:.35rem}.kit-main{flex:1;padding:2rem;max-width:900px;margin:0 auto;width:100%}.kit-tabContent{min-height:400px}.kit-sectionHeader{margin-bottom:1.5rem}.kit-sectionHeader h2{font-size:1.25rem;font-weight:600;margin:0 0 .25rem;color:#1a1a1a}.kit-sectionHeader p{font-size:.9rem;color:#555;margin:0}.kit-resumeTab{display:flex;flex-direction:column;gap:1.5rem}.kit-resumeCard{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem}.kit-resumeCardHeader{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.kit-resumeIcon{width:48px;height:48px;background:#c9a2271a;border-radius:10px;display:flex;align-items:center;justify-content:center}.kit-resumeIcon svg{width:24px;height:24px;color:#c9a227}.kit-resumeInfo{flex:1}.kit-resumeInfo h3{font-size:1rem;font-weight:600;margin:0 0 .25rem}.kit-resumeInfo p{font-size:.85rem;color:#555;margin:0}.kit-approvalBadge{padding:.375rem .75rem;border-radius:6px;font-size:.8rem;font-weight:500}.kit-approvalBadge.approved{background:#10b9811a;color:#059669}.kit-approvalBadge.draft{background:#f59e0b1a;color:#d97706}.kit-resumeActions{display:flex;gap:.75rem;flex-wrap:wrap}.kit-btnSecondary{display:flex;align-items:center;gap:.5rem;padding:.625rem 1rem;border:1px solid #d4d4d4;border-radius:8px;background:#fff;font-size:.85rem;font-weight:500;color:#1a1a1a;cursor:pointer;transition:all .2s ease}.kit-btnSecondary:hover{background:#f5f5f5;border-color:#a3a3a3}.kit-btnSecondary svg{width:16px;height:16px}.kit-draftWarning{display:flex;gap:.75rem;margin-top:1.25rem;padding:1rem;background:#f59e0b14;border:1px solid rgba(245,158,11,.2);border-radius:8px}.kit-draftWarning svg{width:20px;height:20px;color:#d97706;flex-shrink:0}.kit-draftWarning p{font-size:.85rem;color:#555;margin:0 0 .5rem}.kit-confirmDraftBtn{padding:.5rem 1rem;background:#c9a227;color:#fff;border:none;border-radius:6px;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s ease}.kit-confirmDraftBtn:hover{background:#b8931f}.kit-draftConfirmed{display:flex;align-items:center;gap:.5rem;margin-top:1rem;padding:.75rem 1rem;background:#10b98114;border-radius:6px;font-size:.85rem;color:#059669}.kit-draftConfirmed svg{width:16px;height:16px}.kit-outreachTab{display:flex;flex-direction:column;gap:1rem}.kit-outreachList{display:flex;flex-direction:column;gap:.75rem}.kit-outreachCard{background:#fff;border:1px solid #e5e5e5;border-radius:10px;overflow:hidden;transition:border-color .2s ease}.kit-outreachCard.approved{border-color:#10b98166}.kit-outreachCard.sent{border-color:#3b82f666;background:#3b82f605}.kit-outreachCardHeader{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;cursor:pointer}.kit-outreachCardHeader:hover{background:#fafafa}.kit-outreachRecipient{display:flex;flex-direction:column;gap:.125rem}.kit-outreachRecipient strong{font-size:.95rem;color:#1a1a1a}.kit-outreachRecipient span{font-size:.8rem;color:#555}.kit-outreachMeta{display:flex;align-items:center;gap:1rem}.kit-sentBadge{font-size:.8rem;color:#3b82f6;font-weight:500}.kit-approvalToggle{display:flex;align-items:center;gap:.5rem;cursor:pointer}.kit-approvalToggle input{display:none}.kit-toggleSlider{width:36px;height:20px;background:#d4d4d4;border-radius:10px;position:relative;transition:background .2s ease}.kit-toggleSlider:after{content:"";position:absolute;top:2px;left:2px;width:16px;height:16px;background:#fff;border-radius:50%;transition:transform .2s ease}.kit-approvalToggle input:checked+.kit-toggleSlider{background:#10b981}.kit-approvalToggle input:checked+.kit-toggleSlider:after{transform:translate(16px)}.kit-toggleLabel{font-size:.8rem;color:#555;font-weight:500}.kit-expandBtn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#555}.kit-expandBtn svg{width:18px;height:18px;transition:transform .2s ease}.kit-outreachBody{overflow:hidden}.kit-emailPreview{padding:0 1.25rem 1.25rem;border-top:1px solid #e5e5e5;background:#fafafa}.kit-emailTo,.kit-emailSubject{font-size:.85rem;color:#555;margin:.75rem 0 0}.kit-emailBody{margin-top:1rem;padding:1rem;background:#fff;border:1px solid #e5e5e5;border-radius:6px;font-size:.9rem;line-height:1.6;white-space:pre-wrap;color:#1a1a1a}.kit-roleIntelTab{display:flex;flex-direction:column;gap:1.5rem}.kit-intelSection{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:1.25rem}.kit-intelSection h3{font-size:.95rem;font-weight:600;margin:0 0 .75rem;color:#1a1a1a}.kit-interpretation{font-size:.9rem;line-height:1.65;color:#333;margin:0}.kit-signalsList{display:flex;flex-direction:column;gap:.75rem}.kit-signalItem{display:flex;gap:.75rem;padding:.75rem;background:#fafafa;border-radius:8px}.kit-signalItem svg{width:18px;height:18px;color:#10b981;flex-shrink:0;margin-top:2px}.kit-signalText{font-size:.9rem;font-weight:500;color:#1a1a1a;margin:0 0 .25rem}.kit-signalDerivation{font-size:.8rem;color:#555;margin:0}.kit-outreachSignal{padding:1rem;border-radius:8px}.kit-outreachSignal.strong{background:#10b98114}.kit-outreachSignal.moderate{background:#f59e0b14}.kit-outreachSignal.weak{background:#ef444414}.kit-signalStrength{display:flex;align-items:center;gap:.5rem;font-size:.9rem;font-weight:600;margin-bottom:.75rem}.kit-signalDot{width:8px;height:8px;border-radius:50%}.kit-outreachSignal.strong .kit-signalDot{background:#10b981}.kit-outreachSignal.moderate .kit-signalDot{background:#f59e0b}.kit-outreachSignal.weak .kit-signalDot{background:#ef4444}.kit-signalReasons{margin:0;padding-left:1.25rem;font-size:.85rem;color:#555;line-height:1.6}.kit-signalReasons li{margin-bottom:.25rem}.kit-trackerTab{display:flex;flex-direction:column;gap:1.5rem}.kit-statusBar{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:1rem 1.25rem}.kit-currentStatus{display:flex;align-items:center;gap:.5rem}.kit-statusDot{width:10px;height:10px;border-radius:50%}.kit-statusText{font-size:.95rem;font-weight:600;color:#1a1a1a}.kit-followUp{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#555}.kit-followUp svg{width:16px;height:16px;color:#f59e0b}.kit-timeline{position:relative;padding-left:1.5rem}.kit-timeline:before{content:"";position:absolute;left:5px;top:8px;bottom:8px;width:2px;background:#e5e5e5}.kit-timelineItem{position:relative;padding-bottom:1.25rem}.kit-timelineItem:last-child{padding-bottom:0}.kit-timelineDot{position:absolute;left:-1.5rem;top:4px;width:12px;height:12px;background:#c9a227;border:2px solid #ffffff;border-radius:50%;z-index:1}.kit-timelineContent{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:.875rem 1rem}.kit-timelineTitle{font-size:.9rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.kit-timelineDesc{font-size:.85rem;color:#555;margin:0 0 .5rem}.kit-timelineDate{font-size:.75rem;color:#737373}.kit-notesSection{background:#fff;border:1px solid #e5e5e5;border-radius:10px;padding:1.25rem}.kit-notesSection h3{font-size:.95rem;font-weight:600;margin:0 0 .75rem}.kit-notesInput{width:100%;min-height:100px;padding:.75rem;border:1px solid #e5e5e5;border-radius:8px;font-size:.9rem;line-height:1.5;resize:vertical;font-family:inherit}.kit-notesInput:focus{outline:none;border-color:#c9a227}.kit-emptyState{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.kit-emptyState svg{width:48px;height:48px;color:#d4d4d4;margin-bottom:1rem}.kit-emptyState h3{font-size:1rem;font-weight:600;color:#1a1a1a;margin:0 0 .25rem}.kit-emptyState p{font-size:.9rem;color:#555;margin:0}.kit-footer{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-top:1px solid #e5e5e5;position:sticky;bottom:0}.kit-footerStatus{display:flex;gap:1.5rem}.kit-gateStatus{display:flex;align-items:center;gap:.5rem;font-size:.85rem}.kit-gateStatus svg{width:16px;height:16px}.kit-gateStatus.passed{color:#10b981}.kit-gateStatus.pending{color:#f59e0b}.kit-ctaBtn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#c9a227;color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.kit-ctaBtn:hover:not(.disabled){background:#b8931f}.kit-ctaBtn.disabled{background:#d4d4d4;color:#737373;cursor:not-allowed}.kit-ctaBtn svg{width:18px;height:18px}.kit-toast{position:fixed;bottom:5rem;left:50%;transform:translate(-50%);padding:.75rem 1.25rem;background:#1a1a1a;color:#fff;border-radius:8px;font-size:.9rem;font-weight:500;z-index:1000;box-shadow:0 4px 12px #00000026}.kit-toast.success{background:#059669}.kit-toast.info{background:#1a1a1a}.kit-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.kit-empty h2{font-size:1.25rem;color:#1a1a1a}.kit-empty button{padding:.75rem 1.5rem;background:#c9a227;color:#fff;border:none;border-radius:8px;font-size:.95rem;cursor:pointer}@media(max-width:768px){.kit-header{flex-direction:column;gap:.75rem;padding:1rem}.kit-headerCenter{order:-1}.kit-tabs{padding:0 1rem;overflow-x:auto}.kit-tab{padding:.75rem 1rem;white-space:nowrap}.kit-main{padding:1rem}.kit-footer{flex-direction:column;gap:1rem;padding:1rem}.kit-ctaBtn{width:100%;justify-content:center}}.sendApply-root{min-height:100vh;background:#f5f5f5;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column}.sendApply-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100}.sendApply-backBtn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:1px solid #e5e5e5;border-radius:8px;font-size:.85rem;color:#555;cursor:pointer;transition:all .2s ease}.sendApply-backBtn:hover{background:#f5f5f5;border-color:#d4d4d4;color:#1a1a1a}.sendApply-backBtn svg{width:16px;height:16px}.sendApply-headerCenter{text-align:center}.sendApply-title{font-size:1.1rem;font-weight:600;margin:0;color:#1a1a1a}.sendApply-subtitle{font-size:.85rem;color:#555}.sendApply-headerRight{display:flex;align-items:center}.sendApply-statusBadge{padding:.375rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.sendApply-logoMark{width:28px;height:28px;color:#c9a227}.sendApply-assistBanner{background:linear-gradient(135deg,#c9a227,#d4af37);overflow:hidden}.sendApply-assistBannerContent{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 2rem;color:#fff;font-size:.9rem}.sendApply-assistPulse{width:10px;height:10px;background:#fff;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.1)}}.sendApply-main{flex:1;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;padding:2rem;max-width:1400px;margin:0 auto;width:100%}.sendApply-panel{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.sendApply-panelHeader{display:flex;align-items:flex-start;gap:1rem}.sendApply-panelIcon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sendApply-panelIcon.outreach{background:#3b82f61a;color:#3b82f6}.sendApply-panelIcon.apply{background:#10b9811a;color:#10b981}.sendApply-panelIcon svg{width:24px;height:24px}.sendApply-panelHeader h2{font-size:1.1rem;font-weight:600;margin:0 0 .25rem;color:#1a1a1a}.sendApply-panelHeader p{font-size:.85rem;color:#555;margin:0}.sendApply-outreachList{display:flex;flex-direction:column;gap:.75rem}.sendApply-outreachItem{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;padding:1rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:10px;transition:all .2s ease}.sendApply-outreachItem.sent{background:#3b82f60a;border-color:#3b82f633}.sendApply-outreachInfo{display:flex;flex-direction:column;gap:.125rem}.sendApply-outreachInfo strong{font-size:.95rem;color:#1a1a1a}.sendApply-outreachInfo span{font-size:.8rem;color:#555}.sendApply-outreachActions{display:flex;align-items:center;gap:.5rem}.sendApply-sentLabel{display:flex;align-items:center;gap:.375rem;font-size:.85rem;color:#3b82f6;font-weight:500}.sendApply-sentLabel svg{width:16px;height:16px}.sendApply-btnPrimary{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:#c9a227;color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease}.sendApply-btnPrimary:hover{background:#b8931f}.sendApply-btnPrimary.small{padding:.5rem .875rem;font-size:.8rem}.sendApply-btnPrimary.large{padding:1rem 2rem;font-size:1rem}.sendApply-btnPrimary svg{width:18px;height:18px}.sendApply-btnPrimary.small svg{width:14px;height:14px}.sendApply-btnSecondary{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.25rem;background:#fff;color:#1a1a1a;border:1px solid #d4d4d4;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.sendApply-btnSecondary:hover{background:#f5f5f5;border-color:#a3a3a3}.sendApply-btnSecondary.small{padding:.5rem .875rem;font-size:.8rem}.sendApply-btnSecondary svg{width:16px;height:16px}.sendApply-btnSecondary.small svg{width:14px;height:14px}.sendApply-btnSuccess{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;background:#10b981;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%}.sendApply-btnSuccess:hover:not(.disabled){background:#059669}.sendApply-btnSuccess.disabled{background:#d4d4d4;color:#737373;cursor:not-allowed}.sendApply-btnSuccess svg{width:20px;height:20px}.sendApply-btnSuccess.small{padding:.5rem .875rem;font-size:.8rem;width:auto}.sendApply-btnSuccess.small svg{width:14px;height:14px}.sendApply-gmailBadge{padding:.375rem .75rem;border-radius:20px;font-size:.75rem;font-weight:500;display:flex;align-items:center;gap:.375rem;margin-left:auto}.sendApply-gmailBadge.connected{background:#10b9811a;color:#059669}.sendApply-gmailBadge.connected svg{width:12px;height:12px}.sendApply-gmailBadge.disconnected{background:#f5f5f5;color:#737373}.sendApply-gmailConnect{padding:1rem 1.25rem;background:linear-gradient(135deg,#c9a2270d,#c9a22705);border:1px dashed #d4af37;border-radius:10px;text-align:center;margin-bottom:1rem}.sendApply-gmailConnect p{font-size:.85rem;color:#555;margin:0 0 .75rem}.sendApply-gmailConnect button{margin:0 auto}.sendApply-gmailUpgrade{padding:.75rem 1rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.sendApply-gmailUpgrade p{font-size:.8rem;color:#555;margin:0}.sendApply-outreachHint{font-size:.75rem;color:#737373;margin:.5rem 0 0;width:100%;text-align:right}.sendApply-assets{padding-top:1rem;border-top:1px solid #e5e5e5}.sendApply-assets h3{font-size:.9rem;font-weight:600;margin:0 0 .75rem;color:#1a1a1a}.sendApply-assetBtns{display:flex;gap:.75rem}.sendApply-assetBtn{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;font-size:.85rem;color:#1a1a1a;cursor:pointer;transition:all .2s ease}.sendApply-assetBtn:hover{background:#f0f0f0;border-color:#d4d4d4}.sendApply-assetBtn svg{width:16px;height:16px;color:#555}.sendApply-openApp{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background:linear-gradient(135deg,#10b9810d,#10b9811a);border-radius:10px}.sendApply-hint{font-size:.8rem;color:#555;margin:0}.sendApply-checklist{padding-top:1rem;border-top:1px solid #e5e5e5}.sendApply-checklistHeader{margin-bottom:1rem}.sendApply-checklistHeader h3{font-size:.9rem;font-weight:600;margin:0 0 .75rem;color:#1a1a1a}.sendApply-progressBar{height:6px;background:#e5e5e5;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.sendApply-progressFill{height:100%;background:linear-gradient(90deg,#c9a227,#d4af37);border-radius:3px}.sendApply-progressLabel{font-size:.75rem;color:#555}.sendApply-checklistItems{display:flex;flex-direction:column;gap:.5rem}.sendApply-checklistItem{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s ease}.sendApply-checklistItem:hover{background:#f5f5f5}.sendApply-checklistItem.completed{background:#10b9810d;border-color:#10b98133}.sendApply-checkbox{width:20px;height:20px;border:2px solid #d4d4d4;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.sendApply-checkbox.checked{background:#10b981;border-color:#10b981;color:#fff}.sendApply-checkbox svg{width:14px;height:14px}.sendApply-checklistLabel{font-size:.9rem;color:#1a1a1a}.sendApply-optional{font-size:.75rem;color:#737373;margin-left:.5rem}.sendApply-copyBlocks{padding-top:1rem;border-top:1px solid #e5e5e5}.sendApply-copyBlocks h3{font-size:.9rem;font-weight:600;margin:0 0 .25rem;color:#1a1a1a}.sendApply-copyBlocksHint{font-size:.8rem;color:#555;margin:0 0 1rem}.sendApply-copyBlocksList{display:flex;flex-direction:column;gap:.75rem}.sendApply-copyBlock{background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;overflow:hidden}.sendApply-copyBlockHeader{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem;background:#f5f5f5;border-bottom:1px solid #e5e5e5}.sendApply-copyBlockHeader span{font-size:.8rem;font-weight:600;color:#1a1a1a}.sendApply-copyBtn{display:flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#fff;border:1px solid #d4d4d4;border-radius:6px;font-size:.75rem;font-weight:500;color:#555;cursor:pointer;transition:all .2s ease}.sendApply-copyBtn:hover{background:#f5f5f5;border-color:#a3a3a3}.sendApply-copyBtn.copied{background:#10b9811a;border-color:#10b9814d;color:#059669}.sendApply-copyBtn svg{width:12px;height:12px}.sendApply-copyBlockContent{padding:.875rem 1rem;font-size:.85rem;line-height:1.5;color:#333;margin:0}.sendApply-markApplied{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding-top:1.5rem;border-top:1px solid #e5e5e5}.sendApply-markHint{font-size:.8rem;color:#737373;margin:0}.sendApply-emptyPanel{display:flex;align-items:center;justify-content:center;padding:2rem;color:#737373;font-size:.9rem}.sendApply-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:1rem}.sendApply-empty h2{font-size:1.25rem;color:#1a1a1a}.sendApply-empty button{padding:.75rem 1.5rem;background:#c9a227;color:#fff;border:none;border-radius:8px;font-size:.95rem;cursor:pointer}.sendApply-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);padding:.75rem 1.5rem;background:#1a1a1a;color:#fff;border-radius:8px;font-size:.9rem;font-weight:500;z-index:1000;box-shadow:0 4px 12px #00000026}.sendApply-toast.success{background:#059669}.sendApply-toast.info{background:#1a1a1a}@media(max-width:1024px){.sendApply-main{grid-template-columns:1fr;padding:1.5rem}}@media(max-width:768px){.sendApply-header{flex-direction:column;gap:.75rem;padding:1rem}.sendApply-backBtn{align-self:flex-start}.sendApply-headerCenter{order:1}.sendApply-main{padding:1rem}.sendApply-assetBtns{flex-direction:column}.sendApply-outreachItem{flex-direction:column;align-items:flex-start;gap:.75rem}.sendApply-outreachActions{width:100%}.sendApply-btnPrimary.small,.sendApply-btnSecondary.small{flex:1}}.sendApplyV2-root{min-height:100vh;background:#f5f5f5;color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;display:flex;flex-direction:column;overflow-x:hidden;box-sizing:border-box}.sendApplyV2-root *,.sendApplyV2-root *:before,.sendApplyV2-root *:after{box-sizing:border-box}.sendApplyV2-header{display:flex;align-items:center;justify-content:space-between;padding:1rem clamp(1rem,3vw,2rem);background:#fff;border-bottom:1px solid #e5e5e5;position:sticky;top:0;z-index:100;width:100%;max-width:100vw}.sendApplyV2-backBtn{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:transparent;border:1px solid #e5e5e5;border-radius:8px;font-size:.85rem;color:#555;cursor:pointer;transition:all .2s ease}.sendApplyV2-backBtn:hover{background:#f5f5f5;border-color:#d4d4d4}.sendApplyV2-backBtn svg{width:16px;height:16px}.sendApplyV2-headerCenter{text-align:center;flex:1;min-width:0}@media(max-width:640px){.sendApplyV2-headerCenter{display:none}}.sendApplyV2-title{font-size:1.1rem;font-weight:600;margin:0}.sendApplyV2-subtitle{font-size:.85rem;color:#555}.sendApplyV2-headerRight{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(max-width:640px){.sendApplyV2-headerRight{gap:.5rem}}.sendApplyV2-statusBadge{padding:.375rem .75rem;border-radius:20px;font-size:.8rem;font-weight:500}.sendApplyV2-statusBadge.draft{background:#c9a22726;color:#b8931f}.sendApplyV2-statusBadge.ready{background:#10b98126;color:#059669}.sendApplyV2-statusBadge.applied{background:#3b82f626;color:#2563eb}.sendApplyV2-dockBtn{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:#1a1a1a;color:#fff;border:none;border-radius:8px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.sendApplyV2-dockBtn:hover{background:#333}.sendApplyV2-dockBtn svg{width:16px;height:16px}.sendApplyV2-main{flex:1;display:grid;grid-template-columns:minmax(300px,380px) 1fr;gap:1.5rem;padding:1.5rem clamp(1rem,3vw,2rem);max-width:1400px;margin:0 auto;width:100%;max-width:100vw;overflow-x:hidden}@media(max-width:1024px){.sendApplyV2-main{grid-template-columns:1fr;gap:1rem;padding:1rem}}@media(max-width:640px){.sendApplyV2-main{padding:.75rem;gap:.75rem}}.sendApplyV2-kitPanel{display:flex;flex-direction:column;gap:1rem}.sendApplyV2-card{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.25rem;max-width:100%;overflow:hidden}@media(max-width:640px){.sendApplyV2-card{padding:1rem}}.sendApplyV2-cardHeader{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.sendApplyV2-cardIcon{width:40px;height:40px;background:#c9a2271a;border-radius:10px;display:flex;align-items:center;justify-content:center}.sendApplyV2-cardIcon svg{width:20px;height:20px;color:#c9a227}.sendApplyV2-cardTitle{font-size:.95rem;font-weight:600;margin:0}.sendApplyV2-cardSubtitle{font-size:.8rem;color:#555;margin:0}.sendApplyV2-cardActions{display:flex;flex-wrap:wrap;gap:.5rem}.sendApplyV2-cardBtn{display:flex;align-items:center;gap:.375rem;padding:.5rem .75rem;background:#f5f5f5;border:1px solid #e5e5e5;border-radius:6px;font-size:.8rem;color:#555;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:0;flex-shrink:1}@media(max-width:640px){.sendApplyV2-cardBtn{font-size:.75rem;padding:.4rem .6rem}}.sendApplyV2-cardBtn:hover{background:#e5e5e5;color:#1a1a1a}.sendApplyV2-cardBtn svg{width:14px;height:14px}.sendApplyV2-intelCard{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);color:#fff}.sendApplyV2-intelCard .sendApplyV2-cardIcon{background:#c9a22733}.sendApplyV2-intelCard .sendApplyV2-cardIcon svg{color:#c9a227}.sendApplyV2-intelCard .sendApplyV2-cardTitle{color:#fff}.sendApplyV2-intelCard .sendApplyV2-cardSubtitle{color:#a3a3a3}.sendApplyV2-signalsList{display:flex;flex-direction:column;gap:.5rem}.sendApplyV2-signal{display:flex;align-items:flex-start;gap:.5rem;font-size:.8rem;color:#d4d4d4}.sendApplyV2-signalDot{width:6px;height:6px;border-radius:50%;margin-top:.375rem;flex-shrink:0}.sendApplyV2-signalDot.strong{background:#10b981}.sendApplyV2-signalDot.moderate{background:#f59e0b}.sendApplyV2-signalDot.weak{background:#6b7280}.sendApplyV2-execPanel{display:flex;flex-direction:column;gap:1.5rem}.sendApplyV2-section{background:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:1.5rem;max-width:100%;overflow:hidden}@media(max-width:640px){.sendApplyV2-section{padding:1rem}}.sendApplyV2-sectionHeader{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.sendApplyV2-sectionTitle{display:flex;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;margin:0}.sendApplyV2-sectionTitle svg{width:20px;height:20px;color:#c9a227}.sendApplyV2-draftsList{display:flex;flex-direction:column;gap:1rem}.sendApplyV2-draft{border:1px solid #e5e5e5;border-radius:10px;overflow:hidden}.sendApplyV2-draftHeader{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:#fafafa;border-bottom:1px solid #e5e5e5;gap:.5rem;flex-wrap:wrap}@media(max-width:640px){.sendApplyV2-draftHeader{padding:.75rem}}.sendApplyV2-draftRecipient{display:flex;flex-direction:column;min-width:0;flex:1}.sendApplyV2-draftName{font-weight:600;font-size:.9rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sendApplyV2-draftRole{font-size:.8rem;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:640px){.sendApplyV2-draftName{font-size:.85rem}.sendApplyV2-draftRole{font-size:.75rem}}.sendApplyV2-draftBadge{padding:.25rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase}.sendApplyV2-draftBadge.hm{background:#8b5cf61a;color:#7c3aed}.sendApplyV2-draftBadge.recruiter{background:#3b82f61a;color:#2563eb}.sendApplyV2-draftContent{padding:1rem}.sendApplyV2-draftSubject{font-weight:500;font-size:.9rem;margin-bottom:.75rem;color:#1a1a1a}.sendApplyV2-draftBody{font-size:.85rem;color:#555;line-height:1.6;white-space:pre-wrap;max-height:150px;overflow-y:auto;background:#fafafa;padding:.75rem;border-radius:6px}.sendApplyV2-draftActions{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;background:#fafafa;border-top:1px solid #e5e5e5;gap:.5rem;flex-wrap:wrap}@media(max-width:640px){.sendApplyV2-draftActions{padding:.75rem;flex-direction:column;align-items:stretch}}.sendApplyV2-draftBtns{display:flex;gap:.5rem;flex-wrap:wrap}@media(max-width:640px){.sendApplyV2-draftBtns{width:100%}}.sendApplyV2-approvalCheck{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#555;cursor:pointer}.sendApplyV2-approvalCheck input{width:18px;height:18px;accent-color:#10b981}.sendApplyV2-btn{display:flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:0}@media(max-width:640px){.sendApplyV2-btn{padding:.45rem .75rem;font-size:.75rem;width:100%;justify-content:center}.sendApplyV2-btn.large{padding:.75rem 1rem;font-size:.85rem}}.sendApplyV2-btn svg{width:14px;height:14px}.sendApplyV2-btn.primary{background:#c9a227;color:#fff;border:none}.sendApplyV2-btn.primary:hover{background:#b8931f}.sendApplyV2-btn.secondary{background:#fff;color:#555;border:1px solid #d4d4d4}.sendApplyV2-btn.secondary:hover{background:#f5f5f5;color:#1a1a1a}.sendApplyV2-btn.success{background:#10b981;color:#fff;border:none}.sendApplyV2-btn.success:hover:not(:disabled){background:#059669}.sendApplyV2-btn.success:disabled{background:#d4d4d4;color:#737373;cursor:not-allowed}.sendApplyV2-btn.large{padding:.875rem 1.5rem;font-size:.95rem}.sendApplyV2-applyHeader{display:flex;align-items:center;gap:1rem;padding:1rem;background:linear-gradient(135deg,#c9a22714,#c9a22705);border:1px solid rgba(201,162,39,.2);border-radius:10px;margin-bottom:1.25rem;max-width:100%;overflow:hidden}@media(max-width:640px){.sendApplyV2-applyHeader{flex-direction:column;align-items:stretch;gap:.75rem;padding:.75rem}}.sendApplyV2-applyUrl{flex:1;font-size:.85rem;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}@media(max-width:640px){.sendApplyV2-applyUrl{font-size:.75rem;white-space:normal;word-break:break-all}}.sendApplyV2-checklist{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.sendApplyV2-checkItem{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fafafa;border:1px solid #e5e5e5;border-radius:8px;cursor:pointer;transition:all .2s ease}@media(max-width:640px){.sendApplyV2-checkItem{padding:.65rem .75rem}}.sendApplyV2-checkItem:hover{background:#f5f5f5}.sendApplyV2-checkItem.checked{background:#10b9810d;border-color:#10b9814d}.sendApplyV2-checkbox{width:22px;height:22px;border:2px solid #d4d4d4;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.sendApplyV2-checkItem.checked .sendApplyV2-checkbox{background:#10b981;border-color:#10b981}.sendApplyV2-checkbox svg{width:14px;height:14px;color:#fff}.sendApplyV2-checkLabel{flex:1;font-size:.9rem;color:#1a1a1a;word-break:break-word}@media(max-width:640px){.sendApplyV2-checkLabel{font-size:.85rem}}.sendApplyV2-checkItem.checked .sendApplyV2-checkLabel{color:#059669}.sendApplyV2-checkOptional{font-size:.75rem;color:#a3a3a3}.sendApplyV2-progress{margin-bottom:1.5rem}.sendApplyV2-progressBar{height:6px;background:#e5e5e5;border-radius:3px;overflow:hidden;margin-bottom:.5rem}.sendApplyV2-progressFill{height:100%;background:linear-gradient(90deg,#c9a227,#10b981);border-radius:3px;transition:width .4s ease}.sendApplyV2-progressLabel{font-size:.8rem;color:#555;text-align:center}.sendApplyV2-markApplied{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid #e5e5e5}.sendApplyV2-followUp{text-align:center;padding:1rem;background:#10b9810d;border:1px solid rgba(16,185,129,.2);border-radius:8px}.sendApplyV2-followUpTitle{font-weight:600;color:#059669;margin-bottom:.25rem}.sendApplyV2-followUpText{font-size:.85rem;color:#555}.sendApplyV2-toast{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);padding:.875rem 1.5rem;background:#1a1a1a;color:#fff;border-radius:8px;font-size:.9rem;font-weight:500;z-index:1000;box-shadow:0 4px 20px #0003;max-width:calc(100vw - 2rem);word-wrap:break-word}@media(max-width:640px){.sendApplyV2-toast{bottom:1rem;padding:.75rem 1rem;font-size:.85rem}}.sendApplyV2-toast.success{background:#059669}.sendApplyV2-quickAnswers{display:flex;flex-direction:column;gap:.5rem}.sendApplyV2-qaItem{display:flex;align-items:center;justify-content:space-between;padding:.625rem .75rem;background:#fafafa;border-radius:6px}.sendApplyV2-qaLabel{font-size:.85rem;color:#1a1a1a}.sendApplyV2-qaCopy{padding:.25rem .5rem;background:transparent;border:1px solid #e5e5e5;border-radius:4px;font-size:.75rem;color:#555;cursor:pointer}.sendApplyV2-qaCopy:hover{background:#e5e5e5}.profilesPage-root{min-height:100dvh;background:#f5f5f5;display:flex;flex-direction:column;padding:0 0 80px}.profilesPage-header{background:#fff;border-bottom:1px solid #e6e6e6;padding:32px 40px 28px;display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.profilesPage-headerLeft{display:flex;flex-direction:column;gap:6px}.profilesPage-backLink{font-size:.82rem;color:#737373;text-decoration:none;display:inline-flex;align-items:center;gap:4px;margin-bottom:4px;transition:color .15s}.profilesPage-backLink:hover{color:#1a1a1a}.profilesPage-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.profilesPage-subtitle{font-size:.88rem;color:#737373;margin:0;max-width:480px}.profilesPage-addBtn{display:inline-flex;align-items:center;gap:6px;padding:10px 20px;background:#1a1a1a;color:#fff;border:none;border-radius:12px;font-size:.875rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s,transform .1s;flex-shrink:0;align-self:flex-start}.profilesPage-addBtn:hover{background:#333}.profilesPage-addBtn:active{transform:scale(.98)}.profilesPage-error{margin:20px 40px 0;padding:12px 16px;background:#fff3f3;border:1px solid #ffcdd2;border-radius:10px;font-size:.875rem;color:#c0392b;display:flex;align-items:center;justify-content:space-between;gap:12px}.profilesPage-errorDismiss{background:none;border:none;font-size:1.1rem;color:#c0392b;cursor:pointer;line-height:1;padding:0;opacity:.7;transition:opacity .15s}.profilesPage-errorDismiss:hover{opacity:1}.profilesPage-main{padding:32px 40px;flex:1}.profilesPage-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:20px}.profilesPage-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:80px 0;color:#737373;font-size:.9rem}.profilesPage-spinner{width:20px;height:20px;border:2px solid #e6e6e6;border-top-color:#1a1a1a;border-radius:50%;animation:profilesPage-spin .7s linear infinite}.profilesPage-spinner--sm{width:14px;height:14px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:profilesPage-spin .7s linear infinite;display:inline-block}@keyframes profilesPage-spin{to{transform:rotate(360deg)}}.profilesPage-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;padding:80px 0;color:#737373;font-size:.9rem}.profilesPage-card{background:#fff;border:1px solid #e6e6e6;border-radius:20px;padding:24px;display:flex;flex-direction:column;gap:14px;transition:box-shadow .18s}.profilesPage-card:hover{box-shadow:0 4px 24px #00000012}.profilesPage-card--default{border-color:#1a1a1a;box-shadow:0 0 0 1px #1a1a1a}.profilesPage-card--default:hover{box-shadow:0 0 0 1px #1a1a1a,0 4px 24px #0000001a}.profilesPage-cardHeader{display:flex;flex-direction:column;gap:6px}.profilesPage-cardTitleRow{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.profilesPage-cardTitle{font-size:1.05rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.01em}.profilesPage-defaultBadge{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:#1a1a1a;color:#fff;padding:3px 8px;border-radius:6px}.profilesPage-cardHeadline{font-size:.85rem;color:#525252;margin:0;line-height:1.4}.profilesPage-cardMeta{display:flex;flex-wrap:wrap;gap:6px}.profilesPage-metaBadge{font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:8px;background:#1a1a1a;color:#fff}.profilesPage-metaBadge--light{background:#f0f0f0;color:#525252;font-weight:500}.profilesPage-cardSummary{font-size:.83rem;color:#737373;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.profilesPage-skillRow{display:flex;flex-wrap:wrap;gap:6px}.profilesPage-skill{font-size:.75rem;padding:4px 10px;background:#f5f5f5;border:1px solid #e6e6e6;border-radius:8px;color:#525252}.profilesPage-skillMore{font-size:.75rem;padding:4px 10px;background:transparent;color:#737373;border:1px dashed #d0d0d0;border-radius:8px}.profilesPage-cardFooter{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;border-top:1px solid #f0f0f0;padding-top:14px;margin-top:4px}.profilesPage-cardDate{font-size:.78rem;color:#a3a3a3}.profilesPage-cardActions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profilesPage-actionBtn{font-size:.78rem;font-weight:500;padding:6px 14px;border-radius:8px;border:1px solid #e6e6e6;background:#fff;color:#525252;cursor:pointer;transition:background .15s,border-color .15s,color .15s}.profilesPage-actionBtn:hover:not(:disabled){background:#f5f5f5;border-color:#d0d0d0;color:#1a1a1a}.profilesPage-actionBtn:disabled{opacity:.55;cursor:not-allowed}.profilesPage-actionBtn--danger{color:#c0392b;border-color:#f5c6cb}.profilesPage-actionBtn--danger:hover:not(:disabled){background:#fff3f3;border-color:#e57373;color:#b71c1c}.profilesPage-confirmRow{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.profilesPage-confirmLabel{font-size:.78rem;color:#c0392b;font-weight:500}.profilesPage-cardSummaryBtn{display:block;width:100%;background:none;border:none;padding:0;text-align:left;cursor:pointer;display:flex;flex-direction:column;gap:14px}.profilesPage-card--expanded .profilesPage-cardSummaryBtn{cursor:default}.profilesPage-editHint{margin-left:auto;font-size:.72rem;font-weight:500;color:#a3a3a3;opacity:0;transition:opacity .15s}.profilesPage-card:hover .profilesPage-editHint{opacity:1}.profilesPage-editForm{display:flex;flex-direction:column;gap:18px;padding-top:20px;border-top:1px solid #f0f0f0;margin-top:4px}.profilesPage-editActions{display:flex;align-items:center;gap:10px}.profilesPage-saveBtn{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;background:#1a1a1a;color:#fff;border:none;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .15s}.profilesPage-saveBtn:hover:not(:disabled){background:#333}.profilesPage-saveBtn:disabled{opacity:.55;cursor:not-allowed}@media(max-width:640px){.profilesPage-header{flex-direction:column;padding:24px 20px 20px;gap:16px}.profilesPage-main{padding:20px}.profilesPage-grid{grid-template-columns:1fr}.profilesPage-error{margin:16px 20px 0}}.profileEditPage-root{min-height:100vh;background:#f5f5f5;padding:40px 24px 80px;max-width:720px;margin:0 auto}.profileEditPage-header{margin-bottom:32px}.profileEditPage-titleRow{display:flex;align-items:center;gap:10px;margin-top:8px}.profileEditPage-title{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0}.profileEditPage-error{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff0f0;border:1px solid #ffa0a0;border-radius:8px;padding:12px 16px;color:#c00;font-size:.875rem;margin-bottom:24px}.profileEditPage-form{background:#fff;border:1px solid #e6e6e6;border-radius:12px;padding:28px 28px 24px;display:flex;flex-direction:column;gap:20px;margin-bottom:24px}.profileEditPage-actions{display:flex;align-items:center;gap:12px;padding-top:8px}.profileEditPage-dangerBtn{font-size:.875rem!important;padding:9px 18px!important}.profileEditPage-dangerZone{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:20px;border:1px solid #e6e6e6;border-radius:12px;background:#fff}.profileEditPage-confirmDelete{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.profileEditPage-dangerError{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff3f3;border:1px solid #ffcdd2;border-radius:8px;padding:10px 14px;font-size:.84rem;color:#c0392b}.profileEditPage-notFound{display:flex;flex-direction:column;align-items:center;gap:16px;padding-top:80px;color:#666}@media(max-width:640px){.profileEditPage-root{padding:24px 16px 60px}.profileEditPage-form{padding:20px}}.profileEditPage-section{display:flex;flex-direction:column;gap:12px;padding-top:8px;border-top:1px solid #f0f0f0;margin-top:4px}.profileEditPage-sectionHeader{display:flex;align-items:center;justify-content:space-between}.profileEditPage-sectionTitle{font-size:.95rem;font-weight:700;color:#1a1a1a;margin:0}.profileEditPage-addRowBtn{font-size:.8rem;font-weight:600;padding:5px 12px;border-radius:8px;border:1px dashed #d0d0d0;background:transparent;color:#525252;cursor:pointer;transition:border-color .15s,color .15s}.profileEditPage-addRowBtn:hover{border-color:#1a1a1a;color:#1a1a1a}.profileEditPage-arrayRow{display:flex;flex-direction:column;gap:12px;padding:16px;background:#fafafa;border:1px solid #ebebeb;border-radius:12px}.profileEditPage-arrayRowHeader{display:flex;align-items:center;justify-content:space-between}.profileEditPage-arrayRowIndex{font-size:.8rem;font-weight:600;color:#737373;text-transform:uppercase;letter-spacing:.04em}.profileEditPage-removeRowBtn{font-size:.78rem;padding:3px 10px;border-radius:6px;border:1px solid #f5c6cb;background:transparent;color:#c0392b;cursor:pointer;transition:background .15s}.profileEditPage-removeRowBtn:hover{background:#fff3f3}.profileEditPage-checkboxRow{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#525252;cursor:pointer}.profileEditPage-checkboxRow input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#1a1a1a}.profileEditPage-fieldHint{font-size:.78rem;color:#a3a3a3;margin:-4px 0 0}.profileDocsPanel{background:#fff;border-radius:20px;border:1px solid #e6e6e6;padding:32px 36px;display:flex;flex-direction:column;gap:12px}.profileDocsPanel-title{font-size:1.1rem;font-weight:700;color:#1a1a1a;margin:0}.profileDocsPanel-sub{font-size:.875rem;color:#737373;margin:0}.profileDocsPanel-loading{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#737373;padding:8px 0}.profileDocsPanel-error{font-size:.875rem;color:#ef4444;margin:0}.profileDocsPanel-empty{font-size:.875rem;color:#a3a3a3;margin:0;padding:8px 0}.profileDocsPanel-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.profileDocsPanel-item{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#fafafa;border:1px solid #e6e6e6;border-radius:12px}.profileDocsPanel-icon{color:#737373;flex-shrink:0;display:flex;align-items:center}.profileDocsPanel-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.profileDocsPanel-name{font-size:.875rem;font-weight:600;color:#1a1a1a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profileDocsPanel-type{font-size:.78rem;color:#a3a3a3;text-transform:capitalize}.profileDocsPanel-openBtn{font-size:.82rem;font-weight:600;color:#2563eb;text-decoration:none;padding:4px 10px;border-radius:6px;transition:background .15s;flex-shrink:0}.profileDocsPanel-openBtn:hover{background:#eff6ff}.profileDocsPanel-deleteBtn{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#a3a3a3;transition:background .15s,color .15s;flex-shrink:0}.profileDocsPanel-deleteBtn:hover{background:#fee2e2;color:#ef4444}.profileDocsPanel-deleteBtn:disabled{opacity:.4;cursor:not-allowed}.toast-stack{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;gap:8px;max-width:380px;pointer-events:none}.toast-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#fff;border-radius:8px;box-shadow:0 4px 16px #0000001f,0 1px 4px #0000000f;border-left:4px solid #3b82f6;pointer-events:auto;animation:toast-slideIn .25s ease-out}.toast-item--success{border-left-color:#22c55e}.toast-item--error{border-left-color:#ef4444}.toast-item--info{border-left-color:#3b82f6}.toast-item__message{flex:1;font-size:.875rem;color:#1f2937;line-height:1.4}.toast-item__close{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border:none;background:transparent;cursor:pointer;color:#9ca3af;font-size:1.1rem;border-radius:4px;transition:background .15s,color .15s}.toast-item__close:hover{background:#f3f4f6;color:#374151}@keyframes toast-slideIn{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.introPg-root{position:fixed;inset:0;background:#fafafa;display:grid;place-items:center;z-index:9999}.introPg-center{display:grid;place-items:center;gap:1.25rem}.introPg-brandLine{display:flex;align-items:center;justify-content:center;gap:.22rem}.introPg-letter{font-size:clamp(38px,5vw,64px);font-weight:750;letter-spacing:.03em;color:#1a1a1a;display:inline-block;position:relative;will-change:transform,opacity}.introPg-space{width:1.1rem}.introPg-k{z-index:3}.introPg-kText{position:relative;z-index:4}.introPg-markWrap{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:clamp(120px,14vw,150px);height:clamp(120px,14vw,150px);color:#1a1a1a;pointer-events:none;z-index:2;opacity:0;will-change:transform,opacity}.introPg-mark{width:100%;height:100%}.introPg-ring,.introPg-tick{transform-origin:50% 50%}.introPg-topBar{position:fixed;top:0;left:0;right:0;height:220px;padding-top:56px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:14px;pointer-events:none}.introPg-headerSlot{width:120px;height:120px;display:grid;place-items:center}.introPg-taglineSlot{min-height:40px;display:grid;place-items:center}.introPg-taglineCenter{display:flex;align-items:center;justify-content:center;gap:.09rem;font-size:clamp(18px,2.4vw,28px);font-weight:450;color:#1a1a1a;letter-spacing:-.01em}.introPg-tagSpace{width:.35rem}.introPg-form{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);margin-top:80px;display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;max-width:480px;padding:0 1.5rem;visibility:hidden}.introPg-formChild{opacity:0}.introPg-textarea{width:100%;padding:1rem;font-size:1rem;font-family:inherit;border:1px solid #d4d4d4;border-radius:8px;resize:vertical;background:#fff;color:#1a1a1a;outline:none;transition:border-color .2s ease}.introPg-textarea::placeholder{color:#a3a3a3}.introPg-textarea:focus{border-color:#1a1a1a}.introPg-btnPrimary{width:100%;padding:1rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;background:#1a1a1a;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s ease}.introPg-btnPrimary:hover{background:#333}.introPg-btnSecondary{padding:.75rem 1rem;font-size:.9rem;font-weight:500;font-family:inherit;background:transparent;color:#525252;border:none;cursor:pointer;transition:color .2s ease}.introPg-btnSecondary:hover{color:#1a1a1a}.mode-page{min-height:100vh;position:relative;display:grid;place-items:center;overflow:hidden;padding:24px;background:var(--color-background);color:var(--color-text-primary)}.mode-card{position:relative;width:min(760px,100%);border:1px solid var(--color-border-subtle);border-radius:24px;padding:clamp(28px,6vw,56px);background:var(--color-surface);text-align:center;z-index:2;animation:card-enter .7s ease-out}.mode-eyebrow{margin:0 0 12px;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.mode-title{margin:0;font-size:clamp(1.9rem,4.2vw,3rem);line-height:1.12;animation:title-float 5s ease-in-out infinite}.mode-body{margin:18px auto 0;max-width:56ch;color:var(--color-text-muted);line-height:1.65}.mode-primary-link{margin:28px auto 0;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border-radius:999px;text-decoration:none;background:var(--color-text-primary);color:var(--color-surface);border:1px solid var(--color-border-strong);transition:transform .18s ease,opacity .18s ease;font-weight:600}.mode-primary-link:hover{transform:translateY(-1px);opacity:.92}.mode-contact-panel{margin:26px auto 0;padding:18px;border-radius:14px;border:1px solid var(--color-border-subtle);background:var(--color-panel);display:flex;flex-direction:column;gap:6px}.mode-contact-title{margin:0;font-weight:600}.mode-inline-link{color:var(--color-accent);text-decoration:none}.mode-inline-link:hover{text-decoration:underline}.mode-orb{position:absolute;width:clamp(220px,30vw,380px);aspect-ratio:1;border-radius:50%;opacity:.2;z-index:1;filter:blur(18px)}.mode-orb-top{top:-80px;left:-80px;background:var(--color-accent);animation:orb-drift-top 8s ease-in-out infinite}.mode-orb-bottom{right:-80px;bottom:-110px;background:var(--color-text-primary);animation:orb-drift-bottom 10s ease-in-out infinite}@keyframes card-enter{0%{opacity:0;transform:translateY(18px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes title-float{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes orb-drift-top{0%,to{transform:translateZ(0)}50%{transform:translate3d(30px,18px,0)}}@keyframes orb-drift-bottom{0%,to{transform:translateZ(0)}50%{transform:translate3d(-24px,-20px,0)}}@media(prefers-reduced-motion:reduce){.mode-card,.mode-title,.mode-primary-link,.mode-orb-top,.mode-orb-bottom{animation:none}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-divide-x-reverse:0;--tw-border-style:solid;--tw-leading:initial;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-serif:ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-red-50:oklch(97.1% .013 17.38);--color-red-500:oklch(63.7% .237 25.331);--color-orange-400:oklch(75% .183 55.934);--color-yellow-400:oklch(85.2% .199 91.936);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-green-700:oklch(52.7% .154 150.069);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-slate-50:oklch(98.4% .003 247.858);--color-slate-100:oklch(96.8% .007 247.896);--color-slate-200:oklch(92.9% .013 255.508);--color-slate-300:oklch(86.9% .022 252.894);--color-slate-500:oklch(55.4% .046 257.417);--color-slate-600:oklch(44.6% .043 257.281);--color-slate-700:oklch(37.2% .044 257.287);--color-slate-800:oklch(27.9% .041 260.031);--color-slate-900:oklch(20.8% .042 265.755);--color-gray-50:oklch(98.5% .002 247.839);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-700:oklch(37.3% .034 259.733);--color-gray-800:oklch(27.8% .033 256.848);--color-gray-900:oklch(21% .034 264.665);--color-white:#fff;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-lg:1.125rem;--text-lg--line-height:calc(1.75 / 1.125);--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--tracking-tight:-.025em;--tracking-wide:.025em;--tracking-wider:.05em;--tracking-widest:.1em;--leading-tight:1.25;--leading-snug:1.375;--leading-relaxed:1.625;--radius-md:.375rem;--radius-lg:.5rem;--ease-out:cubic-bezier(0, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono);--color-background:var(--color-background);--color-surface:var(--color-surface);--color-panel:var(--color-panel);--color-canvas:var(--color-canvas);--color-border-subtle:var(--color-border-subtle);--color-border-strong:var(--color-border-strong);--color-accent:var(--color-accent);--color-accent-foreground:var(--color-accent-foreground)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.inset-0{inset:calc(var(--spacing) * 0)}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.-top-\[8px\]{top:-8px}.top-0{top:calc(var(--spacing) * 0)}.right-0{right:calc(var(--spacing) * 0)}.-bottom-\[8px\]{bottom:-8px}.bottom-0{bottom:calc(var(--spacing) * 0)}.left-0{left:calc(var(--spacing) * 0)}.left-1\/2{left:50%}.z-20{z-index:20}.z-50{z-index:50}.z-\[9999\]{z-index:9999}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mx-1{margin-inline:calc(var(--spacing) * 1)}.mx-auto{margin-inline:auto}.mt-0\.5{margin-top:calc(var(--spacing) * .5)}.mt-1{margin-top:calc(var(--spacing) * 1)}.mt-3{margin-top:calc(var(--spacing) * 3)}.mr-1{margin-right:calc(var(--spacing) * 1)}.mr-2{margin-right:calc(var(--spacing) * 2)}.mr-8{margin-right:calc(var(--spacing) * 8)}.mb-0\.5{margin-bottom:calc(var(--spacing) * .5)}.mb-1{margin-bottom:calc(var(--spacing) * 1)}.mb-1\.5{margin-bottom:calc(var(--spacing) * 1.5)}.mb-2{margin-bottom:calc(var(--spacing) * 2)}.mb-3{margin-bottom:calc(var(--spacing) * 3)}.mb-4{margin-bottom:calc(var(--spacing) * 4)}.mb-5{margin-bottom:calc(var(--spacing) * 5)}.mb-6{margin-bottom:calc(var(--spacing) * 6)}.mb-8{margin-bottom:calc(var(--spacing) * 8)}.ml-2{margin-left:calc(var(--spacing) * 2)}.ml-4{margin-left:calc(var(--spacing) * 4)}.ml-5{margin-left:calc(var(--spacing) * 5)}.ml-8{margin-left:calc(var(--spacing) * 8)}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-flex{display:inline-flex}.h-1{height:calc(var(--spacing) * 1)}.h-3{height:calc(var(--spacing) * 3)}.h-4{height:calc(var(--spacing) * 4)}.h-8{height:calc(var(--spacing) * 8)}.h-12{height:calc(var(--spacing) * 12)}.h-\[14px\]{height:14px}.min-h-\[1056px\]{min-height:1056px}.min-h-\[1123px\]{min-height:1123px}.min-h-screen{min-height:100vh}.w-3{width:calc(var(--spacing) * 3)}.w-4{width:calc(var(--spacing) * 4)}.w-\[14px\]{width:14px}.w-\[30\%\]{width:30%}.w-\[70\%\]{width:70%}.w-\[120px\]{width:120px}.w-\[260px\]{width:260px}.w-\[794px\]{width:794px}.w-full{width:100%}.max-w-\[816px\]{max-width:816px}.flex-1{flex:1}.shrink-0{flex-shrink:0}.origin-top{transform-origin:top}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x) var(--tw-translate-y)}.rotate-45{rotate:45deg}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.list-outside{list-style-position:outside}.list-disc{list-style-type:disc}.grid-cols-\[140px_1fr\]{grid-template-columns:140px 1fr}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-baseline{align-items:baseline}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-0{gap:calc(var(--spacing) * 0)}.gap-0\.5{gap:calc(var(--spacing) * .5)}.gap-1{gap:calc(var(--spacing) * 1)}.gap-1\.5{gap:calc(var(--spacing) * 1.5)}.gap-2{gap:calc(var(--spacing) * 2)}.gap-3{gap:calc(var(--spacing) * 3)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-5{gap:calc(var(--spacing) * 5)}.gap-6{gap:calc(var(--spacing) * 6)}.gap-8{gap:calc(var(--spacing) * 8)}:where(.space-y-0\.5>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * .5) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * .5) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-1>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)))}:where(.space-y-\[2px\]>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(2px * var(--tw-space-y-reverse));margin-block-end:calc(2px * calc(1 - var(--tw-space-y-reverse)))}.gap-x-1{column-gap:calc(var(--spacing) * 1)}.gap-x-2{column-gap:calc(var(--spacing) * 2)}.gap-x-3{column-gap:calc(var(--spacing) * 3)}.gap-x-6{column-gap:calc(var(--spacing) * 6)}.gap-y-0\.5{row-gap:calc(var(--spacing) * .5)}.gap-y-1{row-gap:calc(var(--spacing) * 1)}:where(.divide-x>:not(:last-child)){--tw-divide-x-reverse:0;border-inline-style:var(--tw-border-style);border-inline-start-width:calc(1px * var(--tw-divide-x-reverse));border-inline-end-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}:where(.divide-gray-200>:not(:last-child)){border-color:var(--color-gray-200)}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-md{border-radius:var(--radius-md)}.rounded-t-full{border-top-left-radius:3.40282e38px;border-top-right-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-b-2{border-bottom-style:var(--tw-border-style);border-bottom-width:2px}.border-b-\[3px\]{border-bottom-style:var(--tw-border-style);border-bottom-width:3px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-4{border-left-style:var(--tw-border-style);border-left-width:4px}.border-l-\[1\.5px\]{border-left-style:var(--tw-border-style);border-left-width:1.5px}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-300{border-color:var(--color-gray-300)}.border-gray-800{border-color:var(--color-gray-800)}.border-gray-900{border-color:var(--color-gray-900)}.border-slate-200{border-color:var(--color-slate-200)}.border-slate-900{border-color:var(--color-slate-900)}.bg-blue-600{background-color:var(--color-blue-600)}.bg-gray-50{background-color:var(--color-gray-50)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-slate-50{background-color:var(--color-slate-50)}.bg-slate-50\/50{background-color:#f8fafc80}@supports (color:color-mix(in lab,red,red)){.bg-slate-50\/50{background-color:color-mix(in oklab,var(--color-slate-50) 50%,transparent)}}.bg-slate-100{background-color:var(--color-slate-100)}.bg-slate-800{background-color:var(--color-slate-800)}.bg-white{background-color:var(--color-white)}.bg-yellow-400{background-color:var(--color-yellow-400)}.p-0{padding:calc(var(--spacing) * 0)}.p-1\.5{padding:calc(var(--spacing) * 1.5)}.p-4{padding:calc(var(--spacing) * 4)}.p-8{padding:calc(var(--spacing) * 8)}.p-\[0\.7in\]{padding:.7in}.p-\[0\.75in\]{padding:.75in}.p-\[1in\]{padding:1in}.px-1{padding-inline:calc(var(--spacing) * 1)}.px-1\.5{padding-inline:calc(var(--spacing) * 1.5)}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-3{padding-inline:calc(var(--spacing) * 3)}.px-4{padding-inline:calc(var(--spacing) * 4)}.px-6{padding-inline:calc(var(--spacing) * 6)}.px-7{padding-inline:calc(var(--spacing) * 7)}.px-8{padding-inline:calc(var(--spacing) * 8)}.px-10{padding-inline:calc(var(--spacing) * 10)}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.py-1{padding-block:calc(var(--spacing) * 1)}.py-1\.5{padding-block:calc(var(--spacing) * 1.5)}.py-2{padding-block:calc(var(--spacing) * 2)}.py-2\.5{padding-block:calc(var(--spacing) * 2.5)}.py-10{padding-block:calc(var(--spacing) * 10)}.pt-0\.5{padding-top:calc(var(--spacing) * .5)}.pt-6{padding-top:calc(var(--spacing) * 6)}.pt-10{padding-top:calc(var(--spacing) * 10)}.pt-\[1in\]{padding-top:1in}.pr-1{padding-right:calc(var(--spacing) * 1)}.pr-6{padding-right:calc(var(--spacing) * 6)}.pb-0\.5{padding-bottom:calc(var(--spacing) * .5)}.pb-1{padding-bottom:calc(var(--spacing) * 1)}.pb-3{padding-bottom:calc(var(--spacing) * 3)}.pb-8{padding-bottom:calc(var(--spacing) * 8)}.pb-10{padding-bottom:calc(var(--spacing) * 10)}.pl-1{padding-left:calc(var(--spacing) * 1)}.pl-6{padding-left:calc(var(--spacing) * 6)}.text-center{text-align:center}.text-justify{text-align:justify}.text-left{text-align:left}.text-right{text-align:right}.font-mono{font-family:var(--font-mono)}.font-sans{font-family:var(--font-sans)}.font-serif{font-family:var(--font-serif)}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-\[8\.5pt\]{font-size:8.5pt}.text-\[9\.5pt\]{font-size:9.5pt}.text-\[9pt\]{font-size:9pt}.text-\[10\.5pt\]{font-size:10.5pt}.text-\[10pt\]{font-size:10pt}.text-\[11\.5pt\]{font-size:11.5pt}.text-\[11pt\]{font-size:11pt}.text-\[11px\]{font-size:11px}.text-\[12pt\]{font-size:12pt}.text-\[12px\]{font-size:12px}.text-\[13pt\]{font-size:13pt}.text-\[13px\]{font-size:13px}.text-\[14pt\]{font-size:14pt}.text-\[16pt\]{font-size:16pt}.text-\[18pt\]{font-size:18pt}.text-\[20pt\]{font-size:20pt}.text-\[22pt\]{font-size:22pt}.text-\[24pt\]{font-size:24pt}.text-\[28pt\]{font-size:28pt}.text-\[32pt\]{font-size:32pt}.leading-\[1\.1\]{--tw-leading:1.1;line-height:1.1}.leading-\[1\.35\]{--tw-leading:1.35;line-height:1.35}.leading-none{--tw-leading:1;line-height:1}.leading-relaxed{--tw-leading:var(--leading-relaxed);line-height:var(--leading-relaxed)}.leading-snug{--tw-leading:var(--leading-snug);line-height:var(--leading-snug)}.leading-tight{--tw-leading:var(--leading-tight);line-height:var(--leading-tight)}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-light{--tw-font-weight:var(--font-weight-light);font-weight:var(--font-weight-light)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-\[0\.2em\]{--tw-tracking:.2em;letter-spacing:.2em}.tracking-\[0\.15em\]{--tw-tracking:.15em;letter-spacing:.15em}.tracking-tight{--tw-tracking:var(--tracking-tight);letter-spacing:var(--tracking-tight)}.tracking-wide{--tw-tracking:var(--tracking-wide);letter-spacing:var(--tracking-wide)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.tracking-widest{--tw-tracking:var(--tracking-widest);letter-spacing:var(--tracking-widest)}.whitespace-nowrap{white-space:nowrap}.text-\[\#798020\]{color:#798020}.text-blue-600{color:var(--color-blue-600)}.text-blue-700{color:var(--color-blue-700)}.text-gray-300{color:var(--color-gray-300)}.text-gray-400{color:var(--color-gray-400)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-700{color:var(--color-gray-700)}.text-gray-800{color:var(--color-gray-800)}.text-gray-900{color:var(--color-gray-900)}.text-green-600{color:var(--color-green-600)}.text-green-700{color:var(--color-green-700)}.text-orange-400{color:var(--color-orange-400)}.text-slate-300{color:var(--color-slate-300)}.text-slate-500{color:var(--color-slate-500)}.text-slate-600{color:var(--color-slate-600)}.text-slate-700{color:var(--color-slate-700)}.text-slate-800{color:var(--color-slate-800)}.text-slate-900{color:var(--color-slate-900)}.text-white{color:var(--color-white)}.text-yellow-400{color:var(--color-yellow-400)}.capitalize{text-transform:capitalize}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.placeholder-gray-400::placeholder{color:var(--color-gray-400)}.shadow-2xl{--tw-shadow:0 25px 50px -12px var(--tw-shadow-color,#00000040);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px var(--tw-shadow-color,#0000001a), 0 2px 4px -2px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-sm{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a), 0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-200{--tw-duration:.2s;transition-duration:.2s}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}.select-none{-webkit-user-select:none;user-select:none}@media(hover:hover){.hover\:bg-blue-700:hover{background-color:var(--color-blue-700)}.hover\:bg-gray-100:hover{background-color:var(--color-gray-100)}.hover\:bg-red-50:hover{background-color:var(--color-red-50)}.hover\:bg-slate-50\/80:hover{background-color:#f8fafccc}@supports (color:color-mix(in lab,red,red)){.hover\:bg-slate-50\/80:hover{background-color:color-mix(in oklab,var(--color-slate-50) 80%,transparent)}}.hover\:text-blue-600:hover{color:var(--color-blue-600)}.hover\:text-blue-700:hover{color:var(--color-blue-700)}.hover\:text-gray-600:hover{color:var(--color-gray-600)}.hover\:text-gray-700:hover{color:var(--color-gray-700)}.hover\:text-gray-800:hover{color:var(--color-gray-800)}.hover\:text-gray-900:hover{color:var(--color-gray-900)}.hover\:text-red-500:hover{color:var(--color-red-500)}.hover\:text-slate-700:hover{color:var(--color-slate-700)}}.focus\:border-green-500:focus{border-color:var(--color-green-500)}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-green-500:focus{--tw-ring-color:var(--color-green-500)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}@media(min-width:40rem){.sm\:w-\[35\%\]{width:35%}.sm\:w-\[65\%\]{width:65%}.sm\:flex-row{flex-direction:row}}}:root{--color-background:#f5f5f7;--color-surface:#fff;--color-panel:#fafafa;--color-canvas:#fff;--color-text-primary:#111827;--color-text-muted:#6b7280;--color-border-subtle:#e5e7eb;--color-border-strong:#d1d5db;--color-accent:#2563eb;--color-accent-foreground:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}body{margin:0}*{box-sizing:border-box}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-divide-x-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}
