.toast-container{display:flex;flex-direction:column;gap:10px;pointer-events:none;position:fixed;right:20px;top:20px;z-index:10000}.toast{align-items:center;animation:slideIn .3s ease-out;background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;cursor:pointer;display:flex;gap:12px;max-width:500px;min-width:300px;padding:16px;pointer-events:auto;transition:transform .2s,opacity .2s}.toast:hover{transform:translateX(-4px)}.toast-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:16px;font-weight:700;height:24px;justify-content:center;width:24px}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon{background:#d1fae5;color:#10b981}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{background:#fee2e2;color:#ef4444}.toast-warning{border-left:4px solid #f59e0b}.toast-warning .toast-icon{background:#fef3c7;color:#f59e0b}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{background:#dbeafe;color:#3b82f6}.toast-message{color:#374151;flex:1 1;font-size:14px;line-height:1.5}.toast-close{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;flex-shrink:0;font-size:24px;height:24px;justify-content:center;padding:0;transition:color .2s;width:24px}.toast-close:hover{color:#374151}[dir=rtl] .toast-container{left:20px;right:auto}[dir=rtl] .toast{border-left:none;border-right:4px solid}[dir=rtl] .toast-success{border-right-color:#10b981}[dir=rtl] .toast-error{border-right-color:#ef4444}[dir=rtl] .toast-warning{border-right-color:#f59e0b}[dir=rtl] .toast-info{border-right-color:#3b82f6}@keyframes slideInRtl{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}[dir=rtl] .toast{animation:slideInRtl .3s ease-out}[dir=rtl] .toast:hover{transform:translateX(4px)}.auth-isolation-wrapper{align-items:center;background:#fff;display:flex;flex-direction:column;font-family:Heebo,Assistant,system-ui,sans-serif;justify-content:center;min-height:100vh;padding:2rem 1rem}.auth-logo-container{margin-bottom:2rem;text-align:center}.auth-logo-container img{height:80px;max-width:200px;object-fit:contain;width:auto}.auth-card{background:#29384b;border-radius:16px;box-shadow:0 10px 40px #29384b33;max-width:500px;padding:2.5rem;width:100%}.auth-card-header{margin-bottom:2rem;text-align:center}.auth-card-title{color:#fff;font-size:1.75rem;font-weight:700;margin:0 0 .5rem}.auth-card-subtitle{color:#fffc;font-size:1rem;margin:0}.auth-disclaimer{background:#3b82f61a;border:2px solid #3b82f680;border-radius:8px;color:#fffffff2;font-size:.9rem;line-height:1.6;margin-bottom:1.5rem;padding:1rem}.auth-disclaimer strong{color:#fff;font-weight:700}.auth-disclaimer p{margin:0}.auth-error{align-items:center;background:#ef44441a;border:2px solid #ef4444;border-radius:8px;color:#fef2f2;display:flex;font-size:.95rem;gap:.5rem;margin-bottom:1.5rem;padding:1rem}.auth-form{gap:1.25rem}.auth-form,.auth-form-group{display:flex;flex-direction:column}.auth-form-group{gap:.5rem}.auth-form-group label{color:#fff;font-size:.95rem;font-weight:600}.auth-form-group input,.auth-form-group select,.auth-form-group textarea{background:#fff;border:2px solid #fff3;border-radius:8px;color:#1f2937;font-family:inherit;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.auth-form-group input:focus,.auth-form-group select:focus,.auth-form-group textarea:focus{border-color:#e59666;box-shadow:0 0 0 3px #e5966633;outline:none}.auth-form-group input:disabled,.auth-form-group select:disabled,.auth-form-group textarea:disabled{background:#f3f4f6;cursor:not-allowed;opacity:.6}.auth-form-group input::placeholder,.auth-form-group textarea::placeholder{color:#9ca3af}.auth-form-group textarea{min-height:100px;resize:vertical}.auth-form-group.checkbox-group{align-items:flex-start;flex-direction:row;gap:.75rem}.auth-form-group.checkbox-group label{align-items:flex-start;cursor:pointer;display:flex;font-weight:400;gap:.75rem;line-height:1.5}.auth-form-group input[type=checkbox]{accent-color:#e59666;cursor:pointer;height:20px;margin-top:2px;min-width:20px;width:auto}.auth-form-group.checkbox-group span{color:#ffffffe6;flex:1 1;font-size:.9rem}.auth-form-group.checkbox-group a{color:#e59666;text-decoration:underline}.auth-form-group.checkbox-group a:hover{color:#d08555}.auth-submit-btn{background:#e59666;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:1rem;transition:all .3s ease;width:100%}.auth-submit-btn:hover:not(:disabled){background:#d08555;box-shadow:0 6px 20px #e5966666;transform:translateY(-2px)}.auth-submit-btn:active:not(:disabled){transform:translateY(0)}.auth-submit-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.auth-links{border-top:1px solid #fff3;display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem;padding-top:1.5rem}.auth-link,.auth-link-secondary{color:#fffc;font-size:.95rem;text-align:center;text-decoration:none;transition:color .3s ease}.auth-link-secondary:hover,.auth-link:hover{color:#fff}.auth-link-highlight{color:#e59666;font-weight:600}.auth-link-secondary{font-size:.9rem;opacity:.7}@media (max-width:640px){.auth-isolation-wrapper{padding:1.5rem 1rem}.auth-logo-container{margin-bottom:1.5rem}.auth-logo-container img{height:64px}.auth-card{padding:2rem 1.5rem}.auth-card-title{font-size:1.5rem}.auth-form-group input,.auth-form-group select,.auth-form-group textarea,.auth-submit-btn{font-size:.95rem}}@media (min-width:641px) and (max-width:1024px){.auth-logo-container img{height:72px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-card{animation:fadeInUp .5s ease-out}.auth-logo-container{animation:fadeInUp .4s ease-out}.language-switcher{gap:8px}.lang-btn,.language-switcher{align-items:center;display:flex}.lang-btn{background:#ffffff1a;border:2px solid #0000;border-radius:6px;color:inherit;cursor:pointer;font-size:14px;font-weight:500;gap:4px;opacity:.6;padding:6px 12px;transition:all .2s ease}.lang-btn:hover{background:#ffffff26;opacity:.9;transform:translateY(-1px)}.lang-btn.active{background:#ffffff40;border-color:#fff6;box-shadow:0 2px 8px #0000001a;font-weight:600;opacity:1}.lang-btn .flag{font-size:18px;line-height:1}.lang-btn .lang-code{font-size:12px;font-weight:600;letter-spacing:.5px}[dir=rtl] .lang-btn,[dir=rtl] .language-switcher{flex-direction:row-reverse}:root{--brand-primary:#29384b;--brand-accent:#e59666;--brand-primary-dark:#1a2433;--brand-accent-dark:#d17d42}.homepage{background-color:#fff;direction:rtl;font-family:Heebo,Assistant,system-ui,sans-serif;min-height:100vh;overflow-x:hidden;padding-bottom:5rem;width:100%}@media (min-width:1024px){.homepage{padding-bottom:0}}.navbar{background-color:#fff;box-shadow:0 1px 3px 0 #0000001a;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:50}.navbar-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.navbar-logo img{filter:brightness(1.1) contrast(1.1);height:64px;transition:opacity .2s ease;width:auto}.navbar-logo:hover img{opacity:.9}@media (min-width:768px){.navbar-logo img{height:80px}}@media (min-width:1024px){.navbar-logo img{height:90px}}.lawyer-login-btn{align-items:center;background-color:initial;border:2px solid #29384b;border:2px solid var(--brand-primary);border-radius:.375rem;color:#29384b;color:var(--brand-primary);display:inline-flex;font-size:.875rem;font-weight:600;padding:.5rem 1.25rem;text-decoration:none;transition:all .2s ease}.lawyer-login-btn:hover{background-color:#29384b;background-color:var(--brand-primary);color:#fff}@media (min-width:768px){.lawyer-login-btn{font-size:1rem;padding:.625rem 1.5rem}}.hero-section{background:linear-gradient(to bottom left,#eff6ff,#fff);overflow:hidden;padding:4rem 1rem;position:relative}@media (min-width:768px){.hero-section{padding:6rem 1rem}}@media (min-width:1024px){.hero-section{padding:8rem 1rem}}.hero-pattern{inset:0;opacity:.05;position:absolute}.hero-title{color:#29384b;color:var(--brand-primary);font-size:1.75rem;font-weight:700;line-height:1.2;margin-bottom:1rem;padding:0 .5rem}@media (min-width:768px){.hero-title{font-size:3rem}}@media (min-width:1024px){.hero-title{font-size:3.75rem}}.hero-title-accent{color:#e59666;color:var(--brand-accent)}.hero-subtitle{color:#4b5563;font-size:1rem;line-height:1.5;margin-bottom:2rem;padding:0 1rem}@media (min-width:768px){.hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem}}.btn-primary-cta{align-items:center;background-color:#e59666;background-color:var(--brand-accent);border:none;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;color:#fff;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:700;gap:.75rem;justify-content:center;padding:1rem 2rem;text-decoration:none;transition:all .3s ease;width:100%}@media (min-width:768px){.btn-primary-cta{font-size:1.25rem;padding:1.25rem 3rem;width:auto}}.btn-primary-cta:hover{background-color:#d17d42;background-color:var(--brand-accent-dark);box-shadow:0 20px 25px -5px #0000001a;transform:scale(1.05)}.btn-primary-cta svg{transition:transform .3s ease}.btn-primary-cta:hover svg{transform:translateX(.25rem)}.trust-indicators{align-items:center;color:#4b5563;display:flex;flex-wrap:wrap;font-size:.875rem;gap:1.5rem;justify-content:center;margin-top:2rem}@media (min-width:768px){.trust-indicators{font-size:1rem;gap:2rem;margin-top:3rem}}.trust-indicator{align-items:center;display:flex;gap:.5rem}.categories-section{background-color:#f9fafb;padding:3rem 1rem}@media (min-width:768px){.categories-section{padding:5rem 1rem}}.categories-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}@media (min-width:768px){.categories-grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.categories-grid{grid-template-columns:repeat(4,1fr)}}.category-card{background-color:#fff;border:2px solid #e5e7eb;border-radius:.75rem;cursor:pointer;display:block;padding:1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}@media (min-width:768px){.category-card{padding:2rem}}.category-card:hover{background-color:#eff6ff;border-color:#e59666;border-color:var(--brand-accent);box-shadow:0 10px 15px -3px #0000001a;transform:scale(1.05)}.category-icon{color:#29384b;color:var(--brand-primary);height:2.5rem;margin:0 auto 1rem;transition:color .3s ease;width:2.5rem}@media (min-width:768px){.category-icon{height:3rem;width:3rem}}.category-card:hover .category-icon{color:#e59666;color:var(--brand-accent)}.category-label{color:#29384b;color:var(--brand-primary);font-size:1rem;font-weight:600;line-height:1.4}@media (min-width:768px){.category-label{font-size:1.125rem}}.timeline-section{background-color:#fff;padding:3rem 1rem}@media (min-width:768px){.timeline-section{padding:5rem 1rem}}.timeline-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:768px){.timeline-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.timeline-grid{gap:1.5rem;grid-template-columns:repeat(4,1fr)}}.timeline-step{flex-direction:column;text-align:center}.timeline-step,.timeline-step-circle{align-items:center;display:flex;position:relative}.timeline-step-circle{background-color:#e59666;background-color:var(--brand-accent);border-radius:50%;box-shadow:0 10px 15px -3px #0000001a;height:5rem;justify-content:center;margin-bottom:1rem;width:5rem;z-index:10}@media (min-width:768px){.timeline-step-circle{height:6rem;width:6rem}}.timeline-step-number{align-items:center;background-color:#29384b;background-color:var(--brand-primary);border-radius:50%;color:#fff;display:flex;font-size:.875rem;font-weight:700;height:2rem;justify-content:center;position:absolute;right:-.5rem;top:-.5rem;width:2rem}.timeline-step-icon{color:#fff;height:2.5rem;width:2.5rem}@media (min-width:768px){.timeline-step-icon{height:3rem;width:3rem}}.timeline-step-title{color:#29384b;color:var(--brand-primary);font-size:1.125rem;font-weight:700;margin-bottom:.5rem}@media (min-width:768px){.timeline-step-title{font-size:1.25rem}}.timeline-step-description{color:#4b5563;font-size:.875rem;line-height:1.5}@media (min-width:768px){.timeline-step-description{font-size:1rem}}.section-title{color:#29384b;color:var(--brand-primary);font-size:1.875rem;margin-bottom:1rem;text-align:center}@media (min-width:768px){.section-title{font-size:2.25rem}}.section-subtitle{color:#4b5563;font-size:1.125rem;margin-bottom:2.5rem;text-align:center}@media (min-width:768px){.section-subtitle{font-size:1.25rem;margin-bottom:3.5rem}}.container{margin:0 auto;max-width:1280px;padding:0 1rem}.section-container{margin:0 auto;max-width:1024px}.btn-secondary{align-items:center;background-color:#29384b;background-color:var(--brand-primary);border:none;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a;cursor:pointer;display:inline-flex;font-size:1.125rem;font-weight:700;gap:.75rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background-color:#1a2433;background-color:var(--brand-primary-dark);box-shadow:0 20px 25px -5px #0000001a}.link-btn{align-items:center;background:none;border:none;color:#e59666;color:var(--brand-accent);cursor:pointer;display:inline-flex;font-size:.875rem;font-weight:600;gap:.25rem;text-decoration:none;transition:color .3s ease}@media (min-width:768px){.link-btn{font-size:1rem}}.link-btn:hover{color:#d17d42;color:var(--brand-accent-dark)}.faq-section{background-color:#f9fafb;padding:3rem 1rem}@media (min-width:768px){.faq-section{padding:5rem 1rem}}.faq-list{display:flex;flex-direction:column;gap:1rem;margin:0 auto;max-width:800px}.faq-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 1px 3px 0 #0000001a;padding:1.5rem;transition:all .3s ease}@media (min-width:768px){.faq-card{padding:2rem}}.faq-card:hover{border-color:#e59666;border-color:var(--brand-accent);box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.faq-question{color:#29384b;color:var(--brand-primary);font-size:1.125rem;font-weight:700;line-height:1.4;margin-bottom:.75rem}@media (min-width:768px){.faq-question{font-size:1.25rem;margin-bottom:1rem}}.faq-answer{color:#4b5563;font-size:.95rem;line-height:1.6;margin:0}@media (min-width:768px){.faq-answer{font-size:1.05rem}}.sticky-bottom-fab{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(0deg,#fff 0,#fffffffa 70%,#fff0);bottom:0;left:0;padding:1rem;position:fixed;right:0;z-index:100}@media (min-width:1024px){.sticky-bottom-fab{display:none}}.fab-btn{align-items:center;background-color:#e59666;background-color:var(--brand-accent);border:none;border-radius:50px;box-shadow:0 10px 25px -5px #e5966666,0 8px 10px -6px #0000001a;color:#fff;cursor:pointer;display:flex;font-size:1.125rem;font-weight:700;justify-content:center;margin:0 auto;max-width:600px;padding:1rem 2rem;text-decoration:none;transition:all .3s ease;width:100%}.fab-btn:hover{background-color:#d17d42;background-color:var(--brand-accent-dark);box-shadow:0 15px 30px -5px #e5966680,0 10px 15px -6px #00000026;transform:translateY(-2px)}.fab-btn:active{box-shadow:0 5px 15px -3px #e596664d,0 4px 6px -4px #0000001a;transform:translateY(0)}.lawyer-profile-modal{max-height:90vh;max-width:600px;overflow-y:auto}.lawyer-profile-content{display:flex;flex-direction:column;gap:1.5rem}.profile-header{align-items:flex-start;border-bottom:2px solid #e5e7eb;display:flex;gap:1.5rem;padding-bottom:1.5rem}.profile-avatar{background:linear-gradient(135deg,#667eea,#764ba2);flex-shrink:0;font-size:2rem;font-weight:700;height:80px;width:80px}.profile-info{flex:1 1}.profile-info h3{color:#1f2937;font-size:1.5rem;margin:0 0 .5rem}.firm-name{color:#4b5563;font-size:1.1rem;font-weight:500;margin:.25rem 0}.license-number{color:#6b7280;font-family:monospace;font-size:.9rem;margin:.5rem 0 0}.profile-section{padding:1rem 0}.profile-section h4{color:#374151;font-size:1.1rem;font-weight:600;margin:0 0 .75rem}.profile-section p{color:#4b5563;line-height:1.6;margin:0}.specializations-list{display:flex;flex-wrap:wrap;gap:.5rem}.specialization-tag{background:#ede9fe;border-radius:20px;color:#6b21a8;display:inline-block;font-size:.9rem;font-weight:500;padding:.5rem 1rem}.profile-stats{grid-gap:1rem;background:#f9fafb;border-radius:8px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));padding:1rem}.profile-stats .stat-box{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:1rem;text-align:center}.profile-stats .stat-value{color:#667eea;font-size:2rem;font-weight:700;margin-bottom:.5rem}.profile-stats .stat-label{color:#6b7280;font-size:.85rem;letter-spacing:.5px;text-transform:uppercase}.info-message{color:#6b7280;padding:2rem;text-align:center}.info-message .small-text{color:#9ca3af;font-size:.9rem;margin-top:1rem}@media (max-width:768px){.lawyer-profile-modal{margin:20px;max-width:95vw}.profile-header{align-items:center;flex-direction:column;text-align:center}.profile-avatar{font-size:1.5rem;height:60px;width:60px}.profile-stats{grid-template-columns:1fr}}.ai-badge-container{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;box-shadow:0 2px 8px #667eea33;margin:12px 0;padding:12px}.ai-badge-header{align-items:center;display:flex;gap:8px;margin-bottom:8px}.ai-icon{animation:pulse 2s ease-in-out infinite;font-size:20px}.ai-badge-title{color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.ai-badge-content{background:#ffffff1a;border-left:3px solid #ffffff4d;border-radius:4px;color:#fffffff2;font-size:14px;line-height:1.5;padding:8px}.ai-badge-container.compact{margin:8px 0;padding:8px 10px}.ai-badge-container.compact .ai-badge-header{margin-bottom:4px}.ai-badge-container.compact .ai-icon{font-size:16px}.ai-badge-container.compact .ai-badge-title{font-size:12px}.ai-badge-container.compact .ai-badge-content{font-size:13px;padding:6px}.loading-container{padding:40px 20px;width:100%}.loading-container.loading-small{padding:20px}.loading-container.loading-large{min-height:300px;padding:60px 20px}.loading-spinner{height:64px;position:relative;width:64px}.loading-small .loading-spinner{height:40px;width:40px}.loading-large .loading-spinner{height:80px;width:80px}.spinner-ring{animation:spinnerRotate 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid #0000;border-radius:50%;border-top-color:#e59666;height:100%;position:absolute;width:100%}.loading-small .spinner-ring{border-width:3px}.loading-large .spinner-ring{border-width:5px}.spinner-ring:first-child{animation-delay:-.45s;border-top-color:#e59666}.spinner-ring:nth-child(2){animation-delay:-.3s;border-top-color:#29384b}.spinner-ring:nth-child(3){animation-delay:-.15s;border-top-color:#e59666;opacity:.6}.spinner-ring:nth-child(4){border-top-color:#29384b;opacity:.4}@keyframes spinnerRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loading-message{font-size:16px;font-weight:500;margin-top:20px;text-align:center}.loading-small .loading-message{font-size:14px;margin-top:12px}.loading-large .loading-message{font-size:18px;margin-top:24px}.dashboard-page,.page{background:#f8fafc;min-height:100vh;padding-top:60px}@media (min-width:1024px){.dashboard-page,.page{padding-top:0}.desktop-only{display:block}.mobile-only{display:none}}.dashboard-header,.page-header{background:linear-gradient(135deg,#1e293b,#0f172a);border-bottom:none;box-shadow:0 4px 12px #0000001a;display:none;padding:20px}@media (min-width:1024px){.dashboard-header,.page-header{display:block}}.header-content{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.dashboard-header h1,.page-header h1{color:#fff;font-size:1.75rem;font-weight:700;margin:0}.header-logo{height:48px;object-fit:contain;width:auto}.user-info{align-items:center;color:#fff;display:flex;gap:15px}.user-info span{font-weight:500}.lawyer-disclaimer{background:#fff3cd;border-bottom:2px solid #ffc107;box-shadow:0 2px 4px #0000001a}@media (max-width:1023px){.lawyer-disclaimer{left:0;padding:6px 10px;position:fixed;right:0;top:60px}.lawyer-disclaimer p{color:#856404;font-size:.75rem;line-height:1.3;margin:0}.lawyer-disclaimer p strong{display:block;font-weight:700;margin-bottom:2px}}@media (min-width:1024px){.lawyer-disclaimer{padding:12px 20px;position:-webkit-sticky;position:sticky;top:0}.lawyer-disclaimer p{color:#856404;font-size:.9em;margin:0}.lawyer-disclaimer p strong{display:inline;margin-right:.5em}}.dashboard-container,.page-container{box-sizing:border-box;width:100%}@media (max-width:1023px){.dashboard-container,.page-container{padding:20px 12px}.lawyer-dashboard .dashboard-container,.lawyer-page .page-container{padding-top:75px}}@media (min-width:1024px){.dashboard-container,.page-container{margin:0 auto;max-width:1400px;padding:30px 40px}}.section{margin-bottom:30px}.section h2{color:#29384b;font-size:1.5em;font-weight:700;margin:0 0 20px}@media (max-width:768px){.section{margin-bottom:20px}.section h2{font-size:1.2em;margin-bottom:15px}}.filters-card{border-radius:8px;box-shadow:0 2px 8px #00000014;margin-bottom:25px;padding:25px}@media (max-width:768px){.filters-card{margin-bottom:15px;padding:15px}}.filters-header h2{color:#29384b;font-size:1.2em}@media (max-width:768px){.filters-header h2{font-size:1.1em}}.filters-header-actions{gap:10px}.mobile-only{display:none}@media (max-width:768px){.mobile-only{display:inline-block}}.filters-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(min(100%,250px),1fr))}@media (max-width:768px){.filters-grid{grid-template-columns:1fr;max-height:0;overflow:hidden;transition:max-height .3s ease-out}.filters-grid.expanded{max-height:1000px;transition:max-height .5s ease-in}.filters-grid.collapsed{max-height:0}}@media (min-width:769px){.filters-grid{max-height:none!important;overflow:visible!important}}.claims-grid,.groups-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(min(100%,380px),1fr))}@media (max-width:768px){.claims-grid,.groups-grid{gap:15px;grid-template-columns:1fr}}.claim-card,.group-card{background:#fff;border:1px solid #0000;border-radius:10px;box-shadow:0 2px 4px #0000000d;padding:24px;transition:all .3s ease}.claim-card:hover,.group-card:hover{border-color:#f2994a;box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}@media (max-width:1023px){.claim-card,.group-card{padding:20px}}.claim-status-badge,.group-status-badge{border-radius:20px;font-size:.75em;font-weight:600;padding:5px 12px;text-transform:uppercase;white-space:nowrap}.claim-status-badge[data-status=Published],.group-status-badge[data-status=Open]{background:#d4edda;color:#155724}.group-status-badge[data-status=EvidenceReview]{background:#d1ecf1;color:#0c5460}.group-status-badge[data-status=RepresentationRequested]{background:#fff3cd;color:#856404}.group-status-badge[data-status=InRepresentation]{background:#cce5ff;color:#004085}.group-status-badge[data-status=Closed]{background:#e9ecef;color:#495057}.claim-status-badge[data-status=Draft]{background:#f8f9fa;color:#6c757d}.claim-status-badge[data-status=Archived]{background:#e9ecef;color:#495057}.blocked-badge,.verification-badge{border-radius:15px;font-size:.8em;font-weight:600;padding:4px 12px}.verification-badge[data-status=Verified]{background:#d4edda;color:#155724}.verification-badge[data-status=Pending]{background:#fff3cd;color:#856404}.blocked-badge{background:#f8d7da;color:#721c24}.group-stats-grid{grid-gap:15px;gap:15px;margin-bottom:20px}@media (max-width:768px){.group-stats-grid{gap:10px;grid-template-columns:1fr}}.stat{background:#f8f9fa;padding:12px}.stat .stat-value{color:#e59666;font-size:1.5em;margin-bottom:3px}.stat .stat-label{color:#6c757d;font-size:.75em}@media (max-width:768px){.stat .stat-value{font-size:1.3em}}.form-group label{color:#29384b;font-size:.9em}.form-group input,.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:1em;padding:12px;transition:border-color .3s;width:100%}@media (max-width:768px){.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:10px}.form-group{margin-bottom:15px}}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#e59666;box-shadow:0 0 0 3px #e596661a;outline:none}.btn{border:2px solid #0000;font-size:1rem;transition:all .3s ease}.btn-primary{border-color:#f2994a}.btn-primary:hover{border-color:#e8893c;box-shadow:0 4px 12px #f2994a4d;transform:translateY(-2px)}.btn-secondary{border-color:#1e293b}.btn-secondary:hover{box-shadow:0 4px 8px #1e293b33;transform:translateY(-2px)}.btn-link{min-height:auto;padding:6px 12px}.btn-link:hover{background:#fff7ed;transform:none}.btn-sm{font-size:.9rem}@media (max-width:1023px){.btn{padding:12px 20px;width:100%}.btn-sm{width:auto}}.pagination{gap:15px;margin-top:30px}@media (max-width:768px){.pagination{flex-wrap:wrap;gap:8px}.pagination button{font-size:.9em;padding:8px 12px}.pagination .page-info{font-size:.9em;text-align:center;width:100%}}.alert,.disclaimer-box{border-left:4px solid;border-radius:8px;margin-bottom:20px;padding:15px 20px}.alert.warning,.disclaimer-box.warning{background:#fff3cd;border-left-color:#ffc107;color:#856404}.alert.success,.disclaimer-box.success{background:#d4edda;border-left-color:#28a745;color:#155724}.alert.error,.disclaimer-box.error{background:#f8d7da;border-left-color:#dc3545;color:#721c24}.alert.info,.disclaimer-box.info{background:#d1ecf1;border-left-color:#17a2b8;color:#0c5460}@media (max-width:768px){.alert,.disclaimer-box{font-size:.9em;padding:12px 15px}}.tabs-container{-ms-overflow-style:none;border-bottom:2px solid #e2e8f0;display:flex;gap:8px;margin-bottom:24px;overflow-x:auto;scrollbar-width:none}.tabs-container::-webkit-scrollbar{display:none}.tab-button{background:#0000;border:none;border-bottom:3px solid #0000;border-radius:8px 8px 0 0;color:#64748b;cursor:pointer;font-size:1rem;font-weight:600;padding:14px 24px;position:relative;transition:all .3s ease;white-space:nowrap}.tab-button.active,.tab-button:hover{background:#fff7ed;color:#f2994a}.tab-button.active{border-bottom-color:#f2994a}.notification-badge{background:#f2994a;border-radius:12px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;margin-left:8px;min-width:20px;padding:3px 8px;text-align:center}@media (max-width:1023px){.tab-button{font-size:.9rem;padding:12px 18px}}.loading-container{padding:60px 20px}.loading-message{color:#6c757d;font-size:1.1em;margin-top:15px}.empty-state{color:#6c757d;padding:60px 20px}.empty-state h3{color:#29384b;font-size:1.3em;margin:0 0 10px}.empty-state p{font-size:1em;margin:0 0 20px}@media (max-width:768px){.empty-state,.loading-container{padding:40px 15px}.empty-state h3{font-size:1.1em}.empty-state p{font-size:.95em}}.quick-actions{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px}@media (max-width:768px){.quick-actions{flex-direction:column}.quick-actions .btn{width:100%}}.text-muted{color:#6c757d}.small-text{font-size:.85em}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.sticky-mobile-action{position:relative}@media (max-width:1023px){.sticky-mobile-action{background:#f8fafc;border-bottom:2px solid #e2e8f0;margin:-12px 0 16px;padding:12px 0;position:-webkit-sticky;position:sticky;top:60px;z-index:100}.sticky-mobile-action .btn{box-shadow:0 4px 12px #f2994a33;width:100%}}.archive-card{cursor:default}.archive-card:hover{border-color:#e2e8f0;transform:none}.archive-meta{grid-gap:12px;display:grid;gap:12px;margin-top:16px}@media (max-width:1023px){.archive-meta{gap:10px}.archive-meta span{border-bottom:1px solid #f1f5f9;display:block;padding:8px 0}.archive-meta span:last-child{border-bottom:none}}.claim-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}@media (max-width:1023px){.claim-actions{flex-direction:column;gap:8px}.claim-actions .btn{width:100%}}.accordion{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;margin-bottom:16px;overflow:hidden}.accordion-header{align-items:center;background:#0000;border:none;border-bottom:2px solid #0000;cursor:pointer;display:flex;justify-content:space-between;padding:20px 24px;transition:all .3s ease;width:100%}.accordion-header:hover{background:#f8fafc}.accordion-header.open{background:#fff7ed;border-bottom-color:#f2994a}.accordion-title{align-items:center;display:flex;flex:1 1;gap:12px}.accordion-icon{font-size:1.5rem}.accordion-title h3{color:#1e293b;font-size:1.125rem;font-weight:700;margin:0}.accordion-count{background:#f2994a;border-radius:12px;color:#fff;font-size:.875rem;font-weight:700;min-width:24px;padding:4px 12px;text-align:center}.accordion-count.badge-urgent{animation:pulse 2s infinite;background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.accordion-arrow{color:#64748b;font-size:1.125rem;transition:transform .3s ease}.accordion-content{animation:slideDown .3s ease;padding:0 24px 24px}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.accordion-empty{color:#64748b;padding:40px 20px;text-align:center}@media (max-width:1023px){.accordion-header{padding:16px 20px}.accordion-title h3{font-size:1rem}.accordion-content{padding:0 20px 20px}}.representation-offers-grid{grid-gap:20px;display:grid;gap:20px;margin-top:16px}.representation-offer-card{background:#fff;border:2px solid #e2e8f0;border-radius:10px;padding:24px;transition:all .3s ease}.representation-offer-card:hover{border-color:#f2994a;box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}.offer-header{align-items:flex-start;border-bottom:2px solid #f1f5f9;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px}.offer-header h3{color:#1e293b;font-size:1.25rem;margin:0 0 8px}.lawyer-name-link{background:none;border:none;color:#f2994a;cursor:pointer;font-weight:700;padding:0;text-decoration:underline;transition:color .2s ease}.lawyer-name-link:hover{color:#e8893c}.bid-status{border-radius:20px;font-size:.875rem;font-weight:600;padding:6px 12px;white-space:nowrap}.bid-status.active{background:#fef3c7;color:#92400e}.bid-status.signed{background:#d1fae5;color:#065f46}.offer-body{margin-bottom:20px}.bid-info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:16px}@media (max-width:1023px){.bid-info-grid{gap:12px;grid-template-columns:1fr}}.info-item{display:flex;flex-direction:column;gap:4px}.info-item .label{color:#64748b;font-size:.875rem;font-weight:600}.info-item .value{color:#1e293b;font-size:1rem;font-weight:600}.info-item .value.text-warning{color:#ef4444}.mandate-progress{margin:16px 0}.progress-bar-container{background:#e2e8f0;border-radius:10px;height:10px;overflow:hidden;width:100%}.progress-bar-fill{background:#f2994a;border-radius:10px;transition:width .5s ease}.progress-text{color:#64748b;font-size:.875rem;font-weight:600;margin:8px 0 0;text-align:center}.offer-message{background:#f8fafc;border-left:4px solid #f2994a;border-radius:8px;margin-top:16px;padding:16px}.message-label{color:#1e293b;font-size:.875rem;margin:0 0 8px}.pitch-text{color:#334155;font-size:1rem;line-height:1.6;margin:0}.offer-footer{border-top:1px solid #e2e8f0;margin-top:20px;padding-top:16px}@media (max-width:1023px){.offer-footer .btn{width:100%}}.badge{border-radius:12px;display:inline-block;font-weight:700;padding:4px 10px}.requests-list{grid-gap:16px;display:grid;gap:16px;margin-top:16px}.request-card{background:#fff;border:2px solid #e2e8f0;border-radius:10px;padding:20px;transition:all .3s ease}.request-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f61a}.request-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.request-header h3{color:#1e293b;font-size:1.125rem;margin:0}.request-status{border-radius:12px;font-size:.75rem;font-weight:700;padding:4px 10px}.request-status.pending{background:#fef3c7;color:#92400e}.request-body{margin-bottom:16px}.request-body p{color:#334155;font-size:.9375rem;line-height:1.6;margin:0 0 12px}@media (max-width:1023px){.request-card .btn{width:100%}}@media (max-width:640px){h1{font-size:1.5em}h2{font-size:1.3em}h3{font-size:1.1em}}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1e293bbf;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:10000}.modal-overlay.layer-1{z-index:10000}.modal-overlay.layer-2{z-index:10100}.modal-overlay.layer-3{z-index:10200}.modal-content-modern{animation:slideUp .4s ease;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.modal-content-modern{border-radius:12px;max-height:95vh;max-width:100%}}.modal-header-modern{background:linear-gradient(135deg,#1e293b,#334155);border-radius:16px 16px 0 0;color:#fff;padding:32px;position:relative}@media (max-width:768px){.modal-header-modern{padding:24px 20px}}.modal-header-icon{align-items:center;background:linear-gradient(135deg,#f2994a,#e8893c);border-radius:50%;box-shadow:0 8px 16px #f2994a4d;display:flex;font-size:2rem;height:64px;justify-content:center;margin:0 auto 16px;width:64px}.modal-title-modern{font-size:1.75rem;font-weight:700;line-height:1.3;margin:0 0 8px;text-align:center}.modal-subtitle-modern{font-size:1.0625rem;line-height:1.5;margin:0;opacity:.9;text-align:center}@media (max-width:768px){.modal-title-modern{font-size:1.5rem}.modal-subtitle-modern{font-size:.9375rem}.modal-header-icon{font-size:1.75rem;height:56px;width:56px}}.modal-close-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;line-height:1;position:absolute;right:16px;top:16px;transition:all .3s ease;width:40px}.modal-close-btn:hover{background:#ffffff4d;transform:rotate(90deg)}.modal-body-modern{padding:32px}@media (max-width:768px){.modal-body-modern{padding:24px 20px}}.modal-description{color:#475569;font-size:1.0625rem;line-height:1.7;margin-bottom:32px;text-align:center}.modal-card-list{display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.modal-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;padding:20px;position:relative;transition:all .3s ease}.modal-card:hover{box-shadow:0 4px 12px #f2994a33;transform:translateY(-2px)}.modal-card.selected,.modal-card:hover{background:#fff7ed;border-color:#f2994a}.modal-card.selected{box-shadow:0 0 0 4px #f2994a1a}.modal-card.best-match{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-color:#10b981}.modal-card.best-match:before{background:#10b981;border-radius:12px;color:#fff;content:"⭐ המלצה מובילה";font-size:.75rem;font-weight:700;padding:4px 12px;position:absolute;right:20px;top:-12px}.modal-footer-modern{border-top:2px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:24px 32px}@media (max-width:768px){.modal-footer-modern{flex-direction:column-reverse;padding:20px}.modal-footer-modern .btn{width:100%}}.info-box-modern{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:4px solid #3b82f6;border-radius:10px;display:flex;gap:16px;margin:24px 0;padding:20px}.info-box-icon{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;height:40px;justify-content:center;width:40px}.info-box-content{flex:1 1}.info-box-title{color:#1e40af;font-size:1rem;font-weight:700;margin:0 0 8px}.info-box-text{color:#1e40af;font-size:.9375rem;line-height:1.6;margin:0}.info-box-modern.warning{background:linear-gradient(135deg,#fef3c7,#fde68a);border-left-color:#f59e0b}.info-box-modern.warning .info-box-icon{background:#f59e0b}.info-box-modern.warning .info-box-text,.info-box-modern.warning .info-box-title{color:#92400e}.info-box-modern.success{background:linear-gradient(135deg,#ecfdf5,#d1fae5);border-left-color:#10b981}.info-box-modern.success .info-box-icon{background:#10b981}.info-box-modern.success .info-box-text,.info-box-modern.success .info-box-title{color:#065f46}.examples-table-modern{border-collapse:initial;border-radius:12px;border-spacing:0;box-shadow:0 2px 8px #0000001a;margin:32px 0;overflow:hidden;width:100%}.examples-table-modern thead th{background:#1e293b;color:#fff;font-size:.9375rem;font-weight:700;padding:16px 20px;text-align:right}.examples-table-modern tbody td{border-bottom:1px solid #e2e8f0;font-size:.9375rem;line-height:1.6;padding:16px 20px}.examples-table-modern tbody tr:last-child td{border-bottom:none}.examples-table-modern tbody tr.suitable{background:linear-gradient(135deg,#ecfdf5,#f0fdf4)}.examples-table-modern tbody tr.unsuitable{background:linear-gradient(135deg,#fef2f2,#fee2e2)}.examples-table-modern .badge{align-items:center;border-radius:20px;display:inline-flex;font-size:.875rem;font-weight:600;gap:6px;padding:6px 12px}.examples-table-modern .badge-yes{background:#10b981;color:#fff}.examples-table-modern .badge-no{background:#ef4444;color:#fff}@media (max-width:768px){.examples-table-modern{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}.examples-table-modern tbody td,.examples-table-modern thead th{font-size:.875rem;padding:12px 16px}}.modal-form-group{margin-bottom:24px}.modal-form-label{color:#1e293b;display:block;font-size:.9375rem;font-weight:600;margin-bottom:8px}.modal-form-input,.modal-form-textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#334155;font-family:inherit;font-size:1rem;padding:14px 16px;transition:all .3s ease;width:100%}.modal-form-input:focus,.modal-form-textarea:focus{border-color:#f2994a;box-shadow:0 0 0 4px #f2994a1a;outline:none}.modal-form-textarea{line-height:1.6;min-height:120px;resize:vertical}.modal-form-help{color:#64748b;font-size:.875rem;line-height:1.5;margin-top:6px}.modal-content-modern::-webkit-scrollbar{width:8px}.modal-content-modern::-webkit-scrollbar-track{background:#f1f5f9}.modal-content-modern::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.modal-content-modern::-webkit-scrollbar-thumb:hover{background:#94a3b8}.date-input-wrapper{margin-bottom:20px}.date-input-label{color:#2c3e50;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.date-input-label .required{color:#e74c3c;margin-left:4px}.date-input-wrapper.rtl .date-input-label .required{margin-left:0;margin-right:4px}.date-input-container{position:relative}.date-input{background:#fff;border:2px solid #e1e4e8;border-radius:8px;color:#2c3e50;font-family:inherit;font-size:15px;padding:12px 16px;transition:all .2s ease;width:100%}.date-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.date-input:disabled{background:#f5f6fa;color:#95a5a6;cursor:not-allowed}.date-input-wrapper.error .date-input{border-color:#e74c3c}.date-input-wrapper.error .date-input:focus{box-shadow:0 0 0 3px #e74c3c1a}.date-input-helper{color:#7f8c8d}.date-input-error,.date-input-helper{display:block;font-size:13px;margin-top:6px}.date-input-error{color:#e74c3c;font-weight:500}.date-input-wrapper.rtl .date-input{direction:rtl;text-align:right}.date-input::-webkit-calendar-picker-indicator{border-radius:4px;cursor:pointer;padding:4px;-webkit-transition:background .2s ease;transition:background .2s ease}.date-input::-webkit-calendar-picker-indicator:hover{background:#667eea1a}.date-input-wrapper.rtl .date-input::-webkit-calendar-picker-indicator{margin-left:0;margin-right:8px}@media (max-width:768px){.date-input{font-size:16px}}.amount-input-wrapper{margin-bottom:20px}.amount-input-label{color:#2c3e50;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.amount-input-label .required{color:#e74c3c;margin-left:4px}.amount-input-wrapper.rtl .amount-input-label .required{margin-left:0;margin-right:4px}.amount-input-container{align-items:center;display:flex;position:relative}.amount-input{font-feature-settings:"tnum";background:#fff;border:2px solid #e1e4e8;border-radius:8px;color:#2c3e50;flex:1 1;font-family:inherit;font-size:15px;font-variant-numeric:tabular-nums;padding:12px 16px;transition:all .2s ease}.amount-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.amount-input:disabled{background:#f5f6fa;color:#95a5a6;cursor:not-allowed}.amount-input-wrapper.error .amount-input{border-color:#e74c3c}.amount-input-wrapper.error .amount-input:focus{box-shadow:0 0 0 3px #e74c3c1a}.currency-symbol{color:#667eea;font-size:15px;font-weight:600;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none}.currency-prefix{left:16px}.currency-suffix{right:16px}.amount-input-wrapper.ltr .amount-input{padding-left:36px}.amount-input-wrapper.rtl .amount-input{direction:rtl;padding-right:36px;text-align:right}.amount-input-helper{color:#7f8c8d}.amount-input-error,.amount-input-helper{display:block;font-size:13px;margin-top:6px}.amount-input-error{color:#e74c3c;font-weight:500}.amount-input-range{color:#95a5a6;display:block;font-size:12px;font-style:italic;margin-top:4px}.amount-input-container:hover .amount-input:not(:disabled){border-color:#c5cae9}.amount-input:focus+.currency-symbol,.amount-input:focus~.currency-symbol{color:#667eea;transform:scale(1.05);transition:all .2s ease}@media (max-width:768px){.amount-input,.currency-symbol{font-size:16px}}.amount-input::-webkit-inner-spin-button,.amount-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.amount-input[type=number]{-webkit-appearance:textfield;appearance:textfield}.create-complaint-page{background:#f8fafc;min-height:100vh;padding-top:60px}@media (min-width:1024px){.create-complaint-page{padding-top:0}}.create-complaint-container{margin:0 auto;max-width:900px;padding:20px 16px}@media (min-width:768px){.create-complaint-container{padding:32px 24px}}@media (min-width:1024px){.create-complaint-container{padding:40px 32px}}.progress-stepper{align-items:center;background:#f8fafc;border-bottom:2px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:32px;padding:16px 0;position:-webkit-sticky;position:sticky;top:60px;z-index:50}@media (min-width:1024px){.progress-stepper{padding:20px 0;top:0}}.progress-line{background:#e2e8f0;height:3px;left:5%;position:absolute;right:5%;top:20px;z-index:0}.progress-line-fill{background:linear-gradient(90deg,#f2994a,#e8893c);height:100%;left:0;position:absolute;top:0;transition:width .5s ease}.step-item{flex:1 1;flex-direction:column;gap:8px;position:relative;z-index:1}.step-circle,.step-item{align-items:center;display:flex}.step-circle{background:#fff;border:3px solid #e2e8f0;border-radius:50%;color:#64748b;font-weight:700;height:40px;justify-content:center;transition:all .3s ease;width:40px}.step-circle.active{background:#f2994a;border-color:#f2994a;box-shadow:0 4px 12px #f2994a4d;color:#fff}.step-circle.completed{background:#10b981;border-color:#10b981;color:#fff}.step-label{color:#64748b;font-size:.75rem;font-weight:600;text-align:center}.step-item.active .step-label{color:#f2994a}.step-item.completed .step-label{color:#10b981}@media (max-width:768px){.step-circle{font-size:.875rem;height:32px;width:32px}.step-label{font-size:.625rem}}.form-card-modern{background:#fff;border-radius:12px;box-shadow:0 2px 4px #0000000d;margin-bottom:24px;padding:32px}@media (max-width:768px){.form-card-modern{border-radius:10px;padding:24px 20px}}.form-section-modern{border-bottom:2px solid #f1f5f9;margin-bottom:32px;padding-bottom:32px}.form-section-modern:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section-header{align-items:center;display:flex;gap:12px;margin-bottom:20px}.form-section-icon{align-items:center;background:linear-gradient(135deg,#f2994a,#e8893c);border-radius:10px;display:flex;font-size:1.25rem;height:40px;justify-content:center;width:40px}.form-section-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.form-section-description{color:#64748b;font-size:.9375rem;line-height:1.6;margin:8px 0 0}@media (max-width:768px){.form-section-modern{margin-bottom:24px;padding-bottom:24px}.form-section-icon{font-size:1.125rem;height:36px;width:36px}.form-section-title{font-size:1.125rem}}.form-group-modern{margin-bottom:20px}.form-label-modern{color:#1e293b;display:block;font-size:.9375rem;font-weight:600;margin-bottom:8px}.form-label-modern .required-star{color:#ef4444;margin-left:4px}.form-input-modern,.form-select-modern,.form-textarea-modern{background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#334155;font-family:inherit;font-size:1rem;padding:14px 16px;transition:all .3s ease;width:100%}.form-input-modern:focus,.form-select-modern:focus,.form-textarea-modern:focus{border-color:#f2994a;box-shadow:0 0 0 4px #f2994a1a;outline:none}.form-input-modern.error,.form-select-modern.error,.form-textarea-modern.error{border-color:#ef4444}.form-input-modern.error:focus,.form-select-modern.error:focus,.form-textarea-modern.error:focus{box-shadow:0 0 0 4px #ef44441a}.form-input-modern:disabled,.form-select-modern:disabled{background:#f1f5f9;color:#94a3b8;cursor:not-allowed}.form-textarea-modern{line-height:1.6;min-height:120px;resize:vertical}.form-help-text{color:#64748b;font-size:.875rem;line-height:1.5;margin-top:6px}.form-error-text{align-items:center;color:#ef4444;display:flex;font-size:.875rem;font-weight:500;gap:4px;margin-top:6px}.char-counter{color:#94a3b8;font-size:.8125rem;margin-top:6px;text-align:left}.form-row-modern{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:20px}@media (max-width:768px){.form-row-modern{gap:16px;grid-template-columns:1fr}}.form-input-wrapper{position:relative}.suggestions-dropdown-modern{background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 16px #0000001a;left:0;max-height:240px;overflow-y:auto;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}.suggestion-item-modern{border-bottom:1px solid #f1f5f9;cursor:pointer;padding:12px 16px;transition:all .2s ease}.suggestion-item-modern:last-child{border-bottom:none}.suggestion-item-modern:hover{background:#fff7ed;color:#f2994a}.radio-group-modern{display:flex;flex-direction:column;gap:16px}.radio-option-modern{align-items:flex-start;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;padding:16px;transition:all .3s ease}.radio-option-modern.selected,.radio-option-modern:hover{background:#fff7ed;border-color:#f2994a}.radio-option-modern input[type=radio]{accent-color:#f2994a;cursor:pointer;flex-shrink:0;height:20px;margin-right:12px;margin-top:2px;width:20px}.radio-option-content{flex:1 1}.radio-option-title{color:#1e293b;font-size:1rem;font-weight:600;margin-bottom:4px}.radio-option-description{color:#64748b;font-size:.875rem;line-height:1.5}.consent-box-modern{background:#fff7ed;border:2px solid #f2994a;border-radius:10px;margin:24px 0;padding:20px}.checkbox-label-modern{align-items:flex-start;cursor:pointer;display:flex;gap:12px}.checkbox-label-modern input[type=checkbox]{accent-color:#f2994a;cursor:pointer;flex-shrink:0;height:20px;margin-top:2px;width:20px}.checkbox-label-text{color:#1e293b;font-size:.9375rem;line-height:1.6}.form-actions-modern{border-top:2px solid #f1f5f9;display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px}@media (max-width:1023px){.form-actions-modern{background:#fff;border-top:2px solid #e2e8f0;bottom:0;box-shadow:0 -4px 12px #0000001a;flex-direction:column-reverse;left:0;margin:0;padding:16px;position:fixed;right:0;z-index:100}.form-actions-modern .btn{width:100%}.create-complaint-container{padding-bottom:100px}}.info-banner-modern{align-items:flex-start;background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left:4px solid #3b82f6;border-radius:10px;display:flex;gap:16px;margin-bottom:24px;padding:20px}.info-banner-icon{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.25rem;height:40px;justify-content:center;width:40px}.info-banner-content{flex:1 1}.info-banner-title{color:#1e40af;font-size:1rem;font-weight:700;margin:0 0 8px}.info-banner-text{color:#1e40af;font-size:.9375rem;line-height:1.6;margin:0}@media (max-width:768px){.info-banner-modern{padding:16px}.info-banner-icon{font-size:1.125rem;height:36px;width:36px}}.loading-overlay-modern{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1e293bb3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0003;display:flex;flex-direction:column;gap:20px;padding:32px}.loading-spinner{animation:spin .8s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#f2994a;height:48px;width:48px}@keyframes spin{to{transform:rotate(1turn)}}.loading-text{color:#1e293b;font-size:1.125rem;font-weight:600}@media (max-width:640px){.form-card-modern{padding:20px 16px}.form-section-modern{margin-bottom:20px;padding-bottom:20px}.form-input-modern,.form-select-modern,.form-textarea-modern{font-size:.9375rem;padding:12px 14px}}.form-section-modern{animation:fadeIn .4s ease}@media print{.form-actions-modern,.info-banner-modern,.progress-stepper{display:none}.create-complaint-page{background:#fff}}.lawyer-page{background:#f8fafc;color:#334155;font-family:Heebo,Assistant,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;min-height:100vh;padding-top:60px}@media (min-width:1024px){.lawyer-page{padding-top:0}}.lawyer-page .page-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 4px #0000000d;display:none;padding:20px}@media (min-width:1024px){.lawyer-page .page-header{display:block}}.page-header .header-content{align-items:center;display:flex;gap:20px;justify-content:space-between;margin:0 auto;max-width:1200px}.page-header h1{color:#1e293b;font-size:1.75rem;font-weight:700;margin:0}.lawyer-disclaimer{background:#fef3c7;border-bottom:2px solid #f59e0b;box-shadow:0 2px 4px #0000000d;text-align:center;z-index:999}@media (max-width:1023px){.lawyer-disclaimer{left:0;padding:8px 12px;position:fixed;right:0;top:60px}.lawyer-disclaimer p{color:#92400e;font-size:.75rem;font-weight:500;line-height:1.4;margin:0}.lawyer-disclaimer p strong{display:block;font-weight:700;margin-bottom:4px}}@media (min-width:1024px){.lawyer-disclaimer{padding:12px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.lawyer-disclaimer p{color:#92400e;font-size:.875rem;font-weight:500;margin:0}.lawyer-disclaimer p strong{display:inline;margin-right:.5em}}.page-container{box-sizing:border-box;width:100%}@media (max-width:1023px){.page-container{padding:110px 16px 24px}}@media (min-width:1024px){.page-container{display:flex;flex-direction:column;margin:0 auto;max-width:1200px;padding:32px 24px}}.bid-card,.card,.contact-card,.evidence-card,.group-details-card{background:#fff;border:none;border-radius:10px;box-shadow:0 2px 4px #0000000d;margin-bottom:16px;padding:20px;transition:box-shadow .2s ease,transform .2s ease}.bid-card:hover,.card:hover,.contact-card:hover,.evidence-card:hover,.group-details-card:hover{box-shadow:0 4px 8px #00000014;transform:translateY(-2px)}@media (min-width:768px){.bid-card,.card,.contact-card,.evidence-card,.group-details-card{margin-bottom:20px;padding:24px}}.card-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:16px}.card-header h2,.card-header h3{color:#1e293b;font-size:1.25rem;font-weight:700;line-height:1.3;margin:0}@media (min-width:768px){.card-header h2,.card-header h3{font-size:1.5rem}}.btn{align-items:center;border-radius:8px;display:inline-flex;font-size:.9375rem;gap:8px;justify-content:center;line-height:1.2;min-height:44px;padding:12px 20px;transition:all .2s ease}@media (max-width:767px){.action-card .btn{display:flex;width:100%}}.btn-primary{background:#f2994a;box-shadow:0 2px 4px #f2994a33}.btn-primary:hover{background:#e8893c;box-shadow:0 4px 8px #f2994a4d;transform:translateY(-1px)}.btn-primary:active{box-shadow:0 1px 2px #f2994a33;transform:translateY(0)}.btn-secondary{background:#0000;border:2px solid #1e293b;color:#1e293b}.btn-secondary:hover{background:#1e293b;color:#fff}.btn-secondary:active{background:#0f172a}.btn-success{background:#10b981;box-shadow:0 2px 4px #10b98133;color:#fff}.btn-success:hover{background:#059669;box-shadow:0 4px 8px #10b9814d;transform:translateY(-1px)}.btn-danger{background:#ef4444;box-shadow:0 2px 4px #ef444433}.btn-danger:hover{background:#dc2626;box-shadow:0 4px 8px #ef44444d;transform:translateY(-1px)}.btn-link{background:#0000;box-shadow:none;color:#f2994a;font-weight:600;padding:8px 12px}.btn-link:hover{background:#f2994a1a;color:#e8893c}.btn-sm{font-size:.875rem;min-height:36px}.btn-block{display:flex}.btn:disabled{box-shadow:none!important;opacity:.5;transform:none!important}h1,h2,h3,h4,h5,h6{color:#1e293b;font-weight:700;line-height:1.3;margin:0 0 16px}h1{font-size:1.75rem}h2{font-size:1.5rem}h3{font-size:1.25rem}h4{font-size:1.125rem}@media (min-width:768px){h1{font-size:2.25rem}h2{font-size:1.875rem}h3{font-size:1.5rem}}p{color:#334155;line-height:1.6;margin:0 0 12px}.text-muted{color:#64748b}.text-sm{font-size:.875rem}.badge,.text-xs{font-size:.75rem}.badge{align-items:center;border-radius:6px;display:inline-flex;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.badge-success{background:#d1fae5;color:#065f46}.badge-warning{background:#fef3c7;color:#92400e}.badge-danger{background:#fee2e2;color:#991b1b}.badge-info{background:#dbeafe;color:#1e40af}.badge-secondary{background:#e2e8f0;color:#475569}.status-badge{border-radius:8px;padding:6px 14px}.form-group{margin-bottom:20px}.form-group label{color:#1e293b;display:block;font-size:.875rem;font-weight:600;margin-bottom:8px}.form-control,input[type=date],input[type=email],input[type=number],input[type=tel],input[type=text],select,textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#334155;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .2s ease;width:100%}.form-control:focus,input:focus,select:focus,textarea:focus{border-color:#f2994a;box-shadow:0 0 0 3px #f2994a1a;outline:none}textarea{min-height:120px;resize:vertical}.grid{grid-gap:16px;display:grid;gap:16px}.grid-2,.grid-3{grid-template-columns:1fr}@media (min-width:768px){.grid{gap:20px}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}}.list{list-style:none;margin:0;padding:0}.list-item{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000000d;margin-bottom:12px;padding:16px;transition:box-shadow .2s ease}.list-item:hover{box-shadow:0 2px 6px #00000014}.section{margin-bottom:32px}.section-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:20px}.section-title{font-size:1.5rem;margin:0}.divider{background:#e2e8f0;border:none;height:1px;margin:24px 0}.empty-state,.loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:48px 20px;text-align:center}.empty-state{color:#64748b}.empty-state h3{color:#475569;margin-bottom:8px}.empty-state p{color:#64748b;margin-bottom:24px}.alert{border-radius:8px;font-size:.9375rem;line-height:1.5;margin-bottom:20px;padding:16px}.alert-warning{background:#fef3c7;border-left:4px solid #f59e0b;color:#92400e}.alert-info{background:#dbeafe;border-left:4px solid #3b82f6;color:#1e40af}.alert-success{background:#d1fae5;border-left:4px solid #10b981;color:#065f46}.alert-danger{background:#fee2e2;border-left:4px solid #ef4444;color:#991b1b}.mt-1{margin-top:8px}.mt-2{margin-top:16px}.mt-3{margin-top:24px}.mt-4{margin-top:32px}.mb-1{margin-bottom:8px}.mb-2{margin-bottom:16px}.mb-3{margin-bottom:24px}.mb-4{margin-bottom:32px}.p-1{padding:8px}.p-2{padding:16px}.p-3{padding:24px}.p-4{padding:32px}.text-right{text-align:right}.text-left{text-align:left}.d-flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.gap-1{gap:8px}.gap-2{gap:16px}.gap-3{gap:24px}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.w-full{width:100%}.mobile-only{display:block}.desktop-only{display:none}@media (min-width:1024px){.mobile-only{display:none}.desktop-only{display:block}}.actions-section{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;order:2;padding:16px}@media (max-width:1023px){.actions-section{border-radius:10px 10px 0 0;bottom:0;box-shadow:0 -2px 10px #0000001a;left:0;margin-bottom:0;max-height:60vh;overflow-y:auto;padding:12px 16px;position:fixed;right:0;z-index:998}.page-container{padding-bottom:200px}}@media (min-width:1024px){.actions-section{background:linear-gradient(135deg,#fff,#fffbf5);border:2px solid #e2e8f0;margin-bottom:24px;order:2;padding:24px 32px}}.section-title{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0 0 16px}@media (max-width:1023px){.section-title{display:none}}@media (min-width:768px){.section-title{font-size:1.5rem;margin-bottom:20px}}@media (min-width:1024px){.section-title{align-items:center;display:flex;font-size:1.625rem;gap:12px;margin-bottom:24px}.section-title:before{content:"⚡";font-size:1.75rem}}.detail-card{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;order:2;padding:20px}@media (min-width:768px){.detail-card{padding:32px}}@media (min-width:1024px){.detail-card{border:2px solid #e2e8f0;box-shadow:0 4px 6px #0000000d;order:1;padding:40px}}.members-section{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;order:4;padding:20px}@media (min-width:768px){.members-section{padding:32px}}@media (min-width:1024px){.members-section{border:2px solid #e2e8f0;box-shadow:0 4px 6px #0000000d;order:3;padding:40px}}.members-section h2{color:#1e293b;font-size:1.25rem;font-weight:700;margin-bottom:16px}@media (min-width:768px){.members-section h2{font-size:1.5rem;margin-bottom:20px}}@media (min-width:1024px){.members-section h2{align-items:center;display:flex;font-size:1.625rem;gap:12px;margin-bottom:24px}.members-section h2:before{content:"👥";font-size:1.75rem}}.detail-header{border-bottom:1px solid #e2e8f0;margin-bottom:24px;padding-bottom:20px}@media (min-width:1024px){.detail-header{border-bottom:2px solid #e2e8f0;margin-bottom:32px;padding-bottom:24px}}.detail-header h2{color:#1e293b;font-size:1.25rem;font-weight:700;line-height:1.4;margin-bottom:12px}@media (min-width:768px){.detail-header h2{font-size:1.75rem}}@media (min-width:1024px){.detail-header h2{font-size:2rem;letter-spacing:-.5px;margin-bottom:16px}}.group-status-badge{align-items:center;border-radius:8px;display:inline-flex;font-size:.875rem;font-weight:600;letter-spacing:.5px;padding:6px 14px;text-transform:uppercase}@media (min-width:1024px){.group-status-badge{font-size:.9375rem;letter-spacing:.75px;padding:8px 18px}}.group-status-badge[data-status=Open]{background:#d1fae5;color:#065f46}.group-status-badge[data-status=EvidenceReview]{background:#dbeafe;color:#1e40af}.group-status-badge[data-status=RepresentationRequested]{background:#fef3c7;color:#92400e}.group-status-badge[data-status=InRepresentation]{background:#e0e7ff;color:#3730a3}.group-status-badge[data-status=Closed]{background:#e2e8f0;color:#475569}.group-stats{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;margin-bottom:24px}@media (min-width:768px){.group-stats{gap:20px;grid-template-columns:repeat(3,1fr)}}@media (min-width:1024px){.group-stats{gap:24px;margin-bottom:32px}}.stat-card{background:#f8fafc;border-radius:8px;padding:16px;text-align:center}@media (min-width:1024px){.stat-card{background:linear-gradient(135deg,#f8fafc,#fff);border:2px solid #e2e8f0;padding:24px 20px;transition:all .2s ease}.stat-card:hover{border-color:#f2994a;box-shadow:0 8px 16px #0000001a;transform:translateY(-4px)}}.stat-value{color:#f2994a;font-size:2rem;font-weight:700;margin-bottom:4px}@media (min-width:1024px){.stat-value{font-size:2.5rem;margin-bottom:8px}}.stat-label{color:#64748b;font-size:.875rem;letter-spacing:.5px;text-transform:uppercase}@media (min-width:1024px){.stat-label{font-size:.9375rem;font-weight:600;letter-spacing:.75px}}.request-status-card{background:#fff;border:2px solid #e2e8f0;border-radius:8px;margin-bottom:16px;padding:16px}.request-status-card h4{color:#1e293b;font-size:1.125rem;font-weight:700;margin-bottom:12px}.request-exists{background:#d1fae5;border:2px solid #10b981;border-radius:8px;margin:16px 0;padding:16px}.bid-exists{background:#dbeafe;border-color:#3b82f6}.excerpts-list{display:flex;flex-direction:column;gap:16px}@media (min-width:1024px){.excerpts-list{gap:20px}}.detail-section{margin-bottom:24px}.detail-section h3{color:#1e293b;font-size:1.125rem;font-weight:700;margin-bottom:12px}.detail-section p{color:#334155;line-height:1.6}@media (min-width:1024px){.detail-section{margin-bottom:32px}.detail-section h3{align-items:center;display:flex;font-size:1.25rem;gap:10px;margin-bottom:16px}.detail-section h3:before{background:linear-gradient(180deg,#f2994a,#e8893c);border-radius:2px;content:"";height:24px;width:4px}.detail-section p{font-size:1rem;line-height:1.7}}.detail-row{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr;margin-bottom:24px}@media (min-width:768px){.detail-row{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.detail-row{gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:32px}}.excerpt-card{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;padding:20px;transition:box-shadow .2s ease}.excerpt-card:hover{box-shadow:0 4px 8px #00000014}@media (min-width:1024px){.excerpt-card{border:2px solid #e2e8f0;padding:24px;transition:all .2s ease}.excerpt-card:hover{border-color:#f2994a;box-shadow:0 8px 16px #0000001f;transform:translateY(-2px)}}.excerpt-header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.excerpt-header h4{color:#1e293b;flex:1 1;font-size:1rem;font-weight:600;margin:0;min-width:200px}.excerpt-date{color:#64748b;font-size:.875rem;white-space:nowrap}.excerpt-text{color:#334155;line-height:1.6;margin-bottom:12px}.excerpt-meta{display:flex;flex-wrap:wrap;gap:8px}.excerpt-meta .badge{font-size:.75rem}.evidence-files-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr;margin-top:16px}@media (min-width:768px){.evidence-files-grid{grid-template-columns:repeat(2,1fr)}}.evidence-file-card{align-items:center;background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;display:flex;gap:12px;padding:12px;transition:all .2s ease}.evidence-file-card:hover{background:#fffbf5;border-color:#f2994a}.file-icon{font-size:1.5rem}.file-info{flex:1 1;min-width:0}.file-info h4{color:#1e293b;font-size:.875rem;font-weight:600;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{color:#64748b;font-size:.75rem}.contact-info-inline{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;margin:16px 0;padding:16px}.contact-item-inline{align-items:center;display:flex;gap:8px;margin-bottom:8px}.contact-item-inline:last-child{margin-bottom:0}.contact-icon{color:#64748b;font-size:1.25rem}.contact-link{color:#f2994a;font-weight:600;text-decoration:none;transition:color .2s ease}.contact-link:hover{color:#e8893c;text-decoration:underline}.approved-user-badge{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:8px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:8px;margin-bottom:12px;padding:8px 16px}.disclaimer-box{background:#f8fafc;border-left:4px solid #64748b;border-radius:8px;margin-bottom:20px;padding:16px}.disclaimer-box.info{background:#dbeafe;border-left-color:#3b82f6}.disclaimer-box.warning{background:#fef3c7;border-left-color:#f59e0b}.disclaimer-box.success{background:#d1fae5;border-left-color:#10b981}.disclaimer-box p{color:#334155;line-height:1.5;margin:0 0 8px}.disclaimer-box p:last-child{margin-bottom:0}.disclaimer-box ul{margin:8px 0 0 20px;padding:0}.disclaimer-box li{color:#334155;margin-bottom:4px}.actions-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (max-width:767px){.actions-grid{gap:12px}}@media (min-width:768px){.actions-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.actions-grid{grid-template-columns:repeat(3,1fr)}}.action-card{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;padding:16px;transition:all .2s ease}@media (max-width:767px){.action-card{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:14px}}@media (min-width:1024px){.action-card{background:#fff;border:2px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;padding:24px}.action-card:hover{box-shadow:0 8px 16px #0000001a;transform:translateY(-2px)}}.action-card:hover{background:#fffbf5;border-color:#f2994a}.action-card h3{color:#1e293b;font-size:1rem;font-weight:700;margin-bottom:12px}@media (max-width:767px){.action-card h3{font-size:.9375rem;margin-bottom:10px}}@media (min-width:1024px){.action-card h3{border-bottom:1px solid #e2e8f0;font-size:1.125rem;margin-bottom:16px;padding-bottom:12px}}.action-card p{color:#334155;font-size:.875rem;line-height:1.5;margin-bottom:12px}@media (max-width:767px){.action-card>p{display:none}}@media (min-width:1024px){.action-card>p{color:#64748b;font-size:.9375rem;line-height:1.6;margin-bottom:16px}}.request-status-display{background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:12px}@media (max-width:767px){.request-status-display{padding:10px}}.status-header{margin-bottom:12px}@media (max-width:767px){.status-header{margin-bottom:8px}}.status-badge{align-items:center;border-radius:6px;display:inline-flex;font-size:.875rem;font-weight:600;padding:6px 12px}@media (max-width:767px){.status-badge{font-size:.8125rem;padding:4px 10px}}.vote-stats-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(3,1fr);margin-bottom:12px}@media (max-width:767px){.vote-stats-grid{gap:6px;margin-bottom:8px}}.vote-stat{background:#f8fafc;border-radius:6px;padding:8px;text-align:center}@media (max-width:767px){.vote-stat{border-radius:4px;padding:6px 4px}}.vote-stat.approved{background:#d1fae5}.vote-stat.rejected{background:#fee2e2}.vote-stat.pending{background:#fef3c7}.vote-stat-number{color:#1e293b;font-size:1.25rem;font-weight:700}@media (max-width:767px){.vote-stat-number{font-size:1.125rem}}.vote-stat-label{color:#64748b;font-size:.75rem;margin-top:4px}@media (max-width:767px){.vote-stat-label{font-size:.6875rem;margin-top:2px}}.request-info{border-top:1px solid #e2e8f0;padding-top:8px}.info-text{color:#64748b;font-size:.875rem;margin:0}.request-form{margin-top:16px}.request-form label{color:#1e293b;display:block;font-size:.875rem;font-weight:600;margin-bottom:8px}.request-form textarea{background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-sizing:border-box;color:#334155;font-family:inherit;font-size:1rem;min-height:120px;padding:12px 16px;resize:vertical;transition:all .2s ease;width:100%}.request-form textarea:focus{border-color:#f2994a;box-shadow:0 0 0 3px #f2994a1a;outline:none}.form-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:16px}.form-actions .btn{flex:1 1;min-width:140px}@media (max-width:767px){.form-actions .btn{flex:none;width:100%}}.progress-info{background:#dbeafe;border-left:4px solid #3b82f6;border-radius:8px;margin-top:12px;padding:12px}.progress-info .info-text{color:#1e40af;font-size:.875rem;margin:0}.progress-info .success-text{color:#065f46;font-weight:600;margin:8px 0 0}.status-approved{color:#10b981;font-weight:600}.status-pending{color:#f59e0b;font-weight:600}.status-rejected{color:#ef4444;font-weight:600}.success-text{background:#d1fae5;border-left:4px solid #10b981;border-radius:6px;color:#10b981;font-weight:600;margin:12px 0;padding:12px}.small-text{color:#64748b;font-size:.875rem;margin-top:4px}.profile-container{margin:0 auto;max-width:1000px}.profile-loading{align-items:center;display:flex;justify-content:center;min-height:400px}.profile-hero-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px #00000012;margin-bottom:24px;overflow:hidden;position:relative}.profile-hero-background{background:linear-gradient(135deg,#f2994a,#e8893c);height:100px;position:relative}@media (max-width:767px){.profile-hero-background{height:80px}}@media (min-width:1024px){.profile-hero-background{height:120px}.profile-hero-card{border:2px solid #e2e8f0;box-shadow:0 6px 12px #00000014}}.profile-hero-content{margin-top:-40px;padding:0 20px 24px;position:relative}@media (min-width:768px){.profile-hero-content{margin-top:-50px;padding:0 32px 32px}}@media (min-width:1024px){.profile-hero-content{align-items:flex-end;display:flex;gap:24px;margin-top:-60px;padding:0 40px 40px}}.profile-avatar-wrapper{display:inline-block;position:relative}.profile-avatar{align-items:center;background:linear-gradient(135deg,#1e293b,#334155);border:4px solid #fff;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#fff;display:flex;height:100px;justify-content:center;margin-bottom:16px;width:100px}@media (min-width:768px){.profile-avatar{height:120px;width:120px}.profile-avatar svg{height:64px;width:64px}}@media (min-width:1024px){.profile-avatar{height:140px;margin-bottom:0;width:140px}.profile-avatar svg{height:72px;width:72px}}.profile-badges-overlay{bottom:16px;position:absolute;right:-8px}@media (min-width:1024px){.profile-badges-overlay{bottom:8px;right:-12px}}.verification-badge{align-items:center;border-radius:20px;box-shadow:0 2px 8px #00000026;display:inline-flex;font-size:.75rem;font-weight:600;gap:6px;padding:6px 12px;white-space:nowrap}@media (min-width:768px){.verification-badge{font-size:.8125rem;padding:8px 14px}}.verification-badge.verified{background:#10b981;color:#fff}.verification-badge.pending{background:#f59e0b;color:#fff}.verification-badge.rejected{background:#ef4444;color:#fff}.verification-badge.unknown{background:#64748b;color:#fff}.profile-hero-text{flex:1 1}.profile-name{color:#1e293b;font-size:1.5rem;font-weight:700;line-height:1.2;margin:0 0 8px}@media (min-width:768px){.profile-name{font-size:1.875rem}}@media (min-width:1024px){.profile-name{font-size:2.25rem;margin-bottom:12px}}.profile-firm{color:#64748b;font-size:1rem;margin:0 0 12px}@media (min-width:768px){.profile-firm{font-size:1.125rem}}@media (min-width:1024px){.profile-firm{font-size:1.25rem;margin-bottom:16px}}.profile-meta{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.profile-license{align-items:center;color:#334155;display:inline-flex;font-size:.875rem;font-weight:500;gap:6px}@media (min-width:768px){.profile-license{font-size:.9375rem}}.account-status-badge{border-radius:12px;display:inline-flex;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}@media (min-width:768px){.account-status-badge{font-size:.8125rem;padding:6px 14px}}.account-status-badge.active{background:#d1fae5;color:#065f46}.account-status-badge.suspended{background:#fee2e2;color:#991b1b}.account-status-badge.inactive{background:#e2e8f0;color:#475569}.profile-info-section{margin-bottom:32px}.section-heading{align-items:center;color:#1e293b;display:flex;font-size:1.25rem;font-weight:700;gap:10px;margin-bottom:16px}@media (min-width:768px){.section-heading{font-size:1.375rem;margin-bottom:20px}}@media (min-width:1024px){.section-heading{font-size:1.5rem;margin-bottom:24px}}.section-icon{font-size:1.5rem}.profile-info-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.profile-info-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.profile-info-grid{gap:24px;grid-template-columns:repeat(3,1fr)}}.info-card{align-items:flex-start;background:#fff;border:2px solid #e2e8f0;border-radius:10px;display:flex;gap:16px;padding:20px;transition:all .2s ease}.info-card:hover{border-color:#f2994a;box-shadow:0 4px 8px #00000014;transform:translateY(-2px)}@media (min-width:1024px){.info-card{padding:24px}}.info-card-icon{align-items:center;border-radius:10px;display:flex;flex-shrink:0;height:48px;justify-content:center;transition:all .2s ease;width:48px}@media (min-width:1024px){.info-card-icon{height:56px;width:56px}}.info-card:hover .info-card-icon{transform:scale(1.1)}.email-icon{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#1e40af}.phone-icon{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.firm-icon{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#3730a3}.calendar-icon{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.warning-icon{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.success-icon,.verified-icon{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#065f46}.pending-icon{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e}.rejected-icon{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#991b1b}.info-card-content{flex:1 1;min-width:0}.info-card-content label{color:#64748b;display:block;font-size:.8125rem;font-weight:600;letter-spacing:.5px;margin-bottom:6px;text-transform:uppercase}@media (min-width:768px){.info-card-content label{font-size:.875rem}}.info-value{color:#1e293b;font-size:1rem;font-weight:600;margin:0;word-break:break-word}@media (min-width:768px){.info-value{font-size:1.125rem}}@media (min-width:1024px){.info-value{font-size:1.25rem}}.text-warning{color:#f59e0b!important}.text-success{color:#10b981!important}.profile-actions{display:flex;justify-content:center;margin-top:32px}.btn-large{font-size:1rem;min-height:56px;padding:16px 32px}@media (max-width:767px){.profile-actions .btn{width:100%}}@media (min-width:768px){.btn-large{font-size:1.0625rem;padding:18px 40px}}@media (min-width:1024px){.btn-large{font-size:1.125rem;padding:20px 48px}}.filters-card{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;margin-bottom:20px;padding:20px}@media (min-width:768px){.filters-card{padding:24px}}.filters-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:20px}.filters-header h2{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.filters-header-actions{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.filters-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.filters-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.filters-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:767px){.filters-grid{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.filters-grid.expanded{max-height:2000px;transition:max-height .5s ease-in}}.groups-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.groups-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.groups-grid{grid-template-columns:repeat(3,1fr)}}.group-card{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;cursor:pointer;padding:20px;transition:box-shadow .2s ease,transform .2s ease}.group-card:hover{box-shadow:0 4px 8px #00000014;transform:translateY(-2px)}.group-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.group-header h3{color:#1e293b;flex:1 1;font-size:1rem;font-weight:700;line-height:1.4;margin:0}.group-meta{display:flex;flex-direction:column;gap:4px;margin-bottom:12px}.group-org{color:#475569;font-size:.875rem;font-weight:600}.group-category{color:#64748b;font-size:.8125rem}.group-summary{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#334155;display:-webkit-box;font-size:.9375rem;line-height:1.6;margin-bottom:16px;overflow:hidden}.group-stats-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(3,1fr);margin-bottom:16px}.stat{background:#f8fafc;border-radius:8px;padding:12px 8px;text-align:center}.stat .stat-value{color:#f2994a;font-size:1.25rem;font-weight:700;margin-bottom:4px}.stat .stat-label{color:#64748b;font-size:.6875rem;letter-spacing:.3px;text-transform:uppercase}.group-actions{margin-top:16px}.pagination{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:32px}.page-info{color:#64748b;font-size:.875rem;padding:0 12px}.profile-form{background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000000d;padding:20px}@media (min-width:768px){.profile-form{padding:32px}}.profile-section{border-bottom:1px solid #e2e8f0;margin-bottom:32px;padding-bottom:24px}.profile-section:last-child{border-bottom:none;margin-bottom:0}.profile-section h3{color:#1e293b;font-size:1.125rem;font-weight:700;margin-bottom:16px}.filter-tabs{border-bottom:2px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.filter-tabs button{background:#0000;border:none;border-bottom:3px solid #0000;color:#64748b;cursor:pointer;font-size:.9375rem;font-weight:600;margin-bottom:-2px;padding:12px 20px;transition:all .2s ease}.filter-tabs button:hover{background:#f2994a0d;color:#f2994a}.filter-tabs button.active{border-bottom-color:#f2994a;color:#f2994a}.bids-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:768px){.bids-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.bids-grid{grid-template-columns:repeat(3,1fr)}}.bid-card{border:2px solid #0000}.bid-card.pending{border-color:#f2994a}.bid-card.won{background:linear-gradient(135deg,#fff,#f0fdf4);border-color:#10b981}.bid-card.lost{border-color:#ef4444;opacity:.7}.bid-message{background:#f8fafc;border-left:4px solid #f2994a;border-radius:6px;color:#334155;font-style:italic;margin:12px 0;padding:12px}@media (max-width:767px){.hide-mobile{display:none!important}}@media (min-width:768px){.show-mobile{display:none!important}}.mobile-app-bar{align-items:center;background:#fff;box-shadow:0 2px 8px #00000014;display:flex;height:60px;justify-content:space-between;left:0;padding:0 16px;position:fixed;right:0;top:0;z-index:1000}.app-bar-icon-btn{align-items:center;background:none;border:none;border-radius:8px;color:#29384b;cursor:pointer;display:flex;justify-content:center;padding:8px;transition:all .2s ease}.app-bar-icon-btn:hover{background:#f5f6fa}.app-bar-icon-btn:active{transform:scale(.95)}.app-bar-logo{cursor:pointer;height:40px;transition:opacity .2s ease;width:auto}.app-bar-logo:hover{opacity:.8}.menu-overlay{animation:fadeIn .2s ease;background:#00000080;bottom:0;left:0;position:fixed;right:0;top:60px;z-index:999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menu-drawer{animation:slideIn .3s ease;background:#fff;box-shadow:-4px 0 12px #0000001a;height:calc(100vh - 60px);max-width:80vw;overflow-y:auto;position:fixed;right:0;top:60px;width:280px;z-index:1000}@keyframes slideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}.menu-header{background:linear-gradient(135deg,#29384b,#1a2433);border-bottom:1px solid #e1e4e8;padding:20px}.menu-user-info{align-items:center;color:#fff;display:flex;font-size:.95rem;font-weight:500;gap:12px}.menu-items{padding:8px 0}.menu-item{align-items:center;background:none;border:none;border-right:3px solid #0000;color:#1e293b;cursor:pointer;display:flex;font-size:1rem;font-weight:500;gap:12px;padding:14px 20px;text-align:right;transition:all .2s ease;width:100%}.menu-item:hover{background:#f8fafc;border-right-color:#f2994a}.menu-item:active{transform:scale(.98)}.menu-item.tab-item{color:#334155;font-size:.95rem;padding:12px 20px 12px 32px}.menu-item.tab-item.active{background:#fff7ed;border-right-color:#f2994a;color:#f2994a;font-weight:600}.menu-item.tab-item.active svg{color:#f2994a}.menu-item.logout{color:#dc2626}.menu-item.logout:hover{background:#fef2f2;border-right-color:#dc2626}.menu-section-divider{margin-top:8px;padding:12px 20px 8px}.menu-section-title{color:#64748b;font-size:.75rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.menu-divider{background:#e2e8f0;height:1px;margin:8px 0}@media (min-width:1024px){.mobile-app-bar{display:none}}.progress-bar-container{margin:1rem 0}.progress-bar-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.progress-label{color:#333;font-size:.9rem;font-weight:600}.progress-percentage{color:#666;font-size:.85rem;font-weight:500}.progress-bar-track{background-color:#f0f0f0;border-radius:12px;box-shadow:inset 0 1px 3px #0000001a;height:24px;overflow:hidden;position:relative;width:100%}.progress-bar-fill{align-items:center;border-radius:12px;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:100%;justify-content:flex-end;padding-right:8px;transition:width .5s ease,background-color .3s ease}.progress-threshold{background-color:#dc3545;height:100%;position:absolute;top:0;width:2px;z-index:1}.progress-bar-footer{margin-top:.25rem;text-align:right}.progress-bar-footer .small-text{color:#999;font-size:.75rem}.countdown-timer{align-items:center;border-radius:20px;display:inline-flex;font-size:.85rem;font-weight:600;gap:.5rem;padding:.4rem .8rem;transition:all .3s ease}.countdown-timer.normal{background-color:#e3f2fd;color:#1976d2}.countdown-timer.warning{animation:pulse-warning 2s infinite;background-color:#fff3e0;color:#f57c00}.countdown-timer.critical{animation:pulse-critical 1s infinite;background-color:#ffebee;color:#c62828}.countdown-timer.expired{background-color:#f5f5f5;color:#999}.countdown-icon{font-size:1rem}.countdown-text{white-space:nowrap}@keyframes pulse-warning{0%,to{opacity:1}50%{opacity:.7}}@keyframes pulse-critical{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.policy-page{background-color:#f5f7fa;min-height:100vh}.policy-header{background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 1px 3px #0000001a;padding:1.5rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.policy-header .header-content{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:0 auto;max-width:900px;padding:0 2rem}.policy-header h1{color:#1f2937;flex:1 1;font-size:1.75rem;margin:0;text-align:center}.policy-header .back-button{color:#4f46e5;font-weight:500;padding:.5rem 1rem;text-decoration:none;white-space:nowrap}.policy-header .back-button:hover{color:#4338ca;text-decoration:underline}.policy-container{margin:0 auto;max-width:900px;padding:2rem}.policy-section{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:2rem;padding:2rem}.policy-section .section-title{border-bottom:2px solid #e5e7eb;color:#1f2937;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.75rem}.policy-section .section-content{color:#374151;line-height:1.8}.policy-section .section-content p{margin-bottom:1rem}.policy-section .section-content ul{margin:1rem 0;padding-left:1.5rem}.policy-section .section-content li{margin-bottom:.75rem}.subsection{background-color:#f9fafb;border-radius:6px;margin-top:1.5rem;padding:1.25rem}.subsection h3{color:#1f2937;font-size:1.125rem;font-weight:600;margin-bottom:.75rem}.subsection.allowed{background-color:#f0fdf4;border-left:4px solid #22c55e}.subsection.prohibited{background-color:#fef2f2;border-left:4px solid #ef4444}.subsection.simple-rule{background-color:#eff6ff;border-left:4px solid #3b82f6}.subsection .highlight{color:#1f2937;font-size:1.05rem;font-weight:500;margin:.5rem 0}[dir=rtl] .policy-container{text-align:right}[dir=rtl] .policy-section .section-content ul{padding-left:0;padding-right:1.5rem}[dir=rtl] .subsection.allowed,[dir=rtl] .subsection.prohibited,[dir=rtl] .subsection.simple-rule{border-left:none;border-right:4px solid}[dir=rtl] .subsection.allowed{border-right-color:#22c55e}[dir=rtl] .subsection.prohibited{border-right-color:#ef4444}[dir=rtl] .subsection.simple-rule{border-right-color:#3b82f6}@media (max-width:768px){.policy-header .header-content{padding:0 1rem}.policy-header h1{font-size:1.25rem}.policy-container{padding:1rem}.policy-section{padding:1.5rem}.policy-section .section-title{font-size:1.25rem}}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f6fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;transition:direction .3s ease}[dir=rtl] body{text-align:right}[dir=rtl]{direction:rtl}[dir=ltr]{direction:ltr}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.loading{align-items:center;color:#e59666;display:flex;font-size:1.5em;justify-content:center;min-height:100vh}.btn{border:none;border-radius:5px;cursor:pointer;display:inline-block;font-size:1em;font-weight:600;padding:12px 24px;text-align:center;text-decoration:none;transition:all .3s}.btn:disabled{cursor:not-allowed;opacity:.6}.btn-primary{background:#e59666;color:#fff}.btn-primary:hover:not(:disabled){background:#d17d42;box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover:not(:disabled){background:#5a6268}.btn-danger{background:#dc3545;color:#fff}.btn-danger:hover:not(:disabled){background:#c82333;transform:translateY(-1px)}.btn-danger-ghost{background:#0000;border:1px solid #dc3545;color:#dc3545}.btn-danger-ghost:hover:not(:disabled){background:#dc3545;color:#fff;transform:translateY(-1px)}.btn-danger-text{background:none;border:none;color:#dc3545;font-weight:500;padding:8px 12px}.btn-danger-text:hover:not(:disabled){background:#dc35451a;color:#c82333}.btn-danger-text:disabled{color:#6c757d;cursor:not-allowed}.btn-block{display:block;width:100%}.btn-sm{font-size:.9em;padding:8px 16px}.btn-large{font-size:1.1em;padding:15px 30px}.btn-link{background:none;border:none;color:#e59666;cursor:pointer;font-size:1em;padding:8px;text-decoration:none}.btn-link:hover{text-decoration:underline}input,select,textarea{font-family:inherit}a{color:#e59666;text-decoration:none}a:hover{text-decoration:underline}.text-center{text-align:center}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}
/*# sourceMappingURL=main.ff20998a.css.map*/