:root{--bg-primary: #f3f4f6;--bg-section: #ffffff;--bg-name: #eff6ff;--bg-buttons: #e5e7eb;--bg-note: #f5f5dc;--text-primary: #1f2937;--text-secondary: #4b5563;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .1)}.dark{--bg-primary: #1f2937;--bg-section: #374151;--bg-name: #1e3a8a;--bg-buttons: #4b5563;--bg-note: #4a4532;--text-primary: #e5e7eb;--text-secondary: #d1d5db;--shadow: 0 4px 6px -1px rgba(0, 0, 0, .5)}body{background-color:var(--bg-primary);display:flex;flex-direction:column;align-items:stretch}.bg-beige-100{background-color:var(--bg-note)}.show_image{background-color:var(--bg-section)}.section-name,.section-locate{background-color:var(--bg-name)}.section-buttons{background-color:var(--bg-buttons)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.shadow-custom{box-shadow:var(--shadow)}.show_image img{max-width:100%;height:auto}@media(max-width:430px){.show_image{max-width:380px}}@media(min-width:431px)and (max-width:1024px){.show_image{max-width:800px}}@media(min-width:1025px){.show_image{max-width:720px}}.button-container{width:100%;max-width:none;display:flex;justify-content:center}.section-buttons{width:-moz-fit-content;width:fit-content;max-width:100%}@media(max-width:640px){.section-buttons{width:100%}}
