html,body,#root{height:100%;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif;overflow:hidden}.app-header{z-index:1000;color:#fff;background:#0f172a;justify-content:space-between;align-items:center;padding:10px 24px;display:flex;position:sticky;top:0;box-shadow:0 4px 12px #00000026}.header-left{align-items:center;gap:10px;display:flex}.logo{letter-spacing:.3px;font-size:18px;font-weight:700}.tagline{opacity:.75;font-size:12px}.nav-links{gap:18px;display:flex}.nav-links a{color:#cbd5f5;border-radius:6px;padding:6px 8px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s}.nav-links a:hover{color:#fff;background:#ffffff1a}.nav-links a.active{color:#fff;background:#2563eb}@media (width<=700px){.tagline{display:none}.nav-links{gap:10px}}.home-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:50%;padding:2rem 1rem;display:flex}.home-hero{flex-direction:column;align-items:center;gap:1.5rem;max-width:600px;display:flex}.db-logo{width:120px;height:120px;margin-bottom:.5rem}h1{color:#0f172a;margin:0;font-size:2rem;font-weight:700}p{margin:0;font-size:1.05rem;line-height:1.5}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-block}.btn-primary{color:#fff;background:#2563eb}.btn-primary:hover{background:#1d4ed8;transform:translateY(-2px)}.btn-secondary{color:#2563eb;background:#f1f5f9;border:2px solid #2563eb}.btn-secondary:hover{color:#fff;background:#2563eb}@media (width<=768px){.home-container{padding:1.5rem 1rem}h1{font-size:1.75rem}p{font-size:.95rem}.db-logo{width:100px;height:100px}.btn{padding:.65rem 1.2rem;font-size:.9rem}}.about-container{flex-direction:column;gap:1.5rem;min-height:40%;padding:1.5rem;display:flex}.about-header{text-align:center}.about-header h1{color:#0f172a;margin:0 0 .5rem;font-size:1.75rem;font-weight:700}.about-header p{color:#64748b;margin:0;font-size:.95rem}.about-grid{flex:1;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.about-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:center;padding:1.25rem;transition:all .2s;display:flex}.about-card:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1a}.about-card h3{color:#0f172a;margin:0 0 .5rem;font-size:1rem;font-weight:600}.about-card p{color:#64748b;margin:0;font-size:.85rem;line-height:1.4}.about-footer{text-align:center;padding-top:.5rem}.footer-link{color:#2563eb;font-size:.95rem;font-weight:600;text-decoration:none;transition:color .2s}.footer-link:hover{color:#1d4ed8;text-decoration:underline}@media (width<=768px){.about-container{gap:1rem;padding:1rem}.about-header h1{font-size:1.5rem}.about-header p{font-size:.9rem}.about-grid{gap:.8rem}.about-card{padding:1rem}.about-card h3{font-size:.9rem}.about-card p{font-size:.8rem}}.unifiedchat-root{background:#f4f6fb;flex-direction:column;height:100%;display:flex;overflow:hidden}.chat-panel{background:#fff;border-radius:12px;flex-direction:column;flex:1;min-width:0;margin:1rem;display:flex;overflow:hidden;box-shadow:0 6px 18px #0000000f}.chat-header{background:#fafafa;border-bottom:1px solid #e5e7eb;flex-shrink:0;padding:.55rem .9rem;font-size:.95rem;font-weight:600}.chat-body{flex:1;padding:.75rem;overflow:hidden auto}.bubble{word-break:break-word;overflow-wrap:anywhere;border-radius:10px;max-width:85%;margin-bottom:.4rem;padding:.5rem .7rem;font-size:.9rem;line-height:1.28;overflow:auto hidden}.bubble p{margin:.18rem 0}.bubble.user{color:#fff;background:#2563eb;margin-left:auto}.bubble.bot{color:#0f172a;background:#f1f5f9}.bubble.bot h3{margin:.35rem 0 .2rem;font-size:.95rem}.bubble.bot ul{margin:.2rem 0;padding-left:1rem}.bubble.bot li{margin-bottom:.15rem}.bubble.bot strong{font-weight:600}.input-bar{background:#fff;border-top:1px solid #e5e7eb;border-radius:12px;flex-shrink:0;gap:.5rem;margin:0 1rem 1rem;padding:.75rem 1rem;display:flex;box-shadow:0 6px 18px #0000000f}.input-bar input{border:1px solid #d1d5db;border-radius:8px;outline:none;flex:1;padding:.6rem .9rem;font-size:.95rem;transition:border-color .2s}.input-bar input:focus{border-color:#2563eb}.input-bar button{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;transition:background .2s}.input-bar button:hover{background:#1d4ed8}.send-btn{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex;padding:0!important}.send-btn svg{stroke-linecap:round;stroke-linejoin:round;width:20px;height:20px}.send-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #2563eb4d}.typing{align-items:center;gap:.3rem;display:flex}.typing span{background:#6b7280;border-radius:50%;width:.35rem;height:.35rem;animation:1.4s infinite bounce}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{opacity:.3;transform:translateY(0)}40%{opacity:1;transform:translateY(-.5rem)}}html,body,#root{height:100%;margin:0}.app-shell{flex-direction:column;height:100%;display:flex}.app-main{flex:1;overflow:hidden}
