.lookup-shell{align-items:flex-start;gap:1rem;display:flex}.lookup-menu{background:#fff;border:1px solid #c6c3a6;border-radius:2px;flex-direction:column;flex:0 0 190px;gap:0;padding:3px;display:flex}.lookup-menu button{text-align:left;color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-radius:2px;align-items:center;gap:.4rem;padding:.1rem .45rem;font-size:13px;line-height:1.25;display:flex}.menu-icon{flex:none;width:16px;height:16px}.lookup-body h1{align-items:center;gap:.5rem;display:flex}.lookup-body h1 .menu-icon{width:22px;height:22px}.lookup-menu button:hover:not(:disabled){background:#eef0d9}.lookup-menu button.active{background:#b7ad82;border-color:#8f8a5e;font-weight:600}.lookup-menu button:disabled{color:#9a9a86;cursor:default}.lookup-menu .sep{background:#d7d5c0;height:1px;margin:3px 2px}.lookup-menu .menu-heading{letter-spacing:.06em;text-transform:uppercase;color:#7c7a5e;border-top:1px solid #d7d5c0;margin-top:3px;padding:.3rem .45rem .1rem;font-size:10.5px;font-weight:700;line-height:1.3}.lookup-menu .menu-heading:first-child{border-top:0;margin-top:0;padding-top:.1rem}.lookup-body{flex-direction:column;flex:1;align-self:stretch;min-width:0;min-height:0;display:flex}.lookup-body .content{padding-top:0}@media (width<=820px){.lookup-shell{flex-direction:column}.lookup-menu{flex-flow:wrap;flex:none;gap:1px;width:100%}.lookup-menu button{padding:.3rem .5rem}.lookup-menu .sep{align-self:stretch;width:1px;height:auto;margin:2px 3px}.lookup-menu .menu-heading{border-top:0;flex:1 0 100%;margin-top:2px;padding:.3rem .25rem .1rem}}.entity-layout{align-items:flex-start;gap:1rem;display:flex}.entity-layout.compact .clarion-list-wrap{flex:none}.entity-layout.compact table.clarion-grid{width:auto}.entity-layout.compact .clarion-list-scroll{overflow:hidden auto}.clarion-list-wrap{background:#fff;border:2px solid #6f7021;border-radius:2px;flex-direction:column;flex:1;min-width:0;max-height:calc(100vh - 300px);padding:3px;display:flex;box-shadow:inset 0 0 0 2px #d7d886,inset 0 0 0 3px #a8a94e}.clarion-list-scroll{flex:1;min-height:0;overflow:auto}table.clarion-grid{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%;font-size:13px}table.clarion-grid thead th{z-index:2;text-align:left;white-space:nowrap;-webkit-user-select:none;user-select:none;background:#e7e4d2;border:1px solid #c6c3a6;padding:3px 8px;font-weight:600;position:sticky;top:0}table.clarion-grid thead th.sortable{cursor:pointer}table.clarion-grid thead th.sortable:hover{background:#dedbc4}table.clarion-grid tbody td{white-space:nowrap;border-bottom:1px solid #e4e2d1;padding:2px 8px;line-height:1.2}table.clarion-grid th.flag,table.clarion-grid td.flag{text-align:center;width:96px}table.clarion-grid td.flag{background:#f4f2df}table.clarion-grid th.num,table.clarion-grid td.num{text-align:right;font-variant-numeric:tabular-nums;padding-right:16px}table.clarion-grid tbody tr{cursor:pointer}table.clarion-grid tbody tr:hover td{background:#eef0d9}table.clarion-grid tbody tr:hover td.flag{background:#e7e8c6}table.clarion-grid tbody tr.sel td{color:var(--ink);background:#b7ad82}table.clarion-grid tbody tr.sel td.flag{background:#aaa075}table.clarion-grid input[type=checkbox]{appearance:none;vertical-align:middle;pointer-events:none;background:#fff;border:1px solid #6f6f52;border-radius:2px;width:13px;height:13px;margin:0}table.clarion-grid input[type=checkbox]:checked{background:#50503b;border-color:#50503b}table.clarion-grid td.flag-click input[type=checkbox]{pointer-events:auto;cursor:pointer}table.clarion-grid td.flag-click input[type=checkbox]:disabled{cursor:default;opacity:.6}table.clarion-grid input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:3px;height:7px;margin:1px auto 0;display:block;transform:rotate(45deg)}.clarion-actions{flex-direction:column;flex:none;gap:.5rem;width:132px;display:flex}.clarion-actions button{text-align:left;justify-content:flex-start;width:100%}.clarion-actions .ci{width:1.1em;font-weight:700;display:inline-block}.clarion-actions .ci-ins{color:#2e7d32}.clarion-actions .ci-chg{color:#1565c0}.clarion-actions .ci-del{color:#b71c1c}.clarion-actions .divider{background:#c6c3a6;height:1px;margin:.35rem 2px}.entity-layout.stretch-actions{align-items:stretch}.clarion-actions-top{flex-direction:column;gap:.5rem;display:flex}.clarion-actions-bottom{flex-direction:column;gap:.5rem;margin-top:auto;display:flex}.modal.clarion-modal{width:min(340px,100%)}.modal.clarion-modal.wide{width:min(760px,100%)}.modal.clarion-modal.widest{width:min(1180px,100%)}.modal.clarion-modal.snug{width:min(520px,100%)}.modal.clarion-modal.xwide{width:min(1100px,96vw)}.clarion-modal .modal-head{background:#e7e4d2;border-bottom:1px solid #c6c3a6;padding:.35rem 1rem}.clarion-modal .modal-head h2{color:var(--ink);font-size:.98rem}.clarion-modal .modal-foot{background:#f3f2e6;border-top:1px solid #c6c3a6;justify-content:center;gap:.6rem}.clarion-modal .modal-body{padding:.5rem 1rem .8rem;overflow-x:hidden}.clarion-form{flex-direction:column;gap:.45rem;display:flex}.clarion-form .cf-field{flex-direction:column;gap:.2rem;font-weight:600;display:flex}.clarion-form input[type=text],.clarion-form input[type=number],.clarion-form input[type=date],.clarion-form select{font:inherit;padding:.15rem .5rem}.clarion-form input:disabled,.clarion-form select:disabled{color:#6b6b58;background:#eceada}.clarion-form .cf-field.cf-caps input[type=text]{text-transform:uppercase}.clarion-form .cf-checks{flex-direction:column;gap:.45rem;margin-top:.1rem;padding-left:.3rem;display:flex}.clarion-form .cf-checks label{align-items:center;gap:.5rem;font-weight:400;line-height:1.1;display:flex}.clarion-form .cf-checks input[type=checkbox]{accent-color:#50503b;width:14px;height:14px;margin:0}.clarion-form .cf-hint{color:var(--muted);font-size:11px;font-weight:400;line-height:1.3}.clarion-form .cf-row{gap:.8rem;display:flex}.clarion-form .cf-row .cf-field{flex:1}.clarion-form .cf-field.cf-narrow{flex:0 0 5.5rem}.clarion-form .cf-field.cf-num input{width:5rem}.clarion-form .cf-field.cf-short{max-width:16rem}.clarion-form textarea{font:inherit;resize:vertical;padding:.3rem .5rem}.clarion-form .cf-columns{align-items:flex-start;gap:1.2rem;display:flex}.clarion-form .cf-columns>.cf-col{flex-direction:column;gap:.45rem;display:flex}.clarion-form .cf-columns>.cf-col.cf-main{flex:1;min-width:0}.clarion-form .cf-columns>.cf-col.cf-image{flex:0 0 170px}.clarion-form .cf-radio-row{flex-wrap:wrap;gap:1rem;font-weight:400;display:flex}.clarion-form .cf-radio-row label{align-items:center;gap:.35rem;display:flex}.cf-tabs{border-bottom:1px solid #c6c3a6;gap:.3rem;margin-bottom:.8rem;display:flex}.cf-tabs button{color:var(--ink);cursor:pointer;background:0 0;border:1px solid #0000;border-bottom:none;border-radius:3px 3px 0 0;margin-bottom:-1px;padding:.35rem .9rem;font-size:13px}.cf-tabs button:hover:not(.active){background:#eef0d9}.cf-tabs button.active{background:#fff;border-color:#c6c3a6 #c6c3a6 #fff;font-weight:600}.clarion-form fieldset.cf-group{border:1px solid #c6c3a6;border-radius:3px;flex-direction:column;gap:.45rem;margin:0;padding:.5rem .7rem .65rem;display:flex}.clarion-form fieldset.cf-group legend{padding:0 .4rem;font-size:12px;font-weight:600}.clarion-form fieldset.cf-group .cf-row{margin:0}.mi-image-row{gap:.5rem;display:flex}.mi-image-row input[type=text]{flex:1}.mi-image-placeholder{width:100%;height:150px;color:var(--muted);text-align:center;background:#f4f2df;border:1px solid #c6c3a6;border-radius:2px;justify-content:center;align-items:center;padding:.5rem;font-size:12px;display:flex}.mi-image-wrap{width:100%;display:inline-block;position:relative}.mi-image-thumb{object-fit:contain;cursor:zoom-in;background:#f4f2df;border:1px solid #c6c3a6;border-radius:2px;width:100%;height:150px}.mi-image-zoom-fixed{object-fit:contain;pointer-events:none;z-index:200;background:#fff;border:2px solid #8f8a5e;border-radius:4px;width:380px;max-width:90vw;max-height:90vh;position:fixed;box-shadow:0 12px 40px #00000073}.mi-image-clear{margin-top:.3rem;font-size:12px}.mi-grid{table-layout:fixed;width:auto}.mi-grid td,.mi-grid th{text-overflow:ellipsis;overflow:hidden}.mi-grid th.flag,.mi-grid td.flag{width:auto}.mi-search{font:inherit;width:220px;padding:.3rem .6rem}.pg-comment-preview{background:#f4f2df;border:1px solid #c6c3a6;border-radius:2px;min-height:1.4em;margin-top:.5rem;padding:.4rem .6rem;font-size:13px}.pg-comment-preview .label{margin-right:.4rem;font-weight:600}.loc-split{flex-wrap:wrap;align-items:flex-start;gap:1.2rem;display:flex}.loc-pane{flex:320px;min-width:280px}.loc-pane h2{color:var(--accent);align-items:center;gap:.5rem;margin:0 0 .4rem;font-size:.95rem;display:flex}.loc-pane h3{color:var(--accent);margin:.8rem 0 .4rem;font-size:.88rem}.kw-detail-top{gap:.8rem;margin-bottom:.6rem;display:flex}.kw-thumb{object-fit:contain;background:#fff;border:1px solid #c6c3a6;border-radius:2px;flex:none;width:90px;height:70px}.kw-desc-box{background:#fff;border:1px solid #c6c3a6;border-radius:2px;flex:1;min-height:70px;max-height:110px;padding:.4rem .6rem;font-size:13px;overflow-y:auto}.kw-stock-actions{gap:.5rem;margin:.5rem 0;display:flex}.kw-stock-comment{margin-top:.5rem}.kw-stock-comment .label{margin-bottom:.25rem;font-size:13px;font-weight:600;display:block}.kw-stock-comment textarea{width:100%;font:inherit;resize:vertical;padding:.3rem .5rem}.kw-stock-comment button{margin-top:.35rem}.mi-wide-actions{width:auto}.mi-actions-grid{flex-direction:row;align-items:flex-start;gap:.6rem;display:flex}.mi-actions-grid>div{flex-direction:column;gap:.5rem;display:flex}.mi-below-stock{margin-top:.6rem}.loc-pane.auto-width{flex:0 auto;min-width:0}.mial-filter-display{align-items:flex-end;gap:.6rem;margin:.3rem 0 .6rem;display:flex}.mial-filter-display label{color:var(--accent);flex-direction:column;flex:1;gap:.15rem;font-size:12px;font-weight:600;display:flex}.mial-filter-display input{color:var(--ink);text-overflow:ellipsis;white-space:nowrap;background:#f4f2df;padding:.2rem .5rem;font-weight:400;overflow:hidden}.mial-filter-and{color:var(--accent);padding-bottom:.35rem;font-weight:700}.tag-check{text-align:center;width:28px!important}.scd-preview{background:#f4f2df;border:1px solid #c6c3a6;border-radius:2px;padding:.3rem .6rem;font-size:13px}.scd-preview span{color:var(--accent);margin-right:.4rem;font-weight:600}.scd-page{flex-direction:column;min-height:0;display:flex}.scd-body{flex-direction:column;flex:1;min-height:0;display:flex}.scd-tables{flex-wrap:nowrap;flex:auto;align-items:stretch;min-height:140px}.scd-tables .loc-pane{flex-direction:column;align-self:stretch;min-height:0;display:flex}.scd-tables .clarion-list-wrap{flex:1;min-height:0;max-height:none}.scd-footer{flex:none}.c2i-layout{align-items:flex-start;gap:1rem;display:flex}.c2i-items{flex:0 0 260px}.c2i-items .clarion-list-wrap{max-height:calc(100vh - 260px)}.c2i-assign{flex-direction:column;flex:1;gap:.9rem;min-width:0;display:flex}.c2i-group{background:#fafaf3;border:1px solid #c6c3a6;border-radius:3px;padding:.6rem .7rem .8rem}.c2i-group h2{color:var(--accent);margin:0 0 .5rem;font-size:.92rem}.c2i-row{align-items:stretch;gap:.5rem;display:flex}.c2i-col{flex-direction:column;flex:1;min-width:0;display:flex}.c2i-label{color:#5a5836;margin-bottom:.3rem;font-size:12px;font-weight:600}.c2i-col .mi-search{box-sizing:border-box;width:100%;margin-bottom:.3rem}.c2i-list{max-height:160px}.c2i-list.drag-over{box-shadow:inset 0 0 0 2px #6f7021}.c2i-arrows{flex-direction:column;flex:none;justify-content:center;align-self:center;gap:.4rem;display:flex}.c2i-arrows button{width:34px;height:28px;font-size:14px}.c2i-hint{color:#2e7d32;text-align:center;margin:-.2rem 0 0;font-size:12px}@media (width<=820px){.c2i-layout{flex-direction:column}.c2i-items{flex:none;width:100%}.c2i-row{flex-wrap:wrap}.c2i-arrows{flex-direction:row;justify-content:center;align-self:stretch}.entity-layout{flex-direction:column}.clarion-actions{flex-flow:wrap;width:100%}.clarion-actions button{width:auto}}.print-report{color:#000;background:#fff;padding:.2rem .2rem 1rem;font-size:13px}.print-report h1{text-transform:uppercase;margin:0 0 .5rem;font-size:1.05rem}.print-report .pr-meta{margin-bottom:.7rem}.print-report .pr-meta div{margin-bottom:.15rem}.print-report table{border-collapse:collapse;width:100%}.print-report thead th{text-align:left;background:#ccc;border:1px solid #999;padding:.3rem .4rem}.print-report td{vertical-align:top;padding:.25rem .4rem}.print-report td.num{text-align:right}.print-report .pr-descr,.print-report .pr-loc{color:#333;font-size:12px}.print-report .pr-descr td,.print-report .pr-loc td{padding-top:0;padding-left:1.4rem}.print-report .pr-total-row td{border-top:1px solid #000;font-weight:600}.print-report .report-no{text-align:right;color:#999;letter-spacing:.02em;break-before:avoid;margin-top:.8rem;font-size:9px}.print-report .pr-columns{column-count:3;column-gap:1.1rem}.print-report .pr-loc-group{margin-bottom:.4rem}.print-report .pr-loc-group-head{break-after:avoid;background:#eee;border:1px solid #999;border-top:none;justify-content:space-between;gap:.4rem;padding:.1rem .3rem;font-size:12px;font-weight:700;display:flex}.print-report .pr-loc-group table td{padding:.15rem .3rem .15rem 1rem}.print-portal{display:none}@media print{@page{size:A4;margin:15mm 12mm 20mm}body>:not(.print-portal){display:none!important}.print-portal{display:block!important}.print-report table{break-inside:auto}.print-report tr{break-inside:avoid}.print-report thead{display:table-header-group}.print-report .report-no{color:#666;font-size:7px}}.ghs-note{color:#b71c1c;margin-top:.6rem;font-size:12px;line-height:1.4}.ghs-view-icon{vertical-align:-4px;width:18px;height:18px;margin-right:.3rem}.ghs-modal .modal-head{gap:.5rem}.ghs-modal-logo{width:28px;height:auto}.ghs-local-name{color:var(--accent);font-size:1.15rem;font-weight:700}.ghs-cas-code{color:var(--accent);margin-bottom:.6rem;font-size:1rem;font-weight:700}.ghs-desc-row{align-items:flex-start;gap:.6rem;margin-bottom:1rem;display:flex}.ghs-desc-label{text-align:right;color:var(--muted);flex:0 0 8rem;padding-top:.4rem;font-size:13px}.ghs-desc-box{background:#fdfbdc;border:1px solid #c6c3a6;border-radius:2px;flex:1;min-height:3.2rem;max-height:6rem;padding:.4rem .6rem;overflow-y:auto}.ghs-detail-columns{gap:1.5rem;display:flex}.ghs-detail-left{flex:1.6;min-width:0}.ghs-detail-right{flex:1;min-width:0}.ghs-detail-left h3,.ghs-detail-right h3{color:var(--accent);margin:0 0 .5rem;font-size:.95rem}.ghs-hazard-list{margin:0;padding:0;list-style:none}.ghs-hazard-list li{border-bottom:1px solid #eee;padding:.25rem 0;font-size:13px}.ghs-hazcode{color:var(--accent);width:2.6rem;font-weight:700;display:inline-block}.ghs-picto-grid{grid-template-columns:1fr 1fr;gap:.8rem;display:grid}.ghs-picto{text-align:center;flex-direction:column;align-items:center;gap:.2rem;display:flex}.ghs-picto img{object-fit:contain;width:52px;height:52px}.ghs-picto-missing{border:1px dashed #ccc;width:52px;height:52px}.ghs-picto span{color:#333;font-size:11px}.ghs-disclaimer{color:#2e7d32;border-top:1px solid #eee;margin-top:1rem;padding-top:.6rem;font-size:11px;line-height:1.5}.ghs-disclaimer a{color:#1565c0}.ghs-sheet-header{border-bottom:2px solid #000;align-items:center;gap:.8rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex;position:relative}.ghs-sheet-logo{width:60px;height:auto}.ghs-sheet-header h1{text-align:center;text-transform:none;flex:1;margin:0;font-size:1.1rem}.ghs-sheet-date{color:#555;font-size:11px;position:absolute;top:0;right:0}.ghs-sheet-fields{margin-bottom:1rem}.ghs-sheet-fields th{text-align:right;color:#333;white-space:nowrap;padding:.2rem .6rem .2rem 0;font-weight:400}.ghs-sheet-fields td{text-align:left;padding:.2rem 0;font-weight:700}.ghs-sheet h2{border-bottom:1px solid #000;margin:1rem 0 .4rem;padding-bottom:.2rem;font-size:.95rem}.ghs-sheet-pictos{flex-wrap:wrap;gap:1.2rem;display:flex}.ghs-picker-list{flex-direction:column;gap:.4rem;max-height:320px;display:flex;overflow-y:auto}.ghs-picker-item{text-align:left;cursor:pointer;font:inherit;background:#fff;border:1px solid #c6c3a6;border-radius:3px;justify-content:space-between;align-items:center;gap:.6rem;width:100%;padding:.5rem .7rem;display:flex}.ghs-picker-item strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.ghs-picker-item:hover{background:#eef0d9}.image-pool-toolbar{align-items:center;gap:.8rem;margin-bottom:.6rem;display:flex}.image-pool-toolbar input[type=text]{max-width:360px;font:inherit;flex:1;padding:.35rem .6rem}.image-pool-upload{background:#f4f2df;border:1px solid #c6c3a6;border-radius:2px;flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.8rem;padding:.6rem;display:flex}.image-pool-upload input[type=text]{min-width:160px;font:inherit;flex:1;padding:.3rem .5rem}.image-pool-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.8rem;display:grid}.image-pool-card{background:#fff;border:1px solid #c6c3a6;border-radius:2px;flex-direction:column;display:flex;overflow:hidden}.image-pool-card img{object-fit:contain;background:#f4f2df;width:100%;height:110px}.image-pool-caption{word-break:break-word;flex:1;padding:.35rem .5rem;font-size:12px}.image-pool-actions{gap:.4rem;padding:0 .5rem .5rem;display:flex}.image-pool-actions button{flex:1;padding:.25rem;font-size:12px}.image-pool-actions button.danger{color:#b71c1c}.imp-hints{flex-wrap:wrap;gap:.8rem;margin-bottom:1rem;display:flex}.imp-hint-box{color:var(--ink);background:#f4f2df;border:1px solid #c6c3a6;border-radius:2px;flex:220px;padding:.6rem .7rem;font-size:12px}.imp-section{background:#fff;border:1px solid #c6c3a6;border-radius:2px;margin-bottom:1rem;padding:.8rem 1rem 1rem}.imp-section h2{color:var(--accent);margin:0 0 .3rem;font-size:.98rem}.imp-fields{color:var(--muted);margin:0 0 .7rem;font-size:12px}.imp-buttons{flex-wrap:wrap;gap:.6rem;display:flex}.imp-last{margin:.5rem 0 0;font-size:12px}.imp-file-row{flex-wrap:wrap;align-items:center;gap:.6rem;margin-bottom:.7rem;display:flex}.imp-summary{gap:1rem;margin:0 0 .6rem;font-size:13px;font-weight:600;display:flex}.imp-summary-new{color:#2e7d32}.imp-summary-existing{color:var(--accent)}.imp-summary-skipped{color:var(--muted)}.imp-summary-warn{color:#b3261e}.imp-preview-wrap{max-height:50vh}.imp-row-warn{background:#fdf6e3}table.clarion-grid td.imp-warnings{color:#8a5a00;white-space:normal;word-break:break-word;max-width:260px;font-size:12px}.imp-status{border-radius:10px;padding:.05rem .45rem;font-size:11px;font-weight:600;display:inline-block}.imp-status-new{color:#2e7d32;background:#e3f2e5}.imp-status-existing{color:var(--accent);background:#e6eefb}.imp-status-skipped{color:var(--muted);background:#eee}.imp-done{padding:.5rem 0}.imp-done-head{color:#2e7d32;margin:0 0 .5rem;font-size:1.05rem;font-weight:700}.st-hub{background:#f0efe3;border:1px solid #c6c3a6;border-radius:3px;flex-direction:column;gap:.6rem;width:380px;max-width:100%;padding:.7rem;display:flex}fieldset.st-group{background:#f7f6ee;border:1px solid #c6c3a6;border-radius:3px;flex-direction:column;gap:.5rem;min-width:0;margin:0;padding:.45rem .65rem .65rem;display:flex}fieldset.st-group legend{padding:0 .35rem;font-size:13px}fieldset.st-group.navy legend{color:navy}fieldset.st-group.red legend{color:#d00000}.st-radios{background:#fff;border:1px solid #c6c3a6;border-radius:3px;gap:1.6rem;padding:.35rem .8rem;display:flex}.st-radios label{cursor:pointer;align-items:center;gap:.35rem;font-size:13px;display:flex}button.st-bigbtn{text-align:left;cursor:pointer;background:#fff;border:1px solid #b3b09a;border-radius:3px;align-items:center;gap:.6rem;width:100%;padding:.3rem .6rem;font-size:13px;display:flex}button.st-bigbtn:hover:not(:disabled){background:#eef0d9}button.st-bigbtn:disabled{opacity:.55;cursor:not-allowed}button.st-bigbtn img{flex:none;width:32px;height:32px}button.st-bigbtn.st-default{border:2px solid #3a6fb5}.st-final{color:teal;margin:-.15rem 0 -.1rem;font-size:12px}.st-window-head{align-items:center;gap:1rem;min-height:32px;margin-bottom:.5rem;display:flex}.st-instruction{font-size:13px}.st-instruction.green{color:#2e7d32}.st-instruction.purple{color:#7b1fa2}button.st-exit{cursor:pointer;background:0 0;border:1px solid #0000;border-radius:3px;justify-content:center;align-items:center;width:34px;height:30px;margin-left:auto;padding:0;display:inline-flex}button.st-exit:hover{background:#eef0d9;border-color:#b3b09a}button.st-exit img{width:28px;height:28px}.st-locate{align-items:center;gap:.6rem;margin:-.15rem 0 .5rem;font-size:13px;display:flex}.st-locate span{color:#7b1fa2}.st-locate input{width:220px;padding:.2rem .4rem}.st-scope{flex-wrap:wrap;align-items:flex-start;gap:1rem;display:flex}.st-scope-list{flex:0 0 210px;width:210px;max-height:calc(100vh - 250px)}.st-scope-items{flex:0 0 300px;width:300px}.st-scope-items .clarion-list-wrap{max-height:calc(100vh - 320px)}.st-scope-title{color:navy;min-height:1.4em;margin:0 0 .4rem;font-size:1.15rem;font-weight:700}.st-window-head .st-scope-title{margin:0;font-size:14px}.st-scope-actions{flex-direction:column;flex:0 0 280px;gap:1rem;width:280px;margin-top:2rem;display:flex}.st-scope-actions fieldset.st-group legend{color:var(--ink);font-weight:700}.st-useform{cursor:pointer;align-items:center;gap:.35rem;margin-left:auto;font-size:13px;display:inline-flex}.st-useform+button.st-exit{margin-left:0}.st-counts-wrap{max-height:calc(100vh - 230px)}table.st-counts thead th{box-sizing:border-box;vertical-align:middle;height:26px}table.st-counts thead tr:nth-child(2) th{top:26px}table.st-counts th.st-qhead{text-align:center}table.clarion-grid.st-counts tbody td.st-edit,table.clarion-grid.st-counts tbody tr:hover td.st-edit,table.clarion-grid.st-counts tbody tr.sel td.st-edit{background:#ff9;padding:0 2px}table.st-counts input.st-qty{box-sizing:border-box;text-align:right;width:100%;min-width:56px;font:inherit;color:inherit;background:0 0;border:1px solid #0000;padding:2px 6px}table.st-counts input.st-qty:focus{background:#fff;border-color:#3a6fb5;outline:none}.st-hint{color:#2e7d32;text-align:right;margin:.3rem 0 0;font-size:12px}.clarion-actions button.st-iconbtn{align-items:center;gap:.4rem;display:flex}.clarion-actions button.st-iconbtn img{width:22px;height:22px}.print-report .pr-box{vertical-align:middle;border:1px solid #000;width:52px;height:15px;display:inline-block}.content.st-ro-window{flex-direction:column;display:flex;overflow:hidden}.st-ro-head{flex-wrap:wrap;flex:none;align-items:flex-start;gap:1rem;margin-bottom:.3rem;display:flex;position:relative}.st-ro-head.lane{padding-bottom:68px}.st-ro-texts{flex:200px;min-width:200px;max-width:420px}.st-ro-actions{align-items:flex-start;gap:1rem;margin-left:auto;display:flex}.st-ro-instr{color:navy;margin:0 0 .35rem;font-size:12.5px;font-weight:700}.st-ro-locate{align-items:center;gap:.5rem;margin-top:.55rem;font-size:13px;display:flex}.st-ro-locate span{color:#2e7d32;white-space:nowrap;font-weight:700}.st-ro-locate input{flex:0 240px;min-width:100px;padding:.2rem .4rem}.st-ro-eip{pointer-events:none;text-align:center;color:#2e7d32;flex-direction:column;align-items:center;width:150px;font-size:12.5px;font-weight:700;line-height:1.25;display:flex;position:absolute;bottom:0;transform:translate(-50%)}.st-ro-eip img{width:32px;height:32px}.st-ro-buttons{flex-direction:column;flex:none;gap:.4rem;display:flex}button.st-smallbtn{cursor:pointer;background:#fff;border:1px solid #b3b09a;border-radius:3px;justify-content:flex-start;align-items:center;gap:.45rem;min-width:118px;padding:.25rem .7rem;font-size:13px;display:inline-flex}button.st-smallbtn:hover:not(:disabled){background:#eef0d9}button.st-smallbtn:disabled{opacity:.55;cursor:not-allowed}button.st-smallbtn img{flex:none;width:16px;height:16px}.st-notice{color:#1b5e20;background:#e8f5e9;border:1px solid #a5d6a7;border-radius:3px;margin-bottom:.5rem;padding:.3rem .6rem;font-size:13px}.content.st-ro-window .st-ro-wrap{flex:auto;min-height:120px;max-height:none}.st-ro-msg{flex:none;margin:.5rem 0 0}table.st-reorder tbody tr.st-band td{background:#d5ffd5}table.st-reorder tbody tr.sel td{color:var(--ink);background:#ffe1e1}table.st-reorder td.st-ideal-cell{padding:0 2px}table.st-reorder input.st-ideal{box-sizing:border-box;text-align:right;width:100%;min-width:52px;font:inherit;color:inherit;background:#fff;border:1px solid #b9c9b9;padding:2px 6px}table.st-reorder input.st-ideal:focus{border-color:#3a6fb5;outline:none}table.st-reorder input.st-ideal.changed{color:#1565c0;background:#eaf2ff;font-weight:700}.st-fin-title{color:var(--accent);align-items:center;gap:.5rem;margin:0;font-size:1.05rem;display:flex}.st-fin-title img{width:24px;height:24px}.st-fin-card{background:#f0efe3;border:1px solid #c6c3a6;border-radius:3px;flex-direction:column;gap:.8rem;width:580px;max-width:100%;padding:.9rem 1.1rem 1rem;display:flex}.st-fin-steps{color:#2e7d32;font-size:13px;font-weight:700}.st-fin-step{padding-left:1.4rem}.st-fin-note{color:var(--muted);margin-top:.45rem;font-size:12px;font-weight:400}.st-fin-prev{color:navy;background:#f7f6ee;border:1px solid #c6c3a6;align-items:center;gap:.6rem;padding:.5rem .7rem;font-size:13px;display:flex}.st-fin-prev img{width:28px;height:28px}.st-fin-prev strong{color:#000}.st-fin-form{flex-direction:column;gap:.4rem;display:flex}.st-fin-form label{align-items:center;gap:.6rem;font-size:13px;display:flex}.st-fin-form label>span{text-align:right;flex:0 0 150px}.st-fin-form label input{flex:1;padding:.25rem .4rem}.st-fin-form label input[type=date]{flex:none}.st-fin .navy{color:navy}.st-fin .green{color:#2e7d32}.st-fin-eg{margin-left:calc(150px + .6rem);font-size:12px}button.st-fin-go{align-self:center;width:auto;padding:.4rem 1rem;font-weight:700}.st-fin-msg{color:#c62828;text-align:center;font-size:13px;font-weight:700}.st-fin-must{color:#7b1fa2;text-align:center;font-size:13px;font-weight:700}.st-arch{flex-wrap:wrap;align-items:flex-start;gap:1.2rem;display:flex}.st-arch-left{flex-direction:column;flex:0 0 290px;gap:.6rem;width:290px;display:flex}.st-arch-left button.st-smallbtn{width:100%}.st-arch-list{max-height:calc(100vh - 330px)}.st-arch-right{flex:560px;min-width:420px}.st-arch-right .clarion-list-wrap{max-height:calc(100vh - 290px)}.print-report thead th.num{text-align:right}.print-report.pr-list .pr-list-head{text-align:center;margin-bottom:.6rem}.print-report.pr-list .pr-school{margin-bottom:.35rem;font-size:15px}.print-report.pr-list .pr-title-row{justify-content:center;gap:2.2rem;font-size:14px;display:flex}.print-report.pr-list .pr-subtitle{margin-top:.15rem;font-size:12.5px}.print-report.pr-list table{font-size:12px}.print-report.pr-list th{padding:.12rem .35rem}.print-report.pr-list td{padding:1px .35rem;line-height:1.2}.print-report.pr-list.pr-plainhead thead th{background:#fff;border:none;border-bottom:1px solid #000}.st-scope table.clarion-grid tbody td,.st-arch table.clarion-grid tbody td,table.clarion-grid.st-counts tbody td{padding-top:0;padding-bottom:0;line-height:1.25}table.st-counts input.st-qty,table.st-reorder input.st-ideal{height:16px;padding-top:0;padding-bottom:0;line-height:14px;display:block}.print-report.pr-checklist td{vertical-align:middle;padding:1px .4rem;line-height:15px}.print-report.pr-checklist .pr-box{height:15px;display:block}.content.po-window,.content.po-form-window{flex-direction:column;display:flex;overflow:hidden}@media (height<=660px){.content.po-window,.content.po-form-window{overflow-y:auto}}.po-window table.clarion-grid tbody td,.po-form-window table.clarion-grid tbody td{padding-top:0;padding-bottom:0;line-height:1.25}td.po-tick{text-align:center;width:1%}.po-group{background:#f7f6ee;border:1px solid #c6c3a6;border-radius:3px;flex-direction:column;gap:.35rem;min-width:0;margin:0;padding:.4rem .6rem .6rem;display:flex}.po-group legend{color:navy;padding:0 .35rem;font-size:12px}.po-top{flex:none;align-items:flex-start;gap:1rem;display:flex}.po-top-left{flex:auto;min-width:0;max-width:780px}.po-filters{color:navy;gap:2rem;margin:0 0 .35rem 4.2rem;font-size:13px;display:flex}.po-filters label{cursor:pointer;align-items:center;gap:.35rem;display:flex}.po-list-row{align-items:flex-start;gap:.6rem;display:flex}.po-sorthint{color:#2e7d32;flex:0 0 3.6rem;padding-top:.3rem;font-size:12px}.po-orders-wrap{flex:1;min-width:0;height:clamp(110px,24vh,186px);max-height:clamp(110px,24vh,186px)}.po-orders-wrap th:first-child{width:1%}.po-instr{align-items:flex-start;gap:.6rem;margin-top:.5rem;font-size:13px;display:flex}.po-instr span{flex:0 0 3.6rem;line-height:1.15}.po-instr textarea{resize:none;font:inherit;background:#fbfbf4;flex:1;padding:.2rem .4rem}.po-top-right{flex-direction:column;flex:0 0 200px;gap:.7rem;display:flex}.po-exit{align-self:flex-end;margin-left:0}.po-actions button.st-smallbtn,button.po-incomplete{width:100%}.po-actions button.po-default:not(:disabled){border:2px solid #3a6fb5}.po-lines-hint2{color:#2e7d32;flex:none;margin:.5rem 0 .25rem;font-size:12px}.content.po-window .po-lines-list{flex:auto;min-height:120px;max-height:none}.po-msg-err{flex:none;margin-top:.4rem}.po-bottom{flex:none;align-items:flex-start;gap:1rem;margin-top:.5rem;display:flex}.po-bottom-buttons{grid-template-columns:auto auto;gap:.3rem .5rem;display:grid}.po-bottom-buttons button.st-smallbtn{justify-content:center;min-width:200px}.po-msgs{color:navy;flex:1;min-height:2.4em;padding-top:.25rem;font-size:13px}.po-total{color:navy;white-space:nowrap;margin-left:auto;padding-top:.3rem;font-size:13px}.po-total b{text-align:right;min-width:4.5rem;font-weight:400;display:inline-block}.po-window table.po-lines-table td.po-edit,.po-window table.po-lines-table tr:hover td.po-edit,.po-window table.po-lines-table tr.sel td.po-edit{background:#f7f4a8;padding:0 2px}.po-window input.po-rcd,.po-window input.po-cost{box-sizing:border-box;text-align:right;width:100%;min-width:60px;height:16px;line-height:14px;font:inherit;color:inherit;background:0 0;border:1px solid #0000;padding:0 6px;display:block}.po-window input.po-rcd:focus,.po-window input.po-cost:focus{background:#fff;border-color:#3a6fb5;outline:none}.po-window input.po-rcd:disabled,.po-window input.po-cost:disabled{color:inherit;background:0 0}.po-write{background:#f0efe3;border:1px solid #c6c3a6;border-radius:3px;flex-direction:column;gap:.5rem;width:540px;max-width:100%;padding:.9rem 1.1rem;display:flex}.po-write-row{align-items:center;gap:.9rem;display:flex}button.po-wbtn{cursor:pointer;background:#f7f6ee;border:1px solid #8f8a5e;border-radius:3px;flex:0 0 150px;padding:.35rem .5rem;font-size:13px;font-weight:700}button.po-wbtn:hover:not(:disabled){background:#eef0d9}button.po-wbtn:disabled{opacity:.55;cursor:not-allowed}.po-wtext{color:#2e7d32;font-size:13px;font-weight:700}.po-wmsg{color:#d00000;min-height:1.3em;padding-left:.3rem;font-size:13px;font-weight:700}.po-clashes{flex-direction:column;gap:.4rem;margin-top:.5rem;display:flex}.po-clashes label{cursor:pointer;align-items:center;gap:.5rem;display:flex}.content.po-form-window{max-width:940px}.po-form{flex:none;align-items:flex-start;gap:1rem;display:flex}.po-details{flex:1}.po-detail-grid{grid-template-columns:6.5rem 1fr;align-items:center;gap:.4rem .6rem;font-size:13px;display:grid}.po-lbl{text-align:right}.po-row{align-items:center;gap:.6rem;display:flex}.po-row input[type=text],.po-row input[type=date]{font:inherit;padding:.15rem .4rem}.po-action{color:#666}.po-sci{color:#777;font-size:12px}button.po-ellipsis{cursor:pointer;background:#f7f6ee;border:1px solid #b3b09a;border-radius:3px;height:24px;padding:0 .55rem}button.po-ellipsis:hover:not(:disabled){background:#eef0d9}button.po-ellipsis:disabled{opacity:.55;cursor:not-allowed}button.po-ellipsis.po-mini{height:16px;margin-left:2px;padding:0 4px;font-size:11px;line-height:12px}.po-completed{color:#777;align-items:center;gap:.3rem;margin-left:auto;display:flex}.po-web a{color:navy;text-decoration:underline}.po-door{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.po-door .st-exit{margin-left:0}.po-lines-group{flex:auto;min-height:0;margin-top:.7rem}.po-lines-hint{color:#2e7d32;text-align:center;font-size:12px}.content.po-form-window .po-lines-wrap{flex:auto;min-height:140px;max-height:none}.po-lines-buttons{flex:none;align-items:center;gap:.5rem;display:flex}.po-spacer{flex:1}button.po-info{cursor:pointer;background:0 0;border:none;padding:0}button.po-info img{width:22px;height:22px}.po-form-msg{flex:none;margin-top:.4rem}.po-instructions-row{flex:none;align-items:flex-start;gap:.6rem;margin-top:.6rem;font-size:13px;display:flex}.po-instructions-row textarea{max-width:560px;font:inherit;resize:vertical;flex:1;padding:.3rem .4rem}.po-grid td{white-space:nowrap;padding-left:2px;padding-right:2px}.po-grid tbody tr:nth-child(2n) td{background:#e7e1de}.po-grid tbody tr:hover td{background:#eef0d9}.po-grid tbody tr.sel td{background:#b7ad82}.po-grid th:first-child{width:96px}.po-grid th:nth-child(2){width:120px}.po-grid th:nth-child(3){width:84px}.po-grid th:nth-child(4){width:130px}.po-grid th:nth-child(6){width:96px}.po-grid td.po-idcell{align-items:center;display:flex}input.po-cell{box-sizing:border-box;width:100%;height:16px;line-height:14px;font:inherit;color:inherit;background:0 0;border:1px solid #0000;min-width:0;padding:0 4px;display:block}input.po-cell.num{text-align:right}input.po-cell:focus{background:#fff;border-color:#3a6fb5;outline:none}input.po-cell:disabled{color:inherit}.po-help h3{color:navy;margin:.8rem 0 .3rem;font-size:13px}.po-help h3:first-child{margin-top:.2rem}.po-help p{margin:.15rem 0;font-size:13px}.po-help .indent{margin-left:1.4rem}.po-help .maroon{color:maroon}.po-help .navy{color:navy}.po-help .underline{text-decoration:underline}.print-report.pr-po{padding:.4rem 1rem 1rem;font-family:Arial,Helvetica,sans-serif;font-size:12px}.pr-po .po-school{text-align:center;margin-bottom:.2rem;font-size:18px;font-weight:700}.pr-po .po-head{justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.pr-po .po-head-left{padding:.9rem 0 0 6.5rem;font-size:13px}.pr-po .po-title{margin-bottom:.3rem;font-size:15px;font-weight:700}.pr-po .po-kv span{min-width:4.4rem;display:inline-block}.pr-po .po-date{padding-left:1.4rem}.pr-po .po-date span{min-width:2.8rem}.pr-po .po-head-right{min-width:13rem;font-size:10.5px;line-height:1.35}.pr-po .po-mid{justify-content:space-between;align-items:flex-start;gap:1.5rem;margin-top:.7rem;display:flex}.pr-po fieldset.po-supplier{border:1px solid #000;border-radius:0;width:22rem;min-height:6.3rem;margin:0;padding:.3rem .8rem .5rem;line-height:1.5}.pr-po fieldset.po-supplier legend{padding:0 .3rem;font-size:12px}.pr-po .po-supplier-name{font-size:15px;font-weight:700}.pr-po .po-supplier-fax{margin-top:.4rem}.pr-po .po-contact{flex:1;padding-top:.3rem;font-size:13px;line-height:1.5}.pr-po .po-small{font-size:10.5px}.pr-po table.po-lines{border-collapse:collapse;width:100%;margin-top:1.4rem}.pr-po table.po-lines thead th{text-align:left;background:0 0;border:none;border-bottom:1px solid #000;padding:0 .3rem .25rem 0;font-size:12px;font-weight:400}.pr-po table.po-lines thead th.num,.pr-po table.po-lines td.num{text-align:right}.pr-po table.po-lines td{padding:.1rem .3rem .1rem 0;font-size:12px}.pr-po .po-total{color:#000;border-top:1px solid #000;justify-content:flex-end;gap:.6rem;width:8.5rem;margin-top:.2rem;margin-left:auto;padding-top:.25rem;font-size:13px;display:flex}.pr-po .po-total b{text-align:right;min-width:4rem;font-weight:400}.pr-po .po-instructions{gap:1rem;margin-top:1.4rem;padding-left:1.2rem;display:flex}.pr-po .po-instructions div{white-space:pre-wrap;max-width:34rem}.pr-po .po-signature{align-items:flex-end;gap:.6rem;margin-top:3rem;padding-left:1.2rem;display:flex}.pr-po .po-signature i{border-bottom:1px solid #000;width:11rem;height:1px;display:block}.print-report>.pr-logo{float:right;object-fit:contain;object-position:right top;width:.8in;height:.8in;margin:0 0 .4rem .6rem}.print-report>table,.print-report>.pr-columns,.print-report>.pr-colhead{clear:right}.print-report:has(>.pr-logo) .pr-list-head{padding:0 .95in}.pr-po .po-head{position:relative}.pr-po .po-head.has-logo{min-height:1.2in}.pr-po .po-logo{object-fit:contain;object-position:left top;width:90px;height:1.17in;position:absolute;top:0;left:0}.setimg-window{background:#f0f0f0;border:1px solid #a0a0a0;flex-direction:column;gap:7px;width:505px;max-width:100%;padding:6px 9px 14px;display:flex}.setimg-buttons{justify-content:flex-end;gap:6px;display:flex}.setimg-prompt{margin-top:8px;font-size:13px}.setimg-entry-row{align-items:center;gap:4px;display:flex}.setimg-mark{color:#555;text-align:center;width:12px}input.setimg-entry{min-width:0;height:21px;font:inherit;cursor:pointer;background:#ffffb5;border:1px solid #7a7a7a;flex:1;padding:0 4px}input.setimg-entry:focus{outline:1px solid #3a6fb5}button.setimg-lookup{cursor:pointer;background:#f7f7f7;border:1px solid #8a8a8a;flex:none;width:24px;height:21px;padding:0;font-size:12px;line-height:1}button.setimg-lookup:hover:not(:disabled){background:#eef0d9}button.setimg-lookup:disabled{opacity:.55;cursor:not-allowed}.setimg-lower{align-items:flex-start;gap:12px;margin-top:2px;display:flex}.setimg-preview{background:#fff;border:1px solid #000;flex:none;justify-content:center;align-items:center;width:77px;height:68px;display:flex;overflow:hidden}.setimg-preview img{object-fit:contain;max-width:100%;max-height:100%;display:block}.setimg-side{flex-direction:column;flex:1;gap:.6rem;min-width:0;padding-top:6px;display:flex}.setimg-status{width:505px;max-width:100%;margin-top:.5rem}.setimg-note{color:#d00000;font-size:13px;font-weight:700}button.setimg-remove{cursor:pointer;color:navy;font:inherit;background:0 0;border:none;align-self:flex-start;padding:0;text-decoration:underline}.ph-top{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.5rem;display:flex}.ph-hints{color:#2e7d32;font-size:12px;line-height:1.35}.ph-buttons{flex-wrap:wrap;align-items:flex-start;gap:.5rem;display:flex}table.clarion-grid thead th sup{margin-left:1px;font-size:9px}.print-report.pr-hist .pr-hist-school{text-align:center;margin:0 0 .5rem;font-size:15px}.print-report.pr-hist .pr-hist-title{margin:0 0 .7rem;font-size:21px;font-weight:700}.print-report.pr-hist:has(>.pr-logo) .pr-hist-school{padding:0 .95in}.oi-hide{align-items:center;gap:.4rem;padding-top:.2rem;font-weight:700;display:inline-flex}table.oi-grid tbody tr:nth-child(2n):not(.sel) td{background:#b6e6a6}table.oi-grid td.oi-rcd{text-align:center}table.oi-grid td.oi-rcd input{pointer-events:none;margin:0}.inv-range{background:#f0f0f0;border:1px solid #a0a0a0;flex-direction:column;gap:14px;width:460px;max-width:100%;padding:12px 14px 16px;display:flex}.inv-range-prompt{color:#2e7d32;font-size:13px;font-weight:700}.inv-range-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;display:flex}.inv-range-dates{flex-direction:column;gap:8px;display:flex}.inv-range-dates label{justify-content:space-between;align-items:center;gap:10px;display:flex}.inv-range-dates input{font:inherit;padding:.15rem .3rem}.inv-range-go{justify-content:center;min-width:150px;font-weight:700}.inv-hint{color:#1a237e;margin:0 0 .5rem;font-size:12px}.inv-order{color:#1a237e;margin-bottom:.5rem;font-weight:700}.inv-order-no span{font-weight:700}.inv-total{color:#1a237e;justify-content:flex-end;gap:.6rem;margin-top:.4rem;font-weight:700;display:flex}.inv-action{color:#6b6b00;text-align:center;margin-top:.3rem;font-size:12px;font-weight:700}.inv-btn-icon{vertical-align:-3px;width:16px;height:16px;margin-right:2px}.clarion-actions button .inv-btn-icon{margin-right:4px}.em-head{color:#1a237e;gap:1rem;margin-bottom:.3rem;font-weight:700;display:flex}.em-subject,.em-attach{margin:.3rem 0}.em-subject span,.em-attach span{font-weight:700}.em-subject b,.em-attach b{color:#1a237e}.em-message{width:100%;min-height:14rem;font:inherit;resize:vertical;background:#fafafa;border:1px solid #999;padding:.4rem}.mv-layout{align-items:flex-start;gap:1rem;display:flex}.mv-main{flex:1;min-width:0}.mv-item{color:#1a237e;margin-bottom:.5rem}.mv-item b{color:#d00000;margin-left:.3rem}.mv-prompt{color:#2e7d32;margin-bottom:.3rem;font-weight:700}.mv-buttons{flex-direction:column;flex:none;gap:.4rem;display:flex}.mv-note{color:#5b6570;margin:.5rem 0 0;font-size:12px}.ph-item{color:green;margin:0 0 .5rem;font-size:20px;font-weight:700}.ph-comment{width:100%;min-height:3.2rem;font:inherit;resize:vertical;background:#fafafa;border:1px solid #999;margin-top:.6rem;padding:.3rem .4rem;display:block}.inv-range-prompt.navy{color:#1a237e}.bo-date{align-items:center;gap:.6rem;display:flex}.bo-date input{font:inherit;padding:.15rem .3rem}.print-report.pr-bo .pr-bo-school{margin:0;font-size:16px}.print-report.pr-bo .pr-bo-title{margin:.15rem 0 .8rem}.print-report.pr-bo table{table-layout:fixed}.print-report.pr-bo thead th{background:0 0;border:none;padding:.1rem .4rem;font-weight:700}.print-report.pr-bo td{vertical-align:top;padding:1px .4rem}.print-report.pr-bo tr.bo-order td{-webkit-print-color-adjust:exact;print-color-adjust:exact;background:#dfdfdf}.print-report.pr-bo td.bo-desc{padding-left:1.6rem}.print-report.pr-bo tr.bo-inv td{padding:2px .4rem 6px}.print-report.pr-bo tr.bo-inv span{margin-right:.5rem}.print-report.pr-bo:has(>.pr-logo) .pr-bo-school{padding-right:.95in}.print-report.pr-exp .pr-exp-school{margin:0;font-size:16px}.print-report.pr-exp .pr-exp-title{margin:.1rem 0 .7rem;font-size:16px;font-weight:700}.print-report.pr-exp thead th{background:0 0;border:none;border-bottom:1px solid #000;padding:.15rem .5rem;font-weight:400}.print-report.pr-exp td{padding:1px .5rem}.print-report.pr-exp th.ctr,.print-report.pr-exp td.ctr{text-align:center}.print-report.pr-exp .pr-check{text-align:center;vertical-align:middle;border:1px solid #000;width:13px;height:13px;font-size:11px;line-height:11px;display:inline-block}.print-report.pr-exp tr.pr-exp-totals td{padding-top:.5rem}.print-report.pr-exp:has(>.pr-logo) .pr-exp-school{padding-right:.95in}.sbs-hint{max-width:720px;margin:0 0 .6rem}.sbs-suppliers{flex:0 300px}.sbs-facts{margin:0 0 .4rem}table.clarion-grid tr.sbs-none td{color:var(--muted)}.mial-supplier-facts{background:#f4f2df;border:1px solid #c6c3a6;border-radius:2px;flex-wrap:wrap;gap:.2rem 1.2rem;margin:0 0 .6rem;padding:.3rem .6rem;font-size:12.5px;display:flex}.eo-fields{flex-direction:column;gap:.5rem;display:flex}.eo-field{flex-direction:column;gap:.15rem;font-size:12px;display:flex}.eo-field .label{color:var(--accent);font-weight:600}.eo-field input,.eo-field textarea{padding:.25rem .4rem;font-size:13px}.eo-from{margin:.7rem 0 .3rem;font-size:12.5px}.eo-preview{background:#fff;border:1px solid #c6c3a6;border-radius:2px;width:100%;height:300px}.eo-reason{margin-bottom:.6rem}.eo-sent p{margin:.2rem 0}.err-inline{color:#b3261e;font-weight:600}.merge-intro{max-width:780px;color:var(--accent);margin:0 0 .8rem;font-weight:600}.merge-layout{align-items:flex-start;gap:1.2rem;display:flex}.merge-side{flex-direction:column;flex:280px;min-width:240px;display:flex}.merge-side h2{margin:0 0 .4rem;font-size:.95rem}.merge-keep-head,.merge-keep-name{color:#1b7a34}.merge-lose-head,.merge-lose-name{color:#b3261e}.merge-locate{align-items:center;gap:.5rem;margin-bottom:.4rem;font-size:12px;display:flex}.merge-locate input{flex:1;min-width:0}table.clarion-grid.merge-list.keep tbody td{color:#1b7a34}table.clarion-grid.merge-list.lose tbody td{color:#b3261e}table.clarion-grid.merge-list tbody tr.sel td{color:var(--ink)}.merge-middle{flex-direction:column;flex:0 260px;gap:.5rem;padding-top:1.6rem;display:flex}.merge-summary{flex-direction:column;gap:.15rem;font-size:13px;display:flex}.merge-summary .label{color:var(--muted)}.merge-button{align-self:stretch;font-weight:600}.merge-note{margin:0;font-size:12px}.merge-preview,.merge-done{background:#f4f2df;border:1px solid #c6c3a6;border-radius:2px;padding:.4rem .6rem;font-size:12.5px}.merge-preview-head{color:var(--accent);font-weight:600}.merge-preview ul,.merge-done ul{margin:.2rem 0 .4rem;padding-left:1.1rem}.merge-preview ul:last-child,.merge-done ul:last-child{margin-bottom:0}.merge-done{background:#eef3e6;border-color:#9cb98a}.merge-chem-warning{color:#b3261e;font-weight:600}.mdr{max-width:760px}.mdr .toolbar{align-items:baseline}.mdr-school{margin-left:auto;font-size:13px}.mdr-warn{color:#b3261e;margin:0 0 .3rem;font-weight:600}.mdr-body{flex-direction:column;gap:.7rem;margin-top:.8rem;display:flex}.mdr-group{border:1px solid #a0a0a0;margin:0;padding:.5rem .9rem .7rem}.mdr-group legend{color:var(--accent);padding:0 .4rem;font-weight:600}.mdr-check{align-items:flex-start;gap:.55rem;padding:.3rem 0;display:flex}.mdr-check input{margin-top:.2rem}.mdr-check input:disabled+span{color:var(--muted)}.mdr-count{color:var(--muted);margin-left:.8rem;font-size:12.5px}.mdr-note{color:var(--muted);max-width:620px;margin-top:.1rem;font-size:12px;display:block}.mdr-stays{margin:0;font-size:12.5px}button.mdr-delete{color:#fff;cursor:pointer;background:#b3261e;border:1px solid #8c1d18;border-radius:4px;align-self:flex-start;padding:.45rem 1.2rem;font-weight:600}button.mdr-delete:disabled{cursor:not-allowed;background:#d9b3b0;border-color:#c9a09c}.mdr-confirm-lead{margin:0 0 .6rem}.mdr-plan{margin-bottom:.8rem}.mdr-type{flex-direction:column;gap:.3rem;display:flex}.mdr-carob{border-color:#b3261e}.mdr-carob legend{color:#b3261e}.print-report .pr-comment{color:#333;padding-left:.9rem;font-size:11.5px;font-weight:400}.print-report tr.pr-unavail-line{break-inside:avoid}.print-report tr.pr-unavail-line td{padding-top:.3rem;padding-bottom:.3rem}.print-report .pr-colhead{background:#ccc;border:1px solid #999;margin-bottom:.4rem;padding:.25rem .4rem;font-weight:600}.print-report .pr-columns.pr-columns-2{column-count:2}.print-report .pr-nameline{break-inside:avoid;padding:1px .4rem;line-height:1.25}.reg-options{flex-direction:column;gap:.55rem;max-width:640px;margin-top:.4rem;display:flex}.reg-option{background:#fff;border:1px solid #c6c3a6;border-radius:3px;justify-content:space-between;align-items:center;gap:1rem;padding:.6rem .8rem;display:flex}.reg-option-label{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.reg-year{text-align:center;width:5.2rem}.reg-hint{color:#2e7d32;font-size:12px}.print-report .pr-dg-group+.pr-dg-group{margin-top:1.1rem}.print-report .pr-dg-head{align-items:baseline;gap:.5rem;margin-bottom:.25rem;font-weight:700;display:flex}.print-report .pr-dg-head u{font-weight:400}.print-report.pr-reg table.pr-reg-table{font-size:10.5px}.print-report.pr-reg th{vertical-align:bottom;padding:.1rem .3rem}.print-report.pr-reg td{vertical-align:top;padding:.2rem .3rem}.print-report.pr-reg th.pr-reg-span{text-align:center;text-decoration:underline}.print-report.pr-reg tr.pr-reg-alt td{background:#e7e7e7}.print-report.pr-reg .pr-reg-sub{color:#333;white-space:nowrap;font-size:9.5px}.print-report.pr-reg .pr-reg-sub span{color:#555}.print-report.pr-reg tbody tr{break-inside:avoid}.print-report .pr-nsw{white-space:nowrap;font-weight:600}.print-report .pr-nswTCH{color:#c00000}.print-report .pr-nswK12{color:#00c}.print-report .pr-nsw712{color:#00a000}.print-report .pr-nsw1112{color:#e08a00}.print-report .pr-nswN{color:#000;font-weight:700}.print-report .pr-nswPS,.print-report .pr-nswNA{color:#000}.clarion-modal .modal-foot .print-opt{align-items:center;gap:.4rem;margin-right:.5rem;font-size:12.5px;display:flex}.clarion-modal .modal-foot .print-opt input[type=checkbox]{accent-color:#50503b;width:14px;height:14px;margin:0}.print-report .pr-dg-head{break-after:avoid}.print-report .pr-pict-head{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.print-report .pr-pict-title{text-align:center;flex:1;padding-top:.1rem;font-size:14px}.print-report .pr-pict-hazard{font-size:15px}.print-report .pr-pict-school{color:#555;margin-top:.15rem;font-size:11px}.print-report .pr-pict-img{object-fit:contain;flex:none;width:68px;height:68px}.print-report .pr-pict-nopic{border:1px solid #999;justify-content:center;align-items:center;font-size:11px;display:flex}.print-report .pr-pict-count{border-bottom:1px solid #000;margin-bottom:.3rem;padding-bottom:.15rem;font-size:11.5px}.print-report .pr-pict-item{break-inside:avoid;padding:0 0 1.5px;line-height:1.12}.print-report .pr-pict-name{font-size:11px;font-weight:600}.print-report .pr-pict-no{color:#555;min-width:1.6rem;font-weight:400;display:inline-block}.print-report .pr-pict-loc{color:#333;padding-left:1.6rem;font-size:9.5px}.print-report .pr-pict-foot{color:#555;margin-top:.35rem;font-size:10px}.print-report .pr-pict-group+.pr-pict-group{border-top:1px dashed #bbb;margin-top:1.4rem;padding-top:1rem}.print-report.pr-haz table.pr-haz-table{width:100%;font-size:11px}.print-report.pr-haz th{vertical-align:bottom;padding:.1rem .3rem}.print-report.pr-haz td{vertical-align:top;padding:.18rem .3rem}.print-report.pr-haz th.pr-reg-span{text-align:center;text-decoration:underline}.print-report.pr-haz tr.pr-reg-alt td{background:#e7e7e7}.print-report.pr-haz tbody tr{break-inside:avoid}@media print{.print-report.pr-reg,.print-report.pr-haz{page:regland}@page regland{size:A4 landscape}.print-report.pr-dg-pagebreaks .pr-dg-group+.pr-dg-group,.print-report.pr-pict-pagebreaks .pr-pict-group+.pr-pict-group{break-before:page}.print-report.pr-pict-pagebreaks .pr-pict-group+.pr-pict-group{border-top:0;margin-top:0;padding-top:0}}.print-report .pr-namelist-head{justify-content:space-between;display:flex}.print-report .pr-namecount{break-inside:avoid;border-bottom:1px dotted #ccc;justify-content:space-between;gap:.6rem;padding:1px .4rem;line-height:1.25;display:flex}.print-report .pr-zero{color:#999}.print-report .pr-none{color:#888;font-style:italic}.print-report.pr-supp table{font-size:11.5px}.print-report.pr-supp td{padding:.22rem .35rem}.print-report.pr-supp .pr-supp-sub{color:#555;font-size:10.5px}.print-report.pr-supp tbody tr{break-inside:avoid}.print-report.pr-bulk table{font-size:11px}.print-report.pr-bulk td{padding:.14rem .35rem}.print-report.pr-bulk th{padding:.1rem .35rem}.print-report.pr-bulk tbody tr{break-inside:avoid}.cas-intro{max-width:70ch;margin:.1rem 0 .5rem}.cas-scopes{flex-wrap:wrap;gap:.4rem;display:flex}.cas-scope{cursor:pointer;background:#fff;border:1px solid #c6c3a6;border-radius:3px;align-items:center;gap:.35rem;padding:.2rem .55rem;font-size:12.5px;display:flex}.cas-scope.on{background:#e7e4d2;font-weight:600}.cas-scope input{margin:0}.cas-scope-hint{max-width:70ch;margin:.25rem 0 .5rem}.cas-list-pane{flex:520px;min-width:420px}.cas-detail-pane{flex:480px;min-width:380px}.cas-list-head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.cas-list-head h2{margin:0;font-size:.95rem}.cas-filter{align-items:center;gap:.35rem;font-size:12px;font-weight:400;display:flex}.cas-filter input{margin:0}.cas-summary{margin:.15rem 0 .35rem;font-size:12px}.cas-list-pane table.clarion-grid tbody tr{cursor:pointer}.cas-list-pane td.cas-bad{color:#c00000;font-weight:600}.cas-band{white-space:nowrap;border:1px solid #0000;border-radius:2px;padding:0 .4rem;font-size:11px;font-weight:600;display:inline-block}.cas-exact .cas-band,.cas-band.cas-exact{color:#1c5c1c;background:#d7f0d7;border-color:#7bb37b}.cas-likely .cas-band,.cas-band.cas-likely{color:#3d5c1c;background:#e6f1d7;border-color:#9cb37b}.cas-possible .cas-band,.cas-band.cas-possible{color:#6b4d00;background:#fdf0d2;border-color:#d9b35c}.cas-weak .cas-band,.cas-band.cas-weak{color:#666;background:#eee;border-color:#bbb}.cas-band.cas-none{color:#999;background:0 0;border-color:#0000}.cas-detail h2{margin:0 0 .15rem;font-size:1rem}.cas-matched-on{max-width:70ch;margin:0 0 .5rem}.cas-cand{background:#fff;border:1px solid #c6c3a6;border-left-width:4px;border-radius:3px;align-items:flex-start;gap:.8rem;margin-bottom:.4rem;padding:.45rem .6rem;display:flex}.cas-cand.cas-exact{border-left-color:#4f9e4f}.cas-cand.cas-likely{border-left-color:#8aae5a}.cas-cand.cas-possible{border-left-color:#d9a83c}.cas-cand.cas-weak{border-left-color:#c9c9c9}.cas-cand.cas-none{border-left-color:#c6c3a6}.cas-cand-main{flex:auto;min-width:0}.cas-cand-name{font-weight:600;line-height:1.2}.cas-cand-sub{color:#333;font-size:12px}.cas-cand-why{color:#666;font-size:11.5px}.cas-cand-aka{color:#777;font-size:11px;font-style:italic}.cas-cand-pics{flex:none;align-items:center;gap:.2rem;display:flex}.cas-cand-pics img{object-fit:contain;width:30px;height:30px}.cas-cand-act{flex-direction:column;flex:none;align-items:flex-end;gap:.25rem;display:flex}.cas-tools{border-top:1px solid #c6c3a6;flex-direction:column;gap:.7rem;margin-top:.8rem;padding-top:.6rem;display:flex}.cas-tool>label{margin-bottom:.2rem;font-size:12.5px;font-weight:600;display:block}.cas-row{align-items:center;gap:.4rem;display:flex}.cas-row input[type=text]{font:inherit;flex:auto;min-width:8rem;padding:.15rem .5rem}.cas-tool .muted{max-width:60ch;margin:.2rem 0 0;font-size:11.5px}.note-line{background:#fdf0d2;border:1px solid #d9b35c;border-radius:3px;margin:.3rem 0;padding:.25rem .6rem;font-size:12.5px}.ok-line{background:#d7f0d7;border:1px solid #7bb37b;border-radius:3px;margin:.3rem 0;padding:.25rem .6rem;font-size:12.5px}button.linkish{color:#1565c0;cursor:pointer;font:inherit;background:0 0;border:0;padding:.2rem 0;font-size:12.5px}.cas-list-pane td.cas-c-item{max-width:17rem}.cas-list-pane td.cas-c-band,.cas-list-pane td.cas-c-cas{white-space:nowrap;width:1%}.cas-list-pane td.cas-c-best{text-overflow:ellipsis;white-space:nowrap;max-width:15rem;overflow:hidden}.print-report .pr-rbs-head{justify-content:space-between;display:flex}.print-report .pr-rbs-group{margin-bottom:.5rem}.print-report .pr-rbs-supplier{break-after:avoid;border-bottom:1px solid #999;justify-content:space-between;align-items:baseline;margin-bottom:.15rem;padding:.15rem 0 .1rem;font-weight:700;display:flex}.print-report .pr-rbs-suppsum{color:#555;font-size:11px;font-weight:400}.print-report .pr-rbs-item{break-inside:avoid;margin-bottom:.18rem;padding-left:.5rem}.print-report .pr-rbs-itemline{justify-content:space-between;gap:1rem;line-height:1.25;display:flex}.print-report .pr-rbs-name{font-weight:600}.print-report .pr-rbs-qty{white-space:nowrap;font-weight:700}.print-report .pr-rbs-last{color:#555;padding-left:.6rem;font-size:10.5px;line-height:1.2}.print-report .pr-rbs-line{color:#333;justify-content:space-between;gap:1rem;padding-left:1.2rem;font-size:10.5px;line-height:1.2;display:flex}.print-report.pr-prep .pr-prep-item{font-weight:600}.print-report.pr-prep .pr-prep-comment{color:#444;padding-left:.6rem;font-size:11px;line-height:1.25}.print-report.pr-prep tr.pr-prep-row{break-inside:avoid}.print-report.pr-prep td{vertical-align:top}.print-report.pr-isr table{font-size:11.5px}.print-report.pr-isr td{padding:.12rem .35rem}.print-report.pr-isr tbody.pr-isr-block{break-inside:avoid}.print-report.pr-isr tr.pr-isr-itemrow td{border-bottom:0;padding-top:.3rem;font-weight:600}.print-report.pr-isr td.pr-isr-loc{color:#333;padding-left:1.2rem}.print-report.pr-isr td.pr-isr-none{color:#888;font-style:italic}.print-report.pr-isr td.pr-isr-unavail{color:#c00000;font-weight:600}.print-report.pr-prep td:nth-child(3),.print-report.pr-prep td:nth-child(4),.print-report.pr-prep th:nth-child(3),.print-report.pr-prep th:nth-child(4){white-space:nowrap}.print-report.pr-isr table{table-layout:auto}.print-report.pr-isr th:first-child,.print-report.pr-isr td:first-child{width:58%}.print-report.pr-isr th:not(:first-child),.print-report.pr-isr td:not(:first-child){white-space:nowrap}.print-report.pr-sl table.pr-sl-table{width:auto;min-width:60%}.print-report.pr-sl .pr-sl-table th{text-align:left;white-space:nowrap;background:0 0;border:0;border-bottom:1px solid #eee;width:11rem;padding:.18rem .6rem .18rem 0;font-weight:600}.print-report.pr-sl .pr-sl-table td{border-bottom:1px solid #eee;padding:.18rem 0}.print-report.pr-sl .pr-sl-name{font-weight:700}.print-report.pr-sl .pr-sl-blank{color:#bbb}.print-report.pr-sl .pr-sl-comment{max-width:34rem;margin-top:.8rem}.print-report.pr-sl .pr-sl-comment-label{font-size:12px;font-weight:600}.print-report.pr-sl .pr-sl-label{break-inside:avoid;margin-top:1.6rem}.print-report.pr-sl .pr-sl-label-cap{color:#777;margin-bottom:.2rem;font-size:10.5px}.print-report.pr-sl .pr-sl-label-box{border:1px dashed #999;width:4.1in;min-height:1.9in;padding:.9rem 1.1rem;font-size:15px;line-height:1.45}.print-report.pr-sl .pr-sl-label-name{font-size:17px;font-weight:700}.print-report .pr-pict-head,.print-report .pr-pict-count{break-after:avoid}.ri-table td.ri-no,.ri-table th.ri-no{text-align:center;width:3.4rem}.ri-table td.ri-no{font-size:1.05em;font-weight:700}.ri-table tr.ri-group td{color:#5a4a20;background:#e8e2d0;padding:.35rem .5rem;font-weight:700}.ri-table td.ri-name{font-weight:600}.ri-table td.ri-what,.ri-table td.ri-where{color:#444}.ri-table td.ri-where{white-space:normal}.ri-table tr.ri-unnumbered td{color:#777;font-style:italic}.ri-table tr.ri-unnumbered td.ri-no{font-weight:400}.ri-wrap{max-height:none}.print-report.ri-print table{font-size:11px}.print-report.ri-print td.ri-no{font-size:12px}.print-report.ri-print tr.ri-group td{color:#000;background:#ddd}.print-report.ri-print td.ri-where{color:#333;font-size:10px}.ri-table td.ri-used,.ri-table th.ri-used{text-align:center;width:5.5rem}.ri-table td.ri-last,.ri-table th.ri-last{white-space:nowrap;color:#555;width:6.5rem}.ri-table td.ri-used{font-weight:600}.ri-table .ri-never{color:#999;font-style:italic;font-weight:400}.ru-table td.ru-no,.ru-table th.ru-no{text-align:center;width:3rem;font-weight:700}.ru-table td.ru-num,.ru-table th.ru-num{text-align:right;width:4.5rem}.ru-table td.ru-num{font-weight:600}.ru-table td.ru-last,.ru-table th.ru-last{white-space:nowrap;color:#555;width:6.5rem}.ru-table tr.ru-idle td{color:#999}.ru-never{color:#aaa;font-style:italic;font-weight:400}.ru-detail{min-width:22rem;padding:.4rem .8rem}.ru-detail h2{color:var(--accent);margin:.2rem 0 .7rem;font-size:1.05rem}.ru-detail .clarion-grid{width:100%}.ru-note{margin-top:.6rem;font-size:12px}.util-box{border:1px solid var(--line,#b8b0a0);background:#fbfaf6;max-width:46rem;margin:.8rem 0;padding:.7rem 1rem 1rem}.util-box legend{color:#5a4a20;padding:0 .4rem;font-weight:600}.util-radios{gap:1.6rem;margin-bottom:.9rem;display:flex}.util-radios label{cursor:pointer;align-items:center;gap:.35rem;display:flex}.util-check{cursor:pointer;align-items:center;gap:.4rem;margin-bottom:.9rem;display:flex}.util-h2{color:var(--accent);margin:1rem 0 .5rem;font-size:1rem}.util-list{max-height:26rem}.util-to{font-weight:600}.util-kept td{color:#888}.util-going{color:#a33;font-weight:600}.util-collisions{margin:.4rem 0 0;padding-left:1.2rem}.util-collisions li{margin:.2rem 0}.util-figures{border-collapse:collapse;margin-bottom:.9rem}.util-figures th{text-align:left;color:#555;padding:.2rem 1.2rem .2rem 0;font-weight:400}.util-figures td{padding:.2rem 0}.notice.warn{color:#6a4a10;background:#fdf3e0;border:1px solid #e0b877;margin:.7rem 0;padding:.6rem .8rem}.lookup-body{position:relative}.help-link{z-index:5;color:#6a5a30;white-space:nowrap;background:#f4f1e8;border:1px solid #c9c2b2;border-radius:3px;padding:.3rem .55rem;font-size:12px;line-height:1;text-decoration:none;position:absolute;top:.5rem;right:.9rem}.help-link:hover{color:#4a3d18;background:#fffbe8;border-color:#a99a70}@media print{.help-link{display:none!important}}:root{--line:#c8cdd4;--head:#eef1f5;--accent:#1565c0;--ink:#1a1d21;--muted:#5b6570;--desktop:#c7d0da}*{box-sizing:border-box}body{color:var(--ink);background:var(--desktop);margin:0;font-family:Segoe UI,system-ui,sans-serif;font-size:13px}.app{background:#f4f6f8;border:1px solid #a9b3c0;border-radius:8px;flex-direction:column;max-width:1600px;height:calc(100vh - 40px);max-height:calc(100vh - 40px);margin:20px auto;display:flex;overflow:hidden;box-shadow:0 16px 44px #141e3047,0 2px 8px #141e3024}@media (width<=820px){.app{border-radius:0;max-width:none;height:auto;max-height:none;margin:0}}@media print{body{background:#fff}.app{max-width:none;height:auto;max-height:none;box-shadow:none;border:none;border-radius:0;margin:0;overflow:visible}}.login-page{background:var(--desktop);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.login-window{background:#fff;border:1px solid #a9b3c0;border-radius:8px;align-items:stretch;max-width:100%;display:flex;overflow:hidden;box-shadow:0 16px 44px #141e3047,0 2px 8px #141e3024}.login-art{align-self:center;width:min(520px,48vw);height:auto;display:block}.login-card{background:#f4f6f8;border-left:1px solid #c8d0da;flex-direction:column;justify-content:center;gap:.8rem;width:min(340px,90vw);padding:1.6rem;display:flex}@media (width<=820px){.login-window{flex-direction:column}.login-art{width:min(340px,80vw);margin:.8rem auto}.login-card{border-top:1px solid #c8d0da;border-left:none;width:auto}}.login-brand{flex-direction:column;align-items:center;gap:.1rem;margin-bottom:.4rem;display:flex}.login-logo{width:64px;height:64px}.login-card label{flex-direction:column;gap:.25rem;font-size:13px;font-weight:600;display:flex}.login-card input{padding:.45rem .6rem;font-size:14px}.login-submit{margin-top:.3rem;padding:.5rem;font-size:14px;font-weight:600}.con-hint,.field-hint{color:var(--muted);margin:0;font-size:12px;font-weight:400}.appbar{border-bottom:1px solid var(--line);background:linear-gradient(#fff,#eef2f6);flex-wrap:wrap;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.brand{align-items:center;gap:.5rem;display:flex}.brand-icon{width:28px;height:28px}.logo{color:#2e7d32;letter-spacing:.5px;font-size:1.4rem;font-weight:700}.sub{color:var(--muted)}.viewing-school{border:1px solid var(--line);color:var(--ink);background:#fff8e1;border-radius:4px;align-items:center;gap:.4rem;padding:.2rem .5rem;font-size:12px;font-weight:600;display:flex}.viewing-school select{font:inherit;padding:.1rem .2rem;font-weight:400}.signed-in-as{color:var(--muted);margin-left:auto;font-size:12px}.logout-btn{padding:.25rem .6rem;font-size:12px}.maximize-btn{border:1px solid var(--line);cursor:pointer;background:#fff;border-radius:4px;width:28px;height:28px;padding:0;font-size:1rem;line-height:1}.maximize-btn:hover{background:var(--head)}.tabs{border-bottom:1px solid var(--line);background:#eef2f6;flex-wrap:wrap;gap:.25rem;padding:.4rem 1rem 0;display:flex}.tab{border:1px solid var(--line);cursor:pointer;background:#e2e7ec;border-bottom:none;border-radius:5px 5px 0 0;align-items:center;gap:.35rem;padding:.4rem .9rem;font-size:13px;display:inline-flex}.tab.active{background:#fff;font-weight:600}.tab:disabled{opacity:.45;cursor:not-allowed}.tab-icon{width:18px;height:18px}.tab-panel{flex-direction:column;flex:1;min-height:0;display:flex}.content{flex:1;padding:1rem;overflow:auto}.toolbar{align-items:center;gap:.5rem;margin-bottom:.6rem;display:flex}.toolbar h1{color:var(--accent);margin:0;font-size:1.05rem}.count-badge{color:var(--muted);font-size:13px;font-weight:600}.muted{color:var(--muted)}.err{color:#b3261e;background:#fdecea;border:1px solid #f5c6c2;border-radius:4px;padding:.4rem .6rem;font-size:13px}button.primary{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:4px}button.primary:disabled{opacity:.6;cursor:not-allowed}table.grid{border-collapse:collapse;width:100%;font-size:13px}table.grid th,table.grid td{text-align:left;border-bottom:1px solid var(--line);padding:.35rem .6rem}table.grid th{background:var(--head);font-weight:600}tfoot td{background:var(--head);font-weight:700}.modal-backdrop{z-index:100;background:#14191e73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:6px;flex-direction:column;width:min(920px,100%);max-height:92vh;display:flex;box-shadow:0 12px 40px #0000004d}.modal-head{border-bottom:1px solid var(--line);background:linear-gradient(#fff,#eef2f6);align-items:center;padding:.6rem 1rem;display:flex}.modal-head h2{margin:0;font-size:1rem}.close{background:0 0;border:none;margin-left:auto;font-size:1rem}.modal-body{padding:1rem;overflow:auto}.modal-foot{border-top:1px solid var(--line);background:#fafbfc;justify-content:flex-end;gap:.5rem;padding:.6rem 1rem;display:flex}.statusbar{background:var(--head);border-top:1px solid var(--line);color:var(--muted);gap:2rem;padding:.35rem 1rem;font-size:12px;display:flex}.li{max-width:980px}.li-intro{max-width:720px;margin:0 0 .8rem;line-height:1.45}.li-form{flex-direction:column;gap:.6rem;max-width:560px;margin-bottom:1rem;display:flex}.li-form label{flex-direction:column;gap:.2rem;font-size:13px;font-weight:600;display:flex}.li-form select,.li-form input[type=file]{font:inherit;padding:.3rem;font-weight:400}.li-actions{align-items:center;gap:.6rem;display:flex}.li-actions button{padding:.4rem 1.1rem}.li-banner{border-radius:4px;margin:.4rem 0;padding:.55rem .8rem;font-size:14px}.li-banner.ok{color:#1b5e20;background:#e8f5e9;border:1px solid #b7dfb9}.li-banner.ready{color:#1a3d8f;background:#e8f0fe;border:1px solid #b7c9f2}.li-banner.blocked{color:#b3261e;background:#fdecea;border:1px solid #f5c6c2}.li-source{margin:.2rem 0 .8rem;font-size:13px}.li-list{border-radius:4px;margin:.6rem 0;padding:.1rem .9rem .5rem;font-size:13px}.li-list h3{margin:.5rem 0 .2rem;font-size:13px}.li-list ul{margin:0;padding-left:1.1rem}.li-list li{margin:.15rem 0}.li-list.blockers{color:#8c1d18;background:#fdecea;border:1px solid #f5c6c2}.li-list.warnings{color:#6d5200;background:#fff8e1;border:1px solid #f0d78c}.li-report h3{margin:1rem 0 .3rem;font-size:14px}.li-note{margin:0 0 .3rem;font-size:12.5px}table.grid .num{text-align:right;font-variant-numeric:tabular-nums}table.grid tr.li-dim td{color:var(--muted)}table.grid tr.li-error td{color:#b3261e;font-weight:600}table.grid tr.li-total td{border-top:2px solid var(--line);font-weight:700}.li-note-cell{color:var(--muted);font-size:12.5px}.toolbar .sch-actions{gap:.5rem;margin-left:auto;display:flex}.toolbar .sch-actions button{padding:.3rem .9rem}.notice{border-radius:4px;margin:0 0 .8rem;padding:.55rem .8rem;font-size:13px;line-height:1.45}.notice.ok{color:#1b5e20;background:#e8f5e9;border:1px solid #b7dfb9}table.grid tr.sch-new td{background:#f1f8e9}table.sch-table tbody tr{cursor:pointer}table.sch-table tbody tr.sel td{background:#dfe8f7}.lic{border-radius:10px;padding:.05rem .55rem;font-size:12px;font-weight:600;display:inline-block}.lic-full{color:#1b5e20;background:#e8f5e9;border:1px solid #b7dfb9}.lic-trial{color:#6d5200;background:#fff8e1;border:1px solid #f0d78c}.demo-banner{text-align:center;color:#1a3a7a;background:#e8f0fe;border-bottom:1px solid #b6c8ee;padding:.3rem .8rem;font-size:13px}.demo-banner.lapsed{color:#6d5200;background:#fff8e1;border-bottom-color:#f0d78c}.lic-demo{color:#1a3a7a;background:#e8f0fe;border:1px solid #b6c8ee;margin-left:.35rem}table.sch-table td.sch-sale{white-space:nowrap;font-size:12.5px}.login-demo{border-top:1px dashed #c8d0da;flex-direction:column;gap:.3rem;margin-top:.6rem;padding-top:.6rem;display:flex}.login-demo button{color:#fff;cursor:pointer;background:#2e7d32;border:1px solid #1b5e20;border-radius:3px;align-self:flex-start;padding:.35rem .9rem;font-weight:600}.login-demo button:hover{background:#276b2b}.login-demo .field-hint{font-size:12px;font-weight:400}.sch-demo{background:#e8f0fe;border:1px solid #b6c8ee;border-radius:3px;flex-wrap:wrap;align-items:center;gap:.8rem;margin:.4rem 0;padding:.35rem .6rem;font-size:13px;display:flex}.tabs-help-slot{align-self:center;margin-left:auto;padding-bottom:.25rem;display:flex}.tabs-help-slot .help-link{position:static}.about-scilist{flex-wrap:wrap;align-items:flex-start;gap:1.5rem;max-width:720px;display:flex}.about-scilist img{width:220px;height:auto}.about-scilist>div{flex-direction:column;flex:1;gap:.2rem;min-width:16rem;display:flex}.about-name{color:#1f3f8f;font-size:1.3rem;font-style:italic;font-weight:700}.about-ver{margin-top:.4rem;font-weight:600}
