body{margin:0;overflow:hidden;font-family:Inter,sans-serif;background-color:#1a1a1a;color:#e0e0e0}#loading-overlay{position:fixed;top:20px;right:20px;left:auto;width:auto;height:auto;background:#000c;color:#fff;padding:10px 20px;border-radius:20px;display:none;align-items:center;justify-content:center;z-index:10000;pointer-events:none;box-shadow:0 4px 6px #0000004d;font-size:.9rem;flex-direction:row}.spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid #fff;border-radius:50%;animation:spin 1s linear infinite;margin-right:10px;margin-bottom:0}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#dimension-hud{position:absolute;top:10px;right:50%;transform:translate(50%);background:#0009;padding:8px 16px;border-radius:8px;z-index:100;pointer-events:none;border:1px solid rgba(255,255,255,.2);color:#fff;text-align:center;font-family:monospace;font-size:1.1rem;box-shadow:0 2px 4px #00000080;display:flex;gap:15px}#dimension-hud span{font-weight:600;color:#4db8ff}#layout-container{display:flex;height:100vh;width:100vw;overflow:hidden}.sidebar{width:300px;background-color:#252525;border-right:1px solid #333;padding:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;overflow-y:auto;flex-shrink:0;z-index:10}#sidebar-right{border-left:1px solid #333;border-right:none;border-right:0}h2{font-size:1.1rem;margin-bottom:5px;border-bottom:1px solid #444;padding-bottom:2px;color:#fff;margin-top:0}h3{font-size:.95rem;margin-top:10px;margin-bottom:4px;color:#ccc}.control-group,.result-group{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}label{font-size:.9rem;color:#aaa}input[type=number],select{background-color:#333;border:1px solid #444;color:#fff;padding:4px 8px;border-radius:4px;width:80px;text-align:right}input[type=file]{width:100%;font-size:.8rem}.info-box{background:#333;padding:8px;border-radius:4px;font-size:.8rem;color:#ccc;margin-top:5px}.result-group span{font-weight:600;color:#fff}.unit-label,.unit-label-p,.unit-label-dist{font-size:.8rem;color:#888;margin-left:5px}.print-capture .unit-label,.print-capture .unit-label-p,.print-capture .unit-label-dist{color:#000!important;text-shadow:none!important}.print-capture #app{background:#fff!important}.print-capture #dimension-hud,#btn-auto-uniform{display:none!important}#print-report{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff;z-index:2147483647;overflow:auto;padding:20px;box-sizing:border-box}.report-content{width:8.5in;min-height:11in;max-height:11in;margin:0 auto;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;color:#1a1a1a;background:#fff;box-shadow:0 4px 20px #00000026;padding:.4in;box-sizing:border-box;display:flex;flex-direction:column}.report-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:12px;border-bottom:3px solid #0066cc;margin-bottom:16px}.header-left{display:flex;flex-direction:column}.header-right{text-align:right}.header-left h1{font-size:22px;font-weight:700;color:#06c;margin:0 0 8px}.header-meta{font-size:12px;color:#333;display:flex;gap:16px}.header-meta strong{color:#000;font-weight:600}.header-right .company-name{font-size:14px;font-weight:700;color:#333;letter-spacing:1px}.report-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.report-column{display:flex;flex-direction:column;gap:12px}.data-card{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;padding:12px}.data-card h3{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#06c;margin:0 0 10px;padding-bottom:6px;border-bottom:1px solid #ddd}.data-row{display:flex;justify-content:space-between;padding:4px 0;font-size:12px}.data-row span:first-child{color:#666}.data-row span:last-child{font-weight:600;color:#1a1a1a}.data-row.highlight{background:#e8f4ff;margin:0 -12px;padding:6px 12px}.data-row.highlight span:last-child{color:#06c;font-weight:700}.results-card{background:linear-gradient(135deg,#f8f9fa,#e8f4ff);border-color:#06c}.heatmap-section{flex:1;display:flex;flex-direction:column;min-height:0}.heatmap-section h3{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#333;margin:0 0 8px}#report-heatmap-container{flex:4;background:#fff;border-radius:8px;padding:0;display:flex;align-items:center;justify-content:center;min-height:300px;flex:1;border:1px solid #ddd;margin-top:5px;max-height:none;overflow:hidden}#report-heatmap-img{width:100%;height:100%;display:block;object-fit:contain}.heatmap-layout-split{display:flex;gap:10px;flex:1;min-height:0;width:100%}.with-snapshots #report-heatmap-container{flex:4}#report-snapshots-column{flex:1;display:flex;flex-direction:column;gap:8px;max-width:250px}.report-snapshot{border:1px solid #ddd;border-radius:4px;overflow:hidden;position:relative;background:#fff;aspect-ratio:16/9;display:flex;align-items:center;justify-content:center}.report-snapshot img{width:100%;height:100%;object-fit:contain;display:block}.snapshot-label{position:absolute;top:0;left:0;background:#06cc;color:#fff;font-size:10px;padding:2px 6px;border-bottom-right-radius:4px}#report-heatmap-img{max-width:100%;max-height:100%;object-fit:contain;border-radius:4px}.report-footer{display:flex;justify-content:space-between;padding-top:10px;margin-top:12px;border-top:1px solid #ddd;font-size:10px;color:#888}.footer-page{font-weight:500}@media print{#layout-container,#layout-container *{display:none!important}body{background:#fff;overflow:visible}#print-report{display:block!important;position:absolute;top:0;left:0;width:100%;height:auto;overflow:visible;background:#fff;z-index:2147483647;padding:0;margin:0;visibility:visible!important}#print-report *{visibility:visible!important}#print-report .report-header,#print-report .header-left,#print-report .header-right,#print-report .report-grid,#print-report .heatmap-layout-split,#print-report .report-footer,#print-report .print-controls{display:flex!important}#dimension-hud{display:none!important}.report-content{box-shadow:none;padding:10px;margin:0;width:100%;height:auto;min-height:0;max-height:none;border:none;transform:scale(.85);transform-origin:top left;width:117.6%}.report-header{margin-bottom:5px!important;padding-bottom:5px!important}.report-logo{height:75px!important}.report-rows-container{gap:5px!important;margin-bottom:5px!important}.data-card{padding:8px!important}.data-row.highlight{margin:0 -8px!important;padding:4px 8px!important;border-radius:0!important}.data-card h3{margin-bottom:5px!important;font-size:14px!important}.data-row{margin-bottom:2px!important;font-size:11px!important}.heatmap-section h3{margin:5px 0!important;font-size:14px!important}#report-heatmap-container{min-height:150px!important;max-height:60vh!important;margin-top:0!important;flex-shrink:1!important}.data-card,.heatmap-section{break-inside:avoid;page-break-inside:avoid}html,body{height:100%;overflow:hidden}#btn-close-report,#btn-do-print,.print-controls{display:none!important}.data-card,.results-card,#report-heatmap-container{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
