.shahaz-sell-page{box-sizing:border-box;width:100%;min-height:100vh;padding:0 18px 30px;background:linear-gradient(180deg,#fffdf9,#fff1f8 55%,#ffe5f1);color:#35142b;overflow-x:hidden}.shahaz-sell-page *{box-sizing:border-box}.shahaz-sell-page a{text-decoration:none}.shahaz-sell-hero,.shahaz-sell-card,.shahaz-sell-final{max-width:1100px;margin:0 auto 10px;border:1px solid rgba(229,0,135,.13);border-radius:20px;background:rgba(255,255,255,.78);box-shadow:0 9px 25px rgba(120,0,70,.07)}.shahaz-sell-hero{text-align:center;padding:20px 18px}.shahaz-sell-badge{display:inline-flex;padding:4px 10px;border-radius:999px;background:#fff0a8;color:#9c5100;border:1px solid #f1cf5a;font-size:10px;font-weight:950}.shahaz-sell-hero h1{margin:7px 0 5px;color:#e50087;font-size:clamp(27px,4vw,43px);line-height:1.08}.shahaz-sell-hero p{max-width:850px;margin:0 auto;color:#70465e;font-size:13px;line-height:1.5}.shahaz-sell-actions{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:12px}.shahaz-sell-btn{display:inline-flex;align-items:center;justify-content:center;min-height:39px;padding:8px 16px;border-radius:12px;font-size:12px;font-weight:950;border:1.5px solid #ffd52e;transition:.18s ease}.shahaz-sell-btn.primary{background:linear-gradient(145deg,#f30091,#c90070);color:#fff;box-shadow:0 4px 0 #94004f}.shahaz-sell-btn.secondary{background:#fff;color:#b40067;border-color:#ed9fc7}.shahaz-sell-btn:hover{transform:translateY(-2px)}.shahaz-sell-card{padding:14px 15px}.shahaz-sell-head{display:flex;gap:9px;align-items:flex-start;margin-bottom:9px}.shahaz-sell-head>span{width:31px;height:31px;flex:0 0 31px;display:grid;place-items:center;border-radius:10px;background:#ed008c;color:#fff;font-size:10px;font-weight:950}.shahaz-sell-head h2{margin:0;color:#e50087;font-size:19px;line-height:1.15}.shahaz-sell-head p{margin:3px 0 0;color:#76566a;font-size:11px;line-height:1.4}.shahaz-sell-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px}.shahaz-sell-grid article,.shahaz-sell-steps article{padding:11px;border:1px solid rgba(229,0,135,.12);border-radius:14px;background:#fff8fc}.shahaz-sell-grid i{font-style:normal;font-size:20px}.shahaz-sell-grid strong,.shahaz-sell-steps strong{display:block;margin-top:3px;color:#5d2347;font-size:12px}.shahaz-sell-grid small,.shahaz-sell-steps small{display:block;margin-top:3px;color:#765f6d;font-size:10px;line-height:1.4}.shahaz-sell-steps{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px}.shahaz-sell-steps b{display:grid;place-items:center;width:27px;height:27px;border-radius:9px;background:#ed008c;color:#fff;font-size:10px}.shahaz-sell-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px 18px;margin:0;padding-left:18px;color:#5d3a4d;font-size:11px;line-height:1.45}.shahaz-sell-checks li::marker{color:#ed008c}.shahaz-sell-note{display:grid;grid-template-columns:auto 1fr;gap:4px 10px;align-items:center;padding:10px;border-radius:14px;background:#fff8fc;border:1px solid rgba(229,0,135,.11)}.shahaz-sell-note strong{color:#b40067;font-size:11px}.shahaz-sell-note span{color:#765f6d;font-size:10px}.shahaz-sell-final{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:15px;background:linear-gradient(135deg,#ed008c,#c6006e);color:#fff}.shahaz-sell-final h2{margin:5px 0 3px;color:#fff;font-size:21px}.shahaz-sell-final p{margin:0;color:#fff5fb;font-size:11px;line-height:1.45}.shahaz-sell-final .primary{background:#ffd52e;color:#5a3100;box-shadow:0 4px 0 #a87c00;flex:0 0 auto}@media(max-width:900px){.shahaz-sell-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.shahaz-sell-steps{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:600px){.shahaz-sell-page{padding:0 8px 22px}.shahaz-sell-hero{padding:15px 11px;border-radius:17px}.shahaz-sell-hero h1{font-size:27px}.shahaz-sell-card{padding:11px 10px;border-radius:16px}.shahaz-sell-grid{gap:5px}.shahaz-sell-steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px}.shahaz-sell-checks{grid-template-columns:1fr;gap:3px}.shahaz-sell-note{grid-template-columns:1fr;gap:1px 0}.shahaz-sell-note strong:not(:first-child){margin-top:5px}.shahaz-sell-final{display:block;padding:13px;border-radius:17px}.shahaz-sell-final .primary{margin-top:9px}}
/* Backend-integration-round addition: remove the default mobile blue tap
 * highlight and replace focus with a SHAHAZ-consistent gold focus-visible
 * ring, without disabling focus for keyboard users. No visual redesign —
 * same treatment already used on the public vendor storefront page. */
#sell-on-shahaz a,#sell-on-shahaz button{-webkit-tap-highlight-color:transparent}
#sell-on-shahaz a:focus,#sell-on-shahaz button:focus{outline:none}
#sell-on-shahaz a:focus-visible,#sell-on-shahaz button:focus-visible{outline:2px solid #d4af37;outline-offset:2px;border-radius:inherit}
