.loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(42,42,42,.9);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:1000;border-radius:12px}.loading-spinner{width:40px;height:40px;border:3px solid #444;border-top-color:#007bff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-overlay p{color:#fff;font-size:16px;margin:0;font-weight:500}.sugr-lab{padding:20px;background-color:#2A2A2A;min-height:100vh;color:white;width:100%;max-width:100%;box-sizing:border-box}.page-header{margin-bottom:30px}.page-header h1{color:#FDFDFD;font-size:36px;font-weight:900;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,sans-serif;margin:0;letter-spacing:-.5px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.error-banner{background:#f44336;color:white;padding:12px 16px;border-radius:8px;margin-top:16px;display:flex;justify-content:space-between;align-items:center}.error-close{background:none;border:none;color:white;font-size:20px;cursor:pointer;padding:0 4px}.lab-content{width:100%;margin:0 auto;padding:0 20px}.lab-header{position:relative;margin-bottom:32px}.sugr-lab .lab-summary{display:none}.card-content{position:relative;z-index:2}.card-number{font-size:48px;font-weight:700;line-height:1;margin-bottom:8px}.card-label{font-size:16px;font-weight:500;opacity:.9}.card-icon{position:absolute;top:16px;right:16px;width:32px;height:32px;opacity:.7}.card-icon img{width:100%;height:100%;object-fit:contain}.download-btn{background:rgba(255,255,255,.2);border:none;border-radius:8px;padding:12px;cursor:pointer;transition:background-color .3s ease;margin-top:8px}.download-btn:hover{background:rgba(255,255,255,.3)}.download-btn img{width:20px;height:20px}.lab-projects-section{margin-top:0}.new-lab-btn,.search-bar,.section-header,.section-header h2,.section-header-left,.section-header-right{display:none}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;padding:20px;width:100%}@media (min-width:1400px){.project-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media (min-width:1800px){.project-grid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr))}}.project-tile{background:white;box-shadow:0 4px 12px rgba(0,0,0,.1);cursor:pointer}.project-tile:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.15)}.project-grid.loading{opacity:.7}.project-grid.empty{grid-template-columns:1fr}.empty-state{text-align:center;padding:60px 20px}.empty-icon{font-size:48px;display:flex;justify-content:center;align-items:center;margin-bottom:16px}.empty-icon img{width:96px;height:96px;object-fit:contain}.empty-state h3{color:#FDFDFD;font-size:24px;margin:16px 0 8px}.empty-state p{color:rgba(253,253,253,.7);font-size:16px}.project-tile{background:#3A3A3A;border-radius:12px;overflow:hidden;position:relative;transition:all .3s ease;border:2px solid transparent}.project-tile:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,0,0,.4);border-color:rgba(244,153,141,.5)}.generation-overlay{background:rgba(0,0,0,.8)}.error-overlay,.generation-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white}.error-overlay{background:rgba(244,67,54,.8)}.spinner{border:3px solid rgba(255,255,255,.3);border-top-color:white;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tile-info{padding:16px}.tile-header{margin-bottom:8px}.tile-title{color:#FDFDFD;margin:0 0 4px;line-height:1.3}.tile-title,.title-input{font-size:18px;font-weight:600}.title-input{background:#1E1E1E;border:1px solid rgba(255,255,255,.2);border-radius:6px;color:white;padding:8px;width:100%}.tile-date{color:rgba(253,253,253,.6);font-size:14px}.tile-stats{gap:12px}.stat-item,.tile-stats{display:flex;align-items:center}.stat-item{gap:4px}.stat-number{color:#FDFDFD;font-size:14px;font-weight:600}.stat-icon{width:20px;height:20px}.skeleton{background:linear-gradient(90deg,#2A2A2A 25%,#3A3A3A 50%,#2A2A2A 75%);background-size:200% 100%;animation:pulse 1.5s ease-in-out infinite}.skeleton-image{height:200px;background:#3A3A3A}.skeleton-content{padding:16px}.skeleton-title{height:20px;margin-bottom:8px}.skeleton-date,.skeleton-title{background:#3A3A3A;border-radius:4px}.skeleton-date{height:16px;width:60%}@keyframes pulse{0%{background-position:200% 0}to{background-position:-200% 0}}.delete-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000}.delete-confirm-modal{background:#2A2A2A;border-radius:12px;padding:24px;max-width:400px;width:90%;color:white}.delete-confirm-modal h3{color:#A75C80;margin-bottom:16px}.delete-confirm-modal p{margin-bottom:24px;line-height:1.5}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.btn-cancel{background:#555;border:none;border-radius:8px;color:white;padding:10px 20px;cursor:pointer;transition:background-color .3s ease}.btn-cancel:hover{background:#666}.btn-delete{background:#f44336;border:none;border-radius:8px;color:white;padding:10px 20px;cursor:pointer;transition:background-color .3s ease}.btn-delete:hover{background:#d32f2f}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.new-lab-modal{background:#2A2A2A;border-radius:16px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{padding:24px;border-bottom:1px solid #555;display:flex;justify-content:space-between;align-items:center}.modal-header h2{color:#FDFDFD;font-size:24px;font-weight:600;font-family:Helvetica Neue,Helvetica Neue Medium,Helvetica,Arial,sans-serif;margin:0}.close-btn{background:none;border:none;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .3s ease}.close-btn:hover{background:#555}.close-btn img{width:20px;height:20px}.modal-progress{padding:16px 24px;border-bottom:1px solid #555}.progress-bar{background:#1E1E1E;border-radius:8px;height:8px;overflow:hidden;margin-bottom:8px}.progress-fill{background:linear-gradient(90deg,#661673,#A75C80);height:100%;transition:width .3s ease}.progress-text{color:rgba(253,253,253,.7);font-size:14px}.modal-body{flex:1;overflow-y:auto;padding:24px;position:relative}.step-content{max-width:500px}.step-content h3{color:#FDFDFD;font-size:20px;font-weight:600;font-family:Helvetica Neue,Helvetica Neue Medium,Helvetica,Arial,sans-serif;margin:0 0 16px}.step-description{color:rgba(253,253,253,.8);font-size:14px;margin:0 0 24px;line-height:1.5}.option-cards{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.option-card{background:#1E1E1E;border:2px solid transparent;border-radius:12px;padding:20px;cursor:pointer;transition:all .3s ease;text-align:center}.option-card:hover{border-color:rgba(101,26,82,.5);transform:translateY(-2px)}.option-card.selected{border-color:#661673;background:rgba(101,26,82,.1)}.option-icon{font-size:24px;margin-bottom:12px;display:flex;justify-content:center;align-items:center;min-height:80px}.option-icon img{width:64px;height:64px;object-fit:contain}.option-title{color:#FDFDFD;font-size:16px;font-weight:600;margin-bottom:8px}.option-description{color:rgba(253,253,253,.7);font-size:14px;line-height:1.4}.input-group{margin-bottom:24px}.input-group textarea{width:100%;background:#1E1E1E;border:2px solid rgba(255,255,255,.1);border-radius:8px;color:white;font-size:16px;padding:16px;resize:vertical;min-height:120px;transition:border-color .3s ease}.input-group textarea:focus{outline:none;border-color:#661673}.input-group textarea.error{border-color:#f44336}.char-count{text-align:right;color:rgba(253,253,253,.6)}.char-count,.error-message{font-size:14px;margin-top:8px}.error-message{color:#f44336}.styles-section{margin-bottom:24px}.styles-section h4{color:#FDFDFD;font-size:18px;font-weight:600;margin-bottom:16px}.style-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;justify-content:center}.style-card{background:#1E1E1E;border:2px solid transparent;border-radius:8px;padding:16px 12px;cursor:pointer;transition:all .3s ease;text-align:center;min-height:160px;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.style-card:hover{border-color:rgba(101,26,82,.5)}.style-card.selected{border-color:#661673;background:rgba(101,26,82,.1)}.style-name{color:#FDFDFD;font-size:14px;font-weight:600;margin-bottom:4px;white-space:nowrap}.style-description,.style-name{overflow:hidden;text-overflow:ellipsis}.style-description{color:rgba(253,253,253,.7);font-size:12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.custom-style-section h4{color:#FDFDFD;font-size:18px;font-weight:600;margin-bottom:16px}.modal-footer{padding:24px;border-top:1px solid #555}.button-group{display:flex;gap:12px;justify-content:flex-end}.btn-primary{background:linear-gradient(135deg,#661673,#6FA293);border:none;border-radius:8px;color:white;font-size:16px;font-weight:600;padding:12px 24px;cursor:pointer;transition:all .3s ease}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(101,26,82,.3)}.btn-secondary{background:transparent;border:2px solid rgba(255,255,255,.2);border-radius:8px;color:white;font-size:16px;font-weight:600;padding:10px 22px;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{border-color:rgba(255,255,255,.4);background:rgba(255,255,255,.05)}.image-upload-section,.upload-area{margin-bottom:24px}.upload-input{display:none}.upload-label{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#1E1E1E;border:2px dashed rgba(255,255,255,.3);border-radius:12px;padding:24px 20px;cursor:pointer;transition:all .3s ease;text-align:center}.upload-label:hover{border-color:#661673;background:rgba(101,26,82,.05)}.upload-label.disabled{opacity:.5;cursor:not-allowed}.upload-label.disabled:hover{border-color:rgba(255,255,255,.3);background:#1E1E1E}.upload-icon{font-size:24px;margin-bottom:12px}.upload-text{color:#FDFDFD;line-height:1.5}.upload-text strong{color:#A75C80}.upload-text small{color:rgba(253,253,253,.7);font-size:14px}.uploaded-images{margin-top:24px}.uploaded-images h4{color:#FDFDFD;font-size:16px;font-weight:600;margin-bottom:16px}.image-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;margin-top:12px}.image-preview{position:relative;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;padding:8px;text-align:center;min-width:120px;min-height:140px}.image-preview img{width:100%;height:100px;object-fit:cover;border-radius:4px;margin-bottom:8px;display:block}.remove-image{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:rgba(220,53,69,.9);color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;transition:background-color .2s}.remove-image:hover{background:rgba(220,53,69,1)}.image-name{font-size:12px;color:rgba(253,253,253,.8);word-break:break-word;line-height:1.2;max-height:2.4em;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.regenerate-modal .modal-header h2{color:#A75C80}.regenerate-modal .progress-fill{background:linear-gradient(90deg,#A75C80,#661673)}.regenerate-modal .step-description{background:rgba(255,87,187,.1);border-left:3px solid #a75c80;padding:12px 16px;border-radius:0 8px 8px 0;margin-bottom:24px}.prepopulated-notice{background:rgba(111,162,147,.15);border:1px solid rgba(111,162,147,.3);border-radius:8px;padding:12px 16px;margin-bottom:16px;color:#6FA293;font-size:14px;font-weight:500;display:flex;align-items:center;gap:8px}@media (max-width:768px){.option-cards,.project-grid,.summary-cards{grid-template-columns:1fr}.style-grid{grid-template-columns:repeat(2,1fr)}.section-header{flex-direction:column;align-items:flex-start;gap:16px}.modal-body,.modal-footer,.modal-header{padding:16px}.button-group{flex-direction:column}.button-group button{width:100%}}.search-bar{flex-grow:1;margin:0 2rem;max-width:500px;position:relative}.search-bar input{width:100%;padding:.75rem 1rem;border-radius:20px;border:1px solid #e0e0e0;font-size:1rem;transition:all .3s ease;background-color:rgba(255,255,255,.1);color:#ffffff}.search-bar input::placeholder{color:#a0a0a0}.search-bar input:focus{outline:none;border-color:#8a2be2;box-shadow:0 0 0 3px rgba(138,43,226,.2);background-color:rgba(255,255,255,.15)}.filter-status{display:flex;align-items:center;justify-content:space-between;background-color:rgba(138,43,226,.1);border-radius:8px;padding:.75rem 1rem;margin-bottom:1.5rem;border:1px solid rgba(138,43,226,.3);animation:fadeIn .3s ease-in-out}.filter-status .filter-text{font-size:.9rem;font-weight:500;color:#e0d1ff}.filter-status .clear-filter-btn{background-color:transparent;border:1px solid #c4a0f5;color:#c4a0f5;padding:.3rem .8rem;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;transition:all .2s ease}.filter-status .clear-filter-btn:hover{background-color:#c4a0f5;color:#1a1a1a}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.split-images-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:2px;width:100%;height:100%}.split-image{width:100%;height:100%;object-fit:cover;border-radius:0}.uploaded-content{display:flex;flex-direction:column;gap:24px;margin-top:24px;align-items:flex-start}.uploaded-images{flex:2;min-width:0}.weight-slider-section{flex:3;padding:20px;background:rgba(101,26,82,.1);border:1px solid rgba(101,26,82,.3);border-radius:12px;min-height:180px}.weight-slider-section h4{color:#FDFDFD;font-size:16px;font-weight:600;margin-bottom:8px}.weight-description{color:rgba(253,253,253,.8);font-size:14px;line-height:1.4;margin-bottom:16px}.slider-container{display:flex;flex-direction:column;gap:12px}.weight-slider{width:100%;height:6px;border-radius:3px;background:rgba(255,255,255,.1);outline:none;-webkit-appearance:none;appearance:none;cursor:pointer}.weight-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#661673,#6FA293);cursor:pointer;border:2px solid #fdfdfd;box-shadow:0 2px 6px rgba(0,0,0,.3)}.weight-slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:linear-gradient(135deg,#661673,#6FA293);cursor:pointer;border:2px solid #fdfdfd;box-shadow:0 2px 6px rgba(0,0,0,.3)}.weight-slider::-webkit-slider-track{background:linear-gradient(90deg,rgba(101,26,82,.3) 0,rgba(111,162,147,.3));border-radius:3px}.weight-slider::-moz-range-track{background:linear-gradient(90deg,rgba(101,26,82,.3) 0,rgba(111,162,147,.3));border-radius:3px;height:6px}.slider-labels{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:rgba(253,253,253,.7)}.slider-labels .current-value{color:#FDFDFD;font-weight:600;font-size:14px;background:rgba(101,26,82,.2);padding:4px 8px;border-radius:6px;min-width:40px;text-align:center}@media (max-width:768px){.uploaded-content{flex-direction:column;gap:16px}.weight-slider-section{flex:none;width:100%;padding:16px}.slider-labels{font-size:11px}.slider-labels .current-value{font-size:12px;padding:3px 6px}}.tile-share{position:absolute;top:12px;right:50px;z-index:10}.share-trigger{background:rgba(0,0,0,.7);border:none;border-radius:6px;color:white;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.share-trigger:hover{background:rgba(0,0,0,.9);transform:scale(1.05)}.share-trigger.sharing{background:rgba(101,26,82,.8);cursor:not-allowed}.share-icon{font-size:14px;line-height:1}.share-dropdown{position:absolute;top:100%;right:0;background:#2A2A2A;border:1px solid rgba(255,255,255,.1);border-radius:8px;min-width:160px;box-shadow:0 8px 25px rgba(0,0,0,.3);z-index:20;margin-top:4px}.share-dropdown button{width:100%;background:none;border:none;color:white;padding:12px 16px;text-align:left;cursor:pointer;transition:background-color .3s ease;font-size:14px}.share-dropdown button:hover:not(:disabled){background:rgba(255,255,255,.1)}.share-dropdown button:disabled{opacity:.6;cursor:not-allowed}.share-dropdown button.unshare-option{color:#f44336}.share-dropdown button.unshare-option:hover:not(:disabled){background:rgba(244,67,54,.1)}.shared-indicator{position:absolute;top:12px;left:12px;background:rgba(0,0,0,.8);border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;z-index:10}.shared-icon{font-size:14px;line-height:1}@media (max-width:768px){.tile-share{right:45px}.share-trigger{width:28px;height:28px}.share-icon{font-size:12px}.shared-indicator{width:24px;height:24px}.shared-icon{font-size:12px}}.tile-menu{position:absolute;top:12px;right:12px;z-index:10}.menu-trigger{background:rgba(0,0,0,.7);border:none;border-radius:6px;color:white;width:32px;height:32px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;backdrop-filter:blur(4px)}.menu-trigger:hover{background:rgba(0,0,0,.9);transform:scale(1.05)}.menu-trigger span{width:4px;height:4px;background:white;border-radius:50%;box-shadow:0 -6px 0 white,0 6px 0 white;transition:all .2s ease}.menu-dropdown{position:absolute;top:100%;right:0;background:#2A2A2A;border:1px solid rgba(255,255,255,.1);border-radius:8px;min-width:120px;box-shadow:0 8px 25px rgba(0,0,0,.3);z-index:20;padding:4px 0}.menu-dropdown button{width:100%;background:none;border:none;color:white;padding:12px 16px;text-align:left;cursor:pointer;transition:background-color .2s ease;font-size:14px;font-weight:500}.menu-dropdown button span{display:block}.menu-dropdown button:hover{background:rgba(255,255,255,.1)}.menu-dropdown button.delete-option{color:#f44336}.menu-dropdown button.delete-option:hover{background:rgba(244,67,54,.1)}.tile-image{position:relative;width:100%;padding-bottom:100%;overflow:hidden}.tile-image img{object-fit:cover;transition:transform .3s ease}.tile-image .split-images-grid,.tile-image img{position:absolute;top:0;left:0;width:100%;height:100%}.project-tile:hover .tile-image img{transform:scale(1.05)}.btn-glass{background:linear-gradient(135deg,rgba(241,184,93,.15),rgba(167,92,128,.15));border:1px solid rgba(253,253,253,.2);border-radius:12px;color:rgba(253,253,253,.8);padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;white-space:nowrap;backdrop-filter:blur(8px)}.btn-glass:hover{background:linear-gradient(135deg,rgba(241,184,93,.25),rgba(167,92,128,.25));border-color:rgba(253,253,253,.3);color:#FDFDFD;transform:translateY(-1px);box-shadow:0 4px 15px rgba(0,0,0,.2)}.btn-glass:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.btn-glass:focus{outline:none}.btn-glass.active{background:linear-gradient(135deg,rgba(241,184,93,.35),rgba(167,92,128,.35));color:#FDFDFD;border:1px solid rgba(253,253,253,.3)}.btn-glass.btn-icon{width:44px;height:44px;padding:0}.gallery-header{margin-bottom:24px}.unified-header-bar{display:flex;align-items:center;justify-content:space-between;gap:48px;padding:12px 0;flex-wrap:wrap;min-height:60px}.header-left{display:flex;align-items:center;gap:16px;flex:0 0 auto}.title-container{display:flex;flex-direction:column;gap:2px}.project-title{font-size:20px;font-weight:700;color:#FDFDFD;margin:0;line-height:1.2}.project-date{font-size:11px;color:rgba(253,253,253,.5);margin:0}.header-center{flex:1 1 auto;display:flex;justify-content:center;min-width:0;overflow:visible}.header-right{display:flex;align-items:center;gap:8px;flex:0 0 auto}.header-right .btn-glass.btn-icon{width:48px;height:48px;padding:0;background:linear-gradient(135deg,rgba(241,184,93,.2),rgba(167,92,128,.2));border-color:rgba(255,255,255,.25)}.header-right .btn-glass.btn-icon:hover:not(:disabled){background:linear-gradient(135deg,rgba(241,184,93,.3),rgba(167,92,128,.3));border-color:rgba(255,255,255,.4)}.header-right .btn-glass.btn-icon:nth-child(3),.header-right .btn-glass.btn-icon:nth-child(4){background:linear-gradient(135deg,rgba(102,22,115,.35),rgba(74,17,84,.35))!important;border-color:rgba(167,92,128,.4)!important}.header-right .btn-glass.btn-icon:nth-child(3):hover:not(:disabled),.header-right .btn-glass.btn-icon:nth-child(4):hover:not(:disabled){background:linear-gradient(135deg,rgba(102,22,115,.25),rgba(74,17,84,.25))!important;border-color:rgba(167,92,128,.3)!important}.header-right .btn-glass.btn-icon:nth-child(3).active,.header-right .btn-glass.btn-icon:nth-child(4).active{background:linear-gradient(135deg,rgba(102,22,115,.45),rgba(74,17,84,.45))!important;border-color:rgba(167,92,128,.6)!important}.header-right .btn-glass.btn-icon .btn-icon,.header-right .btn-glass.btn-icon .carousel-icon,.header-right .btn-glass.btn-icon .download-icon,.header-right .btn-glass.btn-icon .grid-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.header-right .btn-glass.btn-icon .btn-icon img,.header-right .btn-glass.btn-icon .carousel-icon img,.header-right .btn-glass.btn-icon .download-icon img,.header-right .btn-glass.btn-icon .grid-icon img{width:20px;height:20px}@media (max-width:1600px){.unified-header-bar{gap:32px}.gallery-stats{gap:20px}.stat-value-v3{font-size:28px}}@media (max-width:1400px){.unified-header-bar{gap:24px}.gallery-stats{gap:16px}.stat-value-v3{font-size:24px}.stat-label-v3{font-size:12px}}@media (max-width:1200px){.unified-header-bar{gap:16px}.header-center,.header-left{flex:0 1 auto}.gallery-stats{gap:12px}.stat-value-v3{font-size:20px}.stat-item-v3{padding:4px 8px;gap:8px}.header-right{gap:6px;flex:0 1 auto}.header-right .btn-glass.btn-icon{width:42px;height:42px}}@media (max-width:1000px){.unified-header-bar{gap:12px;row-gap:16px}.project-title,.stat-value-v3{font-size:18px}.stat-label-v3{font-size:11px}.gallery-stats{gap:10px}.header-right .btn-glass.btn-icon{width:40px;height:40px}}.gallery-stats{align-items:center;gap:28px;flex-wrap:wrap}.gallery-stats,.stat-item-v3{display:flex;flex-direction:row}.stat-item-v3{align-items:flex-end!important;gap:8px;padding:6px 10px;border-radius:10px}.stat-item-v3.filter{cursor:pointer;transition:background-color .2s ease}.stat-item-v3.filter:hover{background-color:rgba(255,255,255,.1)}.stat-item-v3.filter.active{background-color:rgba(255,255,255,.15)}.stat-value-v3{font-size:32px;font-weight:800;line-height:1}.stat-value-v3.total{color:#F1B85D}.stat-value-v3.sweet{color:#6FA293}.stat-value-v3.salty{color:#A75C80}.stat-label-v3{font-size:13px;font-weight:500;color:rgba(253,253,253,.7)}.header-right .action-buttons{display:flex;flex-direction:row;gap:4px}.header-right .action-buttons .btn-glass{min-width:0;width:48px;height:48px;padding:0;background:linear-gradient(135deg,rgba(241,184,93,.2),rgba(167,92,128,.2));border-color:rgba(255,255,255,.25)}.header-right .action-buttons .btn-glass .btn-icon{width:24px;height:24px}.header-right .action-buttons .btn-glass:hover{background:linear-gradient(135deg,rgba(241,184,93,.3),rgba(167,92,128,.3));border-color:rgba(255,255,255,.4)}.summary-card-redesigned,.summary-card-redesigned .card-icon,.summary-card-redesigned .card-label,.summary-card-redesigned .card-number,.summary-card-redesigned.filter-card,.summary-card-redesigned.filter-card.active,.summary-card-redesigned.filter-card:hover,.summary-card-redesigned.salty-card,.summary-card-redesigned.sweet-card,.summary-card-redesigned.total-card,.summary-container-redesigned,.summary-container-redesigned .action-buttons,.summary-container-redesigned .action-buttons .btn-glass{all:unset}.projects-header{margin-bottom:30px;width:100%}.projects-header .unified-header-bar{display:flex!important;align-items:center;justify-content:space-between;gap:32px;padding:16px 24px;background:rgba(58,58,58,.6);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:16px;margin-bottom:16px;width:100%}.projects-header .header-left{display:flex!important;align-items:center;gap:16px;min-width:0;flex:0 0 auto}.projects-header .title-container{min-width:0}.projects-header .projects-title{font-size:24px;font-weight:700;font-family:Helvetica Neue,Helvetica Neue Bold,Helvetica,Arial,sans-serif;color:#FDFDFD;margin:0;white-space:nowrap}.projects-header .header-center{display:flex!important;align-items:center;justify-content:center;flex:1}.projects-header .gallery-stats{display:flex!important;align-items:center;gap:32px}.projects-header .header-right{display:flex!important;align-items:center;gap:12px;flex:0 0 auto}.search-input-wrapper{position:relative;display:flex;align-items:center}.search-input-glass{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.15);border-radius:12px;padding:10px 40px 10px 16px;color:white;font-size:14px;font-weight:400;width:240px;transition:all .3s ease}.search-input-glass::placeholder{color:rgba(253,253,253,.5)}.search-input-glass:focus{outline:none;background:rgba(255,255,255,.15);border-color:rgba(167,92,128,.5);box-shadow:0 0 0 3px rgba(167,92,128,.1)}.search-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);color:rgba(253,253,253,.6);pointer-events:none;display:flex}.btn-primary-action,.search-icon{align-items:center;justify-content:center}.btn-primary-action{background:linear-gradient(90deg,#6FA293 0,#661673);border:1px solid rgba(255,255,255,.15);border-radius:12px;color:white;padding:10px 20px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-flex;gap:8px;text-decoration:none;white-space:nowrap;backdrop-filter:blur(8px)}.btn-primary-action:hover:not(:disabled){background:linear-gradient(90deg,#5a8a7a 0,#571855);border-color:rgba(255,255,255,.25);transform:translateY(-2px);box-shadow:0 8px 25px rgba(101,26,82,.3)}.btn-primary-action:disabled{opacity:.5;cursor:not-allowed}.btn-primary-action .btn-icon{display:flex;align-items:center;justify-content:center}.projects-header .filter-status{display:flex;align-items:center;gap:12px;padding:12px 16px;background:rgba(244,153,141,.1);border:1px solid rgba(244,153,141,.3);border-radius:8px}.projects-header .filter-text{color:#F1B85D;font-weight:500}.projects-header .clear-filter-btn{background:none;border:1px solid #f1b85d;border-radius:6px;color:#F1B85D;padding:4px 12px;font-size:12px;cursor:pointer;transition:all .3s ease}.projects-header .clear-filter-btn:hover{background:#F1B85D;color:white}@media (max-width:1400px){.projects-header .unified-header-bar{flex-wrap:wrap}.projects-header .header-center{order:3;flex:100%;margin-top:16px}}@media (max-width:768px){.projects-header .unified-header-bar{flex-direction:column;align-items:stretch}.projects-header .header-center,.projects-header .header-left,.projects-header .header-right{width:100%}.projects-header .header-right{flex-direction:column;gap:12px}.search-input-glass{width:100%}.btn-primary-action{width:100%;justify-content:center}}