*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-navy: #0D1F3C;--color-navy-dark: #091627;--color-electric: #0073E6;--color-electric-hover: #005BBF;--color-turquoise: #00C4B4;--color-white: #FFFFFF;--color-bg: #F5F7FA;--color-text: #1E2A4A;--color-text-muted: #3A4A6B;--color-border: #E5EBF5;--radius: .625rem;--shadow-card: 0 2px 12px rgba(13, 31, 60, .08)}body{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;background:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.status-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.375rem .875rem;border-radius:9999px;font-size:.8125rem;font-weight:500;letter-spacing:.01em;transition:opacity .2s}.status-badge--live{background:#00c4b41f;color:#00907f}.status-badge--checking{background:#0073e61a;color:var(--color-electric)}.status-badge--error{background:#ef44441a;color:#dc2626}.status-badge__dot{width:.5rem;height:.5rem;border-radius:50%;flex-shrink:0}.status-badge--live .status-badge__dot{background:#00c4b4;box-shadow:0 0 6px #00c4b4;animation:badge-pulse 2s ease-in-out infinite}.status-badge--checking .status-badge__dot{background:#60a5fa;animation:badge-pulse .9s ease-in-out infinite}.status-badge--error .status-badge__dot{background:#fca5a5}@keyframes badge-pulse{0%,to{opacity:1}50%{opacity:.35}}.client-search{background:var(--color-white);border-radius:var(--radius);border:1px solid var(--color-border);padding:2rem;box-shadow:var(--shadow-card)}.client-search__title{font-size:1.125rem;font-weight:600;color:var(--color-navy);margin-bottom:.375rem;letter-spacing:-.01em}.client-search__description{color:var(--color-text-muted);font-size:.9375rem;margin-bottom:1.75rem}.client-search__form{display:flex;gap:.75rem;align-items:flex-end}.client-search__field{flex:1;display:flex;flex-direction:column;gap:.375rem}.client-search__label{font-size:.875rem;font-weight:500;color:var(--color-text)}.client-search__input{padding:.6875rem .875rem;border:1.5px solid var(--color-border);border-radius:var(--radius);font-size:.9375rem;color:var(--color-text);background:var(--color-white);outline:none;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.client-search__input::placeholder{color:#9aaac5}.client-search__input:focus{border-color:var(--color-electric);box-shadow:0 0 0 3px #0073e61f}.client-search__input:disabled{background:var(--color-bg);opacity:.65;cursor:not-allowed}.client-search__button{padding:.6875rem 1.5rem;background:var(--color-electric);color:#fff;border:none;border-radius:var(--radius);font-size:.9375rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .15s ease,transform .1s ease,box-shadow .15s ease}.client-search__button:hover:not(:disabled){background:var(--color-electric-hover);box-shadow:0 4px 12px #0073e64d}.client-search__button:active:not(:disabled){transform:scale(.97)}.client-search__button:disabled{opacity:.55;cursor:not-allowed}.client-search__result{margin-top:1.75rem;animation:result-in .2s ease}.client-search__error{margin-top:1.75rem;padding:1rem 1.25rem;background:#fff1f2;border-radius:var(--radius);border-left:3px solid #F87171;animation:result-in .2s ease}.client-search__error-label{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#dc2626;margin-bottom:.3rem}.client-search__error-text{font-size:.9375rem;color:var(--color-text)}.client-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem}.client-card__header{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--color-border)}.client-card__avatar{width:2.75rem;height:2.75rem;border-radius:50%;background:var(--color-electric);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;flex-shrink:0;letter-spacing:-.02em}.client-card__name{font-size:1.0625rem;font-weight:600;color:var(--color-navy);line-height:1.3}.client-card__company{font-size:.875rem;color:var(--color-text-muted);margin-top:.125rem}.client-card__fields{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.client-card__field{display:flex;flex-direction:column;gap:.2rem}.client-card__field-label{font-size:.6875rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--color-text-muted)}.client-card__field-value{font-size:.9375rem;color:var(--color-text);word-break:break-word}.client-card__field-value--empty{color:#9aaac5;font-style:italic}@keyframes result-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat{display:flex;flex-direction:column;background:var(--color-white);border:1px solid var(--color-border);border-radius:12px;overflow:hidden;height:560px}.chat__header{padding:1.25rem 1.5rem 1rem;border-bottom:1px solid var(--color-border)}.chat__title{font-size:1.125rem;font-weight:700;color:var(--color-navy);margin:0 0 .125rem}.chat__subtitle{font-size:.8125rem;color:var(--color-text-muted);margin:0}.chat__messages{flex:1;overflow-y:auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem;scroll-behavior:smooth}.chat__empty{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:var(--color-text-muted);font-size:.9rem;text-align:center;padding:2rem 0}.chat__empty-icon{font-size:2rem;opacity:.5}.chat__bubble{display:flex;flex-direction:column;gap:.25rem;max-width:80%}.chat__bubble--user{align-self:flex-end;align-items:flex-end}.chat__bubble--assistant{align-self:flex-start;align-items:flex-start}.chat__bubble-label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);padding:0 .25rem}.chat__bubble-text{margin:0;padding:.75rem 1rem;border-radius:12px;font-size:.9375rem;line-height:1.55;white-space:pre-wrap;word-break:break-word}.chat__bubble--user .chat__bubble-text{background:var(--color-electric);color:var(--color-white);border-bottom-right-radius:3px}.chat__bubble--assistant .chat__bubble-text{background:#f0f4ff;color:var(--color-text);border-bottom-left-radius:3px}.chat__bubble-text--md{padding:.75rem 1rem;background:#f0f4ff;border-radius:12px 12px 12px 3px;color:var(--color-text);font-size:.9375rem;line-height:1.6;word-break:break-word}.chat__bubble-text--md p{margin:0 0 .5em}.chat__bubble-text--md p:last-child{margin-bottom:0}.chat__bubble-text--md h1,.chat__bubble-text--md h2,.chat__bubble-text--md h3{color:var(--color-navy);font-weight:700;margin:.75em 0 .25em;line-height:1.3}.chat__bubble-text--md h1{font-size:1.1rem}.chat__bubble-text--md h2{font-size:1rem}.chat__bubble-text--md h3{font-size:.9375rem}.chat__bubble-text--md ul,.chat__bubble-text--md ol{padding-left:1.25rem;margin:.4em 0 .6em}.chat__bubble-text--md li{margin-bottom:.2em}.chat__bubble-text--md strong{font-weight:700;color:var(--color-navy)}.chat__bubble-text--md em{font-style:italic}.chat__bubble-text--md code{background:#2e5bff14;color:var(--color-electric);border-radius:4px;padding:.1em .4em;font-size:.875em;font-family:Fira Code,Cascadia Code,monospace}.chat__bubble-text--md pre{background:#0d1f3c;color:#e8edf5;border-radius:8px;padding:.875rem 1rem;overflow-x:auto;margin:.5em 0;font-size:.84rem;line-height:1.55}.chat__bubble-text--md pre code{background:none;color:inherit;padding:0;font-size:inherit}.chat__bubble-text--md blockquote{border-left:3px solid var(--color-electric);margin:.5em 0;padding:.25em .75em;color:var(--color-text-muted);font-style:italic}.chat__bubble-text--md hr{border:none;border-top:1px solid var(--color-border);margin:.75em 0}.chat__bubble--loading .chat__bubble-text{padding:.875rem 1rem}.chat__dots{display:inline-flex;gap:4px;align-items:center;background:#f0f4ff;padding:.875rem 1rem;border-radius:12px 12px 12px 3px}.chat__dots span{display:block;width:7px;height:7px;border-radius:50%;background:var(--color-electric);animation:chat-bounce 1.2s infinite ease-in-out}.chat__dots span:nth-child(2){animation-delay:.2s}.chat__dots span:nth-child(3){animation-delay:.4s}@keyframes chat-bounce{0%,80%,to{transform:scale(.7);opacity:.4}40%{transform:scale(1);opacity:1}}.chat__error{align-self:center;background:#fff0f0;color:#c0392b;border:1px solid #F5C6CB;border-radius:8px;padding:.625rem 1rem;font-size:.875rem;text-align:center}.chat__input-row{display:flex;gap:.75rem;align-items:flex-end;padding:1rem 1.25rem;border-top:1px solid var(--color-border);background:var(--color-white)}.chat__textarea{flex:1;resize:none;border:1px solid var(--color-border);border-radius:8px;padding:.625rem .875rem;font-family:inherit;font-size:.9375rem;color:var(--color-text);line-height:1.5;outline:none;transition:border-color .15s}.chat__textarea:focus{border-color:var(--color-electric);box-shadow:0 0 0 3px #2e5bff1a}.chat__textarea:disabled{background:#f8faff;color:var(--color-text-muted)}.chat__send{flex-shrink:0;width:2.5rem;height:2.5rem;border:none;border-radius:8px;background:var(--color-electric);color:var(--color-white);font-size:1.125rem;font-weight:700;cursor:pointer;transition:background .15s,transform .1s;display:flex;align-items:center;justify-content:center}.chat__send:hover:not(:disabled){background:var(--color-electric-hover)}.chat__send:active:not(:disabled){transform:scale(.95)}.chat__send:disabled{background:var(--color-border);color:var(--color-text-muted);cursor:not-allowed}.app{min-height:100vh;display:flex;flex-direction:column}.app__header{background:var(--color-white);padding:.875rem 0;border-bottom:1px solid var(--color-border);box-shadow:0 1px 6px #0d1f3c0f}.app__header-content{max-width:1100px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}.app__logo-img{height:2rem;width:auto}.app__main{flex:1;padding:3.5rem 0 4rem}.app__container{max-width:680px;margin:0 auto;padding:0 1.5rem}.app__hero{text-align:center;margin-bottom:2.5rem}.app__hero-title{font-size:2.25rem;font-weight:700;color:var(--color-navy);margin-bottom:.625rem;letter-spacing:-.03em;line-height:1.2}.app__hero-subtitle{color:var(--color-text-muted);font-size:1rem;font-weight:400}.app__tabs{display:flex;gap:.25rem;border-bottom:2px solid var(--color-border);margin-bottom:2rem}.app__tab{padding:.625rem 1.25rem;border:none;background:none;font-family:inherit;font-size:.9375rem;font-weight:600;color:var(--color-text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:color .15s,border-color .15s;border-radius:6px 6px 0 0}.app__tab:hover{color:var(--color-electric)}.app__tab--active{color:var(--color-electric);border-bottom-color:var(--color-electric)}.app__footer{background:var(--color-white);border-top:1px solid var(--color-border);padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.app__footer-logo{height:1.375rem;width:auto;opacity:.7}.app__footer-copy{color:var(--color-text-muted);font-size:.8125rem}
