:root{color-scheme:light;--nav: #18365a;--nav-soft: #1d456b;--nav-active: #275f86;--nav-line: #7fa5c2;--nav-text: #edf8fb;--nav-accent: #d8ae45;--ink: #102a43;--ink-strong: #072f54;--muted: #5f7284;--line: #d6e0e8;--surface: #ffffff;--surface-soft: #f5f8fb;--surface-warm: #f8fafc;--sec-side: #dfe4e7;--sec-side-line: #aab2b8;--sec-active: #078c82;--sec-link: #1d5f9f;--source-masthead-height: 144px;--source-masthead-mobile-height: 176px;--doj-blue: #18395d;--doj-link: #0065a8;--doj-gold: #f2b632;--source-page-gutter: clamp(20px, 2.2vw, 38px);--source-page-gutter-end: clamp(32px, 3vw, 56px);--list-scroll-pad-end: 8px;--shadow-soft: 0 8px 24px rgba(16, 42, 67, .08);--font-sans: Inter, "PingFang SC", "Microsoft YaHei", "Segoe UI", Arial, sans-serif;--font-serif: Georgia, "Times New Roman", "Songti SC", serif}*{box-sizing:border-box}html,body{margin:0;height:100%;min-height:100%;overflow:hidden;background:var(--surface);color:var(--ink);font-family:var(--font-sans)}body{min-width:320px}button,input,select{font:inherit}button{cursor:pointer}h1,h2,h3,p,ul{margin:0}ul{padding-left:18px}#app{height:100vh;min-height:100vh}.app-shell{--sidebar-width: 272px;position:relative;display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);height:100vh;min-height:100vh;overflow:hidden;background:var(--surface);transition:grid-template-columns .22s ease}.app-shell.sidebar-collapsed{--sidebar-width: 86px}.global-sidebar{display:flex;flex-direction:column;gap:14px;min-height:0;padding:18px 16px;overflow:hidden;color:#fff;background:#18365a;border-right:1px solid #2b587d;transition:gap .22s ease,padding .22s ease}.sidebar-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.sidebar-toggle{display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:46px;height:46px;padding:0;margin-top:2px;color:#d7e7f3;background:#1f466cc2;border:1px solid rgba(143,177,205,.5);border-radius:15px;box-shadow:inset 0 1px #ffffff12,0 8px 18px #0416222e;transition:color .18s ease,background-color .18s ease,border-color .18s ease,transform .18s ease}.sidebar-toggle:hover{color:#fff;background:#28557ef0;border-color:#b5d1e5b3}.sidebar-toggle:focus-visible{outline:2px solid rgba(214,236,253,.92);outline-offset:2px}.sidebar-toggle-icon{display:block;width:20px;height:20px;flex:0 0 auto}.brand-block{display:block;flex:1 1 auto;min-height:52px}.brand-copy p{margin-bottom:3px;color:#9fb7ca;font-size:10px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.brand-copy h1{font-size:20px;line-height:1.12}.brand-copy small{display:block;margin-top:4px;color:#c8d8e6;font-size:12px}.section-label{margin:5px 0 -3px;color:#dceaf3;font-size:13px;font-weight:800}.source-nav{display:grid;grid-auto-rows:max-content;align-content:start;flex:1 1 auto;gap:10px;min-height:0;overflow:auto}.source-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:10px;align-items:center;width:100%;min-height:56px;padding:9px 10px;color:var(--nav-text);text-align:left;background:linear-gradient(135deg,#224d70f0,#1c4165f5),var(--nav-soft);border:1px solid #37658b;border-radius:10px;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease}.source-card:hover{background:linear-gradient(135deg,#2a5b82fa,#1f4c74fa),var(--nav-soft);border-color:#668fb0;box-shadow:inset 0 0 0 1px #a0c2dc2e}.source-card.active{background:linear-gradient(135deg,#2d668dfa,#22567efa),var(--nav-active);border-color:var(--nav-line);box-shadow:inset 0 0 0 1px #a4cae347,0 8px 18px #0416222e}.source-logo{display:grid;place-items:center;width:40px;height:40px;overflow:hidden;background:#eef5fb;border-radius:9px;transition:background-color .16s ease,box-shadow .16s ease}.source-card.active .source-logo{background:#f5f9fc;box-shadow:0 0 0 2px #d8ae4547,0 5px 12px #04162229}.source-logo img{width:33px;height:33px;object-fit:contain}.source-card-copy{min-width:0;transition:opacity .18s ease}.source-card-copy strong,.source-card-copy small{display:block}.source-card-copy strong{margin-bottom:3px;font-size:14px;line-height:1.15}.source-card-copy small{color:#c3d2d8;font-size:11px;line-height:1.35}.sidebar-version{display:grid;gap:8px;margin-top:auto;padding:7px 8px 0;color:#d8e8f4b8;border-top:1px solid rgba(159,192,216,.2)}.sidebar-version-label{display:block;font-size:10px;font-weight:900;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.client-update-note{display:block;color:#d8e8f4e0;font-size:11px;font-weight:800;letter-spacing:.02em;line-height:1.35;text-transform:none}.client-update-note.error{color:#f5b7a7}.client-update-button{width:100%;border:1px solid rgba(216,174,69,.55);border-radius:999px;padding:7px 10px;color:#10222d;background:linear-gradient(135deg,#f6d982,#d8ae45);box-shadow:0 8px 18px #0416222e;cursor:pointer;font-size:11px;font-weight:900;letter-spacing:.04em}.client-update-button.muted{color:#d9ebf5;background:#ffffff14;border-color:#9fc0d847;box-shadow:none}.client-update-button:hover{transform:translateY(-1px)}.app-shell.sidebar-collapsed .global-sidebar{align-items:center;gap:18px;padding-inline:10px}.app-shell.sidebar-collapsed .sidebar-head{flex-direction:column;align-items:center}.app-shell.sidebar-collapsed .brand-block,.app-shell.sidebar-collapsed .section-label,.app-shell.sidebar-collapsed .sidebar-version{display:none}.app-shell.sidebar-collapsed .source-nav{width:100%;justify-items:center;overflow:visible}.app-shell.sidebar-collapsed .source-card{grid-template-columns:1fr;justify-items:center;width:56px;min-height:56px;padding:8px;gap:0}.app-shell.sidebar-collapsed .source-card.active{border-color:#aacce4db;box-shadow:inset 0 0 0 1px #bedcee42,0 8px 18px #04162229}.app-shell.sidebar-collapsed .source-card-copy{display:none;opacity:0}.app-shell.sidebar-collapsed .source-logo{width:38px;height:38px}.status-panel{margin-top:auto;padding:10px;color:#d7e8f4;background:#0b3e60;border:1px solid #1b5c83;border-radius:12px}.status-panel>span,.status-panel>strong{display:block}.status-panel>span{margin-bottom:4px;color:#9fc0d8;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.status-panel>strong{margin-bottom:8px;overflow-wrap:anywhere;font-size:12px;line-height:1.35}.status-panel>p{color:#c5d7e4;font-size:13px;line-height:1.5}.status-lines{display:grid;gap:10px;margin-top:14px}.status-line{padding-top:10px;border-top:1px solid rgba(159,192,216,.25)}.status-line span,.status-line strong{display:block}.status-line span{margin-bottom:4px;color:#9fc0d8;font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.status-line strong{font-size:12px;line-height:1.35}.workspace{display:flex;height:100vh;min-width:0;min-height:0;flex-direction:column;overflow:hidden}.workspace-topbar{display:flex;flex:0 0 auto;align-items:flex-start;justify-content:space-between;gap:20px;padding:20px 28px 18px;border-bottom:1px solid var(--line);background:#fff}.sec-masthead,.doj-masthead{position:relative;align-items:center;height:var(--source-masthead-height);padding:20px clamp(28px,7vw,118px) 22px}.sec-masthead{color:#1f2f3f;background:#fff;border-top:1px solid #e2e8ef;border-bottom:6px solid var(--sec-active)}.sec-brand-lockup,.doj-brand-lockup{display:flex;align-items:center;gap:18px;min-width:0;max-width:min(620px,calc(100% - 380px))}.sec-masthead-seal,.doj-masthead-seal{flex:0 0 auto;width:clamp(78px,7vw,94px);height:clamp(78px,7vw,94px);object-fit:contain}.sec-masthead-copy{display:grid;gap:4px;min-width:0}.sec-masthead-copy span{color:#516575;font-size:12px;font-weight:800;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.sec-masthead-copy strong{color:#172f45;font-size:clamp(26px,2.4vw,32px);line-height:1.12}.sec-topbar-tools .locale-toggle{background:#f2f6f8}.sec-topbar-tools .locale-toggle button.active,.sec-topbar-tools .primary-button{color:#fff;background:#005ea8;border-color:#005ea8}.doj-masthead{color:#fff;background:linear-gradient(180deg,#254e709e,#18365a00 38%),linear-gradient(135deg,#19395efa,#143051fa),var(--nav);border-top:1px solid rgba(255,255,255,.36);border-bottom:6px solid var(--doj-gold);box-shadow:inset 0 1px #ffffff38}.doj-masthead-copy{display:grid;gap:8px;min-width:0;font-family:var(--font-serif);text-shadow:0 1px 0 rgba(0,0,0,.18)}.doj-masthead-copy strong,.doj-masthead-copy span{display:block;color:#fff;overflow-wrap:anywhere}.doj-masthead-copy strong{font-size:clamp(30px,3vw,40px);font-weight:700;line-height:1.02}.doj-masthead-copy span{font-size:clamp(19px,2vw,26px);font-weight:700;line-height:1.1}.sec-topbar-tools,.doj-topbar-tools{position:absolute;top:14px;right:clamp(18px,3.4vw,48px);justify-content:flex-end}.doj-topbar-tools .locale-toggle{background:#ffffff1a;border-color:#ffffff42}.doj-topbar-tools .locale-toggle button,.doj-topbar-tools .toolbar-button{color:#fff}.doj-topbar-tools .locale-toggle button.active,.doj-topbar-tools .toolbar-button{background:#ffffff24;border-color:#ffffff52}.doj-topbar-tools .toolbar-button:hover,.doj-topbar-tools .locale-toggle button:hover{background:#ffffff38}.doj-topbar-tools .primary-button{color:#16375b;background:var(--doj-gold);border-color:var(--doj-gold)}.topbar-copy p{margin-bottom:5px;color:var(--muted);font-size:12px;font-weight:800;text-transform:uppercase}.topbar-copy h2{font-size:24px;line-height:1.15}.topbar-tools,.toolbar-group{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.locale-toggle{display:inline-flex;padding:3px;background:#edf2f7;border:1px solid var(--line);border-radius:8px}.locale-toggle button,.toolbar-button{min-height:34px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}.locale-toggle button{min-width:42px;border:0;background:transparent;font-weight:800}.locale-toggle button.active{color:#fff;background:#164c73}.toolbar-button{display:inline-flex;align-items:center;justify-content:center;padding:0 14px;font-weight:800}.icon-button{min-width:34px;padding:0;font-size:18px;line-height:1}.primary-button{min-width:102px;color:#fff;background:#164c73;border-color:#164c73}.routebar{display:flex;flex:0 0 auto;align-items:center;gap:16px;padding:14px 28px;background:var(--surface-soft);border-bottom:1px solid var(--line)}.route-code{display:inline-grid;min-width:52px;height:28px;place-items:center;color:#fff;background:#123e63;border-radius:999px;font-size:12px;font-weight:900;letter-spacing:.08em}.routebar strong{font-size:15px}.routebar p{color:var(--muted);font-size:13px;line-height:1.45}.workspace-body{flex:1 1 auto;min-height:0;padding:0 28px;overflow:hidden}.workspace-body.sec-body,.sec-body,.workspace-body.doj-body,.doj-body{display:grid;grid-template-columns:224px minmax(0,1fr);gap:0;height:100%;min-height:0;padding-inline:0}.content-scroll{min-width:0;min-height:0;overflow:auto;scrollbar-gutter:stable}.detail-page{grid-column:1 / -1;width:100%;background:radial-gradient(circle at 12% 0%,rgba(22,76,115,.09),transparent 34%),linear-gradient(180deg,#f7fafc,#fff 42%)}.sec-detail-page{background:#fff}.section-nav{min-width:0;min-height:0;overflow:auto}.section-nav button{display:block;width:100%;text-align:left}.sec-nav{background:var(--sec-side);border-right:1px solid #c6cdd1}.doj-nav{background:#e8eef5;border-right:1px solid #c9d5e2}.sec-nav button{min-height:50px;padding:14px 16px;color:#20252b;background:var(--sec-side);border:0;border-bottom:1px solid var(--sec-side-line);font-size:16px;font-weight:500;line-height:1.24}.doj-nav button{min-height:50px;padding:14px 16px;color:#173754;background:#e8eef5;border:0;border-bottom:1px solid #c9d5e2;font-size:16px;font-weight:600;line-height:1.24}.sec-nav button.active{color:#fff;background:var(--sec-active);font-weight:800}.doj-nav button.active{color:#fff;background:#17436c;font-weight:800}.source-page{display:flex;min-height:0;flex-direction:column;gap:46px;padding-top:46px}.doj-source-page,.sec-source-page{height:100%;gap:16px;overflow:hidden;padding-top:18px}.source-block{min-width:0;min-height:0}.content-scroll.source-page{overflow:hidden}.sec-page,.doj-page{display:flex;flex:1 1 auto;min-height:0;flex-direction:column}.sec-page,.placeholder-page{padding:0 var(--source-page-gutter-end) 0 var(--source-page-gutter)}.page-crumbs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:18px;color:var(--muted);font-size:13px;font-weight:700}.page-crumbs strong:before,.page-crumbs span+span:before{content:"/";margin-right:10px;color:#93a3b3}.page-crumbs span:first-child:before{content:"";margin-right:0}.sec-page h2,.placeholder-head h2{color:var(--ink-strong);font-size:44px;line-height:1.08}.page-lead{max-width:860px;margin:16px 0 0;color:#1f2f3d;font-size:18px;line-height:1.6}.sec-link-button,.link-button{display:inline-flex;align-items:center;min-height:46px;margin-top:26px;padding:0 20px;color:#fff;background:var(--sec-link);border:0;border-radius:8px;font-size:15px;font-weight:900}.sec-search-panel label,.doj-search-panel label{display:grid;gap:8px;min-width:0}.sec-search-panel span,.doj-search-panel span,.doj-sort-row span{color:#222;font-size:17px;font-weight:500}.sec-search-panel input,.doj-search-panel input{width:100%;min-width:0;min-height:44px;padding:0 12px;color:#20252b;background:#fff;border:1px solid #7f8790;border-radius:0;font-size:17px}.page-note{margin-bottom:18px;color:var(--muted);font-size:14px;line-height:1.55}.section-toolbar{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:14px;margin:10px 0 16px}.panel-label{color:var(--ink-strong);font-size:14px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}.panel-count{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;color:#0f4f7c;background:#edf4fb;border:1px solid #b5ccde;border-radius:999px;font-size:12px;font-weight:900}.pagination-bar{display:flex;align-items:center;justify-content:flex-end;gap:12px}.pagination-bar-top{margin-bottom:12px}.pagination-bar-bottom{margin-top:14px}.pagination-button,.inline-action-button{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 14px;color:#164c73;background:#fff;border:1px solid #b5ccde;border-radius:8px;font-size:13px;font-weight:800}.pagination-button:disabled{color:#8aa0b2;background:#f5f8fb;border-color:#d7e2ec;cursor:not-allowed}.pagination-status{display:inline-flex;align-items:center;gap:8px;min-width:92px;color:#516577;font-size:13px;font-weight:800}.pagination-spinner,.loading-spinner{display:inline-block;width:16px;height:16px;border:2px solid #c7d6e2;border-top-color:#0f6ea4;border-radius:50%;animation:pagination-spin .7s linear infinite}.loading-spinner{flex:0 0 auto;width:22px;height:22px;border-width:3px}.pagination-bar.is-loading .pagination-status{color:#164c73}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;white-space:nowrap;border:0;clip:rect(0,0,0,0)}@keyframes pagination-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.pagination-spinner,.loading-spinner{animation-duration:1.4s}}.list-page-shell{display:flex;flex:1 1 auto;min-height:0;flex-direction:column;width:100%;max-width:1080px}.sec-list-page-shell,.doj-list-page-shell{max-width:none;overflow:hidden}.pagination-dock{flex:0 0 auto}.pagination-dock-bottom{padding-bottom:18px}.list-scroll-region{flex:1 1 auto;min-height:0;overflow:auto;overscroll-behavior:contain;padding-right:var(--list-scroll-pad-end);scrollbar-gutter:stable}.detail-page-shell{display:grid;gap:16px;width:min(980px,100%);max-width:100%}.detail-nav-row{display:flex;align-items:center;justify-content:space-between;gap:18px;min-width:0}.detail-back-link{justify-self:start;padding:0;color:#1d5f9f;background:transparent;border:0;font-size:15px;font-weight:800}.detail-back-link:hover{text-decoration:underline}.sec-detail-page{padding:44px 32px 72px}.sec-detail-page .detail-page-shell{margin:0 auto}.sec-article-shell{gap:22px;width:min(1260px,100%)}.sec-article-shell .detail-back-link{color:#004b7a;font-size:14px}.sec-article-shell .detail-crumbs{display:none}.sec-article-page{width:min(980px,100%);padding-bottom:36px;color:#202124;background:#fff}.sec-article-eyebrow{margin-bottom:26px;color:#202124;font-size:24px;font-weight:900;line-height:1;text-transform:uppercase}.sec-article-page h1{max-width:920px;color:#003f6f;font-size:72px;font-weight:900;line-height:1.08;letter-spacing:0}.sec-article-original{max-width:900px;margin-top:18px;color:#5a6670;font-size:17px;line-height:1.5}.sec-article-type{margin-top:54px;color:#202124;font-size:34px;font-weight:900;line-height:1.15;text-transform:uppercase}.sec-article-number{margin-top:34px;color:#202124;font-size:34px;font-weight:900;line-height:1.2}.sec-article-body{max-width:900px;margin-top:44px}.sec-article-body p{margin-top:24px;color:#202124;font-size:24px;line-height:1.42}.sec-article-body p:first-child{margin-top:0}.sec-article-body strong{font-weight:900}.sec-article-empty{max-width:860px;margin-top:36px;color:#5a6670;font-size:20px;line-height:1.5}.sec-article-facts,.sec-article-links{max-width:900px;margin-top:48px;padding-top:28px;border-top:1px solid #d7e0e8}.sec-article-facts h2,.sec-article-links h2{margin-bottom:18px;color:#202124;font-size:22px;font-weight:900}.sec-article-facts dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 24px;margin:0}.sec-article-facts div{min-width:0}.sec-article-facts dt{color:#5a6670;font-size:13px;font-weight:900}.sec-article-facts dd{margin:6px 0 0;color:#202124;font-size:16px;line-height:1.45}.sec-article-links>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sec-article-link{display:grid;gap:4px;min-height:70px;padding:14px 16px;color:#003f6f;background:#f6f9fb;border:1px solid #d7e0e8;border-radius:8px;text-align:left}.sec-article-link span{font-size:15px;font-weight:900}.sec-article-link small{color:#5a6670;font-size:12px}.doj-detail-page{padding-top:48px}.detail-crumbs{margin-bottom:0}.records-shell{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:22px;align-items:start}.list-panel,.detail-panel{min-width:0}.detail-panel{width:100%;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-soft)}.detail-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 18px 14px;border-bottom:1px solid #e2e8f0}.detail-head>div{flex:1 1 320px;min-width:0}.detail-head h3{margin-top:8px;color:var(--ink-strong);font-size:22px;line-height:1.28}.detail-kicker{display:inline-flex;margin-bottom:2px;color:#1d5f9f;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.detail-head p{margin-top:8px;color:#334a5f;font-size:14px;line-height:1.55}.detail-head .sec-translation-badge{margin-bottom:6px}.sec-subpage-head{align-items:stretch}.sec-subpage-head>div{flex:1 1 100%}.sec-subpage-head .detail-link{margin-left:auto}.detail-link{display:inline-flex;flex:0 1 auto;align-self:flex-start;align-items:center;justify-content:center;gap:7px;max-width:100%;min-height:36px;padding:0 14px;color:#fff;background:#164c73;border:0;border-radius:8px;font-size:13px;font-weight:900;white-space:nowrap}.detail-link-icon{width:16px;height:16px;flex:0 0 auto}.detail-tabs{display:flex;gap:8px;padding:14px 18px 0;flex-wrap:wrap}.detail-tab{min-height:34px;padding:0 14px;color:#335069;background:#f2f6fa;border:1px solid #d7e2ec;border-radius:999px;font-size:13px;font-weight:800}.detail-tab.active{color:#fff;background:#164c73;border-color:#164c73}.detail-body{padding:18px}.detail-empty{padding:6px 18px 18px}.detail-empty strong{display:block;color:var(--ink-strong);font-size:18px}.detail-empty p{margin-top:8px;color:var(--muted);font-size:14px;line-height:1.55}.summary-section h4,.fact-section h4,.attachment-section h4,.related-link-section h4,.tag-section h4{margin-bottom:14px;color:var(--ink-strong);font-size:15px;font-weight:900}.summary-section p{margin-top:10px;color:#253a4d;font-size:15px;line-height:1.7}.summary-section p:first-of-type{margin-top:0}.detail-source-text{margin:0;white-space:pre-wrap;word-break:break-word;font:500 .88rem/1.7 SFMono-Regular,ui-monospace,Menlo,Monaco,Consolas,Liberation Mono,monospace;color:#253a4d}.formal-translation-section{padding:14px 16px;background:#f7fafc;border:1px solid #d7e5ee;border-radius:8px}.fact-section+.attachment-section,.fact-section+.related-link-section,.fact-section+.summary-section,.fact-section+.fact-section,.related-link-section+.summary-section,.related-link-section+.fact-section,.summary-section+.fact-section,.fact-section+.tag-section,.summary-section+.tag-section,.formal-translation-section+.formal-translation-section{margin-top:20px}.fact-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0}.fact-grid div{min-height:88px;padding:12px 14px;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px}.fact-grid dt{margin-bottom:8px;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.fact-grid dd{margin:0;color:#183046;font-size:14px;line-height:1.55}.record-tags{display:flex;flex-wrap:wrap;gap:8px}.tag-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;color:#0f4f7c;background:#edf4fb;border:1px solid #d0dfeb;border-radius:999px;font-size:12px;font-weight:800}.attachment-list,.related-link-list{display:grid;gap:10px}.related-link-row{display:grid;gap:5px;padding:12px 14px;color:#17334a;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none}.related-link-row:hover strong{color:#005ea2;text-decoration:underline;text-underline-offset:3px}.related-link-row strong{font-size:14px;line-height:1.35}.related-link-row span{color:var(--muted);font-size:12px;line-height:1.45;overflow-wrap:anywhere}.attachment-row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;width:100%;padding:12px 14px;text-align:left;background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px}.attachment-row strong,.attachment-row span{display:block}.attachment-row strong{color:#17334a;font-size:14px}.attachment-row span{color:var(--muted);font-size:13px;line-height:1.45}.attachment-kind{display:none}.doj-detail-page{padding:32px 34px 54px}.doj-detail-page.detail-page{background:radial-gradient(circle at 12% 0%,rgba(22,76,115,.09),transparent 34%),linear-gradient(180deg,#f7fafc,#fff 42%)}.doj-detail-page .detail-page-shell{gap:18px;width:min(1160px,100%);margin:0 auto}.doj-detail-page .detail-back-link{min-height:38px;padding:0 16px;background:#fff;border:1px solid #d6e3ee;border-radius:999px;box-shadow:0 10px 24px #112d4814;font-size:14px}.doj-detail-page .detail-back-link:before{content:"<";margin-right:8px}.doj-detail-page .detail-back-link:hover{color:#0d426c;border-color:#b8ccdc;text-decoration:none;transform:translateY(-1px)}.doj-detail-page .detail-crumbs{display:flex;justify-content:flex-end;min-width:0;color:#6a7d8f;font-size:13px;font-weight:800;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.doj-detail-page .detail-crumbs strong{min-width:0;overflow:hidden;color:#344c61;text-overflow:ellipsis}.doj-detail-page .detail-panel{border-radius:18px;box-shadow:0 28px 70px #1635521f;overflow:hidden}.doj-detail-page .detail-head{gap:24px;padding:30px 32px 28px;background:linear-gradient(135deg,#164c7314,#fff0 42%),#fff;border-bottom:1px solid #dde8f2}.doj-detail-page .detail-title-block{display:grid;gap:0}.doj-detail-page .detail-head h3{max-width:860px;margin-top:0;font-size:clamp(28px,3vw,42px);letter-spacing:-.035em;line-height:1.08}.doj-detail-page .detail-head p{max-width:820px;margin-top:12px;font-size:16px;line-height:1.65}.doj-detail-page .detail-hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:880px;margin:22px 0 0}.doj-detail-page .detail-hero-facts div{min-width:0;padding:12px 14px;background:#ffffffc7;border:1px solid #dce7f1;border-radius:14px}.doj-detail-page .detail-hero-facts dt{margin-bottom:6px;color:#65798b;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.doj-detail-page .detail-hero-facts dd{margin:0;color:#17334a;font-size:14px;font-weight:850;line-height:1.45}.doj-detail-page .detail-link{min-height:40px;padding:0 14px;color:#1a547c;background:#f7fbff;border:1px solid #cbdceb;border-radius:9px;box-shadow:none;font-size:14px}.doj-detail-page .detail-link:hover{color:#0d426c;background:#edf5fb;border-color:#abc6da}.doj-detail-page .detail-tabs{gap:10px;padding:18px 32px 0}.doj-detail-page .detail-tab{min-height:42px;padding:0 18px;background:#f6f9fc;font-size:14px}.doj-detail-page .detail-tab.active{color:#fff;background:#164c73;border-color:#164c73}.doj-detail-page .detail-body{padding:26px 32px 32px}.doj-unified-detail-body,.doj-formal-translation-content{display:grid;gap:28px}.doj-unified-detail-body>*,.doj-formal-translation-content>*{margin-top:0}.doj-detail-page .summary-section h4,.doj-detail-page .fact-section h4,.doj-detail-page .attachment-section h4,.doj-detail-page .related-link-section h4,.doj-detail-page .tag-section h4{margin-bottom:14px;font-size:17px}.doj-detail-page .summary-section p{max-width:900px;margin-top:12px;font-size:17px;line-height:1.76}.doj-detail-page .formal-translation-section{padding:18px 20px;background:#f8fbfe;border-color:#d7e5ee;border-left:4px solid #164c73}.doj-detail-page .fact-section+.attachment-section,.doj-detail-page .fact-section+.related-link-section,.doj-detail-page .fact-section+.summary-section,.doj-detail-page .fact-section+.fact-section,.doj-detail-page .related-link-section+.summary-section,.doj-detail-page .related-link-section+.fact-section,.doj-detail-page .summary-section+.fact-section,.doj-detail-page .fact-section+.tag-section,.doj-detail-page .summary-section+.tag-section,.doj-detail-page .formal-translation-section+.formal-translation-section{margin-top:28px}.doj-detail-page .fact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.doj-detail-page .fact-grid div{min-height:104px;padding:16px 18px;background:linear-gradient(180deg,#f8fbfe,#f4f8fc);border-radius:14px}.doj-detail-page .fact-grid dt{margin-bottom:10px}.doj-detail-page .fact-grid dd{font-size:16px}.doj-detail-page .tag-chip{min-height:32px;padding:0 14px;font-size:13px}.doj-detail-page .attachment-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.doj-detail-page .attachment-row{align-items:center;gap:16px;min-height:74px;padding:16px 18px;background:#f8fbfe;border-radius:14px}.doj-detail-page .attachment-row:hover{border-color:#bdd4e6;box-shadow:0 14px 28px #164c731a;transform:translateY(-1px)}.doj-detail-page .attachment-copy{display:grid;gap:5px;min-width:0}.doj-detail-page .attachment-row strong{font-size:15px}.doj-detail-page .attachment-kind{display:block;flex:0 0 auto;min-width:52px;padding:5px 8px;color:#0f4f7c;background:#edf5fb;border:1px solid #cdddeb;border-radius:999px;font-size:11px;font-weight:900;text-align:center}.sec-detail-page{padding:32px 34px 54px}.sec-detail-page.detail-page{background:linear-gradient(180deg,#f7fafc,#fff 44%)}.sec-detail-page .detail-page-shell{gap:18px;width:min(1160px,100%);margin:0 auto}.sec-detail-page .detail-back-link{min-height:38px;padding:0 16px;color:#125f66;background:#fff;border:1px solid #c8dfdf;border-radius:999px;box-shadow:0 10px 24px #11484814;font-size:14px}.sec-detail-page .detail-back-link:before{content:"<";margin-right:8px}.sec-detail-page .detail-back-link:hover{color:#075c55;border-color:#9fc7c5;text-decoration:none;transform:translateY(-1px)}.sec-detail-page .detail-crumbs{display:flex;justify-content:flex-end;min-width:0;color:#647987;font-size:13px;font-weight:800;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.sec-detail-page .detail-crumbs strong{min-width:0;overflow:hidden;color:#304d56;text-overflow:ellipsis}.sec-detail-page .detail-panel{border-color:#cfdfdf;border-radius:18px;box-shadow:0 28px 70px #14434b1c;overflow:hidden}.sec-detail-page .detail-head{gap:24px;padding:30px 32px 28px;background:linear-gradient(135deg,#078c8214,#fff0 42%),#fff;border-bottom:1px solid #d8e7e7}.sec-detail-page .detail-title-block{display:grid;gap:0}.sec-detail-page .detail-kicker{color:#08766e}.sec-detail-page .detail-head h3{max-width:880px;margin-top:0;font-size:38px;letter-spacing:0;line-height:1.12}.sec-detail-page .detail-head p{max-width:840px;margin-top:12px;font-size:16px;line-height:1.65}.sec-detail-page .detail-hero-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-width:900px;margin:22px 0 0}.sec-detail-page .detail-hero-facts div{min-width:0;padding:12px 14px;background:#ffffffd1;border:1px solid #d8e7e7;border-radius:14px}.sec-detail-page .detail-hero-facts dt{margin-bottom:6px;color:#5f7880;font-size:11px;font-weight:900;letter-spacing:0;text-transform:uppercase}.sec-detail-page .detail-hero-facts dd{margin:0;color:#173b42;font-size:14px;font-weight:850;line-height:1.45}.sec-detail-page .detail-link{min-height:40px;padding:0 14px;color:#125f66;background:#f7fcfc;border:1px solid #c8dfdf;border-radius:9px;box-shadow:none;font-size:14px}.sec-detail-page .detail-link:hover{color:#075c55;background:#eef8f7;border-color:#9fc7c5}.sec-detail-page .detail-tabs{gap:10px;padding:18px 32px 0}.sec-detail-page .detail-tab{min-height:42px;padding:0 18px;background:#f6fafb;border-color:#d1e3e3;font-size:14px}.sec-detail-page .detail-tab.active{color:#fff;background:var(--sec-active);border-color:var(--sec-active)}.sec-detail-page .detail-body{padding:26px 32px 32px}.sec-unified-detail-body,.sec-formal-translation-content{display:grid;gap:28px}.sec-unified-detail-body>*,.sec-formal-translation-content>*{margin-top:0}.sec-formal-translation-group>h4{margin-bottom:14px;color:var(--ink-strong);font-size:17px;font-weight:900}.sec-detail-page .summary-section h4,.sec-detail-page .fact-section h4,.sec-detail-page .attachment-section h4,.sec-detail-page .related-link-section h4,.sec-detail-page .tag-section h4{margin-bottom:14px;font-size:17px}.sec-detail-page .summary-section p{max-width:100%;margin-top:12px;font-size:17px;line-height:1.76}.sec-original-section{padding-bottom:2px}.sec-original-head{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:10px 18px;max-width:100%;margin-bottom:16px}.sec-original-head h4{margin-bottom:0}.sec-original-meta{display:flex;flex-wrap:wrap;gap:8px}.sec-original-meta span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;color:#125f66;background:#eef8f7;border:1px solid #c8dfdf;border-radius:999px;font-size:12px;font-weight:900}.sec-original-body{max-width:100%}.sec-original-body strong{color:#173b42;font-weight:900}.sec-detail-page .formal-translation-section{padding:18px 20px;background:#f8fbfb;border-color:#d8e7e7;border-left:4px solid var(--sec-active)}.sec-detail-page .fact-section+.attachment-section,.sec-detail-page .fact-section+.related-link-section,.sec-detail-page .fact-section+.summary-section,.sec-detail-page .fact-section+.fact-section,.sec-detail-page .related-link-section+.summary-section,.sec-detail-page .related-link-section+.fact-section,.sec-detail-page .summary-section+.fact-section,.sec-detail-page .fact-section+.tag-section,.sec-detail-page .summary-section+.tag-section,.sec-detail-page .formal-translation-section+.formal-translation-section{margin-top:28px}.sec-detail-page .fact-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.sec-detail-page .fact-grid div{min-height:104px;padding:16px 18px;background:linear-gradient(180deg,#f9fcfc,#f4f9f9);border-color:#d8e7e7;border-radius:14px}.sec-detail-page .fact-grid dt{margin-bottom:10px;letter-spacing:0}.sec-detail-page .fact-grid dd{font-size:16px}.sec-detail-page .attachment-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.sec-detail-page .attachment-row{align-items:center;gap:16px;min-height:74px;padding:16px 18px;background:#f9fcfc;border-color:#d8e7e7;border-radius:14px}.sec-detail-page .attachment-row:hover{border-color:#a9cfcd;box-shadow:0 14px 28px #0770681a;transform:translateY(-1px)}.sec-detail-page .attachment-copy{display:grid;gap:5px;min-width:0}.sec-detail-page .attachment-row strong{font-size:15px}.sec-detail-page .attachment-kind{display:block;flex:0 0 auto;min-width:52px;padding:5px 8px;color:#125f66;background:#eef8f7;border:1px solid #c8dfdf;border-radius:999px;font-size:11px;font-weight:900;text-align:center}.sec-release-table{width:100%;min-width:720px;border-collapse:collapse;color:#222;background:#fff;border:1px solid #1f1f1f;font-family:Arial,Helvetica Neue,Helvetica,sans-serif}.sec-release-table th{position:sticky;top:0;z-index:2;padding:10px 15px;color:#222;background:#d9d9d9;border-bottom:2px solid #1f1f1f;font-size:16px;font-weight:700;text-align:left}.sec-release-table th:first-child{width:150px;background:#92d3e4;border-right:1px solid #1f1f1f}.sec-release-table td{padding:10px 15px 12px;border-top:1px solid #1f1f1f;font-size:14px;line-height:1.45;vertical-align:top}.sec-release-table td:first-child{border-right:1px solid #1f1f1f;font-size:15px;line-height:1.35;white-space:nowrap}.interactive-row{cursor:pointer;transition:background-color .16s ease}.interactive-row:hover{background:#f8f8f8}.interactive-row.selected{background:#f2f7fa}.interactive-row>td>strong,.interactive-row>td>span{display:block}.sec-row-title-link,.sec-row-title-text{display:inline-block;color:#551a8b;font-size:14px;font-weight:400;line-height:1.35;text-decoration:underline;text-underline-offset:1px;overflow-wrap:anywhere}.sec-row-title-link:hover{color:#2f006f}.sec-row-translation{display:grid;gap:3px;margin-top:5px;padding:0;color:#333;background:transparent;border:0}.sec-translation-badge{display:inline-flex;align-items:center;width:max-content;max-width:100%;min-height:0;padding:0;color:#333;background:transparent;border:0;border-radius:0;font-size:13px;font-weight:700;line-height:1.2}.sec-translation-badge.pending{color:#333;background:transparent;border-color:transparent}.sec-source-title{display:block;color:#333;font-size:13px;line-height:1.35;overflow-wrap:anywhere}.sec-translation-snippet{margin:0;color:#333;font-size:13px;line-height:1.4}.sec-translation-snippet.pending{color:#6b5a36}.sec-row-title-link:visited,.sec-meta-link:visited{color:#551a8b}.sec-row-meta-list{display:grid;gap:2px;margin-top:5px}.sec-row-meta-line{color:#222;font-size:14px;line-height:1.35}.sec-row-meta-label{display:inline;margin-right:4px;font-weight:700}.sec-row-meta-value{display:inline;min-width:0}.sec-meta-link{color:#551a8b;text-decoration:underline;text-underline-offset:1px;overflow-wrap:anywhere}.sec-meta-link:hover{color:#2f006f}.sec-link-icon{display:inline-block;margin-left:3px;font-size:.9em;font-weight:900;line-height:1}.interactive-row .sec-link-icon{display:inline-block}.sec-sort-indicator{display:inline-block;margin-left:10px;font-size:.95em;font-weight:900;line-height:1}.empty-row strong,.empty-row span{display:block;max-width:100%}.empty-row strong{margin-bottom:8px;color:var(--ink-strong);font-size:18px}.empty-row .loading-title,.doj-empty-row .loading-title{display:inline-flex;align-items:center;gap:10px}.empty-row .loading-title-text,.doj-empty-row .loading-title-text{display:inline;min-width:0;color:inherit;overflow-wrap:anywhere;word-break:break-word}.empty-row .loading-title{font-size:18px}.empty-row span{color:var(--muted);overflow-wrap:anywhere;word-break:break-word}.empty-row .inline-action-button{margin-top:12px}.loading-row td,.error-row td{background:#fbfdff}.data-band{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:28px;padding-top:24px;border-top:1px solid #cfd7de}.data-band article{min-height:130px;padding-bottom:12px;border-bottom:1px solid #dce4eb}.data-band h3{margin-bottom:10px;color:var(--ink-strong);font-size:18px}.data-band p{color:#20313f;font-size:15px;line-height:1.6}.doj-page{padding:0 var(--source-page-gutter-end) 0 var(--source-page-gutter)}.doj-page h2{color:var(--doj-blue);font-family:var(--font-serif);font-size:54px;line-height:1.08}.doj-title-link{display:inline;padding:0;color:inherit;background:transparent;border:0;font:inherit;text-align:left}.doj-title-link:hover{color:var(--doj-link);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:7px}.doj-title-mark{width:62px;height:16px;margin:0 0 30px;border-top:3px solid var(--doj-gold);border-bottom:3px solid var(--doj-gold)}.doj-lead{max-width:920px;margin-bottom:26px}.doj-official-link-row{display:grid;gap:6px;max-width:980px;margin:0 0 24px}.doj-official-link-row span{color:#516577;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.doj-official-link{color:var(--doj-link);font-size:14px;line-height:1.5;overflow-wrap:anywhere;text-decoration:underline;text-underline-offset:3px}.sec-search-panel,.doj-search-panel{flex:0 0 auto;align-self:stretch;width:100%;max-width:none;margin-bottom:12px;padding:14px 18px;background:#e8eef7;border-left:4px solid #17436c}.sec-search-panel.with-dates,.doj-search-panel.with-dates{display:flex;flex-wrap:wrap;gap:12px;align-items:end}.sec-search-panel.with-dates label:first-child,.doj-search-panel.with-dates label:first-child{flex:999 1 420px;min-width:min(100%,280px)}.sec-search-panel.with-dates label:not(:first-child),.doj-search-panel.with-dates label:not(:first-child){flex:1 1 168px;max-width:240px}.sec-search-actions,.doj-search-actions{display:flex;flex:0 0 auto;flex-wrap:nowrap;gap:10px;margin-left:auto;margin-top:0;min-width:0}.doj-search-panel.with-dates .doj-sort-row{flex-basis:100%}.doj-sort-row{display:flex;align-items:center;gap:10px;margin-top:22px}.doj-sort-row button{min-height:34px;padding:0 15px;color:#0f4f7c;background:#fff;border:1px solid #8fb0c9;border-radius:4px;font-size:14px;font-weight:900}.doj-sort-row button.active{color:#fff;background:#17436c;border-color:#17436c}.sec-apply,.sec-reset,.doj-apply,.doj-reset{min-width:76px;min-height:44px;padding:0 16px;border-radius:8px;font-size:16px;font-weight:900;line-height:1;white-space:nowrap}.sec-apply,.doj-apply{color:#fff;background:#0065a8;border:2px solid #0065a8}.sec-reset,.doj-reset{color:#0065a8;background:#eef4fb;border:2px solid #0065a8}.doj-empty-row{padding:24px 0 26px;border-bottom:1px solid #c7d2dc}.doj-empty-row strong{display:block;margin-bottom:10px;color:var(--doj-blue);font-size:23px;font-family:var(--font-serif)}.doj-empty-row p{max-width:760px;color:#2a3f52;font-size:17px;line-height:1.65}.doj-empty-row .link-button{margin-top:18px;color:var(--doj-link);background:transparent;border:0;padding:0;min-height:0;font-size:16px;text-decoration:underline}.doj-records-shell{grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);max-width:1080px}.doj-list-panel{border-top:3px solid var(--doj-blue)}.doj-record-list{display:grid}.doj-list-card{display:grid;gap:8px;width:100%;padding:18px 0;text-align:left;background:transparent;border:0;border-bottom:1px solid #c7d2dc}.doj-list-card.active{background:#f5f9fd;box-shadow:inset 4px 0 #1d6f9f;padding-left:16px;padding-right:14px}.doj-list-date{color:#6a7d8f;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.doj-list-card strong{color:var(--doj-blue);font-size:23px;font-family:var(--font-serif);line-height:1.24}.doj-list-card small{color:#0d5d8d;font-size:13px;font-weight:800}.doj-list-card p{color:#334a5f;font-size:14px;line-height:1.6}.placeholder-head p{margin-bottom:10px;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.placeholder-band{max-width:960px;margin-top:20px;padding:22px 24px;background:var(--surface-soft);border-left:4px solid #164c73}.placeholder-band p{color:#20313f;font-size:17px;line-height:1.65}.placeholder-band ul{display:grid;gap:9px;margin-top:16px;color:#264056;font-size:15px;line-height:1.55}.placeholder-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:26px}.placeholder-grid article{min-height:180px;padding:18px 18px 16px;background:#fff;border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow-soft)}.placeholder-grid span,.placeholder-grid strong{display:block}.placeholder-grid span{margin-bottom:8px;color:var(--muted);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.placeholder-grid strong{margin-bottom:10px;color:var(--ink-strong);font-size:18px;line-height:1.35}.placeholder-grid p{color:#23384d;font-size:15px;line-height:1.6}.doj-placeholder .placeholder-band{background:#eef4fb;border-left-color:#17436c}.doj-placeholder .placeholder-grid article{border-top:4px solid #17436c}.sec-placeholder .placeholder-grid article{border-top:4px solid #078c82}@media(max-width:1360px){.workspace-topbar,.routebar,.workspace-body{padding-inline:20px}.sec-page,.doj-page,.sec-detail-page,.doj-detail-page,.placeholder-page{padding-inline:var(--source-page-gutter) var(--source-page-gutter-end)}.sec-body,.doj-body{grid-template-columns:204px minmax(0,1fr)}}@media(max-width:1240px){.sec-body,.doj-body{grid-template-columns:188px minmax(0,1fr)}.section-nav button{min-height:46px;padding:12px 14px;font-size:15px}.sec-search-actions,.doj-search-actions{justify-content:flex-end;width:100%}}@media(max-width:1120px){.sec-search-panel,.doj-search-panel{padding:12px 14px}.sec-search-panel.with-dates label:first-child,.doj-search-panel.with-dates label:first-child{flex-basis:100%}}@media(min-width:861px)and (max-width:1240px){.app-shell.sidebar-auto-collapsed .sidebar-toggle{visibility:hidden}}@media(max-width:860px){.app-shell{grid-template-columns:1fr;grid-template-rows:auto minmax(0,1fr)}.global-sidebar{min-height:auto;overflow:visible;border-right:0;border-bottom:1px solid #103f61}.workspace{height:100%}.app-shell.sidebar-collapsed .global-sidebar{align-items:stretch;gap:14px;padding-inline:16px}.app-shell.sidebar-collapsed .sidebar-head{flex-direction:row;align-items:flex-start}.app-shell.sidebar-collapsed .brand-block,.app-shell.sidebar-collapsed .section-label{display:block}.app-shell.sidebar-collapsed .source-nav{grid-template-columns:repeat(2,minmax(0,1fr));justify-items:stretch}.app-shell.sidebar-collapsed .source-card{grid-template-columns:44px minmax(0,1fr);justify-items:start;width:100%;min-height:56px;padding:9px 10px;gap:10px}.app-shell.sidebar-collapsed .source-card-copy{display:block;opacity:1}.app-shell.sidebar-collapsed .source-logo{width:40px;height:40px}.app-shell.sidebar-auto-collapsed .global-sidebar{flex-direction:row;align-items:center;gap:10px;padding:10px 12px;overflow:hidden}.app-shell.sidebar-auto-collapsed .sidebar-head,.app-shell.sidebar-auto-collapsed .brand-block,.app-shell.sidebar-auto-collapsed .section-label{display:none}.app-shell.sidebar-auto-collapsed .source-nav{display:flex;width:auto;min-width:0;overflow:auto}.app-shell.sidebar-auto-collapsed .source-card{grid-template-columns:1fr;justify-items:center;flex:0 0 52px;width:52px;min-height:52px;padding:6px;gap:0}.app-shell.sidebar-auto-collapsed .source-card-copy{display:none;opacity:0}.app-shell.sidebar-auto-collapsed .source-logo{width:38px;height:38px}.source-nav{flex:0 0 auto;grid-template-columns:repeat(2,minmax(0,1fr))}.workspace-body.sec-body,.sec-body,.workspace-body.doj-body,.doj-body{grid-template-columns:1fr;padding-inline:0}.sec-nav,.doj-nav{display:flex;overflow:auto;border-right:0;border-bottom:1px solid var(--line)}.sec-nav button,.doj-nav button{min-width:180px;padding:12px 14px;border-bottom:0;border-right:1px solid rgba(0,0,0,.08)}.content-scroll,.sec-detail-page,.doj-detail-page,.placeholder-page{padding:28px 0 32px}.sec-page,.doj-page{padding:28px var(--source-page-gutter-end) 32px var(--source-page-gutter)}.content-scroll.source-page{overflow:auto}.records-shell,.fact-grid,.detail-hero-facts,.attachment-list,.sec-detail-page .fact-grid,.sec-detail-page .detail-hero-facts,.sec-detail-page .attachment-list,.doj-detail-page .fact-grid,.doj-detail-page .detail-hero-facts,.doj-detail-page .attachment-list,.data-band,.placeholder-grid{grid-template-columns:1fr}.doj-records-shell{max-width:none}.detail-head{flex-direction:column}.detail-head>div{flex-basis:auto;width:100%}.detail-nav-row{align-items:flex-start;flex-direction:column}.detail-crumbs{justify-content:flex-start;width:100%}.sec-subpage-head .detail-link{margin-left:0}.sec-article-page h1{font-size:54px}.sec-article-type,.sec-article-number{font-size:28px}.sec-article-body p{font-size:21px}.sec-article-facts dl,.sec-article-links>div{grid-template-columns:1fr}}@media(max-width:720px){:root{--source-page-gutter: 18px;--source-page-gutter-end: 22px;--list-scroll-pad-end: 4px}.workspace-topbar,.routebar{flex-direction:column;align-items:flex-start}.sec-masthead,.doj-masthead{height:var(--source-masthead-mobile-height)}.sec-masthead,.doj-masthead{gap:10px;padding:12px 20px 14px}.sec-brand-lockup,.doj-brand-lockup{flex-direction:row;align-items:center;gap:14px;width:100%;max-width:none}.sec-masthead-seal,.doj-masthead-seal{width:64px;height:64px}.sec-masthead-copy span{font-size:10px}.sec-masthead-copy strong{font-size:19px}.sec-topbar-tools{width:100%;gap:8px}.sec-topbar-tools .primary-button{margin-left:auto}.doj-masthead-copy{gap:5px;width:100%}.doj-masthead-copy strong{font-size:26px;line-height:1.02}.doj-masthead-copy span{font-size:17px;line-height:1.08}.sec-topbar-tools,.doj-topbar-tools{position:static;order:-1;width:100%;gap:8px;justify-content:flex-start}.sec-topbar-tools .primary-button,.doj-topbar-tools .primary-button{margin-left:auto}.topbar-tools{justify-content:flex-start}.source-nav{grid-template-columns:1fr}.section-toolbar{flex-direction:column;align-items:flex-start}.doj-page h2,.sec-page h2,.detail-head h3,.placeholder-head h2{font-size:30px}.detail-head,.detail-body,.detail-tabs{padding-inline:20px}.sec-search-actions,.doj-search-actions{flex-direction:column;align-items:stretch}.sec-search-panel.with-dates label,.doj-search-panel.with-dates label,.sec-search-actions,.doj-search-actions{flex-basis:100%;max-width:none}.sec-detail-page{padding-inline:20px}.sec-detail-page .detail-head h3{font-size:30px}.sec-article-eyebrow{margin-bottom:18px;font-size:18px}.sec-article-page h1{font-size:36px;line-height:1.12}.sec-article-type{margin-top:34px;font-size:22px}.sec-article-number{margin-top:22px;font-size:22px}.sec-article-body{margin-top:30px}.sec-article-body p{font-size:18px;line-height:1.5}}@media(max-width:860px){html,body,#app,.app-shell{height:100dvh;min-height:100dvh}.app-shell.sidebar-auto-collapsed .global-sidebar{flex:0 0 auto;min-width:0}.app-shell.sidebar-auto-collapsed .source-nav{-webkit-overflow-scrolling:touch;flex:1 1 auto;overscroll-behavior-x:contain;scrollbar-width:none}.app-shell.sidebar-auto-collapsed .source-nav::-webkit-scrollbar,.section-nav::-webkit-scrollbar{display:none}.workspace-topbar{flex:0 0 auto}.routebar{flex:0 0 auto;gap:8px;padding-block:10px}.routebar p{display:none}.workspace-body.sec-body,.workspace-body.doj-body{grid-template-rows:auto minmax(0,1fr)}.section-nav{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;min-height:48px;gap:8px;padding:7px 12px;background:#f6f9fc;border-right:0;scrollbar-width:none}.sec-nav button,.doj-nav button{flex:0 0 auto;width:auto;min-width:76px;max-width:148px;min-height:34px;padding:0 12px;overflow:hidden;border:1px solid #cbd8e3;border-radius:999px;background:#fff;box-shadow:none;font-size:13px;font-weight:800;line-height:1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.sec-nav button{color:#125f66;border-color:#c8dfdf}.doj-nav button{color:#17436c;border-color:#cad8e5}.sec-nav button.active{color:#fff;background:var(--sec-active);border-color:var(--sec-active)}.doj-nav button.active{color:#fff;background:#17436c;border-color:#17436c}.source-page,.doj-source-page,.sec-source-page{gap:12px}.list-page-shell,.sec-list-page-shell,.doj-list-page-shell{flex:0 0 auto;min-height:auto;overflow:visible}.list-scroll-region{flex:0 0 auto;min-height:auto;overflow:visible;padding-right:0}.pagination-dock-bottom{margin-top:14px;padding-bottom:0}.sec-search-panel,.doj-search-panel{border-left-width:0;border-top:4px solid #17436c}.sec-search-panel.with-dates,.doj-search-panel.with-dates{display:grid;grid-template-columns:1fr 1fr}.sec-search-panel.with-dates label:first-child,.doj-search-panel.with-dates label:first-child,.sec-search-actions,.doj-search-actions{grid-column:1 / -1}.sec-search-panel.with-dates label:not(:first-child),.doj-search-panel.with-dates label:not(:first-child){max-width:none}.sec-search-actions,.doj-search-actions{justify-content:stretch;width:100%}.sec-apply,.sec-reset,.doj-apply,.doj-reset{flex:1 1 0}.pagination-bar{display:grid;grid-template-columns:minmax(68px,1fr) auto minmax(68px,1fr);justify-content:stretch;gap:8px;width:100%}.pagination-button{width:100%;min-height:34px;padding:0 10px;border-radius:999px;font-size:12px}.pagination-status{justify-content:center;min-width:72px;min-height:34px;padding:0 8px;background:#f6f9fc;border:1px solid #d7e2ec;border-radius:999px;font-size:12px}.sec-release-table,.sec-release-table thead,.sec-release-table tbody,.sec-release-table tr,.sec-release-table th,.sec-release-table td{display:block}.sec-release-table{min-width:0;border:0;background:transparent}.sec-release-table thead{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.sec-release-table tbody{display:grid;gap:12px}.sec-release-table tr{overflow:hidden;background:#fff;border:1px solid #cfd8de;border-radius:8px}.sec-release-table td{padding:12px 14px;border:0;min-width:0;max-width:100%;overflow-wrap:anywhere;white-space:normal}.sec-release-table td+td{border-top:1px solid #e1e7ec}.sec-release-table td:first-child{border-right:0;color:#173b42;background:#eef8f7;font-weight:900}.interactive-row:hover,.interactive-row.selected{background:#fff}.interactive-row.selected{border-color:#078c82;box-shadow:inset 4px 0 #078c82}.sec-release-table td:before{display:block;margin-bottom:6px;color:#5d6d78;font-size:11px;font-weight:900;letter-spacing:0}.sec-release-table td:first-child:before{content:"日期"}.sec-release-table td:nth-child(2):before{content:"案件信息"}:lang(en) .sec-release-table td:first-child:before{content:"Date"}:lang(en) .sec-release-table td:nth-child(2):before{content:"Matter"}.empty-row td:before,.loading-row td:before,.error-row td:before{content:""!important;display:none}.empty-row td,.loading-row td,.error-row td{background:#fff}.detail-page{min-height:100%}.detail-panel{border-radius:12px}.sec-detail-page .detail-head,.doj-detail-page .detail-head{padding:24px}.sec-detail-page .detail-body,.doj-detail-page .detail-body{padding:22px 24px 26px}.sec-detail-page .detail-tabs,.doj-detail-page .detail-tabs{padding-inline:24px;overflow-x:auto;flex-wrap:nowrap}.detail-tab{flex:0 0 auto}}@media(max-width:720px){:root{--source-masthead-mobile-height: auto}.app-shell.sidebar-auto-collapsed .global-sidebar{padding:8px 10px}.app-shell.sidebar-auto-collapsed .source-card{flex-basis:46px;width:46px;min-height:46px;border-radius:8px}.app-shell.sidebar-auto-collapsed .source-logo{width:34px;height:34px}.app-shell.sidebar-auto-collapsed .source-logo img{width:29px;height:29px}.workspace-topbar{padding-inline:14px}.sec-masthead,.doj-masthead{min-height:108px;padding:10px 14px 12px}.sec-brand-lockup,.doj-brand-lockup{gap:10px}.sec-masthead-seal,.doj-masthead-seal{width:50px;height:50px}.sec-masthead-copy strong{font-size:18px}.doj-masthead-copy strong{font-size:22px}.doj-masthead-copy span{font-size:15px}.topbar-tools{gap:6px}.locale-toggle button,.toolbar-button{min-height:32px}.primary-button{min-width:82px;padding-inline:10px}.routebar{flex-direction:row;align-items:center;gap:10px;padding:8px 14px}.route-code{min-width:46px;height:26px;font-size:11px}.routebar strong{min-width:0;overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.sec-nav button,.doj-nav button{max-width:142px;min-height:34px;padding:0 12px;font-size:13px}.content-scroll,.sec-detail-page,.doj-detail-page,.placeholder-page{padding-block:18px 24px}.sec-page,.doj-page{padding:16px var(--source-page-gutter-end) 24px var(--source-page-gutter)}.sec-search-panel,.doj-search-panel{margin-bottom:8px;padding:12px}.sec-search-panel span,.doj-search-panel span,.doj-sort-row span{font-size:14px}.sec-search-panel input,.doj-search-panel input{min-height:42px;font-size:16px}.section-toolbar{gap:8px;margin:8px 0 12px}.panel-count{min-height:28px}.doj-list-card{padding:14px 0}.doj-list-card strong,.doj-empty-row strong{font-size:20px}.doj-empty-row p{font-size:15px}.sec-detail-page,.doj-detail-page{padding-inline:14px}.sec-detail-page .detail-head,.doj-detail-page .detail-head{padding:20px 18px}.sec-detail-page .detail-body,.doj-detail-page .detail-body{padding:18px}.sec-detail-page .detail-tabs,.doj-detail-page .detail-tabs{padding-inline:18px}.sec-detail-page .detail-head h3,.doj-detail-page .detail-head h3{font-size:26px;line-height:1.16}.sec-detail-page .detail-hero-facts div,.doj-detail-page .detail-hero-facts div,.fact-grid div{min-height:auto}.summary-section p,.sec-detail-page .summary-section p,.doj-detail-page .summary-section p{font-size:15px;line-height:1.7}.formal-translation-section,.sec-detail-page .formal-translation-section,.doj-detail-page .formal-translation-section{padding:14px}.attachment-row,.sec-detail-page .attachment-row,.doj-detail-page .attachment-row{align-items:flex-start;flex-direction:column;gap:8px}.sec-article-page h1{font-size:32px}}@media(max-width:420px){:root{--source-page-gutter: 12px;--source-page-gutter-end: 12px}.sec-search-panel.with-dates,.doj-search-panel.with-dates{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.sec-search-actions,.doj-search-actions{flex-direction:row}.pagination-button{min-height:34px;padding-inline:10px}.pagination-status{min-width:62px;font-size:12px}.sec-release-table td,.doj-list-card{padding-inline:12px}}
