본문으로 이동

미디어위키:Common.css: 두 판 사이의 차이

S3 연구 메모리
Reconcile S3 Research Memory canonical schema
Reconcile S3 Research Memory canonical schema
97번째 줄: 97번째 줄:
.mw-body-header .firstHeading {
.mw-body-header .firstHeading {
   color: var(--s3-text);
   color: var(--s3-text);
   font-family: var(--s3-font-serif);
   font-family: var(--s3-font-sans);
   font-weight: 700;
   font-weight: 700;
}
}
109번째 줄: 109번째 줄:
.mw-body h3 {
.mw-body h3 {
   font-size: 1.18rem;
   font-size: 1.18rem;
}
.page-Main_Page .mw-body-header,
.page-연구_메모리 .mw-body-header {
  display: none;
}
}


.page-Main_Page .mw-body-content,
.page-Main_Page .mw-body-content,
.page-연구_메모리 .mw-body-content {
.page-연구_메모리 .mw-body-content {
   margin-top: 0;
  font-size: 16px;
  line-height: 1.65;
   margin-top: 1.2rem;
}
}


.s3rm-home-masthead {
.page-Main_Page .mw-body-header,
   display: grid;
.page-연구_메모리 .mw-body-header {
   grid-template-columns: 250px minmax(0, 1fr);
   background: #fff;
   margin-bottom: clamp(3rem, 7vw, 5.5rem);
   border-bottom: 1px solid var(--s3-line);
   min-height: 370px;
   margin: 0 auto;
  max-width: 960px;
   padding: 1.1rem 0 0.85rem;
}
}


.s3rm-home-rail {
.page-Main_Page .mw-body-header .firstHeading,
  background: var(--s3-navy);
.page-연구_메모리 .mw-body-header .firstHeading {
   color: #fff;
   font-size: clamp(1.8rem, 3vw, 2.15rem);
   padding: 2.6rem 2.35rem;
   line-height: 1.3;
}
}


.s3rm-home-mark {
.page-Main_Page .mw-body-content > .mw-parser-output,
  background: transparent url("/resources/assets/s3rm/s3-lab-logo.png") center / contain no-repeat;
.page-연구_메모리 .mw-body-content > .mw-parser-output {
   color: transparent;
   margin: 0 auto;
  font-size: 0;
   max-width: 960px;
   height: 50px;
  margin-bottom: 2.5rem;
  overflow: hidden;
  width: 59px;
}
}


.s3rm-home-mark sup {
.s3rm-home-intro {
   display: none;
   border-bottom: 1px solid var(--s3-line);
  border-top: 3px solid var(--s3-navy);
  padding: 1.15rem 0 1.25rem;
}
}


.s3rm-home-brand {
.s3rm-home-intro p {
  font-family: var(--s3-font-sans);
   font-size: 1.02rem;
   font-size: 1.25rem;
   line-height: 1.7;
   letter-spacing: 0.02em;
   margin: 0;
   margin-bottom: 2.6rem;
}
 
.s3rm-home-rail-links a {
  border-left: 3px solid transparent;
  color: #fff;
  display: block;
  margin: 0.15rem 0 0.15rem -2.35rem;
  padding: 0.55rem 1rem 0.55rem 2.15rem;
  text-decoration: none;
}
 
.s3rm-home-rail-links a:first-child,
.s3rm-home-rail-links a:hover {
  border-left-color: #fff;
  font-weight: 700;
}
 
.s3rm-home-hero {
  align-items: center;
  background:
    radial-gradient(circle at 78% 18%, rgba(255,255,255,0.28), transparent 28%),
    linear-gradient(135deg, #789de2 0%, var(--s3-sky) 53%, #6589cf 100%);
  color: #fff;
  display: flex;
  overflow: hidden;
  padding: clamp(2.4rem, 6vw, 5.4rem);
  position: relative;
}
 
.s3rm-home-hero::after {
  background: rgba(23, 25, 51, 0.24);
  bottom: -1px;
  clip-path: polygon(0 100%, 0 78%, 13% 62%, 23% 76%, 38% 39%, 51% 70%, 64% 49%, 78% 72%, 91% 45%, 100% 62%, 100% 100%);
  content: "";
  height: 58%;
  left: 0;
  position: absolute;
  width: 100%;
}
 
.s3rm-home-hero-inner {
   max-width: 760px;
   max-width: 760px;
  position: relative;
  z-index: 1;
}
}


.s3rm-eyebrow,
.s3rm-content-section {
.s3rm-section-kicker {
   margin: 0 auto 3.25rem;
   font-family: var(--s3-font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
}


.s3rm-home-hero h1 {
.s3rm-home-actions {
   color: #fff;
   display: grid;
   font-size: clamp(2rem, 4.1vw, 3.25rem);
   grid-template-columns: repeat(3, minmax(0, 1fr));
   line-height: 1.24;
   border-bottom: 1px solid var(--s3-line);
   margin: 0.7rem 0 1.15rem;
   margin-bottom: 3.25rem;
}
}


.s3rm-home-hero p {
.s3rm-action-card {
   font-size: 1.05rem;
   border-right: 1px solid var(--s3-line);
   margin: 0;
   min-width: 0;
   max-width: 650px;
   padding: 1.05rem 1.35rem 1.15rem;
}
}


.s3rm-hero-actions {
.s3rm-action-card:first-child {
   align-items: stretch;
   padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}
}


.s3rm-hero-actions > span {
.s3rm-action-card:last-child {
   display: inline-flex;
   border-right: 0;
  padding-right: 0;
}
}


.s3rm-hero-actions a {
.s3rm-action-title {
  align-items: center;
  display: inline-flex;
   font-family: var(--s3-font-sans);
   font-family: var(--s3-font-sans);
  font-size: 1rem;
   font-weight: 700;
   font-weight: 700;
   min-height: 44px;
   margin-bottom: 0.3rem;
  padding: 0.25rem 1rem;
  text-decoration: none;
}
 
.s3rm-primary-action a {
  background: #fff;
  color: var(--s3-navy) !important;
}
 
.s3rm-secondary-action a {
  border: 1px solid rgba(255, 255, 255, 0.72);
  color: #fff !important;
}
 
.s3rm-content-section {
  margin: 0 auto clamp(3.2rem, 7vw, 5.4rem);
  max-width: 1120px;
}
}


.s3rm-section-kicker {
.s3rm-action-title a {
   color: var(--s3-indigo-dark);
   color: var(--s3-indigo-dark);
   margin-bottom: 0.45rem;
   text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}
}


.s3rm-section-heading {
.s3rm-action-card p {
  border: 0 !important;
  font-size: clamp(1.55rem, 3vw, 2.15rem) !important;
  margin: 0 0 1.35rem !important;
  padding: 0 !important;
}
 
.s3rm-section-intro {
   color: var(--s3-muted);
   color: var(--s3-muted);
   margin: -0.5rem 0 1.35rem;
   font-size: 0.9rem;
   max-width: 760px;
  line-height: 1.55;
   margin: 0;
}
}


.s3rm-home-actions {
.s3rm-section-header {
   display: grid;
   align-items: baseline;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: var(--s3-line);
   border-bottom: 1px solid var(--s3-line);
   border-bottom: 1px solid var(--s3-line);
   border-top: 1px solid var(--s3-line);
   display: flex;
  gap: 1rem;
  justify-content: space-between;
}
}


.s3rm-action-card {
.s3rm-section-header h2 {
   background: #fff;
   border: 0;
   min-height: 190px;
   font-size: 1.35rem;
   padding: 1.35rem 1.5rem 1.45rem;
  margin: 0;
   padding: 0 0 0.65rem;
}
}


.s3rm-action-number {
.s3rm-section-link {
  color: var(--s3-indigo-dark);
   font-size: 0.88rem;
  font-family: var(--s3-font-sans);
   white-space: nowrap;
   font-size: 0.78rem;
  font-weight: 700;
   margin-bottom: 0.8rem;
}
 
.s3rm-action-card h3 {
  font-size: 1.15rem;
  margin: 0 0 0.65rem;
}
 
.s3rm-action-card h3 a {
  color: var(--s3-navy);
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}
 
.s3rm-action-card p {
  color: var(--s3-muted);
  margin: 0;
}
}


.s3rm-recent-list {
.s3rm-recent-list {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  background: var(--s3-line);
   border-bottom: 1px solid var(--s3-line);
   border-bottom: 1px solid var(--s3-line);
  border-top: 1px solid var(--s3-line);
}
}


.s3rm-lesson-summary {
.s3rm-lesson-summary {
   background: #fff;
   background: #fff;
   min-height: 112px;
   border-bottom: 1px solid var(--s3-line);
   padding: 1.1rem 1.25rem;
   padding: 0.85rem 0;
}
}


.s3rm-lesson-summary h3 {
.s3rm-lesson-summary:last-child {
  border-bottom: 0;
}
 
.s3rm-lesson-summary-title {
   font-family: var(--s3-font-sans);
   font-family: var(--s3-font-sans);
   font-size: 1rem;
   font-size: 1rem;
  font-weight: 700;
   line-height: 1.45;
   line-height: 1.45;
   margin: 0 0 0.75rem;
   margin: 0 0 0.45rem;
}
}


.s3rm-lesson-summary h3 a {
.s3rm-lesson-summary-title a {
   color: var(--s3-navy);
   color: var(--s3-navy);
}
}
351번째 줄: 255번째 줄:
.s3rm-empty-state {
.s3rm-empty-state {
   background: #fff;
   background: #fff;
  grid-column: 1 / -1;
   padding: 1rem 0;
   padding: 1.4rem;
}
}


.s3rm-metrics {
.s3rm-metrics {
  border-bottom: 1px solid var(--s3-line);
   display: grid;
   display: grid;
   gap: 0;
   gap: 0;
363번째 줄: 267번째 줄:
.s3rm-metric {
.s3rm-metric {
   border-left: 1px solid var(--s3-line);
   border-left: 1px solid var(--s3-line);
  border-top: 3px solid var(--s3-navy);
   min-height: 88px;
   min-height: 108px;
   padding: 1rem 1.15rem;
   padding: 1.15rem 1.35rem;
}
}


376번째 줄: 279번째 줄:
   display: block;
   display: block;
   font-family: var(--s3-font-sans);
   font-family: var(--s3-font-sans);
   font-size: 2rem;
   font-size: 1.6rem;
   font-weight: 700;
   font-weight: 700;
   line-height: 1.1;
   line-height: 1.1;
390번째 줄: 293번째 줄:


.s3rm-create-panel {
.s3rm-create-panel {
   border-left: 6px solid var(--s3-indigo);
   border-bottom: 1px solid var(--s3-line);
  border-top: 1px solid var(--s3-line);
   display: grid;
   display: grid;
   gap: 2rem;
   gap: 2.25rem;
   grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
   grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
   padding: 1.5rem 0 1.5rem 2rem;
   padding: 1.4rem 0;
}
}


.s3rm-create-panel h2 {
.s3rm-create-panel h2 {
   border: 0;
   border: 0;
  font-size: 1.35rem;
   margin-top: 0;
   margin-top: 0;
   padding: 0;
   padding: 0;
}
.s3rm-quick-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.25rem;
  margin-top: 1.25rem;
}
.s3rm-quick-links a {
  border-bottom: 2px solid var(--s3-indigo);
  font-family: var(--s3-font-sans);
  font-weight: 700;
  text-decoration: none;
}
}


.s3rm-form-launcher {
.s3rm-form-launcher {
   background: var(--s3-paper);
   background: var(--s3-paper);
   padding: 1.4rem;
  min-width: 0;
   padding: 1rem;
}
}


430번째 줄: 322번째 줄:
}
}


.s3rm-workflow {
.s3rm-form-launcher .pfFormInputWrapper {
   counter-reset: s3rm-step;
   display: flex;
   display: grid;
  flex-wrap: wrap;
   grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.5rem;
}
 
.s3rm-form-launcher input[type="text"] {
   flex: 1 1 14rem;
   min-width: 0;
  width: auto !important;
}
}


.s3rm-workflow-step {
.s3rm-review-policy {
   border-top: 2px solid var(--s3-line);
   color: var(--s3-muted);
   padding: 1.1rem 1.2rem 0 0;
   margin-top: 1.2rem;
}
}


.s3rm-workflow-step::before {
.s3rm-workflow {
   color: var(--s3-indigo-dark);
  align-items: center;
   content: counter(s3rm-step, decimal-leading-zero);
   color: var(--s3-navy);
   counter-increment: s3rm-step;
   display: flex;
  display: block;
   flex-wrap: wrap;
   font-family: var(--s3-font-sans);
   font-family: var(--s3-font-sans);
  font-size: 0.9rem;
   font-weight: 700;
   font-weight: 700;
   margin-bottom: 0.4rem;
   gap: 0.4rem 0.65rem;
}
 
.s3rm-workflow-arrow {
  color: #8a8c99;
}
}


.s3rm-workflow-step strong {
.s3rm-review-policy p {
   display: block;
   margin: 0.65rem 0 0;
   font-family: var(--s3-font-sans);
   max-width: 800px;
}
 
.s3rm-example-note {
  font-size: 0.86rem;
}
}


.s3rm-example-note,
.s3rm-form-note {
.s3rm-form-note {
   background: #f5f5f8;
   background: #f5f5f8;
555번째 줄: 461번째 줄:


@media screen and (max-width: 960px) {
@media screen and (max-width: 960px) {
   .s3rm-home-actions,
   .s3rm-create-panel {
  .s3rm-recent-list,
  .s3rm-workflow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
 
@media screen and (max-width: 1279px) {
  .s3rm-home-masthead {
     grid-template-columns: 1fr;
     grid-template-columns: 1fr;
  }
     gap: 1.1rem;
 
  .s3rm-home-rail {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
     gap: 0.8rem 1.5rem;
    padding: 0.9rem 1.4rem;
  }
 
  .s3rm-home-mark,
  .s3rm-home-brand {
    margin: 0;
  }
 
  .s3rm-home-mark {
    height: 36px;
    width: 42px;
  }
 
  .s3rm-home-brand {
    font-size: 1rem;
  }
 
  .s3rm-home-rail-links {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    gap: 0.25rem 1rem;
  }
 
  .s3rm-home-rail-links a {
    border: 0;
    margin: 0;
    padding: 0.25rem 0;
   }
   }
}
}
608번째 줄: 472번째 줄:
   }
   }


   .s3rm-home-hero {
   .page-Main_Page .mw-body-header,
    min-height: 280px;
  .page-연구_메모리 .mw-body-header {
     padding: 2.2rem 1.7rem;
     padding: 1rem 0 0.75rem;
   }
   }


  .s3rm-metrics,
   .s3rm-home-actions {
  .s3rm-workflow,
  .s3rm-create-panel,
   .s3rm-home-actions,
  .s3rm-recent-list {
     grid-template-columns: 1fr;
     grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
   }
   }


   .s3rm-hero-actions {
   .s3rm-action-card,
     align-items: stretch;
  .s3rm-action-card:first-child,
     flex-direction: column;
  .s3rm-action-card:last-child {
     border-bottom: 1px solid var(--s3-line);
     border-right: 0;
    padding: 0.85rem 0;
   }
   }


   .s3rm-hero-actions > span,
   .s3rm-action-card:last-child {
   .s3rm-hero-actions a {
    border-bottom: 0;
     box-sizing: border-box;
  }
    justify-content: center;
 
     width: 100%;
   .s3rm-content-section {
     margin-bottom: 2.5rem;
  }
 
  .s3rm-metrics {
     grid-template-columns: repeat(2, minmax(0, 1fr));
   }
   }


   .s3rm-metric {
   .s3rm-metric {
     border-left: 0;
     border-left: 0;
    border-top: 1px solid var(--s3-line);
    min-height: 76px;
    padding: 0.85rem 0.9rem;
  }
  .s3rm-metric:nth-child(even) {
    border-left: 1px solid var(--s3-line);
   }
   }


   .s3rm-create-panel {
   .s3rm-metric:nth-child(-n + 2) {
     gap: 1.2rem;
     border-top: 0;
    padding-left: 1.2rem;
   }
   }



2026년 7월 16일 (목) 00:39 판

:root {
  --s3-navy: #1d2040;
  --s3-navy-deep: #171933;
  --s3-indigo: #3e42d1;
  --s3-indigo-dark: #393c9f;
  --s3-sky: #8eb2ee;
  --s3-paper: #f0f0f0;
  --s3-canvas: #f7f7fa;
  --s3-text: #212121;
  --s3-muted: #626579;
  --s3-green: #2f6b4f;
  --s3-line: #d9dbe7;
  --s3-font-sans: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", Montserrat, Arial, sans-serif;
  --s3-font-serif: "Noto Serif KR", "Nanum Myeongjo", Bitter, Georgia, serif;
}

html {
  scroll-behavior: smooth;
}

body,
.mw-body-content {
  color: var(--s3-text);
  font-family: var(--s3-font-sans);
  font-size: 17px;
  line-height: 1.72;
}

body {
  background: var(--s3-canvas);
}

a,
.mw-body-content a:visited {
  color: var(--s3-indigo-dark);
}

a:hover {
  color: var(--s3-indigo);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid var(--s3-indigo);
  outline-offset: 2px;
}

.vector-header-container,
.skin-vector-2022 .mw-header {
  background: var(--s3-navy);
  color: #fff;
}

.vector-header-container a,
.vector-header-container .vector-menu-heading,
.vector-header-container .vector-dropdown-label {
  color: #fff;
}

.vector-header-container .mw-logo-wordmark,
.vector-header-container .mw-logo-tagline,
.vector-header-container .mw-ui-icon::before {
  filter: brightness(0) invert(1);
}

.vector-header-container .mw-logo-icon {
  filter: none;
}

.vector-header-container .mw-logo-wordmark {
  color: #fff;
}

.vector-header-container .cdx-text-input__input,
.vector-header-container input {
  background: #fff;
  color: var(--s3-text);
}

.mw-page-container {
  background: #fff;
}

.mw-body-header {
  background: var(--s3-paper);
  border: 0;
  padding: 1.6rem clamp(1.25rem, 4vw, 4.4rem);
}

.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body-header .firstHeading {
  color: var(--s3-text);
  font-family: var(--s3-font-sans);
  font-weight: 700;
}

.mw-body h2 {
  border-bottom: 1px solid var(--s3-line);
  font-size: clamp(1.4rem, 2.2vw, 1.75rem);
  padding-bottom: 0.45rem;
}

.mw-body h3 {
  font-size: 1.18rem;
}

.page-Main_Page .mw-body-content,
.page-연구_메모리 .mw-body-content {
  font-size: 16px;
  line-height: 1.65;
  margin-top: 1.2rem;
}

.page-Main_Page .mw-body-header,
.page-연구_메모리 .mw-body-header {
  background: #fff;
  border-bottom: 1px solid var(--s3-line);
  margin: 0 auto;
  max-width: 960px;
  padding: 1.1rem 0 0.85rem;
}

.page-Main_Page .mw-body-header .firstHeading,
.page-연구_메모리 .mw-body-header .firstHeading {
  font-size: clamp(1.8rem, 3vw, 2.15rem);
  line-height: 1.3;
}

.page-Main_Page .mw-body-content > .mw-parser-output,
.page-연구_메모리 .mw-body-content > .mw-parser-output {
  margin: 0 auto;
  max-width: 960px;
}

.s3rm-home-intro {
  border-bottom: 1px solid var(--s3-line);
  border-top: 3px solid var(--s3-navy);
  padding: 1.15rem 0 1.25rem;
}

.s3rm-home-intro p {
  font-size: 1.02rem;
  line-height: 1.7;
  margin: 0;
  max-width: 760px;
}

.s3rm-content-section {
  margin: 0 auto 3.25rem;
}

.s3rm-home-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--s3-line);
  margin-bottom: 3.25rem;
}

.s3rm-action-card {
  border-right: 1px solid var(--s3-line);
  min-width: 0;
  padding: 1.05rem 1.35rem 1.15rem;
}

.s3rm-action-card:first-child {
  padding-left: 0;
}

.s3rm-action-card:last-child {
  border-right: 0;
  padding-right: 0;
}

.s3rm-action-title {
  font-family: var(--s3-font-sans);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.s3rm-action-title a {
  color: var(--s3-indigo-dark);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.s3rm-action-card p {
  color: var(--s3-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  margin: 0;
}

.s3rm-section-header {
  align-items: baseline;
  border-bottom: 1px solid var(--s3-line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.s3rm-section-header h2 {
  border: 0;
  font-size: 1.35rem;
  margin: 0;
  padding: 0 0 0.65rem;
}

.s3rm-section-link {
  font-size: 0.88rem;
  white-space: nowrap;
}

.s3rm-recent-list {
  border-bottom: 1px solid var(--s3-line);
}

.s3rm-lesson-summary {
  background: #fff;
  border-bottom: 1px solid var(--s3-line);
  padding: 0.85rem 0;
}

.s3rm-lesson-summary:last-child {
  border-bottom: 0;
}

.s3rm-lesson-summary-title {
  font-family: var(--s3-font-sans);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.45rem;
}

.s3rm-lesson-summary-title a {
  color: var(--s3-navy);
}

.s3rm-lesson-summary-meta {
  align-items: center;
  color: var(--s3-muted);
  display: flex;
  flex-wrap: wrap;
  font-size: 0.82rem;
  gap: 0.45rem;
}

.s3rm-empty-state {
  background: #fff;
  padding: 1rem 0;
}

.s3rm-metrics {
  border-bottom: 1px solid var(--s3-line);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.s3rm-metric {
  border-left: 1px solid var(--s3-line);
  min-height: 88px;
  padding: 1rem 1.15rem;
}

.s3rm-metric:first-child {
  border-left: 0;
}

.s3rm-metric-value {
  color: var(--s3-indigo-dark);
  display: block;
  font-family: var(--s3-font-sans);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.s3rm-metric-label {
  color: var(--s3-muted);
  display: block;
  font-family: var(--s3-font-sans);
  font-size: 0.86rem;
  margin-top: 0.5rem;
}

.s3rm-create-panel {
  border-bottom: 1px solid var(--s3-line);
  border-top: 1px solid var(--s3-line);
  display: grid;
  gap: 2.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.9fr);
  padding: 1.4rem 0;
}

.s3rm-create-panel h2 {
  border: 0;
  font-size: 1.35rem;
  margin-top: 0;
  padding: 0;
}

.s3rm-form-launcher {
  background: var(--s3-paper);
  min-width: 0;
  padding: 1rem;
}

.s3rm-form-label {
  color: var(--s3-navy);
  font-family: var(--s3-font-sans);
  font-size: 0.86rem;
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.s3rm-form-launcher .pfFormInputWrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.s3rm-form-launcher input[type="text"] {
  flex: 1 1 14rem;
  min-width: 0;
  width: auto !important;
}

.s3rm-review-policy {
  color: var(--s3-muted);
  margin-top: 1.2rem;
}

.s3rm-workflow {
  align-items: center;
  color: var(--s3-navy);
  display: flex;
  flex-wrap: wrap;
  font-family: var(--s3-font-sans);
  font-size: 0.9rem;
  font-weight: 700;
  gap: 0.4rem 0.65rem;
}

.s3rm-workflow-arrow {
  color: #8a8c99;
}

.s3rm-review-policy p {
  margin: 0.65rem 0 0;
  max-width: 800px;
}

.s3rm-example-note {
  font-size: 0.86rem;
}

.s3rm-form-note {
  background: #f5f5f8;
  border-left: 4px solid var(--s3-indigo);
  margin: 1.2rem 0 1.8rem;
  padding: 1rem 1.2rem;
}

.s3rm-status,
.s3rm-confidence,
.s3rm-kind,
.s3rm-relation-label {
  background: #ececf5;
  color: var(--s3-navy);
  display: inline-block;
  font-family: var(--s3-font-sans);
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 0.2rem 0.55rem;
}

.s3rm-status-reviewed { background: #e5e7ff; color: #30358a; }
.s3rm-status-stable { background: #dceee5; color: var(--s3-green); }
.s3rm-status-superseded { background: #e7e7e7; color: #555; }
.s3rm-confidence-high { background: #dceee5; color: var(--s3-green); }
.s3rm-confidence-low { background: #f4e6e3; color: #8a3f34; }

.s3rm-lesson-meta {
  align-items: center;
  border-bottom: 1px solid var(--s3-line);
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
}

.s3rm-lesson-table,
.formtable,
.smwtable {
  border-collapse: collapse;
  width: 100%;
}

.s3rm-lesson-table th,
.s3rm-lesson-table td,
.formtable th,
.formtable td {
  border: 0;
  border-bottom: 1px solid var(--s3-line);
  padding: 0.85rem 0.75rem;
  vertical-align: top;
}

.s3rm-lesson-table th,
.formtable th {
  color: var(--s3-navy);
  font-family: var(--s3-font-sans);
  font-size: 0.86rem;
  text-align: left;
  width: 12rem;
}

.s3rm-evidence {
  background: #f7f7fa;
  border-left: 4px solid var(--s3-indigo);
  margin: 0.75rem 0;
  padding: 0.85rem 1rem;
}

.s3rm-relation {
  border-bottom: 1px solid var(--s3-line);
  display: block;
  margin: 0.35rem 0;
  padding: 0.55rem 0;
}

.pfFormInputWrapper input,
.createboxInput,
.formtable input[type="text"],
.formtable textarea,
.formtable select {
  border: 1px solid #a7a9ba;
  box-sizing: border-box;
  font-family: var(--s3-font-sans);
  max-width: 100%;
  padding: 0.55rem 0.65rem;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button,
.cdx-button--action-progressive.cdx-button--weight-primary {
  background: var(--s3-indigo);
  border-color: var(--s3-indigo);
  color: #fff;
  min-height: 44px;
}

@media screen and (max-width: 960px) {
  .s3rm-create-panel {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
}

@media screen and (max-width: 720px) {
  .mw-body-header {
    padding: 1.35rem 1.15rem;
  }

  .page-Main_Page .mw-body-header,
  .page-연구_메모리 .mw-body-header {
    padding: 1rem 0 0.75rem;
  }

  .s3rm-home-actions {
    grid-template-columns: 1fr;
    margin-bottom: 2.5rem;
  }

  .s3rm-action-card,
  .s3rm-action-card:first-child,
  .s3rm-action-card:last-child {
    border-bottom: 1px solid var(--s3-line);
    border-right: 0;
    padding: 0.85rem 0;
  }

  .s3rm-action-card:last-child {
    border-bottom: 0;
  }

  .s3rm-content-section {
    margin-bottom: 2.5rem;
  }

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

  .s3rm-metric {
    border-left: 0;
    border-top: 1px solid var(--s3-line);
    min-height: 76px;
    padding: 0.85rem 0.9rem;
  }

  .s3rm-metric:nth-child(even) {
    border-left: 1px solid var(--s3-line);
  }

  .s3rm-metric:nth-child(-n + 2) {
    border-top: 0;
  }

  .s3rm-lesson-table th,
  .s3rm-lesson-table td,
  .formtable th,
  .formtable td {
    display: block;
    width: auto;
  }

  .s3rm-lesson-table th,
  .formtable th {
    border-bottom: 0;
    padding-bottom: 0.15rem;
  }

  .s3rm-lesson-table td,
  .formtable td {
    padding-top: 0.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}