:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;margin:0;padding:0}a{color:inherit;text-decoration:none}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.app-logo-header{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:40px 20px;text-align:center;box-shadow:0 4px 20px #0000001a}.app-title{font-size:32px;font-weight:700;margin-bottom:8px;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.app-subtitle{font-size:16px;font-weight:400;margin-bottom:12px;opacity:.95}.app-description{font-size:14px;max-width:800px;margin:0 auto;opacity:.9;line-height:1.5}.app-nav{display:flex;justify-content:center;gap:16px;margin-top:24px;flex-wrap:wrap}.nav-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff3;border:2px solid rgba(255,255,255,.3);border-radius:50px;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-btn:hover{background:#ffffff4d;border-color:#ffffff80;transform:translateY(-2px)}.nav-btn.active{background:#fff;color:#667eea;border-color:#fff;box-shadow:0 4px 15px #0003}.nav-btn svg{width:20px;height:20px}.app-main{flex:1;padding:40px 20px;background:#f7fafc}.container{max-width:1400px;margin:0 auto}.results-info{margin-bottom:20px}.results-count{font-size:14px;color:#4a5568;font-weight:500}.results-count strong{color:#667eea;font-weight:700}.lawyers-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:25px;margin-bottom:30px}.load-more-container{text-align:center;padding:40px 20px;margin-bottom:40px}.load-more-btn{padding:16px 48px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea4d}.load-more-btn:hover{transform:translateY(-3px);box-shadow:0 6px 25px #667eea80}.load-more-btn:active{transform:translateY(-1px)}.load-more-text{margin-top:15px;color:#718096;font-size:14px;font-weight:500}.load-more-btn:disabled{opacity:.6;cursor:not-allowed}.loading-container{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.loading-spinner{width:50px;height:50px;margin:0 auto 20px;border:4px solid #f3f4f6;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.loading-container p{color:#718096;font-size:14px;font-weight:500}.no-results{text-align:center;padding:80px 20px;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a}.no-results-icon{font-size:64px;margin-bottom:20px;opacity:.5}.no-results h3{font-size:20px;color:#2d3748;margin-bottom:8px}.no-results p{font-size:14px;color:#718096;margin-bottom:20px}.reset-btn-large{padding:14px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease}.reset-btn-large:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.app-footer{background:#2d3748;color:#fff;padding:30px 20px;text-align:center}.app-footer p{margin:5px 0;font-size:14px}.footer-note{opacity:.8;font-size:13px}@media(max-width:1200px){.lawyers-grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}}@media(max-width:768px){.app-header{padding:30px 15px}.app-title{font-size:26px}.app-subtitle{font-size:15px}.app-description{font-size:13px}.app-main{padding:25px 15px}.lawyers-grid{grid-template-columns:1fr;gap:20px}.no-results{padding:60px 20px}.no-results-icon{font-size:48px}.no-results h3{font-size:20px}}@media(max-width:480px){.app-title{font-size:22px}.app-subtitle{font-size:14px}.app-description{font-size:12px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lawyers-grid>*{animation:fadeIn .5s ease-out}.homepage{min-height:100vh;background:#fff}.homepage-header{background:#fff;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100}.header-container{max-width:1200px;margin:0 auto;padding:8px 24px;display:flex;justify-content:space-between;align-items:center;min-height:80px}.logo-section{display:flex;align-items:center;gap:4px;text-decoration:none;flex-shrink:0;margin-left:-20px}.logo-section .logo-image{width:120px;height:120px;object-fit:contain;border-radius:0}.logo-icon svg{width:24px;height:24px;color:#fff}.logo-text{font-size:20px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.header-nav{display:flex;align-items:center;gap:24px;flex:1;justify-content:flex-end;margin-left:20px}.nav-link{color:#333;text-decoration:none;font-weight:500;font-size:14px;transition:color .3s ease}.nav-link:hover{color:#667eea}.auth-buttons{display:flex;gap:12px}.login-btn,.signup-btn{padding:10px 24px;border-radius:6px;font-weight:600;font-size:14px;text-decoration:none;transition:all .3s ease}.login-btn{color:#667eea;border:2px solid #667eea;background:#fff}.login-btn:hover{background:#f8f9ff}.signup-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:2px solid transparent}.signup-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.user-menu{display:flex;align-items:center;gap:16px}.user-name{font-weight:600;color:#333}.role-badge{padding:4px 12px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.profile-btn{padding:8px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:6px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;display:inline-block}.profile-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.logout-btn{padding:8px 20px;background:#f5f5f5;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:all .3s ease}.logout-btn:hover{background:#e0e0e0}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px 24px;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;inset:0;background:url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="white" opacity="0.1"/></svg>');opacity:.3}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;position:relative;z-index:1}.hero-content{max-width:600px}.hero-title{font-size:32px;font-weight:800;line-height:1.2;margin-bottom:16px}.gradient-text{display:block!important;color:#fff!important;font-weight:700!important;font-size:36px!important;text-shadow:2px 2px 4px rgba(0,0,0,.5)!important;filter:none!important;letter-spacing:1px!important;position:relative!important;z-index:999!important;line-height:1.3!important;opacity:1!important;background:none!important;-webkit-text-fill-color:#FFFFFF!important;animation:none!important}@keyframes glow{}.hero-subtitle{font-size:16px;line-height:1.5;opacity:.95;margin-bottom:32px}.search-form{margin-bottom:40px}.search-input-wrapper{display:flex;background:#fff;border-radius:12px;padding:8px;box-shadow:0 8px 24px #00000026}.search-icon{padding:12px 16px;font-size:20px}.search-input{flex:1;border:none;outline:none;font-size:15px;padding:12px 8px;color:#333}.search-input::placeholder{color:#999}.search-button{padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;font-size:15px;cursor:pointer;transition:all .3s ease}.search-button:hover{transform:scale(1.05)}.quick-stats{display:flex;gap:40px}.stat{display:flex;flex-direction:column;gap:4px}.stat strong{font-size:24px;font-weight:700}.stat span{font-size:13px;opacity:.9}.hero-image{position:relative;height:400px}.floating-card{position:absolute;background:#fff;border-radius:10px;padding:16px;box-shadow:0 8px 24px #00000026;display:flex;gap:12px;align-items:center;animation:float 3s ease-in-out infinite}.card-1{top:20px;left:20px;animation-delay:0s}.card-2{top:140px;right:40px;animation-delay:1s}.card-3{bottom:40px;left:60px;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.card-icon{font-size:28px;width:44px;height:44px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;display:flex;align-items:center;justify-content:center}.card-content h4{color:#333;font-size:14px;margin:0 0 4px}.card-content p{color:#666;font-size:12px;margin:0}.section-container{max-width:1200px;margin:0 auto;padding:40px 24px}.section-title{font-size:20px!important;font-weight:700;text-align:center;margin-bottom:6px;color:#1a1a1a}.section-subtitle{font-size:13px!important;text-align:center;color:#666;margin-bottom:32px}.specializations-section{background:#f8f9fa}.specializations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.specialization-card{background:#fff;border-radius:10px;padding:24px;text-align:center;text-decoration:none;color:#333;transition:all .3s ease;border:2px solid transparent}.specialization-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001a;border-color:var(--card-color)}.spec-icon{font-size:40px;margin-bottom:12px}.specialization-card h3{font-size:16px;font-weight:600;margin:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}.feature-card{text-align:center;padding:24px}.feature-icon{font-size:48px;margin-bottom:16px}.feature-card h3{font-size:18px;font-weight:600;margin-bottom:10px;color:#1a1a1a}.feature-card p{font-size:14px;color:#666;line-height:1.5}.top-articles-section{background:#f8f9fa}.top-articles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:40px}.top-article-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column}.top-article-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #00000026}.top-article-image{width:100%;height:220px;overflow:hidden;background:#f0f0f0}.top-article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.top-article-card:hover .top-article-image img{transform:scale(1.08)}.top-article-content{padding:20px;flex:1;display:flex;flex-direction:column}.top-article-category{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;font-size:12px;font-weight:600;text-transform:capitalize;margin-bottom:12px;width:fit-content}.top-article-title{font-size:20px;font-weight:700;color:#1a1a1a;margin:0 0 12px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.top-article-summary{font-size:14px;color:#555;line-height:1.6;margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.top-article-meta{display:flex;justify-content:space-between;align-items:center;padding-top:12px;border-top:1px solid #e0e0e0}.article-author-info{display:flex;align-items:center;gap:4px;font-size:13px;color:#666}.author-name{font-weight:600;color:#333}.author-profession{color:#888;text-transform:capitalize}.read-time{font-size:13px;color:#888;font-weight:500}.see-articles-button-container{text-align:center;margin-top:20px}.see-articles-button{display:inline-block;padding:14px 40px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:24px;font-weight:600;font-size:15px;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d}.see-articles-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea66}.articles-section{background:#f8f9fa}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.view-all-link{color:#667eea;text-decoration:none;font-weight:600;font-size:16px;transition:all .3s}.view-all-link:hover{color:#764ba2;transform:translate(4px)}.articles-grid-home{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:30px}.article-card-home{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s;text-decoration:none;color:inherit;display:flex;flex-direction:column}.article-card-home:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00000026}.article-image-home{position:relative;width:100%;height:180px;overflow:hidden;background:#f0f0f0}.article-image-home img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.article-card-home:hover .article-image-home img{transform:scale(1.05)}.featured-badge-home{position:absolute;top:12px;right:12px;padding:6px 12px;background:#f39c12e6;color:#fff;border-radius:20px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.article-content-home{padding:20px;flex:1;display:flex;flex-direction:column}.article-category-home{display:inline-block;padding:6px 12px;background:#f8f9fa;border-radius:20px;font-size:12px;font-weight:600;color:#667eea;text-transform:capitalize;margin-bottom:12px;width:fit-content}.article-content-home h3{margin:0 0 10px;color:#2c3e50;font-size:18px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-content-home p{color:#34495e;font-size:13px;line-height:1.5;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.article-meta-home{display:flex;gap:8px;color:#7f8c8d;font-size:13px;align-items:center}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:50px 24px;text-align:center}.cta-container h2{font-size:24px;font-weight:700;margin-bottom:12px}.cta-container p{font-size:14px;opacity:.95;margin-bottom:28px}.cta-buttons{display:flex;gap:16px;justify-content:center}.cta-primary,.cta-secondary{padding:14px 36px;border-radius:8px;font-weight:600;font-size:15px;text-decoration:none;transition:all .3s ease}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ffffff4d}.cta-secondary:hover{background:#ffffff1a}.homepage-footer{background:#1a1a1a;color:#fff;padding:60px 24px 24px}.footer-container{max-width:1200px;margin:0 auto 40px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:40px}.footer-section h4{font-size:16px;font-weight:600;margin-bottom:16px}.footer-section a{display:block;color:#999;text-decoration:none;margin-bottom:12px;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-section p{color:#999;font-size:14px;line-height:1.6;margin:8px 0}.footer-logo{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:20px;font-weight:700}.footer-logo .logo-image{width:80px;height:80px;object-fit:contain;border-radius:0}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:24px;border-top:1px solid #333;text-align:center;color:#999;font-size:14px}@media(max-width:968px){.header-container{flex-direction:column;gap:16px}.header-nav{width:100%;flex-wrap:wrap;justify-content:center;gap:12px}.nav-link{font-size:13px;padding:8px 16px;background:#f5f5f5;border-radius:6px;white-space:nowrap}.auth-buttons{width:100%;justify-content:center}.user-menu{flex-wrap:wrap;justify-content:center}.hero-container{grid-template-columns:1fr;gap:40px}.hero-image{display:none}.hero-title{font-size:28px}.specializations-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px}.top-articles-grid{grid-template-columns:1fr;gap:24px}.top-article-image{height:220px}}@media(max-width:640px){.hero-title{font-size:24px}.hero-subtitle{font-size:14px}.quick-stats{flex-direction:column;gap:20px}.search-input-wrapper{flex-direction:column;gap:8px}.search-button{width:100%}.section-title{font-size:18px}.cta-buttons{flex-direction:column}.cta-primary,.cta-secondary{width:100%}}.login-container{display:flex;min-height:100vh;background:#f8f9fa}.login-left{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.login-left:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.login-branding{max-width:100%;position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start}.logo-section{display:flex;align-items:center;gap:15px;margin-bottom:30px;justify-content:flex-start}.logo-icon{width:auto!important;height:150px!important;background:transparent;border-radius:0;display:flex;align-items:center;justify-content:flex-start;-webkit-backdrop-filter:none;backdrop-filter:none}.logo-icon svg{width:36px;height:36px;color:#fff}.logo-text{font-size:42px;font-weight:900;margin:0;letter-spacing:-1px;color:#1e3a8a!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#1e3a8a}.tagline{font-size:28px;font-weight:600;margin-bottom:20px;line-height:1.3}.description{font-size:16px;line-height:1.6;opacity:.95;margin-bottom:40px}.features{display:flex;flex-direction:column;gap:20px}.feature-item{display:flex;align-items:center;gap:15px;font-size:16px}.feature-icon{width:28px;height:28px;background:#ffffff40;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.login-right{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background:#fff}.login-form-container{width:100%;max-width:440px}.login-header{text-align:center;margin-bottom:40px}.login-header h2{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:10px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#1a1a1a}.login-header p{font-size:16px;color:#666;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#666}.error-message{background:#fee;border:1px solid #fcc;color:#c33;padding:12px 16px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-size:14px}.login-form{display:flex;flex-direction:column;gap:20px}.form-group label{font-size:14px;font-weight:600;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#333}.form-group input{padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;transition:all .3s ease;outline:none;color:#333;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#333;touch-action:manipulation;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.password-input-wrapper input{width:100%;padding-right:50px}.password-toggle{position:absolute;right:12px;background:none;border:none;cursor:pointer;font-size:20px;padding:5px;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s ease}.password-toggle:hover{color:#667eea}.form-options{display:flex;justify-content:space-between;align-items:center;margin-top:-5px}.remember-me{display:flex;align-items:center;gap:8px;font-size:14px;color:#666;cursor:pointer}.remember-me input[type=checkbox]{width:18px;height:18px;cursor:pointer}.forgot-password{font-size:14px;color:#667eea;text-decoration:none;font-weight:600}.forgot-password:hover{text-decoration:underline}.login-button{padding:16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:10px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:white}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.login-button:disabled{opacity:.7;cursor:not-allowed}.divider{text-align:center;margin:30px 0;position:relative}.divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#e0e0e0}.divider span{background:#fff;padding:0 15px;color:#999;font-size:14px;position:relative;z-index:1}.social-login{display:flex;flex-direction:column;gap:12px}.social-button{display:flex;align-items:center;justify-content:center;gap:12px;padding:14px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#333}.social-button:hover{border-color:#667eea;background:#f8f9ff}.signup-link{text-align:center;margin-top:30px;font-size:15px;color:#666;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#666}.signup-link a{color:#667eea;text-decoration:none;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#667eea}.signup-link a:hover{text-decoration:underline}@media(max-width:968px){.login-container{flex-direction:column;min-height:100vh;overflow-y:auto}.login-left{padding:40px 30px;min-height:auto;flex:0 0 auto}.login-branding{max-width:100%}.logo-text{font-size:32px}.tagline{font-size:22px}.login-right{padding:30px 20px;min-height:auto;flex:0 0 auto}.login-form-container{max-width:100%}}@media(max-width:480px){.login-container{min-height:100vh;height:auto}.login-left{padding:30px 20px;min-height:200px}.login-right{padding:30px 20px;min-height:calc(100vh - 200px)}.login-header h2{font-size:26px}.logo-section{gap:10px}.logo-icon{width:auto;height:120px!important}.logo-icon svg{width:30px;height:30px}.logo-text{font-size:28px}.tagline{font-size:20px}.description{font-size:14px}.features{gap:15px}.feature-item{font-size:14px}.form-group input{padding:12px 14px;font-size:16px;touch-action:manipulation;-webkit-user-select:text;user-select:text}.password-input-wrapper input{padding-right:45px}.login-button{padding:14px;font-size:16px}}.register-container{display:flex;min-height:100vh;background:#f8f9fa}.register-left{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.register-left:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite}.register-branding{max-width:500px;position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start}.logo-section{display:flex;align-items:center;gap:15px;margin-bottom:30px;text-decoration:none!important;color:#fff!important;cursor:pointer;transition:all .3s ease;justify-content:flex-start}.logo-section:hover{transform:translate(5px);opacity:.9;color:#fff!important}.logo-section:visited,.logo-section:active{color:#fff!important}.logo-icon{width:auto!important;height:150px!important;color:#fff;background:transparent;border-radius:0;display:flex;align-items:center;justify-content:flex-start}.logo-icon .logo-image{width:auto;height:100%;max-width:none;object-fit:contain}.logo-text{font-size:36px;font-weight:900;color:#1e3a8a!important;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:40px}.stat-item{text-align:center}.stat-item h3{font-size:32px;font-weight:700;margin-bottom:8px;color:#fff!important}.stat-item p{font-size:14px;opacity:.9;color:#fff!important}.register-right{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background:#fff;overflow-y:auto}.register-form-container{width:100%;max-width:600px}.register-header{text-align:center;margin-bottom:30px}.register-header h2{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:10px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#1a1a1a}.register-header p{font-size:16px;color:#666;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#666}.progress-indicator{display:flex;align-items:center;justify-content:center;margin-bottom:40px;gap:20px}.progress-step{display:flex;flex-direction:column;align-items:center;gap:8px;opacity:.4;transition:opacity .3s ease}.progress-step.active{opacity:1}.step-number{width:40px;height:40px;border-radius:50%;background:#e0e0e0;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;color:#666;transition:all .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#666}.progress-step.active .step-number{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;-webkit-text-fill-color:white}.progress-step span{font-size:13px;font-weight:600;color:#666;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#666}.progress-line{width:60px;height:2px;background:#e0e0e0}.register-form{display:flex;flex-direction:column}.form-step{display:flex;flex-direction:column;gap:20px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.form-group label{font-size:14px;font-weight:600;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.form-group input,.form-group select{padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;transition:all .3s ease;outline:none;font-family:inherit;color:#333;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:manipulation;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.form-group input:focus,.form-group select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input::placeholder{color:#999;opacity:1;-webkit-text-fill-color:#999}.form-group input::-webkit-input-placeholder{color:#999;opacity:1}.form-group input::-moz-placeholder{color:#999;opacity:1}.form-group input:-ms-input-placeholder{color:#999;opacity:1}.form-group select{cursor:pointer;background:#fff;color:#333;-webkit-text-fill-color:#333}.form-group select option{color:#333;background:#fff}.next-button,.register-button,.back-button{padding:16px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.next-button,.register-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;-webkit-text-fill-color:white}.next-button:hover:not(:disabled),.register-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.back-button{background:#fff;border:2px solid #e0e0e0;color:#666;-webkit-text-fill-color:#666}.back-button:hover{border-color:#667eea;color:#667eea;-webkit-text-fill-color:#667eea}.register-button:disabled{opacity:.7;cursor:not-allowed}.form-actions{display:grid;grid-template-columns:1fr 2fr;gap:15px;margin-top:10px}.login-link{text-align:center;margin-top:30px;font-size:15px;color:#666;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#666}.login-link a{color:#667eea;text-decoration:none;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#667eea}.login-link a:hover{text-decoration:underline}@media(max-width:968px){.register-container{flex-direction:column;min-height:100vh;overflow-y:auto}.register-left{padding:40px 30px;min-height:auto;flex:0 0 auto}.stats{grid-template-columns:repeat(3,1fr);gap:20px}.stat-item h3{font-size:24px}.stat-item p{font-size:12px}.register-right{padding:30px 20px;min-height:auto;flex:0 0 auto}.register-form-container{max-width:100%}}@media(max-width:640px){.form-row,.form-actions{grid-template-columns:1fr}.progress-indicator{gap:10px}.progress-line{width:40px}.progress-step span{font-size:11px}.step-number{width:35px;height:35px;font-size:14px}.stats{gap:15px}.stat-item h3{font-size:20px}}@media(max-width:480px){.register-container{min-height:100vh;height:auto}.register-left{padding:30px 20px;min-height:200px}.register-right{padding:30px 20px;min-height:calc(100vh - 200px)}.register-header h2{font-size:24px}.logo-icon{height:120px!important}.logo-text{font-size:24px}.tagline{font-size:18px}.description{font-size:14px}.form-group input,.form-group select{padding:12px 14px;font-size:16px;touch-action:manipulation;-webkit-user-select:text;user-select:text}.password-input-wrapper input{padding-right:45px}.next-button,.register-button,.back-button{padding:14px;font-size:16px}.user-type-selection{grid-template-columns:1fr;gap:15px}.user-type-card{padding:20px 15px}.user-type-icon{width:50px;height:50px}.user-type-card h4{font-size:18px}.specialization-grid{grid-template-columns:1fr}}.user-type-selection{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.user-type-card{padding:30px 20px;border:3px solid #e0e0e0;border-radius:12px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff}.user-type-card:hover{border-color:#667eea;transform:translateY(-5px);box-shadow:0 10px 25px #667eea26}.user-type-card.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d);box-shadow:0 10px 25px #667eea33}.user-type-icon{width:60px;height:60px;margin:0 auto 15px;color:#667eea}.user-type-icon svg{width:100%;height:100%}.user-type-card h4{font-size:20px;font-weight:700;color:#333;margin-bottom:8px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#333}.user-type-card p{font-size:14px;color:#666;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#666}.user-type-card.selected h4{color:#667eea;-webkit-text-fill-color:#667eea}.specialization-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:10px}.specialization-chip{padding:12px 16px;border:2px solid #e0e0e0;border-radius:8px;text-align:center;font-size:14px;font-weight:500;color:#666;cursor:pointer;transition:all .3s ease;background:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#666;touch-action:manipulation}.specialization-chip:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px);-webkit-text-fill-color:#667eea}.specialization-chip.selected{border-color:#667eea;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 12px #667eea4d;-webkit-text-fill-color:white}.next-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@media(max-width:480px){.register-header h2{font-size:26px}.logo-text{font-size:28px}.tagline{font-size:20px}.user-type-selection{grid-template-columns:1fr}.specialization-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.specialization-chip{padding:10px 12px;font-size:13px}}.password-input-wrapper input{width:100%;padding-right:45px}.image-upload-container{margin-top:8px}.image-upload-label{display:block;cursor:pointer}.upload-placeholder{border:2px dashed #e0e0e0;border-radius:12px;padding:40px 20px;text-align:center;transition:all .3s ease;background:#f8f9fa}.upload-placeholder:hover{border-color:#667eea;background:#667eea0d}.upload-placeholder svg{color:#667eea;margin-bottom:12px}.upload-placeholder p{font-size:15px;font-weight:600;color:#333;margin:0 0 8px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#333}.upload-placeholder small{font-size:13px;color:#666;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-fill-color:#666}.image-preview-wrapper{position:relative;width:150px;height:150px;margin:0 auto;border-radius:12px;overflow:hidden;border:3px solid #667eea;box-shadow:0 4px 12px #667eea33}.image-preview{width:100%;height:100%;object-fit:cover}.remove-image-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#f00c;color:#fff;border:none;cursor:pointer;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.remove-image-btn:hover{background:red;transform:scale(1.1)}@media(max-width:480px){.upload-placeholder{padding:30px 15px}.image-preview-wrapper{width:120px;height:120px}}.location-autocomplete{position:relative;width:100%}.location-autocomplete input{width:100%;padding:12px 16px;font-size:15px;border:2px solid #e0e0e0;border-radius:8px;outline:none;transition:all .3s ease;background-color:#fff;font-family:inherit}.location-autocomplete input:focus{border-color:#2c5f2d;box-shadow:0 0 0 3px #2c5f2d1a}.location-autocomplete input::placeholder{color:#999}.suggestions-list{position:absolute;top:calc(100% + 4px);left:0;right:0;max-height:300px;overflow-y:auto;background:#fff;border:2px solid #e0e0e0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;list-style:none;margin:0;padding:4px 0}.suggestion-item{padding:12px 16px;cursor:pointer;transition:background-color .2s ease;display:flex;align-items:center;gap:8px;font-size:15px;color:#333}.suggestion-item:hover,.suggestion-item.highlighted{background-color:#f0f7f0;color:#2c5f2d}.suggestion-item .location-icon{font-size:16px;flex-shrink:0}.suggestions-list::-webkit-scrollbar{width:8px}.suggestions-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.suggestions-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.suggestions-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.suggestions-list{animation:slideDown .2s ease}@media(max-width:768px){.suggestions-list{max-height:200px}.suggestion-item{padding:10px 14px;font-size:14px}}.forgot-password-container{display:flex;min-height:100vh;background:#f8f9fa}.forgot-password-left{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.forgot-password-left:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite}.forgot-password-branding{max-width:500px;position:relative;z-index:1}.forgot-password-right{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background:#fff}.forgot-password-form-container{width:100%;max-width:500px}.forgot-password-header{text-align:center;margin-bottom:40px}.forgot-password-header h2{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.forgot-password-header p{font-size:16px;color:#666}.forgot-password-form{display:flex;flex-direction:column;gap:24px}.form-group input{padding:14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;transition:all .3s ease;outline:none;font-family:inherit}.form-group input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background:#f5f5f5;cursor:not-allowed}.success-message-container{text-align:center;padding:20px}.success-icon{margin:0 auto 20px;animation:scaleIn .5s ease-out}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}.success-message-container h3{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:15px}.success-message{font-size:16px;color:#28a745;font-weight:600;margin-bottom:20px}.email-instructions{background:#f8f9fa;padding:20px;border-radius:8px;margin:20px 0;text-align:left}.email-instructions p{color:#666;margin-bottom:15px;line-height:1.6}.email-instructions ul{list-style:none;padding:0;margin:0}.email-instructions li{padding:8px 0;color:#666;display:flex;align-items:center;gap:10px}.email-instructions li:before{content:"✓";color:#28a745;font-weight:700;font-size:18px}.action-buttons{display:flex;gap:15px;margin-top:30px}.login-button,.resend-button{flex:1;padding:14px;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.login-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.login-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.resend-button{background:#fff;border:2px solid #e0e0e0;color:#666}.resend-button:hover{border-color:#667eea;color:#667eea}@media(max-width:968px){.forgot-password-container{flex-direction:column}.forgot-password-left{padding:40px 30px;min-height:250px}.forgot-password-right{padding:30px 20px}}@media(max-width:640px){.forgot-password-header h2{font-size:26px}.logo-text{font-size:28px}.tagline{font-size:20px}.action-buttons{flex-direction:column}}.reset-password-container{display:flex;min-height:100vh;background:#f8f9fa}.reset-password-left{flex:1;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:60px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.reset-password-left:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);animation:pulse 15s ease-in-out infinite}.reset-password-branding{max-width:500px;position:relative;z-index:1}.logo-section{display:flex;align-items:center;gap:15px;margin-bottom:30px;text-decoration:none!important;color:#fff!important;cursor:pointer;transition:all .3s ease}.logo-section:hover{transform:translate(5px);opacity:.9}.logo-icon{width:50px;height:50px;color:#fff}.logo-icon svg{width:100%;height:100%}.logo-text{font-size:36px;font-weight:700;color:#fff!important;margin:0}.tagline{font-size:24px;font-weight:600;color:#fff!important;margin-bottom:15px}.description{font-size:16px;line-height:1.6;color:#fff!important;opacity:.95}.reset-password-right{flex:1;display:flex;align-items:center;justify-content:center;padding:40px;background:#fff}.reset-password-form-container{width:100%;max-width:500px}.reset-password-header{text-align:center;margin-bottom:40px}.icon-wrapper{margin:0 auto 20px;width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea1a,#764ba21a);border-radius:50%}.reset-password-header h2{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:10px}.reset-password-header p{font-size:16px;color:#666}.reset-password-form{display:flex;flex-direction:column;gap:24px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#333}.password-input-wrapper{position:relative;display:flex;align-items:center}.password-input-wrapper input{width:100%;padding:14px 45px 14px 16px;border:2px solid #e0e0e0;border-radius:8px;font-size:15px;transition:all .3s ease;outline:none;font-family:inherit}.password-input-wrapper input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.password-input-wrapper input:disabled{background:#f5f5f5;cursor:not-allowed}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:6px;display:flex;align-items:center;justify-content:center;color:#999;transition:color .3s ease;border-radius:4px}.password-toggle:hover{color:#667eea;background:#667eea1a}.password-toggle:focus{outline:2px solid #667eea;outline-offset:2px}.password-toggle svg{width:20px;height:20px}.reset-button{padding:16px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.reset-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #667eea4d}.reset-button:disabled{opacity:.7;cursor:not-allowed;transform:none}.back-to-login{text-align:center;margin-top:10px}.back-to-login a{display:inline-flex;align-items:center;gap:8px;color:#667eea;text-decoration:none;font-weight:600;font-size:15px;transition:all .3s ease}.back-to-login a:hover{color:#764ba2;gap:12px}.error-message{background:#fee;border-left:4px solid #f44336;padding:12px 16px;border-radius:4px;color:#c62828;display:flex;align-items:center;gap:10px;font-size:14px}@keyframes pulse{0%,to{transform:translate(0)}50%{transform:translate(-5%,-5%)}}@media(max-width:968px){.reset-password-container{flex-direction:column}.reset-password-left{padding:40px 30px;min-height:250px}.reset-password-right{padding:30px 20px}}@media(max-width:640px){.reset-password-header h2{font-size:26px}.logo-text{font-size:28px}.tagline{font-size:20px}}.payment-details-container{background:#fff;border-radius:12px;padding:30px;box-shadow:0 2px 8px #0000001a;margin:20px 0}.payment-details-header{margin-bottom:30px;border-bottom:2px solid #f0f0f0;padding-bottom:20px}.payment-details-header h2{color:#2c3e50;font-size:24px;margin-bottom:10px;display:flex;align-items:center;gap:10px}.payment-details-subtitle{color:#7f8c8d;font-size:14px;margin:0}.payment-details-loading{text-align:center;padding:40px;color:#7f8c8d;font-size:16px}.payment-message{padding:15px 20px;border-radius:8px;margin-bottom:20px;font-size:14px;animation:slideIn .3s ease-out}.payment-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.payment-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.payment-details-form{display:flex;flex-direction:column;gap:30px}.form-section{background:#f8f9fa;padding:25px;border-radius:10px;border:1px solid #e9ecef}.form-section h3{color:#2c3e50;font-size:18px;margin-bottom:20px;display:flex;align-items:center;gap:8px}.form-group:last-child{margin-bottom:0}.form-group label{display:block;margin-bottom:8px;color:#495057;font-weight:500;font-size:14px}.form-group input,.form-group select{width:100%;padding:12px 15px;border:1px solid #ced4da;border-radius:6px;font-size:14px;transition:all .3s ease;background-color:#fff}.form-group input:focus,.form-group select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.form-group input:disabled,.form-group select:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.7}.form-group input::placeholder{color:#adb5bd}.field-hint{display:block;margin-top:6px;color:#6c757d;font-size:12px;font-style:italic}.payment-details-actions{display:flex;gap:15px;justify-content:flex-start;padding-top:20px;border-top:2px solid #f0f0f0}.btn-edit-payment,.btn-save-payment,.btn-cancel-payment{padding:12px 30px;border:none;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px}.btn-edit-payment{background-color:#007bff;color:#fff}.btn-edit-payment:hover{background-color:#0056b3;transform:translateY(-2px);box-shadow:0 4px 12px #007bff4d}.btn-save-payment{background-color:#28a745;color:#fff}.btn-save-payment:hover:not(:disabled){background-color:#218838;transform:translateY(-2px);box-shadow:0 4px 12px #28a7454d}.btn-save-payment:disabled{background-color:#6c757d;cursor:not-allowed;opacity:.6}.btn-cancel-payment{background-color:#6c757d;color:#fff}.btn-cancel-payment:hover:not(:disabled){background-color:#5a6268}.btn-cancel-payment:disabled{opacity:.6;cursor:not-allowed}.payment-security-note{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;padding:15px 20px;margin-top:20px}.payment-security-note p{margin:0;color:#856404;font-size:13px;line-height:1.6}.payment-security-note strong{color:#533f03}@media(max-width:768px){.payment-details-container{padding:20px;margin:10px 0}.payment-details-header h2{font-size:20px}.form-section{padding:20px}.form-section h3{font-size:16px}.payment-details-actions{flex-direction:column}.btn-edit-payment,.btn-save-payment,.btn-cancel-payment{width:100%;justify-content:center}}.form-section{animation:fadeIn .5s ease-out}.profile-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding-bottom:50px}.profile-header{background:#fff;padding:30px 0;box-shadow:0 2px 10px #0000001a;margin-bottom:30px}.profile-header-content{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;justify-content:space-between;gap:30px}.logo-link{display:flex;align-items:center;gap:4px;text-decoration:none;flex-shrink:0;margin-left:-20px}.header-logo{width:120px;height:120px;object-fit:contain}.logo-title{font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header-text{flex:1;text-align:center}.header-text h1{font-size:32px;color:#333;margin:0 0 8px}.header-text p{color:#666;margin:0;font-size:16px}.profile-container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:300px 1fr;gap:30px}@media(max-width:968px){.profile-container{grid-template-columns:1fr}}.profile-sidebar{background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #0000001a;height:fit-content;position:sticky;top:20px}.profile-user-info{text-align:center;margin-bottom:30px;padding-bottom:30px;border-bottom:1px solid #e0e0e0}.profile-avatar{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;margin:0 auto 15px;box-shadow:0 4px 15px #667eea4d}.profile-user-info h3{margin:0 0 5px;color:#333;font-size:20px}.user-email{color:#666;font-size:14px;margin:0 0 10px;word-break:break-word}.user-role-badge{display:inline-block;padding:6px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.google-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:20px;font-size:12px;color:#666;margin-top:8px}.profile-nav{display:flex;flex-direction:column;gap:8px}.profile-nav-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:transparent;border:none;border-radius:8px;color:#666;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s;text-align:left}.profile-nav-item:hover{background:#f5f5f5;color:#667eea}.profile-nav-item.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.profile-nav-item svg{flex-shrink:0}.profile-content{background:#fff;border-radius:12px;padding:40px;box-shadow:0 4px 20px #0000001a}@media(max-width:768px){.profile-content{padding:25px}}.alert{display:flex;align-items:center;gap:12px;padding:16px;border-radius:8px;margin-bottom:25px;font-size:14px;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.alert-error{background:#fee;color:#c33;border:1px solid #fcc}.alert-success{background:#efe;color:#3c3;border:1px solid #cfc}.alert svg{flex-shrink:0}.info-banner{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#e3f2fd;border:1px solid #90caf9;border-radius:8px;margin-bottom:25px}.info-banner svg{flex-shrink:0;color:#1976d2;margin-top:2px}.info-banner p{margin:0;color:#1565c0;font-size:14px;line-height:1.5}.profile-form h2{margin:0 0 8px;color:#333;font-size:24px}.form-description{color:#666;margin:0 0 30px;font-size:14px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.form-group input,.form-group select{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:15px;transition:all .3s;font-family:inherit}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group small{display:block;margin-top:6px;color:#666;font-size:12px}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-bottom:20px}@media(max-width:768px){.form-row{grid-template-columns:1fr}}.password-input-wrapper{position:relative}.password-input-wrapper input{padding-right:45px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:5px;font-size:18px;opacity:.6;transition:opacity .3s}.password-toggle:hover{opacity:1}.form-actions{margin-top:30px;padding-top:30px;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:15px}.save-button{padding:12px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #667eea4d}.save-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.save-button:disabled{opacity:.6;cursor:not-allowed}.loading-spinner{display:flex;align-items:center;justify-content:center;min-height:400px;font-size:18px;color:#fff}@media(max-width:968px){.profile-sidebar{position:static}.profile-nav{flex-direction:row;overflow-x:auto}.profile-nav-item{white-space:nowrap}}@media(max-width:480px){.profile-header{padding:20px 0}.profile-header h1{font-size:24px}.profile-sidebar{padding:20px}.profile-avatar{width:80px;height:80px;font-size:32px}.profile-content{padding:20px}.profile-form h2{font-size:20px}}.profile-avatar{overflow:hidden}.profile-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.profile-avatar-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.profile-image-upload-container{margin-top:8px}.profile-image-upload-label{display:block;cursor:pointer}.profile-upload-placeholder{border:2px dashed #e0e0e0;border-radius:12px;padding:40px 20px;text-align:center;transition:all .3s ease;background:#f8f9fa}.profile-upload-placeholder:hover{border-color:#667eea;background:#667eea0d}.profile-upload-placeholder svg{color:#667eea;margin-bottom:12px}.profile-upload-placeholder p{font-size:15px;font-weight:600;color:#333;margin:0 0 8px}.profile-upload-placeholder small{font-size:13px;color:#666}.profile-image-preview-wrapper{position:relative;width:150px;height:150px;margin:0 auto;border-radius:12px;overflow:hidden;border:3px solid #667eea;box-shadow:0 4px 12px #667eea33}.profile-image-preview{width:100%;height:100%;object-fit:cover}.remove-profile-image-btn{position:absolute;top:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#f00c;color:#fff;border:none;cursor:pointer;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:10}.remove-profile-image-btn:hover{background:red;transform:scale(1.1)}@media(max-width:480px){.profile-upload-placeholder{padding:30px 15px}.profile-image-preview-wrapper{width:120px;height:120px}}.search-bar{width:100%;margin-bottom:20px}.search-input-wrapper{position:relative;display:flex;align-items:center;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;transition:box-shadow .3s ease}.search-input-wrapper:focus-within{box-shadow:0 4px 16px #667eea33}.search-icon{position:absolute;left:20px;font-size:20px;color:#718096;pointer-events:none}.search-input{width:100%;padding:16px 50px 16px 55px;border:2px solid transparent;border-radius:12px;font-size:16px;outline:none;transition:border-color .3s ease}.search-input:focus{border-color:#667eea}.search-input::placeholder{color:#a0aec0}.clear-search{position:absolute;right:15px;background:#e2e8f0;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#4a5568;font-size:16px;transition:all .2s ease}.clear-search:hover{background:#cbd5e0;transform:scale(1.1)}@media(max-width:768px){.search-input{padding:14px 45px 14px 50px;font-size:14px}.search-icon{left:15px;font-size:18px}}.filter-section{display:flex;flex-wrap:wrap;gap:15px;align-items:flex-end;background:#fff;padding:20px;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:25px}.filter-group{display:flex;flex-direction:column;gap:8px;flex:1;min-width:200px}.filter-label{font-size:14px;font-weight:600;color:#4a5568;display:flex;align-items:center;gap:5px}.location-filter-wrapper{display:flex;gap:8px;align-items:stretch}.location-filter-wrapper .filter-select,.location-filter-wrapper .location-autocomplete{flex:1}.toggle-autocomplete-btn{padding:12px 16px;background:linear-gradient(135deg,#64b5f6,#42a5f5);color:#fff;border:none;border-radius:8px;font-size:18px;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 4px #42a5f54d;display:flex;align-items:center;justify-content:center;min-width:48px}.toggle-autocomplete-btn:hover{transform:translateY(-2px);box-shadow:0 4px 8px #42a5f566;background:linear-gradient(135deg,#42a5f5,#2196f3)}.toggle-autocomplete-btn:active{transform:translateY(0)}.filter-select{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;color:#2d3748;background:#fff;cursor:pointer;transition:all .3s ease;outline:none}.filter-select option{padding:10px 12px}.filter-select:hover{border-color:#cbd5e0}.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.reset-btn{padding:12px 24px;background:#f7fafc;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-weight:600;color:#4a5568;cursor:pointer;transition:all .3s ease;white-space:nowrap}.reset-btn:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.reset-btn:active{transform:translateY(0)}@media(max-width:768px){.filter-section{flex-direction:column;padding:15px}.filter-group{width:100%;min-width:unset}.reset-btn{width:100%}}.custom-dropdown{position:relative;width:100%}.custom-dropdown-header{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease;-webkit-user-select:none;user-select:none}.custom-dropdown-header:hover{border-color:#cbd5e0}.custom-dropdown-header:focus-within{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.custom-dropdown-value{font-size:14px;color:#2d3748;flex:1}.custom-dropdown-arrow{font-size:10px;color:#4a5568;transition:transform .3s ease;margin-left:8px}.custom-dropdown-arrow.open{transform:rotate(180deg)}.custom-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:2px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;max-height:300px;display:flex;flex-direction:column}.custom-dropdown-search{padding:10px 12px;border:none;border-bottom:2px solid #e2e8f0;font-size:14px;outline:none;flex-shrink:0}.custom-dropdown-search:focus{border-bottom-color:#667eea}.custom-dropdown-options{overflow-y:auto;max-height:250px}.custom-dropdown-option{padding:10px 16px;cursor:pointer;font-size:14px;color:#2d3748;transition:background-color .2s ease}.custom-dropdown-option:hover{background-color:#f7fafc}.custom-dropdown-option.selected{background-color:#667eea;color:#fff;font-weight:600}.custom-dropdown-option.selected:hover{background-color:#5568d3}.custom-dropdown-no-results{padding:16px;text-align:center;color:#a0aec0;font-size:14px}.custom-dropdown-options::-webkit-scrollbar{width:8px}.custom-dropdown-options::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.custom-dropdown-options::-webkit-scrollbar-thumb{background:#667eea;border-radius:4px}.custom-dropdown-options::-webkit-scrollbar-thumb:hover{background:#5568d3}.lawyer-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:16px;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.lawyer-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.lawyer-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;padding-bottom:12px;border-bottom:2px solid #f0f0f0}.lawyer-avatar{width:52px;height:52px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;font-weight:700;flex-shrink:0;position:relative;overflow:hidden}.lawyer-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.lawyer-avatar-initials{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.online-status{position:absolute;bottom:2px;right:2px;width:16px;height:16px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003}.online-dot{width:10px;height:10px;background:#10b981;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}.lawyer-title h3{margin:0;font-size:17px;color:#2d3748;display:flex;align-items:center;gap:6px}.online-badge{font-size:11px;color:#10b981;font-weight:600;display:inline-flex;align-items:center;gap:3px;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bar-registration{margin:4px 0 0;font-size:11px;color:#718096;font-weight:500}.lawyer-card-body{flex:1;display:flex;flex-direction:column;gap:12px}.specialization-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}.tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:5px 10px;border-radius:16px;font-size:11px;font-weight:500;white-space:nowrap}.lawyer-info{display:flex;flex-direction:column;gap:6px}.lawyer-card .info-row{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:flex-start!important;gap:6px!important;font-size:13px!important;line-height:1.5!important;width:100%!important}.lawyer-card .info-row .info-label{font-weight:600!important;color:#4a5568!important;min-width:120px!important;max-width:120px!important;flex-shrink:0!important;white-space:nowrap!important;display:inline-block!important}.lawyer-card .info-row .info-value{color:#2d3748!important;flex:1!important;word-break:break-word!important;display:inline-block!important}.lawyer-description{font-size:13px;color:#4a5568;line-height:1.5;margin:0}.contact-info{display:flex;flex-direction:column;gap:8px;padding:12px;background:#f7fafc;border-radius:8px;margin-top:auto}.contact-item{display:flex;align-items:center;gap:8px;font-size:13px;word-break:break-word;line-height:1.4}.contact-icon{font-size:14px;flex-shrink:0}.contact-item a{color:#667eea;text-decoration:none;transition:color .2s;word-break:break-all}.contact-item a:hover{color:#764ba2;text-decoration:underline}.contact-item span{word-break:break-word}.lawyer-card-footer{display:flex;gap:8px;margin-top:12px;padding-top:12px;border-top:2px solid #f0f0f0;flex-wrap:wrap}.btn-contact,.btn-video-consultation,.btn-chat{flex:1;min-width:140px;padding:9px 14px;border:none;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-contact{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-contact:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.btn-video-consultation{background:linear-gradient(135deg,#059669,#047857);color:#fff}.btn-video-consultation:hover{transform:translateY(-2px);box-shadow:0 4px 12px #05966966}.btn-chat{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff}.btn-chat:hover{transform:translateY(-2px);box-shadow:0 4px 12px #f59e0b66}@media(max-width:768px){.lawyer-card{padding:14px}.lawyer-card-footer{flex-direction:column}.info-label{min-width:90px}}.consultation-modal-overlay{position:fixed;inset:0;background-color:#0009;display:flex;justify-content:center;align-items:flex-start;z-index:10000;padding:20px;overflow-y:auto;-webkit-overflow-scrolling:touch;isolation:isolate}.consultation-modal{background:#fff;border-radius:10px;width:100%;max-width:650px;max-height:calc(100vh - 40px);overflow-y:auto;overflow-x:visible;box-shadow:0 10px 40px #0003;animation:slideUp .3s ease-out;margin:20px auto;position:relative;z-index:10001}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.consultation-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e5e7eb;position:sticky;top:0;background:#fff;z-index:10}.consultation-modal-header h2{margin:0;font-size:20px;color:#1f2937;font-weight:600}.close-btn{background:none;border:none;font-size:32px;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.close-btn:hover{background-color:#f3f4f6;color:#1f2937}.lawyer-info-banner{display:flex;align-items:center;gap:14px;padding:16px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.lawyer-avatar-small{width:44px;height:44px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;border:2px solid rgba(255,255,255,.5)}.lawyer-info-banner h3{margin:0 0 4px;font-size:16px;font-weight:600}.lawyer-info-banner p{margin:0;font-size:13px;opacity:.9}.consultation-form{padding:24px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#374151;font-size:13px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:10px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit;transition:all .2s;background-color:#fff}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input.error,.form-group select.error,.form-group textarea.error{border-color:#ef4444}.form-group input.error:focus,.form-group select.error:focus,.form-group textarea.error:focus{box-shadow:0 0 0 3px #ef44441a}.form-group textarea{resize:vertical;min-height:100px}.error-message{display:block;color:#ef4444;font-size:13px;margin-top:6px;font-weight:500}.char-count{display:block;text-align:right;color:#6b7280;font-size:12px;margin-top:6px}.form-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:24px;padding-top:20px;border-top:1px solid #e5e7eb}.btn-cancel,.btn-submit{padding:10px 24px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none}.btn-cancel{background-color:#f3f4f6;color:#374151}.btn-cancel:hover{background-color:#e5e7eb}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}@media(max-width:768px){.consultation-modal-overlay{padding:0;align-items:flex-start}.consultation-modal{max-width:100%;margin:0;border-radius:0;max-height:100vh;min-height:100vh}.consultation-modal-header{padding:20px}.consultation-modal-header h2{font-size:20px}.lawyer-info-banner{padding:16px 20px}.consultation-form{padding:20px}.form-row{grid-template-columns:1fr;gap:0}.form-group{margin-bottom:20px}.form-actions{flex-direction:column-reverse}.btn-cancel,.btn-submit{width:100%}}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.form-group input[type=date]{cursor:pointer;position:relative;z-index:1}.form-group input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;position:relative;z-index:2}.form-group input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1}.form-group input[type=date]::-webkit-datetime-edit{position:relative;z-index:1}.form-group{position:relative;z-index:auto}.consultation-form{padding:28px;position:relative;z-index:1}.login-method-tabs{display:flex;gap:0;padding:0 28px;border-bottom:2px solid #e5e7eb;margin-bottom:24px}.tab-btn{flex:1;padding:14px 20px;background:none;border:none;font-size:14px;font-weight:600;color:#6b7280;cursor:pointer;transition:all .2s;border-bottom:3px solid transparent;margin-bottom:-2px}.tab-btn:hover{color:#374151;background-color:#f9fafb}.tab-btn.active{color:#667eea;border-bottom-color:#667eea}.otp-login-section{padding:24px;min-height:360px;display:flex;flex-direction:column;justify-content:center}.otp-phone-step,.otp-verify-step{max-width:400px;margin:0 auto;text-align:center}.otp-icon{font-size:56px;margin-bottom:20px;animation:bounce 2s infinite}.otp-phone-step h3,.otp-verify-step h3{margin:0 0 10px;font-size:20px;color:#1f2937;font-weight:600}.otp-phone-step p,.otp-verify-step p{margin:0 0 28px;color:#6b7280;font-size:14px}.btn-send-otp,.btn-verify-otp{width:100%;padding:12px 24px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:20px}.btn-send-otp:hover:not(:disabled),.btn-verify-otp:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-send-otp:disabled,.btn-verify-otp:disabled{opacity:.6;cursor:not-allowed}.otp-inputs{display:flex;gap:10px;justify-content:center;margin:28px 0}.otp-inputs input{width:46px;height:52px;text-align:center;font-size:22px;font-weight:600;border:2px solid #d1d5db;border-radius:8px;transition:all .2s}.otp-inputs input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.otp-inputs input.error{border-color:#ef4444}.otp-inputs input.error:focus{box-shadow:0 0 0 3px #ef44441a}.otp-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px}.btn-resend-otp,.btn-change-number{padding:12px 24px;background:none;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:600;color:#374151;cursor:pointer;transition:all .2s}.btn-resend-otp:hover:not(:disabled),.btn-change-number:hover{background-color:#f9fafb;border-color:#667eea;color:#667eea}.btn-resend-otp:disabled{opacity:.5;cursor:not-allowed}.logged-in-banner{background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:14px 20px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:10px;font-weight:600;font-size:14px}.success-icon{width:24px;height:24px;background:#ffffff4d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px}.login-required-section{padding:40px 24px;text-align:center;min-height:360px;display:flex;flex-direction:column;justify-content:center}.login-icon{font-size:56px;margin-bottom:20px;animation:pulse 2s infinite}@keyframes pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.05);opacity:.8}}.login-required-section h3{margin:0 0 10px;font-size:20px;color:#1f2937;font-weight:600}.login-required-section p{margin:0 0 28px;color:#6b7280;font-size:14px}.login-options{display:flex;flex-direction:column;gap:12px;max-width:400px;margin:0 auto 24px}.btn-login-primary,.btn-login-google{width:100%;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;justify-content:center;gap:8px}.btn-login-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-login-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-login-google{background:#fff;color:#374151;border:1.5px solid #d1d5db}.btn-login-google:hover{background-color:#f9fafb;border-color:#667eea}.register-prompt{margin-top:24px;padding-top:24px;border-top:1px solid #e5e7eb}.register-prompt p{margin:0 0 12px;color:#6b7280;font-size:14px}.btn-register-link{background:none;border:none;color:#667eea;font-weight:600;font-size:15px;cursor:pointer;text-decoration:none;transition:all .2s}.btn-register-link:hover{color:#764ba2;text-decoration:underline}.embedded-login-form{max-width:400px;margin:0 auto;text-align:left}.back-btn{background:none;border:none;color:#667eea;font-size:14px;font-weight:600;cursor:pointer;padding:8px 0;margin-bottom:24px;display:flex;align-items:center;gap:4px;transition:all .2s}.back-btn:hover{color:#764ba2}.embedded-login-form h3{margin:0 0 8px;font-size:20px;color:#1f2937;font-weight:600;text-align:center}.embedded-login-form>p{margin:0 0 24px;color:#6b7280;font-size:14px;text-align:center}.error-message-box{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px;border-radius:8px;margin-bottom:20px;display:flex;align-items:center;gap:8px;font-size:14px}.error-icon{font-size:18px}.login-form-embedded{margin-bottom:24px}.login-form-embedded .form-group{margin-bottom:20px}.login-form-embedded .form-group label{display:block;margin-bottom:8px;font-weight:500;color:#374151;font-size:14px}.login-form-embedded .form-group input{width:100%;padding:10px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;transition:all .2s}.login-form-embedded .form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.btn-login-submit{width:100%;padding:12px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s}.btn-login-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-login-submit:disabled{opacity:.6;cursor:not-allowed}.divider-text{text-align:center;margin:24px 0;position:relative}.divider-text:before,.divider-text:after{content:"";position:absolute;top:50%;width:45%;height:1px;background-color:#e5e7eb}.divider-text:before{left:0}.divider-text:after{right:0}.divider-text span{background:#fff;padding:0 12px;color:#6b7280;font-size:14px}.btn-login-google-alt{width:100%;padding:10px 20px;background:#fff;color:#374151;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;gap:8px}.btn-login-google-alt:hover{background-color:#f9fafb;border-color:#667eea}@media(max-width:768px){.login-method-tabs{padding:0 20px}.tab-btn{padding:14px 16px;font-size:14px}.otp-login-section{padding:20px}.otp-icon{font-size:48px}.otp-phone-step h3,.otp-verify-step h3{font-size:18px}.otp-inputs{gap:8px}.otp-inputs input{width:42px;height:48px;font-size:20px}.otp-actions{gap:10px}.btn-resend-otp,.btn-change-number{width:100%}.login-required-section{padding:32px 20px}.login-icon{font-size:48px}.login-required-section h3{font-size:18px}.login-options,.embedded-login-form{max-width:100%}.embedded-login-form h3{font-size:18px}}.appointment-manager{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.appointment-container{max-width:1200px;margin:0 auto;padding:24px}.appointment-nav{background:#fff;padding:16px 24px;box-shadow:0 2px 8px #00000014;margin-bottom:32px;border-radius:12px;display:flex;align-items:center;gap:16px}.appointment-nav .logo-section{display:flex;align-items:center;gap:4px;text-decoration:none}.appointment-nav .logo-section:hover{transform:none}.appointment-nav .logo-section .logo-image{width:120px;height:120px;object-fit:contain;border-radius:0;border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.appointment-nav .logo-section .logo-image:hover{transform:none!important;box-shadow:none!important;outline:none!important;border:none!important}.appointment-nav .logo-text{font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.appointment-header{background:#fff;padding:32px;border-radius:16px;box-shadow:0 4px 16px #00000014;margin-bottom:32px;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.lawyer-badge{display:flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:20px;font-size:14px;font-weight:600;box-shadow:0 2px 8px #667eea4d}.lawyer-badge svg{width:16px;height:16px}.appointment-header h2{margin:0;font-size:28px;color:#1f2937;font-weight:600}.btn-refresh{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#fff;border:1.5px solid #d1d5db;border-radius:8px;color:#374151;font-weight:500;cursor:pointer;transition:all .2s}.btn-refresh:hover{border-color:#667eea;color:#667eea;background:#f9fafb}.appointment-tabs{display:flex;gap:8px;margin-bottom:24px;border-bottom:2px solid #e5e7eb}.tab{padding:12px 24px;background:none;border:none;color:#6b7280;font-size:15px;font-weight:500;cursor:pointer;position:relative;transition:color .2s}.tab:hover{color:#374151}.tab.active{color:#667eea}.tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background:linear-gradient(135deg,#667eea,#764ba2)}.appointments-list{display:flex;flex-direction:column;gap:16px;background:#fff;padding:24px;border-radius:16px;box-shadow:0 4px 16px #00000014}.loading-state,.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-state p{color:#6b7280;font-size:16px}.empty-state svg{stroke:#d1d5db;margin-bottom:16px}.empty-state h3{margin:0 0 8px;color:#374151;font-size:20px}.empty-state p{margin:0;color:#6b7280;font-size:15px}.appointment-card{background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;padding:24px;transition:all .3s}.appointment-card:hover{border-color:#667eea;box-shadow:0 8px 24px #667eea26;transform:translateY(-2px)}.appointment-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.lawyer-info{display:flex;align-items:center;gap:12px}.lawyer-avatar-small{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}.lawyer-info h3{margin:0 0 4px;font-size:18px;color:#1f2937;font-weight:600}.case-type{margin:0;font-size:14px;color:#6b7280}.status-badge{padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-pending{background:#fef3c7;color:#92400e}.status-confirmed{background:#dbeafe;color:#1e40af}.status-completed{background:#d1fae5;color:#065f46}.status-cancelled{background:#fee2e2;color:#991b1b}.appointment-details{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:16px;padding:16px;background:#f9fafb;border-radius:8px}.detail-item{display:flex;align-items:center;gap:8px;color:#374151;font-size:14px}.detail-item svg{color:#667eea}.appointment-description{margin-bottom:20px;padding:16px;background:#f9fafb;border-radius:8px;border-left:3px solid #667eea}.appointment-description strong{display:block;margin-bottom:8px;color:#374151;font-size:14px}.appointment-description p{margin:0;color:#6b7280;font-size:14px;line-height:1.6}.appointment-actions{display:flex;gap:12px;justify-content:flex-end}.btn-start-call,.btn-cancel{padding:10px 20px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:none;display:flex;align-items:center;gap:8px}.btn-start-call{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-start-call:hover{transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-cancel{background:#f3f4f6;color:#374151}.btn-cancel:hover{background:#e5e7eb}.completed-info{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#d1fae5;color:#065f46;border-radius:8px;font-size:14px;font-weight:600}.completed-info svg{background:#10b981;border-radius:50%;padding:2px}@media(max-width:768px){.appointment-container{padding:16px}.appointment-nav{padding:12px 16px;margin-bottom:24px}.home-link{font-size:13px;padding:8px 16px}.appointment-header{padding:24px;flex-direction:column;align-items:flex-start;gap:16px}.appointment-header h2{font-size:24px}.btn-refresh{width:100%;justify-content:center}.appointments-list{padding:16px}.appointment-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch}.tab{padding:12px 16px;white-space:nowrap}.appointment-card{padding:16px}.appointment-card-header{flex-direction:column;align-items:flex-start;gap:12px}.appointment-details{flex-direction:column;gap:12px}.appointment-actions{flex-direction:column}.btn-start-call,.btn-cancel{width:100%;justify-content:center}}@media(max-width:480px){.appointment-manager{padding:12px}.appointment-header h2{font-size:20px}.lawyer-info{gap:8px}.lawyer-avatar-small{width:40px;height:40px;font-size:16px}.lawyer-info h3{font-size:16px}.appointment-card{padding:12px}}.video-consultation-container{position:fixed;inset:0;background-color:#1a1a1a;z-index:2000;display:flex;flex-direction:column}.video-consultation-header{background:linear-gradient(135deg,#667eea,#764ba2);padding:16px 24px;display:flex;justify-content:space-between;align-items:center;color:#fff}.consultation-info h3{margin:0 0 8px;font-size:18px;font-weight:600}.call-status{display:flex;align-items:center;gap:8px;font-size:14px;flex-wrap:wrap}.demo-badge{background:#ffc107e6;color:#1a1a1a;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:700;letter-spacing:.5px;margin-left:8px}.demo-text{font-size:14px;margin-top:8px;opacity:.8;font-style:italic}.status-indicator{width:10px;height:10px;border-radius:50%;animation:pulse 2s infinite}.status-indicator.connecting{background-color:#fbbf24}.status-indicator.connected{background-color:#10b981}.status-indicator.failed{background-color:#ef4444}.btn-minimize{background:#fff3;border:none;color:#fff;width:36px;height:36px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.btn-minimize:hover{background:#ffffff4d}.video-consultation-body{flex:1;display:flex;position:relative;overflow:hidden}.video-grid{flex:1;display:grid;gap:16px;padding:16px;position:relative}.video-container{position:relative;background-color:#2d2d2d;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center}.remote-video{grid-column:1;grid-row:1}.local-video{position:absolute;bottom:24px;right:24px;width:240px;height:180px;z-index:10;border:2px solid rgba(255,255,255,.3)}.video-element{width:100%;height:100%;object-fit:cover}.video-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.avatar-large{width:120px;height:120px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:48px;font-weight:600;margin-bottom:16px;border:3px solid rgba(255,255,255,.5)}.avatar-medium{width:60px;height:60px;border-radius:50%;background:#ffffff4d;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;border:2px solid rgba(255,255,255,.5)}.video-placeholder p{font-size:18px;margin:0;opacity:.9}.connecting-spinner{margin-top:16px;width:40px;height:40px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}.video-label{position:absolute;bottom:12px;left:12px;background:#000000b3;color:#fff;padding:6px 12px;border-radius:6px;font-size:14px;font-weight:500}.chat-panel{width:320px;background:#fff;display:flex;flex-direction:column;border-left:1px solid #e5e7eb}.chat-header{padding:16px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.chat-header h4{margin:0;font-size:16px;color:#1f2937}.btn-close-chat{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.no-messages{text-align:center;color:#9ca3af;font-size:14px;margin-top:40px}.chat-message{max-width:80%;animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-message.client{align-self:flex-end}.chat-message.lawyer{align-self:flex-start}.message-content{padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.4}.chat-message.client .message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.chat-message.lawyer .message-content{background:#f3f4f6;color:#1f2937;border-bottom-left-radius:4px}.message-time{font-size:11px;color:#9ca3af;margin-top:4px;padding:0 4px}.chat-input-form{padding:16px;border-top:1px solid #e5e7eb;display:flex;gap:8px}.chat-input{flex:1;padding:10px 14px;border:1.5px solid #d1d5db;border-radius:8px;font-size:14px;font-family:inherit}.chat-input:focus{outline:none;border-color:#667eea}.btn-send{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s}.btn-send:hover{transform:translateY(-2px)}.video-consultation-controls{background:#2d2d2d;padding:20px 24px;display:flex;justify-content:space-between;align-items:center}.control-buttons{display:flex;gap:12px}.control-btn{width:52px;height:52px;border-radius:50%;border:none;background:#ffffff26;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;position:relative}.control-btn:hover{background:#ffffff40;transform:scale(1.05)}.control-btn.disabled{background:#ef4444}.control-btn.disabled:hover{background:#dc2626}.end-call-btn{background:#ef4444}.end-call-btn:hover{background:#dc2626;transform:scale(1.05)}.chat-badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.consultation-details{display:flex;gap:16px;align-items:center;color:#fff;font-size:14px}.case-type{padding:6px 12px;background:#ffffff26;border-radius:6px;font-weight:500}.appointment-date{opacity:.8}@media(max-width:768px){.local-video{width:120px;height:90px;bottom:90px;right:16px}.chat-panel{position:absolute;top:60px;right:0;bottom:92px;width:100%;max-width:320px;box-shadow:-4px 0 12px #0000004d}.video-consultation-controls{padding:16px}.control-btn{width:48px;height:48px}.control-buttons{gap:8px}.consultation-details{flex-direction:column;align-items:flex-end;gap:4px;font-size:12px}.avatar-large{width:80px;height:80px;font-size:32px}}@media(max-width:480px){.video-consultation-header{padding:12px 16px}.consultation-info h3{font-size:16px}.call-status{font-size:12px}.local-video{width:100px;height:75px}.control-btn{width:44px;height:44px}.control-btn svg{width:20px;height:20px}.consultation-details{display:none}}.logo-link{text-decoration:none;display:inline-flex;align-items:center;transition:all .3s ease}.logo-link:hover{transform:scale(1.05)}.logo-container{display:flex;align-items:center;gap:4px}.logo-icon{width:50px;height:50px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border-radius:0;overflow:visible;border:none;box-shadow:none}.logo-icon .logo-image{width:100%;height:100%;object-fit:contain;object-position:center;border:none;outline:none;box-shadow:none}.logo-text{font-size:1.5rem;font-weight:700;color:#1f2937;letter-spacing:-.5px}.logo-link.light .logo-text{color:#fff}.logo-link.large .logo-container{gap:4px}.logo-link.large .logo-icon{width:120px;height:120px}.logo-link.large .logo-text{font-size:24px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-link.small .logo-icon{width:40px;height:40px}.logo-link.small .logo-text{font-size:1.2rem}.logo-link:hover .logo-icon{transform:scale(1.05);box-shadow:none}@media(max-width:768px){.logo-icon{width:50px;height:50px}.logo-text{font-size:1.3rem}.logo-container{gap:4px}}.video-consultation-page{min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2);padding-bottom:2rem}.consultation-page-logo{background:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.page-header{background:#fffffff2;padding:2rem;box-shadow:0 2px 10px #0000001a}.header-content{max-width:1200px;margin:0 auto}.back-btn{background:transparent;border:none;color:#667eea;font-size:1rem;cursor:pointer;padding:.5rem 1rem;margin-bottom:1rem;border-radius:8px;transition:all .3s ease}.back-btn:hover{background:#f3f4f6}.page-title{font-size:2.5rem;color:#1f2937;margin:0 0 .5rem;font-weight:700}.page-subtitle{font-size:1.1rem;color:#6b7280;margin:0}.consultation-container{max-width:1200px;margin:2rem auto;padding:0 1rem}.filters-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin-bottom:2rem;display:flex;gap:1rem;flex-wrap:wrap;align-items:center}.search-box{flex:1;min-width:300px}.search-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .3s ease}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.filter-group{display:flex;align-items:center;gap:.5rem}.filter-group label{font-weight:600;color:#374151}.filter-select{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;cursor:pointer;background:#fff;min-width:200px}.filter-select:focus{outline:none;border-color:#667eea}.results-info{text-align:center;color:#fff;font-size:1.1rem;margin-bottom:1.5rem;font-weight:500}.lawyers-consultation-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:1.5rem}.consultation-lawyer-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 6px #0000001a;transition:all .3s ease;display:flex;flex-direction:column;gap:1rem}.consultation-lawyer-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #00000026}.lawyer-header{display:flex;gap:1rem;align-items:flex-start}.lawyer-avatar-large{width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;flex-shrink:0}.lawyer-info h3{margin:0 0 .25rem;font-size:1.3rem;color:#1f2937}.bar-reg{font-size:.85rem;color:#6b7280;margin:0 0 .5rem}.rating{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#f59e0b;font-weight:600}.reviews{color:#6b7280;font-weight:400}.specialization-badges{display:flex;flex-wrap:wrap;gap:.5rem}.badge{background:#ede9fe;color:#7c3aed;padding:.4rem .8rem;border-radius:20px;font-size:.85rem;font-weight:500}.lawyer-details{display:flex;flex-direction:column;gap:.5rem}.detail-item{display:flex;align-items:center;gap:.5rem;font-size:.95rem;color:#4b5563}.detail-item .icon{font-size:1.1rem}.consultation-pricing{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:#f9fafb;border-radius:8px;margin-top:auto}.price-info{display:flex;align-items:baseline;gap:.25rem}.price{font-size:1.8rem;font-weight:700;color:#059669}.duration{font-size:.9rem;color:#6b7280}.availability{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#059669;font-weight:500}.status-dot{width:8px;height:8px;border-radius:50%;animation:pulse 2s infinite}.status-dot.available{background:#10b981}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.btn-book-consultation{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;transition:all .3s ease}.btn-book-consultation:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.btn-book-consultation .icon{font-size:1.3rem}.payment-modal-overlay{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.payment-modal{background:#fff;border-radius:16px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{margin:0;font-size:1.5rem;color:#1f2937}.close-btn{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;line-height:1;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .3s ease}.close-btn:hover{background:#f3f4f6;color:#1f2937}.modal-body{padding:1.5rem}.lawyer-summary{display:flex;align-items:center;gap:1rem;padding:1rem;background:#f9fafb;border-radius:8px;margin-bottom:1.5rem}.lawyer-avatar-small{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700}.lawyer-summary h3{margin:0 0 .25rem;font-size:1.1rem;color:#1f2937}.lawyer-summary p{margin:0;font-size:.9rem;color:#6b7280}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#374151;font-size:.95rem}.form-input,.form-textarea{width:100%;padding:.75rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-textarea{resize:vertical;min-height:100px}.payment-summary{background:#f9fafb;padding:1rem;border-radius:8px;margin:1.5rem 0}.summary-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.95rem;color:#4b5563}.summary-row.total{border-top:2px solid #e5e7eb;margin-top:.5rem;padding-top:1rem;font-size:1.1rem;font-weight:700;color:#1f2937}.btn-proceed-payment{width:100%;padding:1rem;background:linear-gradient(135deg,#059669,#047857);color:#fff;border:none;border-radius:10px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-proceed-payment:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #0596694d}.btn-proceed-payment:disabled{opacity:.6;cursor:not-allowed}.payment-note{text-align:center;font-size:.85rem;color:#6b7280;margin-top:1rem}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;color:#fff}.loading-spinner{width:50px;height:50px;border:4px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin 1s linear infinite}@media(max-width:768px){.page-title{font-size:2rem}.lawyers-consultation-grid{grid-template-columns:1fr}.filters-section{flex-direction:column;align-items:stretch}.search-box{min-width:100%}.filter-group{flex-direction:column;align-items:stretch}.filter-select{width:100%}}.lawyer-restriction-message{background:#fff;border-radius:16px;padding:3rem 2rem;text-align:center;max-width:600px;margin:2rem auto;box-shadow:0 8px 24px #00000026}.restriction-icon{font-size:4rem;margin-bottom:1.5rem;animation:bounce 2s ease-in-out infinite}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.lawyer-restriction-message h2{font-size:1.8rem;color:#1f2937;margin:0 0 1rem;font-weight:700}.lawyer-restriction-message p{font-size:1.1rem;color:#6b7280;line-height:1.6;margin:.75rem 0}.restriction-actions{display:flex;gap:1rem;justify-content:center;margin-top:2rem;flex-wrap:wrap}.btn-home,.btn-appointments{padding:.875rem 1.75rem;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-home{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.btn-home:hover{transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.btn-appointments{background:#fff;color:#667eea;border:2px solid #667eea}.btn-appointments:hover{background:#f3f4f6}@media(max-width:640px){.lawyer-restriction-message{padding:2rem 1.5rem}.restriction-icon{font-size:3rem}.lawyer-restriction-message h2{font-size:1.5rem}.lawyer-restriction-message p{font-size:1rem}.restriction-actions{flex-direction:column}.btn-home,.btn-appointments{width:100%}}.about-us-page{min-height:100vh;background:#fff}.about-page-header{background:#fff;padding:1.5rem 2rem;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.about-page-header .logo-section{display:flex;align-items:center;gap:4px;text-decoration:none}.about-page-header .logo-section:hover{transform:none}.about-page-header .logo-section .logo-image{width:120px;height:120px;object-fit:contain;border-radius:0;border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important}.about-page-header .logo-section .logo-image:hover{transform:none!important;box-shadow:none!important;outline:none!important;border:none!important}.about-page-header .logo-text{font-size:24px;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.about-hero-content{max-width:900px;margin:0 auto}.about-hero-title{font-size:3.5rem;font-weight:800;margin:0 0 1rem;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#ffd89b,#19547b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.about-hero-subtitle{font-size:1.5rem;margin:0 0 1.5rem;font-weight:300;opacity:.95}.about-hero-description{font-size:1.1rem;line-height:1.8;margin:0 0 2.5rem;opacity:.9}.hero-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-primary,.btn-secondary{padding:1rem 2rem;border-radius:10px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0003}.btn-secondary{background:#fff3;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#667eea}.stats-section{padding:4rem 2rem;background:#f9fafb}.stats-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-card{background:#fff;padding:2.5rem 2rem;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.stat-icon{font-size:3rem;margin-bottom:1rem}.stat-number{font-size:2.5rem;font-weight:800;color:#667eea;margin-bottom:.5rem}.stat-label{font-size:1.1rem;color:#6b7280;font-weight:500}.values-section{padding:5rem 2rem;background:#fff}.section-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin:0 0 1rem;color:#1f2937}.section-subtitle{text-align:center;font-size:1.2rem;color:#6b7280;margin:0 0 3rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.value-card{text-align:center;padding:2rem}.value-icon{font-size:4rem;margin-bottom:1.5rem}.value-card h3{font-size:1.8rem;margin:0 0 1rem;color:#1f2937}.value-card p{font-size:1.1rem;line-height:1.8;color:#4b5563}.story-section{padding:5rem 2rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-text h2{font-size:2.5rem;margin:0 0 2rem;color:#1f2937}.story-text p{font-size:1.1rem;line-height:1.8;color:#4b5563;margin-bottom:1.5rem}.story-image{display:flex;align-items:center;justify-content:center}.story-placeholder{width:100%;height:400px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;box-shadow:0 20px 60px #667eea4d}.placeholder-icon{font-size:6rem;margin-bottom:1rem}.story-placeholder p{font-size:1.5rem;font-weight:600;margin:0;color:#fff}.updates-section{padding:5rem 2rem;background:linear-gradient(135deg,#e0e7ff,#f3e8ff)}.updates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}.update-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;border-left:4px solid #667eea}.update-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #667eea26;border-left-color:#764ba2}.update-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.update-icon{font-size:2.5rem}.update-date{font-size:.9rem;color:#667eea;font-weight:600;background:#e0e7ff;padding:.4rem .8rem;border-radius:20px}.update-card h3{font-size:1.4rem;margin:0 0 1rem;color:#1f2937;font-weight:700}.update-card p{font-size:1rem;line-height:1.6;color:#4b5563;margin:0}.features-section{padding:5rem 2rem;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.feature-card{padding:2rem;background:#f9fafb;border-radius:12px;transition:all .3s ease;border:2px solid transparent}.feature-card:hover{background:#fff;border-color:#667eea;transform:translateY(-5px);box-shadow:0 12px 24px #667eea1a}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.4rem;margin:0 0 1rem;color:#1f2937}.feature-card p{font-size:1rem;line-height:1.6;color:#6b7280;margin:0}.team-section{padding:5rem 2rem;background:#f9fafb}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.team-card{background:#fff;padding:3rem 2rem;border-radius:16px;text-align:center;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px #0000001a}.team-icon{font-size:4rem;margin-bottom:1.5rem}.team-card h3{font-size:1.6rem;margin:0 0 .5rem;color:#1f2937}.team-role{font-size:1.1rem;color:#667eea;font-weight:600;margin:0 0 1rem}.team-description{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.cta-section{padding:5rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-align:center}.cta-container h2{font-size:2.5rem;margin:0 0 1rem}.cta-container p{font-size:1.2rem;margin:0 0 2.5rem;opacity:.9}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-primary,.cta-secondary{padding:1rem 2.5rem;border-radius:10px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block}.cta-primary{background:#fff;color:#667eea}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #0003}.cta-secondary{background:transparent;color:#fff;border:2px solid white}.cta-secondary:hover{background:#fff;color:#667eea}.about-footer{background:#1f2937;color:#fff;padding:2rem;text-align:center}.footer-content p{margin:0 0 1rem}.footer-links{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap}.footer-links a{color:#9ca3af;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}@media(max-width:768px){.about-hero{padding:4rem 1.5rem}.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.2rem}.stats-container,.values-grid,.features-grid,.updates-grid,.team-grid{grid-template-columns:1fr}.story-content{grid-template-columns:1fr;gap:2rem}.story-placeholder{height:300px}.section-title{font-size:2rem}.hero-buttons,.cta-buttons{flex-direction:column}.btn-primary,.btn-secondary,.cta-primary,.cta-secondary{width:100%;max-width:300px}}.contact-us-page{min-height:100vh;background:#fff}.contact-page-header{background:#fff;padding:1.5rem 2rem;box-shadow:0 2px 4px #0000000d;position:sticky;top:0;z-index:100}.contact-header{background:linear-gradient(135deg,#667eea,#764ba2);text-align:center;color:#fff;padding:3rem 2rem;width:100%}.contact-header h1{font-size:48px;margin:20px 0 10px;font-weight:700}.contact-header p{font-size:18px;opacity:.9}.contact-container{max-width:1200px;margin:40px auto;padding:0 20px;display:grid;grid-template-columns:1fr 2fr;gap:30px}.contact-info-section{display:flex;flex-direction:column;gap:20px}.contact-info-card{background:#fff;padding:25px;border-radius:12px;box-shadow:0 4px 6px #0000001a;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.contact-info-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #00000026}.info-icon{font-size:48px;margin-bottom:15px}.contact-info-card h3{font-size:20px;color:#333;margin:10px 0}.contact-info-card p{font-size:16px;color:#667eea;font-weight:600;margin:5px 0}.contact-info-card small{color:#666;font-size:14px}.contact-form-section{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;overflow:hidden}.form-card{padding:40px}.form-card h2{font-size:32px;color:#333;margin-bottom:10px}.form-subtitle{color:#666;margin-bottom:30px}.alert{padding:15px 20px;border-radius:8px;margin-bottom:25px;display:flex;align-items:flex-start;gap:15px}.alert-success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.alert-icon{font-size:24px;font-weight:700}.alert strong{display:block;margin-bottom:5px}.alert p{margin:0;font-size:14px}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:600;color:#333;margin-bottom:8px;font-size:14px}.form-group input,.form-group textarea{padding:12px 15px;border:2px solid #e0e0e0;border-radius:8px;font-size:16px;transition:all .3s ease;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input.error,.form-group textarea.error{border-color:#dc3545}.form-group textarea{resize:vertical;min-height:120px}.error-message{color:#dc3545;font-size:13px;margin-top:5px}.char-count{color:#999;font-size:12px;margin-top:5px;text-align:right}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:15px 30px;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 16px #667eea4d}.spinner{width:20px;height:20px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.faq-section{max-width:1200px;margin:60px auto 40px;padding:40px 20px;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a}.faq-section h2{text-align:center;font-size:32px;color:#333;margin-bottom:40px}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px}.faq-card{padding:25px;background:#f8f9fa;border-radius:8px;transition:all .3s ease}.faq-card:hover{background:#e9ecef;transform:translateY(-3px)}.faq-card h3{font-size:18px;color:#667eea;margin-bottom:10px}.faq-card p{color:#666;line-height:1.6;margin:0}.faq-card a{color:#667eea;text-decoration:none;font-weight:600}.faq-card a:hover{text-decoration:underline}@media(max-width:968px){.contact-container{grid-template-columns:1fr}.contact-info-section{grid-template-columns:repeat(2,1fr);display:grid}}@media(max-width:768px){.contact-header h1{font-size:36px}.form-card{padding:25px}.form-row,.contact-info-section,.faq-grid{grid-template-columns:1fr}}.chatbot-toggle{position:fixed;bottom:30px;right:30px;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:pointer;box-shadow:0 4px 20px #667eea66;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1000}.chatbot-toggle:hover{transform:scale(1.1);box-shadow:0 6px 25px #667eea80}.chatbot-toggle svg{width:28px;height:28px}.chatbot-toggle.open{background:#ff4757}.chatbot-window{position:fixed;bottom:100px;right:30px;width:400px;height:600px;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;z-index:999;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:20px;border-radius:16px 16px 0 0}.chatbot-header-content{display:flex;align-items:center;gap:12px}.chatbot-avatar{width:45px;height:45px;background:#fff3;border-radius:50%;display:flex;align-items:center;justify-content:center}.chatbot-avatar svg{width:24px;height:24px;color:#fff}.chatbot-header h3{margin:0;font-size:18px;font-weight:600}.chatbot-header p{margin:4px 0 0;font-size:13px;opacity:.9}.chatbot-messages{flex:1;overflow-y:auto;padding:20px;background:#f8f9fa;display:flex;flex-direction:column;gap:12px}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f1f1}.chatbot-messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#999}.message{display:flex;margin-bottom:8px}.message.user{justify-content:flex-end}.message.bot{justify-content:flex-start}.message-content{max-width:75%;padding:12px 16px;border-radius:12px;position:relative}.message.user .message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.message.bot .message-content{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 2px 8px #00000014}.message-content p{margin:0;font-size:14px;line-height:1.5}.message-time{display:block;font-size:11px;margin-top:6px;opacity:.7}.typing-indicator{display:flex;gap:4px;padding:8px 0}.typing-indicator span{width:8px;height:8px;background:#667eea;border-radius:50%;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-10px);opacity:1}}.quick-questions{padding:0 20px 15px;background:#f8f9fa}.quick-questions p{font-size:13px;color:#666;margin:0 0 10px;font-weight:600}.quick-questions-grid{display:flex;flex-wrap:wrap;gap:8px}.quick-question-btn{padding:8px 14px;background:#fff;border:2px solid #e0e0e0;border-radius:20px;font-size:13px;color:#667eea;cursor:pointer;transition:all .3s ease;font-weight:500}.quick-question-btn:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px)}.chatbot-input{display:flex;align-items:flex-end;gap:10px;padding:15px 20px;background:#fff;border-top:1px solid #e0e0e0}.chatbot-input textarea{flex:1;padding:12px 14px;border:2px solid #e0e0e0;border-radius:12px;font-size:14px;font-family:inherit;resize:none;max-height:100px;outline:none;transition:border-color .3s ease}.chatbot-input textarea:focus{border-color:#667eea}.send-button{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.send-button:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px #667eea66}.send-button:disabled{opacity:.5;cursor:not-allowed}.send-button svg{width:20px;height:20px}@media(max-width:768px){.chatbot-window{width:calc(100vw - 20px);height:calc(100vh - 140px);right:10px;bottom:100px}.chatbot-toggle{bottom:20px;right:20px;width:55px;height:55px}.chatbot-toggle svg{width:24px;height:24px}.message-content{max-width:85%}.chatbot-input{padding:12px 15px}.chatbot-input textarea{padding:10px 12px;font-size:14px}.send-button{width:40px;height:40px}}@media(max-width:480px){.chatbot-window{width:100vw;height:calc(100vh - 80px);right:0;bottom:80px;border-radius:16px 16px 0 0}.chatbot-header{border-radius:16px 16px 0 0}.chatbot-toggle{bottom:15px;right:15px;width:50px;height:50px;z-index:1001}}@media(prefers-reduced-motion:reduce){.chatbot-window,.chatbot-toggle,.send-button,.quick-question-btn{animation:none;transition:none}}.articles-page{min-height:100vh;background:#f8f9fa}.articles-logo-header{background:#fff;padding:15px 20px;box-shadow:0 2px 4px #0000001a;margin-bottom:0}.articles-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:48px 20px;text-align:center}.hero-content h1{margin:0 0 12px;font-size:32px;font-weight:700}.hero-content p{margin:0;font-size:16px;opacity:.95}.articles-container{max-width:1400px;margin:0 auto;padding:32px 20px;display:grid;grid-template-columns:280px 1fr;gap:24px}.articles-sidebar{display:flex;flex-direction:column;gap:20px}.search-box,.filter-box,.info-box{background:#fff;padding:20px;border-radius:10px;box-shadow:0 2px 8px #00000014}.search-box h3,.filter-box h3,.info-box h3{margin:0 0 14px;color:#2c3e50;font-size:16px}.search-box form{display:flex;flex-direction:column;gap:10px}.search-box input{padding:10px;border:2px solid #e0e0e0;border-radius:8px;font-size:13px;transition:border-color .3s}.search-box input:focus{outline:none;border-color:#667eea}.search-box button{padding:10px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.search-box button:hover{background:#764ba2;transform:translateY(-2px)}.category-filters{display:flex;flex-direction:column;gap:8px}.category-filters button{padding:10px 14px;background:#f8f9fa;border:2px solid transparent;border-radius:8px;text-align:left;font-size:13px;font-weight:500;color:#495057;cursor:pointer;transition:all .3s}.category-filters button:hover{background:#e9ecef;border-color:#667eea}.category-filters button.active{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-color:transparent}.info-box{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.info-box p{margin:0;line-height:1.5;font-size:13px}.articles-main{min-height:400px}.loading-state,.error-state,.empty-state{text-align:center;padding:60px 20px;background:#fff;border-radius:10px;box-shadow:0 2px 8px #00000014}.loading-state p{color:#7f8c8d;font-size:14px}.error-state p{color:#e74c3c;font-size:16px;margin-bottom:16px}.error-state button{padding:10px 20px;background:#e74c3c;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.error-state button:hover{background:#c0392b}.empty-state h2{color:#7f8c8d;margin-bottom:12px}.empty-state p{color:#95a5a6}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:20px;margin-bottom:32px}.article-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:all .3s;cursor:pointer;display:flex;flex-direction:column}.article-card:hover{transform:translateY(-6px);box-shadow:0 8px 24px #00000026}.article-image{position:relative;width:100%;height:180px;overflow:hidden;background:#f0f0f0}.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.article-card:hover .article-image img{transform:scale(1.05)}.external-badge,.featured-badge{position:absolute;top:12px;right:12px;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.external-badge{background:#9b59b6e6;color:#fff}.featured-badge{background:#f39c12e6;color:#fff}.article-content{padding:16px;flex:1;display:flex;flex-direction:column}.article-category{margin-bottom:12px}.article-category span{display:inline-block;padding:6px 12px;background:#f8f9fa;border-radius:20px;font-size:12px;font-weight:600;color:#667eea;text-transform:capitalize}.article-content h2{margin:0 0 10px;color:#2c3e50;font-size:17px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.article-summary{color:#34495e;font-size:13px;line-height:1.5;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;flex:1}.article-author{margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #f0f0f0}.author-info img,.author-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.author-avatar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px}.author-name{font-weight:600;color:#2c3e50;font-size:13px}.author-profession{font-size:11px;color:#7f8c8d;text-transform:capitalize}.article-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:10px;font-size:12px;color:#7f8c8d}.article-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.tag{padding:4px 10px;background:#e9ecef;border-radius:12px;font-size:11px;font-weight:500;color:#495057}.external-source{font-size:12px;color:#9b59b6;font-weight:500;margin-top:8px}.load-more{text-align:center;padding:20px}.load-more button{padding:12px 28px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.load-more button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.load-more button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:1024px){.articles-container{grid-template-columns:1fr}.articles-sidebar{order:2}.articles-main{order:1}}@media(max-width:768px){.hero-content h1{font-size:24px}.hero-content p{font-size:14px}.articles-container{padding:20px}.articles-grid{grid-template-columns:1fr}.article-image{height:160px}}.article-detail{min-height:100vh;background:#f8f9fa;padding:20px}.article-logo-header{background:#fff;padding:15px 20px;margin:-20px -20px 20px;box-shadow:0 2px 4px #0000001a}.back-button{max-width:900px;margin:0 auto 20px;display:block;background:#fff;border:2px solid #e0e0e0;padding:10px 20px;border-radius:8px;font-size:15px;font-weight:600;color:#667eea;cursor:pointer;transition:all .3s}.back-button:hover{background:#667eea;color:#fff;border-color:#667eea}.article-detail-loading,.article-detail-error{max-width:900px;margin:100px auto;text-align:center;background:#fff;padding:60px 20px;border-radius:12px;box-shadow:0 2px 8px #00000014}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 20px}.article-detail-error h2{color:#e74c3c;margin-bottom:20px}.article-detail-error button{padding:12px 24px;background:#667eea;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s}.article-detail-error button:hover{background:#764ba2}.article-container{max-width:900px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;overflow:hidden}.article-header{padding:32px;border-bottom:1px solid #f0f0f0}.article-category-badge{display:inline-block;padding:6px 14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:16px}.article-header h1{margin:0 0 20px;color:#2c3e50;font-size:28px;line-height:1.3;font-weight:700}.article-author-section{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.author-info{display:flex;align-items:center;gap:10px}.author-info img,.author-avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.author-avatar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:18px}.author-name{font-weight:600;color:#2c3e50;font-size:15px}.author-profession{font-size:13px;color:#7f8c8d;text-transform:capitalize}.article-meta-info{display:flex;gap:16px;color:#7f8c8d;font-size:13px;flex-wrap:wrap}.article-featured-image{margin-top:24px;border-radius:10px;overflow:hidden}.article-featured-image img{width:100%;height:auto;display:block}.article-body{padding:32px}.article-summary-box{background:#f8f9fa;border-left:4px solid #667eea;padding:16px;margin-bottom:24px;border-radius:8px}.article-summary-box h3{margin:0 0 10px;color:#2c3e50;font-size:16px}.article-summary-box p{margin:0;color:#34495e;line-height:1.6;font-size:14px}.article-content{color:#2c3e50;font-size:15px;line-height:1.7;margin-bottom:24px}.article-content p{margin-bottom:16px}.article-tags-section{margin:24px 0;padding:16px;background:#f8f9fa;border-radius:8px}.article-tags-section h4{margin:0 0 10px;color:#2c3e50;font-size:15px}.tags{display:flex;flex-wrap:wrap;gap:8px}.tag{padding:5px 12px;background:#fff;border:2px solid #e0e0e0;border-radius:16px;font-size:12px;font-weight:500;color:#495057;transition:all .3s}.tag:hover{border-color:#667eea;color:#667eea}.external-source-box{margin:24px 0;padding:16px;background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff;border-radius:8px}.external-source-box p{margin:0;font-size:14px}.external-source-box a{color:#fff;text-decoration:underline;margin-left:10px;font-weight:600}.article-actions{display:flex;gap:10px;padding:24px 32px;border-top:1px solid #f0f0f0;border-bottom:1px solid #f0f0f0}.like-count-display{flex:1;padding:12px 20px;border:2px solid #e0e0e0;background:#f8f9fa;border-radius:8px;font-size:14px;font-weight:600;color:#e74c3c;display:flex;align-items:center;justify-content:center;cursor:default}.like-button,.share-button{flex:1;padding:12px 20px;border:2px solid #e0e0e0;background:#fff;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.like-button:hover{border-color:#e74c3c;color:#e74c3c;transform:translateY(-2px)}.like-button.liked{background:#e74c3c;color:#fff;border-color:#e74c3c}.share-button:hover{border-color:#667eea;color:#667eea;transform:translateY(-2px)}.comments-section{padding:32px}.comments-section h3{margin:0 0 20px;color:#2c3e50;font-size:20px}.comment-form{margin-bottom:24px}.comment-form textarea{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .3s;margin-bottom:10px}.comment-form textarea:focus{outline:none;border-color:#667eea}.comment-form button{padding:10px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.comment-form button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea4d}.comments-list{display:flex;flex-direction:column;gap:16px}.comment{padding:16px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.comment-author{display:flex;align-items:center;gap:10px;margin-bottom:10px}.comment-author img,.comment-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.comment-avatar{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px}.comment-name{font-weight:600;color:#2c3e50;font-size:14px}.comment-date{font-size:12px;color:#7f8c8d}.comment-text{margin:0;color:#34495e;line-height:1.5;font-size:14px}.no-comments{text-align:center;color:#95a5a6;padding:32px 20px;font-size:14px}@media(max-width:768px){.article-header{padding:20px}.article-header h1{font-size:22px}.article-author-section{flex-direction:column;align-items:flex-start}.article-body{padding:20px}.article-content{font-size:14px}.article-actions{padding:16px 20px;flex-direction:column}.comments-section{padding:20px}.comments-section h3{font-size:18px}}.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.rich-text-editor-wrapper{margin:16px 0}.rich-text-editor{background:#fff;border-radius:8px}.rich-text-editor .ql-container{min-height:300px;font-size:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.rich-text-editor .ql-editor{min-height:300px;padding:20px;color:#000!important;background:#fff}.rich-text-editor .ql-editor p,.rich-text-editor .ql-editor div,.rich-text-editor .ql-editor span{color:inherit}.rich-text-editor .ql-editor.ql-blank:before{color:#999;font-style:normal}.rich-text-editor .ql-toolbar{background:#f8f9fa;border-top-left-radius:8px;border-top-right-radius:8px;border:1px solid #e0e0e0;padding:12px}.rich-text-editor .ql-container{border-bottom-left-radius:8px;border-bottom-right-radius:8px;border:1px solid #e0e0e0;border-top:none}.rich-text-editor .ql-toolbar button{width:32px;height:32px;padding:4px;margin:2px;border-radius:4px;transition:all .2s}.rich-text-editor .ql-toolbar button:hover{background:#e0e0e0}.rich-text-editor .ql-toolbar button.ql-active{background:#667eea;color:#fff}.rich-text-editor .ql-toolbar .ql-stroke{stroke:#333}.rich-text-editor .ql-toolbar button.ql-active .ql-stroke{stroke:#fff}.rich-text-editor .ql-toolbar .ql-fill{fill:#333}.rich-text-editor .ql-toolbar button.ql-active .ql-fill{fill:#fff}.rich-text-editor .ql-toolbar select{border:1px solid #e0e0e0;border-radius:4px;padding:4px 8px;margin:2px}.rich-text-editor .ql-editor h1{font-size:2em;font-weight:700;margin:.67em 0}.rich-text-editor .ql-editor h2{font-size:1.5em;font-weight:700;margin:.75em 0}.rich-text-editor .ql-editor h3{font-size:1.17em;font-weight:700;margin:.83em 0}.rich-text-editor .ql-editor blockquote{border-left:4px solid #667eea;padding-left:16px;margin:16px 0;color:#555;font-style:italic}.rich-text-editor .ql-editor code{background:#f5f5f5;padding:2px 6px;border-radius:3px;font-family:Courier New,monospace}.rich-text-editor .ql-editor pre{background:#f5f5f5;padding:16px;border-radius:6px;overflow-x:auto}.rich-text-editor .ql-editor img{max-width:100%;height:auto;border-radius:8px;margin:16px 0}.rich-text-editor .ql-editor a{color:#667eea;text-decoration:underline}.rich-text-editor .ql-editor a:hover{color:#764ba2}@media(max-width:768px){.rich-text-editor .ql-toolbar{padding:8px}.rich-text-editor .ql-toolbar button{width:28px;height:28px;margin:1px}.rich-text-editor .ql-container{min-height:250px}.rich-text-editor .ql-editor{min-height:250px;padding:12px}}.article-submission{max-width:1200px;margin:0 auto;padding:20px;min-height:100vh;background:#f5f5f5}.submission-logo-header{background:#fff;padding:15px;border-radius:10px;box-shadow:0 2px 4px #0000001a;margin-bottom:20px}.submission-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a}.submission-header h1{margin:0;color:#2c3e50;font-size:28px}.btn-toggle{background:#3498db;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-toggle:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #3498db4d}.submission-form-container{display:grid;gap:20px}.info-box{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:24px;border-radius:10px;box-shadow:0 4px 12px #667eea4d}.info-box h3{margin-top:0;font-size:20px;margin-bottom:16px}.info-box ul{margin:0;padding-left:20px}.info-box li{margin-bottom:8px;line-height:1.6}.article-form{background:#fff;padding:30px;border-radius:10px;box-shadow:0 2px 4px #0000001a}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;color:#2c3e50;font-weight:600;font-size:15px}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:14px;font-family:inherit;transition:all .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px #3498db1a}.form-group small{display:block;margin-top:6px;color:#7f8c8d;font-size:13px}.checkbox-group label{display:flex;align-items:center;margin:0;cursor:pointer;font-weight:500}.checkbox-group input[type=checkbox]{width:auto;margin-right:10px;cursor:pointer;transform:scale(1.2)}.image-preview{margin-top:16px;position:relative}.image-preview img{max-width:400px;width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.btn-remove-image{margin-top:12px;background:#e74c3c;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-size:14px;cursor:pointer;transition:all .3s}.btn-remove-image:hover{background:#c0392b}.btn-submit{width:100%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:16px 32px;border-radius:8px;font-size:18px;font-weight:600;cursor:pointer;transition:all .3s;margin-top:10px}.btn-submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.btn-submit:disabled{opacity:.6;cursor:not-allowed}.my-articles-container{background:#fff;padding:30px;border-radius:10px;box-shadow:0 2px 4px #0000001a}.my-articles-container h2{margin-top:0;color:#2c3e50;margin-bottom:24px}.no-articles{text-align:center;padding:60px 20px;color:#7f8c8d}.no-articles p{font-size:18px;margin-bottom:24px}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}.my-article-card{background:#f8f9fa;border:2px solid #e9ecef;border-radius:10px;padding:20px;transition:all .3s}.my-article-card:hover{transform:translateY(-4px);box-shadow:0 6px 20px #0000001a;border-color:#3498db}.article-status{display:flex;gap:10px;margin-bottom:12px}.status-badge{padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-pending{background:#fff3cd;color:#856404}.status-approved{background:#d4edda;color:#155724}.status-declined{background:#f8d7da;color:#721c24}.badge-featured{background:#f39c12;color:#fff;padding:6px 14px;border-radius:20px;font-size:12px;font-weight:600}.my-article-card h3{margin:12px 0;color:#2c3e50;font-size:20px;line-height:1.4}.my-article-card .article-summary{color:#34495e;line-height:1.6;margin:12px 0;font-size:14px}.my-article-card img{width:100%;height:200px;object-fit:cover;border-radius:8px;margin:12px 0}.article-meta{display:flex;gap:16px;margin:12px 0;color:#7f8c8d;font-size:13px;flex-wrap:wrap}.tag{background:#e9ecef;color:#495057;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.decline-reason{margin:12px 0;padding:12px;background:#fff3cd;border-left:4px solid #ffc107;border-radius:4px;font-size:13px;color:#856404}.article-actions{display:flex;gap:10px;margin:16px 0}.btn-view{flex:1;background:#3498db;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.btn-view:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #3498db4d}.btn-delete{flex:1;background:#e74c3c;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.btn-delete:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 4px 8px #e74c3c4d}.article-date{margin-top:12px;padding-top:12px;border-top:1px solid #e9ecef;color:#95a5a6;font-size:12px}@media(max-width:768px){.submission-header{flex-direction:column;gap:15px}.submission-header h1{font-size:22px}.form-row,.articles-grid{grid-template-columns:1fr}.article-actions{flex-direction:column}.image-preview img{max-width:100%}}.admin-dashboard{max-width:1400px;margin:0 auto;padding:20px;min-height:100vh;background:#f5f5f5}.admin-logo-header{margin-bottom:20px;padding:15px;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:#fff;border-radius:10px;box-shadow:0 2px 4px #0000001a}.admin-header h1{margin:0;color:#2c3e50;font-size:28px}.btn-create{background:#27ae60;color:#fff;border:none;padding:12px 24px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.btn-create:hover{background:#229954;transform:translateY(-2px);box-shadow:0 4px 8px #27ae604d}.create-article-form{background:#fff;padding:30px;border-radius:10px;margin-bottom:30px;box-shadow:0 2px 4px #0000001a}.create-article-form h2{margin-top:0;color:#2c3e50;margin-bottom:20px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#34495e;font-weight:600}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus,.form-group select:focus{outline:none;border-color:#3498db}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;margin:0;cursor:pointer}.checkbox-group input[type=checkbox]{width:auto;margin-right:8px;cursor:pointer}.btn-submit{background:#3498db;color:#fff;border:none;padding:14px 32px;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s;width:100%}.btn-submit:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #3498db4d}.admin-tabs{display:flex;gap:10px;margin-bottom:20px;background:#fff;padding:10px;border-radius:10px;box-shadow:0 2px 4px #0000001a}.admin-tabs button{flex:1;padding:12px 20px;border:none;background:#ecf0f1;color:#7f8c8d;border-radius:6px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s}.admin-tabs button:hover{background:#d5dbdb}.admin-tabs button.active{background:#3498db;color:#fff}.loading,.error,.no-articles{text-align:center;padding:40px;background:#fff;border-radius:10px;color:#7f8c8d;font-size:18px}.error{color:#e74c3c}.articles-list{display:grid;gap:20px}.article-card{background:#fff;padding:24px;border-radius:10px;box-shadow:0 2px 4px #0000001a;transition:transform .3s,box-shadow .3s}.article-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.article-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}.article-header h3{margin:0;color:#2c3e50;font-size:22px;flex:1}.badge-featured,.badge-external{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;margin-left:10px}.badge-featured{background:#f39c12;color:#fff}.badge-external{background:#9b59b6;color:#fff}.article-meta{display:flex;gap:20px;margin-bottom:12px;color:#7f8c8d;font-size:14px;flex-wrap:wrap}.article-summary{color:#34495e;line-height:1.6;margin:12px 0}.article-thumbnail{width:100%;max-width:400px;height:auto;border-radius:8px;margin:12px 0}.article-tags{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0}.tag{background:#ecf0f1;color:#34495e;padding:4px 12px;border-radius:20px;font-size:12px;font-weight:500}.admin-actions{margin-top:20px;padding-top:20px;border-top:1px solid #ecf0f1}.admin-actions textarea{width:100%;padding:12px;border:1px solid #ddd;border-radius:6px;margin-bottom:12px;font-family:inherit;resize:vertical}.action-buttons{display:flex;gap:10px;flex-wrap:wrap}.action-buttons button{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s}.btn-approve{background:#27ae60;color:#fff}.btn-approve:hover{background:#229954;transform:translateY(-2px);box-shadow:0 4px 8px #27ae604d}.btn-decline{background:#e74c3c;color:#fff}.btn-decline:hover{background:#c0392b;transform:translateY(-2px);box-shadow:0 4px 8px #e74c3c4d}.btn-delete{background:#95a5a6;color:#fff}.btn-delete:hover{background:#7f8c8d;transform:translateY(-2px);box-shadow:0 4px 8px #95a5a64d}.btn-edit{background:#3498db;color:#fff}.btn-edit:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 8px #3498db4d}.btn-feature{background:#f39c12;color:#fff}.btn-feature:hover{background:#e67e22;transform:translateY(-2px);box-shadow:0 4px 8px #f39c124d}.btn-unfeature{background:#95a5a6;color:#fff}.btn-unfeature:hover{background:#7f8c8d;transform:translateY(-2px);box-shadow:0 4px 8px #95a5a64d}.decline-reason{margin-top:12px;padding:12px;background:#fef5e7;border-left:4px solid #f39c12;border-radius:4px;color:#7d6608}.decline-reason strong{color:#f39c12}@media(max-width:768px){.admin-header{flex-direction:column;gap:15px}.admin-header h1{font-size:22px}.form-row{grid-template-columns:1fr}.admin-tabs{flex-direction:column}.article-meta{flex-direction:column;gap:8px}.action-buttons{flex-direction:column}.action-buttons button{width:100%}}.chat-list-container{max-width:800px;margin:0 auto;padding:20px;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.chat-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a}.chat-list-header h1{margin:0;color:#333;font-size:28px}.back-btn{padding:10px 20px;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;transition:all .3s ease}.back-btn:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a}.error-message{background:#fee;border:1px solid #fcc;border-radius:10px;padding:20px;margin-bottom:20px;text-align:center}.no-chats{text-align:center;padding:80px 20px;background:#fff;border-radius:15px;box-shadow:0 4px 6px #0000001a}.no-chats-icon{font-size:80px;margin-bottom:20px}.no-chats h3{color:#333;margin-bottom:10px;font-size:24px}.no-chats p{color:#666;margin-bottom:30px;font-size:16px}.browse-btn{padding:12px 30px;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s ease}.browse-btn:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 8px #667eea4d}.chat-list{background:#fff;border-radius:15px;overflow:hidden;box-shadow:0 4px 6px #0000001a}.chat-item{display:flex;align-items:center;padding:16px 20px;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:all .2s ease;position:relative}.chat-item:last-child{border-bottom:none}.chat-item:hover{background:#f8f9ff}.chat-item.unread{background:#f0f4ff}.chat-avatar{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin-right:15px;flex-shrink:0}.chat-info{flex:1;min-width:0}.chat-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.chat-name{margin:0;font-size:16px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-time{font-size:12px;color:#999;margin-left:10px;flex-shrink:0}.chat-preview-row{display:flex;justify-content:space-between;align-items:center}.chat-preview{margin:0;font-size:14px;color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.chat-item.unread .chat-preview{font-weight:600;color:#333}.unread-badge{background:#667eea;color:#fff;border-radius:12px;padding:2px 8px;font-size:12px;font-weight:700;margin-left:10px;flex-shrink:0}.delete-chat-btn{background:none;border:none;font-size:20px;cursor:pointer;padding:5px 10px;opacity:0;transition:opacity .2s ease;margin-left:10px}.chat-item:hover .delete-chat-btn{opacity:.6}.delete-chat-btn:hover{opacity:1!important}@media(max-width:768px){.chat-list-container{padding:10px}.chat-list-header{flex-direction:column;gap:15px;text-align:center}.chat-list-header h1{font-size:24px}.chat-item{padding:12px 15px}.chat-avatar{width:45px;height:45px;font-size:18px}.delete-chat-btn{opacity:.6}}.chat-container{display:flex;flex-direction:column;height:100vh;max-width:1000px;margin:0 auto;background:#fff}.chat-header{display:flex;align-items:center;padding:15px 20px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 10px #0000001a;position:sticky;top:0;z-index:100}.chat-header .back-btn{background:#fff3;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:600;margin-right:15px;transition:all .3s ease}.chat-header .back-btn:hover{background:#ffffff4d;transform:translate(-3px)}.chat-header-info{display:flex;align-items:center;flex:1}.chat-header-avatar{width:45px;height:45px;border-radius:50%;background:#ffffff4d;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin-right:12px}.chat-header-info h2{margin:0;font-size:18px;font-weight:600}.typing-indicator{font-size:12px;font-style:italic;opacity:.8;display:block;margin-top:2px}.messages-container{flex:1;overflow-y:auto;padding:20px;background:#f5f7fb;display:flex;flex-direction:column}.messages-container::-webkit-scrollbar{width:8px}.messages-container::-webkit-scrollbar-track{background:#f1f1f1}.messages-container::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.messages-container::-webkit-scrollbar-thumb:hover{background:#555}.no-messages{display:flex;align-items:center;justify-content:center;height:100%;color:#999;font-size:16px}.date-separator{text-align:center;margin:20px 0}.date-separator span{background:#0000000d;padding:5px 15px;border-radius:15px;font-size:12px;color:#666;font-weight:500}.message{display:flex;margin-bottom:12px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.own-message{justify-content:flex-end}.other-message{justify-content:flex-start}.message-content{max-width:70%;padding:12px 16px;border-radius:18px;position:relative;word-wrap:break-word}.own-message .message-content{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-bottom-right-radius:4px}.other-message .message-content{background:#fff;color:#333;border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000001a}.message-content p{margin:0 0 5px;font-size:15px;line-height:1.4}.message-time{font-size:11px;opacity:.7;display:block;text-align:right;margin-top:4px}.message-input-container{display:flex;align-items:center;padding:15px 20px;background:#fff;border-top:1px solid #e0e0e0;box-shadow:0 -2px 10px #0000000d}.message-input{flex:1;padding:12px 16px;border:2px solid #e0e0e0;border-radius:25px;font-size:15px;outline:none;transition:all .3s ease}.message-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.message-input:disabled{background:#f5f5f5;cursor:not-allowed}.send-btn{width:45px;height:45px;margin-left:10px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;flex-shrink:0}.send-btn:hover:not(:disabled){transform:scale(1.1);box-shadow:0 4px 12px #667eea66}.send-btn:disabled{opacity:.5;cursor:not-allowed;transform:none}.error-message{background:#fee;border:1px solid #fcc;border-radius:10px;padding:15px;margin:10px 20px;text-align:center}.error-message button{margin-top:10px;padding:8px 16px;background:#dc3545;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:600}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh}.loading-spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:768px){.chat-container{max-width:100%}.chat-header{padding:12px 15px}.chat-header-info h2{font-size:16px}.chat-header-avatar{width:40px;height:40px;font-size:18px}.messages-container{padding:15px}.message-content{max-width:85%;padding:10px 14px}.message-content p{font-size:14px}.message-input-container{padding:12px 15px}.message-input{padding:10px 14px;font-size:14px}.send-btn{width:40px;height:40px;font-size:18px}}
