:root{--bg-primary:rgb(255 255 255);--bg-secondary:rgb(249 250 251);--text-primary:rgb(31 41 55);--text-secondary:rgb(107 114 128);--border-color:rgb(209 213 219);--table-row-even:rgb(249 250 251);--table-row-odd:rgb(255 255 255);--table-header-bg:rgb(229 231 235);--table-border:rgb(209 213 219)}.dark{--bg-primary:rgb(17 24 39);--bg-secondary:rgb(31 41 55);--text-primary:rgb(209 213 219);--text-secondary:rgb(156 163 175);--border-color:rgb(55 65 81);--table-row-even:rgb(31 41 55);--table-row-odd:rgb(17 24 39);--table-header-bg:rgb(31 41 55);--table-border:rgb(55 65 81)}input[type=text],input[type=number],textarea,select{background-color:var(--bg-primary);color:var(--text-primary);padding:2px 10px;border:1px solid var(--border-color);border-radius:6px;transition:background-color .2s ease,color .2s ease,border-color .2s ease}input[type=text]:focus,input[type=number]:focus,textarea:focus,select:focus{outline:none;border-color:var(--text-secondary);box-shadow:0 0 0 1px var(--text-secondary)}label{display:block;margin-top:1px;color:var(--text-primary)}table{width:100%;border-collapse:collapse;margin-top:1rem}th,td{white-space:nowrap;vertical-align:middle}th{text-align:left;padding-top:.5rem;background-color:var(--table-header-bg);border-bottom:1px solid var(--table-border);color:var(--text-primary)}td{border-bottom:1px solid var(--table-border);color:var(--text-primary);padding:4px 10px 4px 0}.calculator td{padding:3px 10px 3px 0}.calculator th:first-child,.calculator td:first-child{padding-left:.75rem}.calculator th:last-child,.calculator td:last-child{padding-right:.75rem}tr:nth-child(even){background-color:var(--table-row-even)}tr:nth-child(odd){background-color:var(--table-row-odd)}.missing-price{background:repeating-linear-gradient( -45deg,#ffcccc,#ffcccc 10px,#ffeaea 10px,#ffeaea 20px )}.warning-price{background:repeating-linear-gradient( -45deg,#feffcc,#feffcc 10px,#fffdea 10px,#fffdea 20px )}.dark .missing-price{background:repeating-linear-gradient( -45deg,#661a1a,#661a1a 10px,#441111 10px,#441111 20px );color:#ffdede}.dark .warning-price{background:repeating-linear-gradient( -45deg,#665c1a,#665c1a 10px,#444011 10px,#444011 20px );color:#ffd}.singleArticle img{max-width:min(90vw,100%);max-height:90vh;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;display:block;margin:0 auto;border-radius:.5rem;box-shadow:rgba(0,0,0,.24)0 3px 8px}.heroImage img{width:100%}.dark\:text-white:is(.dark *){--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}text-white{color:rgb(17 24 39/var(--tw-text-opacity))}.ship-row{cursor:pointer;transition:transform 120ms ease,box-shadow 120ms ease,background-color 120ms ease}.ship-row:hover{transform:translateX(3px);box-shadow:inset 0 0 0 1px rgba(156,163,175,.4);background-color:rgba(0,0,0,3%)}.ship-card{display:flex;gap:16px;padding:14px;border-radius:12px;background:var(--bg-primary);border:1px solid rgba(255,255,255,.12);box-shadow:0 6px 18px rgba(0,0,0,.25);justify-content:space-around}.ship-card-image{flex:0 0 260px;width:260px;height:auto}.ship-card-image img{width:260px;height:auto;border-radius:8px;-o-object-fit:cover;object-fit:cover}.ship-card-info{display:flex;flex-direction:column;gap:6px;align-self:center}.ship-title{font-size:1.25rem;font-weight:700}.ship-price{opacity:.9}.ship-status.in{color:#4ade80;font-weight:600}.ship-status.out{color:#f87171;font-weight:700}.ship-note{font-size:.9rem;color:#fbbf24}.ship-build-count{font-size:.85rem;opacity:.75}.ship-preview-image{cursor:zoom-in;transition:transform .15s ease,box-shadow .15s ease}.ship-preview-image:hover{transform:scale(1.02);box-shadow:0 6px 18px rgba(0,0,0,.35)}.ship-image-modal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center}.ship-image-modal.hidden{display:none}.ship-image-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.75)}#ship-image-modal-img{position:relative;max-width:90vw;max-height:90vh;border-radius:10px;box-shadow:0 20px 60px rgba(0,0,0,.5);animation:fadeInZoom .15s ease}@keyframes fadeInZoom{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.copy-order-btn:disabled{opacity:.45;cursor:not-allowed}.calculator button{margin-top:1em;background-color:var(--bg-secondary);border:1px solid var(--border-color);border-radius:var(--radius);color:var(--text-primary);padding:.4rem .75rem;cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.calculator button:hover{background-color:var(--bg-primary);border-color:var(--accent-color)}table button,.calculator table button{margin:0;padding:.25rem .35rem;font-size:.8rem;line-height:1.1;border-radius:4px}.calculator select{padding:.35rem .5rem}.calculator textarea{resize:none;width:100%}.calculator .inputs{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem}.calculator .input-row{display:flex;align-items:center}.calculator .input-row span{flex:0 0 130px;text-align:right;margin-right:.5rem}.calculator .input-row input{flex:1}.two-col label{display:inline-block}.tableLabel{display:inline-block;width:100px;text-align:right;margin-right:10px}tfoot td{font-weight:700}.tool-status{color:var(--text-secondary);font-size:.9rem;margin-top:.5rem}.cache-status-bar{font-size:.8rem;color:var(--text-secondary);margin-top:.6rem;padding:.2rem 0}button.cache-refresh-btn{background:0 0;border:none;cursor:pointer;color:#818cf8;text-decoration:underline;font-size:.8rem;padding:0;margin:0}button.cache-refresh-btn:hover{color:#a5b4fc}.cache-storage-link{color:var(--text-secondary);font-size:.75rem;opacity:.7}.cache-storage-link:hover{opacity:1}.prose h2{position:relative;padding-bottom:.35em;margin-top:2.25em}.prose h2::after{content:'';display:block;position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(to right,#3034EC,#6366F1 40%,transparent 85%)}.dark .prose h2::after{background:linear-gradient(to right,#6366F1,#AEAFF8 40%,transparent 85%)}.prose h3{border-left:3px solid #6366f1;padding-left:.65rem;margin-top:1.75em}.dark .prose h3{border-left-color:#aeaff8}.prose h4{font-weight:500;color:#515761;margin-top:1.5em}.dark .prose h4{color:#969ba7}.cta{max-width:28rem;margin:0 auto;padding:0 1.75rem}@media(min-width:640px){.cta{max-width:48rem}}@media(min-width:1024px){.cta{max-width:80rem}}.cta-card{position:relative;padding:1.5rem;overflow:hidden;background-color:#6366f1;border-radius:1rem;box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}@media(min-width:640px){.cta-card{padding-left:3rem;padding-right:3rem}}.cta-bg{position:absolute;inset:0;margin-top:-18rem}@media(min-width:640px){.cta-bg{margin-top:-8rem}}@media(min-width:768px){.cta-bg{margin-top:0}}.cta-bg svg{position:absolute;inset:0;width:100%;height:100%}.cta-bg path{color:rgba(48,52,236,.4);fill:currentColor}.cta-content{position:relative}@media(min-width:640px){.cta-text{text-align:center}}.cta .cta-heading{font-size:2.25rem;line-height:2.5rem;font-weight:700;letter-spacing:-.025em;color:#fff}.cta-body{max-width:42rem;margin:1.5rem auto 0;font-size:1.125rem;color:#f9f9fe}.cta-actions{margin-top:3rem}@media(min-width:640px){.cta-actions{margin-left:auto;margin-right:auto;display:flex;max-width:32rem}}.cta-btn-wrap{margin:0 auto;width:16rem}.cta .cta-btn{display:block;width:100%;padding:.75rem 1.25rem;text-align:center;font-size:1rem;font-weight:500;color:#fff;background-color:#111827;border:1px solid transparent;border-radius:.375rem;box-shadow:0 1px 3px rgb(0 0 0/.1);text-decoration:none;transition:background-color .15s ease}.cta .cta-btn:hover{background-color:#000;color:#fff}.cta .cta-btn:focus{outline:none;box-shadow:0 0 0 2px white,0 0 0 4px #6366F1}@media(min-width:640px){.cta .cta-btn{padding-left:2.5rem;padding-right:2.5rem}}.prose .cta h2,.prose .cta h3{border-left:none;padding-left:0;padding-bottom:0;position:static}.prose .cta h2{margin-top:2em;margin-bottom:1em}.prose .cta h2::after{display:none}