*{box-sizing:border-box;padding:0;margin:0}html{scroll-behavior:smooth}body,html{max-width:100vw;overflow-x:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:#1a1a1a;background:#fafbfc;line-height:1.6}a{color:inherit;text-decoration:none}.header{background:#fff;border-bottom:1px solid #e5e7eb;padding:1.25rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 1px 3px rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.95)}.header-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#1a1a1a;letter-spacing:-.02em;transition:color .2s}.logo:hover{color:#2563eb}.nav{display:flex;gap:2rem;align-items:center}.nav a{color:#4b5563;font-size:.95rem;font-weight:500;transition:color .2s;padding:.5rem .75rem;border-radius:6px}.nav a:hover{color:#2563eb;background:rgba(37,99,235,.05)}.nav-dropdown{position:relative;display:inline-block}.nav-dropdown-button{color:#4b5563;font-size:.95rem;font-weight:500;transition:color .2s;padding:.5rem .75rem;border-radius:6px;border:none;background:none;cursor:pointer;display:inline-flex;align-items:center;gap:.25rem;font-family:inherit}.nav-dropdown-icon{margin-top:2px}.nav-dropdown-button:hover,.nav-dropdown:hover .nav-dropdown-button{color:#2563eb;background:rgba(37,99,235,.05)}.nav-dropdown-content{display:none;position:absolute;background-color:#fff;min-width:220px;box-shadow:0 10px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);z-index:1000;border-radius:8px;top:100%;left:0;padding:.5rem 0;border:1px solid #e5e7eb}.nav-dropdown:hover .nav-dropdown-content{display:flex;flex-direction:column;animation:fadeIn .15s ease-out}.nav-dropdown-content a{padding:.65rem 1.2rem;text-decoration:none;display:block;border-radius:0;white-space:nowrap}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.lang-selector{display:flex;gap:.5rem;font-size:.9rem}.lang-selector a{color:#666;padding:.25rem .5rem;border-radius:4px;transition:background .2s}.lang-selector a.active,.lang-selector a:hover{background:#f5f5f5;color:#1a1a1a}.main-container{max-width:1400px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:320px 1fr;grid-gap:3rem;gap:3rem}.sidebar{position:static;top:auto;height:auto;max-height:none;align-self:stretch}.sidebar-box{background:#f7f9fc;border-radius:20px;padding:1.75rem;overflow:visible;max-height:none;height:100%;box-shadow:0 25px 60px -40px rgba(15,23,42,.2);border:1px solid #e2e8f0;color:#1f2937}.sidebar-header{margin-bottom:1.75rem}.back-to-index{display:inline-flex;align-items:center;gap:.35rem;color:#2563eb;font-size:.85rem;margin-bottom:1rem;text-decoration:none;transition:color .2s,transform .2s}.back-to-index:hover{color:#1e3a8a;transform:translateX(-2px)}.sidebar-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#0f172a}.sidebar-search{position:relative;margin-top:1.25rem}.sidebar-smart-search{margin-bottom:1.75rem;background:hsla(0,0%,100%,.65);border:1px solid #e2e8f0;border-radius:16px;padding:1.25rem;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.7)}.smart-search-title{font-size:.95rem;font-weight:600;color:#0f172a;margin-bottom:.75rem}.smart-search-form{display:flex;flex-direction:column;gap:.65rem}.smart-search-input{width:100%;padding:.6rem .85rem;border-radius:12px;border:1px solid #d1d9e6;font-size:.85rem;background:#fff;color:#1f2937;transition:border-color .2s,box-shadow .2s}.smart-search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.16)}.smart-search-controls{display:block;margin-top:.35rem}.smart-search-select{flex:1 1;padding:.55rem .75rem;border-radius:10px;border:1px solid #d1d9e6;font-size:.82rem;background:#f8fafc;color:#1f2937}.smart-search-button{width:100%;padding:.55rem .95rem;border-radius:10px;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.smart-search-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px -16px rgba(29,78,216,.45)}.smart-search-button:disabled{opacity:.6;cursor:progress;transform:none;box-shadow:none}.smart-search-error{margin-top:.75rem;font-size:.78rem;color:#b91c1c}.smart-search-results{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.smart-search-results ul{list-style:none;display:flex;flex-direction:column;gap:.65rem;margin:0;padding:0}.smart-search-hint{font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#94a3b8}.smart-search-result{width:100%;text-align:left;display:flex;flex-direction:column;gap:.45rem;padding:.75rem .85rem;border-radius:12px;border:1px solid #dbe4f0;background:#fff;color:inherit;cursor:pointer;transition:border-color .2s,box-shadow .2s,transform .2s}.smart-search-result:hover{border-color:#2563eb;transform:translateY(-1px);box-shadow:0 18px 30px -24px rgba(37,99,235,.28)}.smart-result-header{display:flex;justify-content:space-between;align-items:center;gap:.75rem}.smart-result-topic{font-size:.9rem;font-weight:600;color:#1f2937}.smart-result-book{font-size:.75rem;font-weight:600;color:#2563eb;text-transform:uppercase;letter-spacing:.08em}.smart-result-snippet{font-size:.8rem;color:#475569;line-height:1.4}.smart-result-article{font-size:.78rem;font-weight:500;color:#1d4ed8}.smart-search-open-chat{border:none;width:100%;padding:.65rem .85rem;border-radius:10px;background:rgba(79,70,229,.12);color:#4338ca;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s}.smart-search-open-chat:hover{background:rgba(79,70,229,.18)}.search-input{width:100%;padding:.65rem 1rem .65rem 2.5rem;border-radius:12px;border:1px solid #d1d9e6;font-size:.9rem;background:#fff;color:#1f2937;transition:border-color .2s,box-shadow .2s}.search-input::placeholder{color:#94a3b8}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.18)}.search-button{position:absolute;inset:3px 3px auto auto;padding:.35rem .85rem;border-radius:10px;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.search-button:hover{transform:translateY(-1px);box-shadow:0 12px 24px -16px rgba(37,99,235,.45)}.sidebar-nav{list-style:none;gap:1.5rem}.sidebar-book,.sidebar-nav{display:flex;flex-direction:column}.sidebar-book{gap:1rem}.book-card{background:#fff;border-radius:16px;padding:1.1rem 1.2rem;border:1px solid #e2e8f0;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6)}.book-toggle{width:100%;display:flex;align-items:center;gap:1rem;flex-wrap:wrap;background:transparent;border:none;color:inherit;text-align:left;cursor:pointer;padding:0}.book-toggle:hover .book-meta .book-title{color:#2563eb}.book-chevron{width:12px;height:12px;border-right:2px solid #2563eb;border-bottom:2px solid #2563eb;transform:rotate(-45deg);transition:transform .2s;margin-right:.5rem}.book-toggle[aria-expanded=true] .book-chevron{transform:rotate(45deg)}.book-meta{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.15rem}.book-kicker{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#94a3b8}.book-title{font-size:1.05rem;font-weight:600;color:#0f172a;transition:color .2s}.book-count{flex-shrink:0;font-size:.8rem;font-weight:600;background:rgba(37,99,235,.12);border-radius:999px;padding:.25rem .65rem;color:#2563eb;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap;margin-left:auto}.book-subtitle{margin:.75rem 0 0;font-size:.85rem;color:#475569;line-height:1.5}@media (max-width:640px){.book-toggle{align-items:flex-start}.book-count{margin-top:.35rem}}.book-sections{display:flex;flex-direction:column;gap:1rem}.sidebar-section{background:#fff;border-radius:14px;border:1px solid #e2e8f0;overflow:hidden;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.5)}.section-toggle{width:100%;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;background:transparent;border:none;color:inherit;cursor:pointer;transition:all .2s ease;text-align:left}.section-toggle:hover{background:rgba(37,99,235,.08)}.section-toggle:focus{outline:none;background:rgba(37,99,235,.12)}.section-icon{font-size:.875rem;font-weight:600;color:#64748b;width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:4px;background:rgba(37,99,235,.08);transition:all .2s ease;flex-shrink:0}.section-toggle:hover .section-icon{background:rgba(37,99,235,.15);color:#2563eb}.section-toggle[aria-expanded=true] .section-icon{background:#2563eb;color:#fff;transform:rotate(90deg)}.section-chevron{width:0;height:0;border-left:5px solid #94a3b8;border-top:4px solid transparent;border-bottom:4px solid transparent;transition:all .2s ease;margin-left:auto;flex-shrink:0}.section-toggle[aria-expanded=true] .section-chevron{transform:rotate(90deg);border-left-color:#2563eb}.section-info{flex:1 1;display:flex;flex-direction:column;gap:.15rem}.section-name{font-weight:600;color:#1f2937;font-size:.95rem}.section-path{letter-spacing:.12em;color:#94a3b8}.section-count,.section-path{font-size:.75rem;text-transform:uppercase}.section-count{font-weight:600;background:rgba(37,99,235,.12);border-radius:999px;padding:.3rem .75rem;color:#2563eb;letter-spacing:.08em}.sidebar-empty{margin:0;padding:1rem 1.2rem;border-radius:12px;background:#f8fafc;color:#64748b;font-size:.85rem;border:1px dashed #cbd5f2}.section-articles{list-style:none;margin:0;padding:.75rem .75rem 1rem 2.5rem;display:flex;flex-direction:column;gap:.4rem;background:#f8fafc;border-top:1px solid #e2e8f0}.section-title-text{flex:1 1;font-weight:600;color:#1f2937;font-size:.95rem;text-align:left}.section-articles li{margin:0}.section-articles a{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:8px;text-decoration:none;background:#fff;border:1px solid #e2e8f0;color:#1f2937;transition:all .2s ease;position:relative}.section-articles a:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#2563eb;transform:scaleY(0);transition:transform .2s ease;border-radius:0 2px 2px 0}.section-articles a:hover{border-color:#2563eb;background:rgba(37,99,235,.05);transform:translateX(4px);box-shadow:0 2px 8px rgba(37,99,235,.15)}.section-articles a:hover:before{transform:scaleY(1)}.section-articles a.active{border-color:#2563eb;background:rgba(37,99,235,.12);box-shadow:0 2px 8px rgba(37,99,235,.2);font-weight:600}.section-articles a.active:before{transform:scaleY(1)}.article-indicator{color:#2563eb;font-weight:700;font-size:1.25rem;line-height:1;opacity:.6;transition:opacity .2s ease}.section-articles a.active .article-indicator,.section-articles a:hover .article-indicator{opacity:1}.article-text{flex:1 1;font-size:.875rem;line-height:1.5;color:#475569;transition:color .2s ease}.section-articles a.active .article-text,.section-articles a:hover .article-text{color:#1e293b}.article-number{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#2563eb;font-weight:600}.article-title-line{font-size:.9rem;color:#1f2937;line-height:1.4}.content{max-width:900px;padding-right:1.5rem}.article-header,.content-wrapper{position:relative}.article-header{margin-bottom:.75rem;display:grid;grid-gap:.95rem;gap:.95rem;background:#fcfdfd;border-radius:1.5rem;padding:1.4rem;box-shadow:0 20px 42px rgba(25,28,29,.045)}.content>.article-header:before{content:"INTERPRETACIO DEL DRET";align-self:flex-start;display:inline-flex;align-items:center;padding:.42rem .88rem;border-radius:999px;letter-spacing:.18em;font-size:.78rem;font-weight:700;color:#0f5c59;background:#e3ecec;margin-bottom:.15rem}.article-header-top{display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap;margin-bottom:0}.copy-url-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .8rem;background:#f1f3f3;border:1px solid hsla(245,5%,49%,.18);border-radius:.75rem;font-size:.84rem;font-weight:600;color:#2f3234;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease}.copy-url-button:hover{background:#f7f8f8;border-color:rgba(26,20,107,.22);color:#201c66}.hermes-button{display:flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;background:linear-gradient(135deg,#6366f1,#4338ca);border:none;border-radius:999px;font-size:.9rem;color:#fff;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.hermes-button:hover{transform:translateY(-1px);box-shadow:0 18px 30px -22px rgba(79,70,229,.35)}.article-breadcrumb{font-size:.9rem;color:#565562;margin-bottom:0;display:block;padding-left:.75rem;border-left:3px solid rgba(90,194,180,.45);line-height:1.5}.article-breadcrumb:before{content:none}.breadcrumb-link{color:#272272;font-weight:600;text-decoration:none;transition:color .2s}.breadcrumb-link:hover{color:#0b5b55}.article-title{font-size:clamp(1.65rem,4.2vw,3rem);font-weight:800;margin-bottom:0;color:#211c67;line-height:1.08;letter-spacing:-.022em}.article-meta{display:flex;gap:1rem;font-size:.9rem;color:#53515d;margin-top:0;background:#f1f3f3;border-radius:.9rem;padding:.72rem .88rem}.article-missing-copy{font-size:.9rem;color:#666;margin-top:1rem}.article-body{border-radius:1.5rem;background:#fcfdfd;box-shadow:0 20px 42px rgba(25,28,29,.045);padding:1.3rem}.article-body .article-content{margin-top:.4rem}.article-summary{background:#eef4f5;border:1px solid rgba(90,141,150,.22);border-radius:12px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 10px 30px rgba(24,48,54,.06);transition:box-shadow .2s ease,transform .2s ease}.article-summary:hover{box-shadow:0 16px 34px rgba(24,48,54,.1);transform:translateY(-1px)}.summary-toggle{padding:1.25rem 1.5rem;background:linear-gradient(135deg,#2caab6,#2d9eaa 56%,#318f9a);color:#f7fbfc;font-weight:600;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;display:flex;align-items:center;justify-content:space-between;position:relative}.summary-toggle:hover{background:linear-gradient(135deg,#2898a3,#2a8d98 56%,#2d818a)}.summary-toggle:after{content:"";width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%;transition:transform .3s ease;opacity:.9}.article-summary[open] .summary-toggle:after{transform:rotate(90deg)}.article-panel-header{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;width:100%;grid-gap:1rem;gap:1rem}.article-panel-header strong{justify-self:start}.article-panel-icon{justify-self:end;font-size:1.2rem;font-weight:300}.article-panel-placeholder{justify-self:center;width:1px;height:1px;visibility:hidden}.article-panel-cta{justify-self:center;padding:.5rem 1.2rem;border-radius:8px;font-size:.9rem;font-weight:600;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,border-color .2s ease,color .2s ease}.article-panel-cta:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.article-panel-cta--summary{background:hsla(0,0%,100%,.14);color:#eff9fb;border-color:hsla(0,0%,100%,.34);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.article-panel-cta--summary:hover:not(:disabled){background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.45)}.article-panel-cta--example{background:#fff;color:#0f172a;border-color:#fff}.article-panel-cta--example:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5f5}.summary-toggle::-webkit-details-marker{display:none}.summary-toggle button{background:hsla(0,0%,100%,.14)!important;border:1px solid hsla(0,0%,100%,.34)!important;border-radius:6px!important;padding:.4rem .6rem!important;color:#f3fbfd!important;font-size:.9rem!important;transition:all .2s ease!important;z-index:1;position:relative}.summary-toggle button:hover{background:hsla(0,0%,100%,.22)!important;border-color:hsla(0,0%,100%,.5)!important}.summary-icon{font-size:1.2rem;font-weight:300}.summary-content{padding:1.5rem;color:#333;line-height:1.6}.chapter-summary-shell{margin-top:1rem;margin-bottom:1rem}.article-panel-header-chapter{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.summary-content-chapter{padding:1rem;background-color:#f8f9fa;border-radius:8px;margin-top:.5rem}.summary-status{text-align:center;padding:1rem;color:#666}.summary-status-empty,.summary-status-loading{color:#666}.summary-status-error{color:#c00}.summary-retry-button{margin-left:.5rem;text-decoration:underline}.summary-text-prewrap{white-space:pre-wrap}.summary-paragraph{margin-bottom:.75rem}.article-example{background:#fff3cd;border:1px solid #ffc107;border-radius:12px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:box-shadow .2s ease,transform .2s ease}.article-example:hover{box-shadow:0 4px 12px rgba(255,193,7,.2);transform:translateY(-1px)}.example-toggle{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#ffc107,#ffb300);color:#000;font-weight:600;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;position:relative}.example-toggle:hover{background:linear-gradient(135deg,#ffb300,#ffa000)}.example-toggle:after{content:"";width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23000' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%;transition:transform .3s ease;opacity:.8}.article-example[open] .example-toggle:after{transform:rotate(90deg)}.example-toggle::-webkit-details-marker{display:none}.example-toggle button{background:rgba(0,0,0,.1)!important;border:1px solid rgba(0,0,0,.2)!important;border-radius:6px!important;padding:.4rem .6rem!important;color:#000!important;font-size:.9rem!important;transition:all .2s ease!important;z-index:1;position:relative}.example-toggle button:hover{background:rgba(0,0,0,.15)!important;border-color:rgba(0,0,0,.3)!important}.example-icon{font-size:1.2rem;font-weight:300}.generate-example-button{padding:.5rem 1rem;background:#000;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s;margin-left:1rem}.generate-example-button:hover:not(:disabled){background:#333}.generate-example-button:disabled{opacity:.6;cursor:not-allowed}.example-content{padding:1.5rem;color:#333;line-height:1.6}.example-text{font-size:1rem}.example-error{background:#f8d7da;border:1px solid #f5c6cb;border-radius:4px;padding:1rem;color:#721c24}.retry-button{padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.9rem;transition:background .2s}.retry-button:hover{background:#c82333}.article-interpretacio{background:#edf1f6;border:1px solid rgba(94,116,148,.24);border-radius:12px;margin-bottom:1.5rem;overflow:hidden;box-shadow:0 10px 30px rgba(40,56,86,.09);transition:box-shadow .2s ease,transform .2s ease}.article-interpretacio:hover{box-shadow:0 16px 34px rgba(40,56,86,.13);transform:translateY(-1px)}.interpretacio-toggle{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;background:linear-gradient(135deg,#5c7599,#556d90 58%,#4f6588);color:#f7faff;font-weight:600;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:all .2s ease;position:relative}.interpretacio-toggle:hover{background:linear-gradient(135deg,#556c8f,#4f6486 58%,#485d7d)}.interpretacio-toggle:after{content:"";width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23fff' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%;transition:transform .3s ease;opacity:.9}.article-interpretacio[open] .interpretacio-toggle:after{transform:rotate(90deg)}.interpretacio-toggle::-webkit-details-marker{display:none}.article-panel-cta--interpretacio{background:hsla(0,0%,100%,.14)!important;color:#f3f8ff!important;border:1px solid hsla(0,0%,100%,.34)!important;border-radius:6px!important;padding:.4rem .8rem!important;font-size:.9rem!important;font-weight:500!important;transition:all .2s ease!important;z-index:1;position:relative;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.article-panel-cta--interpretacio:hover:not(:disabled){background:hsla(0,0%,100%,.22)!important;border-color:hsla(0,0%,100%,.5)!important;color:#fff!important}.article-panel-cta--interpretacio:disabled{opacity:.6;cursor:not-allowed}.interpretacio-actions-inline{margin-top:1rem;padding-top:.9rem;border-top:1px solid #e2e8f0;text-align:left}.interpretacio-actions-text{font-size:.9rem;color:#64748b;margin-bottom:.5rem}.interpretacio-expand-button{background-color:#f0f4f8;color:#005b8f;border:1px solid #005b8f;padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:700}.interpretacio-expand-button:hover{background-color:#e6edf4;color:#00466f;border-color:#00466f}.article-panel-loading{justify-self:center;font-size:.9rem;font-weight:500;color:hsla(0,0%,100%,.95)}.interpretacio-panel-content{padding:1.5rem;color:#333;line-height:1.7}.interpretacio-content{display:flex;flex-direction:column;gap:1.5rem}.interpretacio-resum{background:#fff;border-left:4px solid #f59e0b;padding:1.25rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.interpretacio-resum p{margin:.5rem 0;color:#374151;font-size:1rem;line-height:1.6}.interpretacio-context{background:#fff;border-left:4px solid #3b82f6;padding:1.25rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.interpretacio-context h3{margin:0 0 1rem;color:#1e40af;font-size:1.1rem;font-weight:600}.context-items{display:flex;flex-direction:column;gap:.75rem}.context-item{background:#eff6ff;padding:.75rem 1rem;border-radius:6px;color:#374151;font-size:.95rem;line-height:1.5}.context-item strong{color:#1e40af;display:block;margin-bottom:.25rem}.interpretacio-implicacions{background:#fff;border-left:4px solid #ef4444;padding:1.25rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.interpretacio-implicacions h3{margin:0 0 1rem;color:#991b1b;font-size:1.1rem;font-weight:600}.interpretacio-implicacions p{margin:.5rem 0;color:#374151;font-size:.95rem;line-height:1.6}.interpretacio-conceptes{background:#fff;border-left:4px solid #8b5cf6;padding:1.25rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.interpretacio-conceptes h3{margin:0 0 1rem;color:#6b21a8;font-size:1.1rem;font-weight:600}.interpretacio-conceptes ul{list-style:none;padding:0;margin:0}.interpretacio-conceptes li{background:#faf5ff;padding:.75rem 1rem;margin-bottom:.75rem;border-radius:6px;color:#374151;font-size:.95rem;line-height:1.5}.interpretacio-conceptes li:last-child{margin-bottom:0}.interpretacio-exemples{background:#fff;border-left:4px solid #10b981;padding:1.25rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.interpretacio-exemples h3{margin:0 0 1rem;color:#047857;font-size:1.1rem;font-weight:600}.exemples-content{display:flex;flex-direction:column;gap:1rem}.exemple-box{background:#f0fdf4;padding:1rem 1.25rem;border-radius:6px;border:1px solid #86efac;position:relative}.exemple-box:before{content:"💡";position:absolute;top:.75rem;left:-2.25rem;font-size:1.25rem}.exemple-box p{margin:0;color:#374151;font-size:.95rem;line-height:1.6}.interpretacio-articles-relacionats{background:#fff;border-left:4px solid #3b82f6;padding:1.25rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.05)}.interpretacio-articles-relacionats h3{margin:0 0 1rem;color:#1e40af;font-size:1.1rem;font-weight:600}.articles-relacionats-content p{margin:.5rem 0;color:#374151;font-size:.95rem;line-height:1.5}.interpretacio-avis{background:#fffbeb;border:1px solid #fde047;border-left:4px solid #eab308;padding:1rem 1.25rem;border-radius:6px;margin-top:.5rem}.interpretacio-avis p{margin:0;color:#713f12;font-size:.85rem;line-height:1.5;font-style:italic}.loading-state{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;color:#6b7280}.loading-state .spinner{width:40px;height:40px;border:3px solid #f3f4f6;border-top-color:#f59e0b;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.loading-state p{margin:0;font-size:.95rem}.error-state{background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:1.5rem;text-align:center}.error-message{color:#991b1b;font-size:.95rem;margin:0 0 1rem}.error-state .retry-button{margin-top:.5rem}@media (max-width:768px){.interpretacio-panel-content{padding:1rem}.exemple-box:before{position:relative;left:0;display:inline-block;margin-right:.5rem}.articles-relacionats-content p,.context-item,.exemple-box p,.interpretacio-conceptes li,.interpretacio-implicacions p{font-size:.9rem}}.article-jurisprudence{background:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;margin-bottom:2rem;overflow:hidden}.jurisprudence-toggle{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#0ea5e9;color:#fff;font-weight:600;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:background .2s}.jurisprudence-toggle:hover{background:#0284c7}.jurisprudence-toggle::-webkit-details-marker{display:none}.jurisprudence-count{justify-self:center;font-size:.85rem;font-weight:500;opacity:.9}.jurisprudence-icon{font-size:1.2rem;font-weight:300}.article-jurisprudence[open] .jurisprudence-icon{transform:rotate(45deg)}.jurisprudence-content{padding:1.5rem;color:#333;line-height:1.6}.jurisprudence-results{margin-top:.5rem}.jurisprudence-case{margin-bottom:1.5rem;padding:1.25rem;background:#fff;border-radius:8px;border:1px solid #e2e8f0;transition:box-shadow .2s,border-color .2s}.jurisprudence-case:hover{box-shadow:0 2px 8px rgba(14,165,233,.1);border-color:#bae6fd}.jurisprudence-case-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem}.jurisprudence-case-title{margin:0;font-size:1rem;font-weight:600;flex:1 1}.jurisprudence-link{color:#06c;text-decoration:none;transition:color .2s}.jurisprudence-link:hover{color:#0052a3;text-decoration:underline}.jurisprudence-case-number{font-size:.85rem;color:#666;font-weight:500;white-space:nowrap}.jurisprudence-case-meta{display:flex;gap:1.5rem;margin-bottom:.75rem;font-size:.85rem;color:#666;flex-wrap:wrap}.jurisprudence-court,.jurisprudence-date{display:flex;gap:.25rem}.jurisprudence-court strong,.jurisprudence-date strong{font-weight:600}.jurisprudence-snippet{margin:.75rem 0 0;font-size:.9rem;color:#333;line-height:1.6}.jurisprudence-disclaimer{margin-top:1.5rem;padding:1rem;background:#fff3cd;border-radius:4px;font-size:.9rem;color:#856404;line-height:1.5}.jurisprudence-disclaimer strong{font-weight:600}.article-content{font-size:1.05rem;line-height:1.8;color:#333}.article-content .article-paragraph{margin-bottom:1rem;text-align:justify}.article-content .article-paragraph-dashed,.article-content .article-paragraph-lettered,.article-content .article-paragraph-numbered{padding-left:1.8rem;text-indent:-1.35rem}.article-content .article-paragraph-dashed{text-indent:-1.1rem}.article-content .article-paragraph-dashed:first-letter,.article-content .article-paragraph-lettered:first-letter,.article-content .article-paragraph-numbered:first-letter{font-weight:600}.article-content h2{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:1rem;color:#1a1a1a}.article-content h3{font-size:1.25rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:#1a1a1a}.article-content p{margin-bottom:1rem}.article-content ol,.article-content ul{margin-left:2rem;margin-bottom:1rem}.article-content li{margin-bottom:.5rem}.article-content strong{font-weight:600;color:#1a1a1a}.article-nav,.article-navigation{display:flex;justify-content:space-between;gap:1rem;margin-top:.6rem;padding-top:0;border-top:none}.nav-link{display:flex;flex-direction:column;gap:.5rem;padding:.95rem 1rem;border-radius:1rem;background:#f1f3f3;border:1px solid hsla(245,5%,49%,.16);transition:all .2s ease;max-width:48%;text-decoration:none;position:relative;overflow:hidden}.nav-link:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#80d5cb;transform:scaleY(0);transition:transform .2s ease}.nav-link:hover{background:#e9eced;border-color:rgba(39,34,114,.26);box-shadow:0 12px 24px rgba(25,28,29,.06);transform:translateY(-1px)}.nav-link:hover:before{transform:scaleY(1)}.nav-link-label{font-size:.75rem;font-weight:600;color:#5a5866;text-transform:uppercase;letter-spacing:.13em;display:flex;align-items:center;gap:.5rem}.nav-link-title{font-weight:600;color:#1e293b;font-size:.95rem;line-height:1.4}.article-nav-top{gap:.75rem}.article-nav-top,.nav-link-top{display:flex;align-items:center}.nav-link-top{gap:.5rem;padding:.625rem 1rem;border-radius:8px;background:#f1f5f9;border:1px solid #e2e8f0;color:#475569;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease}.nav-link-top:hover{background:#2563eb;border-color:#2563eb;color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px rgba(37,99,235,.2)}.nav-link-top.disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.nav-link-icon{font-size:1.125rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem}.nav-link-text{font-weight:500}.article-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem}.homepage{gap:4rem;max-width:1200px;margin:0 auto;padding:3.5rem 2rem 4rem}.concept-banner,.homepage{display:flex;flex-direction:column}.concept-banner{background:linear-gradient(145deg,rgba(15,23,42,.03),rgba(76,110,245,.08) 50%,rgba(15,23,42,.02));border:1px solid rgba(76,110,245,.12);border-radius:28px;padding:2.5rem 2.5rem 2.75rem;box-shadow:0 25px 50px -30px rgba(15,23,42,.2);gap:1rem;align-items:flex-start}.concept-banner__kicker{display:block;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#475569;text-align:left;margin-bottom:.15rem}.concept-banner__title{font-size:1.85rem;font-weight:700;color:#0f172a;margin:0;text-align:left;line-height:1.25}.concept-banner__subtitle{text-align:left;color:#475569;font-size:1.05rem;line-height:1.6;margin:0;max-width:680px}.concept-banner__highlights{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem;width:100%}.concept-banner__highlight{display:flex;flex-direction:column;gap:.65rem;padding:1.2rem 1.25rem;background:hsla(0,0%,100%,.72);border:1px solid rgba(148,163,184,.22);border-radius:18px;box-shadow:0 14px 32px -26px rgba(15,23,42,.28)}.concept-banner__highlight-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#64748b}.concept-banner__highlight p{margin:0;font-size:.92rem;line-height:1.6;color:#334155}.concept-banner__actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;margin-top:.25rem}.concept-banner__link{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;border-radius:999px;font-weight:600;font-size:.95rem;background:rgba(15,23,42,.06);color:#1e293b;border:1px solid rgba(15,23,42,.12);transition:transform .2s ease,background .2s ease,color .2s ease;text-decoration:none}.concept-banner__link:hover{background:rgba(15,23,42,.12);transform:translateY(-2px)}@media (max-width:768px){.concept-banner{padding:1.75rem 1.25rem 2rem;border-radius:20px;row-gap:.8rem}.concept-banner__title{font-size:1.5rem}.concept-banner__subtitle{font-size:.95rem;text-align:center}.concept-banner__highlights{grid-template-columns:1fr}.concept-banner__actions,.concept-banner__kicker,.concept-banner__title{text-align:center;justify-content:center}}.hero-section{background:radial-gradient(circle at top left,rgba(76,110,245,.18),rgba(15,23,42,.05));border:1px solid rgba(15,23,42,.08);border-radius:32px;padding:3.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:3rem;gap:3rem;align-items:center;box-shadow:0 35px 60px -40px rgba(15,23,42,.45)}.hero-content{display:flex;flex-direction:column;gap:1.5rem}.hero-section>.hero-content:only-child{grid-column:1/-1;display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);grid-column-gap:2rem;column-gap:2rem;grid-row-gap:1.15rem;row-gap:1.15rem;align-items:flex-start}.hero-section>.hero-content:only-child .hero-actions,.hero-section>.hero-content:only-child .hero-kicker,.hero-section>.hero-content:only-child h1,.hero-section>.hero-content:only-child p{grid-column:1}.hero-section>.hero-content:only-child .article-summary,.hero-section>.hero-content:only-child .hero-featured,.hero-section>.hero-content:only-child .hero-metrics{grid-column:2}.hero-section>.hero-content:only-child .hero-metrics{justify-content:flex-start}.hero-section>.hero-content:only-child .hero-featured{margin-top:.5rem}.hero-content h1{font-size:3.1rem;line-height:1.1;font-weight:700;color:#0f172a}.hero-content p{font-size:1.15rem;color:#334155;line-height:1.8}.hero-kicker{font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:#475569}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.hero-primary,.hero-secondary{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.75rem;border-radius:999px;font-weight:600;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease,background .2s ease,color .2s ease}.hero-primary{background:linear-gradient(135deg,#4c6ef5,#7950f2);color:#fff;box-shadow:0 18px 35px rgba(76,110,245,.35)}.hero-primary:hover{transform:translateY(-3px);box-shadow:0 22px 42px rgba(76,110,245,.4)}.hero-secondary{background:rgba(15,23,42,.06);color:#1e293b;border:1px solid rgba(15,23,42,.12)}.hero-secondary:hover{background:rgba(15,23,42,.12);transform:translateY(-3px)}.hero-metrics{display:flex;gap:1.25rem;flex-wrap:wrap}.metrics-board{width:100%;justify-content:center;align-items:stretch;gap:1rem}.stats-bar{gap:1rem;background:hsla(0,0%,100%,.85);border:1px solid rgba(76,110,245,.15);border-radius:14px;padding:.65rem 1.25rem;box-shadow:0 4px 18px -8px rgba(15,23,42,.12);flex-wrap:wrap}.stats-bar,.stats-bar__total{display:flex;align-items:center}.stats-bar__total{flex-direction:column;white-space:nowrap;flex-shrink:0}.stats-bar__total strong{font-size:1.45rem;font-weight:800;color:#1d4ed8;line-height:1}.stats-bar__total span{font-size:.65rem;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.stats-bar__divider{width:1px;align-self:stretch;background:rgba(148,163,184,.4);flex-shrink:0}.stats-bar__chips{display:flex;flex-wrap:wrap;gap:.35rem;align-items:center}.stats-chip{font-size:.78rem;color:#475569;background:rgba(241,245,249,.8);border:1px solid rgba(148,163,184,.3);border-radius:6px;padding:.25rem .55rem;white-space:nowrap}.stats-chip b{color:#1d4ed8;font-weight:700;margin-right:.25rem}.stats-bar__sep{margin-left:.4rem;border-left:2px solid rgba(148,163,184,.4);padding-left:.75rem}.metrics-board__cluster{display:flex;gap:.9rem;flex-wrap:wrap;align-items:stretch;justify-content:center;padding:.75rem;border-radius:14px;border:1px dashed rgba(148,163,184,.45);background:hsla(0,0%,100%,.65)}.metric-card--compact{min-width:120px;padding:.85rem 1rem}.metric-card--compact strong{font-size:1.25rem}.metric-card--compact span{letter-spacing:.05em;font-size:.74rem}.metric-card{background:hsla(0,0%,100%,.85);border:1px solid rgba(76,110,245,.18);border-radius:14px;padding:1rem 1.5rem;display:flex;flex-direction:column;gap:.25rem;min-width:150px;box-shadow:0 18px 35px -25px rgba(15,23,42,.35)}.metric-card strong{font-size:1.6rem;color:#1d4ed8}.metric-card span{font-size:.85rem;color:#475569;text-transform:uppercase;letter-spacing:.08em}.hero-featured{display:flex;flex-direction:column;gap:.35rem;font-size:.95rem}.hero-featured a{color:#1d4ed8;font-weight:600}.featured-label{font-size:.75rem;letter-spacing:.18em;text-transform:uppercase;color:#475569}.hero-visual figure{margin:0;background:#fff;padding:1.5rem;border-radius:24px;border:1px solid rgba(15,23,42,.1);box-shadow:0 45px 60px -40px rgba(15,23,42,.35)}.hero-visual img{width:100%;height:auto;border-radius:18px;display:block}.hero-visual figcaption{margin-top:.75rem;font-size:.85rem;color:#64748b;text-align:center}.search-section{display:flex;justify-content:center}.search-section--global{width:100%;background:linear-gradient(180deg,rgba(248,250,252,.9),rgba(241,245,249,.65));border:1px solid rgba(148,163,184,.25);border-radius:24px;padding:2.8rem 2rem}.search-section--hub{width:100%;background:linear-gradient(180deg,rgba(248,250,252,.96),rgba(239,246,255,.82));border:1px solid rgba(96,165,250,.18);border-radius:28px;padding:2.6rem 2rem;box-shadow:0 28px 60px -42px rgba(15,23,42,.38)}.search-section__container{width:100%;max-width:920px;margin:0 auto}.search-section__header{text-align:center;margin-bottom:1.8rem}.search-section__title{margin:0;font-size:2rem;font-weight:700;color:#111827}.search-section__subtitle{margin:.85rem 0 0;color:#4b5563;font-size:1.05rem;line-height:1.65}.search-hub{display:flex;flex-direction:column;gap:1.35rem}.search-hub__mode-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.9rem;gap:.9rem}.search-hub__mode{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1rem 1.1rem;border-radius:18px;border:1px solid rgba(148,163,184,.24);background:hsla(0,0%,100%,.76);color:#334155;text-align:left;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease,background .2s ease}.search-hub__mode:hover{transform:translateY(-2px);border-color:rgba(59,130,246,.32);box-shadow:0 18px 32px -26px rgba(59,130,246,.38)}.search-hub__mode--active{border-color:rgba(37,99,235,.35);background:linear-gradient(180deg,rgba(219,234,254,.9),hsla(0,0%,100%,.95));box-shadow:0 22px 40px -28px rgba(37,99,235,.45)}.search-hub__mode-label{font-size:.98rem;font-weight:700;color:#0f172a}.search-hub__mode-description{font-size:.82rem;line-height:1.45;color:#475569}.search-hub__panel{padding:1.35rem;border-radius:22px;background:hsla(0,0%,100%,.86);border:1px solid rgba(148,163,184,.18);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.65)}.search-hub__panel-header{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.1rem}.search-hub__eyebrow{font-size:.76rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#2563eb}.search-hub__panel-header h3{margin:0;font-size:1.35rem;line-height:1.3;color:#0f172a}.search-hub__panel-header p{margin:0;font-size:.98rem;line-height:1.65;color:#475569}.search-hub__tool{width:100%}.search-hub__examples{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(226,232,240,.9)}.search-hub__examples-title{font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#64748b}.search-hub__example-list{display:flex;flex-wrap:wrap;gap:.65rem}.search-hub__example-chip{display:inline-flex;align-items:center;padding:.55rem .85rem;border-radius:999px;background:rgba(241,245,249,.92);border:1px solid rgba(203,213,225,.9);color:#334155;font-size:.87rem;line-height:1.3}.search-section--assistant{background:radial-gradient(circle at top left,rgba(76,110,245,.12),rgba(15,23,42,.03));border:1px solid rgba(15,23,42,.08);border-radius:28px;padding:2.75rem 3rem;width:100%;max-width:920px;margin:0 auto;box-shadow:0 30px 60px -40px rgba(15,23,42,.45)}.search-bar{display:flex;flex-direction:column;gap:1.5rem}.search-bar h2{font-size:2rem;font-weight:700;color:#0f172a}.search-bar__form{display:flex;flex-direction:column;gap:1rem}.search-bar__input{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.1rem;border-radius:18px;border:1px solid rgba(148,163,184,.4);background:hsla(0,0%,100%,.85);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.6);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.search-bar__input:focus-within{border-color:rgba(76,110,245,.45);box-shadow:0 15px 30px -20px rgba(76,110,245,.45);transform:translateY(-1px)}.search-bar__input input{flex:1 1;border:none;background:transparent;font-size:1.05rem;color:#0f172a;padding:0 .35rem}.search-bar__input input:focus{outline:none}.search-bar__input input::placeholder{color:#94a3b8}.search-bar__icon,.search-bar__icon--submit{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;border:none;background:linear-gradient(135deg,#4c6ef5,#7950f2);color:#fff;font-size:1.1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 18px 30px -22px rgba(76,110,245,.55)}.search-bar__icon--submit:hover,.search-bar__icon:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 24px 45px -24px rgba(76,110,245,.6)}.search-bar__helper{font-size:.85rem;color:#475569}.search-bar__quick-questions{display:flex;flex-wrap:wrap;gap:.75rem}.search-bar__quick-questions button{flex:1 1 200px;padding:.75rem 1rem;border-radius:14px;border:1px solid rgba(148,163,184,.3);background:rgba(248,250,252,.8);color:#1e293b;font-size:.9rem;font-weight:600;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease}.search-bar__quick-questions button:hover{border-color:rgba(76,110,245,.45);background:rgba(76,110,245,.08);box-shadow:0 16px 30px -24px rgba(76,110,245,.55);transform:translateY(-2px)}.search-bar__consent{display:flex;gap:.75rem;align-items:flex-start;font-size:.85rem;color:#475569;line-height:1.6;background:rgba(248,250,252,.75);border:1px solid rgba(148,163,184,.25);border-radius:14px;padding:.9rem 1rem}.search-bar__consent input{margin-top:.2rem;width:1.15rem;height:1.15rem;border-radius:4px;border:1px solid rgba(148,163,184,.6)}.search-bar__consent span{flex:1 1}.search-bar__error{margin:.35rem 0 0;font-size:.82rem;font-weight:600;color:#dc2626}.articles-section--stacked{margin-top:0}.status-section--compact{margin-top:.5rem}.ai-tools-section header,.articles-section header,.overview-section header,.titles-section header{display:flex;flex-direction:column;gap:.5rem}.ai-tools-section h2,.articles-section h2,.overview-section h2,.titles-section h2{font-size:2rem;font-weight:700;color:#0f172a}.articles-section h2 a{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.articles-section h2 a:hover{text-decoration:underline;text-underline-offset:.18em}.articles-section h3 a{color:inherit;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem}.articles-section h3 a:hover{text-decoration:underline;text-underline-offset:.18em}.title-card h3 a{display:inline-flex;align-items:center;gap:.5rem}.section-link-icon{font-size:1.2rem;opacity:.7;transition:opacity .2s ease}.articles-section h2 a:hover .section-link-icon,.articles-section h3 a:hover .section-link-icon,.title-card h3 a:hover .section-link-icon{opacity:1}.ai-tools-section p,.articles-section p,.overview-section p,.titles-section p{color:#475569;font-size:1.05rem;line-height:1.7}.overview-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.75rem;gap:1.75rem}.info-card{background:#fff;border-radius:20px;border:1px solid rgba(148,163,184,.25);padding:2rem;box-shadow:0 25px 45px -35px rgba(15,23,42,.3);transition:transform .25s ease,box-shadow .25s ease}.info-card:hover{transform:translateY(-6px);box-shadow:0 35px 60px -30px rgba(15,23,42,.35)}.info-card h3{font-size:1.3rem;margin-bottom:.75rem;color:#1f2937}.info-card p{margin:0;color:#475569;line-height:1.7}.titles-grid{margin-top:2.5rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2rem;gap:2rem}.title-card{background:#0f172a;color:#e2e8f0;border-radius:24px;padding:2rem;display:flex;flex-direction:column;gap:1rem;position:relative;overflow:hidden;box-shadow:0 35px 60px -25px rgba(15,23,42,.55)}.title-card:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(76,110,245,.35),transparent 60%);opacity:.7;pointer-events:none}.title-card>*{position:relative;z-index:1}.title-icon{font-size:1.8rem}.title-head{display:flex;flex-direction:column;gap:.15rem}.title-name{font-size:.9rem;letter-spacing:.2em;text-transform:uppercase;color:rgba(226,232,240,.75)}.title-card h3{font-size:1.4rem;margin:0}.title-card h3 a{color:inherit;text-decoration:none}.title-card h3 a:hover{text-decoration:underline;text-underline-offset:.18em}.title-card p{color:rgba(226,232,240,.85);line-height:1.7}.title-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem}.title-count{font-weight:600;color:rgba(226,232,240,.8)}.title-footer a{color:#93c5fd;font-weight:600}.articles-groups{margin-top:2.5rem;display:flex;flex-direction:column;gap:1.25rem}.law-family-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1.25rem;gap:1.25rem}.law-family-card{background:#fff;border:1px solid rgba(148,163,184,.24);border-radius:22px;padding:1.4rem;box-shadow:0 22px 40px -34px rgba(15,23,42,.4);display:flex;flex-direction:column;gap:1rem}.law-family-card__header h3{margin:0;font-size:1.2rem;color:#0f172a}.law-family-card__header p{margin:.4rem 0 0;font-size:.95rem;color:#475569;line-height:1.6}.law-family-card__laws{display:grid;grid-template-columns:1fr;grid-gap:.9rem;gap:.9rem}.law-mini-card{border-radius:16px;border:1px solid rgba(148,163,184,.3);background:linear-gradient(145deg,rgba(248,250,252,.95),rgba(241,245,249,.75));padding:1rem 1rem 1.05rem;display:flex;flex-direction:column;gap:.55rem}.law-mini-card__icon{font-size:1.2rem}.law-mini-card__head{display:flex;flex-direction:column;gap:.2rem}.law-mini-card__badge{font-size:.72rem;letter-spacing:.12em;text-transform:uppercase;font-weight:700;color:#475569}.law-mini-card h4{margin:0;font-size:1.02rem;line-height:1.35}.law-mini-card h4 a{color:#0f172a;text-decoration:none}.law-mini-card h4 a:hover{text-decoration:underline}.law-mini-card p{margin:0;color:#475569;font-size:.9rem;line-height:1.5}.law-mini-card__footer{margin-top:.25rem;display:flex;justify-content:space-between;align-items:center;gap:.8rem;font-size:.82rem}.law-mini-card__footer span{color:#334155;font-weight:600}.law-mini-card__footer a{color:#1d4ed8;font-weight:600;text-decoration:none}.law-mini-card__footer a:hover{text-decoration:underline}.articles-group{border:1px solid rgba(148,163,184,.3);border-radius:18px;background:#fff;overflow:hidden;transition:box-shadow .2s ease}.articles-group[open]{box-shadow:0 30px 60px -35px rgba(15,23,42,.35)}.articles-summary{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 2.5rem;background:linear-gradient(135deg,rgba(15,23,42,.03),rgba(76,110,245,.08));cursor:pointer;list-style:none}.articles-summary::-webkit-details-marker{display:none}.articles-empty{padding:1.5rem 2.5rem 2rem;color:#475569;font-size:.95rem}.summary-left{display:flex;align-items:center;gap:1rem}.summary-icon{font-size:1.4rem}.summary-left p{margin:.35rem 0 0;font-size:.95rem;color:#475569}.summary-count{font-size:.9rem;color:#334155;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.articles-list{list-style:none;margin:0;padding:1.5rem 2rem 2rem;display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.articles-list li a{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.25rem;border-radius:12px;border:1px solid rgba(148,163,184,.3);color:#1e293b;background:rgba(248,250,252,.7);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.articles-list li a:hover{border-color:rgba(37,99,235,.45);transform:translateY(-3px);box-shadow:0 18px 30px -20px rgba(37,99,235,.35)}.articles-subsection{padding:1.5rem 2.5rem 0;border-top:1px solid rgba(148,163,184,.25)}.articles-subsection:first-of-type{border-top:none;padding-top:1.75rem}.articles-subsection-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:1rem;color:#0f172a}.articles-subsection-head h3{margin:0;font-size:1.1rem;font-weight:600}.articles-subsection-head span{font-size:.85rem;color:#475569;text-transform:uppercase;letter-spacing:.08em}.articles-subsection .articles-list{padding:0 0 1.75rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.articles-list .article-number{font-size:.85rem;color:#2563eb;font-weight:600;letter-spacing:.15em;text-transform:uppercase}.articles-list .article-title{font-size:1.05rem;font-weight:600;color:#0f172a}.ai-tools-grid{margin-top:2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1.75rem;gap:1.75rem}.ai-card{border-radius:20px;border:1px solid rgba(76,110,245,.2);background:linear-gradient(135deg,rgba(76,110,245,.12),rgba(76,110,245,.02));padding:2rem;box-shadow:0 25px 45px -30px rgba(15,23,42,.35);display:flex;flex-direction:column;gap:.75rem}.ai-card h3{margin:0;font-size:1.3rem;color:#1f2937}.ai-card p{color:#475569;line-height:1.7}.project-note{background:rgba(15,23,42,.05);border:1px solid rgba(15,23,42,.1);border-radius:18px;padding:1.75rem 2rem;font-size:.95rem;color:#475569;text-align:center}.accordion{border:1px solid #e5e5e5;border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(0,0,0,.06);overflow:hidden;transition:box-shadow .2s ease,transform .2s ease}.accordion:not(:first-of-type){margin-top:1.5rem}.accordion:hover{box-shadow:0 12px 30px rgba(0,0,0,.08);transform:translateY(-2px)}.accordion>summary::-webkit-details-marker{display:none}.accordion-summary{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;cursor:pointer;list-style:none;font-size:1.3rem;font-weight:600;color:#1a1a1a;background:linear-gradient(135deg,#f7f9fc,#edf2ff)}.accordion-title{flex:1 1}.accordion-icon{font-size:1.4rem;color:#4c6ef5;transition:transform .2s ease}details[open] .accordion-summary{border-bottom:1px solid #e5e5e5}details[open] .accordion-icon{transform:rotate(90deg)}.accordion-content{padding:1.75rem 2rem;background:#fff}.homepage-section h2{font-size:2rem;font-weight:600;margin-bottom:1.5rem;color:#1a1a1a;padding-bottom:.75rem;border-bottom:2px solid #e5e5e5}.homepage-section p{font-size:1.1rem;line-height:1.8;color:#333;margin-bottom:1.5rem}.toc-accordion{border:1px solid #e5e5e5;border-radius:10px;margin-bottom:1rem;background:#fdfdff;transition:border-color .2s ease,box-shadow .2s ease}.toc-accordion:last-child{margin-bottom:0}.toc-accordion>summary::-webkit-details-marker{display:none}.toc-accordion-summary{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;cursor:pointer;font-weight:600;color:#1a1a1a;background:linear-gradient(135deg,rgba(76,110,245,.08),rgba(76,110,245,.16))}.toc-accordion-title{flex:1 1;font-size:1.05rem}.toc-accordion-count{font-size:.9rem;color:#4c6ef5;font-weight:500}.toc-accordion .accordion-icon{font-size:1.2rem}details[open].toc-accordion{border-color:#4c6ef5;box-shadow:0 10px 24px rgba(76,110,245,.12);background:#fff}details[open].toc-accordion .toc-accordion-summary{border-bottom:1px solid rgba(76,110,245,.2)}.features-list,.structure-list{list-style:none;margin:1.5rem 0}.features-list li,.structure-list li{padding:1rem;margin-bottom:1rem;background:#f9f9f9;border-radius:8px;border-left:4px solid #06c;font-size:1.05rem;line-height:1.7}.features-list li strong{color:#06c;font-weight:600}.structure-list li{border-left-color:#28a745}.structure-list li strong{color:#28a745}.homepage-cta{text-align:center;margin-top:4rem;padding:3rem 0;border-top:2px solid #e5e5e5}.cta-button{display:inline-block;padding:1rem 2.5rem;background:#06c;color:#fff;font-size:1.2rem;font-weight:600;border-radius:8px;transition:all .3s;text-decoration:none}.cta-button:hover{background:#0052a3;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,102,204,.3)}.index-container{max-width:1000px;margin:0 auto;padding:2rem}.index-header{margin-bottom:3rem}.index-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:#1a1a1a}.index-subtitle{font-size:1.2rem;color:#666;line-height:1.6}.toc{margin-top:3rem}.toc-section{margin-bottom:2rem}.toc-section-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a;padding-bottom:.5rem;border-bottom:2px solid #e5e5e5}.toc-list{list-style:none}.toc-item{margin-bottom:.75rem}.toc-item a{display:flex;align-items:center;padding:.75rem;border-radius:6px;color:#333;transition:all .2s}.toc-item a:hover{background:#f5f5f5;color:#06c}.toc-item-number{font-weight:600;color:#666;margin-right:.75rem;min-width:60px}.toc-item-title{flex:1 1}.prudencia-chat-launcher{position:fixed;bottom:24px;left:24px;z-index:140;width:64px;height:64px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;font-size:1.5rem;box-shadow:0 18px 35px -18px rgba(29,78,216,.65);cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.prudencia-chat-launcher:focus-visible,.prudencia-chat-launcher:hover{transform:translateY(-1px) scale(1.03);box-shadow:0 24px 40px -18px rgba(29,78,216,.75);outline:none}.prudencia-chat-launcher__icon{line-height:1}@media (max-width:640px){.prudencia-chat-launcher{bottom:20px;left:20px;width:54px;height:54px;font-size:1.35rem}}.prudencia-chat-overlay{position:fixed;inset:0;z-index:130;display:flex;align-items:flex-end;justify-content:center;padding:20px;background:rgba(15,23,42,.45);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (min-width:640px){.prudencia-chat-overlay{align-items:center}}.prudencia-chat-backdrop{position:absolute;inset:0;background:transparent}.prudencia-chat-window{position:relative;z-index:1;width:min(620px,calc(100% - 32px));max-height:90vh;padding:0;border-radius:20px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 30px 70px -40px rgba(15,23,42,.45);display:flex;flex-direction:column;overflow:hidden;transition:transform .25s ease,width .25s ease,height .25s ease}.prudencia-chat-window--maximized{width:min(960px,calc(100% - 80px));height:calc(100vh - 80px)}@media (max-width:640px){.prudencia-chat-window{width:100%;max-height:min(90vh,640px)}}.prudencia-chat-header{display:flex;justify-content:space-between;gap:20px;padding:18px 22px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.prudencia-chat-header__title h2{margin:0;font-size:1rem;font-weight:600;color:#0f172a}.prudencia-chat-header__title p{margin:4px 0 0;font-size:.8rem;color:#475569}.prudencia-chat-header__actions{display:flex;gap:10px}.prudencia-chat-header__button{padding:6px 12px;border-radius:8px;border:1px solid #cbd5f5;background:#fff;color:#334155;font-size:.75rem;font-weight:600;cursor:pointer;transition:background .2s ease,border-color .2s ease}.prudencia-chat-header__button:hover{background:#eef2ff;border-color:#a5b4fc}.prudencia-chat-body{display:flex;flex-direction:column;gap:16px;padding:18px 22px;flex:1 1;min-height:0;background:linear-gradient(180deg,#fff,#f8fafc)}.prudencia-chat-info{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:.75rem;color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;padding:12px;line-height:1.6}.prudencia-chat-info__text{display:flex;flex-direction:column;gap:4px}.prudencia-chat-info code{display:inline-block;margin-left:6px;padding:2px 6px;background:#e2e8f0;border-radius:6px;font-size:.73rem;color:#1e293b}.prudencia-chat-info__dismiss{flex-shrink:0;border:none;background:transparent;color:#1d4ed8;font-weight:600;font-size:.75rem;padding:6px 10px;border-radius:8px;cursor:pointer;transition:background .2s ease,color .2s ease}.prudencia-chat-info__dismiss:hover{background:rgba(59,130,246,.1);color:#1e3a8a}@media (max-width:640px){.prudencia-chat-info{flex-direction:column;align-items:flex-start;gap:10px}.prudencia-chat-info__dismiss{align-self:flex-end}}.prudencia-chat-messages{flex:1 1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding-right:4px}.prudencia-chat-messages::-webkit-scrollbar{width:6px}.prudencia-chat-messages::-webkit-scrollbar-thumb{background:rgba(148,163,184,.6);border-radius:999px}.prudencia-chat-empty{font-size:.85rem;color:#475569}.prudencia-chat-message{display:flex;flex-direction:column;gap:8px;border-radius:12px;border:1px solid #e2e8f0;padding:12px 14px;font-size:.9rem;line-height:1.6;max-width:85%}.prudencia-chat-message--user{align-self:flex-end;background:#e0ebff;border-color:#bfd8ff;color:#1e3a8a}.prudencia-chat-message--assistant{align-self:flex-start;background:#f8fafc;border-color:#e2e8f0;color:#0f172a}.prudencia-chat-message__author{font-weight:600;font-size:.8rem;color:#475569}.prudencia-chat-message__content{margin:0;white-space:pre-wrap}.prudencia-chat-sources{background:hsla(0,0%,100%,.8);border-radius:10px;padding:10px;font-size:.75rem;color:#334155;border:1px solid rgba(148,163,184,.35)}.prudencia-chat-sources p{margin:0 0 6px;font-weight:600}.prudencia-chat-sources ul{margin:0;padding-left:18px}.prudencia-chat-sources li span{font-weight:600}.prudencia-chat-form{display:flex;flex-direction:column;gap:14px}.prudencia-chat-field{display:flex;flex-direction:column;gap:6px;font-size:.85rem;color:#1f2937}.prudencia-chat-field label{font-weight:600}.prudencia-chat-select,.prudencia-chat-textarea{width:100%;border-radius:10px;border:1px solid #cbd5f5;background:#fff;padding:10px 12px;font-size:.9rem;color:#1e293b;transition:border-color .2s ease,box-shadow .2s ease}.prudencia-chat-select:focus,.prudencia-chat-textarea:focus{border-color:#6366f1;box-shadow:0 0 0 3px rgba(99,102,241,.2);outline:none}.prudencia-chat-textarea{min-height:120px;resize:vertical}.prudencia-chat-actions{display:flex;align-items:center;justify-content:space-between;gap:12px}.prudencia-chat-submit{display:inline-flex;align-items:center;gap:8px;padding:10px 20px;border-radius:999px;border:none;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease}.prudencia-chat-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 15px 30px -18px rgba(79,70,229,.75)}.prudencia-chat-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.prudencia-chat-error{font-size:.75rem;color:#dc2626;margin:0}.prudencia-chat-footer{padding:14px 22px;border-top:1px solid #e2e8f0;background:#f8fafc}.prudencia-chat-footer p{margin:0;font-size:.7rem;line-height:1.5;color:#475569}.main-content{min-height:calc(100vh - 320px);padding-bottom:4rem;background:#fafbfc}.footer{background:#0f172a;color:#e2e8f0;padding:3rem 0 2rem;border-top:1px solid hsla(0,0%,100%,.08)}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:2.5rem;gap:2.5rem}.footer-col{display:flex;flex-direction:column;gap:.75rem}.footer-title{font-size:1.2rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.footer-text{font-size:.95rem;line-height:1.7;color:#cbd5f5}.footer-label{font-size:.95rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#94a3b8}.footer-label--spaced{margin-top:1rem}.footer-links{list-style:none;display:flex;flex-direction:column;gap:.5rem;padding:0;margin:0}.footer-links a{color:#e2e8f0;font-size:.95rem;transition:color .2s}.footer-links a:hover{color:#94a3b8}.footer-bottom{margin-top:2.5rem;padding:1.5rem 2rem 0;border-top:1px solid hsla(0,0%,100%,.08);max-width:1200px;margin-left:auto;margin-right:auto;font-size:.85rem;color:#94a3b8;text-align:center}.page-container{max-width:960px;margin:0 auto;padding:3rem 2rem 5rem}.legal-card{background:#fff;border-radius:18px;border:1px solid rgba(0,0,0,.08);box-shadow:0 20px 40px rgba(15,23,42,.12);padding:3rem;line-height:1.75}.legal-header{margin-bottom:2.5rem}.legal-header h1{font-size:2.4rem;color:#1a1a1a;margin-bottom:1rem}.legal-subtitle{font-size:1.1rem;color:#4b5563;max-width:700px}.legal-section{margin-bottom:2.5rem}.legal-section h2{font-size:1.6rem;color:#1a1a1a;margin-bottom:1rem;border-left:4px solid #4c6ef5;padding-left:.75rem}.legal-section p{color:#2d3748;margin-bottom:1rem;font-size:1.05rem}.legal-footer{padding-top:2rem;border-top:1px solid rgba(0,0,0,.08);font-size:.95rem;color:#4b5563}@media (max-width:768px){.main-container{grid-template-columns:1fr;gap:2rem}.sidebar{position:relative;top:0;max-height:none;align-self:auto}.sidebar-box{height:auto}.header-content{flex-direction:column;gap:1rem}.nav{flex-wrap:wrap;justify-content:center}.article-title{font-size:1.5rem}.article-nav,.article-navigation{flex-direction:column;gap:1rem}.nav-link{max-width:100%}.article-title-row{flex-direction:column;align-items:flex-start;gap:1rem}.article-nav-top{width:100%;justify-content:space-between}.section-toggle{padding:.875rem 1rem}.section-articles{padding-left:2rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-col,.footer-links{align-items:center}.footer-bottom{margin-top:2rem;padding:1.5rem 1rem 0}.main-content{min-height:auto}.homepage{padding:2.5rem 1.5rem 3rem;gap:3rem}.hero-section{grid-template-columns:1fr;padding:2.5rem}.hero-content h1{font-size:2.35rem}.hero-section>.hero-content:only-child{grid-template-columns:1fr;row-gap:1rem}.hero-section>.hero-content:only-child .article-summary,.hero-section>.hero-content:only-child .hero-actions,.hero-section>.hero-content:only-child .hero-featured,.hero-section>.hero-content:only-child .hero-kicker,.hero-section>.hero-content:only-child .hero-metrics,.hero-section>.hero-content:only-child h1,.hero-section>.hero-content:only-child p{grid-column:1}.hero-actions{flex-direction:column;align-items:stretch}.hero-visual{order:-1}.hero-metrics{gap:.75rem}.search-section--assistant{padding:2.25rem 1.75rem;border-radius:24px}.search-section--hub{padding:2rem 1.25rem;border-radius:24px}.search-hub__mode-list{grid-template-columns:1fr}.search-hub__panel{padding:1rem}.search-hub__panel-header h3{font-size:1.15rem}.search-hub__example-list{gap:.5rem}.search-bar h2{font-size:1.65rem}.search-bar__input{grid-template-columns:auto 1fr auto;gap:.6rem;padding:.75rem .9rem}.search-bar__icon,.search-bar__icon--submit{width:40px;height:40px;border-radius:12px;font-size:1rem}.search-bar__quick-questions{flex-direction:column;gap:.65rem}.search-bar__quick-questions button{flex:1 1 auto}.search-bar__consent{flex-direction:column;align-items:flex-start;gap:.55rem}.search-bar__consent input{margin-top:0}.ai-tools-grid,.overview-grid,.titles-grid{grid-template-columns:1fr}.articles-summary{flex-direction:column;align-items:flex-start;gap:1rem}.articles-list{grid-template-columns:1fr;padding:1.25rem 1.25rem 1.75rem}.legal-card{padding:2rem}.legal-header h1{font-size:1.8rem}.legal-section h2{font-size:1.3rem}}.chatbot-bubble{position:fixed;bottom:2rem;right:2rem;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;box-shadow:0 8px 24px rgba(37,99,235,.4);cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1000;transition:transform .2s,box-shadow .2s}.chatbot-bubble:hover{transform:scale(1.1);box-shadow:0 12px 32px rgba(37,99,235,.5)}.chatbot-bubble:active{transform:scale(.95)}.chatbot-modal{position:fixed;bottom:2rem;right:2rem;width:420px;max-width:calc(100vw - 4rem);height:600px;max-height:calc(100vh - 4rem);background:#fff;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.3);display:flex;flex-direction:column;z-index:1001;overflow:hidden}.chatbot-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:1.25rem 1.5rem;border-radius:20px 20px 0 0}.chatbot-header-content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.chatbot-title{display:flex;align-items:center;gap:.75rem;font-weight:600;font-size:1.1rem}.chatbot-icon{font-size:1.5rem}.chatbot-controls{display:flex;gap:.75rem;align-items:center;flex:1 1;justify-content:flex-end}.chatbot-code-selector{flex:1 1;max-width:180px}.chatbot-book-select,.chatbot-code-select{width:100%;padding:.5rem .75rem;border-radius:8px;border:1px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.15);color:#fff;font-size:.85rem;cursor:pointer;transition:all .2s ease;font-family:inherit}.chatbot-book-select:hover,.chatbot-code-select:hover{background:hsla(0,0%,100%,.25);border-color:hsla(0,0%,100%,.4)}.chatbot-book-select:focus,.chatbot-code-select:focus{outline:none;background:hsla(0,0%,100%,.3);border-color:hsla(0,0%,100%,.5)}.chatbot-book-select option,.chatbot-code-select option{background:#1d4ed8;color:#fff;padding:.5rem}.chatbot-book-select{max-width:140px;font-size:.8rem}.chatbot-close{background:hsla(0,0%,100%,.2);border:none;color:#fff;width:32px;height:32px;border-radius:8px;cursor:pointer;font-size:1.25rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.chatbot-close:hover{background:hsla(0,0%,100%,.3)}.chatbot-messages{flex:1 1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background:#f8fafc}.chatbot-messages::-webkit-scrollbar{width:8px}.chatbot-messages::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#94a3b8}.chatbot-welcome{padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.05)}.chatbot-welcome p{margin-bottom:.75rem;color:#475569;line-height:1.6}.chatbot-welcome p:last-child{margin-bottom:0}.chatbot-welcome strong{color:#1e293b}.chatbot-message{display:flex;flex-direction:column;gap:.5rem;padding:1rem 1.25rem;border-radius:12px;max-width:85%;word-wrap:break-word}.chatbot-message-user{align-self:flex-end;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.chatbot-message-assistant{align-self:flex-start;background:#fff;color:#1e293b;box-shadow:0 2px 8px rgba(0,0,0,.05)}.chatbot-message-content{line-height:1.6}.chatbot-message-content p{margin-bottom:.5rem}.chatbot-message-content p:last-child{margin-bottom:0}.chatbot-sources{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(0,0,0,.1);font-size:.85rem}.chatbot-sources strong{display:block;margin-bottom:.5rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.chatbot-sources ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.chatbot-sources li{padding:.5rem;background:rgba(37,99,235,.05);border-radius:6px}.chatbot-sources a{color:#2563eb;text-decoration:none;transition:color .2s}.chatbot-sources a:hover{color:#1d4ed8;text-decoration:underline}.source-code{font-weight:600;color:#1d4ed8}.chatbot-loading{display:flex;align-items:center;gap:.5rem;padding:1rem;color:#64748b;font-size:.9rem}.chatbot-loading-dots{display:flex;gap:.25rem}.chatbot-loading-dot{width:6px;height:6px;border-radius:50%;background:#94a3b8;animation:chatbot-pulse 1.4s ease-in-out infinite}.chatbot-loading-dot:nth-child(2){animation-delay:.2s}.chatbot-loading-dot:nth-child(3){animation-delay:.4s}@keyframes chatbot-pulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.chatbot-input-container{padding:1rem 1.5rem;background:#fff;border-top:1px solid #e2e8f0}.chatbot-privacy{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem;padding:.75rem;background:#f1f5f9;border-radius:8px;font-size:.8rem;color:#475569}.chatbot-privacy input[type=checkbox]{margin-top:.2rem;cursor:pointer}.chatbot-input-wrapper{display:flex;gap:.75rem;align-items:flex-end}.chatbot-input{flex:1 1;padding:.75rem 1rem;border:1px solid #e2e8f0;border-radius:12px;font-size:.9rem;resize:none;min-height:44px;max-height:120px;font-family:inherit;transition:border-color .2s,box-shadow .2s;overflow-y:auto;line-height:1.5}.chatbot-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px rgba(37,99,235,.1)}.chatbot-send{padding:.75rem 1.5rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;min-height:44px}.chatbot-send:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 16px rgba(37,99,235,.3);background:linear-gradient(135deg,#1d4ed8,#1e40af)}.chatbot-send:active:not(:disabled){transform:translateY(0)}.chatbot-send:disabled{opacity:.5;cursor:not-allowed;transform:none}.chatbot-send svg{width:20px;height:20px;display:block}@media (max-width:768px){.search-section--global{padding:2.2rem 1.2rem}.search-section__title{font-size:1.55rem}.search-section__subtitle{font-size:.95rem}.metrics-board__cluster{width:100%;justify-content:flex-start}.metric-card--compact{min-width:108px;flex:1 1 108px}.law-family-grid{grid-template-columns:1fr}.chatbot-modal{bottom:0;right:0;width:100%;max-width:100%;height:100%;max-height:100%;border-radius:0}.chatbot-bubble{bottom:1.5rem;right:1.5rem;width:56px;height:56px}.chatbot-header{border-radius:0}}.jurisprudencia-case{background:#f0f4ff!important;border-left:4px solid!important;border-color:#d4c5f9!important}.jurisprudencia-case:hover{background:#e8edff!important;border-left-color:#5a4fcf!important;box-shadow:0 2px 8px rgba(108,92,231,.15)!important}.article-jurisprudencia{border-radius:12px!important;margin-bottom:1.5rem!important;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:box-shadow .2s ease,transform .2s ease}.article-jurisprudencia:hover{box-shadow:0 4px 12px rgba(108,92,231,.2)!important;transform:translateY(-1px)}.jurisprudencia-toggle{background:linear-gradient(135deg,#6c5ce7,#5a4fcf)!important;color:#fff!important;padding:1.25rem 1.5rem!important;border-radius:0!important;font-weight:600!important;position:relative!important;transition:all .2s ease!important}.jurisprudencia-toggle:hover{background:linear-gradient(135deg,#5a4fcf,#4a3fbf)!important}.jurisprudencia-toggle::-webkit-details-marker{display:none}.jurisprudencia-toggle button{background:hsla(0,0%,100%,.2)!important;border:1px solid hsla(0,0%,100%,.3)!important;border-radius:6px!important;padding:.4rem .6rem!important;color:#fff!important;font-size:.9rem!important;transition:all .2s ease!important;z-index:1;position:relative}.jurisprudencia-toggle button:hover{background:hsla(0,0%,100%,.3)!important;border-color:hsla(0,0%,100%,.5)!important}.jurisprudencia-toggle:after{content:"";width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%;transition:transform .3s ease;opacity:.9;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.article-jurisprudencia[open] .jurisprudencia-toggle:after{transform:translateY(-50%) rotate(90deg)}.doctrina-case{background:#f0fdf4!important;border-left:4px solid!important;border-color:#c3e6cb!important}.doctrina-case:hover{background:#e8f5e9!important;border-left-color:#218838!important;box-shadow:0 2px 8px rgba(40,167,69,.15)!important}.article-doctrina{border-radius:12px!important;margin-bottom:1.5rem!important;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05);transition:box-shadow .2s ease,transform .2s ease}.article-doctrina:hover{box-shadow:0 4px 12px rgba(40,167,69,.2)!important;transform:translateY(-1px)}.doctrina-toggle{background:linear-gradient(135deg,#28a745,#218838)!important;color:#fff!important;padding:1.25rem 1.5rem!important;border-radius:0!important;font-weight:600!important;position:relative!important;transition:all .2s ease!important}.doctrina-toggle:hover{background:linear-gradient(135deg,#218838,#1e7e34)!important}.doctrina-toggle::-webkit-details-marker{display:none}.doctrina-toggle button{background:hsla(0,0%,100%,.2)!important;border:1px solid hsla(0,0%,100%,.3)!important;border-radius:6px!important;padding:.4rem .6rem!important;color:#fff!important;font-size:.9rem!important;transition:all .2s ease!important;z-index:1;position:relative}.doctrina-toggle button:hover{background:hsla(0,0%,100%,.3)!important;border-color:hsla(0,0%,100%,.5)!important}.doctrina-toggle:after{content:"";width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='white' stroke-width='2.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9 5l7 7-7 7'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:50%;transition:transform .3s ease;opacity:.9;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%)}.article-doctrina[open] .doctrina-toggle:after{transform:translateY(-50%) rotate(90deg)}