.thk-strain-submit-shell {
    --thk-cream: #fffdf2;
    --thk-soft: #f4f7e9;
    --thk-green: #b7ff68;
    --thk-dark-green: #173d25;
    --thk-text: #10140d;
    --thk-muted: #4d5b50;
    --thk-border: #c9d4bc;
    max-width: 1120px;
    margin: 2rem auto;
    padding: clamp(1rem, 3vw, 1.5rem);
    color: var(--thk-text);
}
.thk-strain-submit-shell,
.thk-strain-submit-shell * { box-sizing: border-box; }
.thk-strain-heading { margin-bottom: 1rem; }
.thk-strain-heading h1,
.thk-strain-success h1 { margin: .2rem 0 .65rem; color: var(--thk-text); font-size: clamp(2rem, 5vw, 3.8rem); line-height: 1.05; }
.thk-strain-heading p,
.thk-strain-success p { max-width: 760px; color: var(--thk-muted); line-height: 1.65; }
.thk-strain-kicker { margin: 0; color: #2d6941 !important; font-size: .82rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.thk-strain-back { display: inline-block; margin-bottom: .75rem; color: #245f38; font-weight: 900; text-decoration: none; }
.thk-strain-card,
.thk-strain-success { padding: clamp(1rem, 3vw, 1.5rem); color: var(--thk-text); background: rgba(255,253,242,.96); border: 1px solid var(--thk-border); border-radius: 20px; box-shadow: 0 16px 38px rgba(21,45,25,.13); }
.thk-strain-card h2,
.thk-strain-card h3,
.thk-strain-card p,
.thk-strain-card span,
.thk-strain-card strong,
.thk-strain-card label { color: var(--thk-text); }
.thk-strain-form,
.thk-strain-review-actions { display: grid; gap: 1rem; }
.thk-strain-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .9rem; }
.thk-strain-field { display: grid; gap: .4rem; }
.thk-strain-field.is-wide,
.thk-strain-consent.is-wide { grid-column: 1/-1; }
.thk-strain-field > span { font-weight: 900; }
.thk-strain-field input,
.thk-strain-field textarea,
.thk-strain-field select { width: 100%; padding: .78rem .9rem; color: var(--thk-text); background: #fffef8; border: 1px solid #bcc7ae; border-radius: 12px; font: inherit; }
.thk-strain-field textarea { resize: vertical; }
.thk-strain-field input:focus,
.thk-strain-field textarea:focus,
.thk-strain-field select:focus { outline: 0; border-color: #407b51; box-shadow: 0 0 0 3px rgba(64,123,81,.14); }
.thk-strain-upload { position: relative; display: grid; gap: .25rem; padding: 1rem; background: var(--thk-soft); border: 2px dashed #9eb18f; border-radius: 14px; cursor: pointer; }
.thk-strain-upload input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.thk-strain-upload small { color: var(--thk-muted); }
.thk-strain-negative-effects { margin: 0; padding: 1rem; background: var(--thk-soft); border: 1px solid var(--thk-border); border-radius: 14px; }
.thk-strain-negative-effects legend { padding: 0 .35rem; color: var(--thk-text); font-weight: 900; }
.thk-strain-negative-effects > p { margin: 0 0 .75rem; color: var(--thk-muted); line-height: 1.5; }
.thk-strain-negative-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .55rem; }
.thk-strain-negative-grid label { display: flex; align-items: center; gap: .5rem; min-height: 44px; padding: .65rem .75rem; background: #fffef8; border: 1px solid #c7d1bb; border-radius: 10px; font-weight: 800; }
.thk-strain-negative-grid input { width: auto; margin: 0; accent-color: #245f38; }
.thk-strain-negative-other { display: grid; gap: .4rem; margin-top: .75rem; }
.thk-strain-negative-other > span { font-weight: 900; }
.thk-strain-negative-other input { width: 100%; padding: .78rem .9rem; color: var(--thk-text); background: #fffef8; border: 1px solid #bcc7ae; border-radius: 12px; font: inherit; }
.thk-strain-consent { display: flex; gap: .75rem; align-items: flex-start; padding: 1rem; background: var(--thk-soft); border: 1px solid var(--thk-border); border-radius: 14px; line-height: 1.55; }
.thk-strain-consent input { margin-top: .2rem; accent-color: #245f38; transform: scale(1.15); }
.thk-strain-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1rem; }
.thk-strain-button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: .75rem 1rem; color: var(--thk-text) !important; background: var(--thk-green); border: 1px solid #7ca746; border-radius: 12px; font-weight: 900; text-decoration: none; cursor: pointer; }
.thk-strain-button:hover,
.thk-strain-button:focus-visible { color: var(--thk-text) !important; background: #cdfb9c; transform: translateY(-1px); }
.thk-strain-button.is-secondary { background: #f1ecdc; border-color: #cbbf9f; }
.thk-strain-button.is-danger { background: #ffd6ce; border-color: #c57f72; }
.thk-strain-notice { margin-bottom: 1rem; padding: .85rem 1rem; color: var(--thk-text); border-radius: 12px; font-weight: 800; }
.thk-strain-notice.is-error { background: #ffd6ce; border: 1px solid #c57f72; }
.thk-strain-notice.is-success { background: #dff5d5; border: 1px solid #93bc84; }
.thk-strain-success { display: grid; gap: 1rem; max-width: 800px; margin: 4rem auto; text-align: center; }
.thk-strain-success p { margin-left: auto; margin-right: auto; }
.thk-strain-success-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto; color: #163520; background: var(--thk-green); border: 1px solid #7ca746; border-radius: 50%; font-size: 2rem; font-weight: 900; }
.thk-strain-success-details { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: .8rem; text-align: left; }
.thk-strain-success-details div { padding: .9rem 1rem; background: var(--thk-soft); border: 1px solid var(--thk-border); border-radius: 14px; }
.thk-strain-success-details span { display: block; color: var(--thk-muted); font-size: .8rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.thk-strain-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1rem; }
.thk-strain-filters a { padding: .55rem .8rem; color: var(--thk-text); background: #f1ecdc; border: 1px solid #cbbf9f; border-radius: 10px; font-weight: 900; text-decoration: none; }
.thk-strain-filters a.is-active { background: var(--thk-green); border-color: #7ca746; }
.thk-strain-review-list { display: grid; gap: 1rem; }
.thk-strain-review-card.is-selected { outline: 3px solid rgba(64,123,81,.22); }
.thk-strain-review-header { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-start; }
.thk-strain-review-header h2 { margin: .2rem 0 .3rem; }
.thk-strain-status { padding: .45rem .65rem; color: var(--thk-text); background: #ece8da; border: 1px solid #cbbf9f; border-radius: 9px; text-transform: uppercase; font-size: .78rem; letter-spacing: .04em; }
.thk-strain-status.is-pending { background: #fff1b8; border-color: #c9a84c; }
.thk-strain-status.is-approved { background: #dff5d5; border-color: #93bc84; }
.thk-strain-status.is-rejected { background: #ffd6ce; border-color: #c57f72; }
.thk-strain-review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: .75rem; margin: 1rem 0; }
.thk-strain-review-grid div { padding: .8rem; background: var(--thk-soft); border: 1px solid var(--thk-border); border-radius: 12px; }
.thk-strain-review-grid span { display: block; margin-bottom: .3rem; color: var(--thk-muted); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.thk-strain-review-photo img { display: block; width: min(100%,760px); max-height: 560px; margin: .75rem 0; object-fit: contain; border-radius: 14px; }
.thk-strain-review-copy { margin-top: .9rem; padding: .9rem; background: #fffef8; border-left: 4px solid #4c805b; border-radius: 10px; }
.thk-strain-review-copy h3 { margin: 0 0 .45rem; }
.thk-strain-review-copy p { margin: 0; line-height: 1.6; }
.thk-strain-linked { margin-top: 1rem; padding: .8rem; background: #dff5d5; border: 1px solid #93bc84; border-radius: 12px; }
.thk-strain-review-actions { margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--thk-border); }
.thk-strain-credit { margin-top: 1rem; padding: .8rem 1rem; color: #10140d; background: #eef6e7; border: 1px solid #abc39f; border-radius: 12px; }
@media (max-width: 760px) {
    .thk-strain-grid,
    .thk-strain-review-grid,
    .thk-strain-success-details,
    .thk-strain-negative-grid { grid-template-columns: 1fr; }
    .thk-strain-field.is-wide,
    .thk-strain-consent.is-wide { grid-column: auto; }
    .thk-strain-review-header { flex-direction: column; }
    .thk-strain-actions { flex-direction: column; }
    .thk-strain-button { width: 100%; }
}

.thk-package-details {
    padding: 1rem;
    color: var(--thk-text);
    background: var(--thk-soft);
    border: 1px solid var(--thk-border);
    border-radius: 14px;
}
.thk-package-details summary {
    color: var(--thk-text);
    font-weight: 900;
    cursor: pointer;
}
.thk-package-details > p {
    margin: .75rem 0 1rem;
    color: var(--thk-muted);
    line-height: 1.55;
}
.thk-package-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
.thk-package-raw { margin-top: .8rem; }
.thk-package-raw summary { cursor: pointer; font-weight: 900; }
.thk-package-raw pre {
    max-height: 300px;
    overflow: auto;
    padding: .85rem;
    color: #10140d;
    background: #f4f1e7;
    border: 1px solid #d6cfba;
    border-radius: 10px;
    white-space: pre-wrap;
    word-break: break-word;
}
@media (max-width:760px) {
    .thk-package-grid { grid-template-columns: 1fr; }
}
