/*
Theme Name: Ultimate's Utopia
Theme URI: https://ultimatesutopia.com
Author: Utopia Website (Ultimate's Utopia)
Author URI: https://ultimatesutopia.com
Description: A lightweight Roblox item seller theme for WordPress. Includes a custom post type for Roblox items, item grids, filters, and a clean storefront layout.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ultimatesutopia
Tags: ecommerce, roblox, storefront, responsive, grid
*/

:root{
  --uu-bg:#0b0f14;
  --uu-surface:#121824;
  --uu-primary: #2fdc76;
  --uu-accent:#7ae1ff;
  --uu-text:#e9f1ff;
  --uu-muted:#97a6b5;
  --uu-danger:#ff5a5f;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
  background: linear-gradient(180deg, var(--uu-bg) 0%, #0c1220 100%);
  color:var(--uu-text);
  line-height:1.6
}
a{color:var(--uu-accent); text-decoration:none}
a:hover{opacity:.9}
img{max-width:100%; border-radius:12px}

.container{max-width:1100px; padding:0 20px; margin:0 auto}
.header{
  position:sticky; top:0; z-index:50;
  backdrop-filter:saturate(180%) blur(10px);
  background: rgba(12,18,32,.7);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.header-inner{display:flex; align-items:center; gap:16px; padding:14px 0}
.brand{display:flex; align-items:center; gap:12px}

.nav{margin-left:auto; display:flex; gap:14px}
.nav a{padding:8px 12px; border-radius:10px; transition:transform .2s ease}
.nav a:hover{background:rgba(255,255,255,.06); transform:translateY(-1px)}

.cta{
  display:inline-flex; align-items:center; gap:10px;
  background:linear-gradient(160deg, var(--uu-primary), #5df398);
  color:#08130c;
  padding:10px 14px; border-radius:12px; font-weight:700;
  box-shadow: 0 10px 24px rgba(47,220,118,.3);
}
.badge{display:inline-block; padding:4px 8px; border-radius:999px; background:rgba(122,225,255,.12); color:var(--uu-accent); font-weight:600; font-size:12px}

.hero{padding:48px 0 30px; border-bottom:1px solid rgba(255,255,255,.06)}
.hero-grid{display:grid; grid-template-columns:1.2fr .8fr; gap:28px}
.hero h1{font-size:40px; margin:0 0 12px; line-height:1.15}
.hero p{color:var(--uu-muted); margin:0 0 16px}
.hero-card{
  background: linear-gradient(180deg, rgba(18,24,36,.8), rgba(18,24,36,.5));
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px; padding:18px; box-shadow: 0 12px 40px rgba(0,0,0,.35);
}
.searchbar{display:flex; gap:10px; margin-top:8px}
.searchbar input{
  flex:1; padding:12px 14px; border-radius:12px; outline:none; border:1px solid rgba(255,255,255,.08); background:#0e1524; color:var(--uu-text)
}
.searchbar button{border:0}

.grid{
  display:grid; gap:18px;
  grid-template-columns: repeat(auto-fill, minmax(220px,1fr));
  margin:28px 0
}
.card{
  background: linear-gradient(180deg, rgba(18,24,36,.9), rgba(18,24,36,.6));
  border:1px solid rgba(255,255,255,.08);
  border-radius:16px; padding:14px; position:relative; overflow:hidden;
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover{ transform: translateY(-3px); box-shadow: 0 18px 40px rgba(0,0,0,.35) }
.card h3{margin:10px 0 6px; font-size:16px}
.price{font-weight:800; color:var(--uu-primary)}
.meta{color:var(--uu-muted); font-size:12px}
.tagbar{display:flex; gap:8px; flex-wrap:wrap; margin-top:8px}
.tag{padding:4px 8px; border-radius:10px; background:rgba(255,255,255,.06); font-size:12px}

.item-actions{display:flex; gap:10px; margin-top:12px}
.btn{display:inline-flex; align-items:center; gap:10px; border:1px solid rgba(255,255,255,.1); padding:10px 12px; border-radius:12px; font-weight:700}
.btn-primary{background:var(--uu-primary); color:#0c1b12; border:0}
.btn-ghost{background:rgba(255,255,255,.06)}

.footer{padding:24px 0; color:var(--uu-muted)}
.footer .links{display:flex; gap:16px; flex-wrap:wrap}
.footer .links a{color:var(--uu-muted)}
.notice{padding:14px; border:1px dashed rgba(255,255,255,.18); border-radius:12px; margin:16px 0; background:rgba(255,255,255,.03)}

.filterbar{
  display:flex; gap:10px; flex-wrap:wrap; align-items:center;
  background:rgba(255,255,255,.04); padding:12px; border-radius:12px; border:1px solid rgba(255,255,255,.08);
}
.filterbar select, .filterbar input{
  background:#0f1729; color:var(--uu-text); border:1px solid rgba(255,255,255,.12); padding:8px 10px; border-radius:10px
}
.filterbar button{border:0}
.table{width:100%; border-collapse:collapse; border:1px solid rgba(255,255,255,.08); border-radius:12px; overflow:hidden}
.table th, .table td{padding:10px 12px; border-bottom:1px solid rgba(255,255,255,.06); text-align:left}
.table th{background:rgba(255,255,255,.04); color:#cfe4ff}
*/ 
