.theme-text{color:var(--page-text);transition:color .3s}.theme-text-secondary{color:var(--page-text-secondary);transition:color .3s}.theme-heading{color:var(--page-heading);transition:color .3s}.theme-bg{background:var(--page-bg);transition:background .3s}.theme-bg-gradient{background:linear-gradient(180deg,var(--page-bg-gradient-start),var(--page-bg-gradient-end));transition:background .3s}.theme-card{transition:all .3s;background:var(--page-card-bg)!important;border-color:var(--page-card-border)!important}.theme-card:hover{box-shadow:0 10px 25px var(--page-shadow-lg);background:var(--page-card-hover)!important}.theme-input{transition:all .3s;background:var(--page-input-bg)!important;border-color:var(--page-input-border)!important;color:var(--page-input-text)!important}.theme-input::placeholder{color:var(--page-text-secondary);opacity:.6}.theme-input:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a;border-color:var(--accent)!important}
.legal-page-container{background:var(--bg-primary);min-height:100vh;padding:2rem 0;transition:background-color .3s}.legal-content{background:var(--card-bg);border:1px solid var(--border);border-radius:16px;max-width:900px;margin:0 auto;padding:0 1.5rem;transition:all .3s;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.legal-header{background:linear-gradient(135deg,var(--accent),var(--accent-hover),#04869d);color:#fff;text-align:center;margin:0 -1.5rem 2rem;padding:3rem 1rem;transition:all .3s}.legal-title{text-shadow:0 2px 4px #0000004d;color:#fff;margin:0 0 1rem;font-size:2rem;font-weight:700}.legal-subtitle{opacity:.9;color:#fff;margin:0 0 1.5rem;font-size:1.125rem;font-weight:500}.legal-intro{opacity:.95;color:#fff;max-width:700px;margin:0 auto;font-size:1.125rem;line-height:1.6}.legal-toc{background:var(--bg-secondary);border:2px solid var(--border);border-radius:12px;margin:0 0 2rem;padding:1.5rem;transition:all .3s}.legal-toc h2{color:var(--text-primary);align-items:center;gap:.5rem;margin:0 0 1rem;font-size:1.25rem;font-weight:600;display:flex}.legal-toc h2:before{content:"📋";font-size:1.125rem}.legal-toc ul{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:.75rem;margin:0;padding:0;list-style:none;display:grid}.legal-toc li{margin:0}.legal-toc a{color:var(--text-secondary);background:var(--card-bg);border:1px solid var(--border);border-radius:8px;padding:1rem 1.25rem;font-size:.95rem;font-weight:500;line-height:1.4;text-decoration:none;transition:all .2s;display:block}.legal-toc a:hover{background:var(--accent);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #0774e84d}.legal-toc a i{margin-right:.5rem;font-size:.9rem}.legal-sections{padding:0 2rem 2rem;line-height:1.7}.legal-section{border-bottom:2px solid var(--border);margin-bottom:3rem;padding-bottom:1.5rem;transition:border-color .3s}.legal-section:last-child{border-bottom:none;margin-bottom:0}.legal-section h2{color:var(--text-primary);border-bottom:3px solid var(--accent);margin:0 0 1.5rem;padding-bottom:.5rem;font-size:1.875rem;font-weight:700;line-height:1.2;transition:all .3s;display:inline-block}.legal-section h3{color:var(--text-primary);align-items:center;gap:.5rem;margin:2rem 0 1rem;font-size:1.375rem;font-weight:600;line-height:1.3;transition:color .3s;display:flex}.legal-section h3:before{content:"▶";color:var(--accent);flex-shrink:0;font-size:1rem}.legal-section h4{color:var(--text-primary);margin:1.5rem 0 .75rem;font-size:1.125rem;font-weight:600;transition:color .3s}.legal-section p{color:var(--text-secondary);text-align:justify;margin:0 0 1rem;font-size:1rem;line-height:1.7;transition:color .3s}.legal-section .content-block{width:100%;margin:1rem 0;display:block}.legal-section .text-content{visibility:visible;opacity:1;display:block}.legal-section ul{width:100%;margin:1.5rem 0;padding:0;list-style:none;display:block}.legal-section li{color:var(--text-secondary);visibility:visible;min-height:1.5rem;margin:1rem 0;padding-left:1.8rem;font-size:1rem;line-height:1.7;transition:color .3s;display:block;position:relative}.legal-section li:before{content:"✓";color:var(--accent);font-size:1.125rem;font-weight:700;line-height:1.5;position:absolute;top:0;left:0}.legal-section li strong{color:var(--text-primary);font-weight:600;display:inline}.legal-section ol{margin:1.5rem 0;padding-left:2rem;list-style:decimal}.legal-section ol li{padding-left:.5rem}.legal-section ol li:before{content:none}.legal-warning-box,.legal-emphasis-box,.legal-contact-box{border-left:4px solid;border-radius:12px;margin:1.5rem 0;padding:1.5rem;transition:all .3s}.legal-warning-box{background:#fef2f2;border:2px solid #fecaca}.legal-warning-box h3{color:#dc2626;margin-top:0;font-size:1.25rem;font-weight:700}.legal-warning-box h3:before{content:""}.legal-warning-box p{color:#7f1d1d;margin-bottom:0;font-weight:500}.legal-emphasis-box{background:#eff6ff;border:2px solid #bfdbfe}.legal-emphasis-box h3{color:#1d4ed8;margin-top:0;font-size:1.25rem;font-weight:700}.legal-emphasis-box h3:before{content:""}.legal-emphasis-box p{color:#1e3a8a;margin-bottom:0;font-weight:500}.legal-contact-box{background:#f0fdf4;border:2px solid #bbf7d0}.legal-contact-box p{color:#14532d;margin-bottom:0;font-weight:500}.legal-section a,.legal-contact-box a{color:var(--accent);border-bottom:2px solid #0000;font-weight:600;text-decoration:none;transition:all .2s}.legal-section a:hover,.legal-contact-box a:hover{color:var(--accent-hover);border-bottom-color:var(--accent-hover)}.legal-footer{background:var(--bg-secondary);text-align:center;border-top:2px solid var(--border);margin:2rem -2rem 0;padding:2rem;transition:all .3s}.legal-contact-info{margin:1.5rem 0}.contact-methods{grid-template-columns:1fr;gap:1rem;margin-top:1rem;display:grid}@media (min-width:640px){.contact-methods{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.contact-method{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:1rem;transition:all .3s}.contact-method:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}.contact-method i{color:var(--accent);margin-right:.5rem;transition:color .3s}.contact-method:hover i{color:#fff}.legal-section strong{color:var(--text-primary);font-weight:600}.legal-section em{color:var(--text-secondary);font-style:italic}.legal-section i{color:var(--accent);margin-right:.5rem;font-size:1rem}.legal-title i,.legal-toc h2 i{margin-right:.75rem;font-size:1.25rem}.legal-final-notice{background:#fef3c7;border:2px solid #f59e0b;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem;transition:all .3s}.legal-final-notice h3{color:#92400e;margin:0 0 1rem;font-size:1.25rem;font-weight:700}.legal-final-notice h3:before{content:""}.legal-final-notice p{color:#78350f;margin:0;font-weight:500;line-height:1.6}.legal-footer p{color:var(--text-secondary);margin:.5rem 0;font-size:.95rem;transition:color .3s}.legal-footer p:last-child{color:var(--text-primary);font-size:1rem;font-weight:600}[data-theme=dark] .legal-header{background:linear-gradient(135deg,var(--accent),var(--accent-hover),#04869d);box-shadow:0 4px 20px #0000004d}[data-theme=dark] .legal-content{box-shadow:0 20px 25px -5px #0006,0 10px 10px -5px #0003}[data-theme=dark] .legal-toc a:hover{box-shadow:0 4px 12px #0774e866}[data-theme=dark] .legal-warning-box{background:#fef2f21a;border-color:#ef4444}[data-theme=dark] .legal-warning-box h3,[data-theme=dark] .legal-warning-box p{color:#fca5a5}[data-theme=dark] .legal-emphasis-box{background:#eff6ff1a;border-color:#3b82f6}[data-theme=dark] .legal-emphasis-box h3,[data-theme=dark] .legal-emphasis-box p{color:#93c5fd}[data-theme=dark] .legal-contact-box{background:#f0fdf41a;border-color:#22c55e}[data-theme=dark] .legal-contact-box p{color:#86efac}[data-theme=dark] .legal-final-notice{background:#fef3c71a;border-color:#f59e0b}[data-theme=dark] .legal-final-notice h3,[data-theme=dark] .legal-final-notice p{color:#fbbf24}@media (max-width:768px){.legal-page-container{padding:1rem 0}.legal-content{border-radius:12px;margin:0 1rem;padding:0 1rem}.legal-header{margin:0 -1rem 1.5rem;padding:2rem 1rem}.legal-title{font-size:1.75rem;line-height:1.2}.legal-subtitle,.legal-intro{font-size:1rem;line-height:1.5}.legal-sections{padding:0 1rem 1rem}.legal-section h2{font-size:1.5rem;line-height:1.3}.legal-section h3{flex-direction:row;align-items:flex-start;font-size:1.25rem;line-height:1.4}.legal-toc ul{grid-template-columns:1fr;gap:.5rem}.legal-toc a{padding:.75rem 1rem;font-size:.9rem}.legal-footer{margin:1.5rem -1rem 0;padding:1.5rem 1rem}.contact-methods{grid-template-columns:1fr;gap:.75rem}.contact-method{padding:.75rem}}.legal-toc a:focus,.legal-section a:focus{outline:2px solid var(--accent);outline-offset:2px}html{scroll-behavior:smooth}.legal-section:target{background:var(--muted);border-radius:8px;margin:0 -1rem 3rem;padding:1rem;transition:all .3s}@media print{.legal-toc{break-inside:avoid}.legal-section{break-inside:avoid;page-break-inside:avoid}.legal-section h2,.legal-section h3{break-after:avoid;page-break-after:avoid}.legal-page-container{padding:0;background:#fff!important}.legal-content{max-width:none;box-shadow:none!important;border:1px solid #ccc!important;border-radius:0!important}.legal-header{-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#1e293b!important;background:#f8fafc!important}.legal-toc a:hover{color:#475569!important;background:#fff!important;transform:none!important}.legal-warning-box,.legal-emphasis-box,.legal-contact-box,.legal-final-notice{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#f9f9f9!important;border:2px solid #ccc!important}.legal-section h2,.legal-section h3,.legal-section p,.legal-section li{color:#1e293b!important}}
