:root{
    --shopih-bg:#f6f8fc; --shopih-card:#ffffff; --shopih-text:#0f172a; --shopih-muted:#64748b; --shopih-line:#e5e7eb;
    --shopih-primary:#111827; --shopih-accent:#f59e0b; --shopih-blue:#2563eb; --shopih-shadow:0 18px 45px rgba(15,23,42,.08);
    --shopih-radius:22px;
}
*{box-sizing:border-box}
body{background:var(--shopih-bg); color:var(--shopih-text)}

/* Store auth pages */
.auth-pro-wrap{max-width:1180px;margin:52px auto 80px;padding:0 18px;display:grid;grid-template-columns:1.05fr .95fr;gap:26px;align-items:stretch}
.auth-pro-side{border-radius:34px;background:linear-gradient(135deg,#07111f,#102a55 58%,#f59e0b);color:#fff;padding:46px;box-shadow:0 30px 80px rgba(15,23,42,.18);position:relative;overflow:hidden;min-height:520px;display:flex;flex-direction:column;justify-content:space-between}
.auth-pro-side:before,.auth-pro-side:after{content:"";position:absolute;border-radius:999px;filter:blur(10px);opacity:.25;animation:shopihFloat 8s ease-in-out infinite}
.auth-pro-side:before{width:260px;height:260px;background:#60a5fa;right:-60px;top:-50px}.auth-pro-side:after{width:240px;height:240px;background:#fb923c;left:-70px;bottom:-80px;animation-delay:1.2s}
.auth-pro-side>*{position:relative;z-index:1}.auth-pro-badge{display:inline-flex;align-self:flex-start;padding:9px 14px;border-radius:999px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.16);font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.auth-pro-side h1{font-size:clamp(42px,5vw,64px);line-height:.95;letter-spacing:-.055em;margin:22px 0 14px}.auth-pro-side p{font-size:17px;line-height:1.75;color:rgba(255,255,255,.82);max-width:560px}.auth-pro-points{display:grid;grid-template-columns:1fr;gap:14px;margin-top:28px}.auth-pro-points div{background:rgba(255,255,255,.09);border:1px solid rgba(255,255,255,.16);border-radius:20px;padding:16px}.auth-pro-points strong{display:block;margin-bottom:5px}.auth-pro-points span{color:rgba(255,255,255,.72);font-size:14px}
.auth-pro-card{background:#fff;border:1px solid #e5e7eb;border-radius:32px;box-shadow:0 24px 70px rgba(15,23,42,.10);padding:38px;align-self:center;width:100%}.auth-pro-card h2{font-size:clamp(34px,4vw,48px);line-height:1;letter-spacing:-.05em;margin:0 0 10px}.auth-pro-muted{color:#64748b;line-height:1.7;margin:0 0 26px}.shopih-form{display:grid;gap:18px}.shopih-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.shopih-field{display:flex;flex-direction:column;gap:8px}.shopih-field label,.shopih-label{font-size:14px;font-weight:900;color:#0f172a}.shopih-field input,.shopih-field select,.shopih-field textarea{width:100%;height:54px;padding:0 16px;border:1px solid #d7deea;background:#fff;border-radius:16px;outline:none;font-size:15px;transition:.2s ease;box-shadow:0 1px 0 rgba(15,23,42,.02)}.shopih-field textarea{height:auto;min-height:120px;padding:14px 16px;resize:vertical}.shopih-field input:focus,.shopih-field select:focus,.shopih-field textarea:focus{border-color:#93c5fd;box-shadow:0 0 0 4px rgba(37,99,235,.10)}.shopih-actions{display:flex;gap:13px;align-items:center;flex-wrap:wrap;margin-top:4px}.shopih-btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:999px;background:linear-gradient(135deg,#111827,#1d4ed8);color:#fff;padding:14px 22px;font-weight:950;text-decoration:none;cursor:pointer;box-shadow:0 18px 35px rgba(29,78,216,.22);transition:.2s ease}.shopih-btn:hover{transform:translateY(-2px)}.shopih-btn-soft{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff7ed;color:#b45309;border:1px solid #fdba74;padding:13px 20px;font-weight:900;text-decoration:none}.shopih-note{font-size:14px;color:#64748b}.shopih-note a{color:#1d4ed8;font-weight:900;text-decoration:none}

/* Fix raw auth-card if old markup remains */
.auth-card{max-width:560px!important;padding:36px!important;border-radius:30px!important;background:#fff!important;box-shadow:0 24px 70px rgba(15,23,42,.10)!important;border:1px solid #e5e7eb!important}.auth-card h1{font-size:42px!important;letter-spacing:-.04em!important}.auth-card form{display:grid!important;gap:16px!important}.auth-card label{display:flex!important;flex-direction:column!important;gap:8px!important;font-weight:900!important}.auth-card input{height:52px!important;border-radius:15px!important;border:1px solid #d7deea!important;padding:0 16px!important;background:#fff!important}

/* Admin layout polish */
.admin-wrap{background:#f6f8fc!important;min-height:100vh!important}.sidebar{background:linear-gradient(180deg,#07111f,#0f172a)!important;box-shadow:8px 0 30px rgba(15,23,42,.12)!important}.sidebar h2{letter-spacing:-.03em}.sidebar a{border-radius:13px!important;margin:3px 12px!important;padding:11px 14px!important;transition:.18s ease!important}.sidebar a:hover{background:rgba(255,255,255,.08)!important;transform:translateX(2px)}.admin-main{padding:34px!important}.admin-top{background:transparent!important;margin-bottom:24px!important;align-items:flex-start!important}.admin-top h1{font-size:40px!important;letter-spacing:-.045em!important;margin:0!important}.admin-top span{background:#fff;border:1px solid #e5e7eb;border-radius:999px;padding:10px 14px;color:#64748b;box-shadow:0 10px 25px rgba(15,23,42,.05)}
.admin-page-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:22px}.admin-page-head h1{margin:0;font-size:40px;letter-spacing:-.045em}.admin-page-head p{margin:7px 0 0;color:#64748b}.admin-badge{display:inline-flex;align-items:center;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-weight:900;padding:9px 13px;border:1px solid #bfdbfe}.admin-card,.admin-main .card{background:#fff!important;border:1px solid #e5e7eb!important;border-radius:28px!important;box-shadow:0 18px 55px rgba(15,23,42,.08)!important;padding:28px!important;margin-bottom:20px!important}.admin-card h2,.admin-main .card h2,.admin-card h3,.admin-main .card h3{margin:0 0 20px!important;font-size:27px!important;letter-spacing:-.035em!important}.admin-section-title{font-size:22px;font-weight:950;margin:28px 0 14px;letter-spacing:-.03em}.admin-divider{height:1px;background:#e5e7eb;margin:25px 0}.admin-main .grid-2,.admin-form-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important}.admin-main .grid-3,.admin-form-grid-3{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important}.admin-main label,.admin-field{display:flex!important;flex-direction:column!important;gap:8px!important;font-size:14px!important;font-weight:900!important;color:#0f172a!important}.admin-main label.check,.admin-check{flex-direction:row!important;align-items:center!important;gap:10px!important;background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:14px 16px}.admin-main input,.admin-main select,.admin-main textarea{width:100%!important;min-width:0!important;height:54px!important;padding:0 16px!important;border:1px solid #d7deea!important;background:#fbfdff!important;border-radius:15px!important;outline:none!important;font-size:15px!important;transition:.2s ease!important}.admin-main input[type="checkbox"]{width:18px!important;height:18px!important;padding:0!important}.admin-main input[type="file"]{padding:14px 16px!important;height:54px!important}.admin-main textarea{height:auto!important;min-height:120px!important;padding:14px 16px!important;resize:vertical!important}.admin-main input:focus,.admin-main select:focus,.admin-main textarea:focus{border-color:#93c5fd!important;box-shadow:0 0 0 4px rgba(37,99,235,.10)!important}.admin-main .btn,.admin-main button[type="submit"],.admin-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;border:none!important;border-radius:15px!important;background:linear-gradient(135deg,#2563eb,#1d4ed8)!important;color:#fff!important;padding:14px 20px!important;font-weight:950!important;text-decoration:none!important;box-shadow:0 16px 32px rgba(37,99,235,.22)!important;cursor:pointer!important}.admin-main .btn.secondary,.admin-btn-secondary{background:#fff!important;color:#0f172a!important;border:1px solid #d7deea!important;box-shadow:none!important}.admin-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.admin-help{font-size:13px;color:#64748b;margin-top:2px}

@keyframes shopihFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(22px)}}
@media(max-width:980px){.auth-pro-wrap{grid-template-columns:1fr}.auth-pro-side{min-height:auto}.shopih-form-grid,.admin-main .grid-2,.admin-main .grid-3,.admin-form-grid,.admin-form-grid-3{grid-template-columns:1fr!important}.admin-main{padding:20px!important}.admin-top{flex-direction:column}.sidebar{position:relative!important;width:100%!important}.admin-wrap{display:block!important}}

.ops-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
    margin-bottom:22px;
}
.ops-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:24px;
    padding:24px;
    box-shadow:0 18px 45px rgba(15,23,42,.08);
}
.ops-card span{
    display:block;
    color:#64748b;
    font-weight:800;
    font-size:14px;
    margin-bottom:10px;
}
.ops-card strong{
    display:block;
    font-size:34px;
    letter-spacing:-.04em;
    color:#0f172a;
}
.ops-two{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-bottom:20px;
}
.ops-table{
    width:100%;
    border-collapse:collapse;
}
.ops-table th{
    text-align:left;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.05em;
    color:#64748b;
    border-bottom:1px solid #e5e7eb;
    padding:12px 10px;
}
.ops-table td{
    padding:14px 10px;
    border-bottom:1px solid #f1f5f9;
}
@media(max-width:1000px){
    .ops-grid,.ops-two{
        grid-template-columns:1fr;
    }
}

.ops-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:18px;
    margin-bottom:22px;
}
.ops-card{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:24px;
    padding:24px;
    box-shadow:0 18px 45px rgba(15,23,42,.08);
}
.ops-card span{
    display:block;
    color:#64748b;
    font-weight:800;
    font-size:14px;
    margin-bottom:10px;
}
.ops-card strong{
    display:block;
    font-size:34px;
    letter-spacing:-.04em;
    color:#0f172a;
}
.ops-two{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
    margin-bottom:20px;
}
.ops-table{
    width:100%;
    border-collapse:collapse;
}
.ops-table th{
    text-align:left;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:.05em;
    color:#64748b;
    border-bottom:1px solid #e5e7eb;
    padding:12px 10px;
}
.ops-table td{
    padding:14px 10px;
    border-bottom:1px solid #f1f5f9;
}
@media(max-width:1000px){
    .ops-grid,.ops-two{
        grid-template-columns:1fr;
    }
}
