*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--red: #c8102e;--red-hover: #a50d24;--black: #1a1a1a;--white: #ffffff;--gray-50: #f7f7f7;--gray-100: #f0f0f0;--gray-200: #e2e2e2;--gray-300: #cccccc;--gray-500: #777777;--gray-700: #444444;--green-light: #dcfce7;--green-dark: #166534;--amber-light: #fef3c7;--amber-border: #fde68a;--amber-text: #92400e;--amber-text-dark: #78350f;--radius: 12px;--radius-sm: 8px;--shadow: 0 1px 4px rgba(0, 0, 0, .08);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .1)}html,body,#root{height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--gray-50);color:var(--black);line-height:1.6;-webkit-font-smoothing:antialiased}.app{display:flex;flex-direction:column;height:100vh;overflow:hidden}.header{background:var(--white);padding:0 24px;height:56px;display:flex;align-items:center;flex-shrink:0;z-index:100;border-bottom:1px solid var(--gray-200)}.header-inner{display:flex;align-items:center;gap:16px;max-width:1200px;width:100%;margin:0 auto}.header-logo{height:30px;width:auto}.header-divider{width:1px;height:24px;background:var(--gray-200)}.header-subtitle{color:var(--gray-500);font-size:14px;font-weight:500;letter-spacing:.5px}.btn-new{margin-left:auto;padding:6px 16px;background:var(--white);color:var(--red);border:1.5px solid var(--red);border-radius:var(--radius-sm);font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;transition:background .15s,color .15s}.btn-new:hover{background:var(--red);color:var(--white)}.chat-container{flex:1;display:flex;flex-direction:column;overflow:hidden}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;max-width:720px;margin:0 auto;width:100%}.hero{text-align:center;margin-bottom:32px}.hero-title{font-size:28px;font-weight:800;color:var(--black);margin-bottom:8px}.hero-desc{color:var(--gray-500);font-size:15px;max-width:480px;margin:0 auto}.examples{width:100%}.examples-label{font-size:12px;color:var(--gray-500);font-weight:600;text-transform:uppercase;letter-spacing:.8px;display:block;margin-bottom:10px}.examples-list{display:flex;flex-direction:column;gap:6px}.example-chip{font-size:13px;padding:10px 14px;background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-sm);cursor:pointer;color:var(--gray-700);font-family:inherit;transition:background .15s,border-color .15s;text-align:left;width:100%;line-height:1.4}.example-chip:hover{background:var(--gray-50);border-color:var(--red);color:var(--black)}.messages{flex:1;overflow-y:auto;padding:24px 24px 16px}.msg{max-width:860px;margin:0 auto 16px;animation:fadeIn .25s ease-out}.msg-bubble{padding:12px 18px;border-radius:var(--radius);font-size:14px;line-height:1.6;white-space:pre-wrap}.msg-user-bubble{background:var(--red);color:var(--white);margin-left:auto;max-width:75%;width:fit-content;border-bottom-right-radius:4px}.msg-assistant-bubble{background:var(--white);color:var(--black);border:1px solid var(--gray-200);max-width:90%;width:fit-content;border-bottom-left-radius:4px;line-height:1.6}.msg-assistant-bubble h1,.msg-assistant-bubble h2,.msg-assistant-bubble h3,.msg-assistant-bubble h4{margin:1em 0 .4em;font-weight:700;line-height:1.3}.msg-assistant-bubble h2{font-size:1.15em}.msg-assistant-bubble h3{font-size:1.05em}.msg-assistant-bubble h4{font-size:1em}.msg-assistant-bubble h1:first-child,.msg-assistant-bubble h2:first-child,.msg-assistant-bubble h3:first-child{margin-top:0}.msg-assistant-bubble p{margin:.6em 0}.msg-assistant-bubble p:first-child{margin-top:0}.msg-assistant-bubble p:last-child{margin-bottom:0}.msg-assistant-bubble ul,.msg-assistant-bubble ol{margin:.5em 0;padding-left:1.5em}.msg-assistant-bubble li{margin:.3em 0}.msg-assistant-bubble strong{font-weight:700;color:var(--black)}.msg-assistant-bubble em{font-style:italic}.msg-assistant-bubble hr{border:none;border-top:1px solid var(--gray-200);margin:1em 0}.battle-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}.result-header{background:var(--red);padding:22px 28px;color:var(--white);display:flex;align-items:flex-start;justify-content:space-between;flex-wrap:wrap;gap:12px}.result-label{font-size:11px;text-transform:uppercase;letter-spacing:.8px;opacity:.75;margin-bottom:4px}.result-tool{font-size:22px;font-weight:700;margin:0}.result-vendor{font-size:13px;opacity:.65;margin-top:2px}.category-badge{background:#ffffff2e;padding:5px 14px;border-radius:20px;font-size:13px;font-weight:500;white-space:nowrap}.result-body{padding:24px}.section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--gray-500);margin-bottom:8px}.why-box{background:#fdf2f2;border-left:4px solid var(--red);padding:14px 18px;border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-bottom:22px}.why-box .section-label{color:var(--red)}.why-box p{font-size:14px;color:var(--black);line-height:1.6}.pitch-section{margin-bottom:22px}.pitch-quote{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-sm);padding:16px 20px;font-size:15px;line-height:1.75;color:var(--black);font-style:italic}.btn-copy{margin-top:8px;font-size:13px;color:var(--red);background:none;border:none;cursor:pointer;font-family:inherit;font-weight:500;padding:0}.btn-copy:hover{text-decoration:underline}.addressed-section{margin-bottom:22px}.chip-list{display:flex;flex-wrap:wrap;gap:8px}.chip{font-size:13px;padding:5px 14px;border-radius:20px;font-weight:500}.chip-green{background:var(--green-light);color:var(--green-dark)}.qualifying-box{background:var(--amber-light);border:1px solid var(--amber-border);border-radius:var(--radius-sm);padding:14px 18px}.qualifying-label{color:var(--amber-text)}.qualifying-text{font-size:14px;color:var(--amber-text-dark);font-weight:500}.typing{display:flex;align-items:center;gap:5px;padding:14px 20px}.dot{width:8px;height:8px;background:var(--gray-300);border-radius:50%;animation:bounce 1.2s infinite ease-in-out}.dot:nth-child(2){animation-delay:.15s}.dot:nth-child(3){animation-delay:.3s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.error-banner{background:#fef2f2;border:1px solid #fca5a5;border-radius:var(--radius-sm);padding:12px 16px;color:#b91c1c;font-size:14px;max-width:860px;margin:0 auto 16px}.input-bar{flex-shrink:0;background:var(--white);border-top:1px solid var(--gray-200);padding:12px 24px 10px}.input-bar-inner{max-width:860px;margin:0 auto;display:flex;align-items:flex-end;gap:10px;background:var(--gray-50);border:1.5px solid var(--gray-200);border-radius:var(--radius);padding:8px 12px;transition:border-color .2s}.input-bar-inner:focus-within{border-color:var(--red)}.chat-input{flex:1;border:none;outline:none;background:transparent;font-size:14px;font-family:inherit;line-height:1.5;resize:none;max-height:120px;padding:4px 0;color:var(--black)}.chat-input::placeholder{color:var(--gray-300)}.btn-send{width:38px;height:38px;border-radius:50%;border:none;background:var(--red);color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .15s}.btn-send:hover:not(:disabled){background:var(--red-hover)}.btn-send:disabled{background:var(--gray-300);cursor:default}.input-bar-hint{max-width:860px;margin:6px auto 0;font-size:11px;color:var(--gray-300);text-align:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.header{padding:0 16px;height:48px}.header-logo{height:24px}.header-subtitle{font-size:12px}.empty-state{padding:24px 16px}.hero-title{font-size:22px}.hero-desc{font-size:14px}.messages{padding:16px 12px}.msg-user-bubble{max-width:85%}.msg-assistant-bubble{max-width:95%}.result-header{padding:18px 20px}.result-tool{font-size:19px}.result-body{padding:18px}.category-badge{font-size:12px;padding:4px 10px}.pitch-quote{font-size:14px;padding:14px 16px}.example-chip{font-size:12px;padding:9px 12px}.input-bar{padding:10px 12px 8px}}@media(max-width:400px){.header-divider,.header-subtitle{display:none}.hero-title{font-size:20px}.result-header{flex-direction:column}.btn-new{padding:5px 12px;font-size:12px}}
