@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@font-face{font-family:Junicode;src:url(public/Junicode-Italic.woff2) format("woff2"),url(public/Junicode-Italic.woff) format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Junicode;src:url(public/Junicode-BoldItalic.woff2) format("woff2"),url(public/Junicode-BoldItalic.woff) format("woff");font-weight:700;font-style:italic;font-display:swap}html{height:100%}body{margin:0;height:100%}#root{height:100%;display:flex;flex-direction:column}:root{margin:0;height:100%;--background: #F0F0F0;--midground: #FFFFFF;--foreground: #FFF4C7;--contrast: #7a7a7a;--contrast-extra: #3b3b3b;--accent: #f7dc6f;--highlight: #f4f9ff;--highlight-dark: #a0c1eb6a;--background-dark: #111111;--midground-dark: #1a1a1a;--foreground-dark: #222222;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:light-dark(var(--contrast-extra),var(--contrast));background-color:light-dark(var(--background),var(--background-dark));font-family:Inter,sans-serif}.viewWindow{margin:0 auto;max-width:1600px;width:100%;display:flex;flex-direction:column;position:relative;justify-content:center}@media(min-width:1080px)and (max-width:1600px){.viewWindow{width:96%;margin:0 2%}}.centerContent{display:flex;justify-content:center;align-items:center}.container{display:flex;flex-direction:row;margin:1em}@media(max-aspect-ratio:1/1){.container{flex-direction:column}}.left{margin-right:1em}.right{flex:1}.canvasContainer{flex:1;height:calc(100vh - 180px);min-width:0;min-height:0}.ShipmentsPage{display:flex;flex-direction:column;align-items:stretch;gap:1em;height:calc(100vh - 120px);margin:1em}.selectionAndCanvas{display:flex;flex-direction:row}@media(max-aspect-ratio:1/1){.ShipmentsPage{flex-direction:column}.canvasContainer{width:100%}}.panel{background:light-dark(white,#1F1E1E);border-radius:8px;padding:1em;margin:1em 0;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff1a;display:flex;flex-direction:column}.millerColumns{width:fit-content;max-height:400px;background:light-dark(white,#1F1E1E);border-radius:8px;box-shadow:0 8px 32px #0000001a,inset 0 1px #ffffff1a;display:flex;flex-direction:row;gap:0}.millerCol{flex-direction:column;position:relative;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.millerCol::-webkit-scrollbar{display:none}.millerCol:not(:first-child):before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:linear-gradient(to bottom,transparent 0%,light-dark(rgba(0,0,0,.08),rgba(255,255,255,.08)) 10%,light-dark(rgba(0,0,0,.08),rgba(255,255,255,.08)) 90%,transparent 100%);pointer-events:none}.millerCol li{padding:.5em 1.5em}.millerCol li:hover{background-color:light-dark(var(--highlight),var(--highlight-dark));cursor:pointer}.millerColHeader{min-width:8em;justify-content:space-between;display:flex;align-items:center;border-radius:8px 8px 0 0;position:sticky;top:0;background:light-dark(white,#1F1E1E);z-index:1}.millerColHeader>*{padding:.5em}h1,h2,h3,h4,h5,h6{color:light-dark(var(--contrast-extra),var(--contrast));margin:0;padding:0;line-height:1.2}h1{font-size:2em}h2{font-size:1.4em}h3{font-size:1em}body.dark h1,body.dark h2,body.dark h3,body.dark h4,body.dark h5,body.dark h6{color:var(--background)}.cursive{font-family:Junicode,serif;font-style:italic;font-weight:900}.row{display:flex;align-items:center;margin:1em 0;justify-content:space-between;border-bottom:light-dark(#F0F0F0,#3a3a3a) 1px solid;min-height:40px}button{font-family:Inter,sans-serif;font-size:1em;padding:.5em 1em;margin:.5em;border:none;border-radius:4px;background-color:light-dark(var(--contrast-extra),var(--contrast));color:light-dark(var(--background),var(--foreground));cursor:pointer;transition:background-color .3s,box-shadow .3s;display:flex;align-items:center;justify-content:center}input,select{font-family:Inter,sans-serif;font-size:1em;padding:.5em;margin:.5em;min-height:20px;border:.5px solid light-dark(#dedede,#7d7d7d);border-radius:4px;background-color:light-dark(var(--midground),var(--midground-dark));color:light-dark(var(--contrast-extra),var(--contrast));transition:border-color .3s,box-shadow .3s}input:focus,select:focus{outline:none;border-color:light-dark(var(--contrast-extra),var(--contrast))}input:read-only{background-color:light-dark(#e9e9e9,#2a2a2a);color:light-dark(#7a7a7a,#888888);cursor:not-allowed}a{color:light-dark(var(--contrast-extra),var(--background));text-decoration:none}.nav a:hover{text-decoration:underline}.nav h2 a:hover{text-decoration:none}.navLinks ul{padding:10px 0% 0;justify-content:space-between;text-transform:uppercase;font-weight:600}.navBreadcrumbs ul{padding:0;align-items:center;justify-content:flex-start}.navBreadcrumbs ul li{margin-right:2em}.navBreadcrumbs svg{vertical-align:middle}.navBreadcrumbs svg:hover{fill:var(--accent)}.hamburger-btn{display:none;background:none;border:none;color:light-dark(var(--contrast-extra),var(--background));cursor:pointer;padding:.5em;margin-right:1em;z-index:1001}.hamburger-btn:hover{color:var(--accent)}.mobile-menu{position:fixed;top:0;right:-300px;width:300px;height:100vh;background-color:light-dark(var(--midground),var(--midground-dark));box-shadow:-2px 0 10px #0000001a;transition:right .3s ease-in-out;z-index:1000;overflow-y:auto;padding-top:4em}.mobile-menu.open{right:0}.mobile-menu ul{flex-direction:column;padding:1em}.mobile-menu ul li{padding:1em;border-bottom:1px solid light-dark(#e0e0e0,#333);text-transform:uppercase}.mobile-menu ul li:hover{background-color:light-dark(var(--highlight),var(--foreground-dark))}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:999}.nav-mobile-header{display:none}@media(max-width:1079px){.hamburger-btn{display:block}.nav-desktop{display:none!important}.nav-mobile-header{display:block;flex:1}.nav-mobile-header h2{margin:0;padding:.5em 0}.navLinks{display:flex;align-items:center;padding:10px 2%}}@media(min-width:1080px){.mobile-menu,.mobile-menu-overlay{display:none}}ul{list-style-type:none;padding:0;margin:0;display:flex;flex-direction:row}.tiers{display:flex;flex-direction:row;margin:2em 0;gap:1em;justify-content:center}.tier{width:15em;height:60vh;max-height:500px;background-color:#fff;border-radius:8px;padding:1em;margin:1em 0;text-align:center;background:linear-gradient(135deg,light-dark(var(--highlight),rgba(255,255,255,.1)) 0%,light-dark(rgba(255,255,255,.8),rgba(255,255,255,.05)) 100%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 8px 32px #0000001a,inset 0 1px #fff3}.tierDescription{text-align:left;padding:0 20px}.error{color:red}.segmentedControl{display:inline-flex;background:light-dark(#e8e8e8,#2a2a2a);border-radius:8px;padding:3px;gap:2px}.segmentedControlBtn{padding:5px 18px;cursor:pointer;border:none;border-radius:6px;font-size:.85em;font-weight:500;background:transparent;color:light-dark(#777,#888);box-shadow:none;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.segmentedControlBtn.active{background:light-dark(#ffffff,#3d3d3d);color:light-dark(#111,#f0f0f0);box-shadow:0 1px 4px light-dark(rgba(0,0,0,.18),rgba(0,0,0,.5))}.dataGrid{width:100%;border-collapse:collapse;font-size:.9em}.dataGrid thead tr{border-bottom:2px solid light-dark(#ccc,#444);text-align:left}.dataGrid th{padding:4px 8px;color:light-dark(var(--contrast-extra),#b0b0b0);font-weight:600}.dataGrid tbody tr{border-bottom:1px solid light-dark(#eee,#2d2d2d)}.dataGrid tbody tr:nth-child(2n){background:light-dark(rgba(0,0,0,.03),rgba(255,255,255,.04))}.dataGrid td{padding:4px 8px}.splash-page{display:flex;flex-direction:column;flex:1}.splash-content{display:flex;flex-direction:column;align-items:flex-start;z-index:10;flex:1;padding:0;position:relative}.stacks-container{display:flex;justify-content:flex-start;align-items:flex-end;gap:20px;width:100%;min-height:400px;padding:0}.boxes-stack{display:flex;flex-wrap:wrap-reverse;justify-content:center;align-content:flex-end;width:260px;position:relative}.box{width:55px;height:55px;border-radius:6px;position:relative;animation:dropAndStack .6s ease-out forwards;opacity:0;transform:translateY(-400px);margin:4px}.box:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;height:60%;border-radius:4px}@keyframes dropAndStack{0%{transform:translateY(-400px) rotate(0);opacity:0}50%{opacity:1}70%{transform:translateY(5px) rotate(2deg)}85%{transform:translateY(-3px) rotate(-1deg)}to{transform:translateY(0) rotate(0);opacity:1}}.splash-text{text-align:right;animation:fadeInUp 1s ease-out 1.5s forwards;opacity:0;z-index:20;flex:0 1 auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-end;margin-top:15vh;margin-bottom:0%}.splash-subtitle{font-weight:700;margin:0;letter-spacing:0px;font-size:1.5rem}.splash-detail{background:var(--contrast-extra);width:100%;position:relative;flex:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.box{width:32px;height:32px;margin:2px;border-radius:4px}.splash-title{font-size:2.2rem}.splash-subtitle{font-size:1rem}.stacks-container{gap:6px;min-height:250px;padding:8px}.boxes-stack{width:144px}}@media(max-width:480px){.box{width:22px;height:22px;margin:1.5px;border-radius:3px}.splash-title{font-size:1.6rem}.splash-subtitle{font-size:.85rem}.stacks-container{gap:4px;min-height:180px;padding:5px}.boxes-stack{width:100px}.splash-content{gap:1.8rem}}@media(max-width:375px){.box{width:18px;height:18px;margin:1px;border-radius:2px}.splash-title{font-size:1.4rem}.splash-subtitle{font-size:.75rem}.stacks-container{gap:3px;min-height:150px;padding:5px}.boxes-stack{width:84px}.splash-content{gap:1.5rem}}.switch{position:relative;display:inline-block;width:40px;height:23px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:light-dark(#ccc,#4a4a4a);-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:17px;width:17px;left:3px;bottom:3px;background-color:light-dark(white,#1f1e1e);-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:var(--accent)}input:focus+.slider{box-shadow:0 0 1px var(--accent)}input:checked+.slider:before{-webkit-transform:translateX(17px);-ms-transform:translateX(17px);transform:translate(17px)}.slider.round{border-radius:23px}.slider.round:before{border-radius:50%}.switch input:disabled+.slider{opacity:.5;cursor:not-allowed}.switch:has(input:disabled){cursor:not-allowed}.key{display:flex;justify-content:space-between;background-color:light-dark(#fafafa,#2a2a2a);color:light-dark(#000000,#e0e0e0);padding:8px 10px;margin:5px 10px 20px;border-radius:5px;box-shadow:inset 0 1px 3px light-dark(rgba(0,0,0,.15),rgba(0,0,0,.4))}.key span{display:flex;align-items:center;padding:2px 4px;border-radius:3px}.key .copy:hover{cursor:pointer;background-color:light-dark(#f0f0f0,#3a3a3a)}.toast{position:absolute;top:20%;right:12%;background-color:light-dark(#424242ee,#ffffffee);color:light-dark(white,#000000);padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500}.modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:light-dark(white,#1F1E1E);border-radius:8px;box-shadow:0 4px 6px #0000001a,0 10px 20px #00000026;display:flex;flex-direction:column;max-height:90vh;animation:slideIn .2s ease-out}@keyframes slideIn{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-small{width:90%;max-width:400px}.modal-medium{width:90%;max-width:600px}.modal-large{width:90%;max-width:900px}.modal-full{width:95%;max-width:1200px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem}.modal-title{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.modal-close-button{background:none;border:none;font-size:2rem;line-height:1;cursor:pointer;color:#6b7280;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close-button:active{transform:scale(.95)}.modal-body{padding:1.5rem;overflow-y:auto;flex:1}.modal-footer{padding:1rem 1.5rem;display:flex;align-items:center;justify-content:flex-end;gap:.75rem}@media(max-width:768px){.modal-content{width:95%;max-height:95vh}.modal-header,.modal-body{padding:1rem}.modal-footer{padding:.75rem 1rem}.modal-title{font-size:1.25rem}}@page{size:letter;margin:.75in}.skid-print-page{font-family:Courier New,Courier,monospace;font-size:12pt;color:#000;background:#fff;max-width:7.5in;margin:0 auto;padding:1em}.skid-print-header{border-bottom:1px solid black;margin-bottom:1em;padding-bottom:.5em}.skid-print-header h1{font-size:20pt;margin:0 0 .25em}.skid-print-header .meta{display:flex;flex-wrap:wrap;gap:1.5em;font-size:10pt}.skid-print-header .meta span{white-space:nowrap}.stack-section{margin-bottom:1.25em;page-break-inside:avoid}.stack-section h2{font-size:12pt;font-weight:700;margin:0 0 .25em;border-bottom:1px solid black;padding-bottom:.15em}.stack-table{width:100%;border-collapse:collapse;font-size:11pt;table-layout:fixed}.stack-table th,.stack-table td{padding:.2em .5em;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.stack-table th{font-weight:700;font-size:10pt}.stack-table--summary th:nth-child(2),.stack-table--summary td:nth-child(2){width:4em;text-align:right}.stack-table--summary th:nth-child(3),.stack-table--summary td:nth-child(3){width:6em;text-align:right}.stack-table--detail th:nth-child(1),.stack-table--detail td:nth-child(1){width:3.5em;text-align:center}.stack-table--detail th:nth-child(3),.stack-table--detail td:nth-child(3){width:6em;text-align:right}.print-btn-bar{margin-bottom:1em;display:flex;gap:.75em}.print-btn-bar button{padding:.4em 1em;font-size:12pt;cursor:pointer}.print-error{color:red;font-size:14pt;padding:2em}.print-loading{font-size:14pt;padding:2em}@media print{.no-print{display:none!important}.skid-print-page{padding:0}.layer-table th{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
