/** Shopify CDN: Minification failed

Line 48:0 Unexpected "="
Line 77:0 Expected identifier but found ">"
Line 92:0 Expected identifier but found "<"
Line 94:0 Expected identifier but found "="
Line 96:0 Expected identifier but found ">"
Line 102:0 Expected identifier but found "<"
Line 104:0 Expected identifier but found "="
Line 106:0 Expected identifier but found ">"
Line 115:0 Expected identifier but found "<"
Line 117:0 Expected identifier but found "="
... and 60 more hidden warnings

**/
/* ==========================================================================
   GravBase — AI Logo Designer
   File: assets/section-anj-logo-designer.css
   ========================================================================== */

/* --------------------------------------------------------------------------
<<<<<<< HEAD
   1. Tokens
   -------------------------------------------------------------------------- */

.anj-ld {
  --ld-navy:       #293030;
  --ld-navy-mid:   #343c3c;
  --ld-navy-light: #3e4747;
  --ld-blue:       #B23A6F;
  --ld-cyan:       #FF76B4;
  --ld-cyan-dim:   rgba(255, 118, 180,0.15);
  --ld-cyan-glow:  rgba(255, 118, 180,0.35);
  --ld-white:      #ffffff;
  --ld-gray-100:   #EFEFEA;
  --ld-gray-400:   #b7c1b9;
  --ld-gray-600:   #5b6464;
  --ld-border:     rgba(255, 118, 180,0.13);
  --ld-border-mid: rgba(255, 118, 180,0.28);
  --ld-success:    #22c55e;
  --ld-error:      #ef4444;
  --ld-radius-sm:  4px;
  --ld-radius:     8px;
  --ld-radius-lg:  12px;
  --ld-transition: 0.2s ease;

  background: var(--ld-navy);
=======
   1. Tokens & Reset
   -------------------------------------------------------------------------- */

.anj-ld {
  --ld-navy:        #293030;
  --ld-navy-mid:    #343c3c;
  --ld-navy-light:  #3e4747;
  --ld-blue:        #B23A6F;
  --ld-cyan:        #FF76B4;
  --ld-cyan-dim:    rgba(255, 118, 180, 0.18);
  --ld-cyan-glow:   rgba(255, 118, 180, 0.35);
  --ld-white:       #ffffff;
  --ld-gray-100:    #EFEFEA;
  --ld-gray-400:    #b7c1b9;
  --ld-gray-600:    #5b6464;
  --ld-border:      rgba(255, 118, 180, 0.14);
  --ld-border-mid:  rgba(255, 118, 180, 0.28);
  --ld-success:     #22c55e;
  --ld-error:       #ef4444;

  --ld-radius-sm:   4px;
  --ld-radius:      8px;
  --ld-radius-lg:   12px;

  --ld-transition:  0.2s ease;
  --ld-transition-slow: 0.4s ease;

  background-color: var(--ld-navy);
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  color: var(--ld-white);
  padding: 60px 0 80px;
  font-family: 'Almarai', sans-serif;
}

/* --------------------------------------------------------------------------
   2. Header
   -------------------------------------------------------------------------- */

.anj-ld__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
<<<<<<< HEAD
  margin-bottom: 36px;
=======
  margin-bottom: 40px;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  padding-bottom: 32px;
  border-bottom: 1px solid var(--ld-border);
}

.anj-ld__eyebrow {
<<<<<<< HEAD
  font-family: 'Albra Grotesk','LEMONMILK','Barlow',sans-serif;
=======
  font-family: 'Albra Grotesk', 'LEMONMILK', 'Barlow', sans-serif;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  font-size: 10px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ld-cyan);
  margin: 0 0 10px;
}

.anj-ld__title {
<<<<<<< HEAD
  font-family: 'Archivo','Barlow',sans-serif;
=======
  font-family: 'Archivo', 'Barlow', sans-serif;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  margin: 0 0 10px;
<<<<<<< HEAD
=======
  color: var(--ld-white);
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
}

.anj-ld__subtitle {
  font-size: 16px;
  color: var(--ld-gray-400);
  margin: 0;
  max-width: 440px;
  line-height: 1.6;
}

<<<<<<< HEAD
.anj-ld__header-badges { display: flex; flex-direction: column; gap: 8px; flex-shrink: 0; }
=======
.anj-ld__header-badges {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))

.anj-ld__badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
<<<<<<< HEAD
  font-family: 'Albra Grotesk','LEMONMILK','Barlow',sans-serif;
=======
  font-family: 'Albra Grotesk', 'LEMONMILK', 'Barlow', sans-serif;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  font-size: 9px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ld-cyan);
  background: var(--ld-cyan-dim);
  border: 1px solid var(--ld-border-mid);
  border-radius: var(--ld-radius-sm);
  padding: 5px 10px;
  white-space: nowrap;
}

.anj-ld__badge::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--ld-cyan);
  flex-shrink: 0;
}

/* --------------------------------------------------------------------------
<<<<<<< HEAD
   3. Panel shared
   -------------------------------------------------------------------------- */

.anj-ld__step-block { margin-bottom: 24px; }
=======
   3. Workspace Layout
   -------------------------------------------------------------------------- */

.anj-ld__workspace {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 24px;
  align-items: start;
}

/* --------------------------------------------------------------------------
   4. Panel Shared
   -------------------------------------------------------------------------- */
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))

.anj-ld__panel-header {
  display: flex;
  align-items: center;
  gap: 10px;
<<<<<<< HEAD
  margin-bottom: 16px;
}

.anj-ld__panel-header--sub { margin-bottom: 12px; }

.anj-ld__panel-num {
  font-family: 'Albra Grotesk','LEMONMILK','Barlow',sans-serif;
=======
  margin-bottom: 20px;
}

.anj-ld__panel-header--sub {
  margin-bottom: 12px;
}

.anj-ld__panel-num {
  font-family: 'Albra Grotesk', 'LEMONMILK', 'Barlow', sans-serif;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  font-size: 10px;
  letter-spacing: 0.1em;
  color: var(--ld-cyan);
  background: var(--ld-cyan-dim);
  border: 1px solid var(--ld-border-mid);
  border-radius: var(--ld-radius-sm);
  padding: 3px 7px;
  line-height: 1;
}

.anj-ld__panel-title {
<<<<<<< HEAD
  font-family: 'Archivo','Barlow',sans-serif;
=======
  font-family: 'Archivo', 'Barlow', sans-serif;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ld-gray-400);
  margin: 0;
}

/* --------------------------------------------------------------------------
<<<<<<< HEAD
   4. Template Grid
   -------------------------------------------------------------------------- */

.anj-ld__template-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.anj-ld__tpl-card {
  background: var(--ld-navy-mid);
  border: 1.5px solid var(--ld-border);
  border-radius: var(--ld-radius-lg);
  padding: 0;
  cursor: pointer;
  transition: border-color var(--ld-transition), box-shadow var(--ld-transition), transform var(--ld-transition);
  overflow: hidden;
  text-align: left;
}

.anj-ld__tpl-card:hover {
  border-color: var(--ld-cyan);
  box-shadow: 0 0 16px var(--ld-cyan-dim);
  transform: translateY(-2px);
}

.anj-ld__tpl-card.is-active {
  border-color: var(--ld-cyan);
  box-shadow: 0 0 24px var(--ld-cyan-glow);
}

.anj-ld__tpl-thumb {
  width: 100%;
  overflow: hidden;
  background: #111;
  line-height: 0;
}

.anj-ld__tpl-thumb svg {
  width: 100%;
  height: auto;
  display: block;
}

.anj-ld__tpl-label {
  display: block;
  font-family: 'Albra Grotesk','LEMONMILK','Barlow',sans-serif;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ld-gray-400);
  padding: 8px 12px;
}

.anj-ld__tpl-card.is-active .anj-ld__tpl-label {
  color: var(--ld-cyan);
}

/* --------------------------------------------------------------------------
   5. Workspace
   -------------------------------------------------------------------------- */

.anj-ld__workspace {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 20px;
  align-items: start;
}

/* --------------------------------------------------------------------------
   6. Brief
=======
   5. Brief Panel
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
   -------------------------------------------------------------------------- */

.anj-ld__brief {
  background: var(--ld-navy-mid);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-lg);
<<<<<<< HEAD
  padding: 22px;
=======
  padding: 24px;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  position: sticky;
  top: 24px;
}

<<<<<<< HEAD
.anj-ld__fields { display: flex; flex-direction: column; gap: 14px; margin-bottom: 18px; }

.anj-ld__field { display: flex; flex-direction: column; gap: 5px; }
=======
.anj-ld__fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 20px;
}

.anj-ld__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))

.anj-ld__label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ld-gray-400);
}

<<<<<<< HEAD
.anj-ld__required { color: var(--ld-cyan); }
.anj-ld__optional { font-weight: 400; text-transform: none; letter-spacing: 0; color: var(--ld-gray-600); font-size: 10px; }

.anj-ld__field-hint {
  font-size: 10px;
  color: var(--ld-gray-600);
  line-height: 1.4;
=======
.anj-ld__required {
  color: var(--ld-cyan);
}

.anj-ld__optional {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: var(--ld-gray-600);
  font-size: 10px;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
}

.anj-ld__input {
  background: var(--ld-navy-light);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  color: var(--ld-white);
<<<<<<< HEAD
  font-family: 'Almarai',sans-serif;
=======
  font-family: 'Almarai', sans-serif;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  font-size: 14px;
  padding: 10px 12px;
  width: 100%;
  box-sizing: border-box;
  transition: border-color var(--ld-transition), box-shadow var(--ld-transition);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

<<<<<<< HEAD
.anj-ld__input::placeholder { color: var(--ld-gray-600); }
.anj-ld__input:focus { border-color: var(--ld-cyan); box-shadow: 0 0 0 3px var(--ld-cyan-dim); }
.anj-ld__input:disabled { opacity: 0.4; cursor: not-allowed; }

/* --------------------------------------------------------------------------
   7. Color pickers (brief panel)
   -------------------------------------------------------------------------- */

.anj-ld__color-row {
  display: flex;
  gap: 10px;
}

.anj-ld__color-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}

.anj-ld__color-pick-wrap {
  position: relative;
  width: 100%;
  height: 40px;
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  overflow: hidden;
  cursor: pointer;
  transition: border-color var(--ld-transition);
}

.anj-ld__color-pick-wrap:hover { border-color: var(--ld-cyan); }

.anj-ld__color-preview {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.anj-ld__color-native {
  position: absolute;
  inset: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0;
}

/* --------------------------------------------------------------------------
   8. Generate / Apply button
=======
.anj-ld__input::placeholder {
  color: var(--ld-gray-600);
}

.anj-ld__input:focus {
  border-color: var(--ld-cyan);
  box-shadow: 0 0 0 3px var(--ld-cyan-dim);
}

.anj-ld__input:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.anj-ld__select {
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%2300b2ff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 32px;
  cursor: pointer;
}

.anj-ld__select option {
  background: var(--ld-navy-mid);
  color: var(--ld-white);
}

/* --------------------------------------------------------------------------
   6. Generate Button
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
   -------------------------------------------------------------------------- */

.anj-ld__generate-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 13px 20px;
  background: var(--ld-blue);
  border: none;
  border-radius: var(--ld-radius);
  color: var(--ld-white);
<<<<<<< HEAD
  font-family: 'Albra Grotesk','LEMONMILK','Barlow',sans-serif;
=======
  font-family: 'Albra Grotesk', 'LEMONMILK', 'Barlow', sans-serif;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  cursor: pointer;
<<<<<<< HEAD
  transition: background var(--ld-transition), box-shadow var(--ld-transition), transform var(--ld-transition);
=======
  transition: background var(--ld-transition), transform var(--ld-transition), box-shadow var(--ld-transition);
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  position: relative;
  overflow: hidden;
}

<<<<<<< HEAD
.anj-ld__generate-btn:hover:not(:disabled) { background: var(--ld-cyan); color: var(--ld-navy); box-shadow: 0 0 24px var(--ld-cyan-glow); }
.anj-ld__generate-btn:active:not(:disabled) { transform: scale(0.98); }
.anj-ld__generate-btn:disabled { opacity: 0.5; cursor: not-allowed; }
.anj-ld__generate-btn.is-loading .anj-ld__btn-text,
.anj-ld__generate-btn.is-loading .anj-ld__btn-icon { opacity: 0; }

.anj-ld__btn-spinner {
  display: none;
  width: 16px; height: 16px;
  border: 2px solid rgba(255,255,255,0.25);
  border-top-color: #fff;
=======
.anj-ld__generate-btn:hover:not(:disabled) {
  background: var(--ld-cyan);
  color: var(--ld-navy);
  box-shadow: 0 0 24px var(--ld-cyan-glow);
}

.anj-ld__generate-btn:active:not(:disabled) {
  transform: scale(0.98);
}

.anj-ld__generate-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.anj-ld__generate-btn.is-loading .anj-ld__btn-text {
  opacity: 0;
}

.anj-ld__generate-btn.is-loading .anj-ld__btn-icon {
  opacity: 0;
}

.anj-ld__btn-spinner {
  display: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255,255,255,0.25);
  border-top-color: var(--ld-white);
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  border-radius: 50%;
  animation: ld-spin 0.65s linear infinite;
  position: absolute;
}

<<<<<<< HEAD
.anj-ld__generate-btn.is-loading .anj-ld__btn-spinner { display: block; }
@keyframes ld-spin { to { transform: rotate(360deg); } }

/* --------------------------------------------------------------------------
   9. Status
=======
.anj-ld__generate-btn.is-loading .anj-ld__btn-spinner {
  display: block;
}

@keyframes ld-spin {
  to { transform: rotate(360deg); }
}

/* --------------------------------------------------------------------------
   7. Status
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
   -------------------------------------------------------------------------- */

.anj-ld__status {
  font-size: 12px;
  color: var(--ld-gray-400);
  margin: 10px 0 0;
<<<<<<< HEAD
  min-height: 16px;
=======
  min-height: 18px;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  text-align: center;
  transition: color var(--ld-transition);
}

<<<<<<< HEAD
.anj-ld__status.is-error   { color: var(--ld-error); }
.anj-ld__status.is-success { color: var(--ld-success); }

/* --------------------------------------------------------------------------
   10. Canvas column
   -------------------------------------------------------------------------- */

.anj-ld__canvas-col { display: flex; flex-direction: column; gap: 14px; }
=======
.anj-ld__status.is-error {
  color: var(--ld-error);
}

.anj-ld__status.is-success {
  color: var(--ld-success);
}

/* --------------------------------------------------------------------------
   8. Canvas Column
   -------------------------------------------------------------------------- */

.anj-ld__canvas-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))

.anj-ld__canvas {
  background: var(--ld-navy-mid);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-lg);
<<<<<<< HEAD
  min-height: 320px;
=======
  min-height: 400px;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
<<<<<<< HEAD
  transition: background 0.4s ease;
}

.anj-ld__canvas[data-bg="light"]       { background: var(--ld-gray-100); }
.anj-ld__canvas[data-bg="transparent"] {
  background-image: linear-gradient(rgba(255, 118, 180,0.06) 1px,transparent 1px), linear-gradient(90deg,rgba(255, 118, 180,0.06) 1px,transparent 1px);
=======
  transition: background var(--ld-transition-slow);
}

.anj-ld__canvas[data-bg="light"] {
  background: var(--ld-gray-100);
}

.anj-ld__canvas[data-bg="transparent"] {
  background-image:
    linear-gradient(rgba(255, 118, 180,0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 118, 180,0.06) 1px, transparent 1px);
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  background-size: 32px 32px;
  background-color: var(--ld-navy);
}

<<<<<<< HEAD
.anj-ld__canvas-empty {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  color: var(--ld-gray-600); text-align: center; padding: 48px 32px; pointer-events: none;
}

.anj-ld__canvas-empty.is-hidden { display: none; }
.anj-ld__empty-icon { color: var(--ld-gray-600); opacity: 0.5; }
.anj-ld__canvas-empty p { font-size: 14px; line-height: 1.6; margin: 0; }
.anj-ld__canvas-empty strong { color: var(--ld-cyan); }

.anj-ld__svg-output {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  padding: 24px; box-sizing: border-box;
  opacity: 0; transition: opacity 0.3s ease;
}

.anj-ld__svg-output.is-visible { opacity: 1; }
.anj-ld__svg-output svg { max-width: 100%; max-height: 280px; width: auto; height: auto; }

/* bg toggle */
.anj-ld__canvas-bg-toggle {
  display: flex; gap: 2px;
  background: var(--ld-navy); border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-sm); padding: 3px; margin-left: auto;
}

.anj-ld__bg-btn {
  font-family: 'Almarai',sans-serif; font-size: 11px; color: var(--ld-gray-400);
  background: none; border: none; border-radius: 3px; padding: 4px 8px;
  cursor: pointer; transition: background var(--ld-transition), color var(--ld-transition);
}

.anj-ld__bg-btn:hover { color: var(--ld-white); }
.anj-ld__bg-btn--active, .anj-ld__bg-btn.is-active { background: var(--ld-navy-light); color: var(--ld-cyan); }

/* --------------------------------------------------------------------------
   11. Refine bar
=======
/* Empty state */
.anj-ld__canvas-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  color: var(--ld-gray-600);
  text-align: center;
  padding: 48px 32px;
  pointer-events: none;
  transition: opacity var(--ld-transition);
}

.anj-ld__canvas-empty.is-hidden {
  display: none;
}

.anj-ld__empty-icon {
  color: var(--ld-gray-600);
  opacity: 0.5;
}

.anj-ld__canvas-empty p {
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

.anj-ld__canvas-empty strong {
  color: var(--ld-cyan);
}

/* SVG output */
.anj-ld__svg-output {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity var(--ld-transition-slow);
}

.anj-ld__svg-output.is-visible {
  opacity: 1;
}

.anj-ld__svg-output svg {
  max-width: 100%;
  max-height: 340px;
  width: auto;
  height: auto;
}

/* Canvas background toggle */
.anj-ld__canvas-bg-toggle {
  display: flex;
  gap: 2px;
  background: var(--ld-navy);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-sm);
  padding: 3px;
  margin-left: auto;
}

.anj-ld__bg-btn {
  font-family: 'Almarai', sans-serif;
  font-size: 11px;
  color: var(--ld-gray-400);
  background: none;
  border: none;
  border-radius: 3px;
  padding: 4px 8px;
  cursor: pointer;
  transition: background var(--ld-transition), color var(--ld-transition);
  line-height: 1;
}

.anj-ld__bg-btn:hover {
  color: var(--ld-white);
}

.anj-ld__bg-btn--active,
.anj-ld__bg-btn.is-active {
  background: var(--ld-navy-light);
  color: var(--ld-cyan);
}

/* --------------------------------------------------------------------------
   9. Refinement Bar
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
   -------------------------------------------------------------------------- */

.anj-ld__refine-bar {
  background: var(--ld-navy-mid);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-lg);
<<<<<<< HEAD
  padding: 18px 20px;
}

.anj-ld__refine-input-row { display: flex; gap: 8px; }
.anj-ld__refine-input { flex: 1; font-size: 14px; }

.anj-ld__refine-btn {
  display: flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; flex-shrink: 0;
  background: var(--ld-blue); border: none; border-radius: var(--ld-radius);
  color: var(--ld-white); cursor: pointer;
  transition: background var(--ld-transition), box-shadow var(--ld-transition);
}

.anj-ld__refine-btn:hover:not(:disabled) { background: var(--ld-cyan); color: var(--ld-navy); box-shadow: 0 0 16px var(--ld-cyan-glow); }
.anj-ld__refine-btn:disabled { opacity: 0.4; cursor: not-allowed; }

/* --------------------------------------------------------------------------
   12. Color editor (fine-tune swatches)
   -------------------------------------------------------------------------- */

.anj-ld__colors-bar {
  background: var(--ld-navy-mid);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius-lg);
  padding: 18px 20px;
}

.anj-ld__color-reset {
  display: inline-flex; align-items: center; gap: 5px;
  margin-left: auto; font-family: 'Almarai',sans-serif; font-size: 11px;
  color: var(--ld-gray-400); background: none;
  border: 1px solid var(--ld-border); border-radius: var(--ld-radius-sm);
  padding: 4px 10px; cursor: pointer;
  transition: color var(--ld-transition), border-color var(--ld-transition);
}

.anj-ld__color-reset:hover { color: var(--ld-cyan); border-color: var(--ld-cyan); }

.anj-ld__color-swatches { display: flex; flex-wrap: wrap; gap: 12px; }

.anj-ld__swatch-item { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.anj-ld__swatch-label { font-size: 10px; letter-spacing: 0.05em; color: var(--ld-gray-400); text-transform: uppercase; font-weight: 600; }

.anj-ld__swatch-picker {
  position: relative; width: 44px; height: 44px;
  border-radius: var(--ld-radius); border: 2px solid var(--ld-border);
  overflow: hidden; cursor: pointer;
  transition: border-color var(--ld-transition), box-shadow var(--ld-transition);
}

.anj-ld__swatch-picker:hover { border-color: var(--ld-cyan); box-shadow: 0 0 10px var(--ld-cyan-dim); }

.anj-ld__swatch-preview { position: absolute; inset: 0; pointer-events: none; border-radius: 4px; }

.anj-ld__swatch-picker input[type="color"] {
  position: absolute; inset: -4px;
  width: calc(100% + 8px); height: calc(100% + 8px);
  border: none; padding: 0; cursor: pointer; opacity: 0;
}

/* --------------------------------------------------------------------------
   13. Bottom bar
   -------------------------------------------------------------------------- */

.anj-ld__bottom-bar {
  display: flex; align-items: center; gap: 20px;
  margin-top: 24px; padding-top: 24px;
=======
  padding: 20px;
}

.anj-ld__refine-input-row {
  display: flex;
  gap: 8px;
}

.anj-ld__refine-input {
  flex: 1;
  font-size: 14px;
}

.anj-ld__refine-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  background: var(--ld-blue);
  border: none;
  border-radius: var(--ld-radius);
  color: var(--ld-white);
  cursor: pointer;
  transition: background var(--ld-transition), box-shadow var(--ld-transition);
}

.anj-ld__refine-btn:hover:not(:disabled) {
  background: var(--ld-cyan);
  color: var(--ld-navy);
  box-shadow: 0 0 16px var(--ld-cyan-glow);
}

.anj-ld__refine-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/* --------------------------------------------------------------------------
   10. Bottom Bar
   -------------------------------------------------------------------------- */

.anj-ld__bottom-bar {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  padding-top: 24px;
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
  border-top: 1px solid var(--ld-border);
  flex-wrap: wrap;
}

<<<<<<< HEAD
.anj-ld__downloads { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.anj-ld__dl-label { font-size: 11px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--ld-gray-400); }

.anj-ld__dl-btn {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--ld-navy-mid); border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius); color: var(--ld-gray-400);
  font-family: 'Albra Grotesk','LEMONMILK','Barlow',sans-serif; font-size: 10px;
  letter-spacing: 0.08em; text-transform: uppercase; padding: 8px 14px;
  cursor: pointer; transition: border-color var(--ld-transition), color var(--ld-transition), background var(--ld-transition);
}

.anj-ld__dl-btn:hover:not(:disabled) { border-color: var(--ld-cyan); color: var(--ld-cyan); background: var(--ld-cyan-dim); }
.anj-ld__dl-btn:disabled { opacity: 0.35; cursor: not-allowed; }

.anj-ld__quote-cta {
  display: flex; align-items: center; gap: 20px; flex: 1;
  background: linear-gradient(135deg,var(--ld-navy-mid) 0%,rgba(255, 118, 180,0.18) 100%);
  border: 1px solid var(--ld-border-mid);
  border-radius: var(--ld-radius-lg); padding: 16px 20px;
  transition: border-color var(--ld-transition), box-shadow var(--ld-transition);
}

.anj-ld__quote-cta.pulse-glow { animation: ld-pulse 0.8s ease 3; }
@keyframes ld-pulse { 0%,100% { box-shadow: none; border-color: var(--ld-border-mid); } 50% { box-shadow: 0 0 28px var(--ld-cyan-glow); border-color: var(--ld-cyan); } }

.anj-ld__quote-copy { flex: 1; display: flex; flex-direction: column; gap: 3px; }
.anj-ld__quote-heading { font-family: 'Archivo','Barlow',sans-serif; font-size: 15px; font-weight: 700; }
.anj-ld__quote-sub { font-size: 13px; color: var(--ld-gray-400); }

.anj-ld__quote-btn {
  display: inline-flex; align-items: center; white-space: nowrap;
  background: var(--ld-cyan); color: var(--ld-navy);
  font-family: 'Albra Grotesk','LEMONMILK','Barlow',sans-serif; font-size: 10px;
  letter-spacing: 0.1em; text-transform: uppercase; text-decoration: none;
  padding: 11px 20px; border-radius: var(--ld-radius); font-weight: 700;
  transition: background var(--ld-transition), box-shadow var(--ld-transition); flex-shrink: 0;
}

.anj-ld__quote-btn:hover { background: var(--ld-white); box-shadow: 0 4px 20px var(--ld-cyan-glow); }

/* --------------------------------------------------------------------------
   14. Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1000px) {
  .anj-ld__template-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .anj-ld__header { flex-direction: column; gap: 16px; }
  .anj-ld__header-badges { flex-direction: row; flex-wrap: wrap; }
  .anj-ld__workspace { grid-template-columns: 1fr; }
  .anj-ld__brief { position: static; }
  .anj-ld__title { font-size: 28px; }
  .anj-ld__template-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
  .anj-ld { padding: 40px 0 60px; }
  .anj-ld__title { font-size: 24px; }
  .anj-ld__template-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .anj-ld__bottom-bar { flex-direction: column; align-items: stretch; }
  .anj-ld__quote-cta { flex-direction: column; align-items: flex-start; gap: 12px; }
  .anj-ld__quote-btn { width: 100%; justify-content: center; }
  .anj-ld__canvas { min-height: 240px; }
=======
/* Downloads */
.anj-ld__downloads {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.anj-ld__dl-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--ld-gray-400);
}

.anj-ld__dl-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--ld-navy-mid);
  border: 1px solid var(--ld-border);
  border-radius: var(--ld-radius);
  color: var(--ld-gray-400);
  font-family: 'Albra Grotesk', 'LEMONMILK', 'Barlow', sans-serif;
  font-size: 10px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 8px 14px;
  cursor: pointer;
  transition: border-color var(--ld-transition), color var(--ld-transition), background var(--ld-transition);
}

.anj-ld__dl-btn:hover:not(:disabled) {
  border-color: var(--ld-cyan);
  color: var(--ld-cyan);
  background: var(--ld-cyan-dim);
}

.anj-ld__dl-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Quote CTA */
.anj-ld__quote-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  background: linear-gradient(135deg, var(--ld-navy-mid) 0%, rgba(255, 118, 180,0.18) 100%);
  border: 1px solid var(--ld-border-mid);
  border-radius: var(--ld-radius-lg);
  padding: 16px 20px;
  transition: border-color var(--ld-transition), box-shadow var(--ld-transition);
}

.anj-ld__quote-cta.pulse-glow {
  animation: ld-pulse-glow 0.8s ease 3;
}

@keyframes ld-pulse-glow {
  0%, 100% { box-shadow: none; border-color: var(--ld-border-mid); }
  50% { box-shadow: 0 0 28px var(--ld-cyan-glow); border-color: var(--ld-cyan); }
}

.anj-ld__quote-copy {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.anj-ld__quote-heading {
  font-family: 'Archivo', 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--ld-white);
}

.anj-ld__quote-sub {
  font-size: 13px;
  color: var(--ld-gray-400);
}

.anj-ld__quote-btn {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  background: var(--ld-cyan);
  color: var(--ld-navy);
  font-family: 'Albra Grotesk', 'LEMONMILK', 'Barlow', sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 11px 20px;
  border-radius: var(--ld-radius);
  font-weight: 700;
  transition: background var(--ld-transition), box-shadow var(--ld-transition);
  flex-shrink: 0;
}

.anj-ld__quote-btn:hover {
  background: var(--ld-white);
  box-shadow: 0 4px 20px var(--ld-cyan-glow);
}

/* --------------------------------------------------------------------------
   11. Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 900px) {
  .anj-ld__header {
    flex-direction: column;
    gap: 16px;
  }

  .anj-ld__header-badges {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .anj-ld__workspace {
    grid-template-columns: 1fr;
  }

  .anj-ld__brief {
    position: static;
  }

  .anj-ld__title {
    font-size: 28px;
  }
}

@media (max-width: 600px) {
  .anj-ld {
    padding: 40px 0 60px;
  }

  .anj-ld__title {
    font-size: 24px;
  }

  .anj-ld__bottom-bar {
    flex-direction: column;
    align-items: stretch;
  }

  .anj-ld__quote-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .anj-ld__quote-btn {
    width: 100%;
    justify-content: center;
  }

  .anj-ld__canvas {
    min-height: 280px;
  }
>>>>>>> f3e0123 (feat: add AI logo designer frontend (V2))
}
