html{scroll-behavior:smooth;scroll-padding-top:72px}@media (max-width: 768px){html{scroll-padding-top:64px}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6;color:#1f2937;background-color:#f9fafb;min-height:100vh}#root{min-height:100vh;display:flex;flex-direction:column}.container{width:100%;max-width:1280px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}header{background-color:#fff;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:100}header .container{display:flex;flex-direction:column;gap:1rem;padding-top:.75rem;padding-bottom:.75rem}.header-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#3b82f6;text-decoration:none}.logo-icon{font-size:2rem;margin-right:.5rem}.search-container{flex:1;max-width:400px;position:relative}.search-input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-icon{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);color:#6b7280}.user-actions{display:flex;align-items:center;gap:.75rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s ease}.btn-primary{background-color:#3b82f6;color:#fff;border:none}.btn-primary:hover{background-color:#2563eb}.btn-secondary{background-color:#fff;color:#3b82f6;border:1px solid #d1d5db}.btn-secondary:hover{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.header-nav{border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;background-color:#fff}.nav-menu{display:flex;justify-content:center;flex-wrap:wrap;gap:1.5rem;padding:.75rem 0}.nav-link{font-size:.875rem;font-weight:500;color:#3b82f6;padding:.5rem 0;transition:all .2s ease;text-decoration:none}.nav-link:hover{color:#2563eb;border-bottom:2px solid #3b82f6}.nav-link.active{color:#2563eb;border-bottom:2px solid #3b82f6;font-weight:600}footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#cbd5e1;padding-top:4rem;padding-bottom:2rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{color:#fff;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem}.footer-section ul{list-style:none}.footer-link{display:flex;align-items:center;color:#94a3b8;margin-bottom:.75rem;transition:color .2s ease}.footer-link:hover{color:#6366f1}.footer-divider{height:1px;background:#ffffff1a;margin:2rem 0}.footer-bottom{text-align:center;color:#64748b;font-size:.875rem}.footer-bottom a{color:#94a3b8;transition:color .2s ease}.footer-bottom a:hover{color:#fff}.hero{background:linear-gradient(135deg,#3b82f6,#1e40af);color:#fff;padding:4rem 0;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);z-index:0}.hero-content{position:relative;z-index:1;text-align:center;max-width:800px;margin:0 auto}.hero-badge{display:inline-block;background-color:#ff4f00;color:#fff;font-weight:700;padding:.25rem 1rem;border-radius:9999px;margin-bottom:1.5rem;font-size:.875rem}.hero h1{font-size:2.5rem;margin-bottom:1rem;color:#fff}.hero h1 span{color:#ff4f00}.hero p{font-size:1.25rem;color:#bfdbfe;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.hero-buttons{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.hero-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;max-width:800px;margin:0 auto;margin-top:3rem}.stat-item{text-align:center}.stat-number{font-size:2.5rem;font-weight:700;color:#fff;margin-bottom:.5rem}.stat-label{color:#ff4f00;font-size:.875rem}.section{padding:4rem 0}.section-title{text-align:center;font-size:2rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.section-subtitle{text-align:center;color:#6b7280;max-width:600px;margin:0 auto 3rem}.info-card{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 4px 6px #0000001a;text-align:center;transition:all .3s ease}.info-card:hover{box-shadow:0 10px 15px #0000001a;transform:translateY(-5px)}.info-icon{width:64px;height:64px;margin:0 auto 1.5rem}.info-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.info-card h3{font-size:1.25rem;color:#1f2937;margin-bottom:1rem}.info-card p{color:#6b7280;font-size:.875rem}.trade-card{background-color:#fff;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;overflow:hidden;transition:all .3s ease}.trade-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px)}.trade-card-header{padding:1.25rem;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:.75rem}.trade-card-body{padding:1.25rem}.trade-card-footer{padding:1.25rem;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem}.trade-title{font-size:1.125rem;font-weight:600;color:#1f2937;margin-bottom:.5rem;line-height:1.5}.trade-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin-bottom:1rem}.status-badge,.type-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.status-new{background-color:#dbeafe;color:#1e40af}.status-active{background-color:#dcfce7;color:#15803d}.status-completed{background-color:#f3f4f6;color:#4b5563}.status-cancelled{background-color:#fee2e2;color:#991b1b}.type-government{background-color:#dbeafe;color:#1e40af}.type-commercial{background-color:#dcfce7;color:#15803d}.loading{display:flex;justify-content:center;align-items:center;min-height:200px}.loading-spinner{width:2rem;height:2rem;border:3px solid rgba(59,130,246,.3);border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@media (max-width: 768px){.header-top{flex-direction:column;text-align:center}.search-container{max-width:100%}.hero h1{font-size:1.75rem}.hero p{font-size:1rem}.hero-buttons{flex-direction:column;align-items:center}.nav-menu{justify-content:space-around}}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}@media (max-width: 768px){.grid-2,.grid-3{grid-template-columns:1fr}}.text-center{text-align:center}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.mt-8{margin-top:2rem}.mb-8{margin-bottom:2rem}.max-w-4xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.py-12{padding-top:3rem;padding-bottom:3rem}.tariff-slogan-container{margin-bottom:4rem;text-align:center}.tariff-slogan{font-size:1.25rem;font-weight:500;color:#4b5563;max-width:800px;margin:0 auto;line-height:1.7;padding:0 1rem}.tariff-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}@media (max-width: 1024px){.tariff-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.tariff-grid{grid-template-columns:1fr}}.tariff-card{background:#fff;border-radius:1rem;padding:2.5rem;box-shadow:0 4px 15px #000;transition:all .3s ease;position:relative;overflow:hidden}.tariff-card.popular{transform:translateY(-10px);box-shadow:0 15px 30px #3b82f633;border:2px solid #3b82f6}.popular-badge{position:absolute;top:-1px;right:-1px;background:linear-gradient(135deg,#f59e0b,#ea580c);color:#fff;font-weight:700;padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;z-index:10;box-shadow:0 2px 6px #ea580c66}.tariff-header{text-align:center;margin-bottom:1.5rem}.tariff-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.tariff-price{display:flex;justify-content:center;align-items:baseline;gap:.5rem}.price-amount{font-size:2.5rem;font-weight:800;color:#3b82f6}.price-currency{font-size:1.5rem;font-weight:700;color:#3b82f6}.price-period{font-size:1rem;color:#6b7280}.tariff-description{color:#6b7280;text-align:center;margin-bottom:1.5rem;font-size:1rem}.tariff-features{list-style:none;margin-bottom:2rem}.tariff-features li{padding:.75rem 0;border-bottom:1px solid #f3f4f6;color:#4b5563;font-size:1rem}.tariff-features li:last-child{border-bottom:none}.tariff-features li:before{content:"✓";color:#10b981;font-weight:700;margin-right:.75rem}.tariff-btn{width:100%;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;font-size:1rem;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.tariff-btn.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none}.tariff-btn.btn-primary:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.tariff-btn.btn-secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6}.tariff-btn.btn-secondary:hover{background:#3b82f6;color:#fff}.emergency-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;margin-top:2rem}.emergency-service-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px #0000001a;border:1px solid #e5e7eb}.emergency-city-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #3b82f6}.emergency-services-list{display:grid;gap:.75rem}.emergency-service-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f3f4f6}.emergency-service-item:last-child{border-bottom:none}.emergency-service-name{color:#4b5563;font-weight:500;flex:1}.emergency-service-phone{color:#3b82f6;font-weight:600;text-decoration:none;transition:all .2s ease;font-size:1.1rem}.emergency-service-phone:hover{color:#2563eb;text-decoration:underline}@media (max-width: 768px){.emergency-services-grid{grid-template-columns:1fr}.emergency-service-item{flex-direction:column;align-items:flex-start;gap:.25rem}.emergency-service-phone{align-self:flex-end}}.auth-page-container{min-height:100vh;display:flex;justify-content:center;padding:2rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);align-items:center}.auth-card{background:#fff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 20px 40px -10px #00000026;max-width:500px;width:100%;position:relative;overflow:hidden}.auth-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:6px;background:linear-gradient(90deg,#3b82f6,#6366f1)}.auth-card-header{text-align:center;margin-bottom:2.5rem}.auth-card-logo{font-size:2.5rem;margin-bottom:1rem;color:#3b82f6}.auth-card-title{font-size:2rem;font-weight:800;color:#1f2937;margin-bottom:.75rem}.auth-card-subtitle{text-align:center;color:#6b7280;font-size:1.1rem;line-height:1.6}.auth-form .form-group{margin-bottom:1.75rem}.auth-form label{display:block;margin-bottom:.75rem;font-weight:600;color:#374151;display:flex;align-items:center;gap:.75rem;font-size:1.1rem}.auth-form input{width:100%;padding:.875rem 1.25rem;border:2px solid #e5e7eb;border-radius:1rem;font-size:1.05rem;background:#f9fafb;transition:all .3s ease}.auth-form input:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.auth-form button{width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:1.25rem;font-weight:700;font-size:1.15rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f64d}.auth-form button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #3b82f666}.auth-form button:disabled{opacity:.7;cursor:not-allowed}.alert{padding:1rem 1.25rem;border-radius:1rem;margin-bottom:1.75rem;display:flex;align-items:center;gap:.75rem;font-weight:500}.alert-error{background:#fee2e2;color:#991b1b;border:2px solid #fecaca}.alert-icon{font-size:1.25rem}.auth-footer{text-align:center;margin-top:2rem;padding-top:2rem;border-top:1px solid #f3f4f6}.auth-footer-text{color:#6b7280;margin-bottom:1rem;font-size:1.05rem}.auth-footer-link{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:.875rem 2rem;border-radius:1.25rem;font-weight:700;font-size:1.1rem;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 12px #10b9814d}.auth-footer-link:hover{transform:translateY(-2px);box-shadow:0 6px 18px #10b98166}.loading-spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 640px){.auth-card{padding:2rem;margin:1rem}.auth-card-title{font-size:1.75rem}.auth-form button{padding:.875rem 1.25rem;font-size:1.05rem}}.help-section{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.help-section h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.help-section p{color:#4b5563;line-height:1.75;margin-bottom:1rem}.help-section ul{list-style-type:none;padding-left:0}.help-section ul li{display:flex;align-items:flex-start;margin-bottom:.75rem;color:#4b5563}.help-section ul li:before{content:"→";color:#3b82f6;font-weight:700;margin-right:.75rem;margin-top:.25rem}.filters{background-color:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.filter-group{margin-bottom:1rem}.filter-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.filter-options{display:flex;flex-wrap:wrap;gap:.75rem}.filter-option{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background-color:#fff;cursor:pointer;transition:all .2s ease}.filter-option:hover{border-color:#3b82f6;background-color:#f9fafb}.filter-option.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-box{background-color:#fff;border-radius:1rem;padding:1.5rem;text-align:center;box-shadow:0 1px 3px #0000001a}.empty-state{text-align:center;padding:4rem 2rem;background-color:#f9fafb;border-radius:1rem;margin:2rem 0}.empty-icon{font-size:4rem;margin-bottom:1.5rem;color:#cbd5e1}.empty-title{font-size:1.5rem;font-weight:700;color:#4b5563;margin-bottom:1rem}.empty-text{color:#6b7280;margin-bottom:1.5rem}.empty-button{display:inline-block;padding:.75rem 1.5rem;background-color:#3b82f6;color:#fff;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s ease}.empty-button:hover{background-color:#2563eb}.organization-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:1.5rem}.organization-info-item{display:flex;flex-direction:column;gap:.5rem}.organization-info-label{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#374151;font-size:.95rem}.organization-info-label:before{content:"";display:inline-block;width:6px;height:6px;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:50%}.organization-info-value{padding:.875rem 1.25rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border:1px solid #e5e7eb;border-radius:.75rem;color:#1f2937;font-size:1.125rem;font-weight:600;box-shadow:0 2px 4px #00000008;transition:all .2s ease}.organization-info-value:hover{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);border-color:#3b82f6;box-shadow:0 4px 8px #3b82f61a}.organization-info-label.organization:before{content:"🏢";width:20px;height:20px;background:none}.organization-info-label.inn:before{content:"🆔";width:20px;height:20px;background:none}.organization-info-label.address:before{content:"📍";width:20px;height:20px;background:none}.organization-info-label.email:before{content:"📧";width:20px;height:20px;background:none}.organization-info-label.phone:before{content:"📱";width:20px;height:20px;background:none}.organization-info-label.name:before{content:"👤";width:20px;height:20px;background:none}.category-card{background:#fff;border-radius:1rem;padding:1.5rem;box-shadow:0 4px 6px #0000000d;border:1px solid #e5e7eb;transition:all .3s ease;position:relative;overflow:hidden}.category-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#3b82f6,#6366f1)}.category-card:hover{transform:translateY(-3px);box-shadow:0 8px 15px #0000001a;border-color:#3b82f6}.category-badge{display:inline-flex;align-items:center;padding:.375rem 1rem;border-radius:50px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.category-badge.government{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #93c5fd}.category-badge.commercial{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d;border:1px solid #86efac}.category-number{position:absolute;top:.75rem;right:.75rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1e293b;font-weight:800;padding:.25rem .75rem;border-radius:50px;font-size:.875rem;box-shadow:0 2px 6px #f59e0b4d}.dashboard-tabs{display:flex;justify-content:center;gap:1rem;margin-bottom:2.5rem;flex-wrap:wrap;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:1.5rem;padding:1rem;box-shadow:0 4px 15px #00000014}.dashboard-tab{padding:1rem 2rem;border-radius:1.25rem;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .35s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent;background:#fff;color:#4b5563;display:flex;align-items:center;gap:.5rem;box-shadow:0 2px 8px #00000014}.dashboard-tab:hover{background:#f9fafb;color:#3b82f6;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}.dashboard-tab.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6;box-shadow:0 8px 25px #3b82f666;transform:translateY(-2px)}.dashboard-tab.active:hover{transform:translateY(-3px);box-shadow:0 10px 30px #3b82f680}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:3000;opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.165,.84,.44,1)}.modal-overlay.active{opacity:1;pointer-events:all}.modal-content{background:#fff;border-radius:2rem;max-width:90%;max-height:90vh;overflow-y:auto;transform:scale(.9) translateY(20px);opacity:0;transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 30px 80px -15px #0006;position:relative;width:700px}.modal-overlay.active .modal-content{transform:scale(1) translateY(0);opacity:1}.modal-header{padding:2rem;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.modal-title{font-size:1.875rem;font-weight:800;color:#1e293b;display:flex;align-items:center;gap:.75rem}.modal-title:before{content:"📦";font-size:1.75rem}.modal-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:50px;height:50px;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close:hover{background-color:#f3f4f6;color:#1e293b;transform:rotate(90deg)}.modal-body{padding:2rem}.modal-footer{padding:1.75rem 2rem;border-top:2px solid #f3f4f6;display:flex;justify-content:space-between;gap:1rem;background:#fafbfc}.modal-btn{padding:1rem 2.5rem;border-radius:1.25rem;font-weight:700;font-size:1.125rem;cursor:pointer;transition:all .35s cubic-bezier(.175,.885,.32,1.275);border:none;display:inline-flex;align-items:center;justify-content:center;gap:.75rem;min-width:150px}.modal-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 6px 20px #3b82f673}.modal-btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #3b82f68c}.modal-btn-secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6;box-shadow:0 4px 12px #3b82f633}.modal-btn-secondary:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;transform:translateY(-3px);box-shadow:0 6px 18px #3b82f64d}.categories-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem;max-height:450px;overflow-y:auto;padding-right:.5rem}.categories-grid::-webkit-scrollbar{width:8px}.categories-grid::-webkit-scrollbar-track{background:#f3f4f6;border-radius:10px}.categories-grid::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px;-webkit-transition:background .3s ease;transition:background .3s ease}.categories-grid::-webkit-scrollbar-thumb:hover{background:#94a3b8}.category-checkbox-item{display:flex;align-items:center;gap:1rem;padding:1.25rem;border:2px solid #e5e7eb;border-radius:1.25rem;background:#fff;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.category-checkbox-item:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:linear-gradient(135deg,#3b82f6,#6366f1);opacity:0;transition:opacity .3s ease}.category-checkbox-item:hover{border-color:#3b82f6;background:#f9fafb;transform:translate(5px)}.category-checkbox-item:hover:before{opacity:1}.category-checkbox-item input[type=checkbox]{width:24px;height:24px;cursor:pointer;accent-color:#3b82f6;border-radius:8px;transition:transform .2s ease}.category-checkbox-item input[type=checkbox]:checked{transform:scale(1.15)}.category-checkbox-info{flex:1}.category-checkbox-name{font-weight:700;font-size:1.125rem;color:#1e293b;margin-bottom:.25rem;display:flex;align-items:center;gap:.5rem}.category-checkbox-name:before{content:"🏷️";font-size:1.25rem}.category-checkbox-type{display:inline-flex;align-items:center;padding:.375rem 1rem;border-radius:50px;font-size:.875rem;font-weight:600;margin-top:.25rem}.category-checkbox-type.government{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af;border:1px solid #93c5fd}.category-checkbox-type.commercial{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d;border:1px solid #86efac}.relevant-trades-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:1.5rem}.no-categories-message{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:1.5rem;margin-top:2rem}.no-categories-message .empty-icon{font-size:6rem;margin-bottom:1.5rem}.no-categories-message .empty-title{font-size:1.75rem;font-weight:700;color:#4b5563;margin-bottom:1rem}.no-categories-message .empty-text{color:#6b7280;font-size:1.125rem;max-width:600px;margin:0 auto 2rem;line-height:1.7}.select-categories-btn{display:inline-flex;align-items:center;justify-content:center;padding:1.125rem 2.75rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:1.5rem;font-weight:700;font-size:1.25rem;text-decoration:none;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 25px #3b82f666;gap:.75rem}.select-categories-btn:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 35px #3b82f68c}.select-categories-btn:before{content:"✨";font-size:1.5rem}.choose-categories-btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-radius:1.25rem;font-weight:700;font-size:1.125rem;text-decoration:none;transition:all .35s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 6px 20px #10b98159;margin-top:1.5rem;gap:.75rem}.choose-categories-btn:hover{transform:translateY(-3px) scale(1.03);box-shadow:0 8px 25px #10b98173}.choose-categories-btn:before{content:"➕";font-size:1.25rem}.categories-count{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;background:linear-gradient(135deg,#fbbf24,#f59e0b);color:#1e293b;font-weight:800;font-size:.875rem;border-radius:50%;margin-left:.5rem;box-shadow:0 2px 8px #f59e0b66}.board-section{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem}.board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.board-title{font-size:1.5rem;font-weight:700;color:#1f2937}.board-actions{display:flex;gap:.75rem}.board-post{background:#f9fafb;border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;border-left:4px solid #3b82f6;transition:all .3s ease}.board-post:hover{background:#f3f4f6;transform:translate(5px)}.board-post-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.board-post-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin:0}.board-post-meta{display:flex;align-items:center;gap:1rem;color:#6b7280;font-size:.9rem}.board-post-author{display:flex;align-items:center;gap:.5rem}.board-post-author-icon{width:24px;height:24px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.board-post-content{color:#4b5563;line-height:1.7;margin-bottom:1.5rem}.board-post-actions{display:flex;gap:1rem}.board-post-action{display:flex;align-items:center;gap:.5rem;color:#3b82f6;font-weight:500;text-decoration:none;transition:color .2s ease}.board-post-action:hover{color:#2563eb;text-decoration:underline}.board-post-action.edit{color:#10b981}.board-post-action.edit:hover{color:#059669}.board-post-action.delete{color:#ef4444}.board-post-action.delete:hover{color:#dc2626}.create-post-form{background:#fff;border-radius:1rem;padding:2rem;box-shadow:0 1px 3px #0000001a}.create-post-header{margin-bottom:1.5rem}.create-post-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.form-group{margin-bottom:1.5rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#374151}.form-input,.form-textarea{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:1rem}.form-input:focus,.form-textarea:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-actions{display:flex;gap:1rem;justify-content:flex-end}.form-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s ease}.form-btn-primary{background-color:#3b82f6;color:#fff;border:none}.form-btn-primary:hover{background-color:#2563eb}.form-btn-secondary{background-color:#fff;color:#3b82f6;border:1px solid #d1d5db}.form-btn-secondary:hover{background-color:#f9fafb;border-color:#3b82f6}.board-filters{display:flex;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.filter-btn{padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:.5rem;background:#fff;color:#374151;cursor:pointer;transition:all .2s ease}.filter-btn:hover{border-color:#3b82f6;background:#f9fafb}.filter-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}.empty-board{text-align:center;padding:4rem 2rem;background:#f9fafb;border-radius:1rem;margin:2rem 0}.empty-board-icon{font-size:4rem;margin-bottom:1.5rem;color:#cbd5e1}.empty-board-title{font-size:1.5rem;font-weight:700;color:#4b5563;margin-bottom:1rem}.empty-board-text{color:#6b7280;margin-bottom:1.5rem}.empty-board-btn{display:inline-block;padding:.75rem 1.5rem;background:#3b82f6;color:#fff;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .2s ease}.empty-board-btn:hover{background:#2563eb}.board-container{max-width:1400px;margin-left:auto;margin-right:auto;padding:3rem 1rem}.board-page-title{font-size:2.75rem;font-weight:800;color:#1e293b;margin-bottom:1rem;text-align:center}.board-page-subtitle{text-align:center;color:#6b7280;max-width:800px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.7}.board-filters-section{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #00000014;margin-bottom:2.5rem;border:1px solid rgba(0,0,0,.05)}.filter-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:1.5rem}.filter-label{display:block;margin-bottom:1rem;font-weight:600;color:#374151;font-size:1.125rem}.filter-select{width:100%;padding:.875rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background-color:#fff;transition:all .3s ease;font-weight:500}.filter-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626}.board-posts-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:3rem}.board-post-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 5px 15px #0000000f;transition:all .35s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(0,0,0,.04);position:relative}.board-post-card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #0000001f,0 0 0 2px #3b82f61a}.post-images{position:relative;height:200px;overflow:hidden}.post-image-main{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease}.post-image-main:hover{transform:scale(1.05)}.post-images-overlay{position:absolute;bottom:10px;right:10px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:12px;font-size:.875rem;font-weight:600}.post-content{padding:1.25rem}.post-title{font-size:1.125rem;font-weight:700;color:#1e293b;margin-bottom:.5rem;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.post-description{color:#4b5563;font-size:.95rem;line-height:1.6;margin-bottom:1rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.post-meta{display:flex;justify-content:space-between;align-items:center;color:#6b7280;font-size:.875rem;margin-top:.75rem}.post-author{display:flex;align-items:center;gap:.5rem}.post-author-icon{width:24px;height:24px;background:#3b82f6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.post-date{color:#9ca3af}.post-actions{display:flex;gap:.75rem;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid #f3f4f6}.post-action{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;border-radius:8px;font-weight:600;font-size:.95rem;text-decoration:none;transition:all .25s ease;border:1px solid #e5e7eb;flex:1;justify-content:center}.post-action:hover{border-color:#3b82f6;background-color:#f9fafb;transform:translateY(-2px)}.post-action.edit{color:#10b981;border-color:#10b981}.post-action.edit:hover{color:#fff;background-color:#10b981;border-color:#10b981}.post-action.delete{color:#ef4444;border-color:#ef4444}.post-action.delete:hover{color:#fff;background-color:#ef4444;border-color:#ef4444}.create-post-modal{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;align-items:center;justify-content:center;z-index:3000;opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.165,.84,.44,1)}.create-post-modal.active{opacity:1;pointer-events:all}.create-post-content{background:#fff;border-radius:24px;max-width:90%;max-height:90vh;overflow-y:auto;width:800px;transform:scale(.95) translateY(20px);opacity:0;transition:all .4s cubic-bezier(.165,.84,.44,1);box-shadow:0 30px 80px -15px #0006}.create-post-modal.active .create-post-content{transform:scale(1) translateY(0);opacity:1}.create-post-header{padding:2rem;border-bottom:2px solid #f3f4f6;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#f9fafb,#f3f4f6)}.create-post-title{font-size:1.875rem;font-weight:800;color:#1e293b}.create-post-close{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;width:50px;height:50px;border-radius:1.25rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.create-post-close:hover{background-color:#f3f4f6;color:#1e293b;transform:rotate(90deg)}.create-post-body{padding:2rem}.form-group{margin-bottom:1.75rem}.form-label{display:block;margin-bottom:.75rem;font-weight:600;color:#374151;font-size:1.05rem}.form-input,.form-textarea,.form-select{width:100%;padding:.875rem 1.25rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background-color:#fff;transition:all .3s ease;box-shadow:0 2px 4px #00000008}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626,0 4px 12px #3b82f61a}.form-textarea{min-height:150px;resize:vertical}.image-upload{border:2px dashed #d1d5db;border-radius:12px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:#f9fafb}.image-upload:hover{border-color:#3b82f6;background:#f3f4f6}.image-upload-icon{font-size:3rem;color:#9ca3af;margin-bottom:1rem}.image-upload-text{color:#6b7280;font-size:1.125rem;margin-bottom:.5rem}.image-upload-hint{color:#9ca3af;font-size:.95rem}.image-preview{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.image-preview-item{position:relative;width:100px;height:100px;border-radius:8px;overflow:hidden}.image-preview-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.image-preview-remove{position:absolute;top:-8px;right:-8px;background:#ef4444;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.875rem;font-weight:700;transition:all .2s ease}.image-preview-remove:hover{background:#dc2626;transform:scale(1.1)}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.form-btn{padding:.875rem 2rem;border-radius:14px;font-weight:600;font-size:1.05rem;transition:all .3s ease;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.form-btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 15px #3b82f659}.form-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #3b82f673}.form-btn-secondary{background:#fff;color:#3b82f6;border:2px solid #3b82f6;box-shadow:0 2px 8px #3b82f626}.form-btn-secondary:hover{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f640}.board-empty-state{text-align:center;padding:5rem 3rem;background:linear-gradient(135deg,#f9fafb,#f3f4f6);border-radius:24px;margin:2.5rem 0;position:relative;overflow:hidden}.board-empty-state:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(59,130,246,.03) 0%,transparent 70%);z-index:0}.board-empty-icon{font-size:6rem;margin-bottom:1.75rem;color:#cbd5e1;position:relative;z-index:1}.board-empty-title{font-size:2rem;font-weight:700;color:#4b5563;margin-bottom:1rem;position:relative;z-index:1}.board-empty-text{color:#6b7280;font-size:1.25rem;max-width:700px;margin:0 auto 2.5rem;line-height:1.7;position:relative;z-index:1}.board-empty-button{display:inline-flex;align-items:center;justify-content:center;padding:1.125rem 3rem;border-radius:18px;font-weight:700;font-size:1.25rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 8px 25px #3b82f666;position:relative;z-index:1}.board-empty-button:hover{transform:translateY(-4px) scale(1.05);box-shadow:0 12px 35px #3b82f680}.board-empty-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#2563eb,#1e40af);opacity:0;transition:opacity .3s ease;z-index:-1;border-radius:18px}.board-empty-button:hover:before{opacity:1}@media (max-width: 1200px){.board-posts-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.board-posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.board-posts-grid{grid-template-columns:1fr}.create-post-content{width:95%;max-width:95%}.board-page-title{font-size:2.25rem}}footer{background:#0f172a;color:#cbd5e1;padding:4rem 0 3rem}.footer-container{max-width:1400px;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.footer-top{display:grid;grid-template-rows:auto auto;gap:2rem;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-logo-section{display:flex;flex-direction:column;gap:1.5rem}.footer-logo{display:flex;align-items:center;gap:1rem}.footer-logo-icon{width:48px;height:48px;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff}.footer-logo-title{font-size:1.5rem;font-weight:700;color:#fff}.footer-logo-subtitle{font-size:1rem;color:#94a3b8}.footer-description{font-size:.95rem;color:#cbd5e1;line-height:1.6}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-contact-item{display:flex;align-items:center;gap:.75rem;color:#cbd5e1}.footer-contact-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.875rem}.footer-features-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-feature{display:flex;flex-direction:column;gap:1rem}.footer-feature-icon{width:48px;height:48px;background:#ffffff1a;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#3b82f6}.footer-feature-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem}.footer-feature-text{font-size:.9rem;color:#94a3b8;line-height:1.6}.footer-navigation{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem;margin-bottom:3rem}.footer-section{padding-bottom:1rem}.footer-section-title{font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:1rem;position:relative;padding-bottom:.3rem}.footer-section-title:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:3px}.footer-links{list-style:none}.footer-link{color:#94a3b8;text-decoration:none;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.footer-link:hover{color:#6366f1;transform:translate(5px)}.footer-social-links{display:flex;gap:1rem}.footer-social-link{width:36px;height:36px;border-radius:8px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#cbd5e1;text-decoration:none;transition:all .2s ease;font-size:.875rem}.footer-social-link:hover{background:#3b82f6;color:#fff;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:2rem 0;margin:3rem 0 0;text-align:center;color:#64748b;font-size:.875rem;line-height:1.7}.footer-bottom p{margin-bottom:1rem}.footer-bottom-links{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.footer-bottom-link{color:#94a3b8;text-decoration:none;transition:color .2s ease}.footer-bottom-link:hover{color:#6366f1}@media (max-width: 1024px){.footer-top{grid-template-rows:auto auto auto}.footer-features-row{grid-template-columns:1fr}.footer-navigation{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.footer-navigation{grid-template-columns:1fr}}
