



.page{margin:0 auto;padding:24px}
.card{background:#fff;border:1px solid #e8e8e8;border-radius:16px;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.06)}
.muted{opacity:.7}
.grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field{display:flex;flex-direction:column;gap:6px;margin:12px 0}
input,textarea{border:1px solid #ddd;border-radius:12px;padding:12px;font-size:16px}
.btn{display:inline-block;border-radius:14px;padding:12px 16px;border:0;background:#111;color:#fff;text-decoration:none;cursor:pointer}
.alert{border:1px solid #f2c2c2;background:#fff5f5;border-radius:14px;padding:12px}
.ticket{margin-top:10px}
@media(max-width:720px){.grid{grid-template-columns:1fr}}



.table{width:100%;border-collapse:collapse;margin-top:20px}
.table th,.table td{padding:10px;border-bottom:1px solid #eee;text-align:left}
.table th{background:#fafafa}



/* ===== Foundation v6 UI base (mobile-first) ===== */
:root{
  --bg:#ffffff;
  --text:#111;
  --muted:rgba(0,0,0,.65);
  --border:rgba(0,0,0,.10);
  --shadow:0 10px 30px rgba(0,0,0,.08);
  --r:16px;
  --pad:16px;
  --max:1100px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height:1.45;
}

/* containers */
.container {
    max-width: 1800px;
    margin: 0 auto;
    padding-left: 24px;
    padding-right: 24px;
}

/* typography */
h1{font-size:clamp(22px, 2.2vw, 32px); margin:0 0 10px}
h2{font-size:clamp(18px, 1.8vw, 24px); margin:22px 0 10px}
p{margin:0 0 12px}
.muted{color:var(--muted)}

/* cards */
.card{
  background:#fff;
  border:1px solid var(--border);
  border-radius:var(--r);
  padding:clamp(14px, 2vw, 20px);
  box-shadow:var(--shadow);
}

/* form */
.field{display:flex;flex-direction:column;gap:6px;margin:12px 0}
label{font-weight:600;font-size:14px}
input, textarea, select{
  width:100%;
  border:1px solid var(--border);
  border-radius:14px;
  padding:12px 14px;
  font-size:16px;
  outline:none;
}
textarea{resize:vertical;min-height:140px}

/* grid (mobile-first) */
.grid{
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
@media (min-width: 780px){
  .grid-2{grid-template-columns:1fr 1fr;}
  .grid-3{grid-template-columns:repeat(3, 1fr);}
}

/* buttons */
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(0,0,0,.12);
  background:#111;
  color:#fff;
  text-decoration:none;
  cursor:pointer;
  font-weight:600;
}
.btn.secondary{
  background:#fff;
  color:#111;
}

/* tables (responsive) */
.table-wrap{overflow:auto; border-radius:var(--r); border:1px solid var(--border)}
.table{width:100%; border-collapse:collapse; min-width:760px}
.table th,.table td{padding:12px; border-bottom:1px solid var(--border); text-align:left; vertical-align:top}
.table th{background:rgba(0,0,0,.03); font-weight:700}







.tool-wrap{max-width:1100px;margin:0 auto;padding:24px 16px;}
.card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:16px;padding:16px;box-shadow:0 6px 20px rgba(0,0,0,.06);margin:14px 0;}
.card-error{border-color:rgba(255,0,0,.18);}
.row label{display:block;font-weight:600;margin-bottom:6px;}
.inline{display:flex;gap:10px;align-items:center;flex-wrap:wrap;}
.inline input{flex:1;min-width:220px;padding:12px 12px;border-radius:12px;border:1px solid rgba(0,0,0,.14);}


.btn-primary{
  background:#ff7a18 !important; color:#fff !important; padding:12px 18px !important; border-radius:12px !important;
  font-weight:700 !important; text-decoration:none !important;
}
.btn-secondary{
  background:rgba(255,255,255,.9) !important; padding:12px 18px !important; border-radius:12px !important;
  border:1px solid rgba(0,0,0,.1) !important; font-weight:600 !important; text-decoration:none !important;
}

.muted{color:rgba(0,0,0,.55);}
.kv{display:flex;gap:12px;justify-content:space-between;border-bottom:1px dashed rgba(0,0,0,.10);padding:8px 0;}
.kv span{color:rgba(0,0,0,.58);}

