.App{min-height:100vh;display:flex;flex-direction:column}.header{background:white;border-bottom:1px solid #e9ecef;padding:20px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.header-left h1{font-size:24px;font-weight:600;color:#333;margin-bottom:4px}.header-left p{color:#666;font-size:14px}.nav{display:flex;gap:10px}.nav-btn{background:none;border:none;padding:10px 16px;border-radius:6px;cursor:pointer;font-size:14px;color:#666;transition:all .3s ease;text-decoration:none}.nav-btn:hover{background:#f8f9fa;color:#333}.nav-btn.active{background:#007bff;color:white}.main{flex:1 1;padding:40px 0}.footer{background:#333;color:white;text-align:center;padding:20px 0;margin-top:auto}.footer p{font-size:14px;opacity:.8}@media (max-width:768px){.header-content{flex-direction:column;align-items:flex-start}.nav{width:100%;justify-content:space-between}.nav-btn{flex:1 1;text-align:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#333;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:0 20px}.card{background:white;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.1);padding:24px;margin-bottom:24px;transition:box-shadow .3s ease}.card:hover{box-shadow:0 4px 20px rgba(0,0,0,.15)}.btn{background:#007bff;color:white;border:none;padding:10px 20px;border-radius:6px;cursor:pointer;font-size:14px;transition:background-color .3s ease}.btn:hover{background:#0056b3}.btn.active{background:#333}.btn-secondary{background:#f8f9fa;color:#333;border:1px solid #dee2e6}.btn-secondary:hover{background:#e9ecef}.btn-secondary.active{background:#333;color:white}.color-performance-analysis{max-width:100%}.controls-row{gap:24px}.hue-selector{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));grid-gap:8px;gap:8px;max-width:600px}.hue-btn{width:50px;height:50px;border:2px solid #ddd;border-radius:8px;cursor:pointer;font-weight:700;color:white;text-shadow:1px 1px 2px rgba(0,0,0,.7);transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:12px}.hue-btn:hover{transform:scale(1.05);border-color:#007bff}.hue-btn.active{border-color:#007bff;border-width:3px;transform:scale(1.1)}.chart-container{margin:20px 0;background:#f8f9fa;border-radius:8px;padding:20px}.chart-description{color:#666;font-size:14px;margin-bottom:20px}.performance-insights{margin-top:24px;padding:20px;background:#f8f9fa;border-radius:8px;border-left:4px solid #007bff}.performance-insights h4{margin-bottom:12px;color:#333}.performance-insights ul{list-style:none;padding:0}.performance-insights li{margin-bottom:8px;padding-left:20px;position:relative}.performance-insights li:before{content:"•";color:#007bff;font-weight:700;position:absolute;left:0}.color-preview{display:flex;justify-content:center}.color-gradient{gap:24px;flex-wrap:wrap}.color-gradient,.color-sample{display:flex;align-items:center}.color-sample{width:120px;height:120px;border-radius:12px;justify-content:center;font-weight:700;color:white;text-shadow:1px 1px 2px rgba(0,0,0,.7);box-shadow:0 4px 12px rgba(0,0,0,.2)}.color-info{flex:1 1;min-width:250px}.color-info p{margin-bottom:8px;font-size:14px}.loading-container,.no-data{height:400px}.no-data{display:flex;align-items:center;justify-content:center;color:#666;font-style:italic}.color-sample-bar-aligned{display:flex;width:100%;margin-top:0;border-radius:0 0 8px 8px;overflow:hidden;border:none;background:none;position:relative;min-height:36px}.color-sample-item-aligned{height:36px;display:flex;align-items:flex-end;justify-content:center;position:relative;border:none}.color-sample-item-aligned .sample-label{font-size:10px;font-weight:700;color:white;text-shadow:1px 1px 2px rgba(0,0,0,.8);background:rgba(0,0,0,.3);padding:2px 4px;border-radius:2px}.color-sample-item-aligned:hover{transform:scale(1.08);z-index:10}@media (max-width:768px){.controls-row{flex-direction:column;gap:16px}.hue-selector{grid-template-columns:repeat(6,1fr)}.color-gradient{text-align:center}.button-group,.color-gradient{flex-direction:column}.button-group .btn{width:100%}.color-sample-bar-aligned{min-height:24px}.color-sample-item-aligned{height:24px}.color-sample-item-aligned .sample-label{font-size:8px}}.color-selection-guide{max-width:100%}.description{color:#666;font-size:16px;line-height:1.6;margin-bottom:0}.controls{display:flex;flex-direction:column;gap:24px}.controls-row{display:flex;gap:32px;align-items:flex-end;flex-wrap:wrap;margin-bottom:0}.control-group{display:flex;flex-direction:column;gap:12px}.control-group label{font-weight:600;color:#333;font-size:14px}.button-group{display:flex;gap:10px;flex-wrap:wrap}.legend{flex-direction:column}.legend,.legend-item{display:flex;gap:12px}.legend-item{align-items:center}.legend-color{width:24px;height:24px;border-radius:4px;border:2px solid #ddd}.legend-color.comfort{background:linear-gradient(90deg,#28a745,#20c997)}.legend-color.clear{background:linear-gradient(90deg,#ffc107,#fd7e14)}.legend-color.avoid{background:linear-gradient(90deg,#dc3545,#e83e8c)}.guidelines-chart{display:flex;flex-direction:column;gap:16px;margin-top:20px}.hue-row{display:flex;align-items:center;gap:20px;padding:12px;background:#f8f9fa;border-radius:8px;transition:background-color .3s ease}.hue-row:hover{background:#e9ecef}.hue-label{display:flex;flex-direction:column;align-items:center;min-width:80px}.hue-number{font-weight:700;font-size:16px;color:#333}.hue-name{font-size:12px;color:#666;text-align:center}.color-bar-container{flex:1 1;display:flex;flex-direction:column;gap:4px}.color-bar{display:flex;height:30px;border-radius:4px;overflow:hidden;border:1px solid #ddd}.segment{flex:1 1;transition:all .3s ease;cursor:pointer;position:relative}.segment:hover{transform:scaleY(1.1);z-index:1}.segment.comfort{border-right:2px solid #28a745;border-left:2px solid #28a745}.segment.clear{border-right:2px solid #ffc107;border-left:2px solid #ffc107}.segment.avoid{border-right:2px solid #dc3545;border-left:2px solid #dc3545}.color-bar-labels{display:flex;justify-content:space-between;font-size:12px;color:#666;padding:0 4px}.recommendations{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:20px;gap:20px}.recommendation-item{padding:20px;background:#f8f9fa;border-radius:8px;border-left:4px solid #007bff}.recommendation-item h4{margin-bottom:12px;color:#333;font-size:16px}.recommendation-item p{color:#666;font-size:14px;line-height:1.6;margin:0}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:300px;color:#666}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.hue-row{flex-direction:column;align-items:flex-start;gap:12px}.hue-label{flex-direction:row;gap:8px;min-width:auto}.color-bar-container{width:100%}.button-group{flex-direction:column}.button-group .btn{width:100%}.recommendations{grid-template-columns:1fr}.controls-row{flex-direction:column;gap:16px}}@media (max-width:480px){.color-bar{height:20px}.hue-number{font-size:14px}.hue-name{font-size:10px}}.button-group .btn.active{background:#333;color:#fff;border-color:#333}.button-group .btn.btn-secondary{background:#f8f9fa;color:#333;border-color:#ddd}