
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;800&family=Roboto+Condensed:wght@400;600;700&display=swap');

:root{
  --brand:#800000;
  --ink:#22152f;
  --paper:#ffffff;
  --soft:#f7f4ff;
  --soft2:#f2f7ff;
  --accent:#7b1fa2;
}

html{box-sizing:border-box;scroll-behavior:smooth}
*,*:before,*:after{box-sizing:inherit}
html,body{height:100%;overflow-x:hidden}
body{
  margin:0;
  font-family:'Raleway',system-ui,-apple-system,Segoe UI,Arial,sans-serif;
  color:var(--ink);
  background:linear-gradient(180deg,#efe7ff 0%,#f6f3ff 35%,#f4fbff 100%);
}

/* Header */
.faded-header{background-image:url('https://andal.io/Designer64.jpeg');background-size:cover;background-position:center;padding:18px}
#brandDivision{display:flex;flex-wrap:wrap;align-items:center;gap:12px;padding:10px 16px;border-radius:12px;background:linear-gradient(90deg,#800000,#8B0000 30%,#A52A2A 55%,#B22222 75%,#8B0000 90%)}
.brand-logo{display:flex;align-items:center;gap:10px}
.brand-logo img{height:48px}
.aandaal-title{color:#fff;font-size:28px;font-weight:700;font-family:'Roboto Condensed',sans-serif}
.brand-links{margin-left:auto;display:flex;gap:8px;flex-wrap:wrap}
.subscribe-button{color:#fff;text-decoration:none;font-weight:700;padding:6px 10px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.65);border-radius:8px}

/* Layout */
.container{max-width:1120px;margin:0 auto;padding:18px}
.card{background:var(--paper);border-radius:18px;border:1px solid #ece8f5;box-shadow:0 10px 26px rgba(41,25,73,.08);padding:16px}

/* Hero */
.hero{text-align:center;background:#ffffffc9}
.hero h1{font-size:2rem;margin:.2rem 0 .6rem;color:#4a148c}
.hero .kicker{font-weight:800;font-size:1.05rem;color:#ad1457;font-style:italic}
.hero .help{color:#333}
.hero a.inline{color:var(--accent);font-weight:800;text-decoration:none;border-bottom:1px dotted #b78de0}
.hero a.inline:hover{color:#531d86}

/* CTA button with contained scan (side lines hidden) */
.animated-cta-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:min(900px,100%);padding:14px 18px;margin-top:10px;font-size:clamp(1rem,.6vw + .95rem,1.35rem);font-weight:800;letter-spacing:.3px;background:#000;color:#00ff66;border:2px solid #00ff66;border-radius:12px;cursor:pointer;user-select:none;transition:.2s;overflow:hidden}
.animated-cta-button:hover{transform:translateY(-1px);box-shadow:0 0 28px rgba(0,255,102,.65),0 0 60px rgba(0,255,102,.25)}
.animated-cta-button>span{position:absolute;display:block;pointer-events:none}
.animated-cta-button>span:nth-child(1){top:0;left:-100%;width:100%;height:3px;background:linear-gradient(90deg,transparent,#00ff66);animation:scan1 1.25s linear infinite}
.animated-cta-button>span:nth-child(3){bottom:0;right:-100%;width:100%;height:3px;background:linear-gradient(270deg,transparent,#00ff66);animation:scan3 1.25s linear infinite .5s}
/* hide side scans */
.animated-cta-button>span:nth-child(2),
.animated-cta-button>span:nth-child(4){display:none}
@keyframes scan1{0%{left:-100%}50%,100%{left:100%}}@keyframes scan3{0%{right:-100%}50%,100%{right:100%}}

/* Search (hidden until CTA) */
.search-shell{display:none;margin-top:12px;background:var(--soft)}
.search-inner{background:#140e16;border-radius:14px;padding:14px;border:1px solid rgba(255,255,255,.08);color:#eee}
.search-input{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #333;background:#0f0b12;color:#eee}
.pill-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;margin:8px 0}
.pill{padding:6px 10px;border-radius:999px;background:#291c31;border:1px solid #44324d;color:#eee;font-weight:700;cursor:grab}
.pill:active{cursor:grabbing}

/* Form pale look */
#register{display:none;background:var(--soft)}
.input{width:100%;padding:12px 12px;border-radius:12px;border:1.5px solid #d9d2f2;background:#fbfaff}
.input:focus{outline:none;border-color:#b39ddb;box-shadow:0 0 0 3px rgba(179,157,219,.2)}
label{display:block;font-size:.92rem;color:#493a67;margin:6px 6px 6px 2px;font-weight:700}
.row{display:grid;grid-template-columns:1fr 1fr;gap:12px}
@media (max-width:820px){.row{grid-template-columns:1fr}}

/* Drag-to-input highlight */
.input.drag{ border-color:#7c4dff !important; background:#efeaff !important; }

/* Logo uploader */
.label-logo{ display:block; font-weight:800; color:#493a67; margin:8px 6px 6px 2px; }
.logo-preview{width:100%;height:120px;object-fit:contain;display:none;margin:6px 0;border-radius:10px;background:#fff;box-shadow:inset 0 0 0 1px #e8e3f7}
.logo-drop{display:flex;align-items:center;justify-content:center;height:120px;border:2px dashed #c7c0e8;border-radius:12px;background:#f6f2ff;color:#6a5aa0;font-weight:800}
.logo-drop.drag{border-color:#7c4dff;background:#efeaff}

/* Grid */
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
@media (max-width:1000px){.grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:680px){.grid{grid-template-columns:1fr}}
.card-vendor{border-radius:16px;border:1px solid #ece8f5;padding:14px;background:linear-gradient(180deg,#ffffff,#faf8ff);box-shadow:0 10px 22px rgba(41,25,73,.08)}
.card-vendor h4{margin:6px 0 4px 0;font-weight:900;font-size:1.08rem;color:#2e186f}
.meta{font-size:.9rem;color:#6a5a82}
.thumb{height:120px;border-radius:12px;background:#f5f2ff;display:flex;align-items:center;justify-content:center;font-weight:800;color:#8c7bb7;margin-bottom:8px;overflow:hidden;border:1px solid #e9e3fb}
.thumb img{width:100%;height:100%;object-fit:contain;display:block}
.badge-row{display:flex;gap:6px;flex-wrap:wrap;margin-top:4px}
.badge{display:inline-block;padding:2px 8px;border-radius:999px;font-size:.72rem;line-height:1.6;font-weight:800;background:#efeafd;color:#3a295f;border:1px solid #e3d8fb}
.badge-pro{background:#fdf6b2;border-color:#f1e399}

/* Buttons */
.btn{display:inline-block;background:var(--brand);color:#fff;border:none;border-radius:12px;padding:12px 16px;font-weight:800;cursor:pointer}
.btn.soft{background:#eee;color:#222;border:1px solid rgba(0,0,0,.12)}
.btn:disabled{opacity:.6;cursor:not-allowed}

/* Footer */
footer.footer{max-width:1120px;margin:18px auto;background:#fff;border-radius:12px;padding:16px;text-align:center;border:1px solid #e9e6f5}
.clamp img{height:56px}
.social-list i{transition:transform .15s ease}
.social-list a:hover i{transform:scale(1.1)}

/* labeled rows on the vendor profile */
.vendor-info { margin-top: 12px; display: grid; gap: 6px; }
.vendor-info .info-row { font-size: 16px; color: #2f2f2f; }
.vendor-info .info-row .lbl { font-weight: 600; color: #444; margin-right: 6px; }
.vendor-card { display: grid; grid-template-columns: 180px 1fr; gap: 20px; align-items: start; }
.vendor-card .thumb { width:160px;height:160px;border:1px dashed #dcd3ea;border-radius:12px;display:flex;align-items:center;justify-content:center;background:#f5eefc;color:#7b68ee;font-weight:700; }
.v-title { margin: 8px 0 6px; }
.v-sub { opacity:.8; margin-bottom: 8px; }
.v-intro { margin: 10px 0 0; }

