Preview de mixed.css
/* MIXED CSS PACK */
/* Template: zepolrepuestos.com.ar/index.html */
/* Template mtime: 2025-11-03 22:18:39 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--zp-white: #ffffff;
--zp-black: #111111;
--zp-yellow: #ffde32;
--zp-yellow-light: #fff8d6;
--zp-yellow-dark: #e6c82d;
--zp-ink: #111111;
--zp-muted: #6b7280;
--zp-line: #e5e7eb;
--zp-bg-light: #f9fafb;
--zp-card-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
--zp-card-shadow-hover: 0 10px 30px rgba(0, 0, 0, 0.1);
--zp-radius: 16px;
--zp-radius-lg: 24px;
--transition: all 0.3s ease;
}
* {
box-sizing: border-box;
}
html, body {
font-family: 'Inter', sans-serif;
background: var(--zp-white);
color: var(--zp-ink);
scroll-behavior: smooth;
line-height: 1.6;
overflow-x: hidden;
}
a {
color: var(--zp-ink);
text-decoration: none;
transition: var(--transition);
}
a:hover {
color: var(--zp-yellow-dark);
}
.btn-zp {
background: var(--zp-yellow);
color: #111;
font-weight: 600;
border: none;
border-radius: 8px;
padding: 12px 24px;
transition: var(--transition);
box-shadow: 0 4px 12px rgba(255, 222, 50, 0.3);
}
.btn-zp:hover {
background: var(--zp-yellow-dark);
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(255, 222, 50, 0.4);
}
.btn-outline-zp {
border: 2px solid var(--zp-yellow);
color: var(--zp-ink);
background: transparent;
font-weight: 600;
border-radius: 8px;
padding: 10px 22px;
transition: var(--transition);
}
.btn-outline-zp:hover {
background: var(--zp-yellow);
color: var(--zp-ink);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(255, 222, 50, 0.3);
}
.section {
padding: 100px 0;
}
.section-soft {
background: var(--zp-bg-light);
position: relative;
}
.section-soft::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(135deg, rgba(255, 222, 50, 0.03) 0%, transparent 100%);
pointer-events: none;
}
.eyebrow {
letter-spacing: 0.15em;
color: var(--zp-muted);
text-transform: uppercase;
font-size: 0.85rem;
font-weight: 600;
display: inline-block;
margin-bottom: 12px;
}
.rule {
height: 1px;
background: var(--zp-line);
margin: 20px 0 30px;
}
.nt-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
/* Navbar mejorada */
.navbar {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
border-bottom: 1px solid var(--zp-line);
padding: 15px 0;
transition: var(--transition);
}
.navbar.scrolled {
padding: 10px 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.brand-zepol {
font-weight: 800;
letter-spacing: 0.06em;
color: var(--zp-ink);
font-size: 1.5rem;
display: flex;
align-items: center;
}
.brand-zepol .z {
color: var(--zp-yellow);
background: var(--zp-ink);
padding: 4px 8px;
border-radius: 6px;
margin-right: 4px;
}
.navbar .nav-link {
color: #334155 !important;
font-weight: 500;
padding: 8px 16px !important;
border-radius: 8px;
transition: var(--transition);
margin: 0 4px;
}
.navbar .nav-link:hover {
color: var(--zp-ink) !important;
background: var(--zp-yellow-light);
}
.navbar-toggler {
border: none;
padding: 4px 8px;
}
.navbar-toggler:focus {
box-shadow: none;
}
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(17,17,17,.8)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
width: 1.2em;
height: 1.2em;
}
.whats-cta {
background: var(--zp-yellow);
color: #111;
font-weight: 700;
border-radius: 8px;
padding: 10px 20px;
transition: var(--transition);
box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}
.whats-cta:hover {
background: #25d366;
color: white;
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}
.whats-cta i {
margin-right: 8px;
}
/* Hero mejorado */
.hero {
padding: 160px 0 100px;
background:
radial-gradient(ellipse at 50% -10%, rgba(255, 222, 50, 0.15) 0%, transparent 60%),
linear-gradient(180deg, #ffffff 0%, #fefefe 100%);
position: relative;
overflow: hidden;
}
.hero::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffde32' fill-opacity='0.03' fill-rule='evenodd'/%3E%3C/svg%3E");
opacity: 0.5;
z-index: 0;
}
.hero-content {
position: relative;
z-index: 1;
}
.hero h1 {
font-weight: 800;
line-height: 1.1;
font-size: 3.5rem;
margin-bottom: 1.5rem;
}
.hero .lead {
color: #4b5563;
font-size: 1.25rem;
margin-bottom: 2rem;
}
.hero-bullets {
list-style: none;
padding: 0;
margin: 1.5rem 0;
}
.hero-bullets li {
margin: 0.5rem 0;
color: #4b5563;
display: flex;
align-items: center;
}
.hero-bullets li::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
background: var(--zp-yellow);
border-radius: 50%;
margin-right: 12px;
}
.hero-actions {
display: flex;
gap: 16px;
margin-top: 2rem;
flex-wrap: wrap;
}
/* Card mejorada */
.card-zp {
background: #fff;
border: 1px solid var(--zp-line);
border-radius: var(--zp-radius);
padding: 24px;
transition: var(--transition);
height: 100%;
box-shadow: var(--zp-card-shadow);
}
.card-zp:hover {
transform: translateY(-5px);
box-shadow: var(--zp-card-shadow-hover);
}
.card-zp .icon {
font-size: 2.5rem;
color: var(--zp-yellow);
margin-bottom: 1rem;
}
.grid-3 {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
@media (max-width: 992px) {
.grid-3 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 576px) {
.grid-3 {
grid-template-columns: 1fr;
}
}
/* Ticker mejorado */
.ticker-wrap {
position: relative;
margin: 2rem 0;
}
.ticker-track {
display: flex;
gap: 16px;
align-items: center;
overflow: hidden;
mask-image: linear-gradient(90deg, transparent 0, #fff 5%, #fff 95%, transparent 100%);
padding: 10px 0;
}
.ticker-inner {
display: flex;
gap: 16px;
animation: scrollX 40s linear infinite;
}
.ticker-item {
width: 320px;
max-width: 82vw;
aspect-ratio: 4/3;
border-radius: 12px;
overflow: hidden;
background: #f3f4f6;
border: 1px solid var(--zp-line);
flex: 0 0 auto;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.ticker-item:hover {
transform: scale(1.03);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.ticker-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: var(--transition);
}
.ticker-item:hover img {
transform: scale(1.05);
}
.ticker-controls {
position: absolute;
inset: 0;
display: flex;
justify-content: space-between;
align-items: center;
pointer-events: none;
padding: 0 10px;
}
.ticker-btn {
pointer-events: auto;
border: 1px solid var(--zp-line);
background: #ffffff;
color: #111;
border-radius: 50%;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.ticker-btn:hover {
background: var(--zp-yellow);
transform: scale(1.05);
}
@keyframes scrollX {
from {
transform: translateX(0);
}
to {
transform: translateX(-50%);
}
}
.ticker-wrap:hover .ticker-inner {
animation-play-state: paused;
}
/* FAQs mejorado */
.accordion-button {
background: #ffffff;
color: #111;
font-weight: 600;
padding: 1.25rem 1.5rem;
border-radius: 8px !important;
box-shadow: none;
}
.accordion-button:not(.collapsed) {
color: #111;
background: var(--zp-yellow-light);
box-shadow: none;
}
.accordion-button::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23111'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-item {
border: 1px solid var(--zp-line);
border-radius: 8px;
overflow: hidden;
margin-bottom: 12px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}
.accordion-body {
padding: 1.25rem 1.5rem;
background: #fafafa;
}
/* Contacto mejorado */
.contact-card {
background: #fff;
border: 1px solid var(--zp-line);
border-radius: var(--zp-radius);
padding: 2rem;
box-shadow: var(--zp-card-shadow);
}
.form-control, .form-select {
background: #fff;
border: 1px solid #d1d5db;
color: #111;
padding: 12px 16px;
border-radius: 8px;
transition: var(--transition);
}
.form-control:focus, .form-select:focus {
border-color: var(--zp-yellow);
box-shadow: 0 0 0 3px rgba(255, 222, 50, 0.2);
}
.hp {
position: absolute;
left: -9999px;
top: -9999px;
}
/* Footer mejorado */
footer {
border-top: 1px solid var(--zp-line);
padding: 50px 0 30px;
color: #6b7280;
background: #fff;
}
/* Animaciones de entrada */
.fade-in {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s ease, transform 0.6s ease;
}
.fade-in.visible {
opacity: 1;
transform: translateY(0);
}
/* Responsive */
@media (max-width: 768px) {
.hero h1 {
font-size: 2.5rem;
}
.section {
padding: 70px 0;
}
.hero-actions {
flex-direction: column;
}
.hero-actions .btn {
width: 100%;
justify-content: center;
}
}
@media (max-width: 576px) {
.hero h1 {
font-size: 2rem;
}
.brand-zepol {
font-size: 1.25rem;
}
}
/* ===== INLINE <style> BLOCK #2 ===== */
/* ====== Scope hero ====== */
.hero .nt-container{position:relative}
.hero .hero-media{
display:flex; justify-content:center; align-items:center;
margin-bottom:18px;
}
.hero .hero-media img{
width:100%; max-width:480px; height:auto;
border-radius:14px;
border:3px solid var(--zp-yellow);
box-shadow:0 14px 36px rgba(0,0,0,.12);
object-fit:contain;
background:#fff;
padding:10px; /* margen interno para logos */
}
.hero .hero-info.card{
background:#fff; border-radius:14px; border:1px solid #e5e7eb;
box-shadow:0 10px 28px rgba(0,0,0,.08);
}
.hero .rule{border:0; border-top:1px solid #e5e7eb; margin:14px 0}
/* Botón mini amarillo bordeado */
.hero .btn-mini{
display:inline-flex; align-items:center; gap:8px;
padding:8px 12px; font-size:.92rem; font-weight:600;
border:2px solid var(--zp-yellow); border-radius:10px; background:#fff;
text-decoration:none; color:#111827; transition:.15s ease;
}
.hero .btn-mini:hover{transform:translateY(-1px); background:rgba(241,196,15,.08)}
.hero .btn-mini .bi{font-size:1rem}
/* Tipos dentro de la card */
.hero .info-title{font-size:1.05rem; font-weight:800; margin:0}
.hero .info-sub{color:#6b7280; margin:2px 0 0}
/* ====== Responsive ====== */
@media (max-width: 991.98px){
.hero .hero-media img{max-width:420px}
}
@media (max-width: 575.98px){
.hero .hero-media img{max-width:360px; padding:8px}
}
/* ===== INLINE <style> BLOCK #3 ===== */
#trabajos .ticker-wrap{position:relative}
#trabajos .ticker-track{
display:flex; gap:14px;
overflow-x:auto; overflow-y:hidden;
scroll-snap-type:x mandatory; -webkit-overflow-scrolling:touch;
padding-bottom:6px;
}
#trabajos .ticker-track::-webkit-scrollbar{height:8px}
#trabajos .ticker-track::-webkit-scrollbar-thumb{background:#e5e7eb; border-radius:6px}
#trabajos .ticker-item{flex:0 0 auto; scroll-snap-align:start; display:flex; align-items:center; justify-content:center}
#trabajos .ticker-item img{
/* clave para NO estirar imágenes */
width:auto !important; height:auto !important;
max-height:clamp(140px,22vw,260px);
max-width:100%;
object-fit:contain; aspect-ratio:auto;
display:block; background:#fff; padding:6px;
border:1px solid #ececec; border-radius:14px;
box-shadow:0 10px 24px rgba(0,0,0,.08);
}
#trabajos .ticker-controls{
position:absolute; inset:0; pointer-events:none;
display:flex; align-items:center; justify-content:space-between; padding:0 4px;
}
#trabajos .ticker-btn{
pointer-events:auto; width:42px; height:42px; border-radius:999px;
border:2px solid var(--zp-yellow); background:#fff;
box-shadow:0 6px 18px rgba(0,0,0,.12);
display:grid; place-items:center; cursor:pointer;
transition:transform .08s ease, background .2s ease;
}
#trabajos .ticker-btn:hover{transform:translateY(-1px); background:rgba(241,196,15,.08)}
@media (max-width:575.98px){
#trabajos .ticker-item img{max-height:clamp(120px,36vw,220px); padding:5px}
}
/* ===== Modal ===== */
#trabajos .gal-modal{position:fixed; inset:0; z-index:1050; display:none}
#trabajos .gal-backdrop{position:absolute; inset:0; background:rgba(0,0,0,.78)}
#trabajos .gal-stage{position:absolute; inset:48px 20px 20px; display:grid; place-items:center}
#trabajos .gal-img{max-width:100%; max-height:100%; width:auto; height:auto; border-radius:12px; background:#fff; padding:10px}
#trabajos .gal-btn{position:absolute; width:42px; height:42px; border-radius:999px; border:2px solid #fff; background:transparent; color:#fff; display:grid; place-items:center; cursor:pointer}
#trabajos .gal-close{top:10px; right:12px}
#trabajos .gal-prev{top:50%; left:12px; transform:translateY(-50%)}
#trabajos .gal-next{top:50%; right:12px; transform:translateY(-50%)}
@media (max-width:575.98px){ #trabajos .gal-stage{inset:72px 10px 10px} }
/* ===== INLINE <style> BLOCK #4 ===== */
.zp-footer-dark{
--ink:#fff;
--muted:#cbd5e1;
--edge:#21262d;
background:#0b0b0b; color:var(--ink);
border-top:1px solid var(--edge);
padding:44px 0 26px;
}
.zp-footer-dark a{color:var(--ink); text-decoration:none}
.zp-footer-dark a:hover{color:#fff; text-decoration:underline}
.zp-footer-dark .brand{
display:flex; align-items:center; gap:12px;
}
.zp-footer-dark .brand-chip{
display:inline-flex; align-items:center; justify-content:center;
background:#111; border:2px solid var(--zp-yellow); border-radius:10px;
padding:6px 8px; box-shadow:0 6px 18px rgba(0,0,0,.4);
}
.zp-footer-dark .brand-chip img{height:28px; width:auto; display:block}
.zp-footer-dark .brand h5{font-weight:800; margin:0; color:#fff}
.zp-footer-dark .muted{color:var(--muted)}
.zp-footer-dark .ft-title{
font-weight:800; letter-spacing:.02em; margin-bottom:10px;
font-size:.95rem; color:#fff;
}
.zp-footer-dark .link-list a{
display:flex; align-items:center; gap:8px; padding:6px 0;
color:var(--muted);
}
.zp-footer-dark .link-list a:hover{color:#fff}
/* Botones */
.zp-footer-dark .wa-btn{
display:inline-flex; align-items:center; gap:10px;
background:var(--zp-yellow); color:#0b0b0b; font-weight:700;
border-radius:12px; padding:10px 14px; border:2px solid var(--zp-yellow);
}
.zp-footer-dark .wa-btn:hover{filter:brightness(0.98)}
.zp-footer-dark .to-top{
display:inline-flex; align-items:center; gap:8px;
border:2px solid var(--zp-yellow); color:#fff; background:transparent;
border-radius:999px; padding:8px 12px; font-weight:700;
}
.zp-footer-dark .to-top:hover{background:rgba(241,196,15,.12)}
.zp-footer-dark .rule{border:0; border-top:1px solid var(--edge); margin:20px 0}
.zp-footer-dark .mini{font-size:.92rem}
/* ===== INLINE <style> BLOCK #5 ===== */
:root{
--wa: #25D366; --wa-dark: #128C7E; --wa-darker: #075E54;
--fb1:#1877F2; --fb2:#0d5adf;
--dark-bg: #0b0f18; --darker-bg: #0a1324;
--light-text: #ffffff; --muted-text: rgba(255,255,255,.7);
}
.wa-float{
position: fixed; right: 18px; bottom: 18px; z-index: 2147483647; font-family: inherit;
display:flex; flex-direction:column; gap:10px; align-items:flex-end;
}
/* FB arriba */
.fb-btn{
width:56px;height:56px;border-radius:50%;display:grid;place-items:center;
text-decoration:none;background:linear-gradient(135deg,var(--fb1),var(--fb2));color:#fff;
box-shadow:0 10px 28px rgba(0,0,0,.18);transition:transform .25s, box-shadow .25s;
}
.fb-btn:hover{transform:translateY(-2px);box-shadow:0 14px 34px rgba(0,0,0,.24)}
/* WA botón */
.wa-btn{
background: linear-gradient(135deg, var(--wa), var(--wa-dark));
color:#fff; border:0; width:60px; height:60px; border-radius:50%;
display:grid; place-items:center; box-shadow:0 10px 30px rgba(0,0,0,.25);
cursor:pointer; transition:transform .3s, box-shadow .3s, background .3s; position:relative; overflow:hidden;
}
.wa-btn::after{ content:""; position:absolute; inset:0;
background: radial-gradient(circle at 50% 50%, rgba(255,255,255,.18), rgba(255,255,255,0) 70%); opacity:0; transition:opacity .3s;
}
.wa-btn:hover{ transform: translateY(-3px) scale(1.05); box-shadow:0 14px 36px rgba(0,0,0,.35); }
.wa-btn:hover::after{ opacity:1; }
/* WA card (conversación) */
.wa-card{
position:absolute; right:0; bottom:74px; width:min(360px, 92vw);
background: var(--dark-bg); color: var(--light-text); border-radius:18px; overflow:hidden;
box-shadow: 0 18px 60px rgba(0,0,0,.5); border:1px solid rgba(255,255,255,.08);
transform: translateY(10px); opacity:0; transition: transform .25s, opacity .25s;
}
.wa-card[aria-modal="true"]{ transform: translateY(0); opacity:1; }
.wa-head{ display:flex; align-items:center; gap:12px; padding:14px;
background: linear-gradient(180deg, #0d162c, var(--darker-bg)); border-bottom:1px solid rgba(255,255,255,.06);
}
.wa-avatar{
width:40px; height:40px; border-radius:8px; background:#0e1a33;
display:grid; place-items:center; border:1px solid rgba(255,255,255,.08); overflow:hidden;
}
.wa-title{ font-weight:700; font-size:1.05rem; }
.wa-status{ font-size:.85rem; color:var(--muted-text); display:flex; align-items:center; gap:6px; }
.wa-status::before{ content:""; width:8px; height:8px; border-radius:50%; background: var(--wa); }
.wa-close{
margin-left:auto; background:transparent; color:#fff; border:0; font-size:24px; cursor:pointer; opacity:.7;
width:32px; height:32px; border-radius:50%; display:flex; align-items:center; justify-content:center; transition:.2s;
}
.wa-close:hover{ opacity:1; background: rgba(255,255,255,.1); }
.wa-body{ padding:12px 14px; max-height:40vh; overflow:auto; background: var(--dark-bg);
display:flex; flex-direction:column; gap:8px; }
.wa-bubble{ max-width:88%; padding:10px 12px; border-radius:14px; line-height:1.35; box-shadow:0 4px 14px rgba(0,0,0,.25); animation:fadeIn .25s ease; }
@keyframes fadeIn{ from{opacity:0; transform:translateY(5px)} to{opacity:1; transform:none} }
.wa-bot{ background:#0c1428; border:1px solid rgba(255,255,255,.06); align-self:flex-start; border-bottom-left-radius:4px; }
.wa-user{ background: var(--wa-darker); align-self:flex-end; border-bottom-right-radius:4px; }
.wa-compose{ display:grid; grid-template-columns:1fr auto; gap:8px; padding:10px; background: var(--dark-bg); border-top:1px solid rgba(255,255,255,.08); }
.wa-compose textarea{
resize:none; border-radius:12px; padding:10px 12px; border:1px solid rgba(255,255,255,.12);
background:#0a1324; color:var(--light-text); outline:none; min-height:44px; font-family:inherit; transition:.2s;
}
.wa-compose textarea:focus{ border-color: var(--wa); box-shadow: 0 0 0 2px rgba(37,211,102,.15); }
.wa-send{ background: var(--wa); color:#0b1220; border:0; border-radius:12px; padding:0 16px; font-weight:700; cursor:pointer; display:flex; align-items:center; justify-content:center; transition:.2s; }
.wa-send:hover{ background: var(--wa-dark); transform: scale(1.05); }
/* Scrollbar */
.wa-body::-webkit-scrollbar{ width:6px; } .wa-body::-webkit-scrollbar-track{ background: rgba(255,255,255,.05); border-radius:3px; }
.wa-body::-webkit-scrollbar-thumb{ background: rgba(255,255,255,.2); border-radius:3px; } .wa-body::-webkit-scrollbar-thumb:hover{ background: rgba(255,255,255,.3); }
/* Responsive */
@media (max-width: 480px){
.wa-float{ right:12px; bottom:12px; }
.wa-card{ width: calc(100vw - 24px); right:0; }
}