:root {
    --gp-green: #159447;
    --gp-dark: #082c1b;
    --gp-ink: #17201b;
    --gp-muted: #66716b;
    --gp-line: #e4e9e6;
    --gp-soft: #f4f8f5;
    --gp-white: #fff;
    --gp-danger: #bd3131;
    --gp-radius: 18px
}

* {
    box-sizing: border-box
}

body.gp-blog-body {
    margin: 0;
    color: var(--gp-ink);
    background: #fff;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
    line-height: 1.6
}

a {
    color: inherit;
    text-decoration: none
}

.gp-container {
    width: min(1180px, calc(100% - 40px));
    margin: auto
}

.gp-container-narrow {
    width: min(760px, calc(100% - 40px));
    margin: auto
}

.gp-nav {
    height: 72px;
    border-bottom: 1px solid var(--gp-line);
    background: rgba(255, 255, 255, .96);
    position: sticky;
    top: 0;
    z-index: 50
}

.gp-nav-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.gp-brand {
    font-weight: 900;
    letter-spacing: -.6px;
    font-size: 21px;
    color: var(--gp-dark)
}

.gp-brand span {
    color: var(--gp-green)
}

.gp-nav nav {
    display: flex;
    gap: 25px;
    align-items: center
}

.gp-nav nav>a:not(.gp-btn):hover {
    color: var(--gp-green)
}

.gp-btn,
.gp-btn-secondary,
.gp-btn-danger {
    border: 0;
    border-radius: 999px;
    padding: 12px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font: inherit;
    font-weight: 750;
    cursor: pointer
}

.gp-btn {
    background: var(--gp-green);
    color: #fff
}

.gp-btn:hover {
    background: #0e7b39
}

.gp-btn-secondary {
    background: #fff;
    color: var(--gp-dark);
    border: 1px solid #cfd8d2
}

.gp-btn-danger {
    background: #fff0f0;
    color: var(--gp-danger);
    border: 1px solid #f1caca
}

.gp-btn-sm {
    padding: 8px 16px
}

.gp-full {
    width: 100%
}

.gp-alert {
    margin-top: 18px;
    padding: 13px 16px;
    border-radius: 10px
}

.gp-alert-success {
    background: #e8f8ee;
    color: #176839
}

.gp-alert-error {
    background: #fff0f0;
    color: #8e2929
}

.gp-kicker,
.gp-label {
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--gp-green)
}

.gp-blog-hero {
    padding: 76px 0 66px;
    background: radial-gradient(circle at 85% 15%, #1eaa5830, transparent 34%), var(--gp-dark);
    color: #fff
}

.gp-blog-hero h1 {
    font-family: Georgia, serif;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.04;
    letter-spacing: -2.5px;
    max-width: 820px;
    margin: 14px 0 18px
}

.gp-blog-hero p {
    font-size: 19px;
    color: #cfe2d7;
    max-width: 660px
}

.gp-search {
    margin-top: 30px;
    display: flex;
    max-width: 570px;
    background: #fff;
    border-radius: 999px;
    padding: 5px
}

.gp-search input {
    border: 0;
    outline: 0;
    flex: 1;
    padding: 10px 17px;
    font-size: 15px;
    background: transparent
}

.gp-search button {
    border: 0;
    background: var(--gp-green);
    color: #fff;
    border-radius: 999px;
    padding: 11px 22px;
    font-weight: 750
}

.gp-categories {
    display: flex;
    gap: 10px;
    overflow: auto;
    padding: 25px 0;
    border-bottom: 1px solid var(--gp-line);
    scrollbar-width: none
}

.gp-categories a {
    white-space: nowrap;
    border: 1px solid var(--gp-line);
    border-radius: 999px;
    padding: 8px 14px;
    font-size: 14px
}

.gp-categories a.active,
.gp-categories a:hover {
    background: var(--gp-dark);
    border-color: var(--gp-dark);
    color: #fff
}

.gp-featured {
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 46px;
    padding: 56px 0;
    border-bottom: 1px solid var(--gp-line)
}

.gp-featured-image,
.gp-card-image {
    background: linear-gradient(135deg, var(--gp-dark), var(--gp-green));
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900
}

.gp-featured-image {
    aspect-ratio: 16/10;
    border-radius: var(--gp-radius);
    font-size: 70px
}

.gp-featured-image img,
.gp-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.gp-featured-content {
    align-self: center
}

.gp-featured h2 {
    font-family: Georgia, serif;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.08;
    margin: 12px 0 16px;
    letter-spacing: -1.5px
}

.gp-featured h2 a:hover,
.gp-card h3 a:hover {
    color: var(--gp-green)
}

.gp-featured p,
.gp-card p {
    color: var(--gp-muted)
}

.gp-author-row {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 25px
}

.gp-author-row img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    background: var(--gp-soft)
}

.gp-author-row div {
    display: flex;
    flex-direction: column;
    line-height: 1.35
}

.gp-author-row strong {
    font-size: 14px
}

.gp-author-row span {
    font-size: 12px;
    color: var(--gp-muted)
}

.gp-author-large img {
    width: 48px;
    height: 48px
}

.gp-section {
    padding: 55px 0 75px
}

.gp-section-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 26px
}

.gp-section-head h2 {
    font: 700 34px/1.2 Georgia, serif;
    margin: 6px 0
}

.gp-section-head>span {
    color: var(--gp-muted)
}

.gp-post-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px
}

.gp-card {
    border: 1px solid var(--gp-line);
    border-radius: var(--gp-radius);
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.gp-card-image {
    aspect-ratio: 16/10;
    font-size: 15px;
    letter-spacing: 1.5px
}

.gp-card-body {
    padding: 22px;
    display: flex;
    flex-direction: column;
    flex: 1
}

.gp-card h3 {
    font: 700 24px/1.18 Georgia, serif;
    margin: 8px 0 9px
}

.gp-card p {
    font-size: 14px;
    margin: 0
}

.gp-card .gp-author-row {
    margin-top: auto;
    padding-top: 20px
}

.gp-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 38px
}

.gp-pagination a {
    width: 40px;
    height: 40px;
    border: 1px solid var(--gp-line);
    border-radius: 50%;
    display: grid;
    place-items: center
}

.gp-pagination a.active {
    background: var(--gp-dark);
    color: #fff
}

.gp-empty {
    text-align: center;
    padding: 80px 20px;
    background: var(--gp-soft);
    border-radius: var(--gp-radius);
    margin: 35px auto
}

.gp-empty h1,
.gp-empty h3 {
    font: 700 34px Georgia, serif;
    margin: 0 0 8px
}

.gp-empty p {
    color: var(--gp-muted)
}

.gp-article {
    padding-top: 70px
}

.gp-article-header h1,
.gp-review-preview h1 {
    font: 700 clamp(42px, 6vw, 67px)/1.05 Georgia, serif;
    letter-spacing: -2px;
    margin: 14px 0 17px
}

.gp-article-subtitle {
    font-size: 21px;
    color: var(--gp-muted);
    line-height: 1.5
}

.gp-article-cover {
    width: min(1050px, calc(100% - 40px));
    margin: 50px auto
}

/*
.gp-article-cover img {
    display: block;
    width: 100%;
    max-height: 640px;
    object-fit: cover;
    border-radius: var(--gp-radius)
}
*/

.gp-article-cover img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
    object-fit: contain;
    object-position: center top;
    border-radius: 18px;
}


.gp-article-content {
    font: 19px/1.82 Georgia, serif;
    color: #202723
}

.gp-article-content h2 {
    font-size: 34px;
    line-height: 1.25;
    margin-top: 45px
}

.gp-article-content h3 {
    font-size: 27px;
    margin-top: 35px
}

.gp-article-content blockquote {
    border-left: 4px solid var(--gp-green);
    font-size: 25px;
    font-style: italic;
    margin: 35px 0;
    padding: 7px 0 7px 25px
}

.gp-article-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px
}

.gp-article-content figure {
    margin: 35px 0
}

.gp-article-content figcaption {
    text-align: center;
    color: var(--gp-muted);
    font: 14px Inter, sans-serif;
    margin-top: 7px
}

.gp-article-content a {
    color: var(--gp-green);
    text-decoration: underline
}

.gp-article-footer {
    padding-top: 35px;
    padding-bottom: 70px
}

.gp-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.gp-tags span {
    background: var(--gp-soft);
    border-radius: 8px;
    padding: 7px 11px;
    font-size: 13px
}

.gp-share {
    border-top: 1px solid var(--gp-line);
    border-bottom: 1px solid var(--gp-line);
    padding: 20px 0;
    display: flex;
    align-items: center;
    gap: 13px
}

.gp-share strong {
    margin-right: auto
}

.gp-share button,
.gp-share a {
    border: 1px solid var(--gp-line);
    background: #fff;
    border-radius: 999px;
    padding: 8px 13px;
    font: inherit;
    font-size: 13px
}

.gp-report {
    margin-top: 22px;
    color: var(--gp-muted);
    font-size: 13px
}

.gp-report form {
    display: grid;
    gap: 10px;
    margin-top: 12px
}

.gp-report textarea {
    min-height: 90px;
    border: 1px solid var(--gp-line);
    border-radius: 10px;
    padding: 12px;
    font: inherit
}

.gp-footer {
    background: var(--gp-dark);
    color: #fff;
    padding: 35px 0
}

.gp-footer .gp-container {
    display: flex;
    justify-content: space-between
}

.gp-footer span {
    color: #b8cec1
}

.gp-dashboard-head {
    background: var(--gp-soft);
    padding: 46px 0
}

.gp-dashboard-head>.gp-container {
    display: flex;
    align-items: end;
    justify-content: space-between
}

.gp-dashboard-head h1 {
    font: 700 45px Georgia, serif;
    margin: 4px 0
}

.gp-dashboard-head p {
    color: var(--gp-muted);
    margin: 0
}

.gp-dashboard {
    padding: 34px 0 80px
}

.gp-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

.gp-stat {
    border: 1px solid var(--gp-line);
    border-radius: 14px;
    padding: 20px;
    display: flex;
    flex-direction: column
}

.gp-stat strong {
    font-size: 29px;
    color: var(--gp-dark)
}

.gp-stat span {
    font-size: 13px;
    color: var(--gp-muted)
}

.gp-filter-tabs {
    display: flex;
    gap: 25px;
    border-bottom: 1px solid var(--gp-line);
    margin: 35px 0 20px;
    overflow: auto
}

.gp-filter-tabs a {
    padding: 12px 0;
    white-space: nowrap;
    text-transform: capitalize;
    font-size: 14px
}

.gp-filter-tabs a.active {
    border-bottom: 3px solid var(--gp-green);
    color: var(--gp-green);
    font-weight: 750
}

.gp-table-wrap {
    overflow: auto
}

.gp-table {
    width: 100%;
    border-collapse: collapse
}

.gp-table th {
    text-align: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--gp-muted);
    padding: 13px;
    border-bottom: 1px solid var(--gp-line)
}

.gp-table td {
    padding: 16px 13px;
    border-bottom: 1px solid var(--gp-line);
    vertical-align: middle;
    font-size: 14px
}

.gp-table-title {
    display: flex;
    gap: 13px;
    min-width: 300px
}

.gp-table-title img {
    width: 70px;
    height: 52px;
    object-fit: cover;
    border-radius: 7px
}

.gp-table-title div {
    display: flex;
    flex-direction: column
}

.gp-table-title span {
    color: var(--gp-muted);
    font-size: 12px
}

.gp-table-title small {
    color: var(--gp-danger);
    max-width: 450px
}

.gp-status {
    display: inline-flex;
    border-radius: 999px;
    padding: 5px 9px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase
}

.gp-status-published {
    background: #e4f7eb;
    color: #17713c
}

.gp-status-pending {
    background: #fff5d9;
    color: #80600b
}

.gp-status-rejected {
    background: #ffeded;
    color: #9a2c2c
}

.gp-status-draft,
.gp-status-archived {
    background: #eef1ef;
    color: #5f6863
}

.gp-actions {
    display: flex;
    gap: 10px;
    align-items: center
}

.gp-actions a,
.gp-actions button {
    border: 0;
    background: none;
    color: var(--gp-green);
    font: inherit;
    cursor: pointer;
    padding: 0
}

.gp-editor-shell {
    min-height: calc(100vh - 72px)
}

.gp-editor-top {
    height: 70px;
    border-bottom: 1px solid var(--gp-line);
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 max(20px, calc((100vw - 1320px)/2));
    position: sticky;
    top: 72px;
    background: #fff;
    z-index: 40
}

.gp-editor-top>span {
    color: var(--gp-muted);
    font-size: 13px;
    margin-right: auto
}

.gp-editor-top>div {
    display: flex;
    gap: 8px
}

.gp-editor-layout {
    display: grid;
    grid-template-columns: minmax(0, 850px) 310px;
    justify-content: center;
    gap: 60px;
    padding: 50px 30px 100px
}

.gp-cover-picker {
    display: block;
    border-radius: 14px;
    overflow: hidden;
    background: var(--gp-soft);
    text-align: center;
    cursor: pointer;
    margin-bottom: 32px
}

.gp-cover-picker img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    display: block
}

.gp-cover-picker span {
    display: block;
    padding: 15px;
    color: var(--gp-muted)
}

.gp-title-input,
.gp-subtitle-input {
    width: 100%;
    resize: none;
    overflow: hidden;
    border: 0;
    outline: 0;
    padding: 0;
    background: transparent
}

.gp-title-input {
    font: 700 54px/1.08 Georgia, serif;
    letter-spacing: -1.5px
}

.gp-subtitle-input {
    font: 21px/1.45 Georgia, serif;
    color: var(--gp-muted);
    margin: 15px 0 25px
}

.gp-editor-toolbar {
    position: sticky;
    top: 154px;
    z-index: 20;
    display: flex;
    gap: 3px;
    border: 1px solid var(--gp-line);
    border-radius: 10px;
    padding: 5px;
    background: #fff;
    width: max-content;
    max-width: 100%;
    overflow: auto
}

.gp-editor-toolbar button {
    border: 0;
    background: #fff;
    padding: 7px 9px;
    border-radius: 6px;
    cursor: pointer
}

.gp-editor-toolbar button:hover {
    background: var(--gp-soft)
}

.gp-content-editor {
    min-height: 500px;
    outline: none;
    margin-top: 22px;
    font: 19px/1.8 Georgia, serif
}

.gp-content-editor:empty:before {
    content: attr(data-placeholder);
    color: #a5ada8
}

.gp-content-editor h2 {
    font-size: 34px;
    line-height: 1.25
}

.gp-content-editor img {
    max-width: 100%;
    height: auto
}

.gp-content-editor figure {
    margin: 32px 0
}

.gp-content-editor figcaption {
    font: 14px Inter, sans-serif;
    color: var(--gp-muted);
    text-align: center
}

.gp-editor-settings {
    border-left: 1px solid var(--gp-line);
    padding-left: 30px
}

.gp-editor-settings h3 {
    margin-top: 0
}

.gp-editor-settings label,
.gp-review-panel label {
    display: block;
    font-size: 13px;
    font-weight: 750;
    margin-bottom: 20px
}

.gp-editor-settings small {
    display: block;
    font-weight: 400;
    color: var(--gp-muted)
}

.gp-editor-settings input,
.gp-editor-settings textarea,
.gp-editor-settings select,
.gp-review-panel textarea {
    width: 100%;
    border: 1px solid var(--gp-line);
    border-radius: 9px;
    padding: 10px 12px;
    font: inherit;
    margin-top: 7px;
    background: #fff
}

.gp-editor-tips {
    background: var(--gp-soft);
    padding: 16px;
    border-radius: 10px;
    font-size: 13px;
    margin-bottom: 20px
}

.gp-editor-tips ul {
    padding-left: 18px;
    margin-bottom: 0
}

.gp-editor-note {
    background: #fff5d9;
    color: #6f5610;
    padding: 14px 25px;
    text-align: center
}

.gp-preview-modal {
    position: fixed;
    inset: 0;
    background: #fff;
    z-index: 100;
    overflow: auto;
    padding: 80px 20px
}

.gp-preview-modal>button {
    position: fixed;
    right: 25px;
    top: 20px;
    border: 0;
    background: var(--gp-dark);
    color: #fff;
    border-radius: 999px;
    padding: 10px 18px
}

.gp-preview-modal article {
    max-width: 760px;
    margin: auto
}

.gp-preview-modal h1 {
    font: 700 55px/1.1 Georgia, serif
}

.gp-preview-modal>article>p {
    font-size: 21px;
    color: var(--gp-muted)
}

.gp-review-list {
    display: grid;
    gap: 18px
}

.gp-review-card {
    border: 1px solid var(--gp-line);
    padding: 20px;
    border-radius: var(--gp-radius);
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 26px
}

.gp-review-card>img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    border-radius: 12px
}

.gp-review-card h2 {
    font: 700 28px Georgia, serif;
    margin: 5px 0
}

.gp-review-card p {
    color: var(--gp-muted)
}

.gp-review-card .gp-btn-secondary {
    margin-top: 20px
}

.gp-review-page {
    display: grid;
    grid-template-columns: 330px minmax(0, 820px);
    gap: 65px;
    max-width: 1250px;
    margin: auto;
    padding: 45px 30px 90px
}

.gp-review-panel {
    position: sticky;
    top: 100px;
    align-self: start
}

.gp-review-panel h2 {
    font: 700 30px Georgia, serif
}

.gp-review-panel dl {
    display: grid;
    grid-template-columns: 90px 1fr;
    font-size: 13px
}

.gp-review-panel dt {
    color: var(--gp-muted)
}

.gp-review-panel dd {
    margin: 0 0 12px
}

.gp-review-actions {
    display: grid;
    gap: 8px
}

.gp-review-preview {
    border-left: 1px solid var(--gp-line);
    padding-left: 60px
}

.gp-review-cover {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
    border-radius: 14px;
    margin: 25px 0
}

.gp-report-count {
    background: #fff;
    border: 1px solid var(--gp-line);
    padding: 10px 15px;
    border-radius: 999px
}

@media(max-width:900px) {
    .gp-post-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .gp-featured {
        grid-template-columns: 1fr;
        gap: 25px
    }

    .gp-editor-layout {
        grid-template-columns: 1fr;
        padding: 35px 20px
    }

    .gp-editor-settings {
        border-left: 0;
        border-top: 1px solid var(--gp-line);
        padding: 30px 0
    }

    .gp-review-page {
        grid-template-columns: 1fr
    }

    .gp-review-panel {
        position: static
    }

    .gp-review-preview {
        border-left: 0;
        padding-left: 0
    }

    .gp-stat-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:620px) {

    .gp-container,
    .gp-container-narrow {
        width: min(100% - 28px, 1180px)
    }

    .gp-nav {
        height: 64px
    }

    .gp-nav nav>a:not(.gp-btn) {
        display: none
    }

    .gp-blog-hero {
        padding: 54px 0
    }

    .gp-blog-hero h1 {
        font-size: 43px;
        letter-spacing: -1.5px
    }

    .gp-search {
        border-radius: 14px
    }

    .gp-search button {
        padding: 10px 14px
    }

    .gp-post-grid {
        grid-template-columns: 1fr
    }

    .gp-featured {
        padding: 35px 0
    }

    .gp-featured h2 {
        font-size: 34px
    }

    .gp-section {
        padding: 40px 0
    }

    .gp-article {
        padding-top: 45px
    }

    .gp-article-header h1 {
        font-size: 42px
    }

    .gp-article-cover {
        width: 100%;
        margin: 35px 0
    }

    .gp-article-cover img {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .gp-article-content {
        font-size: 18px
    }

    .gp-share {
        flex-wrap: wrap
    }

    .gp-share strong {
        width: 100%
    }

    .gp-footer .gp-container,
    .gp-dashboard-head>.gp-container {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px
    }

    .gp-editor-top {
        top: 64px;
        padding: 8px 14px;
        height: auto;
        flex-wrap: wrap
    }

    .gp-editor-top>span {
        display: none
    }

    .gp-editor-top>div {
        margin-left: auto
    }

    .gp-title-input {
        font-size: 42px
    }

    .gp-editor-toolbar {
        top: 125px
    }

    .gp-stat-grid {
        grid-template-columns: 1fr 1fr
    }

    .gp-review-card {
        grid-template-columns: 1fr
    }

    .gp-review-card>img {
        height: 220px
    }

    .gp-review-page {
        padding: 30px 16px
    }

    .gp-table th:nth-child(3),
    .gp-table td:nth-child(3) {
        display: none
    }
}