/* Themeshawk Image Studio v2 */
.this-app {
  max-width: 1180px;
  margin: 30px auto;
  color: #172033
}
.this-hero {
  padding: 42px;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(135deg, #0f172a, #334155);
  box-shadow: 0 20px 60px rgba(15, 23, 42, .18)
}
.this-kicker {
  font-size: 11px;
  letter-spacing: .16em;
  opacity: .7
}
.this-hero h2 {
  font-size: 38px;
  margin: 10px 0
}
.this-hero p {
  margin: 0;
  color: #cbd5e1
}
.this-nav {
  display: flex;
  gap: 8px;
  overflow: auto;
  padding: 12px;
  margin: 14px 0;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(15, 23, 42, .06)
}
.this-nav button {
  border: 0;
  background: #f1f5f9;
  border-radius: 11px;
  padding: 11px 17px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap
}
.this-nav button.active {
  background: #111827;
  color: #fff
}
.this-screen {
  display: none
}
.this-screen.active {
  display: block
}
.this-tool-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 14px
}
.this-tool-grid button, .this-create-grid button {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 17px;
  padding: 5px 20px;
  text-align: left;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 7px 25px rgba(15, 23, 42, .05);
  transition: .18s
}
.this-tool-grid button:hover, .this-tool-grid button.selected, .this-create-grid button:hover {
  transform: translateY(-2px);
  border-color: #111827
}
.this-tool-grid span, .this-create-grid span {
  display: block;
  color: #64748b;
  font-weight: 400;
  font-size: 12px;
  margin-top: 7px
}
.this-workspace, .this-create-editor {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 20px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, .07)
}
.this-drop {
  border: 2px dashed #cbd5e1;
  border-radius: 18px;
  padding: 48px;
  text-align: center;
  background: #f8fafc;
  cursor: pointer
}
.this-drop small {
  display: block;
  color: #64748b;
  margin-top: 8px
}
.this-file-input, .this-convert-files, .this-ai-files {
  display: none
}
.this-settings-panel {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  padding: 18px 0
}
.this-settings-panel label {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px
}
.this-settings-panel input, .this-settings-panel select, .this-create-controls input, .this-create-controls select {
  border: 1px solid #d1d5db;
  border-radius: 9px;
  padding: 9px
}
.this-file-list > div {
  display: flex;
  justify-content: space-between;
  padding: 9px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 13px
}
.this-file-list small {
  color: #64748b
}
.this-primary, .this-secondary {
  border: 0;
  border-radius: 0px;
  padding: 5px 20px;
  cursor: pointer;
  background: #111827;
  color: #fff
}
.this-secondary {
  margin-top: 12px;
  background: #334155
}
.this-output {
  margin-top: 16px
}
.this-result {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  margin: 8px 0
}
.this-result img {
  width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 8px
}
.this-result small, .this-result a {
  display: block;
  margin-top: 4px
}
.this-success {
  padding: 11px;
  background: #f0fdf4;
  border-radius: 10px
}
.this-error {
  padding: 11px;
  background: #fef2f2;
  color: #991b1b;
  border-radius: 10px
}
.this-loading {
  padding: 15px;
  background: #f8fafc;
  border-radius: 10px
}
.this-create-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 14px
}
.this-create-editor {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 18px
}
.this-create-preview {
  background: #0f172a;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px
}
.this-create-preview canvas {
  max-width: 100%;
  max-height: 650px
}
.this-create-controls {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.this-editor-layout {
  display: grid;
  grid-template-columns: 170px 1fr;
  background: #0f172a;
  border-radius: 22px;
  overflow: hidden;
  color: #fff
}
.this-editor-sidebar {
  padding: 12px;
  background: #111827
}
.this-editor-sidebar button {
  display: block;
  width: 100%;
  padding: 12px;
  border: 0;
  background: transparent;
  color: #cbd5e1;
  text-align: left;
  border-radius: 9px;
  cursor: pointer
}
.this-editor-sidebar button.active, .this-editor-sidebar button:hover {
  background: #334155;
  color: #fff
}
.this-editor-main {
  padding: 12px
}
.this-editor-top {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px
}
.this-editor-top button {
  border: 1px solid #475569;
  background: #1e293b;
  color: #fff;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer
}
.this-editor-top input {
  max-width: 200px
}
.this-canvas-wrap {
  min-height: 520px;
  background: radial-gradient(circle, #334155, #020617);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  position: relative
}
.this-canvas-wrap canvas {
  max-width: 95%;
  max-height: 600px;
  background: #fff;
  box-shadow: 0 20px 50px #0008
}
.this-empty {
  position: absolute;
  color: #94a3b8
}
.this-edit-panel {
  padding: 14px;
  background: #111827;
  display: flex;
  gap: 9px;
  flex-wrap: wrap;
  align-items: center
}
.this-edit-panel label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px
}
.this-edit-panel button {
  background: #334155;
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer
}
.this-edit-panel input[type=text] {
  padding: 9px;
  border-radius: 8px;
  border: 0
}
.this-toast {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #111827;
  color: #fff;
  padding: 13px 17px;
  border-radius: 12px;
  opacity: 0;
  transform: translateY(10px);
  transition: .2s;
  pointer-events: none
}
.this-toast.show {
  opacity: 1;
  transform: none
}
.this-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin: 20px 0
}
.this-stat-grid > div, .this-admin-card {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 18px
}
.this-stat-grid b {
  display: block;
  font-size: 28px
}
.this-stat-grid span {
  color: #64748b
}
.this-admin-card {
  max-width: 900px;
  margin: 15px 0
}
@media(max-width:800px) {
  .this-tool-grid, .this-create-grid {
    grid-template-columns: 1fr
  }
  .this-create-editor {
    grid-template-columns: 1fr
  }
  .this-editor-layout {
    grid-template-columns: 1fr
  }
  .this-editor-sidebar {
    display: flex;
    overflow: auto;
    gap: 6px
  }
  .this-editor-sidebar button {
    white-space: nowrap;
    width: auto
  }
  .this-stat-grid {
    grid-template-columns: repeat(2, 1fr)
  }
  .this-hero h2 {
    font-size: 30px
  }
}
.this-tool-grid button.selected {
  background: #f8fafc;
  box-shadow: 0 0 0 2px #111827 inset
}
.this-result small {
  color: #64748b
}
.this-result a {
  display: inline-block !important;
  color: #111827 !important;
  font-weight: 800;
  text-decoration: none
}
.this-result a:hover {
  text-decoration: underline
}
.this-create-preview {
  position: relative
}
.this-create-canvas-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%
}
.this-create-canvas-wrap canvas {
  cursor: move;
  touch-action: none
}
.this-create-hint {
  position: absolute;
  left: 12px;
  bottom: 12px;
  background: rgba(15, 23, 42, .8);
  color: #cbd5e1;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 11px;
  pointer-events: none
}
.this-create-section-title {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #64748b;
  margin-top: 5px
}
.this-create-controls select, .this-create-controls input[type=text], .this-create-controls input[type=number] {
  width: 100%;
  box-sizing: border-box
}
.this-create-row {
  display: flex;
  gap: 10px;
  align-items: center
}
.this-create-row label {
  flex: 1;
  font-size: 12px;
  color: #475569
}
.this-create-row input[type=color] {
  width: 46px;
  height: 36px;
  padding: 2px
}
.this-create-style-buttons {
  display: flex;
  gap: 6px;
  flex-wrap: wrap
}
.this-style-btn {
  border: 1px solid #dbe1e8;
  background: #f8fafc;
  border-radius: 8px;
  padding: 8px 10px;
  cursor: pointer
}
.this-style-btn.active {
  background: #111827;
  color: #fff;
  border-color: #111827
}
.this-create-controls .this-secondary {
  background: #334155
}
@media(max-width:800px) {
  .this-create-preview {
    min-height: 400px
  }
  .this-create-row {
    flex-direction: column;
    align-items: stretch
  }
}
.this-create-canvas-wrap canvas {
  touch-action: none;
  cursor: default;
  user-select: none;
  -webkit-user-select: none
}
.this-create-canvas-wrap canvas:active {
  cursor: grabbing
}
.this-create-hint {
  z-index: 2
}
.this-style-btn {
  min-width: 38px
}
.this-create-modes {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  padding: 7px
}
.this-create-mode {
  border: 0;
  background: #f1f5f9;
  border-radius: 10px;
  padding: 11px 16px;
  font-weight: 800;
  cursor: pointer
}
.this-create-mode.active {
  background: #111827;
  color: #fff
}
.this-create-mode-panel {
  display: none
}
.this-create-mode-panel.active {
  display: block
}
.this-collage-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 18px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  padding: 18px
}
.this-collage-preview {
  position: relative;
  background: #0f172a;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 560px
}
.this-collage-preview canvas {
  max-width: 100%;
  max-height: 650px;
  background: #fff;
  touch-action: none;
  cursor: grab
}
.this-collage-preview canvas:active {
  cursor: grabbing
}
.this-collage-hint {
  position: absolute;
  left: 12px;
  bottom: 12px;
  color: #cbd5e1;
  background: #0f172dcc;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 11px;
  pointer-events: none
}
.this-collage-controls {
  display: flex;
  flex-direction: column;
  gap: 10px
}
.this-upload-button {
  display: block;
  text-align: center;
  background: #111827;
  color: #fff;
  border-radius: 10px;
  padding: 12px;
  font-weight: 800;
  cursor: pointer
}
.this-upload-button input {
  display: none
}
.this-collage-list {
  max-height: 180px;
  overflow: auto;
  border: 1px solid #e5e7eb;
  border-radius: 10px
}
.this-collage-list > div {
  display: flex;
  justify-content: space-between;
  padding: 8px 10px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 12px
}
.this-collage-list button {
  border: 0;
  background: #fee2e2;
  color: #991b1b;
  border-radius: 6px;
  padding: 4px 7px;
  cursor: pointer
}
.this-collage-layouts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px
}
.this-collage-layouts button {
  border: 1px solid #dbe1e8;
  background: #f8fafc;
  border-radius: 8px;
  padding: 9px;
  cursor: pointer
}
.this-collage-layouts button.active {
  background: #111827;
  color: #fff
}
.this-collage-controls > label {
  font-size: 12px;
  color: #475569
}
@media(max-width:800px) {
  .this-collage-layout {
    grid-template-columns: 1fr
  }
  .this-collage-preview {
    min-height: 380px
  }
}
.this-social-extra-controls {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 5px
}
.this-social-extra-controls input, .this-social-extra-controls select {
  border: 1px solid #d1d5db;
  border-radius: 9px;
  padding: 9px;
  box-sizing: border-box
}
.this-social-align {
  display: flex;
  gap: 6px
}
.this-social-align button {
  border: 1px solid #dbe1e8;
  background: #f8fafc;
  border-radius: 8px;
  padding: 8px 11px;
  cursor: pointer
}
.this-social-align button.active {
  background: #111827;
  color: #fff
}
.this-social-check {
  font-size: 12px;
  color: #475569
}
.this-social-tip {
  font-size: 11px;
  color: #64748b;
  margin: 0
}
#this-social-canvas {
  touch-action: none;
  cursor: move
}
.this-advanced-editor {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  overflow: hidden
}
.this-editor-toolbar {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  padding: 12px;
  background: #fff;
  border-bottom: 1px solid #e2e8f0
}
.this-editor-toolbar button, .this-editor-toolbar input {
  border: 1px solid #dbe1e8;
  background: #fff;
  border-radius: 8px;
  padding: 9px 11px;
  cursor: pointer
}
.this-editor-body {
  display: flex;
  min-height: 700px
}
.this-editor-sidebar {
  width: 125px;
  background: #fff;
  border-right: 1px solid #e2e8f0;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px
}
.this-editor-sidebar button {
  border: 0;
  background: transparent;
  border-radius: 9px;
  padding: 11px 7px;
  text-align: left;
  cursor: pointer;
  font-weight: 700
}
.this-editor-sidebar button.active {
  background: #111827;
  color: #fff
}
.this-editor-main {
  flex: 1;
  min-width: 0
}
.this-editor-stage {
  min-height: 520px;
  background: #0f172a;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: auto;
  padding: 20px
}
.this-editor-stage canvas {
  background: #fff;
  max-width: none;
  box-shadow: 0 10px 35px #0005;
  touch-action: none
}
.this-edit-zoom {
  position: absolute;
  right: 14px;
  bottom: 14px;
  background: #fff;
  border-radius: 10px;
  padding: 5px;
  display: flex;
  gap: 5px;
  align-items: center
}
.this-edit-zoom button {
  border: 0;
  background: #f1f5f9;
  padding: 7px 10px;
  border-radius: 7px;
  cursor: pointer
}
.this-edit-panel {
  display: none;
  background: #fff;
  padding: 15px;
  border-top: 1px solid #e2e8f0
}
.this-edit-panel.active {
  display: block
}
.this-edit-panel label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 8px 0;
  color: #FFFFFF
}
.this-edit-panel label input[type=range] {
  flex: 1
}
.this-edit-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px
}
.this-edit-grid button, .this-edit-panel button {
  border: 1px solid #dbe1e8;
  border-radius: 0px;
  padding: 9px 12px;
  cursor: pointer
}
.this-edit-grid button.active, .this-edit-panel button.active {
  background: #111827;
  color: #fff
}
.this-edit-text-row {
    display: flex;
    gap: 10px;
    margin-bottom: 8px;
    margin-top: 10px;
}
.this-edit-text-row > * {
  flex: 1
}
.this-edit-style {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin: 8px 0
}
.this-export-bar {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px;
  background: #fff;
  border-top: 1px solid #e2e8f0
}
.this-export-bar select {
  padding: 9px;
  border-radius: 8px;
  border: 1px solid #dbe1e8
}
.this-empty {
  color: #cbd5e1;
  position: absolute
}
@media(max-width:800px) {
  .this-editor-body {
    display: block
  }
  .this-editor-sidebar {
    width: auto;
    flex-direction: row;
    overflow: auto;
    border-right: 0;
    border-bottom: 1px solid #e2e8f0
  }
  .this-editor-sidebar button {
    white-space: nowrap
  }
  .this-editor-stage {
    min-height: 400px
  }
  .this-export-bar {
    flex-wrap: wrap
  }
}
/* Themeshawk Image Studio v2.6 — Premium Glassmorphism UI */
.this-app {
  --th-ink: #0f172a;
  --th-muted: #64748b;
  --th-border: rgba(255, 255, 255, .58);
  --th-glass: rgba(255, 255, 255, .68);
  --th-glass-strong: rgba(255, 255, 255, .84);
  --th-shadow: 0 18px 55px rgba(15, 23, 42, .12);
  position: relative;
  isolation: isolate;
  max-width: 1220px;
  padding: 24px;
  border-radius: 34px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 48%, #f9f7ff 100%);
  box-shadow: 0 30px 100px rgba(15, 23, 42, .10);
  overflow: hidden;
}
.this-app:before, .this-app:after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(8px);
  opacity: .55;
  z-index: -1;
  pointer-events: none
}
.this-app:before {
  width: 280px;
  height: 280px;
  right: -100px;
  top: 80px;
  background: rgba(129, 140, 248, .22)
}
.this-app:after {
  width: 240px;
  height: 240px;
  left: -90px;
  bottom: 40px;
  background: rgba(56, 189, 248, .18)
}
.this-hero {
  position: relative;
  overflow: hidden;
  padding: 48px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(135deg, rgba(15, 23, 42, .96), rgba(30, 41, 59, .88));
  border: 1px solid rgba(255, 255, 255, .14);
  box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px)
}
.this-hero:after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  right: -80px;
  top: -90px;
  border-radius: 50%;
  background: rgba(96, 165, 250, .18);
  filter: blur(2px)
}
.this-hero h2 {
    font-weight: 850;
    letter-spacing: inherit;
    color: #ffffff;
}
.this-hero p {
  color: rgba(226, 232, 240, .82)
}
.this-kicker {
  font-weight: 800
}
.this-nav {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  gap: 7px;
  overflow: auto;
  padding: 8px;
  margin: 16px 0;
  background: rgba(255, 255, 255, .62);
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .09);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}
.this-nav button {
  background: rgba(255, 255, 255, .48);
  color: #334155;
  border: 1px solid rgba(255, 255, 255, .55);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .7);
  transition: transform .2s, background .2s, box-shadow .2s
}
.this-nav button:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .82)
}
.this-nav button.active {
  background: rgba(15, 23, 42, .92);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .18)
}
.this-tool-grid button, .this-create-grid button {
  position: relative;
  overflow: hidden;
  background: rgba(255, 255, 255, .66);
  border: 1px solid rgba(255, 255, 255, .82);
  border-radius: 19px;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .08), inset 0 1px 0 rgba(255, 255, 255, .85);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  transition: all .22s ease
}
.this-tool-grid button:before, .this-create-grid button:before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 255, 255, .35), transparent 45%);
  pointer-events: none
}
.this-tool-grid button:hover, .this-create-grid button:hover, .this-tool-grid button.selected {
  transform: translateY(-4px);
  border-color: rgba(99, 102, 241, .42);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .12), 0 0 0 3px rgba(99, 102, 241, .07)
}
.this-workspace, .this-create-editor {
  background: rgba(255, 255, 255, .64);
  border: 1px solid rgba(255, 255, 255, .82);
  box-shadow: var(--th-shadow), inset 0 1px 0 rgba(255, 255, 255, .85);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}
.this-drop {
  background: rgba(248, 250, 252, .56);
  border: 2px dashed rgba(100, 116, 139, .35);
  transition: .22s;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .8)
}
.this-drop:hover {
  transform: translateY(-2px);
  border-color: rgba(99, 102, 241, .55);
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 15px 35px rgba(15, 23, 42, .08)
}
/*.this-primary, .this-secondary {
  border: 1px solid rgba(255, 255, 255, .18);
  box-shadow: 0 10px 25px rgba(15, 23, 42, .16);
  background: linear-gradient(135deg, #111827, #334155);
  transition: .2s
}
.this-primary:hover, .this-secondary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, .22)
}*/
.this-settings-panel input, .this-settings-panel select, .this-create-controls input, .this-create-controls select {
  background: rgba(255, 255, 255, .72);
  border: 1px solid rgba(148, 163, 184, .28);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, .04);
  outline: none;
  transition: .2s
}
.this-settings-panel input:focus, .this-settings-panel select:focus, .this-create-controls input:focus, .this-create-controls select:focus {
  border-color: rgba(99, 102, 241, .55);
  box-shadow: 0 0 0 4px rgba(99, 102, 241, .10)
}
.this-output, .this-result {
  background: rgba(255, 255, 255, .55)
}
.this-result {
  border-color: rgba(255, 255, 255, .75);
  box-shadow: 0 8px 25px rgba(15, 23, 42, .06);
  backdrop-filter: blur(12px)
}
.this-success, .this-error, .this-loading {
  border: 1px solid rgba(255, 255, 255, .7);
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05)
}
.this-create-modes {
  background: rgba(255, 255, 255, .58) !important;
  border: 1px solid rgba(255, 255, 255, .82) !important;
  box-shadow: 0 12px 35px rgba(15, 23, 42, .08) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px)
}
.this-create-mode {
  background: rgba(255, 255, 255, .42) !important;
  border: 1px solid rgba(255, 255, 255, .6) !important;
  color: #475569;
  transition: .2s
}
.this-create-mode:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, .78) !important
}
.this-create-mode.active {
  background: rgba(15, 23, 42, .94) !important;
  color: #fff;
  box-shadow: 0 8px 20px rgba(15, 23, 42, .18)
}
.this-collage-layout, .this-advanced-editor {
  border: 1px solid rgba(255, 255, 255, .82) !important;
  box-shadow: var(--th-shadow), inset 0 1px 0 rgba(255, 255, 255, .8) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}
.this-collage-controls, .this-create-controls {
  color: #334155
}
.this-editor-toolbar, .this-export-bar {
  background: rgba(255, 255, 255, .68) !important;
  border-color: rgba(255, 255, 255, .8) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px)
}
.this-editor-toolbar button, .this-editor-toolbar input, .this-export-bar select {
  background: rgba(255, 255, 255, .55);
  border: 1px solid rgba(255, 255, 255, .75);
  box-shadow: 0 5px 15px rgba(15, 23, 42, .05)
}
.this-editor-sidebar {
  background: rgba(15, 23, 42, .82) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}
.this-editor-sidebar button {
  transition: .18s
}
.this-editor-sidebar button:hover {
  background: rgba(255, 255, 255, .10) !important
}
.this-editor-stage, .this-collage-preview, .this-create-preview {
  box-shadow: inset 0 0 80px rgba(0, 0, 0, .16)
}
.this-edit-panel {
  background: rgba(15, 23, 42, .86) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px)
}
.this-edit-panel button {
  box-shadow: 0 5px 15px rgba(0, 0, 0, .12);
  transition: .18s
}
.this-edit-panel button:hover {
  transform: translateY(-1px);
  background: #475569
}
.this-edit-zoom {
  background: rgba(255, 255, 255, .72) !important;
  box-shadow: 0 10px 25px rgba(0, 0, 0, .16) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px)
}
.this-toast {
  box-shadow: 0 18px 40px rgba(15, 23, 42, .22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px)
}
@media(max-width:700px) {
  .this-app {
    padding: 12px;
    border-radius: 24px
  }
  .this-hero {
    padding: 30px 22px
  }
  .this-hero h2 {
    font-size: 30px
  }
  .this-tool-grid, .this-create-grid {
    grid-template-columns: 1fr
  }
}
@media(prefers-reduced-motion:reduce) {
  .this-tool-grid button, .this-create-grid button, .this-primary, .this-secondary {
    transition: none !important;
    transform: none !important
  }
}
.this-plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 16px 0
}
.this-plan {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(255, 255, 255, .82);
  box-shadow: 0 12px 35px rgba(15, 23, 42, .08);
  backdrop-filter: blur(16px);
  display: flex;
  flex-direction: column;
  gap: 6px
}
.this-plan.featured {
  background: linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(224, 231, 255, .72))
}
.this-plan span {
  font-size: 11px;
  font-weight: 900;
}
.this-plan b {
  font-size: 22px;
  color: #0f172a
}
.this-plan small {
  color: #64748b
}
.this-plan a {
  margin-top: 8px;
}
.this-user-dashboard {
  padding: 26px;
  border-radius: 28px;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(255, 255, 255, .82);
  box-shadow: 0 20px 60px rgba(15, 23, 42, .10);
  backdrop-filter: blur(18px)
}
.this-dashboard-head {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.this-dashboard-head span {
  font-size: 10px;
  letter-spacing: .15em;
  color: #64748b;
  font-weight: 900
}
.this-dashboard-head h2 {
  margin: 5px 0 20px
}
.this-plan-badge {
  padding: 8px 13px;
  border-radius: 999px;
  background: #111827;
  color: #fff;
  font-weight: 800
}
.this-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 25px
}
.this-dashboard-stats > div {
  padding: 16px;
  border-radius: 16px;
  background: rgba(248, 250, 252, .72);
  border: 1px solid rgba(226, 232, 240, .8)
}
.this-dashboard-stats b {
  display: block;
  font-size: 25px
}
.this-dashboard-stats small {
  color: #64748b
}
.this-user-files {
  display: grid;
  gap: 8px
}
.this-user-file {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 15px;
  border-radius: 13px;
  background: rgba(255, 255, 255, .58);
  border: 1px solid rgba(226, 232, 240, .7)
}
.this-user-file small {
  display: block;
  color: #64748b;
  margin-top: 4px
}
.this-user-file a {
  padding: 8px 12px;
  background: #111827;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  font-size: 12px
}
@media(max-width:800px) {
  .this-plans, .this-dashboard-stats {
    grid-template-columns: 1fr
  }
  .this-dashboard-head {
    align-items: flex-start;
    gap: 10px
  }
}
.this-customer-portal {
  max-width: 1100px;
  margin: 20px auto;
  padding: 28px;
  border-radius: 30px;
  background: rgba(255, 255, 255, .68);
  border: 1px solid rgba(255, 255, 255, .82);
  box-shadow: 0 25px 80px rgba(15, 23, 42, .12);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px)
}
.this-portal-head {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.this-portal-head span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  color: #64748b
}
.this-portal-head h2 {
  margin: 6px 0
}
.this-portal-head p {
  color: #64748b
}
.this-portal-nav {
  display: flex;
  gap: 7px;
  overflow: auto;
  margin: 22px 0;
  padding: 7px;
  border-radius: 16px;
  background: rgba(248, 250, 252, .65);
  border: 1px solid rgba(255, 255, 255, .8)
}
.this-portal-nav button, .this-portal-nav a {
  border: 0;
  background: transparent;
  color: #475569;
  padding: 10px 13px;
  border-radius: 10px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer
}
.this-portal-nav button.active, .this-portal-nav button:hover, .this-portal-nav a:hover {
  background: #111827;
  color: #fff
}
.this-portal-tab {
  display: none
}
.this-portal-tab.active {
  display: block
}
.this-portal-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px
}
.this-portal-cards > div, .this-plan-summary {
  padding: 20px;
  border-radius: 18px;
  background: rgba(248, 250, 252, .65);
  border: 1px solid rgba(226, 232, 240, .7)
}
.this-plan-summary {
  display: flex;
  gap: 18px;
  align-items: center;
  flex-wrap: wrap
}
.this-portal-button {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  background: #111827;
  color: #fff;
  text-decoration: none;
  font-weight: 800;
  margin: 5px 5px 5px 0
}
.this-billing-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}
.this-usage-bar {
  height: 14px;
  border-radius: 999px;
  background: #e2e8f0;
  overflow: hidden
}
.this-usage-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: #111827
}
@media(max-width:700px) {
  .this-customer-portal {
    padding: 18px;
    border-radius: 22px
  }
  .this-portal-head {
    align-items: flex-start;
    gap: 12px
  }
  .this-portal-cards {
    grid-template-columns: 1fr
  }
}

.this-plan .woocommerce-Price-amount {
    font-size: 42px !important;
    font-weight: 950 !important;
    line-height: 1 !important;
}

.this-plan ol, .this-plan ul {
    padding-left: 20px !important;
}

.this-plan-title {
    text-transform: uppercase;
}

.this-ai-drop {
    margin-bottom: 10px;
}