.cc-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.cc-tool [hidden] {
    display: none !important;
}

.cc-page {
    margin-top: -1.25rem;
    background: #fff;
}

.cc-page__container {
    width: var(--layout-container-width);
    max-width: var(--layout-container-max);
    margin: 0 auto;
    padding-inline: 24px;
}

.cc-page__hero {
    padding: 1.75rem 0 1.5rem;
    background: #f4f7f6;
    border-bottom: 1px solid #dfe7e4;
}

.cc-page__intro {
    max-width: 760px;
    margin-bottom: 0.9rem;
}

.cc-page__intro h1,
.cc-page__section h2,
.cc-tool__header h2 {
    color: #17221f;
    font-family: inherit;
    letter-spacing: 0;
}

.cc-page__intro h1 {
    margin-bottom: 0.4rem;
    font-size: 2.3rem;
}

.cc-page__intro > p:last-child {
    max-width: 720px;
    margin-bottom: 0;
    color: #4d5f59;
    font-size: 0.98rem;
}

.cc-page__eyebrow {
    margin-bottom: 0.3rem;
    color: #a74212;
    font-size: 0.82rem;
    font-weight: 700;
}

.cc-page__tool-region {
    width: 100%;
}

.cc-tool {
    overflow: hidden;
    border: 1px solid #cfdad6;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(25, 50, 43, 0.1);
}

.cc-tool__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.7rem 1rem;
    border-bottom: 1px solid #dce5e2;
}

.cc-tool__header h2 {
    margin-bottom: 0.05rem;
    font-size: 1.05rem;
}

.cc-tool__header p {
    margin-bottom: 0;
    color: #60716b;
    font-size: 0.78rem;
}

.cc-editor__privacy {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    margin: 0.25rem 0 0;
    color: #26705c;
    font-size: 0.76rem;
}

.cc-editor__privacy .material-icons {
    font-size: 1rem;
}

.cc-tool__workspace {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, 320px);
    min-height: 360px;
}

.cc-editor {
    display: flex;
    min-width: 0;
    flex-direction: column;
    padding: 1rem;
    border-right: 1px solid #dce5e2;
}

.cc-editor__toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 36px;
    margin-bottom: 0.65rem;
}

.cc-editor__label {
    color: #283b35;
    font-size: 0.9rem;
    font-weight: 700;
}

.cc-editor__heading {
    display: flex;
    align-items: baseline;
    gap: 0.65rem;
}

.cc-editor__live-count {
    display: none;
    color: #28775f;
    font-size: 0.78rem;
    font-variant-numeric: tabular-nums;
}

.cc-editor__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.25rem;
}

.cc-action {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 0.3rem;
    padding: 0.35rem 0.55rem;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #44554f;
    background: transparent;
    font: inherit;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
}

label.cc-action {
    margin: 0;
}

.cc-action:hover:not(:disabled),
.cc-action:focus-visible {
    border-color: #ccd8d4;
    background: #f3f7f5;
}

.cc-action--danger:hover:not(:disabled),
.cc-action--danger:focus-visible {
    color: #a8392f;
    border-color: #efd1cd;
    background: #fff4f2;
}

.cc-action:disabled {
    opacity: 0.38;
    cursor: default;
}

.cc-action .material-icons {
    font-size: 1.05rem;
}

.cc-editor__field {
    display: flex;
    flex: 1;
}

.cc-editor textarea {
    min-height: 250px;
    flex: 1;
    scroll-margin-top: 6rem;
    resize: vertical;
    padding: 1rem;
    border: 1px solid #bfcfc9;
    border-radius: 6px;
    color: #16241f;
    background: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic UI", "Yu Gothic", Meiryo, sans-serif;
    font-size: 1rem;
    line-height: 1.8;
    letter-spacing: 0;
}

.cc-editor textarea::placeholder {
    color: #82908b;
}

.cc-editor textarea:focus {
    border-color: #28775f;
    outline: none;
    box-shadow: 0 0 0 3px rgba(40, 119, 95, 0.13);
}

.cc-editor textarea.is-dragging {
    border-color: #28775f;
    background: #f1f8f5;
    box-shadow: inset 0 0 0 2px rgba(40, 119, 95, 0.18);
}

.cc-editor__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 26px;
    margin-top: 0.55rem;
}

.cc-editor__status {
    margin: 0;
    color: #687873;
    font-size: 0.8rem;
}

.cc-editor__undo {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    flex: 0 0 auto;
    padding: 0;
    border: 0;
    color: #9b3f15;
    background: transparent;
    font: inherit;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
}

.cc-summary {
    min-width: 0;
    background: #fbfcfc;
}

.cc-method {
    position: relative;
    padding: 0.65rem 1rem 0;
    text-align: right;
}

.cc-method > summary {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 0.3rem;
    color: #52665f;
    font-size: 0.76rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.cc-method > summary::-webkit-details-marker {
    display: none;
}

.cc-method > summary .material-icons {
    font-size: 1rem;
}

.cc-method dl {
    position: absolute;
    z-index: 4;
    top: 3rem;
    right: 0.75rem;
    width: min(360px, calc(100vw - 48px));
    padding: 0.9rem;
    border: 1px solid #cfdad6;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(25, 50, 43, 0.16);
    text-align: left;
}

.cc-method dl div + div {
    margin-top: 0.7rem;
}

.cc-method dt {
    color: #263a33;
    font-size: 0.76rem;
    font-weight: 700;
}

.cc-method dd {
    color: #64746f;
    font-size: 0.72rem;
    line-height: 1.5;
}

.cc-summary__primary {
    border-bottom: 1px solid #dce5e2;
}

.cc-summary__metric {
    min-width: 0;
    padding: 1.35rem 1rem 1.2rem;
}

.cc-summary__metric > span,
.cc-summary__metric > small {
    display: block;
}

.cc-summary__metric > span {
    color: #4e615a;
    font-size: 0.83rem;
    font-weight: 700;
}

.cc-summary__metric strong {
    display: flex;
    align-items: baseline;
    gap: 0.3rem;
    margin: 0.35rem 0 0.25rem;
    color: #17221f;
    font-size: 2.4rem;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.cc-summary__metric--main strong {
    font-size: 3rem;
}

.cc-summary__value {
    display: flex;
    min-height: 62px;
    align-items: center;
    gap: 0.65rem;
}

.cc-icon-button {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 6px;
    color: #687973;
    background: transparent;
    cursor: pointer;
}

.cc-icon-button:hover,
.cc-icon-button:focus-visible {
    color: #28775f;
    background: #edf4f1;
}

.cc-summary__copy {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 0.55rem;
    padding: 0;
    border: 0;
    color: inherit;
    background: transparent;
    font: inherit;
    cursor: pointer;
}

.cc-summary__copy .material-icons {
    color: #687973;
    font-size: 1.05rem;
}

.cc-summary__copy:hover .material-icons,
.cc-summary__copy:focus-visible .material-icons {
    color: #28775f;
}

.cc-summary__metric strong small {
    color: #53645e;
    font-size: 0.78rem;
    font-weight: 600;
}

.cc-summary__metric > small {
    color: #74817d;
    font-size: 0.73rem;
    line-height: 1.35;
}

.cc-summary__quick {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    border-bottom: 1px solid #dce5e2;
}

.cc-summary__quick > div {
    min-width: 0;
    padding: 0.85rem 1rem;
    border-right: 1px solid #e1e8e5;
    border-bottom: 1px solid #e1e8e5;
}

.cc-summary__quick > div:nth-child(2n) {
    border-right: 0;
}

.cc-summary__quick > div:nth-last-child(-n + 2) {
    border-bottom: 0;
}

.cc-summary__quick dt,
.cc-summary__quick > div > small {
    color: #687973;
    font-size: 0.72rem;
}

.cc-summary__quick dd {
    margin-top: 0.18rem;
    color: #20342d;
    font-size: 1.15rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.cc-summary__quick dd small {
    margin-left: 0.2rem;
    color: #64756f;
    font-size: 0.7rem;
}

.cc-summary__quick > div > small {
    display: block;
    min-height: 1.4em;
    margin-top: 0.1rem;
}

.cc-goal {
    border-top: 0;
}

.cc-goal__summary {
    display: grid;
    min-height: 50px;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 0.55rem;
    padding: 0.65rem 1rem;
    color: #33463f;
    cursor: pointer;
    list-style: none;
}

.cc-goal__summary::-webkit-details-marker {
    display: none;
}

.cc-goal__summary:hover,
.cc-goal__summary:focus-visible {
    background: #f1f5f3;
    outline: none;
}

.cc-goal__summary-detail {
    color: #74817d;
    font-size: 0.72rem;
    font-weight: 400;
}

.cc-goal__chevron {
    color: #64756f;
    font-size: 1.15rem;
    transition: transform 180ms ease;
}

.cc-goal[open] .cc-goal__chevron {
    transform: rotate(180deg);
}

.cc-goal__body {
    padding: 0.8rem 1rem 1rem;
    border-top: 1px solid #dce5e2;
}

.cc-goal__heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.65rem;
}

.cc-goal__title {
    color: #33463f;
    font-size: 0.87rem;
    font-weight: 700;
}

.cc-goal__body-label {
    color: #697973;
    font-size: 0.72rem;
    font-weight: 700;
}

.cc-goal__presets {
    display: flex;
    gap: 0.25rem;
}

.cc-goal__presets button {
    min-width: 44px;
    min-height: 44px;
    padding: 0.22rem 0.35rem;
    border: 1px solid #ccd8d4;
    border-radius: 5px;
    color: #40534c;
    background: #fff;
    font: inherit;
    font-size: 0.74rem;
    font-variant-numeric: tabular-nums;
    cursor: pointer;
}

.cc-goal__presets button:hover,
.cc-goal__presets button:focus-visible {
    color: #fff;
    border-color: #28775f;
    background: #28775f;
}

.cc-goal__modes {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    margin: 0 0 0.65rem;
    padding: 0;
    border: 1px solid #bdcbc6;
    border-radius: 6px;
}

.cc-goal__modes label {
    position: relative;
    min-width: 0;
    margin: 0;
}

.cc-goal__modes label + label {
    border-left: 1px solid #bdcbc6;
}

.cc-goal__modes input {
    position: absolute;
    opacity: 0;
}

.cc-goal__modes span {
    display: flex;
    min-height: 44px;
    align-items: center;
    justify-content: center;
    color: #53655f;
    background: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    cursor: pointer;
}

.cc-goal__modes input:checked + span {
    color: #fff;
    background: #28775f;
}

.cc-goal__modes input:focus-visible + span {
    outline: 3px solid rgba(40, 119, 95, 0.22);
    outline-offset: -3px;
}

.cc-goal__controls {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.cc-goal__controls label {
    min-width: 0;
    margin: 0;
}

.cc-goal__controls label:last-child {
    grid-column: 1 / -1;
}

.cc-goal__controls label > span {
    display: block;
    margin-bottom: 0.2rem;
    color: #697973;
    font-size: 0.7rem;
}

.cc-goal__controls input,
.cc-goal__controls select {
    width: 100%;
    min-height: 44px;
    padding: 0.55rem 0.65rem;
    border: 1px solid #bdcbc6;
    border-radius: 6px;
    color: #253832;
    background: #fff;
    font: inherit;
    font-size: 0.86rem;
}

.cc-goal__controls input:focus,
.cc-goal__controls select:focus {
    border-color: #28775f;
    outline: none;
    box-shadow: 0 0 0 3px rgba(40, 119, 95, 0.13);
}

.cc-goal__controls input[aria-invalid="true"] {
    border-color: #c54a3d;
}

.cc-goal__track {
    height: 8px;
    overflow: hidden;
    margin-top: 0.9rem;
    border-radius: 4px;
    background: #e4ebe8;
}

.cc-goal__track span {
    display: block;
    width: 0;
    height: 100%;
    background: #28775f;
    transition: width 180ms ease, background-color 180ms ease;
}

.cc-goal__track.is-over span {
    background: #c54a3d;
}

.cc-goal__message {
    min-height: 2.8em;
    margin: 0.55rem 0 0;
    color: #667770;
    font-size: 0.78rem;
    line-height: 1.4;
}

.cc-goal__message.is-over {
    color: #a8392f;
    font-weight: 700;
}

.cc-goal__message.is-invalid {
    color: #a8392f;
}

.cc-goal__message.is-complete {
    color: #22654f;
    font-weight: 700;
}

.cc-subsection-heading {
    display: flex;
    align-items: baseline;
    gap: 0.65rem;
}

.cc-subsection-heading h3,
.cc-details__group h3 {
    margin: 0;
    color: #2c4039;
    font-family: inherit;
    font-size: 0.88rem;
    letter-spacing: 0;
}

.cc-subsection-heading > span {
    color: #77847f;
    font-size: 0.72rem;
}

.cc-checks,
.cc-keyword {
    padding: 1rem 1.25rem;
    border-top: 1px solid #dce5e2;
}

.cc-checks__empty {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0.65rem 0 0;
    color: #28705c;
    font-size: 0.8rem;
}

.cc-checks__empty .material-icons,
.cc-checks__list .material-icons {
    font-size: 1.05rem;
}

.cc-checks__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem 1.25rem;
    margin: 0.65rem 0 0;
    padding: 0;
    list-style: none;
}

.cc-checks__list[hidden],
.cc-checks__list li[hidden],
.cc-goal__controls label[hidden] {
    display: none;
}

.cc-checks__list li {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    color: #72502f;
    font-size: 0.8rem;
}

.cc-checks__list strong {
    font-variant-numeric: tabular-nums;
}

.cc-keyword {
    display: grid;
    grid-template-columns: minmax(220px, 1fr) auto;
    gap: 0.45rem 1.25rem;
    align-items: end;
}

.cc-keyword__field h3 {
    display: block;
    margin: 0 0 0.3rem;
    color: #2c4039;
    font-family: inherit;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0;
}

.cc-keyword__field input {
    min-height: 44px;
    border-radius: 6px;
}

.cc-keyword dl {
    display: flex;
    gap: 1.5rem;
    margin: 0;
}

.cc-keyword dt,
.cc-keyword > small {
    color: #77847f;
    font-size: 0.7rem;
}

.cc-keyword dd {
    color: #23372f;
    font-size: 1rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.cc-keyword > small {
    grid-column: 1 / -1;
}

.cc-details {
    border-top: 1px solid #dce5e2;
}

.cc-details > summary {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    align-items: center;
    gap: 0.7rem;
    padding: 0.9rem 1.25rem;
    color: #2c4039;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
    list-style: none;
}

.cc-details__alert {
    padding: 0.2rem 0.45rem;
    border-radius: 4px;
    color: #8a431f;
    background: #fff0df;
    font-size: 0.68rem;
}

.cc-details > summary::-webkit-details-marker {
    display: none;
}

.cc-details > summary:hover,
.cc-details > summary:focus-visible {
    background: #f4f7f6;
    outline: none;
}

.cc-details__summary {
    color: #73817d;
    font-size: 0.78rem;
    font-weight: 400;
}

.cc-details__chevron {
    transition: transform 180ms ease;
}

.cc-details[open] .cc-details__chevron {
    transform: rotate(180deg);
}

.cc-details__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #e1e8e5;
}

.cc-details__group h3 {
    padding: 0.85rem 1rem;
    background: #f6f9f8;
}

.cc-details__group + .cc-details__group {
    border-top: 1px solid #dce5e2;
}

.cc-details__grid > div {
    min-width: 0;
    padding: 0.9rem 1rem;
    border-right: 1px solid #e1e8e5;
    border-bottom: 1px solid #e1e8e5;
}

.cc-details__grid > div:nth-child(3n) {
    border-right: 0;
}

.cc-details__grid dt {
    color: #697973;
    font-size: 0.75rem;
}

.cc-details__grid dd {
    margin-top: 0.2rem;
    color: #22352e;
    font-size: 1rem;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.cc-details__grid small {
    display: block;
    color: #74817d;
    font-size: 0.68rem;
}

.cc-tool__noscript {
    margin: 0;
    padding: 0.75rem 1.25rem;
    color: #922f27;
    background: #fff1ef;
}

.cc-page__section {
    padding: 4.5rem 0;
}

.cc-page__section--muted {
    background: #f6f4ef;
    border-block: 1px solid #e8e3d8;
}

.cc-page__section--privacy {
    padding: 3.25rem 0;
    background: #f4f7f6;
    border-block: 1px solid #dfe7e4;
}

.cc-page__columns {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 4rem;
    align-items: start;
}

.cc-page__section h2 {
    max-width: 720px;
    font-size: 1.85rem;
}

.cc-page__section p {
    color: #596b64;
}

.cc-page__definition-list {
    border-top: 1px solid #ced9d5;
}

.cc-page__definition-list div {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #dce4e1;
}

.cc-page__definition-list dt {
    color: #263a33;
    font-weight: 700;
}

.cc-page__definition-list dd {
    color: #61716c;
}

.cc-page__section-heading {
    margin-bottom: 1.5rem;
}

.cc-page__section-heading p:last-child {
    max-width: 760px;
}

.cc-page__use-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.cc-page__use-grid section {
    min-width: 0;
    padding: 1.1rem;
    border: 1px solid #ddd7ca;
    border-radius: 8px;
    background: #fff;
}

.cc-page__use-grid h3 {
    margin: 0 0 0.45rem;
    color: #263a33;
    font-family: inherit;
    font-size: 0.96rem;
    letter-spacing: 0;
}

.cc-page__use-grid p {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.65;
}

.cc-page__note {
    padding-top: 0.25rem;
    border-top: 1px solid #ced9d5;
}

.cc-page__note p {
    margin: 0;
    line-height: 1.8;
}

.cc-page__guide-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.cc-page__guide-item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.45rem 0.75rem;
    min-width: 0;
    padding: 1.15rem;
    border: 1px solid #ddd7ca;
    border-radius: 8px;
    color: #263a33;
    background: #fff;
}

.cc-page__guide-item > span:first-child {
    font-weight: 700;
}

.cc-page__guide-item small {
    grid-column: 1 / -1;
    color: #68766f;
    line-height: 1.55;
}

.cc-page__guide-item .material-icons {
    color: #a74212;
    font-size: 1.15rem;
    transition: transform 160ms ease;
}

.cc-page__guide-item:hover {
    color: #a74212;
    border-color: #c9bdaa;
    box-shadow: 0 8px 18px rgba(50, 44, 32, 0.07);
}

.cc-page__guide-item:hover .material-icons {
    transform: translateX(3px);
}

.cc-page__faq {
    max-width: 820px;
}

.cc-page__faq details {
    border-top: 1px solid #d7e0dd;
}

.cc-page__faq details:last-of-type {
    border-bottom: 1px solid #d7e0dd;
}

.cc-page__faq summary {
    padding: 1rem 2rem 1rem 0;
    color: #263a33;
    font-weight: 700;
    cursor: pointer;
}

.cc-page__faq details p {
    padding-right: 1rem;
}

.cc-page__text-link {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-top: 1.25rem;
    color: #8f3913;
    font-weight: 700;
}

@media (max-width: 900px) {
    .cc-page__columns {
        grid-template-columns: 1fr;
    }

    .cc-action {
        width: 44px;
        justify-content: center;
        padding: 0.3rem;
    }

    .cc-action > span:not(.material-icons) {
        display: none;
    }

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

    .cc-page__guide-grid,
    .cc-page__use-grid {
        grid-template-columns: 1fr;
    }

    .cc-details__grid > div:nth-child(3n) {
        border-right: 1px solid #e1e8e5;
    }

    .cc-details__grid > div:nth-child(2n) {
        border-right: 0;
    }

    .cc-page__columns {
        gap: 2rem;
    }
}

@media (max-width: 750px) {
    .cc-tool__workspace {
        grid-template-columns: 1fr;
    }

    .cc-editor {
        border-right: 0;
        border-bottom: 1px solid #dce5e2;
    }

    .cc-method {
        padding-top: 0.4rem;
    }
}

@media (max-width: 680px) {
    .cc-page__container {
        padding-inline: 14px;
    }

    .cc-page__hero {
        padding: 1.5rem 0 1.25rem;
    }

    .cc-page__intro h1 {
        font-size: 2rem;
    }

    .cc-page__intro > p:last-child {
        font-size: 0.96rem;
    }

    .cc-tool__header {
        display: block;
    }

    .cc-editor {
        padding: 0.9rem;
    }

    .cc-editor__toolbar {
        display: grid;
        grid-template-columns: 1fr;
        align-items: stretch;
    }

    .cc-editor__live-count {
        display: inline;
    }

    .cc-editor__heading {
        width: 100%;
        justify-content: space-between;
    }

    .cc-editor__actions {
        width: 100%;
        flex-wrap: nowrap;
        justify-content: flex-end;
    }

    .cc-action {
        width: 44px;
        justify-content: center;
        padding: 0.3rem;
    }

    .cc-action > span:not(.material-icons) {
        display: none;
    }

    .cc-editor textarea {
        min-height: clamp(240px, 32svh, 280px);
    }

    .cc-summary__metric strong {
        font-size: 2rem;
    }

    .cc-goal__heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .cc-goal__controls {
        grid-template-columns: 1fr;
    }

    .cc-goal__controls label:last-child {
        grid-column: auto;
    }

    .cc-goal__presets {
        width: 100%;
        justify-content: space-between;
    }

    .cc-keyword {
        grid-template-columns: 1fr;
    }

    .cc-keyword dl {
        justify-content: space-between;
    }

    .cc-keyword > small {
        grid-column: auto;
    }

    .cc-details > summary {
        grid-template-columns: 1fr auto auto;
    }

    .cc-details__summary {
        display: none;
    }

    .cc-details__grid,
    .cc-page__guide-grid,
    .cc-page__use-grid {
        grid-template-columns: 1fr;
    }

    .cc-details__grid > div,
    .cc-details__grid > div:nth-child(2n),
    .cc-details__grid > div:nth-child(3n) {
        border-right: 0;
    }

    .cc-page__section {
        padding: 3rem 0;
    }

    .cc-page__section h2 {
        font-size: 1.5rem;
    }

    .cc-page__definition-list div {
        grid-template-columns: 1fr;
        gap: 0.25rem;
    }

}

@media (prefers-reduced-motion: reduce) {
    .cc-goal__track span,
    .cc-goal__chevron,
    .cc-details__chevron,
    .cc-page__guide-item .material-icons {
        transition: none;
    }
}
