.navigation{z-index:1000;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);position:sticky;top:0;box-shadow:0 2px 4px #0000001a}.nav-container{justify-content:space-between;align-items:center;height:70px;margin:0 auto;padding:30px;display:flex}.nav-menu{gap:32px;margin:0;padding:0;list-style:none;display:flex}.nav-menu li a{color:#fff;padding:10px 0;font-weight:500;text-decoration:none;transition:opacity .2s}.nav-menu li a:hover{opacity:.8}.nav-menu li.active a{border-bottom:2px solid #fff}@media (width<=768px){.nav-container{padding:0 1rem}.nav-menu{gap:1rem}.nav-brand a{font-size:1rem}}.brand-logo{object-fit:contain;flex-shrink:0;width:auto;height:36px}@media (width<=768px){.brand-logo{height:28px}}@media (width<=480px){.brand-logo{height:24px}}.mortgage-calculator-page{background:#f3f4f6;max-width:100%;min-height:100vh;margin:0 auto;padding:30px}.calculator{grid-template-columns:1fr 3fr;align-items:start;gap:30px;display:grid}.calculator-form-wrapper{grid-template-columns:1fr;gap:30px;max-height:100vh;display:grid;top:90px}.loading-state{color:#667eea;justify-content:center;align-items:center;min-height:200px;font-size:1.125rem;display:flex}.loading-spinner{flex-direction:column;align-items:center;gap:1rem;display:flex}.spinner{border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error-state{color:#dc2626;background:#fee2e2;border:1px solid #ef4444;border-radius:1rem;padding:1.5rem}.error-content{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.error-icon{font-size:2rem}.error-text{flex:1}.error-text strong{font-size:1rem;display:block}.error-text p{margin:.25rem 0 0;font-size:.875rem}.error-retry-btn{color:#fff;cursor:pointer;background:#dc2626;border:none;border-radius:.5rem;padding:.5rem 1.5rem;font-weight:600;transition:all .2s}.error-retry-btn:hover{background:#b91c1c}.empty-results{color:#6b7280;text-align:center;background:#fff;border-radius:1rem;justify-content:center;align-items:center;height:100%;min-height:400px;padding:2rem;font-size:1.125rem;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media (width<=1200px){.mortgage-calculator-page{padding:1.5rem;overflow:visible}.calculator{grid-template-columns:1fr;gap:1.5rem}.calculator-form-wrapper{height:auto;position:static;overflow:visible}.calculator-form,.calculator-results{padding-right:0;overflow:visible}.empty-results{min-height:200px}}@media (width<=768px){.mortgage-calculator-page{padding:1rem}.calculator{grid-template-columns:1fr;align-items:start;gap:220px;display:grid}.error-content{text-align:center;flex-direction:column}.error-retry-btn{width:100%}.empty-results{min-height:150px;padding:1.5rem;font-size:1rem}}.results-calc-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.results-calc-block{flex-direction:column;gap:.75rem;display:flex}.results-calc-header{border-bottom:2px solid #667eea;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:1rem;padding-bottom:.5rem;display:flex}.results-calc-title{color:#333;margin:0 0 .75rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600}.results-calc-value{color:#2563eb;padding:.5rem 0 .75rem;font-size:1.875rem;font-weight:700}.results-calc-details{flex-direction:column;gap:.5rem;padding-top:.75rem;display:flex}.results-calc-detail-item{border-bottom:1px solid #f8f9fa;justify-content:space-between;align-items:center;padding:.35rem 0;display:flex}.results-calc-detail-item:last-child{border-bottom:none}.detail-label{color:#555;font-size:.875rem;font-weight:500}.detail-value{color:#1f2937;font-size:.875rem;font-weight:600}.detail-percent{color:#6b7280;margin-left:.25rem;font-size:.75rem;font-weight:400}@media (width<=768px){.results-calc-section{padding:1rem}.results-calc-title{margin-bottom:.5rem;font-size:1rem}.results-calc-value{padding:.35rem 0 .5rem;font-size:1.5rem}.detail-label,.detail-value{font-size:.8125rem}.results-calc-detail-item{padding:.25rem 0}}@media (width<=480px){.results-calc-section{padding:.75rem}.results-calc-value{font-size:1.25rem}.detail-label,.detail-value{font-size:.75rem}.results-calc-details{gap:.35rem}}.banks-header-wrapper{background:#fff;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:.5rem 1.5rem;display:flex;box-shadow:0 1px 3px #0000001a}.banks-header{color:#1f2937;margin-bottom:0;padding-bottom:.75rem;font-size:1.5rem;font-weight:700}.banks-filters{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.bank-filter-select{background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;outline:none;min-width:150px;padding:.4rem .75rem;font-size:.875rem}.bank-filter-select:focus{border-color:#667eea;box-shadow:0 0 0 2px #667eea1a}.reset-filters-btn{color:#9ca3af;white-space:nowrap;cursor:not-allowed;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;align-items:center;gap:.25rem;padding:.4rem .75rem;font-size:.875rem;transition:all .3s;display:flex}.reset-filters-btn.active{color:#fff;cursor:pointer;background:#ef4444;border-color:#ef4444}.reset-filters-btn.active:hover{background:#dc2626}.toggle-overstatement{cursor:pointer;color:#4b5563;white-space:nowrap;background:#f3f4f6;border-radius:.5rem;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.875rem;display:flex}.toggle-overstatement input{cursor:pointer;accent-color:#667eea;width:16px;height:16px}.toggle-overstatement span{-webkit-user-select:none;user-select:none}@media (width<=768px){.banks-header-wrapper{flex-direction:column;align-items:flex-start}.banks-filters{flex-direction:column;width:100%}.bank-filter-select{width:100%;min-width:100%}.reset-filters-btn{justify-content:center;width:100%}.toggle-overstatement{align-self:flex-start}}.no-results{text-align:center;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;margin:1rem 0;padding:3rem}.no-results p{color:#6b7280;margin-bottom:1rem;font-size:1rem}.no-results button{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:background .2s}.no-results button:hover{background:#5b6fc7}@media (width<=768px){.no-results{padding:2rem}}.category-group{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden}.category-header{background:#f3f4f6;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.category-title{color:#374151;margin:0;font-size:1rem;font-weight:600}.banks-list{background:#fff;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1rem;padding:1rem;display:grid}@media (width<=768px){.banks-list{grid-template-columns:1fr;padding:.75rem}.category-header{text-align:center;flex-direction:column;gap:.5rem}}.bank-card{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;padding:1rem;transition:all .2s}.bank-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.bank-card.selected{background:linear-gradient(135deg,#eff6ff 0%,#dbeafe 100%);border-width:2px;border-color:#3b82f6}.bank-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:.75rem;display:flex}.bank-info{flex:1}.bank-program{color:#6b7280;margin-bottom:.25rem;font-size:.75rem}.bank-rate{color:#2563eb;margin-top:.25rem;font-size:1.25rem;font-weight:700}.payment-info{text-align:right;min-width:120px}.payment-label{color:#6b7280;margin-bottom:.25rem;font-size:.7rem}.payment-value{color:#16a34a;margin:0;font-size:1.125rem;font-weight:700}.bank-rates{align-items:center;gap:.5rem;margin-top:.25rem;display:flex}.bank-rates .bank-rate{color:#2563eb;font-size:1.25rem;font-weight:700}.bank-rates-two-contracts{flex-direction:column;gap:2px;margin-top:4px;display:flex}.payment-values-wrapper{flex-direction:column;align-items:flex-end;gap:.1rem;display:flex}.payment-values-wrapper .payment-value{font-size:1rem}.payment-values-wrapper .payment-with-subsidy{color:#16a34a;font-weight:600}.payment-values-wrapper .payment-after-subsidy{color:#ea580c;font-size:1.125rem;font-weight:700}.bank-details-list{border-top:1px solid #f3f4f6;flex-direction:column;gap:.4rem;margin-top:.75rem;padding-top:.75rem;font-size:.75rem;display:flex}.bank-detail-item{justify-content:space-between;align-items:center;gap:.5rem;padding:.2rem 0;display:flex}.bank-detail-label{color:#6b7280;font-size:.7rem;font-weight:500}.bank-detail-value{color:#1f2937;text-align:right;word-break:break-word;font-weight:600}.bank-detail-value.positive{color:#16a34a}.bank-detail-value.warning{color:#ea580c}.bank-excess{color:#ef4444;border-top:1px solid #f3f4f6;margin-top:.5rem;padding-top:.5rem;font-size:.7rem;font-weight:500}@media (width<=768px){.bank-card-header{flex-direction:column}.payment-info{text-align:left;width:100%;min-width:auto;margin-top:.5rem}.payment-values-wrapper{align-items:flex-start}}.bank-card .bank-excess-warning-overlay{z-index:10;-webkit-backdrop-filter:blur(4px);pointer-events:none;background:#000000b3;border-radius:.5rem;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;animation:.4s ease-out bankFadeInOverlay;display:flex;position:absolute;inset:0;overflow:hidden}.bank-card .bank-excess-warning-overlay *{pointer-events:auto}.bank-card .bank-card-badges,.bank-card .bank-card-badge{z-index:20;position:relative}@keyframes bankFadeInOverlay{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.bank-card .excess-overlay-icon{margin-bottom:.75rem;font-size:3rem;animation:1.5s ease-in-out infinite bankPulseIcon}@keyframes bankPulseIcon{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}.bank-card .excess-overlay-title{color:#fff;text-align:center;text-shadow:0 2px 4px #0000004d;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.bank-card .excess-overlay-hint{color:#d1d5db;text-align:center;max-width:90%;font-size:.8rem;line-height:1.4}.bank-card .excess-overlay-hint strong{color:#f59e0b}.bank-card{position:relative;overflow:visible}.bank-card-badges{z-index:10;flex-direction:column;gap:4px;width:calc(100% + 12px);display:flex;position:absolute;top:-12px;left:-6px;right:-6px}.bank-card-badge{white-space:nowrap;cursor:default;text-transform:uppercase;letter-spacing:.3px;justify-content:center;align-items:center;gap:.4rem;width:100%;padding:.35rem .8rem;font-size:.7rem;font-weight:700;line-height:1.4;display:flex}.bank-card-badge:first-child{border-top-left-radius:.7rem;border-top-right-radius:.7rem}.bank-card-badge:last-child{border-bottom-right-radius:.7rem;border-bottom-left-radius:.7rem}.bank-card-badge:only-child{border-radius:.7rem}.bank-card-badge.badge-promo{color:#fff;background:#16a34a}.bank-card-badge.badge-excess{color:#fff;background:#7c4dff}.bank-card-badge.badge-term{color:#fff;background:#dc2626}.bank-card-badge.badge-unavailable{color:#fff;background:#6b7280}.badge-icon{font-size:.8rem;line-height:1}.badge-text{text-transform:none;font-size:.65rem;font-weight:600}.bank-card-badge{opacity:0;animation:.3s ease-out forwards slideDown;transform:translateY(-10px)}@keyframes slideDown{to{opacity:1;transform:translateY(0)}}.bank-card-badge:first-child{animation-delay:50ms}.bank-card-badge:nth-child(2){animation-delay:.1s}.bank-card-badge:nth-child(3){animation-delay:.15s}@media (width<=768px){.bank-card-badge{padding:.25rem .6rem;font-size:.6rem}.badge-text{font-size:.55rem}}.bank-group{margin-bottom:2.5rem}.bank-group-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:.75rem;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.bank-group-title{margin:0;font-size:1.25rem;font-weight:700}.bank-group-count{background:#fff3;border-radius:1rem;flex-shrink:0;padding:.25rem .75rem;font-size:.875rem}.bank-categories{flex-direction:column;gap:1.5rem;display:flex}@media (width<=768px){.bank-group-header{text-align:center;flex-direction:column;gap:.5rem}.bank-group-title{font-size:1rem}}.copy-selected-btn{color:#667eea;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:.5rem;align-items:center;gap:6px;padding:.4rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.copy-selected-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.copy-selected-btn:active:not(:disabled){transform:scale(.97)}.copy-selected-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.copy-selected-btn.success{color:#fff;background:#22c55e}.copy-selected-btn.success:hover:not(:disabled){background:#16a34a}@media (width<=768px){.copy-selected-btn{padding:.3rem .6rem;font-size:.75rem}}@media (width>=769px) and (width<=1024px){.copy-selected-btn{padding:.35rem .8rem;font-size:.8rem}}.select-all-btn{color:#fff;cursor:pointer;background:#fff3;border:1px solid #fff3;border-radius:.5rem;align-items:center;gap:4px;padding:.4rem 1rem;font-size:.875rem;transition:all .2s;display:inline-flex}.select-all-btn:hover{background:#ffffff4d}.select-all-btn:active{transform:scale(.97)}@media (width<=768px){.select-all-btn{padding:.3rem .6rem;font-size:.75rem}}@media (width>=769px) and (width<=1024px){.select-all-btn{padding:.35rem .8rem;font-size:.8rem}}.deselect-all-btn{color:#fff;cursor:pointer;background:#fff3;border:1px solid #fff3;border-radius:.5rem;align-items:center;gap:4px;padding:.4rem 1rem;font-size:.875rem;transition:all .2s;display:inline-flex}.deselect-all-btn:hover{background:#ffffff4d}.deselect-all-btn:active{transform:scale(.97)}.deselect-all-btn.danger{color:#ff6b6b;border-color:#ff6b6b4d}.deselect-all-btn.danger:hover{background:#ff6b6b33}@media (width<=768px){.deselect-all-btn{padding:.3rem .6rem;font-size:.75rem}}@media (width>=769px) and (width<=1024px){.deselect-all-btn{padding:.35rem .8rem;font-size:.8rem}}.print-selected-btn{color:#667eea;cursor:pointer;background:#fff;border:none;border-radius:.5rem;align-items:center;gap:6px;padding:.4rem 1.5rem;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.print-selected-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #0000004d}.print-selected-btn:active:not(:disabled){transform:scale(.97)}.print-selected-btn:disabled{opacity:.5;cursor:not-allowed}@media (width<=768px){.print-selected-btn{padding:.3rem .6rem;font-size:.75rem}}@media (width>=769px) and (width<=1024px){.print-selected-btn{padding:.35rem .8rem;font-size:.8rem}}.selection-count{color:#fff;background:#ffffff26;border:1px solid #ffffff1a;border-radius:.5rem;padding:.3rem .75rem;font-size:.95rem;font-weight:600}@media (width<=768px){.selection-count{padding:.2rem .5rem;font-size:.8rem}}.floating-selection-bar{z-index:1000;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-top:2px solid #fff3;padding:.75rem 1.5rem;animation:.3s ease-out slideUp;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #00000040}@keyframes slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.floating-bar-content{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;display:flex}@media (width<=768px){.floating-selection-bar{padding:.5rem 1rem}.floating-bar-content{gap:.5rem}}@media (width>=769px) and (width<=1024px){.floating-bar-content{gap:.75rem}}.form-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.form-grid{grid-template-columns:1fr;gap:1rem;display:grid}.form-block{flex-direction:column;display:flex}.form-block h2{color:#333;border-bottom:2px solid #667eea;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.125rem;font-weight:600}.form-fields{flex-direction:column;flex:1;gap:1rem;display:flex}.field{flex-direction:column;display:flex}.field label{color:#555;margin-bottom:.25rem;font-size:.875rem;font-weight:500}.field select,.field input[type=number]{border:1px solid #ddd;border-radius:.375rem;width:100%;padding:.5rem;font-size:.875rem;transition:border-color .2s}.field select:focus,.field input[type=number]:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 2px #667eea1a}.field input[type=range]{cursor:pointer;width:100%}.range-value{color:#667eea;font-weight:600}.form-block-checkboxes .form-fields{gap:.75rem}.checkbox-field{align-items:center;gap:.5rem;padding:.25rem 0;display:flex}.checkbox-field input[type=checkbox]{cursor:pointer;accent-color:#667eea;flex-shrink:0;width:18px;height:18px}.checkbox-field label{color:#374151;cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.875rem;line-height:1.4}.checkbox-field label:hover{color:#1f2937}.field input[type=number]::placeholder{color:#9ca3af;font-size:.75rem}@media (width<=1024px){.form-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (width<=768px){.form-section{padding:1rem}.form-grid{grid-template-columns:1fr;gap:1.5rem}.form-block h2{font-size:1rem}.checkbox-field{padding:.15rem 0}.checkbox-field input[type=checkbox]{width:16px;height:16px}.checkbox-field label{font-size:.8125rem}}.projects-page{background:#f3f4f6;max-width:100%;min-height:100vh;margin:0 auto;padding:1.5rem}.projects-header{margin-bottom:2rem}.projects-header h1{color:#1f2937;margin:0 0 .25rem;font-size:1.75rem;font-weight:700}.projects-header .subtitle{color:#6b7280;margin:0;font-size:1rem}.projects-layout{grid-template-columns:1fr 3fr;align-items:start;gap:2rem;display:grid}.projects-list-wrapper{max-height:100vh;position:sticky;top:0}.projects-list-card{background:#fff;border-radius:12px;flex-direction:column;max-height:calc(100vh - 6rem);padding:1.5rem;display:flex;box-shadow:0 1px 3px #0000001a}.projects-list-header{border-bottom:2px solid #667eea;flex-shrink:0;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.projects-list-header h2{color:#333;margin:0;font-size:1rem;font-weight:600}.projects-list-header .count{color:#fff;background:#667eea;border-radius:1rem;padding:.15rem .6rem;font-size:.75rem;font-weight:600}.projects-list-items{flex:1;padding-right:4px;overflow-y:auto}.projects-list-items::-webkit-scrollbar{width:4px}.projects-list-items::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.projects-list-items::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.projects-list-items::-webkit-scrollbar-thumb:hover{background:#5a6fd6}.project-item{cursor:pointer;color:#6b7280;border-radius:.5rem;align-items:center;gap:.75rem;margin-bottom:.25rem;padding:.7rem 1rem;transition:all .3s;display:flex;position:relative}.project-item:hover{color:#1f2937;background:#667eea14}.project-item.active{color:#667eea;background:linear-gradient(135deg,#e8f0fe 0%,#d6e4ff 100%);font-weight:600;box-shadow:0 2px 8px #667eea1a}.project-item.active:before{content:"";background:#667eea;border-radius:0 4px 4px 0;width:3px;height:60%;position:absolute;top:20%;left:0}.project-item .project-icon{text-align:center;flex-shrink:0;width:32px;font-size:1.3rem}.project-item .project-name{flex:1;font-size:.9rem;font-weight:500;line-height:1.3}.project-item .project-status-dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.project-item .project-status-dot.dot-sdan{background:#22c55e}.project-item .project-status-dot.dot-stroitsya{background:#f59e0b}.project-item .project-status-dot.dot-proekt{background:#3b82f6}.project-details-wrapper{max-height:100vh;padding-right:8px;overflow-y:auto}.project-details-wrapper::-webkit-scrollbar{width:6px}.project-details-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.project-details-wrapper::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.project-details-wrapper::-webkit-scrollbar-thumb:hover{background:#5a6fd6}.project-details-card{background:#fff;border-radius:12px;min-height:400px;padding:1.5rem;box-shadow:0 1px 3px #0000001a}.details-header{border-bottom:2px solid #f3f4f6;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.details-title{align-items:center;gap:.75rem;display:flex}.details-title .project-icon-large{background:#f3f4f6;border-radius:.75rem;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;display:flex}.details-title h2{color:#1f2937;margin:0;font-size:1.25rem;font-weight:700}.status-badge{letter-spacing:.3px;border-radius:2rem;align-items:center;gap:.4rem;padding:.3rem 1.25rem;font-size:.75rem;font-weight:600;display:flex}.status-badge:before{content:"";border-radius:50%;width:6px;height:6px;display:inline-block}.status-sdan{color:#065f46;background:#d1fae5}.status-sdan:before{background:#22c55e}.status-stroitsya{color:#92400e;background:#fef3c7}.status-stroitsya:before{background:#f59e0b}.status-proekt{color:#1e40af;background:#dbeafe}.status-proekt:before{background:#3b82f6}.details-content{flex-direction:column;gap:1rem;display:flex}.details-section{background:#f9fafb;border-radius:.75rem;padding:1rem 1.25rem;transition:all .3s}.details-section:hover{background:#f3f4f6}.details-section .description{color:#6b7280;margin:0;font-size:.95rem;line-height:1.6}.section-label{text-transform:uppercase;letter-spacing:.8px;color:#9ca3af;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.65rem;font-weight:700;display:flex}.section-value.price{color:#667eea;font-size:1.3rem;font-weight:800}.info-list{margin:0;padding:0;list-style:none}.info-list li{color:#4b5563;align-items:flex-start;gap:.5rem;padding:.3rem 0;font-size:.9rem;line-height:1.4;display:flex}.info-list li:before{content:"▸";color:#667eea;flex-shrink:0;font-weight:700}.info-list.promotions li{color:#667eea;font-weight:500}.info-list.promotions li:before{content:"🔥";color:#f59e0b}.info-list.special li{color:#b8860b;font-weight:600}.info-list.special li:before{content:"⭐"}.details-section.highlight{background:linear-gradient(135deg,#e8f0fe 0%,#dbeafe 100%);border:1px solid #667eea1a}.details-section.highlight .section-label{color:#667eea}.details-section.special{background:linear-gradient(135deg,#fef9e7 0%,#fdf3d0 100%);border:1px solid #d4a84733}.details-section.special .section-label{color:#b8860b}.banks-tags{flex-wrap:wrap;gap:.5rem;display:flex}.bank-tag{color:#4b5563;cursor:default;background:#fff;border:1.5px solid #e5e7eb;border-radius:2rem;padding:.35rem .9rem;font-size:.75rem;font-weight:600;transition:all .2s}.bank-tag:hover{color:#667eea;border-color:#667eea;transform:translateY(-1px);box-shadow:0 2px 8px #667eea14}.empty-state{color:#9ca3af;text-align:center;background:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:400px;padding:2rem;display:flex;box-shadow:0 1px 3px #0000001a}.empty-state .empty-icon{opacity:.5;margin-bottom:1rem;font-size:4rem}.empty-state p{color:#6b7280;margin:0;font-size:1.1rem}.empty-state .empty-hint{color:#9ca3af;margin-top:.25rem;font-size:.85rem}@media (width<=1200px){.projects-layout{grid-template-columns:1fr;gap:1.5rem}.projects-list-wrapper{max-height:none;position:static}.projects-list-card{max-height:none}.projects-list-items{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.5rem;padding-right:0;display:grid;overflow:visible}.project-item{margin-bottom:0}.project-item .project-status-dot{display:none}.project-details-wrapper{max-height:none;padding-right:0;overflow:visible}}@media (width<=768px){.projects-page{padding:1rem}.projects-header h1{font-size:1.5rem}.projects-header .subtitle{font-size:.9rem}.projects-list-items{grid-template-columns:1fr 1fr}.project-details-card{padding:1rem}.details-header{flex-direction:column;align-items:flex-start;gap:.75rem}.details-title h2{font-size:1.1rem}.details-section{padding:.75rem 1rem}.section-value.price{font-size:1.1rem}.info-list li{font-size:.85rem}}@media (width<=480px){.projects-list-items{grid-template-columns:1fr}.project-item{padding:.5rem .75rem}.project-item .project-name{font-size:.85rem}.project-item .project-icon{width:28px;font-size:1.1rem}.project-details-card{padding:.75rem}.details-title .project-icon-large{width:40px;height:40px;font-size:1.5rem}.banks-tags{gap:.35rem}.bank-tag{padding:.25rem .6rem;font-size:.65rem}.empty-state{height:300px;padding:1.5rem}.empty-state .empty-icon{font-size:3rem}}html{-webkit-text-size-adjust:100%;line-height:1.15}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}body{margin:0}*{box-sizing:border-box}
