:root{--bg-main: #f8fafc;--bg-card: #ffffff;--border-card: #e2e8f0;--color-orange: #ff6600;--color-orange-hover: #e65c00;--color-blue: #2563eb;--color-emerald: #059669;--font-heading: "Outfit", sans-serif;--font-body: "Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none;color:inherit}body{font-family:var(--font-body);background-color:var(--bg-main);color:#0f172a;line-height:1.6;overflow-x:hidden;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.01em;color:#0f172a}.ali-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:all .2s ease-in-out;box-shadow:0 1px 3px #0000000a}.ali-card:hover{border-color:#f60;box-shadow:0 10px 25px -5px #ff66001f,0 8px 10px -6px #0000000a;transform:translateY(-2px)}.ali-nav{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 8px #00000008}.btn-orange{background:linear-gradient(135deg,#f60,#ea580c);color:#fff!important;font-weight:600;padding:.65rem 1.35rem;border-radius:8px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;font-size:.9rem;box-shadow:0 2px 6px #ff660040}.btn-orange:hover{background:linear-gradient(135deg,#f97316,#c2410c);box-shadow:0 4px 12px #ff660059;transform:translateY(-1px)}.btn-blue{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff!important;font-weight:600;padding:.65rem 1.35rem;border-radius:8px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;font-size:.9rem;box-shadow:0 2px 6px #2563eb40}.btn-blue:hover{background:linear-gradient(135deg,#3b82f6,#1e40af);box-shadow:0 4px 12px #2563eb59}.btn-outline-ali{background:#fff;color:#334155;border:1px solid #cbd5e1;font-weight:500;padding:.65rem 1.25rem;border-radius:8px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;font-size:.875rem}.btn-outline-ali:hover{border-color:#f60;color:#f60;background:#fff7ed}.badge-orange{background:#fff7ed;color:#ea580c;border:1px solid #ffedd5;padding:.2rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600}.badge-blue{background:#eff6ff;color:#2563eb;border:1px solid #dbeafe;padding:.2rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600}.badge-green{background:#ecfdf5;color:#059669;border:1px solid #d1fae5;padding:.2rem .6rem;border-radius:6px;font-size:.75rem;font-weight:600}.domain-pill-light{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;padding:.2rem;display:inline-flex;gap:.25rem}.domain-pill-light-item{padding:.35rem .85rem;border-radius:9999px;font-size:.8rem;font-weight:600;color:#64748b;transition:all .2s ease}.domain-pill-light-item.active,.domain-pill-light-item:hover{background:#f60;color:#fff!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}
