/* minified — edit static/css/src/legal.css then run tools/build_css.py */
.legal-body{background:var(--bg-deep)}.legal{padding:clamp(2rem,5vw,4rem) 0 clamp(3rem,6vw,5rem);min-height:calc(100vh - 200px)}.legal__container{max-width:860px;margin:0 auto}.legal__breadcrumb{font-family:var(--font-mono);font-size:0.8rem;color:var(--text-dim);margin-bottom:2rem;display:flex;gap:0.5rem;align-items:center;flex-wrap:wrap}.legal__breadcrumb a{color:var(--text-muted)}.legal__breadcrumb a:hover{color:var(--accent)}.legal__meta{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--border)}.legal__tag{display:inline-block;font-family:var(--font-mono);font-size:0.7rem;font-weight:500;color:var(--accent);letter-spacing:0.12em;text-transform:uppercase;margin-bottom:1rem;padding:0.3rem 0.75rem;border:1px solid var(--accent);border-radius:100px}.legal__title{font-size:clamp(2rem,5vw,3.25rem);margin-bottom:1rem;line-height:1.05}.legal__subtitle{font-size:1.1rem;color:var(--text-muted);line-height:1.55;margin-bottom:1.5rem;max-width:60ch}.legal__dates{font-size:0.85rem;color:var(--text-dim);font-family:var(--font-mono);line-height:1.7}.legal__toc{background:var(--bg-surface);border:1px solid var(--border);border-radius:10px;padding:1.5rem 2rem;margin-bottom:3rem}.legal__toc h2{font-family:var(--font-body);font-size:0.75rem;letter-spacing:0.15em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem;font-weight:600}.legal__toc ol{list-style:none;padding:0;margin:0;counter-reset:toc-counter;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:0.4rem 1.5rem}.legal__toc li{counter-increment:toc-counter;position:relative;padding-left:2rem;font-size:0.92rem;line-height:1.4}.legal__toc li::before{content:counter(toc-counter,decimal-leading-zero);position:absolute;left:0;top:0;font-family:var(--font-mono);font-size:0.75rem;color:var(--accent);font-weight:500}.legal__toc a{color:var(--text-secondary);text-decoration:none;transition:color 0.2s var(--ease)}.legal__toc a:hover{color:var(--accent)}.legal__actions{margin-bottom:2rem;display:flex;gap:0.75rem;flex-wrap:wrap}.legal__alert{background:rgba(139,92,246,0.08);border-left:3px solid var(--magic);padding:1.25rem 1.5rem;border-radius:6px;margin-bottom:2rem;font-size:0.95rem;color:var(--text-secondary);line-height:1.55}.legal__alert strong{color:var(--text-primary)}.legal__section{margin-bottom:3rem;scroll-margin-top:100px}.legal__section h2{font-size:clamp(1.4rem,2.5vw,1.8rem);margin-bottom:1rem;line-height:1.2;padding-top:1rem;border-top:1px solid var(--border)}.legal__section h3{font-size:1.1rem;font-family:var(--font-body);font-weight:700;color:var(--text-primary);margin:1.5rem 0 0.75rem;letter-spacing:-0.01em}.legal__section p{color:var(--text-secondary);line-height:1.7;margin-bottom:1rem;font-size:0.98rem}.legal__section p strong,.legal__section li strong{color:var(--text-primary);font-weight:700}.legal__section a{color:var(--accent);text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.legal__section a:hover{color:var(--accent-glow)}.legal__section ul,.legal__section ol{padding-left:1.5rem;margin-bottom:1rem;color:var(--text-secondary)}.legal__section ul li,.legal__section ol li{margin-bottom:0.6rem;line-height:1.65;font-size:0.97rem}.legal__section ul{list-style:none;padding-left:1.5rem}.legal__section ul li{position:relative;padding-left:1rem}.legal__section ul li::before{content:'→';position:absolute;left:-0.5rem;color:var(--accent);font-weight:600}.legal__section ol{list-style:decimal;padding-left:1.75rem}.legal__section ol li::marker{color:var(--accent);font-family:var(--font-mono);font-weight:600}.legal__highlight{background:rgba(45,212,191,0.06);border-left:3px solid var(--accent);padding:1rem 1.25rem;border-radius:4px;margin:1.5rem 0;font-size:0.95rem;line-height:1.55}.legal__table-wrap{overflow-x:auto;margin:1.5rem 0 2rem;border-radius:8px;border:1px solid var(--border)}.legal__table{width:100%;border-collapse:collapse;background:var(--bg-surface);font-size:0.9rem}.legal__table thead{background:var(--bg-elevated)}.legal__table th{text-align:left;padding:0.85rem 1rem;font-family:var(--font-body);font-size:0.75rem;letter-spacing:0.1em;text-transform:uppercase;color:var(--text-primary);font-weight:700;border-bottom:1px solid var(--border-strong)}.legal__table td{padding:0.85rem 1rem;color:var(--text-secondary);border-bottom:1px solid var(--border);vertical-align:top;line-height:1.5}.legal__table tr:last-child td{border-bottom:none}.legal__table tr:hover td{background:var(--bg-elevated)}.legal__section code{font-family:var(--font-mono);font-size:0.85rem;background:var(--bg-deep);color:var(--accent);padding:0.15em 0.4em;border-radius:3px;border:1px solid var(--border)}.legal__footer-note{margin-top:4rem;padding:1.5rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;font-size:0.85rem;color:var(--text-muted);line-height:1.6}.legal__footer-note p{margin-bottom:0.5rem;font-size:0.85rem}.legal__footer-note p:last-child{margin-bottom:0}.site-footer--minimal{padding-top:0}.site-footer--minimal .site-footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1.5rem 0}.site-footer--minimal nav{display:flex;gap:1.5rem;flex-wrap:wrap}.site-footer--minimal nav a{font-size:0.8rem;color:var(--text-muted);text-decoration:none}.site-footer--minimal nav a:hover{color:var(--accent)}.cookie-banner{position:fixed;bottom:20px;left:20px;right:20px;max-width:560px;margin:0 auto;background:var(--bg-surface);border:1px solid var(--border-strong);border-radius:12px;box-shadow:var(--shadow-lg);padding:1.5rem 1.75rem;z-index:9999;animation:cookieSlideUp 0.4s var(--ease-out)}@keyframes cookieSlideUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.cookie-banner__title{font-family:var(--font-display);font-size:1.15rem;font-weight:600;color:var(--text-primary);margin-bottom:0.5rem;display:flex;align-items:center;gap:0.5rem}.cookie-banner__text{font-size:0.875rem;color:var(--text-muted);line-height:1.55;margin-bottom:1.25rem}.cookie-banner__text a{color:var(--accent);text-decoration:underline}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:0.5rem}.cookie-banner__actions .btn{flex:1;min-width:120px;justify-content:center;font-size:0.85rem;padding:0.7rem 1rem}.cookie-banner__prefs{margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border);display:none}.cookie-banner__prefs.is-open{display:block}.cookie-pref{display:flex;align-items:flex-start;gap:0.75rem;padding:0.75rem 0;border-bottom:1px solid var(--border)}.cookie-pref:last-child{border-bottom:none}.cookie-pref input[type="checkbox"]{margin-top:0.2rem;accent-color:var(--accent);width:18px;height:18px;cursor:pointer}.cookie-pref input[type="checkbox"]:disabled{opacity:0.5;cursor:not-allowed}.cookie-pref__body{flex:1}.cookie-pref__name{font-weight:600;font-size:0.85rem;color:var(--text-primary);margin-bottom:0.15rem;display:flex;justify-content:space-between;align-items:baseline;gap:0.5rem}.cookie-pref__required{font-family:var(--font-mono);font-size:0.65rem;color:var(--text-dim);letter-spacing:0.1em;text-transform:uppercase}.cookie-pref__desc{font-size:0.8rem;color:var(--text-muted);line-height:1.45}@media (max-width:700px){.legal__toc ol{grid-template-columns:1fr}.legal__table{font-size:0.85rem}.legal__table th,.legal__table td{padding:0.7rem 0.75rem}.cookie-banner{left:12px;right:12px;padding:1.25rem 1.25rem;bottom:12px}.cookie-banner__actions .btn{min-width:unset}.site-footer--minimal .site-footer__bottom{flex-direction:column;text-align:center}.site-footer--minimal nav{justify-content:center}}.mytiq-core{--core-cyan:#67e8ff;--core-blue:#00aaff;--core-gold:#ffd86b;--core-orange:#ff7b00;position:relative;display:inline-flex;align-items:center;gap:0.55rem;height:18px;text-decoration:none;user-select:none;white-space:nowrap;transform:translateZ(0);margin-top:14px}.mytiq-core__sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.mytiq-core__cosmos{position:relative;width:52px;height:18px;display:flex;align-items:center;justify-content:center;overflow:visible}.mytiq-core__star{position:absolute;border-radius:50%;background:#ffffff;opacity:0.7;animation:mytiq-core-star 3s linear infinite}.mytiq-core__star.s1{width:1px;height:1px;left:2px;top:7px}.mytiq-core__star.s2{width:2px;height:2px;left:10px;top:2px;animation-delay:0.6s}.mytiq-core__star.s3{width:1px;height:1px;right:12px;top:4px;animation-delay:1.2s}.mytiq-core__star.s4{width:2px;height:2px;right:3px;bottom:3px;animation-delay:1.8s}.mytiq-core__star.s5{width:1px;height:1px;left:22px;bottom:2px;animation-delay:2.2s}@keyframes mytiq-core-star{0%,100%{opacity:0.2;transform:scale(0.7)}50%{opacity:1;transform:scale(1.4)}}.mytiq-core__orbit{position:absolute;border-radius:50%;border:1px solid rgba(103,232,255,0.18)}.mytiq-core__orbit.orbit-a{width:16px;height:16px;animation:mytiq-core-orbit-a 5s linear infinite}.mytiq-core__orbit.orbit-b{width:26px;height:10px;animation:mytiq-core-orbit-b 7s linear infinite}@keyframes mytiq-core-orbit-a{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes mytiq-core-orbit-b{from{transform:rotate(360deg)}to{transform:rotate(0deg)}}.mytiq-core__pulse{position:absolute;width:20px;height:20px;border-radius:50%;background:radial-gradient(circle,rgba(103,232,255,0.18),transparent 72%);animation:mytiq-core-pulse 2.8s ease-in-out infinite}@keyframes mytiq-core-pulse{0%,100%{transform:scale(0.7);opacity:0.45}50%{transform:scale(1.4);opacity:1}}.mytiq-core__core{position:absolute;width:6px;height:6px;border-radius:50%;background:radial-gradient(circle,#ffffff 0%,var(--core-cyan) 40%,var(--core-blue) 100%);box-shadow:0 0 6px rgba(103,232,255,0.95),0 0 14px rgba(0,170,255,0.70),0 0 22px rgba(0,170,255,0.45);animation:mytiq-core-glow 2.4s ease-in-out infinite}@keyframes mytiq-core-glow{0%,100%{transform:scale(1)}50%{transform:scale(1.28)}}.mytiq-core__signature{display:inline-flex;align-items:center;gap:0.28rem;font-size:10px;line-height:1;letter-spacing:0.22em;text-transform:uppercase;color:rgba(255,255,255,0.62);transition:transform 0.3s ease,color 0.3s ease}.mytiq-core__pwrd{font-weight:700}.mytiq-core__brand{position:relative;text-transform:none;font-weight:800;letter-spacing:0.08em;background:linear-gradient(90deg,var(--core-orange) 0%,var(--core-gold) 50%,var(--core-orange) 100%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent;text-shadow:0 0 6px rgba(255,123,0,0.2);animation:mytiq-core-shimmer 3s linear infinite}@keyframes mytiq-core-shimmer{from{background-position:0% 50%}to{background-position:220% 50%}}.mytiq-core__r{font-size:7px;transform:translateY(-3px);color:var(--core-cyan);opacity:0.8}.mytiq-core:hover .mytiq-core__signature,.mytiq-core:focus-visible .mytiq-core__signature{transform:translateY(-1px);color:rgba(255,255,255,0.92)}.mytiq-core:hover .mytiq-core__core,.mytiq-core:focus-visible .mytiq-core__core{box-shadow:0 0 8px rgba(103,232,255,1),0 0 20px rgba(0,170,255,0.9),0 0 36px rgba(0,170,255,0.6)}.mytiq-core:focus-visible{outline:2px solid var(--core-cyan);outline-offset:2px;border-radius:4px}[data-theme$="-light"] .mytiq-core__signature{color:rgba(15,23,42,0.65)}[data-theme$="-light"] .mytiq-core:hover .mytiq-core__signature,[data-theme$="-light"] .mytiq-core:focus-visible .mytiq-core__signature{color:rgba(15,23,42,0.95)}[data-theme$="-light"] .mytiq-core__star{background:rgba(15,23,42,0.7)}@media (prefers-reduced-motion:reduce){.mytiq-core *,.mytiq-core *::before,.mytiq-core *::after{animation:none!important;transition:none!important}}.legal__form{display:grid;gap:1.25rem;margin:1.5rem 0}.legal__form-row{display:grid;gap:0.4rem}.legal__form-row label{font-size:0.9rem;color:var(--text-primary)}.legal__form-row small{color:var(--text-dim);font-size:0.8rem}.legal__form-row input,.legal__form-row select,.legal__form-row textarea{width:100%;padding:0.7rem 0.85rem;background:var(--bg-surface);border:1px solid var(--border);border-radius:8px;color:var(--text-primary);font-family:var(--font-body);font-size:0.95rem;transition:border-color 0.2s,box-shadow 0.2s}.legal__form-row textarea{resize:vertical;min-height:120px}.legal__form-row input:focus,.legal__form-row select:focus,.legal__form-row textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(61,255,152,0.18)}.legal__form-row--2col{grid-template-columns:1fr 1fr;gap:0.85rem}@media (max-width:540px){.legal__form-row--2col{grid-template-columns:1fr}}.legal__form-row--check{flex-direction:row;align-items:flex-start}.legal__form-row--check label{display:flex;gap:0.55rem;align-items:flex-start;line-height:1.5;font-size:0.88rem;color:var(--text-secondary)}.legal__form-row--check input{width:18px;height:18px;flex-shrink:0;margin-top:2px;accent-color:var(--accent)}.legal__form-disclaimer{font-size:0.82rem;color:var(--text-dim);margin-top:0.5rem}.legal__result{margin-top:1.5rem;padding:1.25rem 1.5rem;background:rgba(61,255,152,0.08);border-left:3px solid var(--accent);border-radius:6px}.legal__result h3{margin-bottom:0.5rem;color:var(--accent)}.legal__result code{background:rgba(0,0,0,0.25);padding:0.15rem 0.5rem;border-radius:4px;font-family:var(--font-mono)}.legal__error{margin-top:1.5rem;padding:1rem 1.25rem;background:rgba(239,68,68,0.08);border-left:3px solid #ef4444;border-radius:6px;color:#fca5a5}.legal__badge{display:inline-block;padding:0.2rem 0.6rem;border-radius:999px;font-size:0.75rem;letter-spacing:0.08em;font-weight:700;text-transform:uppercase;border:1px solid currentColor}.legal__badge--recibida{color:#67e8ff}.legal__badge--verificada{color:#facc15}.legal__badge--respondida{color:#4ade80}.legal__badge--rechazada{color:#f87171}.legal__badge--expirada{color:#94a3b8}.legal__response{margin-top:1rem;padding:1rem 1.25rem;background:var(--bg-surface);border-radius:8px;border:1px solid var(--border)}.legal__version{color:var(--text-dim);font-size:0.85rem;font-family:var(--font-mono);margin-top:1rem}