@charset "UTF-8";
:root { font-family: "Segoe UI", Arial, sans-serif; color: #17251f; background: #f7f9f6; font-synthesis: none; --green: #23634b; --lime: #d7f394; --muted: #68766c; --border: #dfe6df; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--green); }
button, input, select { font: inherit; }
button, .button { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 21px; border: 1px solid transparent; border-radius: 10px; background: var(--green); color: white; cursor: pointer; font-size: 14px; font-weight: 600; line-height: 1.4; transition: background .18s, transform .18s; }
button:hover, .button:hover { background: #174e39; color: white; }
button:active, .button:active { transform: translateY(1px); }
button:disabled { opacity: .5; cursor: not-allowed; }
button.secondary, .button.secondary { color: var(--green); background: #edf3e9; border-color: #d5dfce; }
button.secondary:hover, .button.secondary:hover { background: #dfead8; }
button.text-button { background: transparent; color: #38493d; padding-inline: 8px; }
input, select { max-width: 100%; min-height: 44px; padding: 10px 12px; border: 1px solid #cdd8ce; border-radius: 9px; background: #fff; color: #223c2d; }
input[type=checkbox] { min-height: auto; width: 17px; height: 17px; accent-color: var(--green); vertical-align: middle; }
label { display: block; margin: 14px 0; font-size: 14px; line-height: 1.6; }
label input:not([type=checkbox]), label select { display: block; width: 100%; margin-top: 7px; }
:focus-visible { outline: 3px solid #668b39; outline-offset: 4px; }
header { background: #fff; border-bottom: 1px solid var(--border); }
nav, main, footer { max-width: 1240px; margin-inline: auto; padding-inline: 40px; }
nav { min-height: 90px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: 26px; font-weight: 750; letter-spacing: -1.4px; white-space: nowrap; }
.brand-mark { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--green); color: var(--lime); font-size: 30px; padding-bottom: 5px; }
.brand-dot { align-self: flex-start; padding-top: 4px; font-size: 11px; letter-spacing: 0; }
.nav-links, .nav-actions { display: flex; align-items: center; gap: 22px; font-size: 13px; font-weight: 600; }
.nav-links { margin-right: auto; }
.nav-links a[aria-current=page] { color: var(--green); text-decoration: underline; text-underline-offset: 7px; }
.nav-actions { gap: 12px; }
#language { border: 0; background: #f4f7f2; padding: 8px; font-size: 12px; }
main { min-height: 55vh; }
h1, h2, h3, p { overflow-wrap: anywhere; }
h1 { font-size: clamp(34px, 4.5vw, 58px); line-height: 1.12; letter-spacing: -2.6px; font-weight: 650; white-space: pre-line; margin: 20px 0; }
h2 { font-size: clamp(25px, 3vw, 34px); letter-spacing: -1px; line-height: 1.2; font-weight: 650; margin: 0 0 14px; }
h3 { font-size: 18px; line-height: 1.35; margin: 18px 0 10px; }
p { line-height: 1.75; }
.muted { color: var(--muted); }
.small { font-size: 13px; }
.eyebrow { color: var(--green); font-size: 11px; letter-spacing: 2px; font-weight: 700; }
.row { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.between { justify-content: space-between; }
.account-row { font-size: 13px; }
.account-row:has(#account:empty):has(#logout[hidden]) { display: none; }
.account-row:not(:has(#account:empty)) { margin-top: 20px; }
#account { overflow-wrap: anywhere; }
.hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 40px; align-items: center; padding: 60px 0 68px; }
.hero-copy { padding-bottom: 10px; }
.hero-intro { color: var(--muted); max-width: 490px; font-size: 16px; margin: 24px 0 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--green); font-size: 14px; font-weight: 600; }
.text-link::after { content: '↗'; font-size: 19px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 29px; color: var(--muted); font-size: 11px; }
.hero-tags span { border-right: 1px solid #d0d9ce; padding-right: 10px; }
.hero-tags span:last-child { border: 0; }
.hero-art { position: relative; min-height: 390px; display: grid; place-items: center; overflow: hidden; border-radius: 30px; background: radial-gradient(ellipse at 55% 40%, #f0f8ce, #e1ebd8 75%); }
.orbit { position: absolute; width: 370px; height: 370px; border: 1px solid #becdad; border-radius: 50%; }
.orbit-two { width: 490px; height: 490px; }
.preview-card { position: relative; width: 230px; padding: 22px; transform: rotate(-7deg); background: #fff; border: 1px solid #e9eee5; border-radius: 18px; box-shadow: 0 24px 60px #3a523022; }
.preview-top { display: flex; align-items: center; gap: 8px; font-size: 9px; letter-spacing: 1px; color: var(--green); }
.mini-mark { font-size: 20px; font-weight: 800; letter-spacing: -2px; }
.preview-dot { margin-left: auto; width: 7px; height: 7px; border-radius: 50%; background: #85a35f; }
.file-icon { position: relative; display: flex; align-items: center; justify-content: center; margin-top: 25px; width: 58px; height: 67px; background: #eff5e9; border-radius: 8px 18px 8px 8px; color: var(--green); font-size: 13px; font-weight: 700; }
.file-icon span { position: absolute; bottom: -4px; right: -9px; display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--green); color: #fff; }
.preview-card h3 { font-size: 17px; }
.file-lines i { display: block; background: #edf1ea; width: 90%; height: 5px; margin-top: 8px; border-radius: 3px; }
.file-lines i:nth-child(2) { width: 70%; }
.file-lines i:nth-child(3) { width: 80%; }
.preview-footer { display: flex; gap: 9px; align-items: center; border-top: 1px solid #edf1ea; padding-top: 15px; margin-top: 25px; font-size: 11px; color: var(--green); }
.floating-symbol { position: absolute; display: grid; place-items: center; z-index: 1; width: 58px; height: 58px; border-radius: 16px; background: var(--green); color: var(--lime); box-shadow: 0 10px 30px #233e2320; font-size: 30px; }
.symbol-mail { left: 30px; top: 70px; transform: rotate(-14deg); }
.symbol-chat { right: 25px; bottom: 80px; background: var(--lime); color: var(--green); transform: rotate(12deg); }
.art-caption { position: absolute; bottom: 17px; font-size: 8px; letter-spacing: 3px; color: #677857; }
.section-heading { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 25px; }
.section-heading p { margin: 0; font-size: 14px; }
.grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; }
.card { padding: 25px; border: 1px solid var(--border); border-radius: 16px; background: #fff; }
.category-card { display: flex; flex-direction: column; gap: 6px; transition: border-color .2s, box-shadow .2s, transform .2s; }
.category-card:hover { border-color: #9aad86; box-shadow: 0 9px 26px #3b57300c; transform: translateY(-3px); }
.category-card .category-icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 13px; background: #edf2e8; color: var(--green); font-size: 22px; font-weight: 650; }
.category-card:nth-child(3n+2) .category-icon { background: #e8edf6; color: #526a97; }
.category-card:nth-child(3n) .category-icon { background: #f7eee3; color: #986b42; }
.category-card h3 { margin: 12px 0 0; font-size: 20px; }
.category-card p { color: var(--muted); font-size: 13px; margin: 0 0 16px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.category-card .text-link { margin-top: auto; font-size: 12px; }
.guide-section { margin: 76px 0; }
.steps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px; margin-top: 32px; }
.step { padding-top: 24px; border-top: 1px solid #cad7c4; }
.step-number { font-size: 12px; color: var(--green); background: #e7efdf; border-radius: 50%; display: grid; place-items: center; width: 34px; height: 34px; }
.step p { font-size: 14px; color: var(--muted); }
.help-banner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; background: #e9f0e1; border-radius: 20px; padding: 32px; margin: 55px 0; }
.help-banner h2 { font-size: 25px; }
.help-banner p { color: #627454; font-size: 14px; margin-bottom: 0; }
footer { border-top: 1px solid var(--border); padding-top: 40px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 30px; }
.footer-grid h3 { font-size: 13px; margin: 0 0 14px; }
.footer-grid>div>a:not(.brand) { display: block; font-size: 13px; color: var(--muted); margin: 12px 0; }
.footer-grid p { font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; color: #82907e; border-top: 1px solid var(--border); margin-top: 32px; padding: 23px 0; font-size: 11px; }
.page-heading { padding: 48px 0 25px; max-width: 760px; }
.page-heading h1 { font-size: clamp(34px,4vw,49px); }
.breadcrumb { font-size: 13px; color: var(--muted); }
#filters { align-items: end; gap: 20px; margin-bottom: 24px; }
#filters label { margin: 0; }
#filters .search-field { flex: 1; min-width: 180px; }
#filters .stock-field { display: flex; gap: 8px; align-items: center; min-height: 44px; }
.item-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.item-grid .card { display: flex; flex-direction: column; align-items: flex-start; }
.item-grid h2 { font-size: 20px; letter-spacing: -.4px; }
.item-grid .card>button { margin-top: auto; width: 100%; }
.item-grid details { width: 100%; }
.description, .terms { white-space: pre-line; overflow-wrap: anywhere; line-height: 1.85; }
.description { font-size: 14px; padding-top: 12px; }
.terms { background: #f3f6ef; border-radius: 10px; padding: 20px; font-size: 14px; }
.tiers { display: flex; gap: 8px; flex-wrap: wrap; margin: 22px 0; }
.tier { border: 1px solid #e1e8db; background: #f5f8f1; border-radius: 7px; padding: 9px 11px; font-size: 13px; }
.price { font-size: 26px; font-weight: 650; color: var(--green); }
.notice { border: 1px solid #eadbb6; color: #715620; background: #fff8e8; padding: 18px; border-radius: 12px; font-size: 14px; }
.error { color: #933b34; background: #fff0ed; border: 1px solid #f1d3cc; padding: 16px; border-radius: 12px; line-height: 1.65; }
.success { color: var(--green); background: #eff7e7; padding: 15px; border-radius: 10px; }
.empty-state, .loading-state { grid-column: 1 / -1; padding: 45px 25px; text-align: center; border: 1px dashed #cdd8c6; border-radius: 16px; color: var(--muted); }
.loading-state::before { content: ''; display: block; width: 24px; height: 24px; border: 2px solid #d5dfcf; border-top-color: var(--green); border-radius: 50%; margin: 0 auto 14px; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.guide-layout, .rules-layout { display: grid; grid-template-columns: 1fr 2fr; gap: 28px; margin-top: 48px; align-items: start; }
.rules-layout { grid-template-columns: 2fr 1fr; margin-top: 10px; }
.guide-aside { background: #e9f0e1; padding: 28px; border-radius: 16px; }
.guide-aside h2 { font-size: 24px; }
.guide-aside p { font-size: 14px; color: #566a4b; }
.guide-articles .card { margin-bottom: 16px; }
.guide-articles h2 { font-size: 23px; }
.guide-articles p { color: var(--muted); font-size: 14px; }
.article-number { color: #819578; font-size: 12px; display: block; margin-bottom: 16px; }
.rules-panel .terms { background: transparent; padding: 0; font-size: 16px; }
.faq { max-width: 840px; margin: 55px auto; }
.faq details { border-bottom: 1px solid var(--border); padding: 20px 0; }
summary { cursor: pointer; font-size: 14px; font-weight: 600; line-height: 1.6; }
.faq p { color: var(--muted); font-size: 14px; }
dialog { color: #17251f; border: 1px solid var(--border); border-radius: 20px; max-width: 620px; width: calc(100% - 28px); padding: 30px; max-height: 90vh; overflow: auto; box-shadow: 0 25px 100px #17251f35; }
dialog::backdrop { background: #12251bb3; backdrop-filter: blur(4px); }
dialog h2 { padding-right: 40px; font-size: 26px; margin-top: 6px; }
.close { float: right; background: #f0f4eb; color: var(--green); padding: 7px 13px; font-size: 20px; }
#auth-toggle { margin-top: 12px; }
.pager { display: flex; align-items: center; justify-content: center; gap: 16px; margin: 30px 0; font-size: 14px; }
#orders .card { margin-bottom: 16px; }
#orders-section { padding-top: 40px; }
[hidden], .hidden { display: none !important; }
#message:empty { display: none; }
.skip-link { position: absolute; top: -100px; left: 20px; padding: 14px; background: white; z-index: 10; }
.skip-link:focus { top: 10px; }
@media (max-width: 1050px) { nav { flex-wrap: wrap; gap: 15px 25px; padding-block: 18px; } .nav-links { order: 3; width: 100%; justify-content: center; padding-top: 12px; border-top: 1px solid var(--border); } .nav-actions { margin-left: auto; } .hero { gap: 25px; } .symbol-mail { left: 12px; } .symbol-chat { right: 10px; } }
@media (max-width: 760px) { nav, main, footer { padding-inline: 22px; } .hero { grid-template-columns: 1fr; padding-top: 35px; } .hero-copy { max-width: 570px; } .hero-art { min-height: 340px; } .grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .steps { gap: 20px; } .guide-layout, .rules-layout { grid-template-columns: 1fr; } .help-banner { padding: 26px; } .item-grid { grid-template-columns: 1fr; } .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 15px; } }
@media (max-width: 480px) { nav, main, footer { padding-inline: 16px; } nav { gap: 16px 10px; } .brand { font-size: 23px; } .brand-mark { width: 32px; height: 32px; font-size: 25px; } .nav-actions { gap: 5px; } .nav-actions button { font-size: 11px; padding: 9px 8px; } .nav-actions #language { font-size: 11px; min-height: 36px; padding: 5px; } .nav-links { gap: 16px; font-size: 11px; } h1 { letter-spacing: -1.5px; } .hero { padding-bottom: 42px; } .hero-art { min-height: 320px; } .grid { grid-template-columns: 1fr; } .steps { grid-template-columns: 1fr; gap: 12px; } .step { display: grid; grid-template-columns: 34px 1fr; gap: 0 16px; } .step h3 { margin-top: 5px; } .step p { grid-column: 2; margin-top: 0; } .section-heading { align-items: start; flex-direction: column; } .guide-section { margin-block: 45px; } .footer-grid { grid-template-columns: 1fr 1fr; } .footer-grid>div:first-child { grid-column: 1 / -1; } .card { padding: 21px; } #filters { flex-direction: column; align-items: stretch; } #filters label { width: 100%; } .help-banner .row { width: 100%; } .help-banner .button { flex: 1; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before { animation: none !important; transition: none !important; } }

/* Item details */
.item-title-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.item-excerpt { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 14px; }
.item-details-link { width: 100%; margin-top: auto; }
.item-detail-page { padding-top: 36px; }
.detail-breadcrumbs { display: flex; flex-wrap: wrap; gap: 12px; font-size: 13px; color: var(--muted); }
.detail-heading { max-width: 960px; margin-top: 28px; }
.detail-heading h1 { font-size: clamp(28px, 3.5vw, 44px); letter-spacing: -1.5px; }
.detail-navigation { display: flex; flex-wrap: wrap; gap: 12px 25px; border-bottom: 1px solid var(--border); padding: 12px 0 22px; margin-bottom: 26px; font-size: 14px; font-weight: 600; color: var(--green); }
.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: 26px; align-items: start; }
.detail-sections { min-width: 0; }
.detail-section { margin-bottom: 20px; scroll-margin-top: 20px; }
.detail-section h2 { font-size: 25px; }
.detail-section p { font-size: 14px; }
.rich-description { overflow-wrap: anywhere; line-height: 1.8; font-size: 15px; white-space: pre-line; }
.rich-description a { color: var(--green); text-decoration: underline; }
.rich-description pre { white-space: pre-wrap; background: #f4f7ef; padding: 15px; border-radius: 8px; }
.rich-description ul, .rich-description ol { white-space: normal; padding-left: 24px; }
.rich-description blockquote { margin-inline: 0; padding-left: 18px; border-left: 3px solid #c1d6b0; }
.purchase-panel { position: sticky; top: 24px; }
.purchase-panel h2 { font-size: 24px; }
.purchase-panel button { width: 100%; }
.purchase-panel .price { margin-block: 14px; }
.purchase-panel .notice { margin-bottom: 0; font-size: 12px; }
.stock-badge { display: inline-block; color: var(--green); background: #edf4e5; padding: 5px 11px; border-radius: 6px; font-size: 13px; }
.price-table { width: 100%; border-collapse: collapse; font-size: 13px; margin: 18px 0; }
.price-table caption { text-align: left; font-weight: 600; margin-bottom: 12px; }
.price-table th, .price-table td { text-align: left; padding: 10px 4px; border-bottom: 1px solid var(--border); }
.price-table th:last-child, .price-table td:last-child { text-align: right; }
.price-table th { color: var(--muted); font-weight: 500; }
.purchase-steps { padding-left: 23px; }
.purchase-steps li { padding-left: 6px; }
.purchase-steps li::marker { color: var(--green); font-weight: 700; }
.purchase-steps h3 { font-size: 16px; margin-bottom: 5px; }
.purchase-steps p { margin-top: 0; color: var(--muted); }
#item-detail>.empty-state .text-link { display: block; margin-top: 20px; }
@media (max-width: 900px) { .detail-layout { grid-template-columns: minmax(0, 1fr) 300px; gap: 18px; } }
@media (max-width: 700px) { .detail-layout { display: flex; flex-direction: column; } .purchase-panel { position: static; order: -1; width: 100%; } .detail-sections { width: 100%; } .detail-navigation { font-size: 12px; gap: 12px 18px; } }
