:root{font-family:Segoe UI,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background:linear-gradient(135deg,#0a0e27,#16213e,#0a0e27);background-attachment:fixed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#64b4ff;text-decoration:inherit;transition:color .3s ease}a:hover{color:#89c9ff}body{margin:0;min-width:320px;min-height:100vh;width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:all .25s ease}button:hover{border-color:#64b4ff}button:focus,button:focus-visible{outline:2px solid #64b4ff;outline-offset:2px}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:#0a0e27}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#16213e,#0f3460);border-radius:6px;border:2px solid #0a0e27}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#0f3460,#16213e)}.blueprint-tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #333;padding-bottom:.5rem}.tab-button{padding:.75rem 1.5rem;font-size:1rem;font-weight:600;border:none;background:linear-gradient(135deg,#1a1a2e,#16213e);color:#888;cursor:pointer;border-radius:8px 8px 0 0;transition:all .3s ease;position:relative;overflow:hidden}.tab-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(100,180,255,.2),transparent);transition:left .5s}.tab-button:hover{color:#64b4ff;background:linear-gradient(135deg,#16213e,#1a1a2e)}.tab-button:hover:before{left:100%}.tab-button.active{background:linear-gradient(135deg,#0f3460,#16213e);color:#64b4ff;box-shadow:0 0 15px #64b4ff4d;border-bottom:3px solid #64b4ff}.tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:#64b4ff;box-shadow:0 0 10px #64b4ffcc}.blueprint-option-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;padding:.5rem}.blueprint-option-card{background:linear-gradient(135deg,#16213e,#0f3460);border:2px solid #333;border-radius:12px;padding:1.5rem 1.5rem 3.5rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden;min-height:370px;height:100%;box-sizing:border-box}.blueprint-option-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at center,rgba(100,180,255,.1),transparent);opacity:0;transition:opacity .3s ease}.blueprint-option-card:hover{border-color:#64b4ff;box-shadow:0 0 20px #64b4ff66;transform:translateY(-5px)}.blueprint-option-card:hover:before{opacity:1}.blueprint-option-card:active{transform:translateY(-2px);box-shadow:0 0 15px #64b4ff99}.option-image{width:120px;height:120px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#0000004d;border:1px solid #444;overflow:hidden;position:relative}.option-image img{width:100%;height:100%;object-fit:cover}.placeholder-image{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3rem;color:#64b4ff;text-shadow:0 0 10px rgba(100,180,255,.5)}.option-name{font-size:1.1rem;font-weight:600;color:#e0e0e0;line-height:1.3;z-index:1;min-height:2.8em;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:.35em}.option-description{font-size:.85rem;color:#999;line-height:1.4;z-index:1;min-height:2.6em}.option-costs{position:absolute;left:0;right:0;bottom:0;padding:.75rem 1rem;display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:center;font-size:.95rem;background:linear-gradient(0deg,#0a1428f2 80%,#0a142833);border-bottom-left-radius:12px;border-bottom-right-radius:12px;min-height:2.5rem;box-sizing:border-box}.cost-label{color:#aaa;font-weight:500;margin-right:.25rem}.cost-rp{color:#ffb347;font-weight:600;margin-right:.25rem}.cost-bp{color:#64b4ff;font-weight:600;margin-right:.25rem}.cost-cp{color:#7fff7f;font-weight:600}.no-options{color:#888;font-style:italic;text-align:center;padding:2rem}.subcategory-list{display:flex;flex-direction:column;gap:1rem}.subcategory-item{border:1px solid #333;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#1a1a2e,#0f3460);transition:all .3s ease}.subcategory-item:hover{border-color:#64b4ff;box-shadow:0 0 15px #64b4ff33}.subcategory-header{width:100%;padding:1rem 1.5rem;background:transparent;border:none;color:#e0e0e0;font-size:1.2rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.subcategory-header:hover{background:#64b4ff1a}.subcategory-header.expanded{background:#64b4ff26;color:#64b4ff}.subcategory-name{flex:1;text-align:left}.expand-icon{font-size:.9rem;color:#64b4ff;transition:transform .3s ease}.subcategory-header.expanded .expand-icon{transform:rotate(0)}.subcategory-content{padding:1.5rem;background:#0003;border-top:1px solid #333;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.blueprint-selector{max-width:1400px;margin:0 auto;padding:0;min-height:100vh;background:linear-gradient(to bottom,rgba(26,35,65,.95) 0%,rgba(15,25,50,.6) 20%,transparent 40%)}.selector-hero{padding:4rem 2rem 6rem;margin-bottom:0;position:relative;overflow:visible}.selector-hero:after{content:"";position:absolute;bottom:-80px;left:0;right:0;height:200px;background:linear-gradient(to bottom,transparent 0%,rgba(0,0,0,.1) 30%,transparent 100%);pointer-events:none;z-index:0}.selector-hero:before{content:"";position:absolute;top:-50%;right:-10%;width:60%;height:200%;background:radial-gradient(ellipse at center,rgba(74,158,255,.08) 0%,transparent 70%);animation:pulse 8s ease-in-out infinite}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.selector-title{margin-bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem;overflow:visible}.title-main{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#4a9eff,#64b4ff,#06c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-shadow:0 0 30px rgba(74,158,255,.3);letter-spacing:.05em;line-height:1.2;padding-bottom:.1em;overflow:visible}.title-subtitle{font-size:1.5rem;font-weight:400;color:#a0c8e8;letter-spacing:.15em;text-transform:uppercase;opacity:.9}.selector-motto{font-size:1.3rem;font-style:italic;color:gold;margin-bottom:1.5rem;text-shadow:0 2px 8px rgba(255,215,0,.3);font-weight:300;letter-spacing:.02em}.selector-description{font-size:1.1rem;color:#b8d4e8;line-height:1.6;max-width:700px;margin:0 auto;opacity:.9}.selector-content{padding:0 2rem 2rem;position:relative;z-index:1}@media(max-width:768px){.selector-hero{padding:3rem 1.5rem 2rem}.title-main{font-size:2.5rem}.title-subtitle,.selector-motto{font-size:1.1rem}.selector-description{font-size:1rem}.selector-content{padding:0 1rem 1.5rem}}.designer-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:2rem;padding:2rem 2.5rem;background:linear-gradient(135deg,#ffffff0d,#ffffff05);border:1px solid rgba(255,255,255,.1);border-radius:12px;box-shadow:0 4px 20px #0000004d}.back-button{padding:.6rem 1.5rem;background:linear-gradient(135deg,#6464644d,#5050504d);border:1px solid rgba(150,150,150,.5);border-radius:8px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003;flex-shrink:0;line-height:1.5}.back-button:hover{background:linear-gradient(135deg,#78787866,#64646466);border-color:#b4b4b4cc;transform:translate(-3px);box-shadow:0 4px 12px #0000004d}.designer-title{font-size:2rem;font-weight:700;margin:0;padding:0;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.5);letter-spacing:.02em;flex:1;text-align:center;line-height:1.5!important;display:flex;align-items:center;justify-content:center}.header-actions{display:flex;gap:.75rem;align-items:center;flex-shrink:0}.save-load-button{padding:.6rem 1.5rem;background:linear-gradient(135deg,#64b4ff4d,#50a0e64d);border:1px solid rgba(100,180,255,.5);border-radius:8px;color:#64b4ff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003;flex-shrink:0;line-height:1.5}.save-load-button:hover{background:linear-gradient(135deg,#64b4ff80,#50a0e680);border-color:#64b4ff;transform:translateY(-2px);box-shadow:0 4px 15px #64b4ff4d}.share-button{padding:.6rem 1.5rem;background:linear-gradient(135deg,#4caf504d,#388e3c4d);border:1px solid rgba(76,175,80,.5);border-radius:8px;color:#4caf50;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003;flex-shrink:0;line-height:1.5}.share-button:hover{background:linear-gradient(135deg,#4caf5080,#388e3c80);border-color:#4caf50;transform:translateY(-2px);box-shadow:0 4px 15px #4caf504d}.share-button.share-success{background:linear-gradient(135deg,#4caf5099,#388e3c99);border-color:#4caf50;color:#81c784}.export-button{padding:.6rem 1.5rem;background:linear-gradient(135deg,#ff9f434d,#ff8c1a4d);border:1px solid rgba(255,159,67,.5);border-radius:8px;color:#ff9f43;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0003;flex-shrink:0;line-height:1.5}.export-button:hover{background:linear-gradient(135deg,#ff9f4380,#ff8c1a80);border-color:#ff9f43;transform:translateY(-2px);box-shadow:0 4px 15px #ff9f434d}@media(max-width:768px){.designer-header{flex-direction:column;align-items:flex-start;gap:1rem}.designer-title{font-size:1.5rem}.header-actions{width:100%;justify-content:flex-start}}.final-cost-card{padding:1.5rem;border-radius:10px;border:2px solid;margin-bottom:20px}.final-cost-card h2{font-size:1.4rem;margin:0 0 1rem;font-weight:700}.custom-name-section{margin-bottom:1.25rem;padding-bottom:1.25rem;border-bottom:2px solid rgba(255,255,255,.15)}.custom-name-label{display:block;font-size:.95rem;color:#ccc;font-weight:500;margin-bottom:.5rem}.custom-name-input{width:100%;padding:.75rem;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#0000004d;color:#e0e0e0;font-size:1rem;font-weight:500;transition:all .2s ease}.custom-name-input:focus{outline:none;border-color:#fff6;background:#0006;box-shadow:0 0 0 3px #ffffff1a}.custom-name-input::placeholder{color:#fff6;font-style:italic}.cost-breakdown{display:flex;flex-direction:column;gap:.75rem}.cost-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid rgba(255,255,255,.1)}.cost-item:last-child{border-bottom:none}.cost-label{font-size:.95rem;color:#ccc;font-weight:500}.cost-value{font-size:1.2rem;font-weight:700}.final-cost-blue{background:linear-gradient(135deg,#4db8e833,#4db8e826);border-color:#4db8e880;border-width:2px;box-shadow:0 4px 20px #4db8e826}.final-cost-blue h2{color:#64b4ff}.final-cost-blue .cost-value{color:#d4f1ff}.final-cost-blue .custom-name-input:focus{border-color:#4db8e899;box-shadow:0 0 0 3px #4db8e833}.final-cost-teal{background:linear-gradient(135deg,#4fd1c533,#4fd1c526);border-color:#4fd1c580;border-width:2px;box-shadow:0 4px 20px #4fd1c526}.final-cost-teal h2{color:#4fd1c5}.final-cost-teal .cost-value{color:#d4fff8}.final-cost-teal .custom-name-input:focus{border-color:#4fd1c599;box-shadow:0 0 0 3px #4fd1c533}.final-cost-purple{background:linear-gradient(135deg,#b967ff33,#b967ff26);border-color:#b967ff80;border-width:2px;box-shadow:0 4px 20px #b967ff26}.final-cost-purple h2{color:#c8a5ff}.final-cost-purple .cost-value{color:#e5d5ff}.final-cost-purple .custom-name-input:focus{border-color:#b967ff99;box-shadow:0 0 0 3px #b967ff33}.final-cost-orange{background:linear-gradient(135deg,#ff9f4326,#ff9f4314);border-color:#ff9f43}.final-cost-orange h2{color:#ff9f43}.final-cost-orange .cost-value{color:#ffa726}.final-cost-orange .custom-name-input:focus{border-color:#ff9f4399;box-shadow:0 0 0 3px #ff9f4333}.selector-dialog-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.selector-dialog-content{border-radius:12px;padding:2rem;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 50px #00000080}.selector-dialog-title{font-size:1.8rem;margin:0 0 1rem;font-weight:700}.selector-dialog-description{color:#aaa;margin-bottom:1.5rem;line-height:1.5;font-size:.95rem}.bp-input-section{background:#0000004d;border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.bp-input-label{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;font-size:1rem;color:#ddd}.bp-input-display{font-size:1.3rem;font-weight:700;color:#64b4ff}.bp-input-slider{width:100%;height:8px;border-radius:4px;outline:none;appearance:none;-webkit-appearance:none;background:linear-gradient(90deg,#64b4ff4d,#64b4ff99);margin-bottom:.5rem}.bp-input-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#64b4ff;cursor:pointer;box-shadow:0 0 10px #64b4ff80}.bp-input-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#64b4ff;cursor:pointer;border:none;box-shadow:0 0 10px #64b4ff80}.bp-input-range{display:flex;justify-content:space-between;font-size:.85rem;color:#999;margin-bottom:.75rem}.bp-input-info{font-size:.9rem;color:#aaa;padding-top:.75rem;border-top:1px solid rgba(255,255,255,.1);text-align:center}.selector-options{margin-bottom:1.5rem}.selector-options-vertical{display:flex;flex-direction:column;gap:1rem}.selector-options-horizontal{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}.selector-options-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:1rem}.selector-option{width:100%;padding:1rem;border-radius:8px;cursor:pointer;text-align:left;transition:all .3s ease;border:2px solid transparent;font-family:inherit}.selector-options-horizontal .selector-option,.selector-options-grid .selector-option{text-align:center}.selector-option:hover:not(.disabled){transform:translateY(-3px);box-shadow:0 8px 20px #0006}.selector-option.disabled{opacity:.3;cursor:not-allowed}.option-name{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.selector-options-vertical .option-name{margin-bottom:.5rem}.selector-options-horizontal .option-name,.selector-options-grid .option-name{margin-bottom:.25rem}.option-description{font-size:.9rem;color:#aaa;line-height:1.4;margin-bottom:.5rem}.option-cost{font-size:1rem;font-weight:700;margin-top:.5rem}.selector-cancel-button{width:100%;padding:.75rem;background:#64646433;border:1px solid #666;border-radius:6px;color:#ccc;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600}.selector-cancel-button:hover{background:#6464644d;border-color:#888}.selector-dialog-blue{background:linear-gradient(135deg,#16213e,#0f3460);border:2px solid rgba(100,180,255,.5)}.selector-dialog-blue .selector-dialog-title{color:#64b4ff;text-shadow:0 0 10px rgba(100,180,255,.5)}.selector-dialog-blue .selector-option{background:linear-gradient(135deg,#0f346080,#16213e80);border-color:#64b4ff4d}.selector-dialog-blue .selector-option:hover:not(.disabled){border-color:#64b4ff;box-shadow:0 0 15px #64b4ff66}.selector-dialog-blue .option-name,.selector-dialog-blue .option-cost{color:#64b4ff}.selector-dialog-teal{background:linear-gradient(135deg,#1a332e,#0d3d3a);border:2px solid rgba(79,209,197,.5)}.selector-dialog-teal .selector-dialog-title{color:#4fd1c5;text-shadow:0 0 10px rgba(79,209,197,.5)}.selector-dialog-teal .selector-option{background:linear-gradient(135deg,#0d3d3a80,#1a332e80);border-color:#38b2ac4d}.selector-dialog-teal .selector-option:hover:not(.disabled){border-color:#4fd1c5;box-shadow:0 0 15px #4fd1c566}.selector-dialog-teal .option-name,.selector-dialog-teal .option-cost{color:#4fd1c5}.selector-dialog-purple{background:linear-gradient(135deg,#1a0a27,#2e1642);border:2px solid rgba(185,103,255,.5)}.selector-dialog-purple .selector-dialog-title{color:#b967ff;text-shadow:0 0 10px rgba(185,103,255,.5)}.selector-dialog-purple .selector-option{background:linear-gradient(135deg,#2e164280,#1a0a2780);border-color:#b967ff4d}.selector-dialog-purple .selector-option:hover:not(.disabled){border-color:#b967ff;box-shadow:0 0 15px #b967ff66}.selector-dialog-purple .option-name,.selector-dialog-purple .option-cost{color:#b967ff}.selector-dialog-orange{background:linear-gradient(135deg,#2d1f0e,#3d2817);border:2px solid rgba(255,159,67,.5)}.selector-dialog-orange .selector-dialog-title{color:#ff9f43;text-shadow:0 0 10px rgba(255,159,67,.5)}.selector-dialog-orange .selector-option{background:linear-gradient(135deg,#3d281780,#2d1f0e80);border-color:#ffa7264d}.selector-dialog-orange .selector-option:hover:not(.disabled){border-color:#ff9f43;box-shadow:0 0 15px #ff9f4366}.selector-dialog-orange .option-name{color:#ff9f43}.selector-dialog-orange .option-cost{color:#ffa726}.exotic-config-section{background:#0000004d;border:1px solid rgba(255,159,67,.3);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.exotic-bp-cost{display:flex;justify-content:space-between;align-items:center;background:#ff9f431a;border:1px solid rgba(255,159,67,.3);border-radius:6px;padding:1rem;margin-bottom:1.5rem}.exotic-bp-cost strong{font-size:1.25rem;color:#ff9f43}.weapon-type-selection{margin-bottom:1.5rem}.weapon-type-selection label{display:block;font-weight:600;margin-bottom:.5rem;color:#ddd}.weapon-type-select{width:100%;padding:.75rem;background:#3d2817cc;border:1px solid rgba(255,159,67,.3);border-radius:6px;color:#e0e0e0;font-size:1rem;cursor:pointer}.weapon-type-select:hover{border-color:#ff9f43;background:#3d2817e6}.weapon-type-select:focus{outline:none;border-color:#ff9f43;box-shadow:0 0 10px #ff9f434d}.weapon-type-select option{background:#2d1f0e;color:#e0e0e0;padding:.5rem}.weapon-counts-grid{margin-bottom:1.5rem}.weapon-counts-grid>label{display:block;font-weight:600;margin-bottom:1rem;color:#ddd}.weapon-count-row{display:grid;grid-template-columns:100px 120px 1fr;gap:1rem;align-items:center;margin-bottom:.75rem}.weapon-count-row span:first-child{font-weight:500;color:#ccc}.weapon-count-row input{padding:.5rem;background:#3d2817cc;border:1px solid rgba(255,159,67,.3);border-radius:6px;color:#e0e0e0;font-size:1rem;width:100%}.weapon-count-row input:hover{border-color:#ff9f43;background:#3d2817e6}.weapon-count-row input:focus{outline:none;border-color:#ff9f43;box-shadow:0 0 10px #ff9f434d}.exotic-cost-detail{font-size:.9rem;color:#ffa726;font-weight:500;min-width:120px;text-align:left}.antimatter-amount-input{margin-bottom:1.5rem}.antimatter-amount-input label{display:block;font-weight:600;margin-bottom:.5rem;color:#ddd}.antimatter-amount-input input{width:100%;padding:.75rem;background:#3d2817cc;border:1px solid rgba(255,159,67,.3);border-radius:6px;color:#e0e0e0;font-size:1.1rem;margin-bottom:1rem}.antimatter-amount-input input:hover{border-color:#ff9f43;background:#3d2817e6}.antimatter-amount-input input:focus{outline:none;border-color:#ff9f43;box-shadow:0 0 10px #ff9f434d}.explosion-power-info{background:#ff9f431a;border:1px solid rgba(255,159,67,.3);border-radius:6px;padding:.75rem;color:#ddd}.explosion-power-info strong{color:#ff9f43}.exotic-materials-summary{background:#ff9f4326;border:2px solid rgba(255,159,67,.4);border-radius:8px;padding:1rem}.exotic-materials-summary .summary-title{font-weight:700;color:#ff9f43;margin-bottom:.75rem;font-size:1.1rem}.exotic-material-item{display:flex;align-items:center;gap:.75rem;padding:.5rem;background:#0003;border-radius:6px;margin-bottom:.5rem}.exotic-material-item:last-child{margin-bottom:0}.material-icon{font-size:1.5rem}.exotic-material-item span:nth-child(2){flex:1;font-weight:600;color:#ddd}.exotic-material-item strong{font-size:1.25rem;color:#ff9f43}.dialog-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.selector-confirm-button{padding:.75rem 2rem;background:linear-gradient(135deg,#ff9f43,#ff8c1a);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff9f434d}.selector-confirm-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #ff9f4366}.selector-confirm-button:disabled{opacity:.4;cursor:not-allowed}.hanger-config-section{background:#0000004d;border:1px solid rgba(255,159,67,.3);border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.hanger-config-section h3{margin:0 0 1.5rem;font-size:1.2rem;color:#ff9f43;font-weight:600}.hanger-input-group{margin-bottom:1.25rem}.hanger-input-group label{display:block;font-weight:600;margin-bottom:.5rem;color:#ddd;font-size:.95rem}.hanger-text-input,.hanger-number-input{width:100%;padding:.75rem;background:#3d281799;border:1px solid rgba(255,159,67,.3);border-radius:6px;color:#e0e0e0;font-size:1rem;font-family:inherit}.hanger-text-input:hover,.hanger-number-input:hover{border-color:#ff9f43;background:#3d2817cc}.hanger-text-input:focus,.hanger-number-input:focus{outline:none;border-color:#ff9f43;box-shadow:0 0 10px #ff9f434d}.hanger-checkbox-group{margin-bottom:1.5rem;padding:1rem;background:#0003;border-radius:6px}.hanger-checkbox-group label{display:flex;align-items:center;cursor:pointer;font-size:.95rem;color:#ddd}.hanger-checkbox{width:20px;height:20px;margin-right:.75rem;cursor:pointer;accent-color:#ff9f43}.hanger-checkbox-group label span{flex:1}.hanger-cost-summary{background:#ff9f431a;border:1px solid rgba(255,159,67,.3);border-radius:6px;padding:1rem}.hanger-cost-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.95rem}.hanger-cost-item span{color:#ddd}.hanger-cost-item strong{color:#ff9f43;font-size:1rem}.hanger-cost-total{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;margin-top:.5rem;border-top:2px solid rgba(255,159,67,.3);font-size:1.1rem;font-weight:600}.hanger-cost-total span{color:#ddd}.hanger-cost-total strong{color:#ffa726;font-size:1.25rem}.export-dialog-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.export-dialog-content{background:linear-gradient(135deg,#1a0f08,#2d1810);border:2px solid rgba(255,159,67,.5);border-radius:12px;padding:2rem;max-width:700px;width:90%;max-height:80vh;box-shadow:0 10px 50px #00000080}.export-dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid rgba(255,159,67,.3)}.export-dialog-header h2{font-size:1.5rem;color:#ff9f43;margin:0;font-weight:700}.export-close-button{background:transparent;border:none;color:#ff9f43;font-size:2rem;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.export-close-button:hover{background:#ff9f4333;transform:scale(1.1)}.export-format-toggle{display:flex;gap:.5rem;margin-bottom:1.5rem;background:#0006;padding:.5rem;border-radius:8px;border:1px solid rgba(255,159,67,.2)}.format-toggle-btn{flex:1;padding:.75rem 1rem;background:transparent;border:1px solid rgba(255,159,67,.3);border-radius:6px;color:#ff9f43;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s}.format-toggle-btn:hover{background:#ff9f431a;border-color:#ff9f43}.format-toggle-btn.active{background:linear-gradient(135deg,#ff9f43,#ff8c1a);border-color:#ff9f43;color:#fff;box-shadow:0 2px 10px #ff9f434d}.export-text-container{margin-bottom:1.5rem}.export-text-area{width:100%;min-height:300px;padding:1rem;background:#0006;border:1px solid rgba(255,159,67,.3);border-radius:6px;color:#e0e0e0;font-family:Courier New,monospace;font-size:.95rem;line-height:1.6;resize:vertical}.export-text-area:focus{outline:none;border-color:#ff9f43;box-shadow:0 0 10px #ff9f434d}.export-dialog-actions{display:flex;gap:1rem;justify-content:flex-end}.export-copy-button{padding:.75rem 2rem;background:linear-gradient(135deg,#ff9f43,#ff8c1a);border:none;border-radius:6px;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff9f434d}.export-copy-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ff9f4366}.export-cancel-button{padding:.75rem 1.5rem;background:#64646433;border:1px solid #666;border-radius:6px;color:#ccc;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600}.export-cancel-button:hover{background:#6464644d;border-color:#888}.save-load-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.save-load-dialog{background:linear-gradient(135deg,#1a2332,#0f1621);border:2px solid rgba(100,180,255,.3);border-radius:12px;width:90%;max-width:700px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 8px 32px #00000080}.save-load-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(100,180,255,.2)}.save-load-header h2{margin:0;color:#64b4ff;font-size:1.5rem;font-weight:700}.close-button{background:transparent;border:none;color:#888;font-size:2rem;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.close-button:hover{background:#ff646433;color:#ff6464}.save-load-message{padding:.75rem 1.5rem;font-weight:600;text-align:center}.save-load-message.success{background:#4caf5033;color:#4caf50;border-bottom:1px solid rgba(76,175,80,.3)}.save-load-message.error{background:#f4433633;color:#f44336;border-bottom:1px solid rgba(244,67,54,.3)}.save-load-content{padding:1.5rem;overflow-y:auto;flex:1}.save-section{margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(100,180,255,.2)}.save-section h3,.load-section h3{margin:0 0 1rem;color:#e0e0e0;font-size:1.1rem;font-weight:600}.save-input-group{display:flex;gap:.75rem}.save-name-input{flex:1;padding:.75rem;background:#0000004d;border:1px solid rgba(100,180,255,.3);border-radius:6px;color:#e0e0e0;font-size:1rem;font-family:inherit}.save-name-input:focus{outline:none;border-color:#64b4ff;box-shadow:0 0 0 3px #64b4ff1a}.save-button{padding:.75rem 2rem;background:linear-gradient(135deg,#4caf504d,#388e3c4d);border:1px solid rgba(76,175,80,.5);border-radius:6px;color:#4caf50;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.save-button:hover{background:linear-gradient(135deg,#4caf5080,#388e3c80);border-color:#4caf50;transform:translateY(-2px);box-shadow:0 4px 12px #4caf504d}.load-section{margin-bottom:0}.slots-list{display:flex;flex-direction:column;gap:.75rem;max-height:400px;overflow-y:auto;padding-right:.5rem}.no-saves{text-align:center;padding:2rem;color:#888;font-style:italic}.save-slot{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#0000004d;border:1px solid rgba(100,180,255,.2);border-radius:8px;transition:all .2s}.save-slot:hover{background:#0006;border-color:#64b4ff66}.slot-info{flex:1}.slot-name{font-size:1rem;font-weight:600;color:#e0e0e0;margin-bottom:.25rem}.slot-date{font-size:.85rem;color:#888}.slot-blueprint-id{color:#64b4ff;opacity:.7;font-style:italic;font-size:.8rem}.slot-actions{display:flex;gap:.5rem}.load-button-small{padding:.5rem 1rem;background:linear-gradient(135deg,#64b4ff4d,#50a0e64d);border:1px solid rgba(100,180,255,.5);border-radius:6px;color:#64b4ff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s}.load-button-small:hover{background:linear-gradient(135deg,#64b4ff80,#50a0e680);border-color:#64b4ff;transform:translateY(-1px)}.rename-button,.delete-button{padding:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:#e0e0e0;font-size:1rem;cursor:pointer;transition:all .2s;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.rename-button:hover{background:#ffc10733;border-color:#ffc10780;color:#ffc107}.delete-button:hover{background:#f4433633;border-color:#f4433680;color:#f44336}.rename-group{display:flex;gap:.5rem;width:100%}.rename-input{flex:1;padding:.5rem;background:#00000080;border:1px solid rgba(100,180,255,.3);border-radius:6px;color:#e0e0e0;font-size:.95rem;font-family:inherit}.rename-input:focus{outline:none;border-color:#64b4ff}.rename-confirm-button,.rename-cancel-button{padding:.5rem;border:1px solid;border-radius:6px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .2s;width:36px;height:36px;display:flex;align-items:center;justify-content:center}.rename-confirm-button{background:#4caf5033;border-color:#4caf5080;color:#4caf50}.rename-confirm-button:hover{background:#4caf5066;border-color:#4caf50}.rename-cancel-button{background:#f4433633;border-color:#f4433680;color:#f44336}.rename-cancel-button:hover{background:#f4433666;border-color:#f44336}.slots-list::-webkit-scrollbar{width:8px}.slots-list::-webkit-scrollbar-track{background:#0003;border-radius:4px}.slots-list::-webkit-scrollbar-thumb{background:#64b4ff4d;border-radius:4px}.slots-list::-webkit-scrollbar-thumb:hover{background:#64b4ff80}.info-card{padding:1.5rem;border-radius:10px;border:1px solid}.info-card h2{font-size:1.3rem;margin:0 0 1rem;font-weight:600}.info-card h3{font-size:1.1rem;margin:0 0 .75rem;font-weight:600}.info-card-blue{background:linear-gradient(135deg,#4db8e833,#4db8e826);border-color:#4db8e880;border-width:2px;box-shadow:0 4px 20px #4db8e826}.info-card-blue h2,.info-card-blue h3{color:#64b4ff}.info-card-teal{background:linear-gradient(135deg,#4fd1c533,#4fd1c526);border-color:#4fd1c580;border-width:2px;box-shadow:0 4px 20px #4fd1c526}.info-card-teal h2,.info-card-teal h3{color:#5fe7d3}.info-card-purple{background:linear-gradient(135deg,#b967ff33,#b967ff26);border-color:#b967ff80;border-width:2px;box-shadow:0 4px 20px #b967ff26}.info-card-purple h2,.info-card-purple h3{color:#c8a5ff}.info-card-orange{background:linear-gradient(135deg,#3d28174d,#2d1f0e4d);border-color:#ff9f434d}.info-card-orange h2,.info-card-orange h3{color:#ff9f43}.variant-cost-display{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}.variant-badge{display:inline-block;padding:3px 8px;background-color:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;font-size:.85em;color:#ffffffe6;white-space:nowrap}.small-blueprint-designer{min-height:100vh;padding:2rem;background:repeating-linear-gradient(0deg,rgba(77,184,232,.03) 0px,transparent 1px,transparent 20px,rgba(77,184,232,.03) 21px),repeating-linear-gradient(90deg,rgba(77,184,232,.03) 0px,transparent 1px,transparent 20px,rgba(77,184,232,.03) 21px),linear-gradient(135deg,#0a1e27,#16334e,#0a1e27);--primary-color: #4db8e8;--primary-dark: #3a9ec9;--primary-light: #6acbf0;--text-primary: #d4f1ff;--text-secondary: #a0c8d8;--accent-bg: rgba(77, 184, 232, .15);--accent-bg-hover: rgba(77, 184, 232, .25)}.small-blueprint-designer .designer-content.small-layout{display:grid;grid-template-columns:350px 1fr 400px;gap:1.5rem;overflow-x:hidden}.small-blueprint-left,.small-blueprint-right{display:flex;flex-direction:column;gap:1.5rem;overflow-x:hidden}.small-blueprint-designer .info-card-blue h2,.small-blueprint-designer .info-card-blue h3,.small-blueprint-designer .final-cost-blue h2{color:var(--primary-light)}.small-blueprint-designer .final-cost-blue .cost-value{color:var(--text-primary)}.small-blueprint-designer .blueprint-description{color:var(--text-secondary);margin:.75rem 0 1rem;line-height:1.5;font-size:.95rem}.small-blueprint-designer .weapon-size-section{margin:1rem 0;padding:1rem;background:var(--accent-bg);border-radius:8px;border:1px solid var(--primary-color)}.small-blueprint-designer .weapon-size-label{display:block;font-weight:600;color:var(--text-primary);margin-bottom:.5rem;font-size:.9rem}.small-blueprint-designer .weapon-size-display-button{width:100%;padding:.75rem 1rem;background:linear-gradient(135deg,var(--primary-color),var(--primary-dark));color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:space-between;font-size:1rem}.small-blueprint-designer .weapon-size-display-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4db8e866}.small-blueprint-designer .multiplier-badge{padding:.25rem .75rem;background:#fff3;border-radius:12px;font-size:.85rem;font-weight:700}.small-blueprint-designer .base-costs{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.small-blueprint-designer .cost-label{font-weight:600;color:var(--text-secondary);font-size:.9rem}.small-blueprint-designer .cost-rp,.small-blueprint-designer .cost-bp,.small-blueprint-designer .cost-cp{padding:.35rem .75rem;border-radius:6px;font-weight:700;font-size:.95rem}.small-blueprint-designer .cost-rp{background:#4db8e833;color:var(--primary-light);border:1px solid rgba(77,184,232,.4)}.small-blueprint-designer .cost-bp{background:#ffc10726;color:#ffd54f;border:1px solid rgba(255,193,7,.3)}.small-blueprint-designer .cost-cp{background:#9c27b026;color:#ce93d8;border:1px solid rgba(156,39,176,.3)}.small-blueprint-designer .pre-included-features{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-top:1rem;padding:.75rem;background:#4caf500d;border-radius:6px;border:1px solid rgba(76,175,80,.2)}.small-blueprint-designer .features-label{font-weight:600;color:#81c784;font-size:.85rem}.small-blueprint-designer .feature-badge{padding:.25rem .6rem;background:#4caf5033;color:#a5d6a7;border-radius:12px;font-size:.8rem;font-weight:600}.small-blueprint-designer .modifications-list{display:flex;flex-direction:column;gap:.5rem;max-height:600px;overflow-y:auto;overflow-x:hidden;padding-right:.5rem}.small-blueprint-designer .modification-option{width:100%;padding:.6rem;background:var(--accent-bg);border:1px solid rgba(77,184,232,.4);border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:left;font-family:inherit}.small-blueprint-designer .modification-option:hover:not(.disabled){background:var(--accent-bg-hover);border-color:var(--primary-light);box-shadow:0 0 20px #4db8e880;transform:translate(3px)}.small-blueprint-designer .modification-option.disabled{opacity:.4;cursor:not-allowed}.small-blueprint-designer .modification-option.mod-at-max{background:#4caf501a;border-color:#4caf5099;opacity:.6;cursor:not-allowed}.small-blueprint-designer .modification-option.mod-partial{border:2px solid rgba(77,184,232,.6);border-left:4px solid var(--primary-light);background:#4db8e826}.small-blueprint-designer .mod-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.small-blueprint-designer .mod-name{font-size:.95rem;color:var(--text-primary);font-weight:600;margin-bottom:.2rem}.small-blueprint-designer .mod-count-badge{padding:.2rem .4rem;background:#4db8e840;color:var(--text-primary);border-radius:4px;font-size:.7rem;font-weight:600;border:1px solid rgba(77,184,232,.3)}.small-blueprint-designer .mod-description{font-size:.8rem;color:#ccc;line-height:1.2}.small-blueprint-designer .mod-cost{color:var(--primary-color);font-weight:600;font-size:.85rem}.small-blueprint-designer .selected-mods-list{display:flex;flex-direction:column;gap:.5rem}.small-blueprint-designer .no-mods{color:var(--text-secondary);font-style:italic;text-align:center;padding:2rem}.small-blueprint-designer .selected-mod-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--accent-bg);border:1px solid rgba(77,184,232,.4);border-radius:6px}.small-blueprint-designer .selected-mod-content{display:flex;flex-direction:column;gap:6px;flex:1}.small-blueprint-designer .selected-mod-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.small-blueprint-designer .selected-mod-name{font-size:.95rem;color:var(--text-primary);font-weight:600;flex:1}.small-blueprint-designer .quantity-controls{display:flex;align-items:center;gap:4px}.small-blueprint-designer .quantity-btn,.small-blueprint-designer .quantity-btn-single{background:var(--accent-bg);border:1px solid rgba(77,184,232,.4);color:var(--text-primary);width:24px;height:24px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;line-height:1}.small-blueprint-designer .quantity-btn:hover,.small-blueprint-designer .quantity-btn-single:hover{background:#4db8e84d;border-color:#4db8e899}.small-blueprint-designer .quantity-display{font-size:.9rem;font-weight:600;color:var(--text-secondary);min-width:30px;text-align:center}.small-blueprint-designer .selected-mod-costs{display:flex;gap:6px;flex-wrap:wrap}.small-blueprint-designer .cost-badge{font-size:11px;padding:3px 8px;background:#4caf5026;border:1px solid rgba(76,175,80,.3);border-radius:4px;color:#81c784;font-weight:600;letter-spacing:.3px}.small-blueprint-designer .remove-button{background:var(--accent-bg);border:1px solid rgba(77,184,232,.4);color:var(--text-primary);width:32px;height:32px;border-radius:6px;font-size:1.3rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-weight:300;line-height:1}.small-blueprint-designer .remove-button:hover{background:#ff646440;border-color:#ff6464;color:#ff6464;box-shadow:0 0 12px #ff646466;transform:scale(1.05)}.small-blueprint-designer .remove-mod-button:hover{background:#f4433666;transform:scale(1.1)}.small-blueprint-designer .final-summary-card{grid-column:1 / -1;margin-top:1rem}.small-blueprint-designer .final-summary-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.small-blueprint-designer .final-name-section{flex:1}.small-blueprint-designer .final-name{font-size:1.5rem;color:var(--primary-light);margin:0 0 .5rem;font-weight:700}.small-blueprint-designer .full-name{color:var(--text-secondary);font-size:.95rem;margin:0;font-style:italic}.small-blueprint-designer .modifications-list::-webkit-scrollbar{width:8px}.small-blueprint-designer .modifications-list::-webkit-scrollbar-track{background:var(--background);border-radius:4px}.small-blueprint-designer .modifications-list::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.small-blueprint-designer .modifications-list::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}@media(max-width:1200px){.small-blueprint-designer .designer-content.small-layout{grid-template-columns:1fr}.small-blueprint-designer .modifications-list{max-height:500px}}@media(max-width:768px){.small-blueprint-designer .designer-content.small-layout{padding:1rem;gap:1rem}.small-blueprint-designer .final-summary-content{flex-direction:column;align-items:flex-start}.small-blueprint-designer .final-name{font-size:1.25rem}}.small-blueprint-designer .variant-badge{background:#64b4ff40;color:#dbeafe;border:1px solid rgba(100,180,255,.3)}.blueprint-designer.installation-designer{min-height:100vh;padding:2rem;background:repeating-linear-gradient(0deg,rgba(79,209,197,.03) 0px,transparent 1px,transparent 20px,rgba(79,209,197,.03) 21px),repeating-linear-gradient(90deg,rgba(79,209,197,.03) 0px,transparent 1px,transparent 20px,rgba(79,209,197,.03) 21px),linear-gradient(135deg,#0a1c1a,#152e2c,#0a1c1a);--primary-color: #4fd1c5;--primary-dark: #38b2ac;--primary-light: #81e6d9;--text-primary: #d4fff8;--text-secondary: #a8cfc8;--accent-bg: rgba(79, 209, 197, .12);--accent-bg-hover: rgba(79, 209, 197, .18)}.installation-designer .designer-content.installation-layout{display:grid;grid-template-columns:350px 1fr 400px;gap:1.5rem;overflow-x:hidden}.installation-designer .designer-left,.installation-designer .designer-middle,.installation-designer .designer-right{display:flex;flex-direction:column;gap:1.5rem;overflow-x:hidden}.installation-designer .info-card-teal h2,.installation-designer .info-card-teal h3,.installation-designer .final-cost-teal h2{color:var(--primary-light)}.installation-designer .final-cost-teal .cost-value{color:var(--text-primary)}.installation-designer .blueprint-description{color:var(--text-secondary);margin:.75rem 0 1rem;line-height:1.5;font-size:.95rem}.installation-designer .base-costs{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-color)}.installation-designer .cost-label{font-weight:600;color:var(--text-secondary);font-size:.9rem}.installation-designer .cost-rp,.installation-designer .cost-bp,.installation-designer .cost-cp{padding:.35rem .75rem;border-radius:6px;font-weight:700;font-size:.95rem}.installation-designer .cost-rp{background:#4fd1c526;color:var(--primary-light);border:1px solid rgba(79,209,197,.3)}.installation-designer .cost-bp{background:#ffc10726;color:#ffd54f;border:1px solid rgba(255,193,7,.3)}.installation-designer .cost-cp{background:#9c27b026;color:#ce93d8;border:1px solid rgba(156,39,176,.3)}.installation-designer .pre-included-features{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap;margin-top:1rem;padding:.75rem;background:var(--accent-bg);border-radius:6px;border:1px solid rgba(79,209,197,.25)}.installation-designer .features-label{font-weight:600;color:var(--text-primary);font-size:.85rem}.installation-designer .feature-badge{padding:.25rem .6rem;background:#4fd1c526;color:var(--primary-light);border-radius:12px;font-size:.8rem;font-weight:600;border:1px solid rgba(79,209,197,.3)}.installation-designer .variable-n-card{background:linear-gradient(135deg,#4fd1c50d,#38b2ac0d);border:2px solid var(--primary-color)}.installation-designer .variable-n-section{display:flex;flex-direction:column;gap:1rem}.installation-designer .variable-n-label{font-weight:600;color:var(--text-primary);font-size:.95rem}.installation-designer .variable-n-input{padding:.75rem 1rem;background:#0000004d;border:2px solid rgba(79,209,197,.3);border-radius:8px;color:var(--text-primary);font-size:1.1rem;font-weight:700;transition:all .2s;width:100%}.installation-designer .variable-n-input:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 3px #4fd1c51a}.installation-designer .formula-display{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background:var(--accent-bg);border-radius:8px;border:1px solid rgba(79,209,197,.25)}.installation-designer .formula-info{display:flex;justify-content:space-between;align-items:center;padding:.5rem;background:#0003;border-radius:6px}.installation-designer .formula-label{font-weight:600;color:var(--text-secondary);font-size:.9rem}.installation-designer .formula-value{font-weight:700;color:var(--primary-light);font-size:1rem}.installation-designer .modifications-list{display:flex;flex-direction:column;gap:.5rem;max-height:600px;overflow-y:auto;overflow-x:hidden;padding-right:.5rem}.installation-designer .modification-option{width:100%;padding:.6rem;background:var(--accent-bg);border:1px solid rgba(79,209,197,.3);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;font-family:inherit}.installation-designer .modification-option:hover:not(.disabled){background:var(--accent-bg-hover);border-color:var(--primary-color);box-shadow:0 0 12px #4fd1c54d;transform:translate(3px)}.installation-designer .modification-option.disabled{opacity:.4;cursor:not-allowed}.installation-designer .modification-option.mod-at-max{background:#4fd1c514;border-color:#4fd1c566;opacity:.6;cursor:not-allowed}.installation-designer .modification-option.mod-partial{border:2px solid rgba(79,209,197,.5);border-left:4px solid var(--primary-color);background:var(--accent-bg-hover)}.installation-designer .mod-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.25rem}.installation-designer .mod-name{font-size:.95rem;color:var(--text-primary);font-weight:600;margin-bottom:.2rem}.installation-designer .mod-count-badge{padding:.2rem .4rem;background:#4fd1c540;color:var(--text-primary);border-radius:4px;font-size:.7rem;font-weight:600;border:1px solid rgba(79,209,197,.3)}.installation-designer .mod-description{font-size:.8rem;color:#ccc;line-height:1.2}.installation-designer .mod-cost{color:var(--primary-color);font-weight:600;font-size:.85rem}.installation-designer .selected-mods-list{display:flex;flex-direction:column;gap:.5rem}.installation-designer .no-mods{color:var(--text-secondary);font-style:italic;text-align:center;padding:2rem}.installation-designer .selected-mod-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:var(--accent-bg);border:1px solid rgba(79,209,197,.4);border-radius:6px}.installation-designer .selected-mod-content{display:flex;flex-direction:column;gap:6px;flex:1}.installation-designer .selected-mod-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.installation-designer .selected-mod-name{font-size:.95rem;color:var(--text-primary);font-weight:600;flex:1}.installation-designer .quantity-controls{display:flex;align-items:center;gap:4px}.installation-designer .quantity-btn,.installation-designer .quantity-btn-single{background:var(--accent-bg);border:1px solid rgba(79,209,197,.4);color:var(--text-primary);width:24px;height:24px;border-radius:4px;cursor:pointer;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease;padding:0;line-height:1}.installation-designer .quantity-btn:hover,.installation-designer .quantity-btn-single:hover{background:#4fd1c54d;border-color:#4fd1c599}.installation-designer .quantity-display{font-size:.9rem;font-weight:600;color:var(--text-secondary);min-width:30px;text-align:center}.installation-designer .selected-mod-costs{display:flex;gap:6px;flex-wrap:wrap}.installation-designer .cost-badge{font-size:11px;padding:3px 8px;background:#4caf5026;border:1px solid rgba(76,175,80,.3);border-radius:4px;color:#81c784;font-weight:600;letter-spacing:.3px}.installation-designer .remove-mod-button{background:#4fd1c526;border:1px solid rgba(79,209,197,.4);color:#d4fff8;width:32px;height:32px;border-radius:6px;font-size:1.3rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-weight:300;line-height:1}.installation-designer .remove-mod-button:hover{background:#ff646440;border-color:#ff6464;color:#ff6464;box-shadow:0 0 12px #ff646466;transform:scale(1.05)}.installation-designer .final-summary-card{grid-column:1 / -1;margin-top:1rem}.installation-designer .final-summary-content{display:flex;justify-content:space-between;align-items:center;gap:2rem}.installation-designer .final-name-section{flex:1}.installation-designer .final-name{font-size:1.5rem;color:var(--primary-light);margin:0 0 .5rem;font-weight:700}.installation-designer .full-name{color:var(--text-secondary);font-size:.95rem;margin:0;font-style:italic}.installation-designer .modifications-list::-webkit-scrollbar{width:8px}.installation-designer .modifications-list::-webkit-scrollbar-track{background:var(--background);border-radius:4px}.installation-designer .modifications-list::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}.installation-designer .modifications-list::-webkit-scrollbar-thumb:hover{background:var(--primary-light)}@media(max-width:1200px){.installation-designer .designer-content.installation-layout{grid-template-columns:1fr}.installation-designer .modifications-list{max-height:500px}}@media(max-width:768px){.installation-designer .designer-content.installation-layout{padding:1rem;gap:1rem}.installation-designer .final-summary-content{flex-direction:column;align-items:flex-start}.installation-designer .final-name{font-size:1.25rem}.installation-designer .formula-info{flex-direction:column;align-items:flex-start;gap:.25rem}}.installation-designer .variant-badge{background:#4fd1c540;color:#ccfbf1;border:1px solid rgba(79,209,197,.3)}.blueprint-designer.ultraheavy-designer{min-height:100vh;padding:2rem;background:repeating-linear-gradient(0deg,rgba(185,103,255,.03) 0px,transparent 1px,transparent 20px,rgba(185,103,255,.03) 21px),repeating-linear-gradient(90deg,rgba(185,103,255,.03) 0px,transparent 1px,transparent 20px,rgba(185,103,255,.03) 21px),linear-gradient(135deg,#1a0a27,#2e1642,#1a0a27);--primary-color: #b967ff;--primary-dark: #9b4ddb;--primary-light: #c8a5ff;--text-primary: #e0d4ff;--text-secondary: #a8a0b8;--accent-bg: rgba(185, 103, 255, .12);--accent-bg-hover: rgba(185, 103, 255, .18)}.ultraheavy-layout{display:grid;grid-template-columns:350px 1fr 400px;gap:1.5rem;overflow-x:hidden}.ultraheavy-left,.ultraheavy-middle,.ultraheavy-right{display:flex;flex-direction:column;gap:1.5rem;overflow-x:hidden}.ultraheavy-designer .info-card-purple h2,.ultraheavy-designer .info-card-purple h3,.ultraheavy-designer .final-cost-purple h2{color:var(--primary-light)}.ultraheavy-designer .final-cost-purple .cost-value{color:var(--text-primary)}.chassis-description{font-size:.95rem;color:var(--text-secondary);margin:.75rem 0 1rem;line-height:1.5}.chassis-stats{display:flex;gap:1rem;margin-bottom:1rem;padding:.75rem;background:var(--accent-bg);border-radius:6px;border:1px solid rgba(185,103,255,.25)}.stat-item{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.75rem;color:var(--primary-light);text-transform:uppercase;font-weight:600}.stat-value{font-size:1.1rem;color:var(--text-primary);font-weight:700}.slot-info{display:flex;flex-direction:column;gap:.5rem}.slot-display{display:flex;justify-content:space-between;padding:.5rem;background:var(--accent-bg);border-radius:4px;border:1px solid rgba(185,103,255,.25)}.slot-label{color:var(--primary-light);font-weight:600}.slot-value{color:var(--text-primary);font-weight:700}.ultraheavy-designer .hull-mods-card{flex:1}.ultraheavy-designer .modifications-list{display:flex;flex-direction:column;gap:.5rem;max-height:600px;overflow-y:auto;overflow-x:hidden;padding-right:.5rem}.ultraheavy-designer .modification-option{width:100%;padding:.6rem;background:var(--accent-bg);border:1px solid rgba(185,103,255,.3);border-radius:8px;cursor:pointer;transition:all .2s ease;text-align:left;font-family:inherit}.ultraheavy-designer .modification-option:hover:not(.disabled){background:var(--accent-bg-hover);border-color:var(--primary-color);box-shadow:0 0 12px #b967ff4d;transform:translate(3px)}.ultraheavy-designer .modification-option.disabled{opacity:.4;cursor:not-allowed}.ultraheavy-designer .mod-name{font-size:.95rem;color:var(--text-primary);font-weight:600;margin-bottom:.25rem}.ultraheavy-designer .mod-description{font-size:.85rem;color:var(--text-secondary);line-height:1.4}.weapons-card,.utilities-card{flex:1;display:flex;flex-direction:column;max-height:600px}.ultraheavy-designer .slot-items-list{display:flex;flex-direction:column;gap:.5rem;overflow-y:auto;overflow-x:hidden;padding-right:.5rem}.ultraheavy-designer .slot-item-option{width:100%;background:var(--accent-bg);border:1px solid rgba(185,103,255,.3);border-radius:8px;padding:.6rem;cursor:pointer;transition:all .2s ease;text-align:left;font-family:inherit}.ultraheavy-designer .slot-item-option:hover:not(:disabled){background:var(--accent-bg-hover);border-color:var(--primary-color);box-shadow:0 0 12px #b967ff4d;transform:translate(3px)}.ultraheavy-designer .slot-item-option:disabled{opacity:.4;cursor:not-allowed}.ultraheavy-designer .item-name{font-size:.95rem;color:var(--text-primary);font-weight:600;margin-bottom:.25rem}.ultraheavy-designer .item-description{font-size:.8rem;color:var(--text-secondary);line-height:1.3}.ultraheavy-designer .item-variants{display:flex;flex-wrap:wrap;gap:.5rem}.ultraheavy-designer .variant-badge{background:var(--accent-bg-hover);color:var(--text-primary);padding:.25rem .5rem;border-radius:4px;font-size:.75rem;font-weight:600;border:1px solid rgba(185,103,255,.3)}.selected-modifications-list,.selected-slots-list{display:flex;flex-direction:column;gap:.5rem}.selected-mod-item,.selected-slot-item{display:flex;justify-content:space-between;align-items:flex-start;padding:.6rem;background:var(--accent-bg);border:1px solid rgba(185,103,255,.3);border-radius:6px;transition:all .2s}.selected-mod-item:hover,.selected-slot-item:hover{background:var(--accent-bg-hover)}.selected-mod-info,.slot-item-info,.selected-mod-content,.slot-item-content{flex:1;display:flex;flex-direction:column;gap:4px}.selected-mod-header,.slot-item-header{display:flex;justify-content:space-between;align-items:center;gap:8px}.ultraheavy-designer .quantity-controls{display:flex;align-items:center;gap:4px}.ultraheavy-designer .quantity-btn{background:var(--accent-bg-hover);border:1px solid rgba(185,103,255,.4);color:var(--text-primary);width:24px;height:24px;border-radius:4px;font-size:14px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-weight:600;line-height:1;padding:0}.ultraheavy-designer .quantity-btn:hover{background:#b967ff40;border-color:var(--primary-color);box-shadow:0 0 8px #b967ff4d;transform:scale(1.05)}.ultraheavy-designer .quantity-btn:active{transform:scale(.95)}.ultraheavy-designer .quantity-btn-single{opacity:.7}.ultraheavy-designer .quantity-btn-single:hover{opacity:1}.ultraheavy-designer .quantity-display{font-size:13px;color:var(--text-primary);font-weight:600;min-width:30px;text-align:center}.ultraheavy-designer .selected-mod-name,.ultraheavy-designer .slot-item-name{font-size:.95rem;color:var(--text-primary);font-weight:600}.ultraheavy-designer .slot-item-details{font-size:.8rem;color:var(--text-secondary)}.ultraheavy-designer .selected-mod-costs{display:flex;gap:6px;flex-wrap:wrap}.ultraheavy-designer .cost-badge{font-size:11px;padding:3px 8px;background:#4caf5026;border:1px solid rgba(76,175,80,.3);border-radius:4px;color:#81c784;font-weight:600;letter-spacing:.3px}.slot-item-details{font-size:.8rem;color:#aaa}.ultraheavy-designer .remove-button{background:#b967ff26;border:1px solid rgba(185,103,255,.4);color:#e5d5ff;width:32px;height:32px;border-radius:6px;font-size:1.3rem;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-weight:300;line-height:1}.ultraheavy-designer .remove-button:hover{background:#ff646440;border-color:#ff6464;color:#ff6464;box-shadow:0 0 12px #ff646466;transform:scale(1.05)}.empty-message{color:#888;font-style:italic;text-align:center;padding:1rem}.ultraheavy-designer .selected-items-panel{max-height:600px;overflow-y:auto;padding:1.5rem}.ultraheavy-designer .selected-items-panel h2{margin-bottom:1rem;font-size:1.2rem}.ultraheavy-designer .selected-section{margin-bottom:16px}.ultraheavy-designer .selected-section:last-child{margin-bottom:0}.ultraheavy-designer .section-header{display:flex;justify-content:space-between;align-items:center;padding:12px 14px;background:#b967ff26;border:1px solid rgba(185,103,255,.3);border-radius:6px;cursor:pointer;transition:all .2s}.ultraheavy-designer .section-header:hover{background:#b967ff38;border-color:#b967ff73}.ultraheavy-designer .section-header h3{color:#c8a5ff;font-size:14px;font-weight:600;margin:0}.ultraheavy-designer .expand-icon{color:#b967ff;font-size:12px;font-weight:700}.ultraheavy-designer .section-items{padding:8px 0}.ultraheavy-designer .no-items{padding:12px;text-align:center;color:gray;font-size:13px;font-style:italic}.ultraheavy-designer .selected-item{display:flex;justify-content:space-between;align-items:flex-start;padding:10px 12px;background:#b967ff14;border-left:3px solid #b967ff;margin-bottom:6px;border-radius:0 4px 4px 0;transition:all .2s;gap:10px}.ultraheavy-designer .selected-item:hover{background:#b967ff26;border-left-color:#c8a5ff}.ultraheavy-designer .selected-item-content{display:flex;flex-direction:column;gap:4px;flex:1}.ultraheavy-designer .selected-item-header{display:flex;justify-content:space-between;align-items:center;gap:10px}.ultraheavy-designer .selected-item-name{color:#e0d4ff;font-weight:500;font-size:13px;flex:1}.ultraheavy-designer .selected-item-details{color:#a08fb8;font-size:12px}.ultraheavy-designer .selected-item-costs{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.ultraheavy-designer .remove-item-button{background:#b967ff1f;border:1px solid rgba(185,103,255,.3);color:#b967ff;padding:4px 8px;border-radius:4px;cursor:pointer;font-size:16px;line-height:1;transition:all .2s;flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center}.ultraheavy-designer .remove-item-button:hover{background:#ff646433;border-color:#ff6464;color:#ff6464}@media(max-width:1400px){.ultraheavy-layout{grid-template-columns:300px 1fr 350px}}@media(max-width:1200px){.ultraheavy-layout{grid-template-columns:1fr}}.voidship-designer{--voidship-primary: #ff9f43;--voidship-secondary: #ffb74d;--voidship-dark: #d97706;--voidship-light: #fff3e0;--voidship-bg: linear-gradient(135deg, #1a0f08 0%, #2d1810 100%);--voidship-safe: #4caf50;--voidship-warning: #ffa726;--voidship-danger: #ef5350}.voidship-designer{background:var(--voidship-bg);min-height:100vh;color:#e0e0e0}.voidship-layout{display:grid;grid-template-columns:350px 1fr 400px;gap:20px;padding:20px;max-width:1800px;margin:0 auto}.info-card-orange{background:#ff9f4314;border:1px solid rgba(255,159,67,.3);border-radius:8px;padding:16px;margin-bottom:20px;box-shadow:0 2px 8px #ff9f431a}.voidship-designer .info-card-orange h2{color:var(--voidship-secondary);font-size:18px;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid rgba(255,159,67,.3);padding-bottom:8px}.voidship-designer .info-card-orange h3,.voidship-designer .final-cost-orange h2{color:var(--voidship-secondary)}.voidship-designer .final-cost-orange .cost-value{color:var(--voidship-light)}.chassis-info-card .chassis-stats{display:flex;flex-direction:column;gap:12px}.chassis-info-card .stat-row{display:flex;justify-content:space-between;align-items:center;padding:8px;background:#ff9f430d;border-radius:4px}.chassis-info-card .stat-label{color:#b0b0b0;font-size:14px}.chassis-info-card .stat-value{color:var(--voidship-secondary);font-weight:600;font-size:16px}.core-systems-card .system-row{margin-bottom:16px}.core-systems-card .system-row:last-child{margin-bottom:0}.core-systems-card label{display:block;color:#b0b0b0;font-size:14px;margin-bottom:6px}.core-systems-card select{width:100%;padding:10px;background:#ff9f431a;border:1px solid rgba(255,159,67,.3);border-radius:4px;color:#e0e0e0;font-size:14px;cursor:pointer;transition:all .2s}.core-systems-card select:hover{background:#ff9f4326;border-color:var(--voidship-primary)}.core-systems-card select:focus{outline:none;border-color:var(--voidship-secondary);box-shadow:0 0 0 2px #ff9f4333}.core-systems-card option{background:#2d1810;color:#e0e0e0}.hull-bp-slider .slider-container{margin-top:12px}.hull-bp-range{width:100%;height:8px;background:#ff9f4333;border-radius:4px;outline:none;appearance:none;-webkit-appearance:none;margin-bottom:12px}.hull-bp-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;background:var(--voidship-primary);border-radius:50%;cursor:pointer;transition:all .2s}.hull-bp-range::-webkit-slider-thumb:hover{background:var(--voidship-secondary);transform:scale(1.1)}.hull-bp-range::-moz-range-thumb{width:20px;height:20px;background:var(--voidship-primary);border-radius:50%;cursor:pointer;border:none;transition:all .2s}.hull-bp-range::-moz-range-thumb:hover{background:var(--voidship-secondary);transform:scale(1.1)}.slider-value-display{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.slider-value-display .current-value{color:var(--voidship-secondary);font-size:18px;font-weight:700}.slider-value-display .size-display{color:#b0b0b0;font-size:14px;font-style:italic}.slider-range-labels{display:flex;justify-content:space-between;color:gray;font-size:12px}.cramming-status-card{transition:all .3s}.cramming-status-safe{border-color:var(--voidship-safe);box-shadow:0 2px 8px #4caf5033}.cramming-status-warning{border-color:var(--voidship-warning);box-shadow:0 2px 8px #ffa7264d;background:#ffa7261a}.cramming-status-danger{border-color:var(--voidship-danger);box-shadow:0 2px 8px #ef53504d;background:#ef53501a;animation:pulse-danger 2s infinite}@keyframes pulse-danger{0%,to{box-shadow:0 2px 8px #ef53504d}50%{box-shadow:0 2px 16px #ef535080}}.cramming-bar-container{position:relative;width:100%;height:30px;background:#ffffff0d;border-radius:15px;overflow:hidden;margin-bottom:16px}.cramming-bar{position:absolute;left:0;top:0;height:100%;background:linear-gradient(90deg,var(--voidship-safe),#66bb6a);transition:width .3s,background .3s;border-radius:15px}.cramming-status-warning .cramming-bar{background:linear-gradient(90deg,#ffa726,#ffb74d)}.cramming-status-danger .cramming-bar{background:linear-gradient(90deg,#ef5350,#f44336)}.cramming-bar-overflow{position:absolute;left:100%;top:0;height:100%;background:linear-gradient(90deg,#ef5350,#d32f2f);transition:width .3s;border-radius:15px}.cramming-stats{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.cramming-stat{display:flex;justify-content:space-between;font-size:14px}.cramming-label{color:#b0b0b0}.cramming-value{color:#e0e0e0;font-weight:600}.cramming-percentage{font-weight:700;font-size:16px}.cramming-safe{color:var(--voidship-safe)}.cramming-warning{color:var(--voidship-warning)}.cramming-danger{color:var(--voidship-danger)}.cramming-warning,.cramming-danger{padding:8px 12px;border-radius:4px;text-align:center;font-size:13px;font-weight:600}.cramming-warning{background:#ffa72626;color:var(--voidship-warning);border:1px solid rgba(255,167,38,.3)}.cramming-danger{background:#ef535026;color:var(--voidship-danger);border:1px solid rgba(239,83,80,.3)}.exotic-materials-card .exotic-material-item{display:flex;justify-content:space-between;padding:8px;background:#ff9f430d;border-radius:4px;margin-bottom:8px}.exotic-materials-card .exotic-material-item:last-child{margin-bottom:0}.exotic-materials-card .material-name{color:#b0b0b0;font-size:14px}.exotic-materials-card .material-value{color:var(--voidship-secondary);font-weight:700;font-size:16px}.construction-slots-card .slot-display{text-align:center;padding:12px;background:#ff9f431a;border-radius:4px;color:var(--voidship-secondary);font-size:20px;font-weight:700}.equipment-list{background:#ff9f430d;border:1px solid rgba(255,159,67,.2);border-radius:8px;padding:16px;margin-bottom:20px}.voidship-designer .equipment-list h2{color:var(--voidship-secondary);font-size:18px;font-weight:600;margin:0 0 16px;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid rgba(255,159,67,.3);padding-bottom:8px}.equipment-items{display:flex;flex-direction:column;gap:8px;max-height:400px;overflow-y:auto;padding-right:4px}.equipment-items::-webkit-scrollbar{width:6px}.equipment-items::-webkit-scrollbar-track{background:#ff9f431a;border-radius:3px}.equipment-items::-webkit-scrollbar-thumb{background:var(--voidship-primary);border-radius:3px}.equipment-items::-webkit-scrollbar-thumb:hover{background:var(--voidship-secondary)}.equipment-item{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#ff9f4314;border:1px solid rgba(255,159,67,.2);border-radius:4px;transition:all .2s}.equipment-item:hover{background:#ff9f431f;border-color:var(--voidship-primary)}.equipment-item.item-selected{background:#4caf501a;border-color:var(--voidship-safe)}.equipment-item.item-partial{border:2px solid rgba(255,159,67,.6);border-left:4px solid var(--voidship-primary);background:#ff9f431f}.item-info{flex:1;display:flex;flex-direction:column;gap:4px}.item-name{color:#e0e0e0;font-weight:600;font-size:14px}.item-description{color:#b0b0b0;font-size:12px}.equipment-item .variant-cost-display{margin-top:4px}.equipment-item .variant-badge{font-size:12px;padding:2px 6px;background:#ff9f4340;color:#ffedd5;border:1px solid rgba(255,159,67,.3)}.item-cost{color:var(--voidship-primary);font-size:12px;font-weight:600}.add-item-button{width:32px;height:32px;background:var(--voidship-primary);border:none;border-radius:50%;color:#1a0f08;font-size:20px;font-weight:700;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.add-item-button:hover{background:var(--voidship-secondary);transform:scale(1.1)}.add-item-button:active{transform:scale(.95)}.add-item-button:disabled{background:#ff9f434d;cursor:not-allowed;transform:none}.selected-items-panel{max-height:600px;overflow-y:auto}.selected-section{margin-bottom:16px}.selected-section:last-child{margin-bottom:0}.section-header{display:flex;justify-content:space-between;align-items:center;padding:10px;background:#ff9f431f;border-radius:4px;cursor:pointer;transition:all .2s}.section-header:hover{background:#ff9f432e}.section-header h3{color:var(--voidship-secondary);font-size:14px;font-weight:600;margin:0}.expand-icon{color:var(--voidship-primary);font-size:12px}.section-items{padding:8px 0}.no-items{padding:12px;text-align:center;color:gray;font-size:13px;font-style:italic}.selected-item{display:flex;justify-content:space-between;align-items:flex-start;padding:10px;background:#ff9f430d;border-left:3px solid var(--voidship-primary);margin-bottom:6px;border-radius:0 4px 4px 0;transition:all .2s;gap:10px}.selected-item:hover{background:#ff9f431a}.selected-item-content{display:flex;flex-direction:column;gap:4px;flex:1}.selected-item-header{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%}.selected-item-name{color:#e0e0e0;font-size:13px;font-weight:500;flex:1}.voidship-designer .quantity-controls{display:flex;align-items:center;gap:6px;flex-shrink:0}.voidship-designer .quantity-btn{background:#2196f326;border:1px solid rgba(33,150,243,.4);color:#64b5f6;width:26px;height:26px;border-radius:4px;font-size:15px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;font-weight:600;line-height:1;padding:0;flex-shrink:0}.voidship-designer .quantity-btn:hover{background:#2196f340;border-color:#2196f399;box-shadow:0 0 8px #2196f34d;transform:scale(1.05)}.voidship-designer .quantity-btn:active{transform:scale(.95)}.voidship-designer .quantity-btn-single{opacity:.8}.voidship-designer .quantity-btn-single:hover{opacity:1}.voidship-designer .quantity-display{font-size:13px;color:#64b5f6;font-weight:600;min-width:32px;text-align:center;-webkit-user-select:none;user-select:none}.selected-item-costs{display:flex;gap:6px;flex-wrap:wrap}.selected-item-costs .cost-badge{font-size:11px;padding:2px 6px;background:#4caf5033;border:1px solid rgba(76,175,80,.4);border-radius:3px;color:#81c784;font-weight:500}.selected-item-costs .cost-badge.cramming{background:#ff980033;border-color:#ff980066;color:#ffb74d}.remove-item-button{width:28px;height:28px;min-width:28px;background:#ef535026;border:1px solid rgba(239,83,80,.4);border-radius:4px;color:#ef5350;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;flex-shrink:0}.remove-item-button:hover{background:#ef535040;border-color:#ef535099;color:#ff6b6b;transform:scale(1.05);box-shadow:0 0 8px #ef53504d}.remove-item-button:active{transform:scale(.95)}@media(max-width:1400px){.voidship-layout{grid-template-columns:320px 1fr 360px}}@media(max-width:1200px){.voidship-layout{grid-template-columns:1fr}.designer-left,.designer-middle,.designer-right{max-width:800px;margin:0 auto}}.blueprint-designer{min-height:100vh;padding:2rem;background:repeating-linear-gradient(0deg,rgba(100,180,255,.03) 0px,transparent 1px,transparent 20px,rgba(100,180,255,.03) 21px),repeating-linear-gradient(90deg,rgba(100,180,255,.03) 0px,transparent 1px,transparent 20px,rgba(100,180,255,.03) 21px),linear-gradient(135deg,#0a0e27,#16213e,#0a0e27)}.designer-header{display:flex;align-items:center;gap:2rem;margin-bottom:2rem}.back-button{padding:.75rem 1.5rem;background:linear-gradient(135deg,#0f3460,#16213e);color:#64b4ff;border:1px solid #64b4ff;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:all .3s ease}.back-button:hover{box-shadow:0 0 15px #64b4ff80;transform:translateY(-2px)}.designer-title{font-size:2rem;color:#e0e0e0;text-shadow:0 0 10px rgba(100,180,255,.3);margin:0}.designer-content{padding:2rem;color:#ccc;font-size:1.1rem;line-height:1.6}#root,.app{width:100%;min-height:100vh}.blueprint-designer{max-width:1400px;margin:0 auto;padding:2rem;text-align:center}.blueprint-designer h2{font-size:2rem;color:#64b4ff;margin-bottom:1rem}.blueprint-designer button{margin-top:2rem;padding:.75rem 1.5rem;font-size:1rem;background:linear-gradient(135deg,#0f3460,#16213e);color:#64b4ff;border:1px solid #64b4ff;border-radius:8px;cursor:pointer;transition:all .3s ease}.blueprint-designer button:hover{box-shadow:0 0 15px #64b4ff80;transform:translateY(-2px)}
