:root{--primary: #1a365d;--accent: #e85d04;--success: #059669;--text: #1f2937;--light-bg: #f8fafc}*{box-sizing: border-box;margin: 0;padding: 0}body{font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;line-height: 1.6;color: var(--text);background: white}.no-print{background: var(--primary);color: white;padding: 1rem 2rem;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 1rem}.no-print a{color: white;text-decoration: none;font-weight: 600}.btn-print{background: var(--accent);color: #1a1a1a;border: none;padding: 0.75rem 1.5rem;font-size: 1rem;font-weight: 700;border-radius: 6px;cursor: pointer;display: inline-flex;align-items: center;gap: 0.5rem}.btn-print:hover{background: #c74d03}.guide-container{max-width: 800px;margin: 0 auto;padding: 2rem}.guide-header{text-align: center;padding-bottom: 2rem;border-bottom: 3px solid var(--primary);margin-bottom: 2rem}.guide-header h1{color: var(--primary);font-size: 2rem;margin-bottom: 0.5rem}.guide-header .subtitle{color: #666;font-size: 1.1rem}.guide-header .org{color: var(--accent-text);font-weight: 700;margin-top: 1rem}h2{color: var(--primary);font-size: 1.4rem;margin: 2rem 0 1rem;padding-bottom: 0.5rem;border-bottom: 2px solid var(--accent)}h3{color: var(--primary);font-size: 1.1rem;margin: 1.5rem 0 0.75rem}.checklist{list-style: none;padding: 0}.checklist li{padding: 0.75rem 0 0.75rem 2.5rem;position: relative;border-bottom: 1px solid #e5e7eb}.checklist li::before{content: '';position: absolute;left: 0;top: 0.85rem;width: 1.25rem;height: 1.25rem;border: 2px solid var(--primary);border-radius: 3px}.checklist li strong{color: var(--primary)}.info-box{background: var(--light-bg);border-left: 4px solid var(--primary);padding: 1rem 1.25rem;margin: 1rem 0}.info-box.warning{border-left-color: var(--accent);background: #fff7ed}.info-box.success{border-left-color: var(--success);background: #ecfdf5}.two-column{display: grid;grid-template-columns: 1fr 1fr;gap: 1.5rem;margin: 1rem 0}.column-box{background: var(--light-bg);padding: 1rem;border-radius: 6px}.column-box :is(h3, h4){color: var(--accent);font-size: 0.9rem;text-transform: uppercase;letter-spacing: 0.5px;margin-bottom: 0.75rem}.column-box ul{margin: 0;padding-left: 1.25rem}.column-box li{margin-bottom: 0.5rem;font-size: 0.95rem}.resources{background: var(--primary);color: white;padding: 1.5rem;border-radius: 8px;margin-top: 2rem}.resources h3{color: white;margin-top: 0}.resources a{color: #93c5fd}.resources ul{margin: 0;padding-left: 1.25rem}.resources li{margin-bottom: 0.5rem}.footer-note{text-align: center;margin-top: 2rem;padding-top: 1.5rem;border-top: 2px solid #e5e7eb;color: #666;font-size: 0.85rem}.footer-note strong{color: var(--primary)}@media print{.no-print{display: none !important}body{font-size: 11pt}.guide-container{max-width: 100%;padding: 0}.guide-header{padding-bottom: 1rem;margin-bottom: 1rem}.guide-header h1{font-size: 18pt}h2{font-size: 14pt;margin: 1.5rem 0 0.75rem;page-break-after: avoid}h3{font-size: 12pt;page-break-after: avoid}.checklist li{padding: 0.5rem 0 0.5rem 2rem}.checklist li::before{width: 1rem;height: 1rem;top: 0.6rem}.two-column{grid-template-columns: 1fr 1fr;gap: 1rem}.info-box, .column-box, .resources{break-inside: avoid}.resources{background: #f3f4f6 !important;color: black !important;-webkit-print-color-adjust: exact;print-color-adjust: exact}.resources h3{color: var(--primary) !important}.resources a{color: var(--primary) !important}}@media (max-width: 600px){.two-column{grid-template-columns: 1fr}.guide-container{padding: 1rem}}.checklist-interactive li{padding-left: 0;display: flex;align-items: flex-start;gap: 0.75rem;cursor: pointer}.checklist-interactive li::before{content: none}.checklist-interactive input[type="checkbox"]{flex: 0 0 auto;width: 1.25rem;height: 1.25rem;margin: 0.15rem 0 0;accent-color: var(--primary);cursor: pointer}.checklist-interactive label{cursor: pointer;line-height: 1.5}.checklist-interactive input:checked + label{color: var(--primary)}.checklist-interactive input:focus-visible{outline: 3px solid var(--accent);outline-offset: 2px}.checklist-progress{font-weight: 600;color: var(--primary);margin: 0.5rem 0 1.5rem}.checklist-actions{margin: 0.5rem 0 1rem}.checklist-reset{background: none;border: 1px solid var(--primary);color: var(--primary);padding: 0.4rem 0.9rem;border-radius: 6px;font: inherit;font-size: 0.9rem;cursor: pointer}.checklist-reset:hover{background: var(--primary);color: #fff}.checklist-reset[hidden]{display: none}#affected-result ul{margin: 0.6rem 0 0;padding-left: 1.2rem}#affected-result li{margin-bottom: 0.3rem}#affected-result a{color: var(--primary);font-weight: 600}.guide-container a{color: var(--primary)}.guide-container .resources a{color: #93c5fd}