:root{
    --bg:#05000d;
    --bg2:#0b0316;
    --panel:rgba(20,10,32,.86);
    --panel2:rgba(255,255,255,.055);
    --line:rgba(190,100,255,.30);
    --line2:rgba(255,255,255,.10);
    --purple:#9837ff;
    --purple2:#d636ff;
    --purple3:#6f22d8;
    --text:#fff;
    --muted:#bdb3c9;
    --green:#22c55e;
    --yellow:#fbbf24;
    --red:#ef4444;
    --shadow:0 24px 80px rgba(153,55,255,.22);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    direction:rtl;
    color:var(--text);
    font-family:Tahoma, Arial, sans-serif;
    background:
        radial-gradient(circle at 50% -10%,rgba(151,55,255,.35),transparent 28%),
        radial-gradient(circle at 15% 18%,rgba(151,55,255,.18),transparent 22%),
        linear-gradient(180deg,#06000d,#020008 78%);
    min-height:100vh;
}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font-family:inherit}
.rose-shop,.mobile-shell{
    width:min(100%,430px);
    margin:0 auto;
    min-height:100vh;
    padding:14px;
    background:
        linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,0)),
        radial-gradient(circle at 70% 0%,rgba(136,45,255,.16),transparent 25%);
}
.shop-header{padding-top:4px}
.shop-nav{
    display:grid;
    grid-template-columns:48px 48px 1fr;
    gap:10px;
    align-items:center;
    margin-bottom:18px;
    direction:ltr;
}
.nav-square,.nav-bag{
    width:45px;height:45px;
    border-radius:15px;
    border:1px solid transparent;
    display:grid;
    place-items:center;
    font-size:25px;
    color:#fff;
    background:transparent;
    direction:rtl;
}
.nav-bag{position:relative;font-size:22px}
.nav-bag span{
    position:absolute;
    top:-5px;right:-5px;
    min-width:21px;height:21px;
    border-radius:999px;
    display:grid;
    place-items:center;
    font-size:12px;
    background:linear-gradient(135deg,var(--purple),var(--purple2));
    box-shadow:0 0 20px rgba(214,54,255,.55);
}
.shop-brand{
    justify-self:end;
    display:flex;
    align-items:center;
    gap:10px;
    text-align:right;
    direction:rtl;
}
.shop-brand b{
    display:block;
    font-size:21px;
    line-height:1.1;
    font-weight:1000;
}
.shop-brand small{
    display:block;
    margin-top:4px;
    direction:ltr;
    letter-spacing:5px;
    color:#d48cff;
    font-size:10px;
    font-weight:900;
}
.rose-symbol{
    width:50px;height:50px;
    display:grid;
    place-items:center;
    color:#b95cff;
    font-size:46px;
    filter:drop-shadow(0 0 12px rgba(185,92,255,.55));
}
.premium-hero{
    position:relative;
    border:1px solid var(--line);
    border-radius:28px;
    padding:18px 17px 16px;
    min-height:245px;
    background:
        linear-gradient(90deg,rgba(255,255,255,.02),rgba(170,70,255,.06)),
        radial-gradient(circle at 20% 50%,rgba(157,51,255,.22),transparent 36%),
        #05030c;
    box-shadow:0 0 0 1px rgba(255,255,255,.025) inset, var(--shadow);
    overflow:hidden;
}
.premium-hero:before{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        linear-gradient(rgba(177,93,255,.08) 1px, transparent 1px),
        linear-gradient(90deg,rgba(177,93,255,.08) 1px, transparent 1px);
    background-size:22px 22px;
    opacity:.32;
    mask-image:radial-gradient(circle at 20% 45%,#000,transparent 46%);
}
.hero-art{
    position:absolute;
    left:18px;
    top:16px;
    width:140px;
    height:190px;
    display:grid;
    place-items:center;
}
.glass-dome{
    position:relative;
    width:118px;
    height:164px;
    border-radius:70px 70px 22px 22px;
    background:
        radial-gradient(circle at 45% 20%,rgba(255,255,255,.20),transparent 18%),
        linear-gradient(90deg,rgba(167,63,255,.18),rgba(255,255,255,.03));
    border:2px solid rgba(176,64,255,.52);
    box-shadow:
        inset 0 0 28px rgba(191,70,255,.32),
        0 0 34px rgba(165,55,255,.55);
    overflow:hidden;
}
.glass-dome:after{
    content:"";
    position:absolute;
    bottom:16px;left:20px;right:20px;
    height:12px;
    border-radius:50%;
    border:2px solid rgba(210,78,255,.76);
    box-shadow:0 0 20px rgba(210,78,255,.9);
}
.dome-base{
    position:absolute;
    left:11px;right:11px;bottom:4px;
    height:24px;
    border-radius:50%;
    background:linear-gradient(180deg,rgba(125,35,210,.8),rgba(20,5,40,.95));
    box-shadow:0 0 24px rgba(192,64,255,.76);
}
.rose-flower{
    position:absolute;
    left:0;right:0;top:30px;
    margin:auto;
    width:64px;height:90px;
}
.rose-flower i{
    position:absolute;
    width:44px;height:30px;
    border-radius:70% 30% 70% 30%;
    background:linear-gradient(135deg,#ff68ff,#781cff);
    box-shadow:0 0 18px rgba(238,81,255,.8);
}
.rose-flower i:nth-child(1){left:9px;top:0;transform:rotate(30deg)}
.rose-flower i:nth-child(2){left:0;top:18px;transform:rotate(-12deg)}
.rose-flower i:nth-child(3){right:0;top:18px;transform:rotate(48deg)}
.rose-flower i:nth-child(4){left:8px;top:35px;transform:rotate(18deg)}
.rose-flower i:nth-child(5){left:18px;top:18px;width:28px;height:28px;border-radius:50%;background:#f5b2ff}
.rose-flower em{
    position:absolute;
    width:3px;height:84px;
    background:linear-gradient(#b85aff,#5a1597);
    top:55px;left:31px;
    border-radius:99px;
}
.hero-copy{
    position:relative;
    z-index:1;
    padding-left:138px;
    text-align:right;
}
.quality-pill{
    display:inline-flex;
    padding:8px 12px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.14);
    background:rgba(255,255,255,.06);
    color:#e8ddf1;
    font-size:12px;
    font-weight:900;
    margin-bottom:14px;
}
.hero-copy h1{
    margin:0;
    line-height:1.32;
    font-size:30px;
    font-weight:1000;
    letter-spacing:-1px;
}
.hero-copy h1 strong{
    color:#a94bff;
    text-shadow:0 0 22px rgba(169,75,255,.42);
}
.hero-copy p{
    margin:12px 0 0;
    color:#e6dced;
    font-size:13px;
    line-height:1.9;
}
.hero-icons{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:6px;
    margin-top:22px;
    border-top:1px solid rgba(255,255,255,.10);
    padding-top:12px;
}
.hero-icons div{
    display:grid;
    grid-template-columns:auto 1fr;
    gap:4px 6px;
    align-items:center;
    border-left:1px solid rgba(255,255,255,.10);
    padding-left:6px;
}
.hero-icons div:last-child{border-left:0}
.hero-icons b{
    grid-row:1/3;
    color:#b35cff;
    font-size:24px;
    filter:drop-shadow(0 0 10px rgba(179,92,255,.55));
}
.hero-icons span{font-size:11px;font-weight:900;white-space:nowrap}
.hero-icons small{font-size:9px;color:var(--muted);white-space:nowrap}
.premium-search{
    margin-top:13px;
    display:grid;
    grid-template-columns:1fr 52px;
    gap:8px;
    padding:7px;
    border-radius:20px;
    border:1px solid var(--line);
    background:linear-gradient(135deg,rgba(255,255,255,.09),rgba(255,255,255,.04));
    box-shadow:0 0 22px rgba(160,55,255,.20);
    direction:ltr;
}
.premium-search input{
    direction:rtl;
    height:44px;
    border:0;
    outline:0;
    background:transparent;
    color:#fff;
    padding:0 12px;
    font-size:13px;
}
.premium-search input::placeholder{color:#bdb3c9}
.premium-search button{
    border:0;
    border-radius:15px;
    background:linear-gradient(135deg,var(--purple),var(--purple2));
    color:#fff;
    font-size:26px;
    box-shadow:0 0 20px rgba(199,57,255,.42);
}
.alert{
    margin:12px 0;
    padding:12px;
    border-radius:16px;
    font-size:13px;
    font-weight:900;
}
.alert.ok{background:rgba(34,197,94,.15);border:1px solid rgba(34,197,94,.34)}
.alert.bad{background:rgba(239,68,68,.15);border:1px solid rgba(239,68,68,.34)}
main{padding-bottom:24px}
.apps-section,.plans-section{margin-top:18px}
.section-title{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:10px;
    margin-bottom:12px;
}
.section-title h2{
    margin:0;
    font-size:18px;
    font-weight:1000;
}
.section-title span{
    color:var(--muted);
    font-size:11px;
    font-weight:800;
}
.apps-row{
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding:2px 0 9px;
    scrollbar-width:none;
}
.apps-row::-webkit-scrollbar{display:none}
.app-tile{
    flex:0 0 92px;
    min-height:112px;
    border-radius:17px;
    padding:10px 8px;
    display:grid;
    place-items:center;
    text-align:center;
    border:1px solid var(--line);
    background:
        linear-gradient(145deg,rgba(255,255,255,.09),rgba(255,255,255,.035));
    box-shadow:0 12px 32px rgba(0,0,0,.24);
}
.app-tile.active{
    border-color:rgba(202,95,255,.78);
    background:linear-gradient(145deg,rgba(143,46,255,.52),rgba(20,7,35,.9));
    box-shadow:0 0 26px rgba(154,55,255,.42);
}
.app-logo{
    width:56px;height:56px;
    display:grid;
    place-items:center;
    margin-bottom:4px;
}
.app-tile b{
    font-size:12px;
    line-height:1.35;
}
.app-tile small{
    color:#c8bbd6;
    font-size:9px;
    margin-top:3px;
}
.quick-chips{
    display:flex;
    gap:8px;
    overflow-x:auto;
    padding:9px 0 5px;
    scrollbar-width:none;
}
.quick-chips::-webkit-scrollbar{display:none}
.quick-chips a{
    flex:0 0 auto;
    min-width:78px;
    text-align:center;
    padding:10px 14px;
    border-radius:999px;
    border:1px solid var(--line);
    background:rgba(255,255,255,.05);
    font-size:12px;
    font-weight:900;
}
.quick-chips a.active{
    background:linear-gradient(135deg,var(--purple),var(--purple2));
    box-shadow:0 0 20px rgba(180,60,255,.38);
}
.row-title h2:before{
    content:"🔥 ";
    color:#b85cff;
}
.filter-note{
    padding:10px 12px;
    border:1px solid var(--line);
    border-radius:14px;
    background:rgba(255,255,255,.06);
    color:#ddd;
    font-size:12px;
    margin-bottom:10px;
    display:flex;
    justify-content:space-between;
}
.filter-note a{color:#d95fff}
.plan-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:10px;
}
.plan-card{
    position:relative;
    min-height:238px;
    border-radius:18px;
    border:1px solid var(--line);
    background:
        radial-gradient(circle at 50% 18%,rgba(159,62,255,.22),transparent 35%),
        linear-gradient(145deg,rgba(255,255,255,.08),rgba(255,255,255,.025));
    padding:9px;
    overflow:hidden;
    box-shadow:0 14px 38px rgba(0,0,0,.28);
}
.plan-card:before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg,transparent,rgba(149,50,255,.10));
    pointer-events:none;
}
.plan-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    position:relative;
    z-index:1;
}
.best-badge{
    padding:5px 8px;
    border-radius:9px;
    background:linear-gradient(135deg,#8229e6,#b83cff);
    color:#fff;
    font-size:9px;
    font-weight:900;
}
.fav{font-size:22px;color:#cfb4ff}
.plan-logo{
    position:relative;
    z-index:1;
    width:70px;height:70px;
    margin:7px auto 7px;
    display:grid;
    place-items:center;
    border-radius:19px;
    background:radial-gradient(circle,rgba(163,60,255,.55),rgba(20,7,35,.8));
    box-shadow:0 0 22px rgba(176,62,255,.45);
}
.plan-card h3{
    position:relative;
    z-index:1;
    margin:0;
    text-align:center;
    font-size:13px;
    line-height:1.45;
    min-height:37px;
}
.plan-card p{
    position:relative;
    z-index:1;
    margin:3px 0 0;
    color:#cfc4db;
    text-align:center;
    font-size:10px;
    line-height:1.6;
    min-height:28px;
}
.fast{
    position:relative;
    z-index:1;
    text-align:center;
    color:#fff;
    font-size:10px;
    margin:3px 0;
}
.plan-meta{
    position:relative;
    z-index:1;
    display:grid;
    grid-template-columns:1fr;
    gap:5px;
    margin-top:5px;
}
.plan-meta span{
    justify-self:start;
    padding:4px 7px;
    border-radius:999px;
    border:1px solid rgba(255,255,255,.10);
    background:rgba(255,255,255,.05);
    color:#c9bdd4;
    font-size:9px;
}
.plan-meta strong{
    font-size:12px;
    text-align:left;
    direction:rtl;
}
.buy-btn{
    position:relative;
    z-index:1;
    height:36px;
    margin-top:8px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:linear-gradient(135deg,var(--purple),var(--purple2));
    font-size:13px;
    font-weight:1000;
    box-shadow:0 0 20px rgba(184,54,255,.42);
}
.all-products{
    height:46px;
    margin-top:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    border:1px solid var(--line);
    border-radius:16px;
    background:rgba(255,255,255,.045);
    color:#fff;
    font-size:13px;
    font-weight:900;
}
.all-products span{font-size:26px;color:#c774ff}
.trust-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    margin-top:14px;
    border:1px solid var(--line);
    border-radius:18px;
    background:rgba(255,255,255,.045);
    overflow:hidden;
}
.trust-strip div{
    min-height:72px;
    padding:10px 5px;
    text-align:center;
    border-left:1px solid rgba(255,255,255,.08);
}
.trust-strip div:last-child{border-left:0}
.trust-strip b{
    display:block;
    font-size:20px;
    color:#bf63ff;
}
.trust-strip span{
    display:block;
    font-size:10px;
    font-weight:1000;
    margin-top:4px;
}
.trust-strip small{
    display:block;
    color:#bdb3c9;
    font-size:8px;
    line-height:1.5;
    margin-top:3px;
}
.support-card{
    position:relative;
    margin-top:13px;
    min-height:84px;
    display:grid;
    grid-template-columns:88px 1fr;
    gap:10px;
    align-items:center;
    border:1px solid var(--line);
    border-radius:18px;
    padding:12px;
    background:
        radial-gradient(circle at 0% 50%,rgba(180,60,255,.18),transparent 36%),
        rgba(255,255,255,.045);
    overflow:hidden;
}
.line-rose{
    font-size:62px;
    color:#9b3cff;
    opacity:.72;
}
.support-card h2{
    margin:0;
    font-size:16px;
}
.support-card p{
    margin:5px 0 0;
    color:#bfb3ca;
    font-size:11px;
    line-height:1.6;
}
.support-card a{
    grid-column:1/-1;
    height:43px;
    border-radius:14px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    background:linear-gradient(135deg,var(--purple),var(--purple2));
    font-weight:1000;
}

/* Logo system */
.rs-logo{
    width:54px;height:54px;
    border-radius:18px;
    display:grid;
    place-items:center;
    color:#fff;
    font-weight:1000;
    font-size:23px;
    box-shadow:0 0 24px rgba(150,60,255,.32);
    position:relative;
    overflow:hidden;
}
.rs-logo:before{
    content:"";
    position:absolute;
    inset:0;
    background:radial-gradient(circle at 30% 25%,rgba(255,255,255,.42),transparent 28%);
}
.rs-logo.chatgpt{
    background:linear-gradient(135deg,#0f513f,#20c997);
}
.rs-logo.chatgpt:after{
    content:"◎";
    position:relative;
    z-index:1;
    font-size:38px;
    color:white;
}
.rs-logo.google{
    background:#111;
    font-family:Arial,sans-serif;
    font-size:42px;
    color:#fff;
}
.rs-logo.google{
    color:#fff;
    text-shadow:
        2px 0 #4285f4,
        -2px 0 #ea4335,
        0 2px #fbbc05,
        0 -2px #34a853;
}
.rs-logo.claude{
    background:linear-gradient(135deg,#3a1e13,#e68643);
    font-size:29px;
    color:#ffb27a;
}
.rs-logo.telegram{
    background:linear-gradient(135deg,#188dd8,#45c2ff);
    font-size:32px;
}
.rs-logo.apple{
    background:linear-gradient(135deg,#292633,#fafafa);
    color:#fff;
}
.rs-logo.apple:after{
    content:"";
    position:relative;
    z-index:1;
    width:27px;height:34px;
    background:white;
    border-radius:45% 45% 50% 50%;
    clip-path:polygon(50% 0,75% 12%,78% 38%,100% 45%,80% 60%,89% 100%,50% 88%,10% 100%,20% 60%,0 45%,22% 38%,25% 12%);
}
.rs-logo.gemini,.rs-logo.star{
    background:linear-gradient(135deg,#315bff,#d53cff);
    font-size:36px;
}
.rs-logo.vpn{
    background:linear-gradient(135deg,#2739ff,#42d392);
}
.rs-logo.gift,.rs-logo.card,.rs-logo.generic{
    background:linear-gradient(135deg,#40106f,#ac35ff);
}

/* Shared old pages upgraded */
.auth-page{
    min-height:100vh;
    display:grid;
    place-items:center;
    padding:16px;
    background:radial-gradient(circle at top,rgba(151,55,255,.25),transparent 36%),#05000d;
}
.auth-card,.checkout-card,.admin-card{
    width:min(100%,560px);
    border:1px solid var(--line);
    border-radius:24px;
    background:rgba(18,8,31,.92);
    padding:18px;
    box-shadow:var(--shadow);
}
.auth-card h1,.checkout-card h2,.admin-card h2{margin-top:0}
.form-grid{display:grid;gap:12px}
.form-grid label{display:grid;gap:7px;font-weight:900;color:#f4ebff}
.form-grid input,.form-grid select,.form-grid textarea{
    width:100%;
    min-height:46px;
    border-radius:15px;
    border:1px solid var(--line);
    background:rgba(255,255,255,.07);
    color:#fff;
    padding:11px 13px;
    outline:0;
}
.form-grid option{background:#140821;color:#fff}
.btn,.primary{
    border:1px solid var(--line);
    min-height:44px;
    border-radius:15px;
    padding:10px 16px;
    background:rgba(255,255,255,.07);
    color:#fff;
    font-weight:1000;
    display:inline-grid;
    place-items:center;
}
.primary,.btn.primary{
    background:linear-gradient(135deg,var(--purple),var(--purple2));
    border:0;
}
.mobile-shell.page{
    width:min(100%,430px);
    min-height:100vh;
    margin:0 auto;
    padding:16px;
    background:#05000d;
}
.page-head,.admin-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin:8px 0 16px;
}
.page-head h1,.admin-head h1{font-size:22px;margin:0}
.page-head a,.admin-head a{color:#d169ff;font-weight:900}
.bank-box{
    display:grid;
    gap:8px;
    padding:14px;
    border-radius:16px;
    border:1px solid var(--line);
    background:rgba(255,255,255,.05);
    margin:12px 0;
}
.order-row{
    display:grid;
    gap:8px;
    border:1px solid var(--line);
    border-radius:16px;
    padding:12px;
    background:rgba(255,255,255,.05);
    margin-bottom:10px;
}

/* Admin premium */
.admin-shell{
    width:min(100% - 24px,1120px);
    margin:0 auto;
    padding:18px 0 32px;
}
.admin-head{
    border:1px solid var(--line);
    border-radius:24px;
    padding:16px;
    background:rgba(255,255,255,.045);
    box-shadow:var(--shadow);
}
.admin-head nav{display:flex;gap:10px;flex-wrap:wrap}
.admin-head nav a{
    padding:10px 13px;
    border:1px solid var(--line);
    border-radius:14px;
    background:rgba(255,255,255,.05);
}
.admin-card{
    width:100%;
    margin-bottom:16px;
    background:linear-gradient(145deg,rgba(255,255,255,.07),rgba(255,255,255,.025));
}
.table-wrap{overflow:auto}
table{
    width:100%;
    border-collapse:separate;
    border-spacing:0 9px;
}
th{
    color:#dbc8ef;
    text-align:right;
    font-size:13px;
    padding:8px 11px;
}
td{
    background:rgba(255,255,255,.06);
    border-top:1px solid rgba(255,255,255,.08);
    border-bottom:1px solid rgba(255,255,255,.08);
    padding:11px;
    font-size:13px;
}
td:first-child{border-radius:0 14px 14px 0;border-right:1px solid rgba(255,255,255,.08)}
td:last-child{border-radius:14px 0 0 14px;border-left:1px solid rgba(255,255,255,.08)}
.sm{min-height:auto;padding:8px 10px;border-radius:11px;font-size:12px}

.admin-stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:13px;
    margin-bottom:16px;
}
.stat-card{
    min-height:142px;
    border:1px solid var(--line);
    border-radius:23px;
    background:radial-gradient(circle at 50% 20%,rgba(155,54,255,.20),transparent 38%),rgba(255,255,255,.04);
    padding:16px;
    display:grid;
    align-content:center;
    text-align:center;
}
.stat-card .stat-icon{
    width:58px;height:58px;
    margin:0 auto 8px;
    display:grid;
    place-items:center;
    border-radius:50%;
    color:#c45cff;
    font-size:28px;
    background:rgba(153,55,255,.12);
    box-shadow:0 0 22px rgba(153,55,255,.45);
}
.stat-card b{
    display:block;
    font-size:25px;
    margin:8px 0 3px;
}
.stat-card small{color:#62f58a;font-size:11px}
.admin-grid-menu{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:12px;
}
.admin-grid-menu a{
    min-height:105px;
    display:grid;
    place-items:center;
    text-align:center;
    border:1px solid var(--line);
    border-radius:19px;
    background:rgba(255,255,255,.05);
    font-weight:1000;
}
.admin-grid-menu a span{
    display:block;
    font-size:36px;
    color:#bd5cff;
    margin-bottom:5px;
}
.empty{
    padding:20px;
    border-radius:18px;
    border:1px solid var(--line);
    background:rgba(255,255,255,.05);
    color:#c9bbd6;
    text-align:center;
    grid-column:1/-1;
}

@media (max-width:430px){
    .rose-shop{padding:13px}
    .premium-hero{min-height:236px;padding:16px 14px 14px}
    .hero-art{left:12px;width:122px}
    .glass-dome{width:104px;height:150px}
    .hero-copy{padding-left:116px}
    .hero-copy h1{font-size:26px}
    .hero-copy p{font-size:12px}
    .hero-icons span{font-size:10px}
    .hero-icons small{font-size:8px}
    .apps-row{gap:9px}
    .app-tile{flex-basis:86px;min-height:106px}
    .plan-grid{gap:9px}
    .plan-card{min-height:232px;padding:8px}
    .plan-logo{width:60px;height:60px}
    .rs-logo{width:50px;height:50px}
    .plan-card h3{font-size:12px}
    .plan-card p{font-size:9px}
    .trust-strip{grid-template-columns:repeat(4,1fr)}
    .trust-strip div{padding:8px 3px}
    .trust-strip span{font-size:9px}
    .trust-strip small{font-size:7px}
}
@media (max-width:365px){
    .plan-grid{grid-template-columns:repeat(2,1fr)}
    .hero-icons{grid-template-columns:1fr}
    .hero-icons div{border-left:0;border-top:1px solid rgba(255,255,255,.08);padding-top:7px}
}
@media (max-width:760px){
    .admin-stats{grid-template-columns:repeat(2,1fr)}
    .admin-grid-menu{grid-template-columns:repeat(2,1fr)}
}
