:root{--purple: #4c30a8;--purple-dark: #4c30a8;--purple-light: #4c30a8;--purple-bg: rgba(76,48,168,.06);--purple-10: rgba(76,48,168,.1);--purple-15: rgba(76,48,168,.15);--purple-20: rgba(76,48,168,.2);--orange: #ff9b37;--orange-bg: rgba(255,155,55,.1);--yellow: #ffd026;--yellow-bg: rgba(255,208,38,.12);--green: #10B981;--green-light: #34D399;--green-bg: rgba(16,185,129,.08);--red: #EF4444;--red-bg: rgba(239,68,68,.08);--blue: #3B82F6;--blue-bg: rgba(59,130,246,.08);--bg: #ECEAF4;--bg-subtle: #E4E1EE;--card: #F5F3FA;--border: #E0DDE9;--border-focus: var(--purple);--text: #424248;--text-sec: #6B6B73;--text-muted: #9898A0;--input-bg: #F5F4FA;--shadow-sm: 0 1px 3px rgba(0,0,0,.04), 0 1px 2px rgba(0,0,0,.04);--shadow: 0 4px 12px rgba(0,0,0,.06);--shadow-lg: 0 8px 28px rgba(0,0,0,.08);--shadow-purple: 0 4px 16px rgba(76,48,168,.22);--radius: 12px;--radius-lg: 16px;--radius-xl: 20px;--transition: all .2s cubic-bezier(.4,0,.2,1);--transition-spring: all .4s cubic-bezier(.34,1.56,.64,1)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}html,body{width:100%;max-width:100%;overflow-x:hidden}body{font-family:Segoe UI,-apple-system,BlinkMacSystemFont,Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);min-height:100dvh;-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5;overflow-x:hidden;overscroll-behavior:none}.in-iframe{width:100%!important;max-width:100vw!important}.in-iframe body{font-size:14px!important;-webkit-text-size-adjust:100%!important;text-size-adjust:100%!important;touch-action:manipulation;min-height:var(--app-height, 100dvh)!important}.in-iframe .frame{border:none!important;border-radius:0!important;max-width:100%!important;height:var(--app-height, 100dvh)!important;min-height:var(--app-height, 100dvh)!important}.in-iframe .splash{border-radius:0;position:fixed;inset:0;height:var(--app-height, 100dvh)}.legacy-lead-app-wrapper{width:100vw;height:100dvh;overflow:hidden}.app-shell{position:relative;width:100vw;height:100dvh}.auth-logout-btn{position:fixed;top:12px;right:12px;z-index:12000;border:0;border-radius:999px;padding:8px 12px;background:#4c30a8;color:#fff;cursor:pointer;font-size:12px;font-weight:600}.auth-screen{min-height:100dvh;display:grid;place-items:center;padding:24px;background:#eceaf4}.auth-card{width:min(420px,100%);background:#fff;border-radius:16px;box-shadow:0 14px 40px #0000001f;padding:24px;display:grid;gap:12px}.auth-card h1{font-size:22px;color:#424248}.auth-logo{width:42px;height:42px}.auth-input{width:100%;margin-top:6px;border:1px solid #e0dde9;border-radius:10px;padding:10px 12px;font-size:14px}.auth-submit-btn{border:0;border-radius:10px;background:#4c30a8;color:#fff;font-weight:600;padding:10px 12px;cursor:pointer}.auth-submit-btn:disabled{opacity:.7;cursor:default}.auth-warning{color:#b45309;font-size:13px}.auth-error{color:#dc2626;font-size:13px}
