:root{
  --bg:#050816;--bg-2:#080d1d;--card:#0c1225;--card-2:#10172c;--line:#202a48;
  --text:#f5f7ff;--muted:#98a3bd;--blue:#1464ff;--purple:#8a16f6;--pink:#d916e7;
  --green:#25c56d;--gold:#f5aa24;--danger:#ff4d5d;--radius:18px;--shadow:0 16px 40px rgba(0,0,0,.28)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:radial-gradient(circle at top,#0c1431 0,#050816 38%,#030611 100%);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.45;padding-bottom:78px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.pettah-site{min-height:100vh}.pettah-main{min-height:70vh}.pettah-content-shell{width:min(1180px,100%);margin:0 auto;padding:14px 16px 28px}.pettah-header{position:sticky;top:0;z-index:1000;background:rgba(3,7,22,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(91,107,159,.16)}.pettah-header-inner{height:70px;display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:10px;padding:0 16px;max-width:1180px;margin:auto}.pettah-menu-toggle,.pettah-search-toggle,.pettah-drawer-close,.pettah-notification-link,.pettah-cart-link{border:0;background:transparent;color:#fff;width:42px;height:42px;border-radius:12px;display:grid;place-items:center;cursor:pointer;position:relative}.pettah-menu-toggle:hover,.pettah-search-toggle:hover,.pettah-drawer-close:hover{background:var(--card)}.pettah-brand{display:flex;justify-content:center}.pettah-brand img{height:46px;width:auto;max-width:230px;object-fit:contain}.pettah-header-actions{display:flex;align-items:center;gap:2px}.pettah-notice-dot,.pettah-cart-count{position:absolute;right:3px;top:1px;min-width:17px;height:17px;border-radius:99px;background:#f21838;color:#fff;font-size:10px;display:grid;place-items:center;padding:0 4px}.pettah-cart-count{background:linear-gradient(135deg,var(--blue),var(--purple))}.pettah-location-row{max-width:1180px;margin:auto;padding:0 18px 10px;display:flex;gap:7px;align-items:center;color:var(--muted);font-size:12px}.pettah-location-row strong{color:#fff}.pettah-location-row .dashicons{font-size:13px;width:13px;height:13px}.pettah-drawer{position:fixed;z-index:1200;inset:0 auto 0 0;width:min(330px,88vw);background:#060a19;transform:translateX(-103%);transition:.25s ease;box-shadow:30px 0 60px rgba(0,0,0,.45);padding:18px}.pettah-drawer.is-open{transform:translateX(0)}.pettah-drawer-head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding-bottom:16px}.pettah-drawer-head img{width:190px;height:52px;object-fit:contain}.pettah-drawer-nav ul{list-style:none;padding:14px 0;margin:0}.pettah-drawer-nav a{display:flex;padding:14px 12px;border-radius:12px;color:#d9dff1}.pettah-drawer-nav a:hover{background:linear-gradient(90deg,rgba(20,100,255,.18),rgba(138,22,246,.12));color:#fff}.pettah-overlay{position:fixed;z-index:1100;inset:0;background:rgba(0,0,0,.64)}.pettah-search-panel{position:fixed;z-index:1400;inset:0;background:rgba(3,7,20,.98);padding:18px}.pettah-search-panel-inner{max-width:760px;margin:auto}.pettah-search-close{width:42px;height:42px;border:0;border-radius:12px;background:var(--card);color:#fff;margin-bottom:12px}.pettah-live-search{height:54px;border:1px solid #2458d4;border-radius:15px;background:#090f21;display:flex;align-items:center;padding:0 13px;box-shadow:0 0 0 3px rgba(20,100,255,.08)}.pettah-live-search input{flex:1;background:transparent;border:0;color:#fff;outline:0;padding:0 10px}.pettah-ai-chip{border:1px solid #315fbd;color:#8db1ff;border-radius:9px;padding:4px 7px;font-size:11px}.pettah-search-results{margin-top:12px;display:grid;gap:8px}.pettah-search-result{display:grid;grid-template-columns:54px 1fr auto;align-items:center;gap:12px;background:var(--card);border:1px solid var(--line);padding:10px;border-radius:14px}.pettah-search-result img{width:54px;height:54px;border-radius:11px;object-fit:cover}.pettah-search-result strong{display:block}.pettah-search-result small{color:#7fa8ff}.pettah-search-empty{color:var(--muted);padding:20px;text-align:center}.pettah-search-card{padding:2px 0 12px}.pettah-search-open{width:100%;height:52px;border:1px solid #2048a4;border-radius:15px;background:#090f20;color:var(--muted);display:flex;align-items:center;gap:10px;padding:0 13px;cursor:pointer}.pettah-search-open span:nth-child(2){flex:1;text-align:left}.pettah-search-open strong{border:1px solid #2658c8;color:#7fa8ff;padding:3px 7px;border-radius:8px;font-size:11px}.pettah-flash-slider{position:relative}.pettah-flash-slide{display:none;min-height:170px;border-radius:18px;border:1px solid #60315a;background:radial-gradient(circle at 85% 42%,rgba(255,91,21,.22),transparent 30%),linear-gradient(130deg,#32112f,#1e1222 45%,#110d1a);padding:24px;overflow:hidden;align-items:center;justify-content:space-between}.pettah-flash-slide.is-active{display:flex}.pettah-flash-slide:nth-child(2){border-color:#333b92;background:radial-gradient(circle at 85% 42%,rgba(118,27,255,.24),transparent 30%),linear-gradient(130deg,#17165a,#101529 55%,#0c1020)}.pettah-kicker{font-size:24px;font-weight:800}.pettah-flash-slide h1{font-size:17px;margin:5px 0 18px;font-weight:500}.pettah-flash-slide h1 strong{color:#ffe04c}.pettah-primary-btn,.pettah-outline-btn{border:0;border-radius:9px;padding:10px 16px;display:inline-flex;justify-content:center;align-items:center;font-weight:700;cursor:pointer}.pettah-primary-btn{background:linear-gradient(100deg,var(--blue),var(--purple));color:#fff;box-shadow:0 8px 20px rgba(93,39,247,.22)}.pettah-outline-btn{border:1px solid #274eaa;background:#091025;color:#76a2ff}.pettah-bolt{font-size:76px;filter:drop-shadow(0 0 16px rgba(255,101,18,.7))}.pettah-slider-dots{position:absolute;bottom:9px;left:50%;transform:translateX(-50%);display:flex;gap:7px}.pettah-slider-dots button{width:7px;height:7px;border-radius:50%;border:0;background:#71809f;padding:0}.pettah-slider-dots button.is-active{background:#2682ff}.pettah-shortcuts{margin:12px 0;display:grid;grid-template-columns:repeat(4,1fr);gap:7px;padding:12px 7px;background:rgba(12,18,37,.7);border:1px solid var(--line);border-radius:15px}.pettah-shortcuts a{text-align:center;font-size:11px;color:#d8dff0}.pettah-shortcut-icon,.pettah-category-icon{width:42px;height:42px;border-radius:12px;margin:0 auto 7px;display:grid;place-items:center}.pettah-shortcut-icon.blue{background:rgba(20,100,255,.16);color:#2c7cff}.pettah-shortcut-icon.purple{background:rgba(138,22,246,.18);color:#b448ff}.pettah-shortcut-icon.gold{background:rgba(245,170,36,.16);color:#ffc242}.pettah-shortcut-icon.green{background:rgba(37,197,109,.16);color:#36df84}.pettah-section{margin:18px 0}.pettah-section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.pettah-section-head h2{font-size:17px;margin:0}.pettah-section-head a{font-size:12px;color:#4f83ff}.pettah-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.pettah-product-card{background:linear-gradient(180deg,#0e1528,#090f20);border:1px solid var(--line);border-radius:14px;overflow:hidden;min-width:0}.pettah-product-image{position:relative;display:block;background:#111728;aspect-ratio:1/1;overflow:hidden}.pettah-product-image img{width:100%;height:100%;object-fit:cover}.pettah-badge,.pettah-discount{position:absolute;z-index:2;left:6px;top:6px;border-radius:5px;padding:3px 6px;font-size:9px;font-weight:800;background:#7e16e9;color:#fff}.pettah-discount{background:#f13f57}.pettah-product-image .pettah-badge+.pettah-discount{top:28px}.pettah-product-info{padding:9px}.pettah-rating{font-size:10px;color:#ffc63a}.pettah-rating span{color:#a9b3c9}.pettah-product-info h3{font-size:12px;line-height:1.3;margin:5px 0 7px;min-height:31px}.pettah-price{font-weight:800;font-size:13px;color:#fff}.pettah-price del{color:#74809c;font-size:10px}.pettah-price ins{text-decoration:none}.pettah-product-actions{display:grid;grid-template-columns:1fr 38px;gap:6px;margin-top:9px}.pettah-product-actions .pettah-outline-btn{padding:8px 7px;font-size:11px}.pettah-icon-btn{width:38px;height:36px;border:1px solid #274eaa;border-radius:8px;color:#4b88ff;display:grid;place-items:center}.pettah-demo-image{display:grid;place-items:center;font-size:64px;background:radial-gradient(circle,#242a42,#0d1223)}.pettah-category-row{display:flex;gap:15px;overflow:auto;padding-bottom:4px}.pettah-category-row a{min-width:58px;text-align:center;font-size:11px}.pettah-category-icon{border-radius:50%;background:#12182a}.pettah-category-icon.gold{color:#f0b52d;background:rgba(240,181,45,.13)}.pettah-category-icon.purple{color:#bb44f6;background:rgba(187,68,246,.13)}.pettah-category-icon.pink{color:#d743dd;background:rgba(215,67,221,.13)}.pettah-category-icon.gray{color:#b2bad0}.pettah-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin:22px 0}.pettah-benefits article{display:flex;gap:11px;align-items:center;background:var(--card);border:1px solid var(--line);border-radius:14px;padding:13px}.pettah-benefits .dashicons{color:#9539ff;font-size:30px;width:30px;height:30px}.pettah-benefits h3{font-size:13px;margin:0 0 3px}.pettah-benefits p{font-size:10px;color:var(--muted);margin:0}.pettah-two-col{display:grid;gap:10px}.pettah-info-card{background:var(--card);border:1px solid var(--line);border-radius:15px;padding:15px}.pettah-info-card h2{font-size:17px;margin:0 0 14px}.pettah-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.pettah-steps div{text-align:center;position:relative}.pettah-steps b{display:grid;place-items:center;width:24px;height:24px;border-radius:50%;background:#1f64ff;margin:0 auto 8px;font-size:11px}.pettah-steps .dashicons{font-size:36px;width:36px;height:36px;color:#9145ff}.pettah-steps h3{font-size:11px;margin:7px 0 3px}.pettah-steps p{font-size:9px;color:var(--muted);margin:0}.pettah-why-card li{color:#dce3f5;margin:7px 0;font-size:12px}.pettah-why-card li::marker{color:#2181ff}.pettah-service-panels{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin:18px 0}.pettah-service-panels article{border:1px solid var(--line);border-radius:15px;padding:14px;background:var(--card);overflow:hidden}.pettah-service-panels article.local{border-color:#29475f}.pettah-service-panels article.china{border-color:#5a245c}.pettah-service-panels article.wallet{border-color:#644b22}.pettah-service-panels article.secure{border-color:#225b60}.pettah-service-panels span{font-size:24px}.pettah-service-panels h3{font-size:13px;margin:7px 0}.pettah-service-panels ul{padding-left:16px;color:#c4ccdc;font-size:10px;min-height:58px}.pettah-service-panels a{display:inline-flex;padding:8px 12px;border-radius:7px;background:linear-gradient(100deg,var(--blue),var(--purple));font-size:11px;font-weight:700}.pettah-footer{border-top:1px solid var(--line);background:#040714;margin-top:20px}.pettah-footer-line{text-align:center;background:linear-gradient(90deg,#1065f6,#5f16be);padding:8px;font-size:12px}.pettah-footer-inner{max-width:1180px;margin:auto;padding:20px 16px;text-align:center;color:var(--muted);font-size:12px}.pettah-footer-inner img{width:210px;height:50px;object-fit:contain}.pettah-bottom-nav{position:fixed;z-index:1000;left:0;right:0;bottom:0;height:68px;background:rgba(4,8,21,.97);border-top:1px solid #1a2442;display:grid;grid-template-columns:repeat(5,1fr);backdrop-filter:blur(18px)}.pettah-bottom-nav a{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2px;color:#8f99ae;font-size:10px;position:relative}.pettah-bottom-nav a.is-active{color:#2d78ff}.pettah-bottom-nav a.is-active::before{content:"";position:absolute;top:0;width:42px;height:3px;border-radius:0 0 5px 5px;background:linear-gradient(90deg,var(--blue),var(--purple));box-shadow:0 0 16px #245fff}.pettah-page-hero{display:flex;justify-content:space-between;align-items:center;margin:6px 0 12px}.pettah-page-hero h1{font-size:25px;margin:0}.pettah-page-hero p{margin:2px 0 0;color:var(--muted);font-size:12px}.pettah-import-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:7px;background:var(--card);border:1px solid var(--line);border-radius:14px;padding:12px 6px}.pettah-import-benefits article{text-align:center;font-size:10px}.pettah-import-benefits .dashicons{display:block;margin:0 auto 7px;color:#b234ff;font-size:28px;width:28px;height:28px}.pettah-import-list{display:grid;gap:10px}.pettah-import-card{background:var(--card);border:1px solid var(--line);border-radius:15px;padding:12px}.pettah-import-top{display:flex;justify-content:space-between}.pettah-import-top .pettah-badge{position:static}.pettah-import-top button{border:0;background:transparent;color:#aeb7ca}.pettah-import-body{display:grid;grid-template-columns:120px 1fr;gap:12px;align-items:center}.pettah-import-body img{width:120px;height:110px;object-fit:contain}.pettah-import-body h3{font-size:15px}.pettah-tier-table{background:#090f20;border:1px solid #1a2441;border-radius:11px;overflow:hidden}.pettah-tier-table p{display:flex;justify-content:space-between;gap:10px;margin:0;padding:8px 9px;border-bottom:1px solid #18213b;font-size:11px}.pettah-tier-table p:last-child{border:0}.pettah-tier-table span{color:#bec6d8}.pettah-tier-table strong{color:#fff}.pettah-import-meta{display:flex;justify-content:space-between;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:10px;padding:9px 0}.pettah-import-meta strong{color:#32d979}.pettah-import-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.pettah-demo-emoji{height:110px;display:grid;place-items:center;font-size:68px}.pettah-wallet-hero{display:flex;align-items:center;justify-content:space-between;border:1px solid #3347ba;border-radius:16px;padding:22px;background:radial-gradient(circle at 90% 30%,rgba(51,57,255,.45),transparent 34%),linear-gradient(110deg,#6926be,#153cd2);box-shadow:var(--shadow)}.pettah-wallet-hero span{font-size:12px}.pettah-wallet-hero h1{font-size:28px;margin:8px 0}.pettah-wallet-hero p{margin:0;font-size:11px}.pettah-wallet-art{font-size:68px}.pettah-notice-card{margin:14px 0;background:var(--card);border:1px solid var(--line);border-radius:15px;padding:18px}.pettah-wallet-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:12px 0}.pettah-wallet-action{background:var(--card);border:1px solid var(--line);border-radius:13px;padding:14px 8px;text-align:center}.pettah-wallet-action span{display:block;font-size:30px;margin-bottom:7px}.pettah-wallet-action small{font-size:11px}.pettah-wallet-grid{display:grid;gap:12px}.pettah-wallet-panel{background:var(--card);border:1px solid var(--line);border-radius:15px;padding:15px}.pettah-wallet-panel h2{font-size:17px;margin:0 0 12px}.pettah-form-grid{display:grid;gap:9px}.pettah-form-grid input,.pettah-form-grid select,.pettah-form-grid textarea{width:100%;background:#080e1d;color:#fff;border:1px solid #1d2947;border-radius:10px;padding:12px;outline:0}.pettah-form-grid input:focus,.pettah-form-grid select:focus{border-color:#2d6cf6}.pettah-quick-amounts{display:grid;grid-template-columns:repeat(4,1fr);gap:7px}.pettah-quick-amounts button{border:1px solid #1f2b4a;border-radius:8px;background:#0a1020;color:#c8d0e3;padding:9px}.pettah-transaction-list{display:grid;gap:8px}.pettah-transaction{display:grid;grid-template-columns:1fr auto;gap:10px;border-bottom:1px solid #1b2540;padding:10px 0}.pettah-transaction:last-child{border-bottom:0}.pettah-transaction strong{display:block}.pettah-transaction small{color:var(--muted)}.pettah-transaction .positive{color:#3bdc7b}.pettah-transaction .negative{color:#ff5d66}.pettah-standard-content,.pettah-woocommerce-shell{padding-top:25px}.pettah-entry,.woocommerce{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:18px}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:linear-gradient(100deg,var(--blue),var(--purple));color:#fff;border-radius:9px}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#78a6ff}.woocommerce-message,.woocommerce-info,.woocommerce-error{background:#0c1428;color:#fff;border-color:#316bea}.woocommerce input.input-text,.woocommerce textarea,.woocommerce select{background:#080e1d;color:#fff;border:1px solid #243252;border-radius:9px;padding:11px}.woocommerce table.shop_table{border-color:#243252}.woocommerce table.shop_table td,.woocommerce table.shop_table th{border-color:#243252}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
@media(min-width:700px){body{padding-bottom:0}.pettah-header-inner{grid-template-columns:44px 1fr auto}.pettah-brand{justify-content:flex-start}.pettah-location-row{padding-left:72px}.pettah-bottom-nav{display:none}.pettah-product-grid{grid-template-columns:repeat(4,1fr)}.pettah-benefits{grid-template-columns:repeat(4,1fr)}.pettah-two-col{grid-template-columns:1.2fr .8fr}.pettah-service-panels{grid-template-columns:repeat(4,1fr)}.pettah-import-list{grid-template-columns:repeat(2,1fr)}.pettah-wallet-grid{grid-template-columns:1fr 1fr}.pettah-flash-slide{min-height:230px}.pettah-kicker{font-size:34px}.pettah-bolt{font-size:110px}.pettah-footer{margin-bottom:0}}
@media(min-width:1050px){.pettah-content-shell{padding-left:0;padding-right:0}.pettah-product-grid{grid-template-columns:repeat(5,1fr)}.pettah-import-list{grid-template-columns:repeat(3,1fr)}.pettah-wallet-grid{grid-template-columns:1.1fr .9fr}}
@media(max-width:380px){.pettah-header-actions{gap:0}.pettah-search-toggle{display:none}.pettah-brand img{max-width:170px}.pettah-steps{grid-template-columns:repeat(2,1fr);row-gap:16px}.pettah-service-panels{grid-template-columns:1fr}.pettah-import-body{grid-template-columns:95px 1fr}.pettah-import-body img{width:95px}.pettah-benefits{grid-template-columns:1fr}}
