:root {
  --brand-yellow: #f7b500;
  --brand-yellow-strong: #ffca20;
  --brand-yellow-soft: #fff7d6;
  --brand-black: #090909;
  --brand-charcoal: #171719;
  --blue: #171719;
  --blue2: #090909;
  --text: #18181b;
  --muted: #6f7178;
  --line: #e5e5e1;
  --bg: #f3f3f0;
}

body {
  background: radial-gradient(circle at 94% 3%, rgba(247,181,0,.13), transparent 24%), linear-gradient(180deg, #fafaf8, #f1f1ee);
  color: var(--text);
}

a { color: #2c2c2f; }

aside {
  background: linear-gradient(180deg, #070707 0%, #121214 62%, #1c180d 100%);
  border-right: 1px solid rgba(247,181,0,.2);
  box-shadow: 18px 0 46px rgba(9,9,9,.15);
}

.brand.brand-camarote {
  display: grid;
  gap: 10px;
  margin: 0 2px 25px;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(247,181,0,.35);
  box-shadow: 0 14px 28px rgba(0,0,0,.22);
}

.brand-logo-wrap {
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  aspect-ratio: 1.45 / 1;
}

.brand-logo-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy { padding: 1px 4px 5px; }
.brand-copy strong { display: block; color: #0c0c0d; font-size: 14px; letter-spacing: -.1px; }
.brand-copy small { display: block; color: #8a6500; font-size: 9px; letter-spacing: 1.35px; text-transform: uppercase; margin-top: 3px; }

nav a {
  color: #d9d9d7;
  border: 1px solid transparent;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

nav a:hover { background: rgba(247,181,0,.1); color: #fff; transform: translateX(3px); }
nav a.active { background: linear-gradient(90deg, rgba(247,181,0,.22), rgba(247,181,0,.06)); border-color: rgba(247,181,0,.32); color: #fff; }
nav a.active:before { background: var(--brand-yellow); box-shadow: 0 0 14px rgba(247,181,0,.56); }

header {
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.95);
  border-top: 3px solid var(--brand-yellow);
  box-shadow: 0 14px 34px rgba(9,9,9,.07);
  backdrop-filter: blur(12px);
}

.eyebrow { background: none; color: #a77800; letter-spacing: 1.75px; }
.back-menu { background: #f2f2ee; color: #222; border: 1px solid #e1e1dc; }
.back-menu:hover { background: var(--brand-yellow-soft); }
.user-chip { background: var(--brand-black); border-color: var(--brand-black); color: var(--brand-yellow); }

.card,
.panel { background: rgba(255,255,255,.94); border-color: #e9e9e5; box-shadow: 0 14px 34px rgba(18,18,18,.055); }

.welcome-banner {
  position: relative;
  overflow: hidden;
  background: linear-gradient(116deg, #080808 0%, #18181a 62%, #3a2d08 100%);
  border: 1px solid rgba(247,181,0,.28);
  box-shadow: 0 18px 42px rgba(9,9,9,.19);
}

.welcome-banner:after { content: ""; position: absolute; width: 220px; height: 220px; border: 34px solid rgba(247,181,0,.2); border-radius: 50%; right: -65px; top: -96px; }
.welcome-banner > div,
.welcome-banner > .btn { position: relative; z-index: 1; }
.welcome-banner span { color: var(--brand-yellow); letter-spacing: 2px; }
.welcome-banner h2 { letter-spacing: -.6px; }

.btn { background: linear-gradient(135deg, #0b0b0c, #303034); color: #fff; box-shadow: 0 9px 22px rgba(9,9,9,.16); }
.btn:hover { box-shadow: 0 13px 28px rgba(9,9,9,.23); }
.btn.light,
.btn.secondary { background: #fff8dd; color: #171719; border: 1px solid #ecd98f; box-shadow: none; }
.btn.publish-btn,
.login-submit { background: linear-gradient(135deg, var(--brand-yellow), var(--brand-yellow-strong)) !important; color: #090909 !important; }
.btn.schedule-btn { background: linear-gradient(135deg, #252528, #46464b) !important; }

.cards.colorful .card { border: 0; box-shadow: 0 14px 30px rgba(17,17,17,.13); }
.cards.colorful .c1 { background: linear-gradient(135deg, #0b0b0c, #29292d); }
.cards.colorful .c2 { background: linear-gradient(135deg, #222226, #4a4a50); }
.cards.colorful .c3 { background: linear-gradient(135deg, #e9a900, #ffc928); color: #111; }
.cards.colorful .c4 { background: linear-gradient(135deg, #a97800, #e5aa08); }
.cards.colorful .c5 { background: linear-gradient(135deg, #161617, #38383c); }
.cards.colorful .c6 { background: linear-gradient(135deg, #6e5207, #b88700); }
.cards.colorful .card:after { background: rgba(255,255,255,.13); }

input:focus,
textarea:focus,
select:focus { border-color: #d9a400; box-shadow: 0 0 0 3px rgba(247,181,0,.2); }
.toolbar { background: linear-gradient(90deg, #fbfaf4, #fff7d6); }
.toolbar button:hover { border-color: #d9a400; background: #fff7d6; }
.publish-below { background: linear-gradient(135deg, #fff 0%, #fffaf0 100%); border-color: #ead99c; }
.publish-below h4 { color: #6f5200; }
.publish-icon { background: linear-gradient(135deg, #111, #3b310f); color: var(--brand-yellow); box-shadow: 0 8px 20px rgba(17,17,17,.17); }
.publish-actions { border-top-color: #ead99c; }
.destination-card.selected,
.site-check:has(input:checked) { border-color: #d8a000; background: linear-gradient(135deg, #fff, #fff7d2); box-shadow: 0 0 0 3px rgba(247,181,0,.22); }
.destination-title em,
.site-tools span { background: #111; color: var(--brand-yellow); }
.destination-card input,
.check input,
.report-sites input { accent-color: #b78300; }
.copy-mini { background: #fff6d3; color: #6d5100; }
.site-icon,
.avatar { background: #fff5cf; color: #7a5900; }
.progress-track > div { background: linear-gradient(90deg, #b98200, #ffc72b); }
.site-performance progress { accent-color: #d79e00; }

body.auth-body.auth-camarote {
  display: grid;
  place-items: center;
  min-height: 100vh;
  padding: 32px;
  background: radial-gradient(circle at 12% 10%, rgba(247,181,0,.22), transparent 25%), radial-gradient(circle at 88% 85%, rgba(247,181,0,.12), transparent 28%), #080809;
  color: #171719;
}

body.auth-body.auth-camarote:before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.022) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.022) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.auth-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  width: min(1080px, 100%);
  min-height: 650px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 30px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 38px 90px rgba(0,0,0,.58);
}

.auth-showcase {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 48px;
  background: linear-gradient(145deg, #0b0b0c, #171719 68%, #292109);
  color: #fff;
  overflow: hidden;
}

.auth-showcase:before { content: ""; position: absolute; width: 360px; height: 360px; border: 56px solid rgba(247,181,0,.13); border-radius: 50%; right: -145px; bottom: -125px; }
.auth-showcase:after { content: ""; position: absolute; width: 130px; height: 12px; border-radius: 999px; background: var(--brand-yellow); right: 45px; top: 46px; transform: rotate(-14deg); }

.auth-showcase-logo {
  position: relative;
  z-index: 1;
  width: 230px;
  aspect-ratio: 1.45 / 1;
  display: grid;
  place-items: center;
  background: #fff;
  border-radius: 20px;
  padding: 7px;
  box-shadow: 0 18px 40px rgba(0,0,0,.33);
}

.auth-showcase-logo img,
.auth-mobile-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
.auth-showcase-copy { position: relative; z-index: 1; margin: auto 0; }
.auth-badge { display: inline-flex; padding: 8px 12px; border: 1px solid rgba(247,181,0,.38); border-radius: 999px; background: rgba(247,181,0,.08); color: var(--brand-yellow); font-size: 10px; font-weight: 900; letter-spacing: 1.8px; }
.auth-showcase h1 { font-size: clamp(38px,4vw,58px); line-height: 1.02; letter-spacing: -2.2px; margin: 23px 0 18px; }
.auth-showcase h1 em { font-style: normal; color: var(--brand-yellow); }
.auth-showcase p { max-width: 470px; margin: 0; color: #c7c7c9; font-size: 16px; line-height: 1.65; }
.auth-showcase-footer { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; color: #99999f; font-size: 11px; font-weight: 800; letter-spacing: 1.25px; text-transform: uppercase; }
.auth-showcase-footer span { width: 32px; height: 3px; border-radius: 999px; background: var(--brand-yellow); }

.auth-card.auth-card-camarote { display: flex; flex-direction: column; justify-content: center; width: auto; max-width: none; padding: 58px; background: #fff; border-radius: 0; box-shadow: none; }
.auth-card-camarote .login-kicker { margin: 0 0 10px; color: #9b7100; font-size: 10px; font-weight: 900; letter-spacing: 2px; }
.auth-card-camarote h2 { margin: 0; font-size: 34px; letter-spacing: -.8px; color: #141416; }
.auth-intro { margin: 9px 0 30px; color: #74747b; }
.auth-card-camarote label { color: #303036; font-size: 13px; margin-bottom: 18px; }
.auth-card-camarote input { height: 50px; border-color: #ddddda; background: #fafaf8; }
.auth-card-camarote input::placeholder { color: #a2a2a5; }
.auth-card-camarote input:focus { background: #fff; border-color: #d7a000; box-shadow: 0 0 0 4px rgba(247,181,0,.17); }
.auth-card-camarote .eye { top: 6px; color: #8c6800; }
.auth-card-camarote .login-submit { height: 52px; margin-top: 7px; gap: 12px; font-size: 15px; box-shadow: 0 12px 28px rgba(247,181,0,.26); }
.auth-card-camarote .login-submit span { font-size: 20px; line-height: 1; }
.auth-security { margin: 24px 0 0; text-align: center; color: #96969b; font-size: 11px; line-height: 1.5; }
.auth-mobile-logo { display: none; }

@media (max-width: 820px) {
  .brand.brand-camarote { margin-bottom: 20px; }
  .auth-shell { grid-template-columns: 1fr; width: min(500px,100%); min-height: 0; border-radius: 24px; }
  .auth-showcase { display: none; }
  .auth-card.auth-card-camarote { padding: 38px 30px 32px; }
  .auth-mobile-logo { display: grid; place-items: center; width: 190px; aspect-ratio: 1.45 / 1; margin: 0 auto 28px; background: #fff; border: 1px solid #eeeeea; border-radius: 18px; padding: 5px; box-shadow: 0 12px 30px rgba(17,17,17,.08); }
}

@media (max-width: 480px) {
  body.auth-body.auth-camarote { padding: 14px; }
  .auth-card.auth-card-camarote { padding: 30px 22px 26px; }
  .auth-card-camarote h2 { font-size: 29px; }
  .auth-intro { margin-bottom: 24px; }
}
