/* AF_STUDIO_WEB_INTERFACE_STYLE_V27_20260729 */

#afStudioWebV27 {
  display: none;
}

@media screen {
  :root {
    --w27-bg: #f3f5f9;
    --w27-surface: #ffffff;
    --w27-text: #171b29;
    --w27-muted: #687184;
    --w27-line: rgba(23, 28, 47, .08);
    --w27-primary: #6558df;
    --w27-primary-dark: #4f43be;
    --w27-navy: #101522;
    --w27-sidebar: 248px;
    --w27-shadow:
      0 18px 45px rgba(25, 31, 55, .065),
      0 3px 10px rgba(25, 31, 55, .025);
  }

  body.af-studio-web-v27-active {
    margin: 0 !important;
    overflow: hidden !important;
    background: var(--w27-bg) !important;
  }

  body.af-studio-web-v27-active
  #aiFactoryPlatformV13 {
    display: none !important;
  }

  body.af-studio-web-v27-active
  #afStudioWebV27 {
    display: block;
    width: 100%;
    min-width: 0;
    height: 100vh;
    overflow: auto;
    color: var(--w27-text);
    background:
      radial-gradient(
        circle at 79% -15%,
        rgba(110, 92, 225, .10),
        transparent 30%
      ),
      var(--w27-bg);
    font-family:
      "AI Factory M Plus Rounded",
      "Pretendard",
      "Apple SD Gothic Neo",
      "Noto Sans KR",
      sans-serif;
    word-break: keep-all;
    -webkit-font-smoothing: antialiased;
  }

  #afStudioWebV27,
  #afStudioWebV27 * {
    box-sizing: border-box;
  }

  #afStudioWebV27 button,
  #afStudioWebV27 input,
  #afStudioWebV27 select {
    font: inherit;
  }

  #afStudioWebV27 button {
    cursor: pointer;
  }

  #afStudioWebV27 .w27-icon {
    width: 21px;
    height: 21px;
    display: block;
    flex: 0 0 auto;
  }

  .w27-eyebrow {
    margin: 0;
    color: #7569df;
    font-size: 10px;
    line-height: 1.4;
    letter-spacing: .14em;
    font-weight: 700;
  }

  /* 공개 상단 */
  .w27-public-page {
    min-height: 100vh;
  }

  .w27-public-header {
    position: sticky;
    z-index: 100;
    top: 0;
    height: 74px;
    display: grid;
    grid-template-columns: 240px 1fr auto;
    align-items: center;
    gap: 28px;
    padding: 0 40px;
    border-bottom: 1px solid var(--w27-line);
    background: rgba(255,255,255,.88);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
  }

  .w27-brand {
    display: grid;
    grid-template-columns: 39px auto auto;
    align-items: center;
    justify-content: start;
    gap: 8px;
    padding: 0;
    color: var(--w27-text);
    border: 0;
    background: transparent;
  }

  .w27-brand > span,
  .w27-side-brand > span {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #fff;
    background:
      radial-gradient(
        circle at 75% 10%,
        rgba(164,149,255,.82),
        transparent 31%
      ),
      linear-gradient(145deg, #181d31, #6558df);
    box-shadow:
      0 11px 24px rgba(64, 51, 172, .22),
      inset 0 1px 0 rgba(255,255,255,.15);
  }

  .w27-brand > span .w27-icon,
  .w27-side-brand > span .w27-icon {
    width: 20px;
    height: 20px;
  }

  .w27-brand strong {
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
  }

  .w27-brand small {
    color: #7265df;
    font-size: 8px;
    letter-spacing: .12em;
    font-weight: 700;
  }

  .w27-public-header nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .w27-public-header nav button {
    min-height: 38px;
    padding: 8px 15px;
    color: #697184;
    border: 0;
    border-radius: 11px;
    background: transparent;
    font-size: 11px;
    font-weight: 600;
  }

  .w27-public-header nav button.active {
    color: #4e43b9;
    background: #eeecff;
  }

  .w27-public-actions {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .w27-public-actions button {
    min-height: 40px;
    padding: 9px 16px;
    border-radius: 12px;
    font-size: 10.5px;
    font-weight: 700;
  }

  .w27-public-actions .ghost {
    color: #565e70;
    border: 1px solid var(--w27-line);
    background: #fff;
  }

  .w27-public-actions .primary,
  .w27-hero-actions .primary {
    color: #fff;
    border: 0;
    background:
      radial-gradient(
        circle at 88% 0%,
        rgba(164,148,255,.62),
        transparent 36%
      ),
      linear-gradient(135deg, #5144c1, #7564eb);
    box-shadow: 0 14px 28px rgba(80, 65, 190, .22);
  }

  .w27-public-main {
    width: calc(100% - 64px);
    max-width: 1400px;
    margin: 0 auto;
    padding: 34px 0 72px;
  }

  /* 공개 히어로 */
  .w27-hero {
    position: relative;
    min-height: 505px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 560px;
    align-items: center;
    gap: 58px;
    overflow: hidden;
    padding: 58px 64px;
    border-radius: 34px;
    color: #fff;
    background:
      radial-gradient(
        circle at 78% 18%,
        rgba(119, 99, 230, .48),
        transparent 31%
      ),
      radial-gradient(
        circle at 5% 110%,
        rgba(58, 91, 176, .22),
        transparent 37%
      ),
      linear-gradient(135deg, #0f1422, #161b2d);
    box-shadow:
      0 28px 70px rgba(24,29,50,.13),
      inset 0 1px 0 rgba(255,255,255,.05);
  }

  .w27-hero::before {
    content: "";
    position: absolute;
    top: -220px;
    right: 160px;
    width: 500px;
    height: 500px;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 50%;
  }

  .w27-hero-copy {
    position: relative;
    z-index: 2;
  }

  .w27-hero-copy .w27-eyebrow {
    color: #a79dff;
  }

  .w27-hero h1 {
    margin: 19px 0 0;
    font-size: clamp(44px, 4vw, 61px);
    line-height: 1.08;
    letter-spacing: -.055em;
  }

  .w27-hero-description {
    max-width: 570px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.61);
    font-size: 14px;
    line-height: 1.75;
  }

  .w27-hero-actions {
    display: flex;
    gap: 10px;
    margin-top: 31px;
  }

  .w27-hero-actions button {
    min-height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 21px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
  }

  .w27-hero-actions .secondary {
    color: rgba(255,255,255,.78);
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.055);
  }

  .w27-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    margin-top: 26px;
    color: rgba(255,255,255,.47);
    font-size: 9.5px;
  }

  .w27-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
  }

  .w27-trust-row .w27-icon {
    width: 15px;
    height: 15px;
    color: #9f94ff;
  }

  /* CSS 기반 웹 미리보기 */
  .w27-hero-preview {
    position: relative;
    z-index: 2;
    height: 355px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 26px;
    background: rgba(255,255,255,.075);
    box-shadow:
      0 34px 65px rgba(0,0,0,.28),
      inset 0 1px 0 rgba(255,255,255,.09);
    transform: perspective(1200px) rotateY(-4deg) rotateX(1deg);
  }

  .w27-preview-top {
    height: 41px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255,255,255,.08);
    background: rgba(7,10,18,.45);
  }

  .w27-preview-top i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(255,255,255,.22);
  }

  .w27-preview-top span {
    margin-left: auto;
    color: rgba(255,255,255,.34);
    font-size: 7px;
    letter-spacing: .12em;
  }

  .w27-preview-layout {
    height: calc(100% - 41px);
    display: grid;
    grid-template-columns: 105px 1fr;
  }

  .w27-preview-side {
    display: grid;
    align-content: start;
    gap: 12px;
    padding: 25px 17px;
    background: rgba(6,8,14,.43);
  }

  .w27-preview-side b {
    height: 25px;
    border-radius: 8px;
    background: rgba(255,255,255,.07);
  }

  .w27-preview-side b:first-child {
    background: linear-gradient(135deg, #5f52d5, #7c6cf3);
  }

  .w27-preview-main {
    padding: 26px;
    background: rgba(247,248,252,.94);
  }

  .w27-preview-heading {
    width: 43%;
    height: 31px;
    border-radius: 9px;
    background: #d9dce7;
  }

  .w27-preview-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-top: 21px;
  }

  .w27-preview-stats i {
    height: 69px;
    border: 1px solid #e3e5ed;
    border-radius: 14px;
    background: #fff;
  }

  .w27-preview-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 16px;
  }

  .w27-preview-cards i {
    height: 78px;
    border: 1px solid #e3e5ed;
    border-radius: 14px;
    background:
      linear-gradient(
        135deg,
        rgba(101,88,223,.10),
        rgba(255,255,255,.9)
      );
  }

  /* 공개 섹션 */
  .w27-section {
    margin-top: 74px;
  }

  .w27-section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
  }

  .w27-section-head h2 {
    margin: 8px 0 0;
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: -.04em;
  }

  .w27-section-head p:last-child {
    margin: 9px 0 0;
    color: var(--w27-muted);
    font-size: 11px;
    line-height: 1.55;
  }

  .w27-section-head > button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 12px;
    color: #5f54c9;
    border: 0;
    background: transparent;
    font-size: 10px;
    font-weight: 700;
  }

  .w27-section-head > button .w27-icon {
    width: 16px;
    height: 16px;
  }

  .w27-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 15px;
    margin-top: 22px;
  }

  .w27-service-card {
    min-height: 210px;
    display: grid;
    grid-template-columns: 51px minmax(0,1fr) 21px;
    gap: 15px;
    align-items: start;
    padding: 22px;
    text-align: left;
    color: var(--w27-text);
    border: 1px solid var(--w27-line);
    border-radius: 23px;
    background: #fff;
    box-shadow: var(--w27-shadow);
    transition:
      transform .18s ease,
      box-shadow .18s ease,
      border-color .18s ease;
  }

  .w27-service-card:hover,
  .w27-catalog-card:hover,
  .w27-create-card:hover {
    transform: translateY(-3px);
    border-color: rgba(101,88,223,.18);
    box-shadow:
      0 25px 50px rgba(25,31,55,.09),
      0 4px 12px rgba(25,31,55,.035);
  }

  .w27-category-icon {
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    border-radius: 15px;
  }

  .w27-category-icon.violet {
    color: #6758df;
    background: #efedff;
  }

  .w27-category-icon.blue {
    color: #477bd9;
    background: #e9f1ff;
  }

  .w27-category-icon.pink {
    color: #ca5f9e;
    background: #fdebf5;
  }

  .w27-category-icon.green {
    color: #3d9270;
    background: #e8f7f0;
  }

  .w27-category-icon.amber {
    color: #bd7b25;
    background: #fff4df;
  }

  .w27-category-icon.dark {
    color: #fff;
    background: linear-gradient(145deg, #202638, #5f52ce);
  }

  .w27-service-copy {
    min-width: 0;
  }

  .w27-service-copy > small {
    color: #8a91a1;
    font-size: 8.5px;
    font-weight: 600;
  }

  .w27-service-copy > strong {
    display: block;
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.3;
  }

  .w27-service-copy > p {
    margin: 11px 0 0;
    color: #687184;
    font-size: 10px;
    line-height: 1.62;
  }

  .w27-service-card > .w27-icon {
    width: 18px;
    height: 18px;
    margin-top: 4px;
    color: #9da3b1;
  }

  .w27-workflow-section {
    margin-top: 74px;
    padding: 42px;
    border-radius: 30px;
    color: #fff;
    background:
      radial-gradient(
        circle at 86% 4%,
        rgba(124,105,239,.31),
        transparent 31%
      ),
      linear-gradient(135deg, #101522, #171d30);
    box-shadow: 0 28px 65px rgba(24,29,50,.12);
  }

  .w27-section-head.light .w27-eyebrow {
    color: #9f94ff;
  }

  .w27-section-head.light h2 {
    color: #fff;
  }

  .w27-workflow-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 31px;
  }

  .w27-workflow-grid article {
    min-height: 178px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 19px;
    background: rgba(255,255,255,.045);
  }

  .w27-workflow-grid b {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #d1ccff;
    background: rgba(126,108,235,.20);
    font-size: 10px;
  }

  .w27-workflow-grid strong {
    display: block;
    margin-top: 24px;
    font-size: 13px;
  }

  .w27-workflow-grid p {
    margin: 8px 0 0;
    color: rgba(255,255,255,.47);
    font-size: 9.5px;
    line-height: 1.55;
  }

  .w27-cta-section {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-top: 45px;
    padding: 31px 35px;
    border: 1px solid var(--w27-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--w27-shadow);
  }

  .w27-cta-section h2 {
    margin: 7px 0 0;
    font-size: 25px;
  }

  .w27-cta-section p:last-child {
    margin: 9px 0 0;
    color: var(--w27-muted);
    font-size: 10px;
  }

  .w27-cta-section > button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px;
    color: #fff;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #5144c1, #7564eb);
    font-size: 10.5px;
    font-weight: 700;
  }

  /* 공개 내부 제목 */
  .w27-public-title {
    padding: 50px 4px 24px;
  }

  .w27-public-title.centered {
    text-align: center;
  }

  .w27-public-title h1 {
    margin: 12px 0 0;
    font-size: 47px;
    line-height: 1.12;
    letter-spacing: -.05em;
  }

  .w27-public-title > p:last-child {
    max-width: 620px;
    margin: 15px 0 0;
    color: var(--w27-muted);
    font-size: 12px;
    line-height: 1.65;
  }

  .w27-public-title.centered > p:last-child {
    margin-right: auto;
    margin-left: auto;
  }

  .w27-catalog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 15px;
    margin-top: 22px;
  }

  .w27-catalog-card {
    min-height: 225px;
    display: grid;
    grid-template-columns: 53px minmax(0,1fr) 20px;
    gap: 16px;
    align-items: start;
    padding: 24px;
    text-align: left;
    color: var(--w27-text);
    border: 1px solid var(--w27-line);
    border-radius: 23px;
    background: #fff;
    box-shadow: var(--w27-shadow);
    transition: .18s ease;
  }

  .w27-catalog-card span > small {
    color: #8a91a1;
    font-size: 8.5px;
  }

  .w27-catalog-card span > strong {
    display: block;
    margin-top: 8px;
    font-size: 19px;
  }

  .w27-catalog-card span > p {
    margin: 12px 0 0;
    color: #60697b;
    font-size: 10px;
    line-height: 1.6;
  }

  .w27-catalog-card > .w27-icon {
    width: 18px;
    height: 18px;
    color: #9da3b1;
  }

  .w27-pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 14px;
    margin-top: 31px;
  }

  .w27-pricing-grid article {
    position: relative;
    min-height: 390px;
    padding: 25px;
    border: 1px solid var(--w27-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--w27-shadow);
  }

  .w27-pricing-grid article.recommended {
    color: #fff;
    border-color: transparent;
    background:
      radial-gradient(
        circle at 85% 0%,
        rgba(145,129,255,.45),
        transparent 32%
      ),
      linear-gradient(145deg, #141a2c, #34305f);
  }

  .w27-pricing-grid article > em {
    position: absolute;
    top: 18px;
    right: 18px;
    padding: 6px 9px;
    border-radius: 999px;
    color: #d8d3ff;
    background: rgba(255,255,255,.10);
    font-size: 8px;
    font-style: normal;
  }

  .w27-pricing-grid article > small {
    color: #7b8394;
    font-size: 10px;
    font-weight: 700;
  }

  .w27-pricing-grid article.recommended > small {
    color: rgba(255,255,255,.55);
  }

  .w27-pricing-grid article > strong {
    display: block;
    margin-top: 22px;
    font-size: 27px;
  }

  .w27-pricing-grid article > p {
    min-height: 44px;
    margin: 11px 0 0;
    color: #737b8d;
    font-size: 9.5px;
    line-height: 1.55;
  }

  .w27-pricing-grid article.recommended > p {
    color: rgba(255,255,255,.52);
  }

  .w27-pricing-grid ul {
    display: grid;
    gap: 12px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
  }

  .w27-pricing-grid li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #555e70;
    font-size: 9.5px;
  }

  .w27-pricing-grid article.recommended li {
    color: rgba(255,255,255,.68);
  }

  .w27-pricing-grid li .w27-icon {
    width: 15px;
    height: 15px;
    color: #6558df;
  }

  .w27-pricing-grid article > button {
    position: absolute;
    right: 25px;
    bottom: 25px;
    left: 25px;
    min-height: 45px;
    border: 1px solid var(--w27-line);
    border-radius: 13px;
    color: #574bc1;
    background: #f2f0ff;
    font-size: 10px;
    font-weight: 700;
  }

  .w27-pricing-grid article.recommended > button {
    color: #2d2855;
    border-color: #fff;
    background: #fff;
  }

  .w27-help-layout {
    display: grid;
    grid-template-columns: minmax(0,1.4fr) minmax(310px,.6fr);
    gap: 22px;
    margin-top: 28px;
  }

  .w27-help-list {
    display: grid;
    gap: 10px;
  }

  .w27-help-list > button {
    min-height: 84px;
    display: grid;
    grid-template-columns: 43px minmax(0,1fr) 20px;
    gap: 15px;
    align-items: center;
    padding: 16px 18px;
    text-align: left;
    color: var(--w27-text);
    border: 1px solid var(--w27-line);
    border-radius: 18px;
    background: #fff;
  }

  .w27-help-list b {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #6558df;
    background: #efedff;
    font-size: 9px;
  }

  .w27-help-list strong,
  .w27-help-list small {
    display: block;
  }

  .w27-help-list strong {
    font-size: 12px;
  }

  .w27-help-list small {
    margin-top: 6px;
    color: var(--w27-muted);
    font-size: 9px;
  }

  .w27-help-list > button > .w27-icon {
    width: 17px;
    height: 17px;
    color: #9da3b1;
  }

  .w27-help-card {
    padding: 29px;
    border-radius: 25px;
    color: #fff;
    background:
      radial-gradient(
        circle at 84% 4%,
        rgba(134,116,247,.35),
        transparent 33%
      ),
      linear-gradient(145deg, #111725, #202842);
  }

  .w27-help-card > .w27-icon {
    width: 34px;
    height: 34px;
    color: #9e94ff;
  }

  .w27-help-card h2 {
    margin: 39px 0 0;
    font-size: 23px;
    line-height: 1.3;
  }

  .w27-help-card p {
    margin: 13px 0 0;
    color: rgba(255,255,255,.52);
    font-size: 10px;
    line-height: 1.6;
  }

  .w27-help-card button {
    width: 100%;
    min-height: 45px;
    margin-top: 28px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 13px;
    background: rgba(255,255,255,.08);
    font-size: 10px;
    font-weight: 700;
  }

  /* 로그인 */
  .w27-login-page {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(450px,1fr) 560px;
    align-items: center;
    gap: 70px;
    padding: 72px max(60px,8vw);
    color: #fff;
    background:
      radial-gradient(
        circle at 74% 10%,
        rgba(107,89,226,.25),
        transparent 31%
      ),
      linear-gradient(135deg, #0b0e15, #121829);
  }

  .w27-login-back {
    position: absolute;
    top: 31px;
    left: 36px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    color: rgba(255,255,255,.54);
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 12px;
    background: rgba(255,255,255,.035);
    font-size: 9px;
  }

  .w27-login-back .w27-icon {
    width: 15px;
    height: 15px;
    transform: rotate(180deg);
  }

  .w27-login-brand > span {
    width: 55px;
    height: 55px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(145deg, #242943, #6a5ce4);
  }

  .w27-login-brand > span .w27-icon {
    width: 27px;
    height: 27px;
  }

  .w27-login-brand > strong {
    display: block;
    margin-top: 24px;
    font-size: 25px;
  }

  .w27-login-brand > small {
    color: #9285fa;
    font-size: 10px;
    letter-spacing: .18em;
    font-weight: 700;
  }

  .w27-login-brand h1 {
    margin: 60px 0 0;
    font-size: 47px;
    line-height: 1.12;
    letter-spacing: -.05em;
  }

  .w27-login-brand p {
    margin: 16px 0 0;
    color: rgba(255,255,255,.43);
    font-size: 11px;
  }

  .w27-login-card {
    display: grid;
    gap: 11px;
    padding: 31px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 27px;
    background:
      linear-gradient(
        145deg,
        rgba(255,255,255,.07),
        rgba(255,255,255,.035)
      );
    box-shadow: 0 28px 70px rgba(0,0,0,.24);
  }

  .w27-login-card > button.kakao,
  .w27-login-card > button.google {
    min-height: 55px;
    display: grid;
    grid-template-columns: 29px 1fr 29px;
    align-items: center;
    gap: 8px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 700;
  }

  .w27-login-card > button.kakao {
    color: #251e00;
    border: 0;
    background: #fee500;
  }

  .w27-login-card > button.google {
    color: #202534;
    border: 1px solid rgba(255,255,255,.8);
    background: #fff;
  }

  .kakao-symbol {
    width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #251e00;
    background: rgba(37,30,0,.07);
    font-size: 8px;
  }

  .google-symbol {
    width: 27px;
    height: 27px;
    display: grid;
    grid-template-columns: repeat(2,5px);
    grid-template-rows: repeat(2,5px);
    align-content: center;
    justify-content: center;
    gap: 1px;
    border: 1px solid #eceef3;
    border-radius: 10px;
  }

  .google-symbol i {
    border-radius: 2px;
  }

  .google-symbol i:nth-child(1) { background:#4285f4; }
  .google-symbol i:nth-child(2) { background:#ea4335; }
  .google-symbol i:nth-child(3) { background:#34a853; }
  .google-symbol i:nth-child(4) { background:#fbbc05; }

  .w27-login-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 11px;
    margin: 8px 0;
  }

  .w27-login-divider i {
    height: 1px;
    background: rgba(255,255,255,.09);
  }

  .w27-login-divider span {
    color: rgba(255,255,255,.34);
    font-size: 8px;
  }

  .w27-login-card label {
    display: grid;
    gap: 7px;
  }

  .w27-login-card label > span {
    color: rgba(255,255,255,.63);
    font-size: 9px;
    font-weight: 600;
  }

  .w27-login-card input {
    min-height: 50px;
    padding: 12px 14px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 13px;
    outline: none;
    background: rgba(4,6,10,.48);
    font-size: 10px;
  }

  .w27-login-card input:focus {
    border-color: rgba(135,118,255,.62);
    box-shadow: 0 0 0 4px rgba(110,92,225,.12);
  }

  .w27-login-card > button.email {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin-top: 3px;
    color: #fff;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #5144c1, #7564eb);
    font-size: 11px;
    font-weight: 700;
  }

  .w27-login-card > button.email .w27-icon {
    width: 17px;
    height: 17px;
  }

  .w27-login-switch {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 8px;
    color: rgba(255,255,255,.38);
    font-size: 8.5px;
  }

  .w27-login-switch button {
    padding: 0;
    color: #9d92ff;
    border: 0;
    background: transparent;
    font-size: 8.5px;
    font-weight: 700;
  }

  /* 앱 공통 */
  .w27-app {
    min-height: 100vh;
    display: grid;
    grid-template-columns: var(--w27-sidebar) minmax(0,1fr);
  }

  .w27-sidebar {
    position: fixed;
    z-index: 100;
    inset: 0 auto 0 0;
    width: var(--w27-sidebar);
    display: flex;
    flex-direction: column;
    padding: 25px 17px 18px;
    color: #fff;
    background:
      radial-gradient(
        circle at 96% 2%,
        rgba(116,97,231,.34),
        transparent 27%
      ),
      linear-gradient(180deg, #0e1320, #11172a);
    box-shadow: 16px 0 42px rgba(19,24,48,.08);
  }

  .w27-side-brand {
    display: grid;
    grid-template-columns: 39px auto auto;
    align-items: center;
    gap: 8px;
    padding: 7px;
    color: #fff;
    border: 0;
    background: transparent;
    text-align: left;
  }

  .w27-side-brand strong {
    font-size: 12.5px;
  }

  .w27-side-brand small {
    color: #8f83f5;
    font-size: 7px;
    letter-spacing: .12em;
    font-weight: 700;
  }

  .w27-sidebar nav {
    display: grid;
    gap: 6px;
    margin-top: 40px;
  }

  .w27-sidebar nav button,
  .w27-side-logout {
    min-height: 49px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 14px;
    color: rgba(255,255,255,.50);
    border: 0;
    border-radius: 13px;
    background: transparent;
    font-size: 10.5px;
    font-weight: 600;
    text-align: left;
  }

  .w27-sidebar nav button.active {
    color: #fff;
    background:
      linear-gradient(
        135deg,
        rgba(112,94,226,.88),
        rgba(87,70,190,.72)
      );
    box-shadow:
      0 12px 24px rgba(68,53,171,.25),
      inset 0 1px 0 rgba(255,255,255,.13);
  }

  .w27-sidebar nav .w27-icon,
  .w27-side-logout .w27-icon {
    width: 19px;
    height: 19px;
  }

  .w27-side-plan {
    display: grid;
    grid-template-columns: 27px minmax(0,1fr) auto;
    gap: 9px;
    align-items: center;
    margin-top: auto;
    padding: 12px;
    border: 1px solid rgba(255,255,255,.075);
    border-radius: 14px;
    background: rgba(255,255,255,.035);
  }

  .w27-side-plan > .w27-icon {
    width: 24px;
    height: 24px;
    padding: 5px;
    border-radius: 8px;
    color: #b8afff;
    background: rgba(117,100,230,.18);
  }

  .w27-side-plan small,
  .w27-side-plan strong {
    display: block;
  }

  .w27-side-plan small {
    color: rgba(255,255,255,.34);
    font-size: 7px;
  }

  .w27-side-plan strong {
    margin-top: 3px;
    font-size: 9px;
  }

  .w27-side-plan button {
    padding: 5px 7px;
    color: #b7aeff;
    border: 0;
    background: transparent;
    font-size: 7.5px;
    font-weight: 700;
  }

  .w27-side-logout {
    margin-top: 9px;
    font-size: 8.5px;
  }

  .w27-app-content {
    grid-column: 2;
    min-width: 0;
  }

  .w27-app-header {
    position: sticky;
    z-index: 90;
    top: 0;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 13px 32px;
    border-bottom: 1px solid var(--w27-line);
    background: rgba(255,255,255,.90);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
  }

  .w27-app-header h1 {
    margin: 0;
    font-size: 19px;
    line-height: 1.3;
  }

  .w27-app-header p {
    margin: 3px 0 0;
    color: var(--w27-muted);
    font-size: 8.5px;
  }

  .w27-app-tools {
    display: flex;
    align-items: center;
    gap: 9px;
  }

  .w27-search {
    width: 245px;
    min-height: 41px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0 12px;
    border: 1px solid var(--w27-line);
    border-radius: 12px;
    background: #f7f8fb;
  }

  .w27-search .w27-icon {
    width: 17px;
    height: 17px;
    color: #8d94a3;
  }

  .w27-search input {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-size: 9px;
  }

  .w27-icon-button {
    width: 41px;
    height: 41px;
    display: grid;
    place-items: center;
    color: #687184;
    border: 1px solid var(--w27-line);
    border-radius: 12px;
    background: #fff;
  }

  .w27-icon-button .w27-icon {
    width: 18px;
    height: 18px;
  }

  .w27-profile-button {
    min-height: 41px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 5px 10px 5px 5px;
    color: var(--w27-text);
    border: 1px solid var(--w27-line);
    border-radius: 12px;
    background: #fff;
  }

  .w27-profile-button > span {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(145deg, #232a40, #6a5ce0);
    font-size: 8px;
    font-weight: 700;
  }

  .w27-profile-button strong {
    font-size: 9px;
  }

  .w27-app-main {
    width: calc(100% - 48px);
    max-width: 1450px;
    margin: 0 auto;
    padding: 25px 0 60px;
  }

  /* 대시보드 */
  .w27-dashboard-hero {
    min-height: 260px;
    display: grid;
    grid-template-columns: minmax(0,1fr) 270px;
    align-items: center;
    gap: 38px;
    padding: 35px 39px;
    border-radius: 28px;
    color: #fff;
    background:
      radial-gradient(
        circle at 82% 8%,
        rgba(133,113,244,.40),
        transparent 31%
      ),
      linear-gradient(135deg, #111725, #1a2137);
    box-shadow: 0 24px 55px rgba(24,29,50,.11);
  }

  .w27-dashboard-hero .w27-eyebrow {
    color: #9f94ff;
  }

  .w27-dashboard-hero h2 {
    margin: 12px 0 0;
    font-size: 34px;
    line-height: 1.14;
    letter-spacing: -.045em;
  }

  .w27-dashboard-hero > div:first-child > p:last-of-type {
    margin: 13px 0 0;
    color: rgba(255,255,255,.51);
    font-size: 10px;
  }

  .w27-dashboard-hero button {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    padding: 10px 16px;
    color: #29244f;
    border: 0;
    border-radius: 13px;
    background: #fff;
    font-size: 9.5px;
    font-weight: 700;
  }

  .w27-dashboard-hero button .w27-icon {
    width: 16px;
    height: 16px;
  }

  .w27-hero-status {
    padding: 22px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 20px;
    background: rgba(255,255,255,.055);
  }

  .w27-hero-status span {
    display: flex;
    align-items: end;
    justify-content: space-between;
  }

  .w27-hero-status small {
    color: rgba(255,255,255,.43);
    font-size: 8px;
  }

  .w27-hero-status strong {
    font-size: 20px;
  }

  .w27-hero-status > div {
    height: 7px;
    overflow: hidden;
    margin-top: 21px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
  }

  .w27-hero-status > div i {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: linear-gradient(90deg, #7868ee, #a79dff);
  }

  .w27-hero-status p {
    margin: 10px 0 0;
    color: rgba(255,255,255,.37);
    font-size: 7.5px;
  }

  .w27-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 12px;
    margin-top: 15px;
  }

  .w27-stat-grid article {
    min-height: 102px;
    display: grid;
    grid-template-columns: 35px minmax(0,1fr) auto;
    align-items: center;
    gap: 11px;
    padding: 17px;
    border: 1px solid var(--w27-line);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--w27-shadow);
  }

  .w27-stat-grid article > span {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 11px;
  }

  .w27-stat-grid article > span .w27-icon {
    width: 17px;
    height: 17px;
  }

  .w27-stat-grid article.draft > span {
    color: #477bd9;
    background: #e9f1ff;
  }

  .w27-stat-grid article.review > span {
    color: #bd7b25;
    background: #fff4df;
  }

  .w27-stat-grid article.waiting > span {
    color: #ca5f9e;
    background: #fdebf5;
  }

  .w27-stat-grid article.complete > span {
    color: #3d9270;
    background: #e8f7f0;
  }

  .w27-stat-grid small {
    color: #747c8d;
    font-size: 8.5px;
  }

  .w27-stat-grid strong {
    font-size: 23px;
  }

  .w27-dashboard-grid {
    display: grid;
    grid-template-columns: minmax(0,1.55fr) minmax(290px,.45fr);
    gap: 15px;
    margin-top: 15px;
  }

  .w27-panel {
    padding: 20px;
    border: 1px solid var(--w27-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--w27-shadow);
  }

  .w27-panel-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }

  .w27-panel-head small {
    color: #8a91a1;
    font-size: 7.5px;
    letter-spacing: .11em;
    font-weight: 700;
  }

  .w27-panel-head h3 {
    margin: 5px 0 0;
    font-size: 16px;
  }

  .w27-panel-head > button {
    padding: 7px 9px;
    color: #6256ce;
    border: 0;
    background: transparent;
    font-size: 8.5px;
    font-weight: 700;
  }

  .w27-quick-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0,1fr));
    gap: 9px;
    margin-top: 17px;
  }

  .w27-quick-grid > button {
    min-height: 122px;
    display: grid;
    grid-template-columns: 1fr 16px;
    align-content: space-between;
    gap: 12px;
    padding: 14px;
    text-align: left;
    color: var(--w27-text);
    border: 1px solid var(--w27-line);
    border-radius: 16px;
    background: #fafbfc;
  }

  .w27-quick-grid .w27-category-icon {
    grid-column: 1 / -1;
    width: 39px;
    height: 39px;
    border-radius: 12px;
  }

  .w27-quick-grid .w27-category-icon .w27-icon {
    width: 18px;
    height: 18px;
  }

  .w27-quick-grid strong,
  .w27-quick-grid small {
    display: block;
  }

  .w27-quick-grid strong {
    font-size: 9.5px;
  }

  .w27-quick-grid small {
    margin-top: 4px;
    color: #818899;
    font-size: 7px;
    line-height: 1.35;
  }

  .w27-quick-grid > button > .w27-icon {
    width: 14px;
    height: 14px;
    color: #9aa1af;
  }

  .w27-guide-card {
    padding: 22px;
    border-radius: 22px;
    color: #fff;
    background:
      radial-gradient(
        circle at 90% 2%,
        rgba(128,109,238,.34),
        transparent 30%
      ),
      linear-gradient(145deg, #151b2a, #252c48);
    box-shadow: 0 20px 45px rgba(24,29,50,.10);
  }

  .w27-guide-card > span {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #c0b9ff;
    background: rgba(119,101,232,.17);
  }

  .w27-guide-card > span .w27-icon {
    width: 19px;
    height: 19px;
  }

  .w27-guide-card > small {
    display: block;
    margin-top: 29px;
    color: #a69cff;
    font-size: 7.5px;
    font-weight: 700;
  }

  .w27-guide-card h3 {
    margin: 7px 0 0;
    font-size: 19px;
    line-height: 1.3;
  }

  .w27-guide-card ol {
    display: grid;
    gap: 10px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
  }

  .w27-guide-card li {
    display: flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.55);
    font-size: 8.5px;
  }

  .w27-guide-card li b {
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    color: #b7aeff;
    background: rgba(255,255,255,.06);
    font-size: 7px;
  }

  .w27-guide-card > button {
    width: 100%;
    min-height: 39px;
    margin-top: 20px;
    color: #fff;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 11px;
    background: rgba(255,255,255,.055);
    font-size: 8.5px;
    font-weight: 700;
  }

  .w27-recent-panel {
    margin-top: 15px;
  }

  .w27-work-table {
    margin-top: 16px;
  }

  .w27-work-table .head,
  .w27-work-table > button {
    display: grid;
    grid-template-columns: 120px minmax(0,1.6fr) 110px 110px 20px;
    gap: 14px;
    align-items: center;
  }

  .w27-work-table.full .head,
  .w27-work-table.full > button {
    grid-template-columns:
      120px minmax(0,1.7fr) 110px 100px 100px 20px;
  }

  .w27-work-table .head {
    padding: 8px 12px;
    color: #9299a7;
    font-size: 7.5px;
  }

  .w27-work-table > button {
    width: 100%;
    min-height: 55px;
    padding: 10px 12px;
    text-align: left;
    color: var(--w27-text);
    border: 0;
    border-top: 1px solid var(--w27-line);
    background: transparent;
  }

  .w27-work-table > button > span {
    color: #747c8d;
    font-size: 8.5px;
  }

  .w27-work-table > button > strong {
    overflow: hidden;
    font-size: 9.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .w27-work-table > button > small {
    color: #8b92a1;
    font-size: 8px;
  }

  .w27-work-table > button > .w27-icon {
    width: 15px;
    height: 15px;
    color: #a0a6b2;
  }

  .w27-work-table em {
    width: fit-content;
    padding: 6px 8px;
    border-radius: 999px;
    font-size: 7.5px;
    font-style: normal;
    font-weight: 700;
  }

  /* 만들기 */
  .w27-create-intro {
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 30px 34px;
    border: 1px solid var(--w27-line);
    border-radius: 24px;
    background: #fff;
    box-shadow: var(--w27-shadow);
  }

  .w27-create-intro h2 {
    margin: 8px 0 0;
    font-size: 27px;
  }

  .w27-create-intro > div:first-child > p:last-child {
    margin: 9px 0 0;
    color: var(--w27-muted);
    font-size: 9.5px;
  }

  .w27-create-tip {
    min-width: 300px;
    display: grid;
    grid-template-columns: 35px minmax(0,1fr);
    gap: 11px;
    align-items: center;
    padding: 15px;
    border-radius: 16px;
    color: #4b427f;
    background: #f0eeff;
  }

  .w27-create-tip > .w27-icon {
    width: 35px;
    height: 35px;
    padding: 9px;
    border-radius: 11px;
    color: #6758df;
    background: #fff;
  }

  .w27-create-tip strong,
  .w27-create-tip small {
    display: block;
  }

  .w27-create-tip strong {
    font-size: 9.5px;
  }

  .w27-create-tip small {
    margin-top: 4px;
    color: #746c9d;
    font-size: 7.5px;
  }

  .w27-create-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    margin-top: 16px;
  }

  .w27-create-card {
    min-height: 230px;
    padding: 22px;
    text-align: left;
    color: var(--w27-text);
    border: 1px solid var(--w27-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: var(--w27-shadow);
    transition: .18s ease;
  }

  .w27-create-card > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .w27-create-card > div em {
    color: #8a91a1;
    font-size: 7.5px;
    font-style: normal;
  }

  .w27-create-card > strong {
    display: block;
    margin-top: 25px;
    font-size: 18px;
  }

  .w27-create-card > p {
    min-height: 48px;
    margin: 10px 0 0;
    color: #697284;
    font-size: 9px;
    line-height: 1.6;
  }

  .w27-create-card > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 20px;
    color: #6256cf;
    font-size: 8.5px;
    font-weight: 700;
  }

  .w27-create-card > span .w27-icon {
    width: 14px;
    height: 14px;
  }

  /* 카테고리 상세 */
  .w27-back-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 14px;
    padding: 7px 0;
    color: #697284;
    border: 0;
    background: transparent;
    font-size: 8.5px;
  }

  .w27-back-link .w27-icon {
    width: 15px;
    height: 15px;
    transform: rotate(180deg);
  }

  .w27-category-detail {
    display: grid;
    grid-template-columns: minmax(380px,.8fr) minmax(520px,1.2fr);
    gap: 16px;
  }

  .w27-category-summary {
    min-height: 410px;
    padding: 31px;
    border-radius: 26px;
    color: #fff;
    background:
      radial-gradient(
        circle at 83% 5%,
        rgba(140,123,246,.36),
        transparent 31%
      ),
      linear-gradient(145deg, #111725, #202842);
    box-shadow: 0 25px 60px rgba(24,29,50,.12);
  }

  .w27-category-summary .w27-category-icon {
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255,255,255,.10);
    color: #fff;
    background: rgba(255,255,255,.08);
  }

  .w27-category-summary .w27-eyebrow {
    margin-top: 65px;
    color: #a79dff;
  }

  .w27-category-summary h2 {
    margin: 12px 0 0;
    font-size: 31px;
    line-height: 1.2;
    letter-spacing: -.04em;
  }

  .w27-category-summary > p:last-of-type {
    margin: 15px 0 0;
    color: rgba(255,255,255,.52);
    font-size: 9.5px;
    line-height: 1.65;
  }

  .w27-category-summary > button {
    min-height: 47px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 27px;
    padding: 10px 15px;
    color: #2d2855;
    border: 0;
    border-radius: 13px;
    background: #fff;
    font-size: 9px;
    font-weight: 700;
  }

  .w27-category-summary > button .w27-icon {
    width: 15px;
    height: 15px;
  }

  .w27-category-results {
    padding: 24px;
    border: 1px solid var(--w27-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: var(--w27-shadow);
  }

  .w27-result-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 11px;
    margin-top: 19px;
  }

  .w27-result-grid article {
    min-height: 150px;
    display: grid;
    grid-template-columns: 35px minmax(0,1fr);
    gap: 11px;
    align-content: start;
    padding: 17px;
    border: 1px solid var(--w27-line);
    border-radius: 17px;
    background: #fafbfc;
  }

  .w27-result-grid article > span {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #6658d9;
    background: #efedff;
  }

  .w27-result-grid article > span .w27-icon {
    width: 17px;
    height: 17px;
  }

  .w27-result-grid strong {
    font-size: 10px;
  }

  .w27-result-grid p {
    margin: 8px 0 0;
    color: #687184;
    font-size: 8.5px;
    line-height: 1.55;
  }

  .w27-process-panel {
    margin-top: 16px;
    padding: 23px;
    border: 1px solid var(--w27-line);
    border-radius: 23px;
    background: #fff;
    box-shadow: var(--w27-shadow);
  }

  .w27-process-row {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 11px;
    margin-top: 18px;
  }

  .w27-process-row article {
    min-height: 143px;
    padding: 17px;
    border: 1px solid var(--w27-line);
    border-radius: 17px;
    background: #fafbfc;
  }

  .w27-process-row b {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: #192033;
    font-size: 8px;
  }

  .w27-process-row strong {
    display: block;
    margin-top: 22px;
    font-size: 10px;
  }

  .w27-process-row p {
    margin: 7px 0 0;
    color: #6d7586;
    font-size: 8px;
    line-height: 1.5;
  }

  /* 내 작업 */
  .w27-work-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
  }

  .w27-filter-group {
    display: flex;
    gap: 6px;
    padding: 5px;
    border: 1px solid var(--w27-line);
    border-radius: 13px;
    background: #fff;
  }

  .w27-filter-group button {
    min-height: 34px;
    padding: 7px 12px;
    color: #727a8b;
    border: 0;
    border-radius: 9px;
    background: transparent;
    font-size: 8.5px;
  }

  .w27-filter-group button.active {
    color: #5549bd;
    background: #efedff;
    font-weight: 700;
  }

  .w27-work-actions {
    display: flex;
    gap: 8px;
  }

  .w27-work-actions label {
    min-width: 240px;
    min-height: 41px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 11px;
    border: 1px solid var(--w27-line);
    border-radius: 12px;
    background: #fff;
  }

  .w27-work-actions label .w27-icon {
    width: 16px;
    height: 16px;
    color: #8a91a1;
  }

  .w27-work-actions input {
    width: 100%;
    border: 0;
    outline: 0;
    font-size: 8.5px;
  }

  .w27-work-actions > button {
    min-height: 41px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    color: #fff;
    border: 0;
    border-radius: 12px;
    background: #6558df;
    font-size: 8.5px;
    font-weight: 700;
  }

  .w27-work-actions > button .w27-icon {
    width: 15px;
    height: 15px;
  }

  .w27-work-list-panel {
    margin-top: 14px;
  }

  /* 게시 */
  .w27-publish-layout {
    display: grid;
    grid-template-columns: minmax(0,1fr) 310px;
    gap: 16px;
    align-items: start;
  }

  .w27-publish-main {
    display: grid;
    gap: 14px;
  }

  .w27-select-field {
    display: grid;
    gap: 7px;
    margin-top: 18px;
  }

  .w27-select-field > span {
    color: #555e70;
    font-size: 8.5px;
    font-weight: 600;
  }

  .w27-select-field select {
    min-height: 48px;
    padding: 10px 13px;
    color: var(--w27-text);
    border: 1px solid var(--w27-line);
    border-radius: 13px;
    outline: 0;
    background: #fafbfc;
    font-size: 9px;
  }

  .w27-selected-work {
    display: grid;
    grid-template-columns: 42px minmax(0,1fr) auto;
    gap: 12px;
    align-items: center;
    margin-top: 12px;
    padding: 14px;
    border: 1px solid var(--w27-line);
    border-radius: 15px;
    background: #fafbfc;
  }

  .w27-selected-work > span {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    color: #6558df;
    background: #efedff;
  }

  .w27-selected-work > span .w27-icon {
    width: 19px;
    height: 19px;
  }

  .w27-selected-work small,
  .w27-selected-work strong,
  .w27-selected-work p {
    display: block;
  }

  .w27-selected-work small {
    color: #8a91a1;
    font-size: 7px;
  }

  .w27-selected-work strong {
    margin-top: 4px;
    font-size: 9.5px;
  }

  .w27-selected-work p {
    margin: 5px 0 0;
    color: #747c8d;
    font-size: 7.5px;
  }

  .w27-selected-work > em {
    padding: 6px 8px;
    border-radius: 999px;
    color: #a84f85;
    background: #fce8f4;
    font-size: 7px;
    font-style: normal;
    font-weight: 700;
  }

  .w27-channel-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 10px;
    margin-top: 18px;
  }

  .w27-channel-grid label {
    min-height: 80px;
    display: grid;
    grid-template-columns: 19px 35px minmax(0,1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 13px;
    border: 1px solid var(--w27-line);
    border-radius: 16px;
    background: #fafbfc;
  }

  .w27-channel-grid input {
    width: 18px;
    height: 18px;
    accent-color: #6558df;
  }

  .channel-mark {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: #252b3e;
    font-size: 10px;
    font-weight: 700;
  }

  .w27-channel-grid label.instagram .channel-mark {
    background: linear-gradient(135deg,#d84b8b,#7b58e6);
  }

  .w27-channel-grid label.threads .channel-mark {
    background: #151515;
  }

  .w27-channel-grid label.tiktok .channel-mark {
    background: linear-gradient(135deg,#111,#30d5c8);
  }

  .w27-channel-grid label.naver .channel-mark {
    background: #03c75a;
  }

  .w27-channel-grid strong,
  .w27-channel-grid small {
    display: block;
  }

  .w27-channel-grid strong {
    font-size: 9px;
  }

  .w27-channel-grid small {
    margin-top: 4px;
    color: #7d8595;
    font-size: 7px;
  }

  .w27-channel-grid em {
    color: #6256ce;
    font-size: 7px;
    font-style: normal;
    font-weight: 700;
  }

  .w27-publish-button {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #fff;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg,#5144c1,#7564eb);
    font-size: 9.5px;
    font-weight: 700;
    box-shadow: 0 14px 28px rgba(80,65,190,.20);
  }

  .w27-publish-button .w27-icon {
    width: 16px;
    height: 16px;
  }

  .w27-publish-guide {
    position: sticky;
    top: 101px;
    padding: 25px;
    border-radius: 23px;
    color: #fff;
    background:
      radial-gradient(
        circle at 88% 3%,
        rgba(126,108,239,.34),
        transparent 31%
      ),
      linear-gradient(145deg,#111725,#202842);
    box-shadow: 0 22px 50px rgba(24,29,50,.11);
  }

  .w27-publish-guide > .w27-icon {
    width: 34px;
    height: 34px;
    color: #a79dff;
  }

  .w27-publish-guide > small {
    display: block;
    margin-top: 34px;
    color: #a79dff;
    font-size: 7px;
    letter-spacing: .12em;
    font-weight: 700;
  }

  .w27-publish-guide h3 {
    margin: 9px 0 0;
    font-size: 21px;
    line-height: 1.3;
  }

  .w27-publish-guide > p {
    margin: 12px 0 0;
    color: rgba(255,255,255,.48);
    font-size: 8.5px;
    line-height: 1.55;
  }

  .w27-publish-guide ul {
    display: grid;
    gap: 11px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
  }

  .w27-publish-guide li {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255,255,255,.58);
    font-size: 8px;
  }

  .w27-publish-guide li .w27-icon {
    width: 14px;
    height: 14px;
    color: #a79dff;
  }

  /* 프로필 */
  .w27-profile-grid {
    display: grid;
    grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr);
    gap: 15px;
  }

  .w27-account-card {
    min-height: 190px;
    display: grid;
    grid-template-columns: 70px minmax(0,1fr) auto;
    gap: 17px;
    align-items: center;
  }

  .w27-avatar-large {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 21px;
    color: #fff;
    background: linear-gradient(145deg,#232a40,#6a5ce0);
    font-size: 15px;
    font-weight: 700;
  }

  .w27-account-card small {
    color: #8a91a1;
    font-size: 7.5px;
    letter-spacing: .10em;
  }

  .w27-account-card h3 {
    margin: 6px 0 0;
    font-size: 21px;
  }

  .w27-account-card p {
    margin: 6px 0 0;
    color: #727a8b;
    font-size: 8.5px;
  }

  .w27-account-card > button {
    min-height: 38px;
    padding: 8px 11px;
    color: #5d52c5;
    border: 1px solid var(--w27-line);
    border-radius: 11px;
    background: #f4f2ff;
    font-size: 8px;
    font-weight: 700;
  }

  .w27-plan-card {
    min-height: 190px;
    padding: 22px;
    border-radius: 22px;
    color: #fff;
    background:
      radial-gradient(
        circle at 88% 3%,
        rgba(130,111,240,.35),
        transparent 31%
      ),
      linear-gradient(145deg,#111725,#252b47);
    box-shadow: 0 20px 48px rgba(24,29,50,.11);
  }

  .w27-plan-card > small {
    color: #a79dff;
    font-size: 7px;
    letter-spacing: .10em;
    font-weight: 700;
  }

  .w27-plan-card h3 {
    margin: 7px 0 0;
    font-size: 20px;
  }

  .w27-plan-card > p {
    margin: 8px 0 0;
    color: rgba(255,255,255,.45);
    font-size: 8px;
  }

  .w27-plan-card > div {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    color: rgba(255,255,255,.48);
    font-size: 7.5px;
  }

  .w27-plan-card > div b {
    color: #fff;
    font-size: 13px;
  }

  .w27-plan-card > i {
    height: 6px;
    display: block;
    overflow: hidden;
    margin-top: 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
  }

  .w27-plan-card > i em {
    height: 100%;
    display: block;
    border-radius: inherit;
    background: linear-gradient(90deg,#7564eb,#a79dff);
  }

  .w27-plan-card > button {
    margin-top: 14px;
    padding: 6px 0;
    color: #b8afff;
    border: 0;
    background: transparent;
    font-size: 7.5px;
    font-weight: 700;
  }

  .w27-profile-bottom {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 15px;
    margin-top: 15px;
  }

  .w27-profile-channel-list {
    display: grid;
    gap: 8px;
    margin-top: 16px;
  }

  .w27-profile-channel-list > div {
    min-height: 57px;
    display: grid;
    grid-template-columns: 35px minmax(0,1fr) auto auto;
    gap: 10px;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--w27-line);
    border-radius: 13px;
    background: #fafbfc;
  }

  .w27-profile-channel-list > div > span {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    color: #fff;
    background: #252b3e;
    font-size: 9px;
    font-weight: 700;
  }

  .w27-profile-channel-list strong {
    font-size: 8.5px;
  }

  .w27-profile-channel-list small {
    color: #8a91a1;
    font-size: 7px;
  }

  .w27-profile-channel-list button {
    padding: 6px 8px;
    color: #6256ce;
    border: 0;
    border-radius: 8px;
    background: #efedff;
    font-size: 7px;
    font-weight: 700;
  }

  .w27-settings-list {
    display: grid;
    margin-top: 15px;
  }

  .w27-settings-list button {
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 11px 2px;
    text-align: left;
    color: var(--w27-text);
    border: 0;
    border-top: 1px solid var(--w27-line);
    background: transparent;
  }

  .w27-settings-list button:first-child {
    border-top: 0;
  }

  .w27-settings-list strong,
  .w27-settings-list small {
    display: block;
  }

  .w27-settings-list strong {
    font-size: 9px;
  }

  .w27-settings-list small {
    margin-top: 5px;
    color: #858c9b;
    font-size: 7.5px;
  }

  .w27-settings-list .w27-icon {
    width: 15px;
    height: 15px;
    color: #9da3b1;
  }

  @media (min-width: 1500px) {
    :root {
      --w27-sidebar: 260px;
    }

    .w27-app-main {
      width: calc(100% - 64px);
    }

    .w27-public-main {
      max-width: 1480px;
    }
  }
}

/* AF_STUDIO_WEB_RESPONSIVE_WINDOWS_FIX1_20260729 */

@media screen and (max-width: 1199px) {
  .w27-public-header {
    grid-template-columns: 205px 1fr auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .w27-public-main { width: calc(100% - 32px); }

  .w27-hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding: 46px;
  }

  .w27-hero-preview { display: none; }

  .w27-service-grid,
  .w27-catalog-grid,
  .w27-create-grid,
  .w27-workflow-grid,
  .w27-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .w27-help-layout,
  .w27-dashboard-grid,
  .w27-category-detail,
  .w27-publish-layout,
  .w27-profile-grid,
  .w27-profile-bottom { grid-template-columns: 1fr; }

  .w27-publish-guide { position: static; }
  .w27-app-main { width: calc(100% - 32px); }
  .w27-search { width: 190px; }
  .w27-quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

  .w27-work-table { overflow-x: auto; }
  .w27-work-table .head,
  .w27-work-table > button { min-width: 760px; }

  .w27-login-page {
    grid-template-columns: 1fr;
    padding-right: max(40px, 10vw);
    padding-left: max(40px, 10vw);
  }

  .w27-login-brand { display: none; }
  .w27-login-card { width: 100%; max-width: 560px; margin: 0 auto; }
}

@media screen and (max-width: 899px) {
  :root { --w27-sidebar: 82px; }

  .w27-public-header {
    grid-template-columns: 180px 1fr;
    gap: 15px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .w27-public-header nav,
  .w27-public-actions .ghost,
  .w27-app-header p,
  .w27-search,
  .w27-hero-status { display: none; }

  .w27-public-actions { justify-content: end; }
  .w27-hero { padding: 36px; }
  .w27-hero h1 { font-size: 42px; }
  .w27-public-title h1 { font-size: 39px; }

  .w27-sidebar { padding-right: 10px; padding-left: 10px; }
  .w27-side-brand { grid-template-columns: 39px; justify-content: center; }

  .w27-side-brand strong,
  .w27-side-brand small,
  .w27-sidebar nav button span,
  .w27-side-plan span,
  .w27-side-plan button,
  .w27-side-logout span { display: none; }

  .w27-sidebar nav button,
  .w27-side-logout { justify-content: center; padding-right: 0; padding-left: 0; }
  .w27-side-plan { grid-template-columns: 1fr; justify-items: center; }

  .w27-app-header { padding-right: 18px; padding-left: 18px; }
  .w27-app-main { width: calc(100% - 24px); }
  .w27-dashboard-hero { grid-template-columns: 1fr; }
  .w27-stat-grid,
  .w27-process-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .w27-create-intro { display: block; }
  .w27-create-tip { min-width: 0; margin-top: 18px; }
  .w27-result-grid,
  .w27-channel-grid { grid-template-columns: 1fr; }
  .w27-work-actions label { min-width: 170px; }
}

@media screen and (max-width: 679px) {
  .w27-public-main { width: calc(100% - 20px); }
  .w27-public-header { grid-template-columns: minmax(0, 1fr) auto; }
  .w27-public-actions .primary { padding-right: 11px; padding-left: 11px; }
  .w27-hero { padding: 30px; border-radius: 25px; }
  .w27-hero h1 { font-size: 35px; }

  .w27-service-grid,
  .w27-catalog-grid,
  .w27-create-grid,
  .w27-stat-grid,
  .w27-workflow-grid,
  .w27-pricing-grid,
  .w27-process-row { grid-template-columns: 1fr; }

  .w27-quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .w27-app-tools .w27-icon-button,
  .w27-profile-button strong { display: none; }

  .w27-work-toolbar { align-items: stretch; flex-direction: column; }
  .w27-work-actions { justify-content: space-between; }
  .w27-work-actions label { min-width: 0; flex: 1; }
  .w27-login-page { padding-right: 24px; padding-left: 24px; }
}


/* AF_STUDIO_WEB_ENTRY_FALLBACK_V28_20260729 */

.w27-web-loading {
  min-height: 100vh;
  display: grid;
  place-items: center;
  color: #727a8b;
  background: #f3f5f9;
  font-size: 12px;
  font-weight: 600;
}

body[data-af-studio-web="force"] #afStudioWebV27 {
  display: block;
}

/* AF_STUDIO_WEB_TYPOGRAPHY_BALANCE_V29_20260729_START */

/*
  목적:
  - 너무 작은 설명 글씨를 읽기 쉬운 크기로 상향
  - 과도하게 큰 제목을 절제된 크기로 조정
  - 카드 높이·패딩·행간을 정리해 빈 공간과 과밀을 동시에 완화
  - 만들기/홈/전체 서비스 그리드가 중간 해상도에서도 넘치지 않게 보정
  - 좌측 메뉴, 상단 헤더, 표, 채널 카드의 가독성 통일
*/

:root {
  --w29-type-body: 15px;
  --w29-type-body-sm: 14px;
  --w29-type-caption: 12px;
  --w29-type-micro: 11.5px;
  --w29-type-title: clamp(30px, 2.25vw, 40px);
  --w29-type-section: clamp(22px, 1.45vw, 28px);
  --w29-type-card-title: clamp(18px, 1.05vw, 22px);
  --w29-radius-card: 26px;
  --w29-shadow-soft:
    0 18px 40px rgba(17, 24, 39, 0.06);
}

html,
body {
  font-size: var(--w29-type-body);
}

body.af-studio-web-v27-active {
  color: #202636;
}

.w27-public-header {
  min-height: 68px;
  padding-right: 32px;
  padding-left: 32px;
}

.w27-public-header nav a,
.w27-public-actions button,
.w27-search input,
.w27-profile-button strong,
.w27-profile-button small {
  font-size: 14px;
}

.w27-public-main,
.w27-app-main {
  max-width: 1540px;
}

.w27-public-main section,
.w27-app-main section,
.w27-dashboard-card,
.w27-category-panel,
.w27-publish-section,
.w27-work-section,
.w27-profile-panel,
.w27-profile-plan,
.w27-setting-panel {
  border-radius: var(--w29-radius-card);
  box-shadow: var(--w29-shadow-soft);
}

.w27-public-title .eyebrow,
.w27-page-header small,
.w27-mini-label,
.w27-panel-eyebrow,
.w27-card-eyebrow,
.w27-table-eyebrow,
.w27-block-eyebrow {
  font-size: 11px;
  letter-spacing: 0.14em;
}

.w27-public-title h1,
.w27-page-header h1,
.w27-hero h1,
.w27-dashboard-hero h2,
.w27-login-brand h1,
.w27-login-card h1 {
  font-size: var(--w29-type-title);
  line-height: 1.18;
  letter-spacing: -0.04em;
}

.w27-public-title p,
.w27-hero p,
.w27-dashboard-hero p,
.w27-login-brand p,
.w27-login-card > p,
.w27-page-header p,
.w27-create-lead,
.w27-panel-copy,
.w27-category-copy,
.w27-channel-copy,
.w27-setting-copy,
.w27-card-copy {
  font-size: 15px;
  line-height: 1.65;
  color: #5b6578;
}

.w27-hero {
  min-height: 380px;
  align-items: center;
  padding: 54px;
  overflow: hidden;
}

.w27-hero h1 {
  max-width: 10.5em;
}

.w27-hero .actions,
.w27-public-actions {
  gap: 12px;
}

.w27-public-actions .primary,
.w27-public-actions .ghost,
.w27-hero .actions button,
.w27-login-social,
.w27-login-submit,
.w27-primary-button,
.w27-secondary-button,
.w27-cta-button,
.w27-side-plan button,
.w27-channel-action,
.w27-account-action {
  min-height: 48px;
  padding: 0 18px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 16px;
}

.w27-service-grid,
.w27-catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.w27-create-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.w27-quick-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.w27-service-card,
.w27-create-card,
.w27-quick-card,
.w27-result-card,
.w27-channel-card,
.w27-setting-item,
.w27-connected-item,
.w27-work-table > button,
.w27-process-card {
  border-radius: 24px;
}

.w27-service-card,
.w27-create-card {
  min-height: 224px;
  padding: 24px 26px 24px;
  gap: 16px;
}

.w27-service-card .meta,
.w27-create-card .meta,
.w27-quick-card .meta,
.w27-result-card .meta {
  font-size: 11.5px;
  line-height: 1.45;
  color: #7a8192;
}

.w27-service-card h3,
.w27-create-card h3,
.w27-quick-card h3,
.w27-category-panel h3,
.w27-profile-panel h3,
.w27-profile-plan h3,
.w27-publish-section h3,
.w27-work-section h3,
.w27-setting-panel h3 {
  font-size: var(--w29-type-card-title);
  line-height: 1.24;
  letter-spacing: -0.03em;
}

.w27-service-card p,
.w27-create-card p,
.w27-quick-card p,
.w27-result-card p,
.w27-process-card p,
.w27-connected-item small,
.w27-setting-item small,
.w27-work-table small,
.w27-table-head small,
.w27-card-note,
.w27-channel-card small {
  font-size: 13.5px;
  line-height: 1.62;
  color: #5f687a;
}

.w27-service-card .action,
.w27-create-card .action,
.w27-quick-card .action {
  margin-top: auto;
  font-size: 13px;
  font-weight: 700;
}

.w27-dashboard-card,
.w27-category-panel,
.w27-publish-section,
.w27-work-section,
.w27-profile-panel,
.w27-profile-plan,
.w27-setting-panel {
  padding: 26px 28px;
}

.w27-dashboard-grid,
.w27-category-detail,
.w27-publish-layout,
.w27-profile-grid,
.w27-profile-bottom {
  gap: 22px;
}

.w27-stat-grid {
  gap: 16px;
}

.w27-stat-card,
.w27-process-card,
.w27-result-card {
  min-height: 132px;
  padding: 20px 22px;
}

.w27-stat-card strong,
.w27-process-card strong,
.w27-result-card strong,
.w27-channel-card strong,
.w27-connected-item strong,
.w27-setting-item strong {
  font-size: 16px;
  line-height: 1.35;
}

.w27-sidebar {
  width: 246px;
}

.w27-side-brand strong,
.w27-sidebar nav button span,
.w27-side-plan strong,
.w27-side-logout span {
  font-size: 15px;
}

.w27-side-brand small,
.w27-side-plan span {
  font-size: 12px;
  line-height: 1.5;
}

.w27-sidebar nav button,
.w27-side-logout {
  min-height: 48px;
  border-radius: 16px;
}

.w27-work-toolbar,
.w27-page-toolbar {
  gap: 14px;
}

.w27-search,
.w27-toolbar-search {
  min-height: 48px;
  border-radius: 16px;
}

.w27-search input,
.w27-toolbar-search input,
.w27-select,
.w27-input,
.w27-textarea,
.w27-login-form input {
  font-size: 14px;
}

.w27-work-table .head,
.w27-work-table > button {
  grid-template-columns:
    minmax(92px, 0.85fr)
    minmax(240px, 2.2fr)
    minmax(120px, 0.95fr)
    minmax(108px, 0.85fr)
    minmax(100px, 0.85fr)
    34px;
  column-gap: 14px;
}

.w27-work-table .head,
.w27-work-table > button,
.w27-connected-item,
.w27-setting-item,
.w27-channel-card,
.w27-content-card {
  padding-top: 16px;
  padding-bottom: 16px;
}

.w27-work-table .head small,
.w27-work-table > button small,
.w27-connected-item small,
.w27-setting-item small,
.w27-channel-card small {
  font-size: 12.5px;
}

.w27-channel-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.w27-channel-card {
  min-height: 88px;
  align-items: center;
  grid-template-columns: 28px minmax(0, 1fr) auto;
  column-gap: 14px;
}

.w27-channel-card input[type="checkbox"] {
  width: 22px;
  height: 22px;
}

.w27-channel-card .icon,
.w27-connected-item .icon,
.w27-service-card .icon,
.w27-create-card .icon,
.w27-quick-card .icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
}

.w27-content-card,
.w27-content-preview {
  padding: 18px 20px;
  border-radius: 22px;
}

.w27-profile-identity {
  grid-template-columns: 74px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}

.w27-avatar,
.w27-profile-avatar {
  width: 66px;
  height: 66px;
  font-size: 24px;
  border-radius: 20px;
}

.w27-profile-plan {
  min-height: 220px;
}

.w27-plan-meter {
  height: 6px;
  border-radius: 999px;
}

.w27-login-page {
  min-height: 100vh;
  padding-top: 48px;
  padding-bottom: 48px;
  align-items: center;
}

.w27-login-card {
  max-width: 520px;
  padding: 34px;
  border-radius: 28px;
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.10);
}

.w27-login-form label,
.w27-login-links a,
.w27-login-links button,
.w27-form-help,
.w27-form-note {
  font-size: 13.5px;
}

.w27-login-form input {
  min-height: 52px;
  padding: 0 16px;
  border-radius: 16px;
}

@media screen and (max-width: 1679px) {
  .w27-public-main,
  .w27-app-main {
    max-width: 1360px;
  }

  .w27-service-grid,
  .w27-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .w27-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1439px) {
  .w27-app-main,
  .w27-public-main {
    width: calc(100% - 28px);
  }

  .w27-hero {
    padding: 44px;
  }

  .w27-dashboard-grid,
  .w27-category-detail,
  .w27-profile-grid {
    grid-template-columns: 1fr;
  }

  .w27-publish-layout {
    grid-template-columns: 1fr;
  }

  .w27-publish-guide {
    order: -1;
    max-width: 100%;
  }

  .w27-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .w27-create-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 1279px) {
  .w27-sidebar {
    width: 86px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .w27-side-brand {
    grid-template-columns: 40px;
    justify-content: center;
  }

  .w27-side-brand strong,
  .w27-side-brand small,
  .w27-sidebar nav button span,
  .w27-side-plan span,
  .w27-side-plan button,
  .w27-side-logout span {
    display: none;
  }

  .w27-sidebar nav button,
  .w27-side-logout {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
  }

  .w27-side-plan {
    justify-items: center;
  }

  .w27-channel-grid {
    grid-template-columns: 1fr;
  }

  .w27-work-table .head,
  .w27-work-table > button {
    min-width: 760px;
  }
}

@media screen and (max-width: 1099px) {
  .w27-public-main,
  .w27-app-main {
    width: calc(100% - 22px);
  }

  .w27-public-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  .w27-public-title h1,
  .w27-page-header h1,
  .w27-hero h1,
  .w27-dashboard-hero h2 {
    font-size: clamp(26px, 3vw, 34px);
  }

  .w27-service-grid,
  .w27-catalog-grid,
  .w27-create-grid,
  .w27-quick-grid,
  .w27-stat-grid,
  .w27-channel-grid {
    grid-template-columns: 1fr;
  }

  .w27-service-card,
  .w27-create-card {
    min-height: 0;
  }
}

@media screen and (max-width: 839px) {
  .w27-public-header nav {
    display: none;
  }

  .w27-public-header {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .w27-hero {
    padding: 34px;
  }

  .w27-work-toolbar,
  .w27-page-toolbar {
    flex-direction: column;
    align-items: stretch;
  }

  .w27-profile-identity {
    grid-template-columns: 1fr;
  }
}

/* AF_STUDIO_WEB_TYPOGRAPHY_BALANCE_V29_20260729_END */


/* AF_STUDIO_WEB_EXACT_LEGIBILITY_FIX_V30_20260729_START */

/*
  V27 실제 DOM 선택자를 직접 사용한다.
  V29의 추상 선택자가 닿지 않았던 7~9.5px 글씨를 제거한다.
*/

/* 전체 웹 기본 가독성 */
#afStudioWebV27 {
  color: #202635;
  font-size: 15px;
}

#afStudioWebV27 button,
#afStudioWebV27 input,
#afStudioWebV27 select,
#afStudioWebV27 textarea {
  font-size: 14px;
}

#afStudioWebV27 .w27-eyebrow {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .13em;
}

/* 상단 앱 헤더 */
#afStudioWebV27 .w27-app-header {
  min-height: 82px;
  padding: 15px 30px;
}

#afStudioWebV27 .w27-app-header h1 {
  font-size: 22px;
  line-height: 1.25;
}

#afStudioWebV27 .w27-app-header p {
  margin-top: 5px;
  color: #606a7c;
  font-size: 12.5px;
  line-height: 1.45;
}

#afStudioWebV27 .w27-search {
  width: 260px;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
}

#afStudioWebV27 .w27-search input {
  font-size: 14px;
}

#afStudioWebV27 .w27-profile-button {
  min-height: 46px;
  padding: 6px 12px 6px 6px;
  border-radius: 14px;
}

#afStudioWebV27 .w27-profile-button > span {
  width: 34px;
  height: 34px;
  font-size: 11px;
}

#afStudioWebV27 .w27-profile-button strong {
  font-size: 13px;
}

/* 좌측 메뉴 */
#afStudioWebV27 .w27-side-brand strong {
  font-size: 14px;
}

#afStudioWebV27 .w27-side-brand small {
  font-size: 9.5px;
}

#afStudioWebV27 .w27-sidebar nav button,
#afStudioWebV27 .w27-side-logout {
  min-height: 52px;
  font-size: 14px;
  border-radius: 15px;
}

#afStudioWebV27 .w27-side-plan small {
  font-size: 10.5px;
}

#afStudioWebV27 .w27-side-plan strong {
  font-size: 13px;
}

#afStudioWebV27 .w27-side-plan button {
  font-size: 12px;
}

/* 대시보드 상단 히어로 */
#afStudioWebV27 .w27-dashboard-hero h2 {
  font-size: clamp(29px, 2.2vw, 38px);
  line-height: 1.18;
}

#afStudioWebV27
.w27-dashboard-hero
> div:first-child
> p:last-of-type {
  color: rgba(255,255,255,.68);
  font-size: 14px;
  line-height: 1.6;
}

#afStudioWebV27 .w27-dashboard-hero button {
  min-height: 48px;
  padding: 11px 18px;
  font-size: 14px;
  border-radius: 14px;
}

#afStudioWebV27 .w27-hero-status small {
  color: rgba(255,255,255,.65);
  font-size: 12px;
}

#afStudioWebV27 .w27-hero-status strong {
  font-size: 25px;
}

#afStudioWebV27 .w27-hero-status p {
  color: rgba(255,255,255,.56);
  font-size: 11.5px;
}

/* 상태 카드: 실제 구조는 article 내부 small/strong */
#afStudioWebV27 .w27-stat-grid {
  gap: 16px;
  margin-top: 18px;
}

#afStudioWebV27 .w27-stat-grid article {
  min-height: 112px;
  grid-template-columns: 42px minmax(0,1fr) auto;
  gap: 14px;
  padding: 20px;
  border-radius: 20px;
}

#afStudioWebV27 .w27-stat-grid article > span {
  width: 42px;
  height: 42px;
  border-radius: 13px;
}

#afStudioWebV27 .w27-stat-grid article > span .w27-icon {
  width: 20px;
  height: 20px;
}

#afStudioWebV27 .w27-stat-grid small {
  color: #596477;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}

#afStudioWebV27 .w27-stat-grid strong {
  color: #171d2b;
  font-size: 28px;
  line-height: 1;
}

/* 공용 패널 제목 */
#afStudioWebV27 .w27-panel {
  padding: 26px;
  border-radius: 24px;
}

#afStudioWebV27 .w27-panel-head small {
  color: #727c8f;
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: .12em;
}

#afStudioWebV27 .w27-panel-head h3 {
  margin-top: 7px;
  font-size: 21px;
  line-height: 1.3;
}

#afStudioWebV27 .w27-panel-head > button {
  padding: 8px 10px;
  font-size: 14px;
}

/* 빠른 만들기: 5개가 넓은 화면에서 한 줄 */
#afStudioWebV27 .w27-quick-grid {
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 14px;
  margin-top: 20px;
}

#afStudioWebV27 .w27-quick-grid > button {
  min-height: 150px;
  grid-template-columns: minmax(0,1fr) 18px;
  gap: 14px;
  padding: 18px;
  border-radius: 18px;
  background: #f8f9fc;
}

#afStudioWebV27 .w27-quick-grid .w27-category-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

#afStudioWebV27 .w27-quick-grid strong {
  color: #202635;
  font-size: 14.5px;
  line-height: 1.35;
}

#afStudioWebV27 .w27-quick-grid small {
  margin-top: 5px;
  color: #657084;
  font-size: 12px;
  line-height: 1.45;
}

#afStudioWebV27 .w27-quick-grid > button > .w27-icon {
  width: 17px;
  height: 17px;
}

/* 오른쪽 처음 이용 안내 */
#afStudioWebV27 .w27-guide-card {
  padding: 26px;
  border-radius: 24px;
}

#afStudioWebV27 .w27-guide-card > small {
  margin-top: 31px;
  color: #b8b0ff;
  font-size: 11px;
}

#afStudioWebV27 .w27-guide-card h3 {
  margin-top: 9px;
  font-size: 24px;
  line-height: 1.35;
}

#afStudioWebV27 .w27-guide-card ol {
  gap: 13px;
  margin-top: 22px;
}

#afStudioWebV27 .w27-guide-card li {
  color: rgba(255,255,255,.75);
  font-size: 13px;
  line-height: 1.45;
}

#afStudioWebV27 .w27-guide-card li b {
  width: 26px;
  height: 26px;
  font-size: 10px;
}

#afStudioWebV27 .w27-guide-card > button {
  min-height: 46px;
  margin-top: 23px;
  font-size: 14px;
  border-radius: 13px;
}

/* 최근 작업: 표 형태 복원 + 실제 글씨 확대 */
#afStudioWebV27 .w27-work-table {
  margin-top: 20px;
}

#afStudioWebV27 .w27-work-table .head,
#afStudioWebV27 .w27-work-table > button {
  grid-template-columns:
    135px
    minmax(260px,1.7fr)
    120px
    125px
    24px;
  gap: 16px;
}

#afStudioWebV27 .w27-work-table.full .head,
#afStudioWebV27 .w27-work-table.full > button {
  grid-template-columns:
    135px
    minmax(280px,1.8fr)
    120px
    115px
    115px
    24px;
}

#afStudioWebV27 .w27-work-table .head {
  padding: 11px 14px;
  color: #6e788a;
  font-size: 12px;
  font-weight: 600;
}

#afStudioWebV27 .w27-work-table > button {
  min-height: 62px;
  padding: 13px 14px;
  border-radius: 0;
  border-top: 1px solid #e8ebf1;
}

#afStudioWebV27 .w27-work-table > button > span {
  color: #626d80;
  font-size: 12.5px;
}

#afStudioWebV27 .w27-work-table > button > strong {
  color: #202635;
  font-size: 14px;
  line-height: 1.4;
}

#afStudioWebV27 .w27-work-table > button > small {
  color: #667286;
  font-size: 12.5px;
}

#afStudioWebV27 .w27-work-table em {
  padding: 7px 10px;
  font-size: 11px;
}

/* 만들기 화면 */
#afStudioWebV27 .w27-create-intro h2 {
  font-size: 30px;
  line-height: 1.25;
}

#afStudioWebV27
.w27-create-intro
> div:first-child
> p:last-child {
  color: #5c6679;
  font-size: 14px;
  line-height: 1.6;
}

#afStudioWebV27 .w27-create-tip strong {
  font-size: 14px;
}

#afStudioWebV27 .w27-create-tip small {
  color: #625a8a;
  font-size: 12px;
  line-height: 1.45;
}

#afStudioWebV27 .w27-create-grid {
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 18px;
}

#afStudioWebV27 .w27-create-card {
  min-height: 250px;
  padding: 24px;
  border-radius: 24px;
}

#afStudioWebV27 .w27-create-card > div em {
  color: #697487;
  font-size: 11.5px;
}

#afStudioWebV27 .w27-create-card > strong {
  margin-top: 25px;
  font-size: 20px;
  line-height: 1.3;
}

#afStudioWebV27 .w27-create-card > p {
  min-height: 68px;
  margin-top: 12px;
  color: #596477;
  font-size: 13.5px;
  line-height: 1.65;
}

#afStudioWebV27 .w27-create-card > span {
  margin-top: 18px;
  font-size: 13px;
}

/* 카테고리 상세 */
#afStudioWebV27 .w27-back-link {
  font-size: 13px;
}

#afStudioWebV27 .w27-category-summary h2 {
  font-size: clamp(28px,2vw,34px);
}

#afStudioWebV27 .w27-category-summary > p:last-of-type {
  color: rgba(255,255,255,.72);
  font-size: 14px;
}

#afStudioWebV27 .w27-category-summary > button {
  min-height: 48px;
  padding: 11px 17px;
  font-size: 14px;
}

#afStudioWebV27 .w27-result-grid {
  gap: 14px;
}

#afStudioWebV27 .w27-result-grid article {
  min-height: 155px;
  padding: 19px;
}

#afStudioWebV27 .w27-result-grid strong {
  font-size: 15px;
  line-height: 1.35;
}

#afStudioWebV27 .w27-result-grid p {
  color: #596477;
  font-size: 13px;
  line-height: 1.6;
}

#afStudioWebV27 .w27-process-row b {
  font-size: 11px;
}

#afStudioWebV27 .w27-process-row strong {
  font-size: 15px;
}

#afStudioWebV27 .w27-process-row p {
  color: #596477;
  font-size: 12.5px;
  line-height: 1.55;
}

/* 내 작업 필터·검색 */
#afStudioWebV27 .w27-filter-group button {
  min-height: 40px;
  padding: 8px 14px;
  font-size: 13px;
}

#afStudioWebV27 .w27-work-actions label {
  min-height: 46px;
  border-radius: 14px;
}

#afStudioWebV27 .w27-work-actions input {
  font-size: 14px;
}

#afStudioWebV27 .w27-work-actions > button {
  min-height: 46px;
  padding: 9px 15px;
  font-size: 14px;
  border-radius: 14px;
}

/* 게시 화면 */
#afStudioWebV27 .w27-select-field > span {
  font-size: 13px;
}

#afStudioWebV27 .w27-select-field select {
  min-height: 50px;
  font-size: 14px;
}

#afStudioWebV27 .w27-selected-work small {
  font-size: 11px;
}

#afStudioWebV27 .w27-selected-work strong {
  font-size: 14.5px;
}

#afStudioWebV27 .w27-selected-work p {
  font-size: 12px;
}

#afStudioWebV27 .w27-selected-work > em {
  font-size: 11px;
}

#afStudioWebV27 .w27-channel-grid {
  gap: 14px;
}

#afStudioWebV27 .w27-channel-grid label {
  min-height: 88px;
  grid-template-columns: 22px 42px minmax(0,1fr) auto;
  gap: 13px;
  padding: 15px;
  border-radius: 18px;
}

#afStudioWebV27 .w27-channel-grid input {
  width: 21px;
  height: 21px;
}

#afStudioWebV27 .channel-mark {
  width: 42px;
  height: 42px;
  font-size: 13px;
  border-radius: 13px;
}

#afStudioWebV27 .w27-channel-grid strong {
  font-size: 14px;
}

#afStudioWebV27 .w27-channel-grid small {
  color: #606b7d;
  font-size: 12px;
  line-height: 1.45;
}

#afStudioWebV27 .w27-channel-grid em {
  font-size: 11.5px;
}

#afStudioWebV27 .w27-publish-button {
  min-height: 54px;
  font-size: 15px;
}

#afStudioWebV27 .w27-publish-guide > small {
  font-size: 10.5px;
}

#afStudioWebV27 .w27-publish-guide h3 {
  font-size: 25px;
}

#afStudioWebV27 .w27-publish-guide > p {
  color: rgba(255,255,255,.68);
  font-size: 13px;
}

#afStudioWebV27 .w27-publish-guide li {
  color: rgba(255,255,255,.75);
  font-size: 12.5px;
}

/* 내 정보 */
#afStudioWebV27 .w27-account-card small {
  font-size: 11px;
}

#afStudioWebV27 .w27-account-card h3 {
  font-size: 23px;
}

#afStudioWebV27 .w27-account-card p {
  color: #5c6779;
  font-size: 13px;
}

#afStudioWebV27 .w27-account-card > button {
  min-height: 42px;
  padding: 9px 13px;
  font-size: 13px;
}

#afStudioWebV27 .w27-plan-card > small {
  font-size: 10.5px;
}

#afStudioWebV27 .w27-plan-card h3 {
  font-size: 24px;
}

#afStudioWebV27 .w27-plan-card > p {
  color: rgba(255,255,255,.68);
  font-size: 12.5px;
}

#afStudioWebV27 .w27-plan-card > div {
  font-size: 12px;
}

#afStudioWebV27 .w27-plan-card > div b {
  font-size: 17px;
}

#afStudioWebV27 .w27-plan-card > button {
  font-size: 12.5px;
}

#afStudioWebV27 .w27-profile-channel-list > div {
  min-height: 66px;
  grid-template-columns: 42px minmax(0,1fr) auto auto;
  gap: 12px;
  padding: 12px;
}

#afStudioWebV27 .w27-profile-channel-list > div > span {
  width: 42px;
  height: 42px;
  font-size: 12px;
}

#afStudioWebV27 .w27-profile-channel-list strong {
  font-size: 13.5px;
}

#afStudioWebV27 .w27-profile-channel-list small {
  color: #626d80;
  font-size: 11.5px;
}

#afStudioWebV27 .w27-profile-channel-list button {
  padding: 8px 10px;
  font-size: 12.5px;
}

#afStudioWebV27 .w27-settings-list button {
  min-height: 68px;
  padding: 14px 3px;
}

#afStudioWebV27 .w27-settings-list strong {
  font-size: 13.5px;
}

#afStudioWebV27 .w27-settings-list small {
  color: #626d80;
  font-size: 11.5px;
}

/* 공개 페이지 실제 선택자 */
#afStudioWebV27 .w27-service-copy > small,
#afStudioWebV27 .w27-catalog-card span > small {
  font-size: 11px;
}

#afStudioWebV27 .w27-service-copy > strong,
#afStudioWebV27 .w27-catalog-card span > strong {
  font-size: 20px;
}

#afStudioWebV27 .w27-service-copy > p,
#afStudioWebV27 .w27-catalog-card span > p {
  color: #596477;
  font-size: 13.5px;
  line-height: 1.65;
}

#afStudioWebV27 .w27-public-title > p:last-child {
  color: #596477;
  font-size: 14px;
}

/* 로그인 실제 선택자 */
#afStudioWebV27 .w27-login-brand p {
  color: rgba(255,255,255,.65);
  font-size: 13px;
}

#afStudioWebV27 .w27-login-card > button.kakao,
#afStudioWebV27 .w27-login-card > button.google,
#afStudioWebV27 .w27-login-card > button.email {
  min-height: 54px;
  font-size: 14px;
}

#afStudioWebV27 .w27-login-divider span,
#afStudioWebV27 .w27-login-card label > span,
#afStudioWebV27 .w27-login-switch,
#afStudioWebV27 .w27-login-switch button {
  font-size: 12px;
}

#afStudioWebV27 .w27-login-card input {
  min-height: 52px;
  font-size: 14px;
}

/* 너비별 정리 */
@media screen and (max-width: 1599px) {
  #afStudioWebV27 .w27-quick-grid {
    grid-template-columns: repeat(3, minmax(0,1fr));
  }

  #afStudioWebV27 .w27-create-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media screen and (max-width: 1299px) {
  #afStudioWebV27 .w27-quick-grid,
  #afStudioWebV27 .w27-create-grid,
  #afStudioWebV27 .w27-result-grid,
  #afStudioWebV27 .w27-channel-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  #afStudioWebV27 .w27-work-table {
    overflow-x: auto;
  }

  #afStudioWebV27 .w27-work-table .head,
  #afStudioWebV27 .w27-work-table > button {
    min-width: 760px;
  }
}

@media screen and (max-width: 899px) {
  #afStudioWebV27 .w27-quick-grid,
  #afStudioWebV27 .w27-create-grid,
  #afStudioWebV27 .w27-result-grid,
  #afStudioWebV27 .w27-channel-grid {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w27-stat-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

/* AF_STUDIO_WEB_EXACT_LEGIBILITY_FIX_V30_20260729_END */

/* AF_STUDIO_WEB_WORKFLOW_TEXT_ICONS_V31_20260729_START */

/* 로그인 소셜 로고 */
#afStudioWebV27 .w27-login-card > button.kakao,
#afStudioWebV27 .w27-login-card > button.google {
  grid-template-columns: 34px minmax(0, 1fr) 34px;
  min-height: 56px;
  padding: 0 14px;
  font-size: 15px;
}

#afStudioWebV27 .kakao-logo,
#afStudioWebV27 .google-logo {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
}

#afStudioWebV27 .kakao-logo {
  color: #3c1e1e;
  background: rgba(60, 30, 30, 0.06);
}

#afStudioWebV27 .google-logo {
  background: #fff;
  border: 1px solid #e4e7ed;
  box-shadow: 0 2px 6px rgba(31, 41, 55, 0.06);
}

#afStudioWebV27 .kakao-logo svg {
  width: 23px;
  height: 23px;
  display: block;
}

#afStudioWebV27 .google-logo svg {
  width: 22px;
  height: 22px;
  display: block;
}

/* 공개 메인 작업 흐름 카드 */
#afStudioWebV27 .w27-workflow-section {
  padding: 46px 42px 42px;
}

#afStudioWebV27 .w27-workflow-section .w27-section-head h2 {
  font-size: clamp(28px, 2.05vw, 36px);
  line-height: 1.2;
}

#afStudioWebV27 .w27-workflow-grid {
  gap: 16px;
  margin-top: 32px;
}

#afStudioWebV27 .w27-workflow-grid article {
  min-height: 190px;
  padding: 22px 22px 24px;
  border-color: rgba(255, 255, 255, 0.11);
  background: rgba(255, 255, 255, 0.055);
}

#afStudioWebV27 .w27-workflow-grid b {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  font-size: 13px;
  font-weight: 800;
}

#afStudioWebV27 .w27-workflow-grid strong {
  margin-top: 24px;
  color: #fff;
  font-size: 17px;
  line-height: 1.35;
  font-weight: 700;
}

#afStudioWebV27 .w27-workflow-grid p {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  line-height: 1.65;
}

/* 만들기 화면 오른쪽 안내 */
#afStudioWebV27 .w27-create-tip {
  min-width: 390px;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 14px;
  padding: 18px 20px;
  border: 1px solid rgba(101, 88, 223, 0.11);
  border-radius: 18px;
  color: #3f376f;
  background: #f0eeff;
}

#afStudioWebV27 .w27-create-tip > .w27-icon {
  width: 42px;
  height: 42px;
  padding: 11px;
  border-radius: 13px;
  color: #6558df;
  background: #fff;
  box-shadow: 0 5px 14px rgba(83, 68, 182, 0.08);
}

#afStudioWebV27 .w27-create-tip strong {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 750;
}

#afStudioWebV27 .w27-create-tip small {
  margin-top: 6px;
  color: #655e86;
  font-size: 13px;
  line-height: 1.55;
}

@media screen and (max-width: 1199px) {
  #afStudioWebV27 .w27-workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #afStudioWebV27 .w27-create-tip {
    min-width: 0;
    width: 100%;
  }
}

@media screen and (max-width: 679px) {
  #afStudioWebV27 .w27-workflow-section {
    padding: 34px 24px 28px;
  }

  #afStudioWebV27 .w27-workflow-grid {
    grid-template-columns: 1fr;
  }
}

/* AF_STUDIO_WEB_WORKFLOW_TEXT_ICONS_V31_20260729_END */

/* AF_STUDIO_WEB_HERO_MEDIA_STYLE_V32_20260729_START */
#afStudioWebV27 .w32-hero-media-host {
  min-height: 420px;
  display: grid;
  align-items: center;
}

#afStudioWebV27 .w32-hero-media-shell {
  width: 100%;
  max-width: 620px;
  display: grid;
  gap: 14px;
  justify-self: end;
}

#afStudioWebV27 .w32-hero-media-stage {
  position: relative;
  min-height: 348px;
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(circle at 25% 18%, rgba(99, 102, 241, 0.26), transparent 42%),
    linear-gradient(145deg, rgba(23, 32, 56, 0.96), rgba(12, 18, 33, 0.98));
  box-shadow:
    0 28px 50px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

#afStudioWebV27 .w32-hero-media-video,
#afStudioWebV27 .w32-hero-media-gif {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 348px;
  object-fit: cover;
  border-radius: 28px;
  background: #0a1020;
}

#afStudioWebV27 .w32-hero-media-caption {
  display: grid;
  gap: 4px;
  padding: 0 2px;
}

#afStudioWebV27 .w32-hero-media-caption strong {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: #f4f6fb;
}

#afStudioWebV27 .w32-hero-media-caption span {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(233, 238, 249, 0.78);
}

#afStudioWebV27 .w32-hero-fallback-active {
  min-height: 0;
}

@media screen and (max-width: 1439px) {
  #afStudioWebV27 .w32-hero-media-shell {
    max-width: 560px;
    justify-self: center;
  }
}

@media screen and (max-width: 1099px) {
  #afStudioWebV27 .w32-hero-media-host {
    min-height: 0;
    width: 100%;
  }

  #afStudioWebV27 .w32-hero-media-shell {
    max-width: none;
    width: 100%;
    justify-self: stretch;
  }

  #afStudioWebV27 .w32-hero-media-stage,
  #afStudioWebV27 .w32-hero-media-video,
  #afStudioWebV27 .w32-hero-media-gif {
    min-height: 280px;
  }
}
/* AF_STUDIO_WEB_HERO_MEDIA_STYLE_V32_20260729_END */

/* AF_STUDIO_WEB_HERO_DEMO_FALLBACK_STYLE_V33_20260729_START */
#afStudioWebV27 .w33-hero-demo-active {
  min-height: 420px;
  display: grid;
  align-items: center;
}

#afStudioWebV27 .w33-hero-demo-shell {
  width: 100%;
  max-width: 640px;
  display: grid;
  gap: 14px;
  justify-self: end;
}

#afStudioWebV27 .w33-hero-demo-stage {
  overflow: hidden;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background:
    radial-gradient(circle at 24% 18%, rgba(99, 102, 241, 0.24), transparent 40%),
    linear-gradient(145deg, rgba(23, 32, 56, 0.96), rgba(12, 18, 33, 0.98));
  box-shadow:
    0 28px 50px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

#afStudioWebV27 .w33-hero-demo-frame {
  display: block;
  width: 100%;
  height: 416px;
  border: 0;
  background: #0a1020;
}

#afStudioWebV27 .w33-hero-demo-caption {
  display: grid;
  gap: 4px;
  padding: 0 2px;
}

#afStudioWebV27 .w33-hero-demo-caption strong {
  font-size: 15px;
  line-height: 1.35;
  font-weight: 700;
  color: #f4f6fb;
}

#afStudioWebV27 .w33-hero-demo-caption span {
  font-size: 13px;
  line-height: 1.6;
  color: rgba(233, 238, 249, 0.78);
}

@media screen and (max-width: 1439px) {
  #afStudioWebV27 .w33-hero-demo-shell {
    max-width: 560px;
    justify-self: center;
  }

  #afStudioWebV27 .w33-hero-demo-frame {
    height: 380px;
  }
}

@media screen and (max-width: 1099px) {
  #afStudioWebV27 .w33-hero-demo-active {
    min-height: 0;
    width: 100%;
  }

  #afStudioWebV27 .w33-hero-demo-shell {
    max-width: none;
    width: 100%;
    justify-self: stretch;
  }

  #afStudioWebV27 .w33-hero-demo-frame {
    height: 320px;
  }
}
/* AF_STUDIO_WEB_HERO_DEMO_FALLBACK_STYLE_V33_20260729_END */

/* AF_STUDIO_HERO_DEMO_FRAME_FIT_V34_20260729_START */

#afStudioWebV27 .w33-hero-demo-active {
  min-height: 0;
  align-self: center;
}

#afStudioWebV27 .w33-hero-demo-shell {
  width: 100%;
  max-width: 620px;
  gap: 8px;
}

#afStudioWebV27 .w33-hero-demo-stage {
  width: 100%;
  aspect-ratio: 1.56 / 1;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
}

#afStudioWebV27 .w33-hero-demo-frame {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 0;
  overflow: hidden;
}

#afStudioWebV27 .w33-hero-demo-caption {
  padding: 0 2px;
  gap: 2px;
}

#afStudioWebV27 .w33-hero-demo-caption strong {
  font-size: 13px;
}

#afStudioWebV27 .w33-hero-demo-caption span {
  display: none;
}

@media screen and (max-width: 1439px) {
  #afStudioWebV27 .w33-hero-demo-shell {
    max-width: 560px;
  }

  #afStudioWebV27 .w33-hero-demo-stage {
    aspect-ratio: 1.52 / 1;
  }
}

@media screen and (max-width: 1099px) {
  #afStudioWebV27 .w33-hero-demo-stage {
    aspect-ratio: 1.48 / 1;
  }
}

/* AF_STUDIO_HERO_DEMO_FRAME_FIT_V34_20260729_END */

/* AF_STUDIO_WEB_DIRECT_CLEAN_HERO_DEMO_STYLE_V35_20260729_START */

/* 기존 iframe·아래 두 줄 설명 완전 제거 */
#afStudioWebV27 .w33-hero-demo-caption,
#afStudioWebV27 .w32-hero-media-caption,
#afStudioWebV27 .w33-hero-demo-stage,
#afStudioWebV27 .w33-hero-demo-frame {
  display: none !important;
}

/* 원래 목업·iframe 바깥 프레임 제거 */
#afStudioWebV27 .w35-direct-demo-host,
#afStudioWebV27 .w35-direct-demo-host.w27-hero-preview,
#afStudioWebV27 .w35-direct-demo-host.w32-hero-media-host,
#afStudioWebV27 .w35-direct-demo-host.w33-hero-demo-active {
  width: 100%;
  min-height: 0;
  height: auto;
  overflow: visible;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
}

#afStudioWebV27 .w35-direct-demo {
  width: 100%;
  min-height: 392px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 26px;
  background:
    radial-gradient(
      circle at 82% 5%,
      rgba(116, 99, 225, 0.26),
      transparent 34%
    ),
    linear-gradient(145deg, #0b1425, #17233e);
  box-shadow:
    0 22px 45px rgba(0, 0, 0, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

#afStudioWebV27 .w35-direct-topbar {
  min-height: 48px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 17px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(6, 11, 22, 0.24);
}

#afStudioWebV27 .w35-direct-dots {
  display: flex;
  gap: 6px;
}

#afStudioWebV27 .w35-direct-dots i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
}

#afStudioWebV27 .w35-direct-topbar strong {
  color: #f5f7fb;
  font-size: 12px;
  line-height: 1.3;
  letter-spacing: 0.06em;
}

#afStudioWebV27 .w35-direct-topbar > span {
  color: rgba(235, 239, 248, 0.68);
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
}

#afStudioWebV27 .w35-direct-body {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 13px;
  padding: 20px 22px 17px;
}

#afStudioWebV27 .w35-direct-intro small {
  display: block;
  margin-bottom: 7px;
  color: #9f94ff;
  font-size: 10px;
  line-height: 1.3;
  letter-spacing: 0.12em;
  font-weight: 800;
}

#afStudioWebV27 .w35-direct-intro h3 {
  margin: 0;
  color: #f8f9fc;
  font-size: clamp(22px, 1.65vw, 29px);
  line-height: 1.16;
  letter-spacing: -0.04em;
}

#afStudioWebV27 .w35-direct-intro p {
  margin: 9px 0 0;
  color: rgba(232, 237, 247, 0.72);
  font-size: 13px;
  line-height: 1.58;
}

#afStudioWebV27 .w35-direct-stage {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.045);
}

#afStudioWebV27 .w35-direct-scene {
  position: absolute;
  inset: 0;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 16px;
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}

#afStudioWebV27 .w35-direct-scene.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#afStudioWebV27 .w35-direct-scene-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

#afStudioWebV27 .w35-direct-scene-head strong {
  color: #f8f9fc;
  font-size: 16px;
  line-height: 1.35;
}

#afStudioWebV27 .w35-direct-scene-head em {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border-radius: 999px;
  color: #f2cf83;
  background: rgba(245, 201, 98, 0.15);
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
}

#afStudioWebV27 .w35-direct-scene-head em.violet {
  color: #d9d4ff;
  background: rgba(123, 114, 255, 0.17);
}

#afStudioWebV27 .w35-direct-scene-head em.blue {
  color: #d8e5ff;
  background: rgba(123, 166, 255, 0.16);
}

#afStudioWebV27 .w35-direct-scene-head em.green {
  color: #d6ffea;
  background: rgba(97, 211, 155, 0.16);
}

#afStudioWebV27 .w35-direct-input {
  min-height: 43px;
  display: flex;
  align-items: center;
  padding: 0 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 13px;
  background: rgba(4, 8, 17, 0.44);
}

#afStudioWebV27 .w35-direct-input span {
  overflow: hidden;
  color: rgba(240, 243, 249, 0.82);
  font-size: 11px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#afStudioWebV27 .w35-direct-three,
#afStudioWebV27 .w35-direct-media {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

#afStudioWebV27 .w35-direct-three article,
#afStudioWebV27 .w35-direct-media article {
  min-height: 67px;
  display: grid;
  align-content: center;
  gap: 5px;
  padding: 11px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

#afStudioWebV27 .w35-direct-three small {
  color: rgba(231, 236, 247, 0.58);
  font-size: 9px;
}

#afStudioWebV27 .w35-direct-three b,
#afStudioWebV27 .w35-direct-media b {
  color: #f5f7fb;
  font-size: 11px;
  line-height: 1.35;
}

#afStudioWebV27 .w35-direct-media span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #c9c4ff;
  background: rgba(123, 114, 255, 0.16);
  font-size: 9px;
  font-weight: 700;
}

#afStudioWebV27 .w35-direct-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

#afStudioWebV27 .w35-direct-tags span {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: rgba(239, 242, 249, 0.76);
  background: rgba(255, 255, 255, 0.055);
  font-size: 10px;
}

#afStudioWebV27 .w35-direct-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

#afStudioWebV27 .w35-direct-cards article {
  min-height: 61px;
  display: grid;
  grid-template-columns: 27px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.04);
}

#afStudioWebV27 .w35-direct-cards article.done {
  border-color: rgba(97, 211, 155, 0.18);
}

#afStudioWebV27 .w35-direct-cards article.active {
  border-color: rgba(123, 114, 255, 0.32);
}

#afStudioWebV27 .w35-direct-cards b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  color: #d7d3ff;
  background: rgba(123, 114, 255, 0.15);
  font-size: 9px;
}

#afStudioWebV27 .w35-direct-cards span {
  color: rgba(239, 242, 249, 0.78);
  font-size: 10px;
  line-height: 1.35;
}

#afStudioWebV27 .w35-direct-review {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10px;
}

#afStudioWebV27 .w35-direct-review > div,
#afStudioWebV27 .w35-direct-review ul {
  margin: 0;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.04);
}

#afStudioWebV27 .w35-direct-review small {
  display: block;
  margin-bottom: 6px;
  color: rgba(231, 236, 247, 0.58);
  font-size: 9px;
}

#afStudioWebV27 .w35-direct-review b {
  color: #f5f7fb;
  font-size: 11px;
  line-height: 1.45;
}

#afStudioWebV27 .w35-direct-review p {
  margin: 7px 0 0;
  color: rgba(234, 238, 247, 0.68);
  font-size: 9.5px;
  line-height: 1.5;
}

#afStudioWebV27 .w35-direct-review ul {
  display: grid;
  gap: 8px;
  list-style: none;
}

#afStudioWebV27 .w35-direct-review li {
  position: relative;
  padding-left: 19px;
  color: rgba(232, 237, 247, 0.64);
  font-size: 10px;
}

#afStudioWebV27 .w35-direct-review li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 11px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 4px;
  transform: translateY(-50%);
}

#afStudioWebV27 .w35-direct-review li.checked::before {
  border-color: #8176ee;
  background: #8176ee;
  box-shadow: inset 0 0 0 2px #18223b;
}

#afStudioWebV27 .w35-direct-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

#afStudioWebV27 .w35-direct-indicators {
  display: flex;
  gap: 6px;
}

#afStudioWebV27 .w35-direct-indicators i {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.19);
}

#afStudioWebV27 .w35-direct-indicators i.is-active {
  width: 20px;
  background: #8478f3;
}

#afStudioWebV27 .w35-direct-footer > span {
  color: rgba(232, 237, 247, 0.56);
  font-size: 10px;
}

@media screen and (max-width: 1439px) {
  #afStudioWebV27 .w35-direct-demo {
    min-height: 370px;
  }

  #afStudioWebV27 .w35-direct-body {
    padding: 18px 19px 15px;
  }

  #afStudioWebV27 .w35-direct-stage {
    min-height: 180px;
  }
}

@media screen and (max-width: 1099px) {
  #afStudioWebV27 .w35-direct-demo {
    min-height: 0;
  }

  #afStudioWebV27 .w35-direct-three,
  #afStudioWebV27 .w35-direct-media,
  #afStudioWebV27 .w35-direct-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #afStudioWebV27 .w35-direct-stage {
    min-height: 235px;
  }
}

/* AF_STUDIO_WEB_DIRECT_CLEAN_HERO_DEMO_STYLE_V35_20260729_END */

/* AF_STUDIO_HERO_DEMO_STABLE_LAYOUT_V36_20260729_START */

/*
  V32·V33의 비동기 fallback과 무관하게
  히어로 오른쪽 영역과 직접 데모의 크기를 고정한다.
*/

@media screen and (min-width: 1100px) {
  #afStudioWebV27 .w27-hero {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(500px, 560px);
    align-items: center;
  }

  #afStudioWebV27 .w35-direct-demo-host,
  #afStudioWebV27 .w35-direct-demo-host.w27-hero-preview,
  #afStudioWebV27 .w35-direct-demo-host.w32-hero-media-host,
  #afStudioWebV27 .w35-direct-demo-host.w33-hero-demo-active {
    width: 100%;
    min-width: 0;
    min-height: 392px;
    height: 392px;
    align-self: center;
  }

  #afStudioWebV27 .w35-direct-demo {
    width: 100%;
    min-height: 392px;
    height: 392px;
  }

  #afStudioWebV27 .w35-direct-body {
    height: calc(100% - 48px);
    grid-template-rows: auto minmax(190px, 1fr) auto;
  }

  #afStudioWebV27 .w35-direct-stage {
    min-height: 190px;
    height: 100%;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1439px) {
  #afStudioWebV27 .w27-hero {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(455px, 500px);
  }

  #afStudioWebV27 .w35-direct-demo-host,
  #afStudioWebV27 .w35-direct-demo {
    min-height: 370px;
    height: 370px;
  }

  #afStudioWebV27 .w35-direct-body {
    grid-template-rows: auto minmax(176px, 1fr) auto;
  }

  #afStudioWebV27 .w35-direct-stage {
    min-height: 176px;
  }
}

@media screen and (max-width: 1099px) {
  #afStudioWebV27 .w35-direct-demo-host {
    width: 100%;
    min-width: 0;
    min-height: 390px;
    height: auto;
  }

  #afStudioWebV27 .w35-direct-demo {
    min-height: 390px;
    height: auto;
  }
}

/* AF_STUDIO_HERO_DEMO_STABLE_LAYOUT_V36_20260729_END */

/* AF_STUDIO_WEB_FINAL_INTERFACE_POLISH_V37_20260729_START */

/*
  V37 최종 웹 마감 원칙
  1. 본문은 13px 미만으로 내려가지 않는다.
  2. 카드 제목은 18~21px 범위로 통일한다.
  3. 넓은 화면에서도 콘텐츠 폭을 제한해 카드가 과도하게 넓어지지 않게 한다.
  4. 카드 높이는 내용에 맞추고 불필요한 빈 공간을 제거한다.
  5. 아이콘 박스·화살표·상태 배지의 크기와 정렬을 통일한다.
  6. V36 히어로 데모의 고정 너비·높이와 단일 소유 구조는 유지한다.
*/

:root {
  --v37-content-max: 1380px;
  --v37-page-gap: 20px;
  --v37-card-radius: 22px;
  --v37-panel-radius: 26px;
  --v37-card-border: rgba(26, 33, 53, 0.075);
  --v37-card-shadow:
    0 14px 34px rgba(22, 30, 52, 0.055),
    0 2px 8px rgba(22, 30, 52, 0.025);
  --v37-text: #1c2232;
  --v37-muted: #687286;
  --v37-subtle: #8a93a5;
  --v37-primary: #6658df;
}

#afStudioWebV27 {
  color: var(--v37-text);
  font-size: 14px;
  line-height: 1.55;
}

#afStudioWebV27 button,
#afStudioWebV27 input,
#afStudioWebV27 select,
#afStudioWebV27 textarea {
  letter-spacing: -0.01em;
}

#afStudioWebV27 .w27-icon {
  stroke-width: 1.85;
}

/* 공통 콘텐츠 폭·헤더 */
#afStudioWebV27 .w27-public-main,
#afStudioWebV27 .w27-app-main {
  width: calc(100% - 48px);
  max-width: var(--v37-content-max);
}

#afStudioWebV27 .w27-public-header {
  height: 72px;
  padding-right: 30px;
  padding-left: 30px;
}

#afStudioWebV27 .w27-app-header {
  min-height: 76px;
  padding: 14px 28px;
}

#afStudioWebV27 .w27-app-header h1 {
  font-size: 22px;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

#afStudioWebV27 .w27-app-header p {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.5;
  color: var(--v37-muted);
}

#afStudioWebV27 .w27-search {
  min-height: 44px;
  border-radius: 13px;
}

#afStudioWebV27 .w27-search input {
  font-size: 13px;
}

#afStudioWebV27 .w27-profile-button strong {
  font-size: 13px;
}

/* 공개 페이지 타이포 */
#afStudioWebV27 .w27-eyebrow {
  font-size: 11px;
  line-height: 1.4;
  letter-spacing: 0.14em;
}

#afStudioWebV27 .w27-public-title {
  padding-top: 42px;
  padding-bottom: 18px;
}

#afStudioWebV27 .w27-public-title h1 {
  margin-top: 10px;
  font-size: clamp(36px, 3.2vw, 48px);
  line-height: 1.12;
  letter-spacing: -0.05em;
}

#afStudioWebV27 .w27-public-title > p:last-child {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.7;
}

/* 히어로: V36 안정화 규칙을 유지하면서 왼쪽 타이포만 정리 */
#afStudioWebV27 .w27-hero {
  min-height: 458px;
  gap: 46px;
  padding: 48px 50px;
  border-radius: 30px;
}

#afStudioWebV27 .w27-hero h1 {
  margin-top: 16px;
  font-size: clamp(38px, 3.35vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}

#afStudioWebV27 .w27-hero-description {
  max-width: 550px;
  margin-top: 18px;
  font-size: 14.5px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.62);
}

#afStudioWebV27 .w27-hero-actions {
  margin-top: 27px;
}

#afStudioWebV27 .w27-hero-actions button {
  min-height: 50px;
  padding: 11px 19px;
  border-radius: 14px;
  font-size: 13px;
}

#afStudioWebV27 .w27-trust-row {
  gap: 16px;
  margin-top: 23px;
  font-size: 12px;
}

/* 공개 카테고리 섹션 */
#afStudioWebV27 .w27-section {
  margin-top: 58px;
}

#afStudioWebV27 .w27-section-head h2 {
  margin-top: 7px;
  font-size: 30px;
  line-height: 1.22;
  letter-spacing: -0.04em;
}

#afStudioWebV27 .w27-section-head p:last-child {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}

#afStudioWebV27 .w27-section-head > button {
  font-size: 13px;
}

#afStudioWebV27 .w27-service-grid,
#afStudioWebV27 .w27-catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 21px;
}

#afStudioWebV27 .w27-service-card {
  min-height: 184px;
  grid-template-columns: 48px minmax(0, 1fr) 18px;
  gap: 16px;
  padding: 22px 23px;
  border: 1px solid var(--v37-card-border);
  border-radius: var(--v37-card-radius);
  box-shadow: var(--v37-card-shadow);
}

#afStudioWebV27 .w27-service-card:hover,
#afStudioWebV27 .w27-catalog-card:hover,
#afStudioWebV27 .w27-create-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 19px 38px rgba(22, 30, 52, 0.075),
    0 3px 10px rgba(22, 30, 52, 0.03);
}

#afStudioWebV27 .w27-category-icon {
  width: 47px;
  height: 47px;
  border-radius: 15px;
}

#afStudioWebV27 .w27-category-icon .w27-icon {
  width: 21px;
  height: 21px;
}

#afStudioWebV27 .w27-service-copy > small {
  font-size: 12px;
  line-height: 1.45;
  color: var(--v37-subtle);
}

#afStudioWebV27 .w27-service-copy > strong {
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.035em;
}

#afStudioWebV27 .w27-service-copy > p {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--v37-muted);
}

#afStudioWebV27 .w27-service-card > .w27-icon,
#afStudioWebV27 .w27-catalog-card > .w27-icon {
  width: 18px;
  height: 18px;
  margin-top: 6px;
  color: #8f98a9;
}

#afStudioWebV27 .w27-catalog-card {
  min-height: 190px;
  grid-template-columns: 50px minmax(0, 1fr) 18px;
  gap: 16px;
  padding: 23px 24px;
  border-radius: var(--v37-card-radius);
  box-shadow: var(--v37-card-shadow);
}

#afStudioWebV27 .w27-catalog-card span > small {
  font-size: 12px;
}

#afStudioWebV27 .w27-catalog-card span > strong {
  margin-top: 7px;
  font-size: 20px;
  line-height: 1.25;
}

#afStudioWebV27 .w27-catalog-card span > p {
  margin-top: 11px;
  font-size: 14px;
  line-height: 1.62;
}

/* 작업 흐름 */
#afStudioWebV27 .w27-workflow-section {
  margin-top: 58px;
  padding: 38px 40px;
  border-radius: 28px;
}

#afStudioWebV27 .w27-workflow-grid {
  gap: 12px;
  margin-top: 27px;
}

#afStudioWebV27 .w27-workflow-grid article {
  min-height: 150px;
  padding: 19px;
  border-radius: 18px;
}

#afStudioWebV27 .w27-workflow-grid b {
  width: 36px;
  height: 36px;
  font-size: 11px;
}

#afStudioWebV27 .w27-workflow-grid strong {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.35;
}

#afStudioWebV27 .w27-workflow-grid p {
  margin-top: 7px;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.58);
}

#afStudioWebV27 .w27-cta-section {
  min-height: 150px;
  margin-top: 38px;
  padding: 27px 31px;
  border-radius: 24px;
}

#afStudioWebV27 .w27-cta-section h2 {
  font-size: 24px;
}

#afStudioWebV27 .w27-cta-section p:last-child {
  font-size: 13px;
}

/* 앱 좌측 메뉴 */
#afStudioWebV27 .w27-app {
  grid-template-columns: 236px minmax(0, 1fr);
}

#afStudioWebV27 .w27-sidebar {
  width: 236px;
  padding: 23px 16px 17px;
}

#afStudioWebV27 .w27-side-brand strong {
  font-size: 14px;
}

#afStudioWebV27 .w27-side-brand small {
  font-size: 9px;
}

#afStudioWebV27 .w27-sidebar nav {
  gap: 7px;
  margin-top: 34px;
}

#afStudioWebV27 .w27-sidebar nav button,
#afStudioWebV27 .w27-side-logout {
  min-height: 48px;
  gap: 12px;
  padding: 0 14px;
  border-radius: 13px;
  font-size: 14px;
}

#afStudioWebV27 .w27-sidebar nav .w27-icon,
#afStudioWebV27 .w27-side-logout .w27-icon {
  width: 20px;
  height: 20px;
}

#afStudioWebV27 .w27-side-plan {
  padding: 12px;
  border-radius: 14px;
}

#afStudioWebV27 .w27-side-plan small {
  font-size: 10px;
}

#afStudioWebV27 .w27-side-plan strong {
  margin-top: 3px;
  font-size: 12px;
}

#afStudioWebV27 .w27-side-plan button {
  font-size: 11px;
}

#afStudioWebV27 .w27-app-content {
  grid-column: 2;
}

/* 홈 */
#afStudioWebV27 .w27-dashboard-hero {
  min-height: 240px;
  padding: 31px 35px;
  border-radius: 26px;
}

#afStudioWebV27 .w27-dashboard-hero h2 {
  margin-top: 10px;
  font-size: 32px;
  line-height: 1.15;
}

#afStudioWebV27 .w27-dashboard-hero > div:first-child > p:last-of-type {
  margin-top: 12px;
  font-size: 14px;
}

#afStudioWebV27 .w27-dashboard-hero button {
  min-height: 45px;
  margin-top: 21px;
  font-size: 13px;
}

#afStudioWebV27 .w27-stat-grid {
  gap: 13px;
  margin-top: 14px;
}

#afStudioWebV27 .w27-stat-grid article {
  min-height: 96px;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  padding: 16px 17px;
  border-radius: 18px;
}

#afStudioWebV27 .w27-stat-grid article > span {
  width: 38px;
  height: 38px;
}

#afStudioWebV27 .w27-stat-grid small {
  font-size: 13px;
  color: var(--v37-muted);
}

#afStudioWebV27 .w27-stat-grid strong {
  font-size: 27px;
}

#afStudioWebV27 .w27-dashboard-grid {
  gap: 14px;
  margin-top: 14px;
}

#afStudioWebV27 .w27-panel {
  padding: 20px 21px;
  border-radius: 21px;
  box-shadow: var(--v37-card-shadow);
}

#afStudioWebV27 .w27-panel-head small {
  font-size: 10.5px;
  letter-spacing: 0.11em;
}

#afStudioWebV27 .w27-panel-head h3 {
  margin-top: 5px;
  font-size: 18px;
  line-height: 1.3;
}

#afStudioWebV27 .w27-panel-head > button {
  font-size: 12px;
}

#afStudioWebV27 .w27-quick-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

#afStudioWebV27 .w27-quick-grid > button {
  min-height: 126px;
  padding: 14px;
  border-radius: 15px;
}

#afStudioWebV27 .w27-quick-grid .w27-category-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
}

#afStudioWebV27 .w27-quick-grid strong {
  font-size: 14px;
  line-height: 1.35;
}

#afStudioWebV27 .w27-quick-grid small {
  margin-top: 4px;
  font-size: 11.5px;
  line-height: 1.4;
}

#afStudioWebV27 .w27-guide-card {
  padding: 22px;
  border-radius: 21px;
}

#afStudioWebV27 .w27-guide-card > small {
  margin-top: 25px;
  font-size: 10.5px;
}

#afStudioWebV27 .w27-guide-card h3 {
  font-size: 20px;
}

#afStudioWebV27 .w27-guide-card li {
  font-size: 13px;
}

#afStudioWebV27 .w27-guide-card > button {
  min-height: 41px;
  font-size: 12px;
}

/* 표 */
#afStudioWebV27 .w27-work-table {
  margin-top: 15px;
}

#afStudioWebV27 .w27-work-table .head,
#afStudioWebV27 .w27-work-table > button {
  column-gap: 15px;
  border-radius: 0;
}

#afStudioWebV27 .w27-work-table .head {
  padding: 9px 12px 11px;
  font-size: 11px;
}

#afStudioWebV27 .w27-work-table > button {
  min-height: 58px;
  padding: 11px 12px;
}

#afStudioWebV27 .w27-work-table > button > span {
  font-size: 12.5px;
}

#afStudioWebV27 .w27-work-table > button > strong {
  font-size: 14px;
}

#afStudioWebV27 .w27-work-table > button > small {
  font-size: 12px;
}

#afStudioWebV27 .w27-work-table em {
  padding: 6px 9px;
  font-size: 10.5px;
}

/* 만들기 */
#afStudioWebV27 .w27-create-intro {
  min-height: 154px;
  padding: 27px 31px;
  border-radius: 23px;
}

#afStudioWebV27 .w27-create-intro h2 {
  margin-top: 7px;
  font-size: 28px;
}

#afStudioWebV27 .w27-create-intro > div:first-child > p:last-child {
  margin-top: 8px;
  font-size: 14px;
}

#afStudioWebV27 .w27-create-tip {
  min-width: 310px;
  padding: 14px 15px;
  border-radius: 15px;
}

#afStudioWebV27 .w27-create-tip strong {
  font-size: 13px;
}

#afStudioWebV27 .w27-create-tip small {
  margin-top: 4px;
  font-size: 11.5px;
}

#afStudioWebV27 .w27-create-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
  margin-top: 15px;
}

#afStudioWebV27 .w27-create-card {
  min-height: 212px;
  padding: 21px 22px;
  border-radius: 21px;
  box-shadow: var(--v37-card-shadow);
}

#afStudioWebV27 .w27-create-card > div em {
  font-size: 11.5px;
}

#afStudioWebV27 .w27-create-card > strong {
  margin-top: 21px;
  font-size: 20px;
  line-height: 1.3;
}

#afStudioWebV27 .w27-create-card > p {
  min-height: 44px;
  margin-top: 9px;
  font-size: 13.5px;
  line-height: 1.62;
}

#afStudioWebV27 .w27-create-card > span {
  margin-top: 17px;
  font-size: 12.5px;
}

/* 카테고리 상세 */
#afStudioWebV27 .w27-back-link {
  margin-bottom: 13px;
  font-size: 12px;
}

#afStudioWebV27 .w27-category-detail {
  grid-template-columns: minmax(360px, 0.78fr) minmax(520px, 1.22fr);
  gap: 16px;
}

#afStudioWebV27 .w27-category-summary {
  min-height: 390px;
  padding: 29px;
  border-radius: 25px;
}

#afStudioWebV27 .w27-category-summary .w27-eyebrow {
  margin-top: 54px;
}

#afStudioWebV27 .w27-category-summary h2 {
  margin-top: 11px;
  font-size: 30px;
}

#afStudioWebV27 .w27-category-summary > p:last-of-type {
  margin-top: 14px;
  font-size: 13.5px;
}

#afStudioWebV27 .w27-category-summary > button {
  min-height: 46px;
  margin-top: 24px;
  font-size: 12px;
}

#afStudioWebV27 .w27-category-results {
  padding: 22px;
  border-radius: 24px;
}

#afStudioWebV27 .w27-result-grid {
  gap: 10px;
  margin-top: 17px;
}

#afStudioWebV27 .w27-result-grid article {
  min-height: 132px;
  padding: 16px;
  border-radius: 16px;
}

#afStudioWebV27 .w27-result-grid strong {
  font-size: 14px;
}

#afStudioWebV27 .w27-result-grid p {
  margin-top: 7px;
  font-size: 12.5px;
}

#afStudioWebV27 .w27-process-panel {
  margin-top: 15px;
  padding: 21px;
  border-radius: 22px;
}

#afStudioWebV27 .w27-process-row {
  gap: 10px;
  margin-top: 16px;
}

#afStudioWebV27 .w27-process-row article {
  min-height: 132px;
  padding: 16px;
  border-radius: 16px;
}

#afStudioWebV27 .w27-process-row strong {
  margin-top: 18px;
  font-size: 14px;
}

#afStudioWebV27 .w27-process-row p {
  font-size: 12.5px;
}

/* 내 작업 */
#afStudioWebV27 .w27-filter-group {
  border-radius: 13px;
}

#afStudioWebV27 .w27-filter-group button {
  min-height: 36px;
  padding: 7px 13px;
  font-size: 12px;
}

#afStudioWebV27 .w27-work-actions label,
#afStudioWebV27 .w27-work-actions > button {
  min-height: 43px;
  border-radius: 12px;
}

#afStudioWebV27 .w27-work-actions input,
#afStudioWebV27 .w27-work-actions > button {
  font-size: 12px;
}

/* 게시 */
#afStudioWebV27 .w27-publish-layout {
  gap: 16px;
}

#afStudioWebV27 .w27-select-field > span {
  font-size: 12px;
}

#afStudioWebV27 .w27-select-field select {
  min-height: 48px;
  font-size: 13px;
}

#afStudioWebV27 .w27-selected-work {
  padding: 14px;
  border-radius: 15px;
}

#afStudioWebV27 .w27-selected-work small {
  font-size: 10.5px;
}

#afStudioWebV27 .w27-selected-work strong {
  font-size: 13.5px;
}

#afStudioWebV27 .w27-selected-work p {
  font-size: 11.5px;
}

#afStudioWebV27 .w27-selected-work > em {
  font-size: 10px;
}

#afStudioWebV27 .w27-channel-grid {
  gap: 10px;
}

#afStudioWebV27 .w27-channel-grid label {
  min-height: 82px;
  grid-template-columns: 20px 38px minmax(0, 1fr) auto;
  gap: 11px;
  padding: 13px 14px;
  border-radius: 15px;
}

#afStudioWebV27 .w27-channel-grid input {
  width: 19px;
  height: 19px;
}

#afStudioWebV27 .channel-mark {
  width: 38px;
  height: 38px;
  border-radius: 11px;
}

#afStudioWebV27 .w27-channel-grid strong {
  font-size: 13px;
}

#afStudioWebV27 .w27-channel-grid small {
  margin-top: 4px;
  font-size: 11.5px;
}

#afStudioWebV27 .w27-channel-grid em {
  font-size: 10.5px;
}

#afStudioWebV27 .w27-publish-button {
  min-height: 49px;
  font-size: 13px;
}

#afStudioWebV27 .w27-publish-guide {
  padding: 24px;
  border-radius: 22px;
}

#afStudioWebV27 .w27-publish-guide > small {
  font-size: 10px;
}

#afStudioWebV27 .w27-publish-guide h3 {
  font-size: 21px;
}

#afStudioWebV27 .w27-publish-guide > p {
  font-size: 12.5px;
}

#afStudioWebV27 .w27-publish-guide li {
  font-size: 12px;
}

/* 내 정보 */
#afStudioWebV27 .w27-profile-grid,
#afStudioWebV27 .w27-profile-bottom {
  gap: 15px;
}

#afStudioWebV27 .w27-account-card {
  min-height: 174px;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: 16px;
}

#afStudioWebV27 .w27-avatar-large {
  width: 64px;
  height: 64px;
  border-radius: 19px;
  font-size: 16px;
}

#afStudioWebV27 .w27-account-card small {
  font-size: 10px;
}

#afStudioWebV27 .w27-account-card h3 {
  margin-top: 5px;
  font-size: 20px;
}

#afStudioWebV27 .w27-account-card p {
  font-size: 12px;
}

#afStudioWebV27 .w27-account-card > button {
  min-height: 39px;
  font-size: 11.5px;
}

#afStudioWebV27 .w27-plan-card {
  min-height: 174px;
  padding: 21px;
  border-radius: 21px;
}

#afStudioWebV27 .w27-plan-card > small {
  font-size: 10px;
}

#afStudioWebV27 .w27-plan-card h3 {
  font-size: 20px;
}

#afStudioWebV27 .w27-plan-card > p {
  font-size: 11.5px;
}

#afStudioWebV27 .w27-profile-channel-list > div {
  min-height: 58px;
  padding: 10px 11px;
  border-radius: 13px;
}

#afStudioWebV27 .w27-profile-channel-list strong {
  font-size: 12.5px;
}

#afStudioWebV27 .w27-profile-channel-list small {
  font-size: 11px;
}

#afStudioWebV27 .w27-profile-channel-list button {
  font-size: 10.5px;
}

#afStudioWebV27 .w27-settings-list button {
  min-height: 59px;
}

#afStudioWebV27 .w27-settings-list strong {
  font-size: 13px;
}

#afStudioWebV27 .w27-settings-list small {
  font-size: 11.5px;
}

/* 로그인 */
#afStudioWebV27 .w27-login-page {
  gap: 58px;
  padding-top: 56px;
  padding-bottom: 56px;
}

#afStudioWebV27 .w27-login-brand h1 {
  margin-top: 48px;
  font-size: 43px;
  line-height: 1.14;
}

#afStudioWebV27 .w27-login-brand p {
  font-size: 13px;
}

#afStudioWebV27 .w27-login-card {
  gap: 11px;
  padding: 30px;
  border-radius: 25px;
}

#afStudioWebV27 .w27-login-card > button.kakao,
#afStudioWebV27 .w27-login-card > button.google {
  min-height: 54px;
  font-size: 13px;
}

#afStudioWebV27 .w27-login-divider span {
  font-size: 11px;
}

#afStudioWebV27 .w27-login-card label > span {
  font-size: 12px;
}

#afStudioWebV27 .w27-login-card input {
  min-height: 50px;
  font-size: 13px;
}

#afStudioWebV27 .w27-login-card > button.email {
  min-height: 51px;
  font-size: 13px;
}

#afStudioWebV27 .w27-login-switch,
#afStudioWebV27 .w27-login-switch button {
  font-size: 11.5px;
}

/* 반응형 최종 기준 */
@media screen and (max-width: 1499px) {
  :root {
    --v37-content-max: 1280px;
  }

  #afStudioWebV27 .w27-quick-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1299px) {
  #afStudioWebV27 .w27-app {
    grid-template-columns: 86px minmax(0, 1fr);
  }

  #afStudioWebV27 .w27-sidebar {
    width: 86px;
    padding-right: 10px;
    padding-left: 10px;
  }

  #afStudioWebV27 .w27-side-brand {
    grid-template-columns: 39px;
    justify-content: center;
  }

  #afStudioWebV27 .w27-side-brand strong,
  #afStudioWebV27 .w27-side-brand small,
  #afStudioWebV27 .w27-sidebar nav button span,
  #afStudioWebV27 .w27-side-plan span,
  #afStudioWebV27 .w27-side-plan button,
  #afStudioWebV27 .w27-side-logout span {
    display: none;
  }

  #afStudioWebV27 .w27-sidebar nav button,
  #afStudioWebV27 .w27-side-logout {
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
  }

  #afStudioWebV27 .w27-side-plan {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  #afStudioWebV27 .w27-service-grid,
  #afStudioWebV27 .w27-catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #afStudioWebV27 .w27-create-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #afStudioWebV27 .w27-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #afStudioWebV27 .w27-category-detail,
  #afStudioWebV27 .w27-publish-layout,
  #afStudioWebV27 .w27-profile-grid {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w27-publish-guide {
    position: static;
  }
}

@media screen and (max-width: 999px) {
  #afStudioWebV27 .w27-public-main,
  #afStudioWebV27 .w27-app-main {
    width: calc(100% - 24px);
  }

  #afStudioWebV27 .w27-hero {
    grid-template-columns: 1fr;
    padding: 36px;
  }

  #afStudioWebV27 .w27-service-grid,
  #afStudioWebV27 .w27-catalog-grid,
  #afStudioWebV27 .w27-create-grid {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w27-quick-grid,
  #afStudioWebV27 .w27-stat-grid,
  #afStudioWebV27 .w27-result-grid,
  #afStudioWebV27 .w27-process-row,
  #afStudioWebV27 .w27-channel-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #afStudioWebV27 .w27-create-intro {
    display: block;
  }

  #afStudioWebV27 .w27-create-tip {
    min-width: 0;
    margin-top: 16px;
  }
}

@media screen and (max-width: 699px) {
  #afStudioWebV27 .w27-quick-grid,
  #afStudioWebV27 .w27-stat-grid,
  #afStudioWebV27 .w27-result-grid,
  #afStudioWebV27 .w27-process-row,
  #afStudioWebV27 .w27-channel-grid,
  #afStudioWebV27 .w27-workflow-grid,
  #afStudioWebV27 .w27-profile-bottom {
    grid-template-columns: 1fr;
  }
}

/* AF_STUDIO_WEB_FINAL_INTERFACE_POLISH_V37_20260729_END */

/* AF_STUDIO_WEB_PROFILE_CHANNELS_PUBLISH_STYLE_V38_20260729_START */

/* 플랫폼 식별용 커스텀 마크 */
#afStudioWebV27 .w38-platform-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  overflow: hidden;
  border-radius: 14px;
  color: #fff;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .18),
    0 7px 16px rgba(31, 38, 65, .10);
}

#afStudioWebV27 .w38-platform-mark svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#afStudioWebV27 .w38-platform-mark strong {
  font-size: 18px;
  line-height: 1;
  font-weight: 800;
}

#afStudioWebV27 .w38-platform-mark.instagram {
  background:
    radial-gradient(circle at 67% 72%, #ffd36b 0 18%, transparent 19%),
    linear-gradient(145deg, #6c55dc 0%, #c348a9 48%, #ef7654 100%);
}

#afStudioWebV27 .w38-platform-mark.threads {
  background: #111216;
}

#afStudioWebV27 .w38-platform-mark.threads strong {
  font-size: 21px;
  font-family: Arial, sans-serif;
}

#afStudioWebV27 .w38-platform-mark.tiktok {
  color: #fff;
  background:
    radial-gradient(circle at 27% 72%, rgba(37, 239, 219, .40), transparent 35%),
    radial-gradient(circle at 76% 24%, rgba(255, 48, 95, .38), transparent 34%),
    #151821;
}

#afStudioWebV27 .w38-platform-mark.naver {
  background: #03c75a;
}

#afStudioWebV27 .w38-platform-mark.youtube {
  background: #ff2d2d;
}

#afStudioWebV27 .w38-platform-mark.youtube svg {
  width: 27px;
  height: 27px;
  fill: rgba(255, 255, 255, .10);
  stroke: #fff;
}

#afStudioWebV27 .w38-platform-mark.youtube .play {
  fill: #fff;
  stroke: #fff;
}

/* 만들기 상단을 홈 히어로와 같은 색감으로 통일 */
#afStudioWebV27 .w27-create-intro {
  min-height: 190px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .07);
  background:
    radial-gradient(
      circle at 82% 10%,
      rgba(130, 111, 240, .37),
      transparent 31%
    ),
    linear-gradient(135deg, #111725, #1a2137);
  box-shadow: 0 24px 55px rgba(24, 29, 50, .11);
}

#afStudioWebV27 .w27-create-intro .w27-eyebrow {
  color: #9f94ff;
}

#afStudioWebV27 .w27-create-intro h2 {
  color: #fff;
}

#afStudioWebV27 .w27-create-intro > div:first-child > p:last-child {
  color: rgba(255, 255, 255, .58);
}

#afStudioWebV27 .w27-create-tip {
  min-width: 330px;
  padding: 16px 18px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .10);
  background: rgba(255, 255, 255, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

#afStudioWebV27 .w27-create-tip > .w27-icon {
  color: #bdb6ff;
  background: rgba(255, 255, 255, .09);
}

#afStudioWebV27 .w27-create-tip strong {
  color: #fff;
  font-size: 14px;
}

#afStudioWebV27 .w27-create-tip small {
  color: rgba(255, 255, 255, .58);
  font-size: 12px;
}

/* 게시 화면: 5개 채널 한 줄 */
#afStudioWebV27 .w38-channel-panel {
  padding-bottom: 22px;
}

#afStudioWebV27 .w38-channel-count {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border-radius: 999px;
  color: #6358c8;
  background: #f0eeff;
  font-size: 11.5px;
  font-weight: 700;
}

#afStudioWebV27 .w38-channel-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
  margin-top: 18px;
}

#afStudioWebV27 .w38-channel-grid label {
  min-height: 142px;
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  grid-template-rows: 48px auto auto;
  align-content: start;
  gap: 8px 10px;
  padding: 14px;
  border-radius: 18px;
}

#afStudioWebV27 .w38-channel-grid label > input {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
}

#afStudioWebV27 .w38-channel-grid .w38-platform-mark {
  grid-column: 2;
  grid-row: 1;
}

#afStudioWebV27 .w38-channel-grid .w38-channel-copy {
  grid-column: 1 / -1;
  grid-row: 2;
  min-width: 0;
}

#afStudioWebV27 .w38-channel-grid .w38-channel-copy strong {
  font-size: 13px;
}

#afStudioWebV27 .w38-channel-grid .w38-channel-copy small {
  margin-top: 5px;
  font-size: 11.5px;
  line-height: 1.45;
}

#afStudioWebV27 .w38-channel-grid label > em {
  grid-column: 1 / -1;
  grid-row: 3;
  justify-self: start;
  font-size: 10.5px;
}

#afStudioWebV27 .w38-publish-check {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
  align-items: center;
  gap: 18px;
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(101, 88, 223, .12);
  border-radius: 18px;
  background:
    linear-gradient(135deg, #f4f2ff, #fafaff);
}

#afStudioWebV27 .w38-publish-check-title {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

#afStudioWebV27 .w38-publish-check-title > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  color: #6558df;
  background: #fff;
  box-shadow: 0 7px 15px rgba(72, 59, 175, .08);
}

#afStudioWebV27 .w38-publish-check-title .w27-icon {
  width: 18px;
  height: 18px;
}

#afStudioWebV27 .w38-publish-check-title strong,
#afStudioWebV27 .w38-publish-check-title small {
  display: block;
}

#afStudioWebV27 .w38-publish-check-title strong {
  font-size: 13px;
}

#afStudioWebV27 .w38-publish-check-title small {
  margin-top: 4px;
  color: #747c8d;
  font-size: 11px;
  line-height: 1.45;
}

#afStudioWebV27 .w38-publish-check-items {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

#afStudioWebV27 .w38-publish-check-items span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0 10px;
  border-radius: 999px;
  color: #554c88;
  background: rgba(255, 255, 255, .82);
  font-size: 10.5px;
  font-weight: 600;
}

#afStudioWebV27 .w38-publish-check-items .w27-icon {
  width: 13px;
  height: 13px;
  color: #6558df;
}

/* 내 정보: 계정 박스의 빈 공간을 정보 요약으로 채움 */
#afStudioWebV27 .w38-profile-top {
  align-items: stretch;
}

#afStudioWebV27 .w38-account-card,
#afStudioWebV27 .w38-plan-card {
  min-height: 235px;
}

#afStudioWebV27 .w38-account-card {
  display: grid;
  grid-template-columns: 1fr;
  align-content: center;
  gap: 24px;
  padding: 28px 30px;
}

#afStudioWebV27 .w38-account-main {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

#afStudioWebV27 .w38-account-copy small,
#afStudioWebV27 .w38-account-copy h3,
#afStudioWebV27 .w38-account-copy p {
  display: block;
}

#afStudioWebV27 .w38-account-copy h3 {
  margin: 7px 0 0;
  font-size: 21px;
}

#afStudioWebV27 .w38-account-copy p {
  margin: 7px 0 0;
  color: #687184;
  font-size: 13px;
}

#afStudioWebV27 .w38-account-main > button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 12px;
}

#afStudioWebV27 .w38-account-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

#afStudioWebV27 .w38-account-facts > div {
  min-height: 70px;
  padding: 13px 15px;
  border: 1px solid rgba(23, 28, 47, .07);
  border-radius: 15px;
  background: #f8f9fc;
}

#afStudioWebV27 .w38-account-facts small,
#afStudioWebV27 .w38-account-facts strong {
  display: block;
}

#afStudioWebV27 .w38-account-facts small {
  color: #8a91a1;
  font-size: 10.5px;
}

#afStudioWebV27 .w38-account-facts strong {
  margin-top: 7px;
  color: #252b3c;
  font-size: 12.5px;
}

#afStudioWebV27 .w38-account-facts strong i {
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 50%;
  background: #4bc58a;
}

#afStudioWebV27 .w38-profile-bottom {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: stretch;
}

#afStudioWebV27 .w38-connected-panel,
#afStudioWebV27 .w38-settings-panel {
  min-height: 420px;
}

#afStudioWebV27 .w38-profile-channel-list {
  gap: 8px;
}

#afStudioWebV27 .w38-profile-channel-list > div {
  min-height: 58px;
  grid-template-columns: 44px minmax(0, 1fr) auto auto;
  gap: 11px;
  padding: 7px 10px;
}

#afStudioWebV27 .w38-profile-channel-list .w38-platform-mark {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-radius: 13px;
}

#afStudioWebV27 .w38-profile-channel-list strong {
  font-size: 12.5px;
}

#afStudioWebV27 .w38-profile-channel-list small {
  font-size: 10.5px;
}

#afStudioWebV27 .w38-profile-channel-list button {
  min-height: 32px;
  padding: 0 10px;
  border-radius: 9px;
  font-size: 10px;
}

@media screen and (max-width: 1399px) {
  #afStudioWebV27 .w38-channel-grid {
    grid-template-columns: repeat(5, minmax(145px, 1fr));
    overflow-x: auto;
    padding-bottom: 4px;
  }

  #afStudioWebV27 .w38-publish-check {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w38-publish-check-items {
    justify-content: flex-start;
  }
}

@media screen and (max-width: 1199px) {
  #afStudioWebV27 .w38-profile-bottom,
  #afStudioWebV27 .w38-profile-top {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w38-connected-panel,
  #afStudioWebV27 .w38-settings-panel {
    min-height: 0;
  }
}

@media screen and (max-width: 839px) {
  #afStudioWebV27 .w27-create-intro {
    min-height: 0;
  }

  #afStudioWebV27 .w27-create-tip {
    min-width: 0;
    width: 100%;
  }

  #afStudioWebV27 .w38-account-main {
    grid-template-columns: 58px minmax(0, 1fr);
  }

  #afStudioWebV27 .w38-account-main > button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  #afStudioWebV27 .w38-account-facts {
    grid-template-columns: 1fr;
  }
}

/* AF_STUDIO_WEB_PROFILE_CHANNELS_PUBLISH_STYLE_V38_20260729_END */


/* AF_STUDIO_WEB_BRAND_PREMIUM_STYLE_V41_20260729_START */
:root {
  --w41-ink: #1d2433;
  --w41-muted: #707b8f;
  --w41-soft-text: #929bab;
  --w41-line: #e3e7ef;
  --w41-surface: #ffffff;
  --w41-soft: #f7f8fb;
  --w41-purple: #6656df;
  --w41-purple-soft: #f0edff;
  --w41-radius: 22px;
  --w41-radius-small: 15px;
  --w41-shadow: 0 18px 42px rgba(22, 30, 48, .07);
}

#afStudioWebV27 .w41-panel {
  border: 1px solid rgba(222, 226, 235, .84);
  border-radius: var(--w41-radius);
  background: var(--w41-surface);
  box-shadow: var(--w41-shadow);
}

#afStudioWebV27 .w41-section-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

#afStudioWebV27 .w41-section-head small,
#afStudioWebV27 .w41-section-head h3 {
  display: block;
}

#afStudioWebV27 .w41-section-head small {
  color: #7b8698;
  font-size: 11px;
  font-weight: 700;
}

#afStudioWebV27 .w41-section-head h3 {
  margin: 7px 0 0;
  color: var(--w41-ink);
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.035em;
}

#afStudioWebV27 .w41-count,
#afStudioWebV27 .w41-status-pill {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 11px;
  color: #5f52c6;
  border-radius: 999px;
  background: var(--w41-purple-soft);
  font-size: 11px;
  font-weight: 800;
}

/* 선명한 플랫폼 전통 컬러 */
#afStudioWebV27 .w41-brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: 0 7px 16px rgba(18, 25, 40, .10);
}

#afStudioWebV27 .w41-brand-mark svg {
  width: 24px;
  height: 24px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  shape-rendering: geometricPrecision;
}

#afStudioWebV27 .w41-brand-mark svg * {
  vector-effect: non-scaling-stroke;
}

#afStudioWebV27 .w41-brand-mark .fill {
  fill: currentColor;
  stroke: currentColor;
}

#afStudioWebV27 .w41-brand-mark.is-instagram {
  color: #fff;
  background:
    radial-gradient(circle at 72% 78%, #ffd45f 0 15%, transparent 16%),
    radial-gradient(circle at 26% 92%, #ff7a45 0 28%, transparent 48%),
    linear-gradient(140deg, #6c45d9 0%, #d93e8f 52%, #ff7550 100%);
}

#afStudioWebV27 .w41-brand-mark.is-threads {
  color: #fff;
  background: #111318;
}

#afStudioWebV27 .w41-brand-mark.is-tiktok {
  background: #111318;
}

#afStudioWebV27 .w41-brand-mark.is-tiktok .cyan {
  fill: none;
  stroke: #25f4ee;
  transform: translate(-.55px, .45px);
}

#afStudioWebV27 .w41-brand-mark.is-tiktok .red {
  fill: none;
  stroke: #fe2c55;
  transform: translate(.55px, -.35px);
}

#afStudioWebV27 .w41-brand-mark.is-tiktok .white {
  fill: none;
  stroke: #fff;
}

#afStudioWebV27 .w41-brand-mark.is-naver {
  color: #fff;
  background: #03c75a;
}

#afStudioWebV27 .w41-brand-mark.is-youtube {
  color: #fff;
  background: #ff0033;
}

/* 게시 화면 */
#afStudioWebV27 .w41-publish-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 18px;
  align-items: start;
}

#afStudioWebV27 .w41-publish-main {
  display: grid;
  gap: 14px;
}

#afStudioWebV27 .w41-content-panel,
#afStudioWebV27 .w41-channel-panel {
  padding: 22px 24px;
}

#afStudioWebV27 .w41-content-compact {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(310px, .85fr);
  gap: 13px;
  align-items: end;
  margin-top: 17px;
}

#afStudioWebV27 .w41-select-field {
  display: grid;
  gap: 8px;
}

#afStudioWebV27 .w41-select-field > span {
  color: #626d80;
  font-size: 12px;
  font-weight: 700;
}

#afStudioWebV27 .w41-select-field select {
  width: 100%;
  min-height: 46px;
  padding: 0 13px;
  color: var(--w41-ink);
  border: 1px solid var(--w41-line);
  border-radius: 13px;
  background: #fff;
  font-size: 13px;
}

#afStudioWebV27 .w41-selected-work {
  min-height: 70px;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 11px 13px;
  border: 1px solid var(--w41-line);
  border-radius: 15px;
  background: linear-gradient(135deg, #faf9ff, #f5f3ff);
}

#afStudioWebV27 .w41-selected-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--w41-purple);
  border-radius: 13px;
  background: #fff;
}

#afStudioWebV27 .w41-selected-icon .w27-icon {
  width: 19px;
  height: 19px;
}

#afStudioWebV27 .w41-selected-work small,
#afStudioWebV27 .w41-selected-work strong,
#afStudioWebV27 .w41-selected-work p {
  display: block;
}

#afStudioWebV27 .w41-selected-work small {
  color: #8c95a5;
  font-size: 10.5px;
}

#afStudioWebV27 .w41-selected-work strong {
  margin-top: 3px;
  color: var(--w41-ink);
  font-size: 13.5px;
}

#afStudioWebV27 .w41-selected-work p {
  margin: 3px 0 0;
  color: var(--w41-muted);
  font-size: 11px;
}

#afStudioWebV27 .w41-publish-channel-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 11px;
  margin-top: 17px;
}

#afStudioWebV27 .w41-publish-channel-card {
  position: relative;
  min-width: 0;
  min-height: 138px;
  display: grid;
  grid-template-rows: 46px auto auto;
  align-content: start;
  padding: 14px;
  color: var(--w41-ink);
  border: 1px solid var(--w41-line);
  border-radius: 17px;
  background: #fafbfe;
  cursor: pointer;
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

#afStudioWebV27 .w41-publish-channel-card:hover {
  transform: translateY(-2px);
  border-color: #d9d4f8;
  box-shadow: 0 12px 24px rgba(40, 47, 66, .08);
}

#afStudioWebV27 .w41-publish-channel-card > input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

#afStudioWebV27 .w41-check-box {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  color: transparent;
  border: 1.5px solid #b9c1cf;
  border-radius: 7px;
  background: #fff;
}

#afStudioWebV27 .w41-check-box .w27-icon {
  width: 13px;
  height: 13px;
}

#afStudioWebV27 .w41-publish-channel-card > input:checked + .w41-check-box {
  color: #fff;
  border-color: var(--w41-purple);
  background: var(--w41-purple);
}

#afStudioWebV27 .w41-publish-channel-card > .w41-brand-mark {
  grid-row: 1;
}

#afStudioWebV27 .w41-channel-copy {
  display: block;
  margin-top: 12px;
}

#afStudioWebV27 .w41-channel-copy strong,
#afStudioWebV27 .w41-channel-copy small {
  display: block;
}

#afStudioWebV27 .w41-channel-copy strong {
  color: var(--w41-ink);
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: -.02em;
}

#afStudioWebV27 .w41-channel-copy small {
  margin-top: 5px;
  color: var(--w41-muted);
  font-size: 10.5px;
  line-height: 1.45;
}

#afStudioWebV27 .w41-publish-channel-card > em {
  align-self: end;
  margin-top: 9px;
  color: var(--w41-purple);
  font-size: 10.5px;
  font-style: normal;
  font-weight: 800;
}

#afStudioWebV27 .w41-preflight {
  min-height: 66px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  margin-top: 14px;
  padding: 11px 14px;
  border: 1px solid #dfdcfa;
  border-radius: 15px;
  background: #f8f7ff;
}

#afStudioWebV27 .w41-preflight-copy {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

#afStudioWebV27 .w41-preflight-copy > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--w41-purple);
  border-radius: 11px;
  background: #fff;
}

#afStudioWebV27 .w41-preflight-copy .w27-icon {
  width: 16px;
  height: 16px;
}

#afStudioWebV27 .w41-preflight-copy strong,
#afStudioWebV27 .w41-preflight-copy small {
  display: block;
}

#afStudioWebV27 .w41-preflight-copy strong {
  color: var(--w41-ink);
  font-size: 12.5px;
}

#afStudioWebV27 .w41-preflight-copy small {
  margin-top: 3px;
  color: var(--w41-muted);
  font-size: 10.5px;
}

#afStudioWebV27 .w41-preflight-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 7px;
}

#afStudioWebV27 .w41-preflight-items span {
  min-height: 29px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 0 9px;
  color: #5d548c;
  border-radius: 999px;
  background: #fff;
  font-size: 10px;
  font-weight: 700;
}

#afStudioWebV27 .w41-preflight-items .w27-icon {
  width: 12px;
  height: 12px;
  color: var(--w41-purple);
}

#afStudioWebV27 .w41-primary-button {
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(90deg, #5848cf, #7460ec);
  box-shadow: 0 12px 24px rgba(92, 74, 207, .22);
  font-size: 13px;
  font-weight: 800;
}

#afStudioWebV27 .w41-primary-button .w27-icon {
  width: 17px;
  height: 17px;
}

#afStudioWebV27 .w41-publish-rail {
  display: grid;
  gap: 14px;
}

#afStudioWebV27 .w41-publish-guide {
  min-height: 310px;
  padding: 25px 23px;
  color: #fff;
  border-radius: var(--w41-radius);
  background:
    radial-gradient(circle at 82% 8%, rgba(117, 96, 236, .34), transparent 34%),
    linear-gradient(145deg, #151c30, #202944);
  box-shadow: var(--w41-shadow);
}

#afStudioWebV27 .w41-guide-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #b2a9ff;
  border-radius: 13px;
  background: rgba(117, 96, 236, .16);
}

#afStudioWebV27 .w41-guide-icon .w27-icon {
  width: 18px;
  height: 18px;
}

#afStudioWebV27 .w41-publish-guide > small {
  display: block;
  margin-top: 25px;
  color: #aaa0ff;
  font-size: 10.5px;
  font-weight: 800;
}

#afStudioWebV27 .w41-publish-guide h3 {
  margin: 9px 0 0;
  font-size: 23px;
  line-height: 1.28;
  letter-spacing: -.04em;
}

#afStudioWebV27 .w41-publish-guide p {
  margin: 14px 0 0;
  color: rgba(236, 240, 249, .72);
  font-size: 11.5px;
  line-height: 1.65;
}

#afStudioWebV27 .w41-publish-guide ul {
  display: grid;
  gap: 12px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

#afStudioWebV27 .w41-publish-guide li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(246, 248, 252, .86);
  font-size: 11.5px;
}

#afStudioWebV27 .w41-publish-guide li .w27-icon {
  width: 15px;
  height: 15px;
  color: #aaa0ff;
}

#afStudioWebV27 .w41-publish-summary {
  padding: 18px;
  border: 1px solid var(--w41-line);
  border-radius: 19px;
  background: #fff;
  box-shadow: 0 14px 30px rgba(22, 30, 48, .06);
}

#afStudioWebV27 .w41-summary-head {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
}

#afStudioWebV27 .w41-summary-head > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--w41-purple);
  border-radius: 12px;
  background: var(--w41-purple-soft);
}

#afStudioWebV27 .w41-summary-head > span .w27-icon {
  width: 17px;
  height: 17px;
}

#afStudioWebV27 .w41-summary-head small,
#afStudioWebV27 .w41-summary-head strong {
  display: block;
}

#afStudioWebV27 .w41-summary-head small {
  color: #8c95a5;
  font-size: 10.5px;
}

#afStudioWebV27 .w41-summary-head strong {
  margin-top: 3px;
  color: var(--w41-ink);
  font-size: 13px;
}

#afStudioWebV27 .w41-publish-summary dl {
  display: grid;
  gap: 0;
  margin: 15px 0 0;
}

#afStudioWebV27 .w41-publish-summary dl > div {
  min-height: 39px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  border-top: 1px solid var(--w41-line);
}

#afStudioWebV27 .w41-publish-summary dt {
  color: #8b94a4;
  font-size: 10.5px;
}

#afStudioWebV27 .w41-publish-summary dd {
  margin: 0;
  color: var(--w41-ink);
  font-size: 11.5px;
  font-weight: 700;
}

/* 내 정보 */
#afStudioWebV27 .w41-profile-top {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(390px, .65fr);
  gap: 16px;
  align-items: stretch;
}

#afStudioWebV27 .w41-account-card {
  position: relative;
  min-height: 238px;
  display: grid;
  align-content: center;
  gap: 23px;
  overflow: hidden;
  padding: 29px 30px;
  border: 1px solid #e3defd;
  border-radius: var(--w41-radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(112, 91, 229, .16), transparent 35%),
    linear-gradient(145deg, #fff 0%, #faf9ff 52%, #f3f0ff 100%);
  box-shadow: var(--w41-shadow);
}

#afStudioWebV27 .w41-account-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, #4d3fc4, #7a65ef);
}

#afStudioWebV27 .w41-account-badge {
  position: absolute;
  top: 20px;
  right: 24px;
  min-height: 27px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  color: #5f52c6;
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 5px 14px rgba(73, 59, 157, .08);
  font-size: 10px;
  font-weight: 800;
}

#afStudioWebV27 .w41-account-head {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
}

#afStudioWebV27 .w41-avatar {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(145deg, #302b6c, #6c58e7);
  box-shadow: 0 12px 24px rgba(74, 59, 177, .20);
  font-size: 18px;
  font-weight: 800;
}

#afStudioWebV27 .w41-account-copy small {
  color: #756aaf;
  font-size: 10.5px;
  font-weight: 800;
}

#afStudioWebV27 .w41-account-copy h3 {
  margin: 6px 0 0;
  color: var(--w41-ink);
  font-size: 22px;
  letter-spacing: -.035em;
}

#afStudioWebV27 .w41-account-copy p {
  margin: 6px 0 0;
  color: var(--w41-muted);
  font-size: 13px;
}

#afStudioWebV27 .w41-secondary-button {
  min-height: 40px;
  padding: 0 14px;
  color: #594db8;
  border: 1px solid #d8d2fa;
  border-radius: 12px;
  background: rgba(255, 255, 255, .82);
  box-shadow: none;
  font-size: 12px;
  font-weight: 800;
}

#afStudioWebV27 .w41-account-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
}

#afStudioWebV27 .w41-account-facts > div {
  min-height: 70px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon value";
  column-gap: 10px;
  align-content: center;
  padding: 10px 12px;
  border: 1px solid rgba(220, 216, 247, .92);
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

#afStudioWebV27 .w41-account-facts > div > span {
  grid-area: icon;
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  color: var(--w41-purple);
  border-radius: 10px;
  background: var(--w41-purple-soft);
}

#afStudioWebV27 .w41-account-facts > div > span .w27-icon {
  width: 16px;
  height: 16px;
}

#afStudioWebV27 .w41-account-facts small {
  grid-area: label;
  color: #8b93a3;
  font-size: 10px;
}

#afStudioWebV27 .w41-account-facts strong {
  grid-area: value;
  margin-top: 3px;
  color: var(--w41-ink);
  font-size: 12.5px;
}

#afStudioWebV27 .w41-plan-card {
  min-height: 238px;
  padding: 28px 29px;
  color: #fff;
  border-radius: var(--w41-radius);
  background:
    radial-gradient(circle at 83% 7%, rgba(117, 96, 236, .36), transparent 37%),
    linear-gradient(145deg, #151c30, #202944);
  box-shadow: var(--w41-shadow);
}

#afStudioWebV27 .w41-plan-card > small {
  color: rgba(232, 236, 247, .68);
  font-size: 11px;
  font-weight: 700;
}

#afStudioWebV27 .w41-plan-card h3 {
  margin: 11px 0 0;
  font-size: 23px;
  letter-spacing: -.035em;
}

#afStudioWebV27 .w41-plan-card p {
  margin: 10px 0 0;
  color: rgba(236, 240, 249, .72);
  font-size: 12px;
  line-height: 1.6;
}

#afStudioWebV27 .w41-usage {
  display: flex;
  gap: 18px;
  margin-top: 22px;
}

#afStudioWebV27 .w41-usage span {
  color: rgba(236, 240, 249, .68);
  font-size: 11px;
}

#afStudioWebV27 .w41-usage b {
  margin-right: 4px;
  color: #fff;
  font-size: 19px;
}

#afStudioWebV27 .w41-plan-card > i {
  height: 5px;
  display: block;
  overflow: hidden;
  margin-top: 15px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .16);
}

#afStudioWebV27 .w41-plan-card > i > em {
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, #816dff, #a895ff);
}

#afStudioWebV27 .w41-plan-card > button {
  margin-top: 22px;
  padding: 0;
  color: #afa6ff;
  border: 0;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
}

#afStudioWebV27 .w41-profile-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  margin-top: 16px;
  align-items: stretch;
}

#afStudioWebV27 .w41-connected-panel,
#afStudioWebV27 .w41-settings-panel {
  min-height: 424px;
  padding: 24px 25px;
}

#afStudioWebV27 .w41-profile-channel-list {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

#afStudioWebV27 .w41-profile-channel-row {
  position: relative;
  min-height: 59px;
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  padding: 7px 9px 7px 7px;
  overflow: hidden;
  border: 1px solid var(--w41-line);
  border-radius: var(--w41-radius-small);
  background: #fafbfe;
}

#afStudioWebV27 .w41-profile-channel-row::before {
  content: "";
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: 0;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: #c8c3ee;
}

#afStudioWebV27 .w41-profile-channel-row.is-instagram::before { background: #d74491; }
#afStudioWebV27 .w41-profile-channel-row.is-threads::before { background: #17191e; }
#afStudioWebV27 .w41-profile-channel-row.is-tiktok::before { background: linear-gradient(#25f4ee, #fe2c55); }
#afStudioWebV27 .w41-profile-channel-row.is-naver::before { background: #03c75a; }
#afStudioWebV27 .w41-profile-channel-row.is-youtube::before { background: #ff0033; }

#afStudioWebV27 .w41-profile-channel-row > div > strong,
#afStudioWebV27 .w41-profile-channel-row > div > small {
  display: block;
}

#afStudioWebV27 .w41-profile-channel-row > div > strong {
  color: var(--w41-ink);
  font-size: 13px;
}

#afStudioWebV27 .w41-profile-channel-row > div > small {
  margin-top: 4px;
  color: #8992a2;
  font-size: 10.5px;
}

#afStudioWebV27 .w41-profile-channel-row > button {
  min-height: 33px;
  padding: 0 11px;
  color: #6358c8;
  border: 1px solid #ddd8fa;
  border-radius: 10px;
  background: #f4f2ff;
  font-size: 10.5px;
  font-weight: 800;
}

#afStudioWebV27 .w41-settings-list {
  margin-top: 16px;
}

#afStudioWebV27 .w41-settings-list > button {
  width: 100%;
  min-height: 72px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: center;
  padding: 10px 2px;
  border-width: 0 0 1px;
  border-color: var(--w41-line);
  border-radius: 0;
  background: transparent;
}

#afStudioWebV27 .w41-settings-list > button:last-child {
  border-bottom: 0;
}

#afStudioWebV27 .w41-setting-icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--w41-purple);
  border-radius: 11px;
  background: var(--w41-purple-soft);
}

#afStudioWebV27 .w41-setting-icon .w27-icon {
  width: 17px;
  height: 17px;
}

#afStudioWebV27 .w41-setting-copy strong,
#afStudioWebV27 .w41-setting-copy small {
  display: block;
  text-align: left;
}

#afStudioWebV27 .w41-setting-copy strong {
  color: var(--w41-ink);
  font-size: 13px;
}

#afStudioWebV27 .w41-setting-copy small {
  margin-top: 5px;
  color: #8992a2;
  font-size: 10.5px;
}

#afStudioWebV27 .w41-settings-list > button > .w27-icon {
  width: 16px;
  height: 16px;
  color: #9ba3b1;
}

@media screen and (max-width: 1399px) {
  #afStudioWebV27 .w41-publish-layout {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w41-publish-rail {
    grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr);
  }

  #afStudioWebV27 .w41-publish-guide {
    min-height: 240px;
  }

  #afStudioWebV27 .w41-publish-channel-grid {
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    overflow-x: auto;
    padding-bottom: 3px;
  }
}

@media screen and (max-width: 1199px) {
  #afStudioWebV27 .w41-profile-top,
  #afStudioWebV27 .w41-profile-bottom {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w41-content-compact {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w41-publish-channel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: visible;
  }
}

@media screen and (max-width: 799px) {
  #afStudioWebV27 .w41-account-head {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  #afStudioWebV27 .w41-secondary-button {
    grid-column: 1 / -1;
    width: 100%;
  }

  #afStudioWebV27 .w41-account-facts {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w41-publish-channel-grid {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w41-publish-rail {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w41-preflight {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w41-preflight-items {
    justify-content: flex-start;
  }
}
/* AF_STUDIO_WEB_BRAND_PREMIUM_STYLE_V41_20260729_END */

/* AF_STUDIO_QUICK_CREATE_PURPOSE_STYLE_V42_20260729_START */

#afStudioWebV27 .w42-purpose-host {
  min-height: 0 !important;
  height: auto !important;
  padding-bottom: 24px !important;
}

#afStudioWebV27 .w42-purpose-panel {
  margin-top: 18px;
  padding-top: 0;
  border-top: 0;
}

#afStudioWebV27 .w42-purpose-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 13px;
}

#afStudioWebV27 .w42-purpose-head > div {
  display: grid;
  gap: 3px;
}

#afStudioWebV27 .w42-purpose-head small {
  font-size: 10px;
  line-height: 1.3;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: #7b72d9;
}

#afStudioWebV27 .w42-purpose-head strong {
  font-size: 16px;
  line-height: 1.35;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #222938;
}

#afStudioWebV27 .w42-purpose-head p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.5;
  color: #7a8395;
}

#afStudioWebV27 .w42-purpose-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

#afStudioWebV27 .w42-purpose-card {
  appearance: none;
  width: 100%;
  min-width: 0;
  min-height: 94px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 12px;
  padding: 14px 14px 14px 13px;
  border: 1px solid #e2e5ed;
  border-radius: 17px;
  background: #fafbfe;
  color: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  transition:
    border-color 160ms ease,
    background 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

#afStudioWebV27 .w42-purpose-card:hover {
  transform: translateY(-2px);
  border-color: #cfc9ff;
  background: #ffffff;
  box-shadow: 0 12px 25px rgba(26, 31, 50, 0.07);
}

#afStudioWebV27 .w42-purpose-card:focus-visible {
  outline: 3px solid rgba(108, 92, 231, 0.20);
  outline-offset: 2px;
}

#afStudioWebV27 .w42-purpose-number {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: #eeecff;
  color: #6258d6;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
}

#afStudioWebV27 .w42-purpose-copy {
  min-width: 0;
  display: grid;
  gap: 2px;
}

#afStudioWebV27 .w42-purpose-copy > small {
  font-size: 10.5px;
  line-height: 1.35;
  font-weight: 800;
  color: #8178d8;
}

#afStudioWebV27 .w42-purpose-copy > strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13.5px;
  line-height: 1.4;
  font-weight: 800;
  letter-spacing: -0.025em;
  color: #252b39;
}

#afStudioWebV27 .w42-purpose-copy > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11.5px;
  line-height: 1.45;
  color: #7a8395;
}

#afStudioWebV27 .w42-purpose-arrow {
  display: grid;
  place-items: center;
  color: #929aac;
  font-size: 17px;
  line-height: 1;
  transition: transform 160ms ease, color 160ms ease;
}

#afStudioWebV27 .w42-purpose-card:hover .w42-purpose-arrow {
  transform: translateX(3px);
  color: #675de1;
}

@media screen and (max-width: 1399px) {
  #afStudioWebV27 .w42-purpose-grid {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w42-purpose-card {
    min-height: 78px;
  }
}

@media screen and (max-width: 899px) {
  #afStudioWebV27 .w42-purpose-head {
    align-items: start;
    flex-direction: column;
    gap: 5px;
  }

  #afStudioWebV27 .w42-purpose-copy > strong,
  #afStudioWebV27 .w42-purpose-copy > span {
    white-space: normal;
  }
}

/* AF_STUDIO_QUICK_CREATE_PURPOSE_STYLE_V42_20260729_END */

/* AF_STUDIO_WEB_FINAL_QUALITY_AUDIT_POLISH_V43_20260729_START */

/*
  V43 FINAL WEB QUALITY SYSTEM
  - 새 기능과 문구는 변경하지 않는다.
  - 현재 화면의 글자 단계, 줄간격, 정렬, 카드 여백만 통일한다.
  - 모든 규칙은 웹 루트 안에만 한정한다.
*/

#afStudioWebV27 {
  --v43-ink: #202636;
  --v43-text: #4f5b70;
  --v43-muted: #7b8699;
  --v43-soft: #f7f8fb;
  --v43-line: #e3e7ef;
  --v43-purple: #6658df;
  --v43-purple-soft: #f0edff;
  --v43-navy: #151d33;
  --v43-radius-lg: 24px;
  --v43-radius-md: 17px;
  --v43-radius-sm: 13px;
  --v43-shadow: 0 16px 38px rgba(24, 33, 54, 0.065);
  --v43-content-max: 1380px;

  color: var(--v43-ink);
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: keep-all;
  overflow-wrap: break-word;
}

#afStudioWebV27 *,
#afStudioWebV27 *::before,
#afStudioWebV27 *::after {
  box-sizing: border-box;
}

#afStudioWebV27 button,
#afStudioWebV27 input,
#afStudioWebV27 select,
#afStudioWebV27 textarea {
  font: inherit;
}

/* ── 글자 위계 ─────────────────────────────── */

#afStudioWebV27 h1,
#afStudioWebV27 h2,
#afStudioWebV27 h3,
#afStudioWebV27 h4,
#afStudioWebV27 strong,
#afStudioWebV27 p,
#afStudioWebV27 small {
  max-width: 100%;
}

#afStudioWebV27 h1,
#afStudioWebV27 h2,
#afStudioWebV27 h3,
#afStudioWebV27 h4 {
  margin-top: 0;
  text-wrap: balance;
  letter-spacing: -0.035em;
}

#afStudioWebV27 p {
  text-wrap: pretty;
}

#afStudioWebV27 .w27-page-header h1,
#afStudioWebV27 .w27-public-title h1 {
  margin: 0;
  font-size: clamp(22px, 1.55vw, 27px);
  line-height: 1.24;
  font-weight: 800;
}

#afStudioWebV27 .w27-page-header p,
#afStudioWebV27 .w27-public-title p {
  margin: 5px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: var(--v43-muted);
}

#afStudioWebV27 .w27-panel-head h2,
#afStudioWebV27 .w27-panel-head h3,
#afStudioWebV27 .w27-section-head h2,
#afStudioWebV27 .w27-section-head h3,
#afStudioWebV27 .w41-section-head h3,
#afStudioWebV27 .w42-purpose-head strong {
  margin: 0;
  font-size: 18px;
  line-height: 1.34;
  font-weight: 800;
  color: var(--v43-ink);
}

#afStudioWebV27 .w27-panel-head small,
#afStudioWebV27 .w27-section-head small,
#afStudioWebV27 .w41-section-head small,
#afStudioWebV27 .w42-purpose-head small,
#afStudioWebV27 [class*="eyebrow"],
#afStudioWebV27 [class*="kicker"] {
  font-size: 11.5px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
}

#afStudioWebV27 .w27-service-copy > strong,
#afStudioWebV27 .w27-create-card h3,
#afStudioWebV27 .w27-quick-grid strong,
#afStudioWebV27 .w41-channel-copy strong,
#afStudioWebV27 .w41-profile-channel-row strong {
  font-size: 15px;
  line-height: 1.42;
  font-weight: 800;
  letter-spacing: -0.025em;
}

#afStudioWebV27 .w27-service-copy > p,
#afStudioWebV27 .w27-create-card > p,
#afStudioWebV27 .w27-quick-grid small,
#afStudioWebV27 .w41-channel-copy small,
#afStudioWebV27 .w41-profile-channel-row small,
#afStudioWebV27 .w42-purpose-copy > span {
  font-size: 12.5px !important;
  line-height: 1.58 !important;
  color: var(--v43-muted) !important;
}

/* ── 공통 화면 폭·리듬 ─────────────────────── */

#afStudioWebV27 .w27-public-main,
#afStudioWebV27 .w27-app-main {
  width: min(calc(100% - 40px), var(--v43-content-max));
  margin-right: auto;
  margin-left: auto;
}

#afStudioWebV27 .w27-app-main {
  display: grid;
  align-content: start;
  gap: 18px;
  padding-top: 18px;
  padding-bottom: 28px;
}

#afStudioWebV27 .w27-page-header,
#afStudioWebV27 .w27-app-header {
  min-height: 78px;
  padding: 16px 28px;
  align-items: center;
}

#afStudioWebV27 .w27-dashboard-card,
#afStudioWebV27 .w27-work-section,
#afStudioWebV27 .w27-publish-section,
#afStudioWebV27 .w27-profile-panel,
#afStudioWebV27 .w27-category-panel,
#afStudioWebV27 .w41-panel,
#afStudioWebV27 .w41-account-card,
#afStudioWebV27 .w41-plan-card {
  border: 1px solid var(--v43-line);
  border-radius: var(--v43-radius-lg);
  background: #ffffff;
  box-shadow: var(--v43-shadow);
}

#afStudioWebV27 .w27-panel-head,
#afStudioWebV27 .w27-section-head,
#afStudioWebV27 .w41-section-head {
  min-height: 42px;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

/* ── 버튼·입력·배지 ───────────────────────── */

#afStudioWebV27 button,
#afStudioWebV27 [role="button"] {
  -webkit-appearance: none;
  appearance: none;
  border-style: solid;
  box-shadow: none;
}

#afStudioWebV27 .w27-primary-button,
#afStudioWebV27 .w27-secondary-button,
#afStudioWebV27 .w41-primary-button,
#afStudioWebV27 .w41-secondary-button,
#afStudioWebV27 .w27-public-actions button {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 14px;
  font-size: 13.5px;
  line-height: 1;
  font-weight: 750;
}

#afStudioWebV27 input,
#afStudioWebV27 select,
#afStudioWebV27 textarea {
  min-height: 44px;
  border-color: var(--v43-line);
  border-radius: 13px;
  font-size: 13.5px;
  line-height: 1.4;
  color: var(--v43-ink);
}

#afStudioWebV27 input::placeholder,
#afStudioWebV27 textarea::placeholder {
  color: #9aa3b2;
  opacity: 1;
}

#afStudioWebV27 [class*="pill"],
#afStudioWebV27 [class*="badge"],
#afStudioWebV27 .w38-channel-count,
#afStudioWebV27 .w39-count,
#afStudioWebV27 .w40-count,
#afStudioWebV27 .w41-count {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border-radius: 999px;
  font-size: 11.5px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;
}

/* ── SVG·아이콘 정밀도 ─────────────────────── */

#afStudioWebV27 svg {
  shape-rendering: geometricPrecision;
  text-rendering: geometricPrecision;
}

#afStudioWebV27 .w27-icon,
#afStudioWebV27 .w41-brand-mark svg,
#afStudioWebV27 .w41-setting-icon svg {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  stroke-width: 1.8;
}

#afStudioWebV27 .w27-service-icon,
#afStudioWebV27 .w27-create-card .icon,
#afStudioWebV27 .w27-quick-grid .icon,
#afStudioWebV27 .w41-brand-mark,
#afStudioWebV27 .w41-setting-icon {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  border-radius: 14px;
}

/* ── 홈: 빠른 만들기·목적별 추천 ───────────── */

#afStudioWebV27 .w27-quick-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 12px;
}

#afStudioWebV27 .w27-quick-grid > * {
  min-width: 0;
  min-height: 124px;
  padding: 14px;
  align-content: start;
  border: 1px solid var(--v43-line);
  border-radius: var(--v43-radius-md);
  background: #f9fafe;
}

#afStudioWebV27 .w27-quick-grid strong {
  margin-top: 11px;
}

#afStudioWebV27 .w42-purpose-host {
  padding-bottom: 20px !important;
}

#afStudioWebV27 .w42-purpose-panel {
  margin-top: 18px;
  padding-top: 16px;
  border-top-color: var(--v43-line);
}

#afStudioWebV27 .w42-purpose-head {
  align-items: center;
  margin-bottom: 12px;
}

#afStudioWebV27 .w42-purpose-head p {
  max-width: 470px;
  margin: 0;
  font-size: 12.5px;
  line-height: 1.55;
  color: var(--v43-muted);
}

#afStudioWebV27 .w42-purpose-grid {
  gap: 12px;
}

#afStudioWebV27 .w42-purpose-card {
  min-height: 92px;
  grid-template-columns: 38px minmax(0, 1fr) 22px;
  gap: 12px;
  padding: 13px 14px;
  border-color: var(--v43-line);
  border-radius: var(--v43-radius-md);
  background: #fafbfe;
}

#afStudioWebV27 .w42-purpose-copy {
  gap: 3px;
}

#afStudioWebV27 .w42-purpose-copy > small {
  font-size: 11.5px;
  line-height: 1.35;
}

#afStudioWebV27 .w42-purpose-copy > strong {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
  font-size: 13.5px;
  line-height: 1.42;
  font-weight: 800;
}

#afStudioWebV27 .w42-purpose-copy > span {
  overflow: visible;
  text-overflow: clip;
  white-space: normal;
}

/* ── 서비스·만들기 카드 ─────────────────────── */

#afStudioWebV27 .w27-service-grid,
#afStudioWebV27 .w27-catalog-grid,
#afStudioWebV27 .w27-create-grid {
  align-items: stretch;
  gap: 18px;
}

#afStudioWebV27 .w27-service-card,
#afStudioWebV27 .w27-create-card {
  min-height: 176px;
  padding: 22px;
  border: 1px solid var(--v43-line);
  border-radius: var(--v43-radius-lg);
  background: #ffffff;
  box-shadow: var(--v43-shadow);
}

#afStudioWebV27 .w27-service-copy,
#afStudioWebV27 .w27-create-card > div {
  min-width: 0;
}

#afStudioWebV27 .w27-service-copy > p,
#afStudioWebV27 .w27-create-card > p {
  max-width: 44em;
  margin-top: 9px;
}

/* ── 내 작업 표 ─────────────────────────────── */

#afStudioWebV27 .w27-work-table {
  overflow: hidden;
  border: 1px solid var(--v43-line);
  border-radius: 18px;
}

#afStudioWebV27 .w27-work-table .head,
#afStudioWebV27 .w27-work-table > button {
  min-height: 54px;
  padding: 0 14px;
  align-items: center;
  column-gap: 14px;
}

#afStudioWebV27 .w27-work-table .head {
  background: #fafbfe;
}

#afStudioWebV27 .w27-work-table .head small {
  font-size: 11.5px;
  line-height: 1.3;
  font-weight: 800;
  color: var(--v43-muted);
}

#afStudioWebV27 .w27-work-table > button > strong {
  font-size: 13.5px;
  line-height: 1.45;
}

#afStudioWebV27 .w27-work-table > button small {
  font-size: 12px;
  line-height: 1.45;
}

/* ── 게시 화면 V41 ─────────────────────────── */

#afStudioWebV27 .w41-publish-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  align-items: start;
  gap: 18px;
}

#afStudioWebV27 .w41-publish-main,
#afStudioWebV27 .w41-publish-rail {
  display: grid;
  align-content: start;
  gap: 16px;
}

#afStudioWebV27 .w41-content-panel,
#afStudioWebV27 .w41-channel-panel,
#afStudioWebV27 .w41-publish-guide,
#afStudioWebV27 .w41-publish-summary {
  padding: 22px;
}

#afStudioWebV27 .w41-content-compact {
  gap: 14px;
}

#afStudioWebV27 .w41-publish-channel-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
}

#afStudioWebV27 .w41-publish-channel-card {
  min-width: 0;
  min-height: 126px;
  padding: 14px;
  align-content: start;
  border-color: var(--v43-line);
  border-radius: var(--v43-radius-md);
}

#afStudioWebV27 .w41-channel-copy {
  min-width: 0;
  gap: 4px;
}

#afStudioWebV27 .w41-preflight {
  min-height: 70px;
  padding: 14px 16px;
  gap: 14px;
  border-radius: var(--v43-radius-md);
}

#afStudioWebV27 .w41-publish-guide,
#afStudioWebV27 .w41-publish-summary {
  border-radius: var(--v43-radius-lg);
}

/* ── 내 정보 화면 V41 ──────────────────────── */

#afStudioWebV27 .w41-profile-top {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.8fr);
  align-items: stretch;
  gap: 18px;
}

#afStudioWebV27 .w41-profile-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 18px;
}

#afStudioWebV27 .w41-account-card,
#afStudioWebV27 .w41-plan-card,
#afStudioWebV27 .w41-connected-panel,
#afStudioWebV27 .w41-settings-panel {
  padding: 22px;
}

#afStudioWebV27 .w41-account-card,
#afStudioWebV27 .w41-plan-card {
  min-height: 232px;
}

#afStudioWebV27 .w41-account-head {
  align-items: center;
  gap: 16px;
}

#afStudioWebV27 .w41-account-copy h3 {
  margin-bottom: 5px;
  font-size: 21px;
  line-height: 1.3;
}

#afStudioWebV27 .w41-account-copy p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--v43-muted);
}

#afStudioWebV27 .w41-account-facts {
  margin-top: 18px;
  border-radius: var(--v43-radius-md);
}

#afStudioWebV27 .w41-profile-channel-list,
#afStudioWebV27 .w41-settings-list {
  display: grid;
  gap: 8px;
}

#afStudioWebV27 .w41-profile-channel-row,
#afStudioWebV27 .w41-settings-list > * {
  min-height: 58px;
  padding: 9px 10px;
  align-items: center;
  border-radius: 14px;
}

/* ── 로그인 ─────────────────────────────────── */

#afStudioWebV27 .w27-login-page {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#afStudioWebV27 .w27-login-card {
  width: min(100%, 500px);
  padding: 32px;
  border-radius: 26px;
}

#afStudioWebV27 .w27-login-card h1 {
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 1.25;
}

#afStudioWebV27 .w27-login-card > p {
  margin: 0 0 20px;
  font-size: 13.5px;
  line-height: 1.6;
}

/* ── 좁은 웹 창 ─────────────────────────────── */

@media screen and (max-width: 1399px) {
  #afStudioWebV27 .w27-public-main,
  #afStudioWebV27 .w27-app-main {
    width: min(calc(100% - 28px), 1240px);
  }

  #afStudioWebV27 .w27-quick-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #afStudioWebV27 .w42-purpose-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #afStudioWebV27 .w41-publish-channel-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 1199px) {
  #afStudioWebV27 .w41-publish-layout,
  #afStudioWebV27 .w41-profile-top,
  #afStudioWebV27 .w41-profile-bottom {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w41-account-card,
  #afStudioWebV27 .w41-plan-card {
    min-height: 0;
  }

  #afStudioWebV27 .w27-service-grid,
  #afStudioWebV27 .w27-catalog-grid,
  #afStudioWebV27 .w27-create-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 899px) {
  #afStudioWebV27 .w27-public-main,
  #afStudioWebV27 .w27-app-main {
    width: min(calc(100% - 20px), 760px);
  }

  #afStudioWebV27 .w27-page-header,
  #afStudioWebV27 .w27-app-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  #afStudioWebV27 .w27-quick-grid,
  #afStudioWebV27 .w42-purpose-grid,
  #afStudioWebV27 .w27-service-grid,
  #afStudioWebV27 .w27-catalog-grid,
  #afStudioWebV27 .w27-create-grid,
  #afStudioWebV27 .w41-publish-channel-grid {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w42-purpose-head {
    align-items: flex-start;
  }

  #afStudioWebV27 .w42-purpose-head p {
    max-width: none;
  }
}

/* AF_STUDIO_WEB_FINAL_QUALITY_AUDIT_POLISH_V43_20260729_END */

/* AF_STUDIO_PURPOSE_LINE_PROFILE_LAYOUT_FIX_V44_20260729_START */

/* 1) 목적별 추천 상단 구분선 제거 */
#afStudioWebV27 .w42-purpose-panel {
  margin-top: 18px !important;
  padding-top: 0 !important;
  border-top: 0 !important;
}

/* 2) V43 [class*=count] 오인식으로 무너진 계정 카드 복구 */
#afStudioWebV27 .w41-profile-top {
  display: grid !important;
  grid-template-columns: minmax(0, 1.35fr) minmax(390px, 0.65fr) !important;
  align-items: stretch !important;
  gap: 16px !important;
}

#afStudioWebV27 .w41-account-card {
  position: relative !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 238px !important;
  display: grid !important;
  align-content: center !important;
  justify-content: initial !important;
  gap: 23px !important;
  overflow: hidden !important;
  padding: 29px 30px !important;
  white-space: normal !important;
  border: 1px solid #e3defd !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 100% 0%, rgba(112, 91, 229, 0.16), transparent 35%),
    linear-gradient(145deg, #ffffff 0%, #faf9ff 52%, #f3f0ff 100%) !important;
  box-shadow: 0 16px 38px rgba(24, 33, 54, 0.065) !important;
}

#afStudioWebV27 .w41-account-card::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: auto !important;
  bottom: auto !important;
  left: 0 !important;
  width: 100% !important;
  height: 4px !important;
  border-radius: 0 !important;
  background: linear-gradient(90deg, #4d3fc4, #7a65ef) !important;
}

#afStudioWebV27 .w41-account-badge {
  position: absolute !important;
  top: 20px !important;
  right: 24px !important;
  width: auto !important;
  min-width: 0 !important;
  min-height: 27px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 10px !important;
  white-space: nowrap !important;
  border-radius: 999px !important;
}

#afStudioWebV27 .w41-account-head {
  width: 100% !important;
  min-width: 0 !important;
  display: grid !important;
  grid-template-columns: 66px minmax(0, 1fr) auto !important;
  align-items: center !important;
  justify-content: initial !important;
  gap: 18px !important;
  padding: 0 !important;
  white-space: normal !important;
  border-radius: 0 !important;
}

#afStudioWebV27 .w41-avatar {
  width: 66px !important;
  height: 66px !important;
  display: grid !important;
  place-items: center !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  border-radius: 20px !important;
}

#afStudioWebV27 .w41-account-copy {
  width: auto !important;
  min-width: 0 !important;
  display: block !important;
  padding: 0 !important;
  white-space: normal !important;
  border-radius: 0 !important;
}

#afStudioWebV27 .w41-account-copy small,
#afStudioWebV27 .w41-account-copy h3,
#afStudioWebV27 .w41-account-copy p {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  white-space: normal !important;
}

#afStudioWebV27 .w41-account-copy h3 {
  margin: 6px 0 0 !important;
  font-size: 22px !important;
  line-height: 1.3 !important;
}

#afStudioWebV27 .w41-account-copy p {
  margin: 6px 0 0 !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

#afStudioWebV27 .w41-secondary-button {
  width: auto !important;
  min-width: max-content !important;
  min-height: 40px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 14px !important;
  white-space: nowrap !important;
  border-radius: 12px !important;
}

#afStudioWebV27 .w41-account-facts {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  justify-content: initial !important;
  gap: 9px !important;
  margin-top: 0 !important;
  padding: 0 !important;
  white-space: normal !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

#afStudioWebV27 .w41-account-facts > div {
  width: auto !important;
  min-width: 0 !important;
  min-height: 70px !important;
  display: grid !important;
  grid-template-columns: 34px minmax(0, 1fr) !important;
  grid-template-areas:
    "icon label"
    "icon value" !important;
  align-content: center !important;
  justify-content: initial !important;
  column-gap: 10px !important;
  padding: 10px 12px !important;
  white-space: normal !important;
  border: 1px solid rgba(220, 216, 247, 0.92) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, 0.72) !important;
}

#afStudioWebV27 .w41-account-facts > div > span {
  grid-area: icon !important;
  width: 32px !important;
  height: 32px !important;
  display: grid !important;
  place-items: center !important;
  padding: 0 !important;
  border-radius: 10px !important;
}

#afStudioWebV27 .w41-account-facts small {
  grid-area: label !important;
  display: block !important;
  white-space: normal !important;
}

#afStudioWebV27 .w41-account-facts strong {
  grid-area: value !important;
  display: block !important;
  margin-top: 3px !important;
  white-space: normal !important;
}

/* 3) V43 공통 흰 카드가 덮은 이용권 카드 원상 복구 */
#afStudioWebV27 .w41-plan-card {
  min-width: 0 !important;
  min-height: 238px !important;
  display: block !important;
  padding: 28px 29px !important;
  color: #ffffff !important;
  white-space: normal !important;
  border: 0 !important;
  border-radius: 22px !important;
  background:
    radial-gradient(circle at 83% 7%, rgba(117, 96, 236, 0.36), transparent 37%),
    linear-gradient(145deg, #151c30, #202944) !important;
  box-shadow: 0 16px 38px rgba(24, 33, 54, 0.065) !important;
}

#afStudioWebV27 .w41-plan-card > small {
  color: rgba(232, 236, 247, 0.68) !important;
}

#afStudioWebV27 .w41-plan-card h3 {
  margin: 11px 0 0 !important;
  color: #ffffff !important;
  font-size: 23px !important;
  line-height: 1.3 !important;
}

#afStudioWebV27 .w41-plan-card p {
  margin: 10px 0 0 !important;
  color: rgba(236, 240, 249, 0.72) !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
}

#afStudioWebV27 .w41-usage {
  display: flex !important;
  gap: 18px !important;
  margin-top: 22px !important;
  white-space: normal !important;
}

#afStudioWebV27 .w41-plan-card > i {
  height: 5px !important;
  display: block !important;
  overflow: hidden !important;
  margin-top: 15px !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, 0.16) !important;
}

#afStudioWebV27 .w41-plan-card > button {
  width: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: inline-flex !important;
  margin-top: 22px !important;
  padding: 0 !important;
  color: #afa6ff !important;
  border: 0 !important;
  background: transparent !important;
  white-space: nowrap !important;
}

@media screen and (max-width: 1199px) {
  #afStudioWebV27 .w41-profile-top {
    grid-template-columns: 1fr !important;
  }

  #afStudioWebV27 .w41-account-card,
  #afStudioWebV27 .w41-plan-card {
    min-height: 0 !important;
  }
}

@media screen and (max-width: 760px) {
  #afStudioWebV27 .w41-account-head {
    grid-template-columns: 58px minmax(0, 1fr) !important;
  }

  #afStudioWebV27 .w41-secondary-button {
    grid-column: 1 / -1 !important;
    justify-self: stretch !important;
  }

  #afStudioWebV27 .w41-account-facts {
    grid-template-columns: 1fr !important;
  }
}

/* AF_STUDIO_PURPOSE_LINE_PROFILE_LAYOUT_FIX_V44_20260729_END */

/* AF_STUDIO_WORKFLOW_TITLE_COLOR_FINAL_LOCK_V45_20260729_START */

/*
  V43의 공통 제목색이 진한 워크플로 섹션까지 덮은 문제를
  이 섹션에만 한정해 복구한다.
*/
#afStudioWebV27 .w27-workflow-section
.w27-section-head.light h2 {
  color: #f8f9ff !important;
  -webkit-text-fill-color: #f8f9ff !important;
  opacity: 1 !important;
}

#afStudioWebV27 .w27-workflow-section
.w27-section-head.light .w27-eyebrow {
  color: #a99fff !important;
  -webkit-text-fill-color: #a99fff !important;
  opacity: 1 !important;
}

#afStudioWebV27 .w27-workflow-section
.w27-workflow-grid strong {
  color: #f7f8ff !important;
  -webkit-text-fill-color: #f7f8ff !important;
}

#afStudioWebV27 .w27-workflow-section
.w27-workflow-grid p {
  color: rgba(232, 236, 249, 0.72) !important;
}

/* AF_STUDIO_WORKFLOW_TITLE_COLOR_FINAL_LOCK_V45_20260729_END */

/* AF_STUDIO_PUBLIC_PAGES_UNIFIED_FINISH_V46_20260729_START */

/*
  공개 페이지 3종 최종 통일 기준
  - 서비스 / 요금제 / 이용 안내만 적용
  - 앱 내부 화면과 히어로 데모는 변경하지 않음
  - 모호한 부분 문자열 선택자를 사용하지 않음
*/

#afStudioWebV27 .w27-public-page {
  background:
    radial-gradient(circle at 76% 9%, rgba(111, 95, 228, 0.055), transparent 30%),
    #f4f6fa;
}

#afStudioWebV27 .w27-public-header {
  height: 72px;
  padding-right: 32px;
  padding-left: 32px;
  border-bottom-color: #e5e9f1;
  background: rgba(255, 255, 255, 0.94);
}

#afStudioWebV27 .w27-brand strong {
  font-size: 14px;
  letter-spacing: -0.015em;
}

#afStudioWebV27 .w27-brand small {
  font-size: 8.5px;
}

#afStudioWebV27 .w27-public-header nav button {
  min-height: 40px;
  padding: 0 15px;
  border-radius: 12px;
  font-size: 13px;
}

#afStudioWebV27 .w27-public-actions button {
  min-height: 44px;
  padding: 0 17px;
  border-radius: 14px;
  font-size: 13px;
}

#afStudioWebV27 .w27-public-main {
  width: calc(100% - 48px);
  max-width: 1380px;
  display: grid;
  align-content: start;
  gap: 20px;
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 54px;
}

/* 상단 제목 박스: 세 화면 모두 동일하게 왼쪽 정렬 */
#afStudioWebV27 .w27-public-title,
#afStudioWebV27 .w27-public-title.centered {
  min-height: 168px;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 8px;
  padding: 30px 36px;
  text-align: left;
  border: 1px solid #e4e8f0;
  border-radius: 28px;
  background:
    radial-gradient(circle at 90% 10%, rgba(111, 95, 228, 0.08), transparent 31%),
    linear-gradient(180deg, #ffffff 0%, #f9faff 100%);
  box-shadow: 0 18px 38px rgba(24, 33, 54, 0.055);
}

#afStudioWebV27 .w27-public-title .w27-eyebrow {
  margin: 0;
  color: #7768e7;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.14em;
}

#afStudioWebV27 .w27-public-title h1,
#afStudioWebV27 .w27-public-title.centered h1 {
  max-width: 18ch;
  margin: 0;
  font-size: clamp(29px, 2.15vw, 38px);
  line-height: 1.2;
  letter-spacing: -0.045em;
  text-align: left;
  word-break: keep-all;
}

#afStudioWebV27 .w27-public-title > p:last-child,
#afStudioWebV27 .w27-public-title.centered > p:last-child {
  max-width: 64ch;
  margin: 2px 0 0;
  color: #687488;
  font-size: 14px;
  line-height: 1.65;
  text-align: left;
  word-break: keep-all;
}

/* 서비스 화면 */
#afStudioWebV27 .w27-catalog-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
}

#afStudioWebV27 .w27-catalog-card {
  min-height: 178px;
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) 22px;
  align-content: start;
  align-items: start;
  gap: 14px 16px;
  padding: 22px 22px 21px;
  border: 1px solid #e3e7ef;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 16px 36px rgba(24, 33, 54, 0.055);
}

#afStudioWebV27 .w27-catalog-card:hover {
  transform: translateY(-2px);
  border-color: #d7dcee;
  box-shadow: 0 20px 42px rgba(24, 33, 54, 0.075);
}

#afStudioWebV27 .w27-catalog-card .w27-category-icon {
  width: 50px;
  height: 50px;
  border-radius: 16px;
}

#afStudioWebV27 .w27-catalog-card span > small {
  display: block;
  margin: 1px 0 0;
  color: #7d8799;
  font-size: 11.5px;
  line-height: 1.4;
}

#afStudioWebV27 .w27-catalog-card span > strong {
  display: block;
  margin: 7px 0 0;
  color: #202637;
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.025em;
}

#afStudioWebV27 .w27-catalog-card span > p {
  max-width: 30ch;
  margin: 10px 0 0;
  color: #657185;
  font-size: 13.5px;
  line-height: 1.6;
  word-break: keep-all;
}

#afStudioWebV27 .w27-catalog-card > .w27-icon {
  width: 18px;
  height: 18px;
  margin-top: 4px;
  color: #9aa3b3;
}

/* 요금제 화면 */
#afStudioWebV27 .w27-pricing-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 0;
  align-items: stretch;
}

#afStudioWebV27 .w27-pricing-grid article {
  position: relative;
  min-height: 370px;
  display: flex;
  flex-direction: column;
  padding: 26px 24px 24px;
  border: 1px solid #e3e7ef;
  border-radius: 25px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 17px 38px rgba(24, 33, 54, 0.06);
}

#afStudioWebV27 .w27-pricing-grid article.recommended {
  border-color: rgba(126, 111, 240, 0.22);
  background:
    radial-gradient(circle at 88% 0%, rgba(143, 126, 255, 0.36), transparent 32%),
    linear-gradient(145deg, #151c30 0%, #202944 56%, #302d63 100%);
}

#afStudioWebV27 .w27-pricing-grid article > em {
  top: 18px;
  right: 18px;
  padding: 6px 10px;
  font-size: 10px;
}

#afStudioWebV27 .w27-pricing-grid article > small {
  color: #737f93;
  font-size: 11.5px;
  line-height: 1.4;
}

#afStudioWebV27 .w27-pricing-grid article > strong {
  margin-top: 22px;
  color: #202637;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -0.035em;
}

#afStudioWebV27 .w27-pricing-grid article.recommended > strong {
  color: #ffffff;
}

#afStudioWebV27 .w27-pricing-grid article > p {
  min-height: 44px;
  margin: 12px 0 0;
  color: #6a7589;
  font-size: 13px;
  line-height: 1.58;
  word-break: keep-all;
}

#afStudioWebV27 .w27-pricing-grid ul {
  display: grid;
  gap: 12px;
  margin: 24px 0 22px;
  padding: 0;
}

#afStudioWebV27 .w27-pricing-grid li {
  display: grid;
  grid-template-columns: 17px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  color: #4f5b70;
  font-size: 13px;
  line-height: 1.5;
}

#afStudioWebV27 .w27-pricing-grid article > button {
  position: static;
  width: 100%;
  min-height: 46px;
  margin-top: auto;
  border-radius: 14px;
  font-size: 13px;
}

/* 이용 안내 화면 */
#afStudioWebV27 .w27-help-layout {
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 20px;
  margin-top: 0;
  align-items: start;
}

#afStudioWebV27 .w27-help-list {
  gap: 11px;
}

#afStudioWebV27 .w27-help-list > button {
  min-height: 80px;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid #e3e7ef;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
  box-shadow: 0 13px 30px rgba(24, 33, 54, 0.045);
}

#afStudioWebV27 .w27-help-list b {
  width: 42px;
  height: 42px;
  border-radius: 13px;
  font-size: 10px;
}

#afStudioWebV27 .w27-help-list strong {
  color: #202637;
  font-size: 14.5px;
  line-height: 1.35;
}

#afStudioWebV27 .w27-help-list small {
  margin-top: 5px;
  color: #6c788b;
  font-size: 12.5px;
  line-height: 1.55;
  word-break: keep-all;
}

#afStudioWebV27 .w27-help-card {
  min-height: 304px;
  display: flex;
  flex-direction: column;
  align-self: start;
  padding: 27px 28px 28px;
  border: 1px solid rgba(137, 122, 255, 0.18);
  border-radius: 26px;
  background:
    radial-gradient(circle at 86% 3%, rgba(134, 116, 247, 0.31), transparent 32%),
    linear-gradient(145deg, #131a2d 0%, #1d2744 58%, #292d5e 100%);
  box-shadow: 0 22px 44px rgba(18, 25, 46, 0.13);
}

#afStudioWebV27 .w27-help-card > .w27-icon {
  width: 34px;
  height: 34px;
  color: #a89cff;
}

#afStudioWebV27 .w27-help-card h2 {
  max-width: 14ch;
  margin: 28px 0 0;
  color: #ffffff;
  font-size: 23px;
  line-height: 1.3;
  letter-spacing: -0.035em;
  word-break: keep-all;
}

#afStudioWebV27 .w27-help-card p {
  margin: 12px 0 0;
  color: rgba(239, 242, 252, 0.68);
  font-size: 13px;
  line-height: 1.65;
  word-break: keep-all;
}

#afStudioWebV27 .w27-help-card button {
  min-height: 46px;
  margin-top: auto;
  border-radius: 14px;
  font-size: 13px;
}

@media screen and (max-width: 1199px) {
  #afStudioWebV27 .w27-public-main {
    width: calc(100% - 32px);
  }

  #afStudioWebV27 .w27-catalog-grid,
  #afStudioWebV27 .w27-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #afStudioWebV27 .w27-help-layout {
    grid-template-columns: minmax(0, 1fr) 320px;
  }
}

@media screen and (max-width: 899px) {
  #afStudioWebV27 .w27-public-header {
    padding-right: 18px;
    padding-left: 18px;
  }

  #afStudioWebV27 .w27-public-title,
  #afStudioWebV27 .w27-public-title.centered {
    min-height: 0;
    padding: 27px 26px;
  }

  #afStudioWebV27 .w27-public-title h1,
  #afStudioWebV27 .w27-public-title.centered h1 {
    max-width: none;
    font-size: 28px;
  }

  #afStudioWebV27 .w27-catalog-grid,
  #afStudioWebV27 .w27-pricing-grid,
  #afStudioWebV27 .w27-help-layout {
    grid-template-columns: 1fr;
  }

  #afStudioWebV27 .w27-catalog-card {
    min-height: 0;
  }

  #afStudioWebV27 .w27-help-card {
    min-height: 280px;
  }
}

/* AF_STUDIO_PUBLIC_PAGES_UNIFIED_FINISH_V46_20260729_END */

/* AF_STUDIO_PUBLIC_TITLE_DARK_GRADIENT_V47_20260729_START */

/*
  첨부 화면의 네이비·보라 계열을 공개 화면 3종 상단에 적용한다.
  서비스·요금제·이용 안내 제목 박스만 변경하며 내부 앱 화면은 유지한다.
*/

#afStudioWebV27 .w27-public-title,
#afStudioWebV27 .w27-public-title.centered {
  border-color: rgba(255, 255, 255, 0.075) !important;
  background:
    radial-gradient(
      circle at 86% 2%,
      rgba(121, 105, 232, 0.34) 0%,
      rgba(121, 105, 232, 0.13) 25%,
      transparent 48%
    ),
    linear-gradient(
      128deg,
      #111827 0%,
      #171f35 46%,
      #23284b 72%,
      #37356d 100%
    ) !important;
  box-shadow:
    0 22px 46px rgba(16, 24, 40, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.055) !important;
}

#afStudioWebV27 .w27-public-title::after,
#afStudioWebV27 .w27-public-title.centered::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(
      105deg,
      rgba(255, 255, 255, 0.025),
      transparent 42%,
      rgba(255, 255, 255, 0.015)
    );
}

#afStudioWebV27 .w27-public-title,
#afStudioWebV27 .w27-public-title.centered {
  position: relative;
  overflow: hidden;
}

#afStudioWebV27 .w27-public-title > *,
#afStudioWebV27 .w27-public-title.centered > * {
  position: relative;
  z-index: 1;
}

#afStudioWebV27 .w27-public-title .w27-eyebrow,
#afStudioWebV27 .w27-public-title.centered .w27-eyebrow {
  color: #aca2ff !important;
}

#afStudioWebV27 .w27-public-title h1,
#afStudioWebV27 .w27-public-title.centered h1 {
  color: #ffffff !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
}

#afStudioWebV27 .w27-public-title > p:last-child,
#afStudioWebV27 .w27-public-title.centered > p:last-child {
  color: rgba(235, 239, 249, 0.76) !important;
}

@media screen and (max-width: 899px) {
  #afStudioWebV27 .w27-public-title,
  #afStudioWebV27 .w27-public-title.centered {
    background:
      radial-gradient(
        circle at 88% 0%,
        rgba(121, 105, 232, 0.31) 0%,
        transparent 44%
      ),
      linear-gradient(
        132deg,
        #111827 0%,
        #1b233c 58%,
        #343369 100%
      ) !important;
  }
}

/* AF_STUDIO_PUBLIC_TITLE_DARK_GRADIENT_V47_20260729_END */

/* AF_STUDIO_WORK_FILTER_NAV_V50_20260802_START */
#afStudioWebV27 .w27-work-table > button[hidden],
#afStudioWebV27 .w27-work-empty[hidden] {
  display: none !important;
}

#afStudioWebV27 .w27-work-table > button[data-w27-work-category] {
  width: 100%;
  text-align: left;
}

#afStudioWebV27 .w27-work-empty {
  min-height: 170px;
  display: grid;
  place-content: center;
  gap: 7px;
  padding: 28px;
  color: var(--v43-muted);
  text-align: center;
}

#afStudioWebV27 .w27-work-empty strong {
  color: var(--v43-text);
  font-size: 15px;
}

#afStudioWebV27 .w27-work-empty span {
  font-size: 12px;
}
/* AF_STUDIO_WORK_FILTER_NAV_V50_20260802_END */

/* AF_STUDIO_PUBLISH_CONFIRM_ICONS_V51_20260802_START */
#afStudioWebV27 .w41-publish-channel-card {
  min-height: 108px;
  grid-template-rows: 62px auto;
  justify-items: center;
  align-content: center;
  padding: 12px;
}

#afStudioWebV27 .w41-publish-channel-card:has(input:checked) {
  border-color: #7668e4;
  background: #f4f1ff;
  box-shadow: 0 0 0 2px rgba(102, 86, 223, .11);
}

#afStudioWebV27 .w41-publish-channel-card:focus-within {
  outline: 3px solid rgba(102, 86, 223, .2);
  outline-offset: 2px;
}

#afStudioWebV27 .w51-publish-channel-image {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(24, 30, 48, .08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 16px rgba(18, 25, 40, .1);
}

#afStudioWebV27 .w51-publish-channel-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

#afStudioWebV27 .w41-publish-channel-card > em {
  align-self: center;
  margin-top: 9px;
}

#afStudioWebV27 .w41-primary-button {
  cursor: pointer;
  transition: transform .14s ease, box-shadow .14s ease, opacity .14s ease;
}

#afStudioWebV27 .w41-primary-button:hover:not(:disabled) {
  box-shadow: 0 15px 28px rgba(92, 74, 207, .28);
}

#afStudioWebV27 .w41-primary-button:active:not(:disabled) { transform: translateY(1px); }

#afStudioWebV27 .w41-primary-button:disabled {
  color: #8e94a2;
  background: #e0e3e9;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1;
}

#afStudioWebV27 .w51-publish-review-layout {
  width: min(100%, 900px);
  margin: 0 auto;
}

#afStudioWebV27 .w51-publish-review-card { padding: 26px; }

#afStudioWebV27 .w51-publish-review-list {
  display: grid;
  gap: 0;
  margin: 20px 0 0;
}

#afStudioWebV27 .w51-publish-review-list > div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 18px;
  padding: 14px 0;
  border-top: 1px solid var(--w41-line);
}

#afStudioWebV27 .w51-publish-review-list dt {
  color: var(--w41-muted);
  font-size: 12px;
  font-weight: 700;
}

#afStudioWebV27 .w51-publish-review-list dd {
  min-width: 0;
  margin: 0;
  color: var(--w41-ink);
  font-size: 14px;
  font-weight: 800;
  overflow-wrap: anywhere;
}

#afStudioWebV27 .w51-selected-channels {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

#afStudioWebV27 .w51-selected-channels > div {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 9px;
  padding: 13px 8px;
  border: 1px solid var(--w41-line);
  border-radius: 16px;
  background: #fafbfe;
}

#afStudioWebV27 .w51-selected-channels strong {
  max-width: 100%;
  overflow: hidden;
  color: var(--w41-ink);
  font-size: 11px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#afStudioWebV27 .w51-publish-safety {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  align-items: center;
  margin-top: 18px;
  padding: 14px;
  color: #504695;
  border-radius: 15px;
  background: #f3f1ff;
}

#afStudioWebV27 .w51-publish-safety > .w27-icon {
  width: 38px;
  height: 38px;
  padding: 9px;
  border-radius: 12px;
  background: #fff;
}

#afStudioWebV27 .w51-publish-safety strong,
#afStudioWebV27 .w51-publish-safety small { display: block; }
#afStudioWebV27 .w51-publish-safety strong { font-size: 12.5px; }
#afStudioWebV27 .w51-publish-safety small { margin-top: 4px; color: #746da0; font-size: 11px; line-height: 1.5; }

#afStudioWebV27 .w51-publish-actions {
  display: grid;
  grid-template-columns: minmax(140px, .7fr) minmax(0, 1.3fr);
  gap: 10px;
  margin-top: 18px;
}

#afStudioWebV27 .w51-publish-complete {
  width: min(100%, 720px);
  margin: 0 auto;
  padding: 38px;
  text-align: center;
}

#afStudioWebV27 .w51-publish-complete > span {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 0 auto;
  color: #fff;
  border-radius: 18px;
  background: #6656df;
}

#afStudioWebV27 .w51-publish-complete h2 { margin: 18px 0 0; font-size: 24px; }
#afStudioWebV27 .w51-publish-complete p { margin: 10px 0 0; color: var(--w41-muted); font-size: 13px; }

@media screen and (max-width: 1199px) {
  #afStudioWebV27 .w51-selected-channels { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media screen and (max-width: 899px) {
  #afStudioWebV27 .w51-publish-review-card { padding: 20px; }
  #afStudioWebV27 .w51-publish-review-list > div { grid-template-columns: 1fr; gap: 5px; }
  #afStudioWebV27 .w51-selected-channels { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #afStudioWebV27 .w51-publish-actions { grid-template-columns: 1fr; }
}
/* AF_STUDIO_PUBLISH_CONFIRM_ICONS_V51_20260802_END */
