.global-page { --site-font: Arial, 'Noto Sans', sans-serif; background: #f5f3ed; color: #27312b; font-family: var(--site-font); line-height: 1.65; }
.global-page .breadcrumbs { font-size: .85rem; }
.global-page .container { max-width: 1080px; width: min(100% - 32px, 1080px); margin: auto; }
.global-page .global-header { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 24px 0; border-bottom: 1px solid #d6d9cf; }
.global-page .brand { color: #27312b; font-size: 1.5rem; font-weight: 700; text-decoration: none; }
.global-page .brand-note { margin: 2px 0 0; font-size: .85rem; }
.global-page h1, .global-page h2, .global-page h3, .global-page p { overflow-wrap: anywhere; }
.global-page h1 { font-size: clamp(1.9rem, 4vw, 3.1rem); line-height: 1.2; margin: 12px 0 20px; max-width: 950px; letter-spacing: -.025em; }
.global-page h2 { font-size: 1.35rem; line-height: 1.4; }
.global-page h3 { font-size: 1.05rem; }
.global-hero { padding: 40px 0 24px; max-width: 850px; }
.global-hero p { font-size: 1.1rem; }
.global-tools { display: flex; flex-wrap: wrap; gap: 8px 18px; padding: 16px 0; font-size: .875rem; }
.global-page a { color: #24553d; text-underline-offset: 3px; }
.global-workspace { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 20px; align-items: start; margin: 12px 0 40px; }
.global-panel { padding: 26px; background: #fffdf9; border: 1px solid #d2d8cb; border-radius: 10px; min-width: 0; }
.global-panel h2 { margin-top: 0; }
.global-page fieldset { border: 0; margin: 0 0 20px; padding: 0; min-width: 0; }
.global-page legend { font-weight: 600; margin-bottom: 8px; }
.global-date-fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px; }
.global-page label { display: block; font-size: .875rem; margin-bottom: 12px; }
.global-page input:not([type=radio]):not([type=checkbox]), .global-page select { box-sizing: border-box; display: block; width: 100%; min-width: 0; min-height: 46px; margin-top: 5px; padding: 10px; border: 1px solid #a6b09f; border-radius: 5px; background: white; color: #26382b; font: inherit; }
.global-page .global-checkbox { display: flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 12px; cursor: pointer; }
.global-checkbox input { width: 20px; height: 20px; flex: 0 0 auto; }
.global-page input:focus-visible, .global-page select:focus-visible, .global-page button:focus-visible { outline: 2px solid #32634c; outline-offset: 2px; }
.global-page .global-options { display: flex; flex-wrap: wrap; gap: 10px 18px; }
.global-options label { display: inline-flex; gap: 7px; align-items: center; }
.global-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.global-page button { min-height: 44px; padding: 10px 18px; border: 1px solid #325d40; border-radius: 5px; font: inherit; cursor: pointer; background: #325d40; color: white; }
.global-page button[type=reset], .global-page .secondary { background: transparent; color: #325d40; }
.global-page button:disabled { opacity: .55; cursor: not-allowed; }
.global-page .small { font-size: .85rem; }
.global-error { color: #a02929; font-weight: 600; }
.global-result-row { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 6px 16px; padding: 13px 0; border-bottom: 1px solid #dce0d6; }
.global-result-row dt { font-size: .9rem; }
.global-result-row dd { margin: 0; font-weight: 600; }
.global-result-row:first-child dd { font-size: 1.4rem; }
.global-copy { max-width: 820px; }
.global-copy section { margin: 32px 0; }
.global-copy details { padding: 15px 0; border-top: 1px solid #d2d8cb; }
.global-copy summary { cursor: pointer; font-weight: 600; min-height: 32px; }
.global-footer { padding: 30px 0; border-top: 1px solid #d6d9cf; margin-top: 44px; }
.global-footer nav { display: flex; flex-wrap: wrap; gap: 12px 20px; }
.global-page .cookie-banner { display: none; position: fixed; bottom: 16px; inset-inline: 16px; max-width: 700px; margin: auto; padding: 20px; background: #fffdf9; border: 1px solid #a6b09f; border-radius: 8px; z-index: 50; box-shadow: 0 4px 24px #0002; }
.global-page .cookie-banner.show { display: block; }
.global-page [hidden] { display: none !important; }
@media (max-width: 700px) {
    .global-workspace { grid-template-columns: minmax(0, 1fr); }
    .global-panel { padding: 20px 16px; }
    .global-header .brand-note { max-width: 190px; }
    .global-date-fields { gap: 7px; }
}
