@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--primary-color: #16a34a;--primary-hover: #15803d;--secondary-color: #f0fdf4;--text-dark: #064e3b;--text-muted: #65a30d;--text-light: #86efac;--bg-color: #f0fdf4;--background-gray: #d1fae5;--white: #ffffff;--border-color: #bbf7d0;--green-gradient: linear-gradient(135deg, #10b981 0%, #059669 50%, #047857 100%);--light-green: #ecfdf5;--shadow-sm: 0 1px 3px rgba(34, 197, 94, .1);--shadow-md: 0 4px 6px -1px rgba(34, 197, 94, .2), 0 2px 4px -1px rgba(34, 197, 94, .1);--shadow-lg: 0 25px 50px -12px rgba(34, 197, 94, .25), 0 10px 20px -10px rgba(34, 197, 94, .2);--border-radius: 16px;--border-radius-lg: 24px;--border-radius-full: 9999px;--transition: all .3s cubic-bezier(.4, 0, .2, 1)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#fff;color:var(--text-dark);line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}button{cursor:pointer;border:none;background:none;font-family:inherit}.app-container{display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.main-content{flex:1;width:100%}.container{max-width:1400px;margin:0 auto;padding:0 32px}.section{padding:80px 0}.section-title{font-size:clamp(1.75rem,4vw,3.5rem);font-weight:800;background:var(--green-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-align:center;margin-bottom:48px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(max-width:768px){*{-webkit-tap-highlight-color:transparent}html{font-size:14px}body{overflow-x:hidden}.container{padding:0 16px}.section{padding:48px 0}.section-title{margin-bottom:32px}button:hover,a:hover{opacity:1}button,a,input,select,textarea{min-height:44px}html{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}input,textarea,select{font-size:16px!important}}@media(max-width:480px){html{font-size:13px}.container{padding:0 12px}.section{padding:32px 0}.section-title{margin-bottom:24px}}@media(min-width:481px)and (max-width:768px){html{font-size:14px}.container{padding:0 24px}}@media(max-width:768px){::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}}@media(max-width:768px){:focus{outline:2px solid #3b82f6;outline-offset:2px}:focus:not(:focus-visible){outline:none}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}}@media(max-width:768px){h1{font-size:clamp(1.5rem,5vw,2rem)!important}h2{font-size:clamp(1.25rem,4vw,1.75rem)!important}h3{font-size:clamp(1.1rem,3vw,1.25rem)!important}h4{font-size:clamp(1rem,2.5vw,1.1rem)!important}p{font-size:.95rem!important;line-height:1.6!important}}@media(max-width:768px){.app-container,.main-content{overflow-x:hidden;max-width:100vw}img{max-width:100%;height:auto}video{max-width:100%}}@supports (padding: max(0px)){.app-container{padding-left:max(0px,env(safe-area-inset-left));padding-right:max(0px,env(safe-area-inset-right))}}@media(max-width:768px){.loading{min-height:100px;display:flex;align-items:center;justify-content:center}.loading:after{content:"";width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}}.navbar{background:linear-gradient(180deg,#fefce8,#fef3c7);box-shadow:0 1px 3px #0000000d,0 0 0 1px #00000005;position:sticky;top:0;z-index:1000;transition:all .3s ease;border-bottom:1px solid #f4a261}.navbar.scrolled{box-shadow:0 4px 25px #0000001a,0 0 0 1px #00000008;background:#fefce8f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.nav-container{display:flex;justify-content:space-between;align-items:center;height:72px;max-width:1400px;margin:0 auto;padding:0 32px}.nav-left,.nav-right{display:flex;align-items:center;gap:24px}.logo{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:800;letter-spacing:-.5px;text-decoration:none;transition:transform .2s ease}.logo:hover{transform:scale(1.02)}.logo-img{height:42px;width:auto;object-fit:contain;border-radius:8px;box-shadow:0 2px 8px #0000001a}.logo-text{color:#1e40af;background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;align-items:center;gap:6px}.nav-links>li>a,.dropdown-trigger{color:#475569;font-weight:600;font-size:.92rem;padding:10px 16px;border-radius:10px;transition:all .25s ease;cursor:pointer;background:none;border:none;display:flex;align-items:center;gap:8px;text-decoration:none;position:relative}.nav-links>li>a:after,.dropdown-trigger:after{content:"";position:absolute;bottom:6px;left:50%;width:0;height:2px;background:linear-gradient(90deg,#2563eb,#3b82f6);transition:all .25s ease;border-radius:2px;transform:translate(-50%)}.nav-links>li>a:hover:after,.dropdown-trigger:hover:after{width:30px}.nav-links>li>a:hover,.dropdown-trigger:hover{color:#1e40af;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.nav-links>li>a.active{color:#1e40af;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.dropdown-trigger .chevron{transition:transform .2s ease}.dropdown-trigger .chevron.rotated{transform:rotate(180deg)}.dropdown-container{position:relative}.dropdown-menu{position:absolute;top:100%;left:50%;transform:translate(-50%) translateY(10px);background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001f;padding:8px;min-width:200px;opacity:0;visibility:hidden;transition:all .2s ease;border:1px solid #e5e7eb}.dropdown-menu.open{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 14px;color:#4b5563;text-decoration:none;border-radius:8px;font-size:.9rem;transition:all .15s ease;border:none;background:none;width:100%;cursor:pointer}.dropdown-item:hover{background:#f3f4f6;color:#1e40af}.dropdown-item svg{color:#6b7280}.dropdown-item:hover svg{color:#1e40af}.search-box{display:flex;align-items:center;gap:10px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:25px;padding:10px 18px;transition:all .3s ease;width:300px;border:1px solid transparent}.search-box:focus-within{background:#fff;box-shadow:0 0 0 3px #2563eb26;border-color:#bfdbfe}.search-box .search-icon{color:#64748b}.search-box input{border:none;background:none;outline:none;font-size:.9rem;color:#334155;width:100%;font-weight:500}.search-box input::placeholder{color:#94a3b8}.icon-btn{position:relative;padding:10px;border-radius:12px;color:#475569;background:#fff;border:2px solid #e2e8f0;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.icon-btn:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);color:#2563eb;border-color:#93c5fd;transform:scale(1.05);box-shadow:0 4px 12px #2563eb33}.notification-btn{background:#fff;border:2px solid #e2e8f0}.notification-badge{position:absolute;top:-4px;right:-4px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.65rem;font-weight:700;min-width:18px;height:18px;border-radius:50px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #ef444466;animation:badgePulse 2s infinite}.user-menu{position:relative}.user-profile{display:flex;align-items:center;gap:10px;padding:6px 12px 6px 6px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border:1px solid #e2e8f0;border-radius:30px;cursor:pointer;transition:all .3s ease}.user-profile:hover{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#93c5fd;transform:translateY(-1px)}.user-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8,#1e40af);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #2563eb4d}.user-name{font-weight:600;color:#334155;font-size:.9rem}.user-dropdown{right:0;left:auto;transform:translateY(10px)}.user-dropdown.open{transform:translateY(0)}.dropdown-divider{height:1px;background:#e5e7eb;margin:6px 0}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout svg{color:#dc2626}.dropdown-item.logout:hover{background:#fef2f2}.notification-wrapper,.notification-btn{position:relative}.notification-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.65rem;font-weight:700;border-radius:50px;display:flex;align-items:center;justify-content:center;padding:0 5px;box-shadow:0 2px 6px #ef444466;animation:badgePulse 2s infinite}@keyframes badgePulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.notification-dropdown{position:absolute;top:100%;right:-10px;width:380px;padding:0;background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s ease;z-index:100;overflow:hidden}.notification-dropdown.open{opacity:1;visibility:visible;transform:translateY(8px)}.notification-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff}.notification-header h4{margin:0;font-size:1rem;font-weight:600}.notification-header-actions{display:flex;align-items:center;gap:8px}.settings-link{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff3;border-radius:8px;color:#fff;transition:all .2s}.mark-read-btn{background:#fff3;border:none;color:#fff;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:500;cursor:pointer;transition:background .2s}.mark-read-btn:hover{background:#ffffff4d}.notification-list{max-height:400px;overflow-y:auto}.notification-item{display:flex;gap:14px;padding:16px 20px;border-bottom:1px solid #f1f5f9;transition:background .2s;cursor:pointer}.notification-item:hover{background:#f8fafc}.notification-item.unread{background:#eff6ff}.notification-item.unread:hover{background:#dbeafe}.notification-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-icon.job{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.notification-icon.interview{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.notification-icon.application{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.notification-icon.message{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4f46e5}.notification-content{flex:1;display:flex;flex-direction:column;gap:4px}.notification-title{font-weight:600;color:#1e293b;font-size:.9rem}.notification-message{font-size:.8rem;color:#64748b;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.notification-time{font-size:.7rem;color:#94a3b8}.notification-settings{padding:12px 20px;background:#f8fafc;border-top:1px solid #f1f5f9}.settings-title{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.setting-row{display:flex;align-items:center;justify-content:space-between;padding:8px 0}.setting-row span{font-size:.85rem;color:#475569}.toggle{position:relative;width:40px;height:22px;background:#d1d5db;border:none;border-radius:11px;cursor:pointer;transition:background .3s}.toggle.on{background:#3b82f6}.toggle-slider{position:absolute;top:2px;left:2px;width:18px;height:18px;background:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 1px 3px #0003}.toggle.on .toggle-slider{transform:translate(18px)}.notification-footer{padding:14px 20px;text-align:center;border-top:1px solid #f1f5f9}.notification-footer a{color:#3b82f6;font-weight:600;font-size:.85rem;text-decoration:none;transition:color .2s}.notification-footer a:hover{color:#1d4ed8}.btn-login{color:#1e40af;font-weight:600;font-size:.92rem;padding:10px 22px;border:2px solid transparent;border-radius:25px;transition:all .3s ease;text-decoration:none;background:linear-gradient(135deg,#eff6ff,#dbeafe)}.btn-login:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;transform:translateY(-1px)}.btn-register{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-weight:700;font-size:.9rem;padding:10px 18px;border-radius:8px;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 10px #f973164d;margin:0;border:none;cursor:pointer}.btn-register:hover{transform:translateY(-2px);box-shadow:0 4px 15px #f9731680;background:linear-gradient(135deg,#ea580c,#dc2626)}.nav-divider{display:none}.auth-buttons{display:flex;align-items:center;gap:10px}.employer-btn{display:flex;align-items:center;gap:6px;padding:8px 14px;background:linear-gradient(135deg,#1e3a8a,#1e40af);color:#fff;border-radius:8px;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 10px #1e3a8a4d;margin:0;border:none;cursor:pointer}.employer-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #1e3a8a80;background:linear-gradient(135deg,#1e40af,#1d4ed8)}.mobile-only{display:none}.mobile-menu-btn{color:#374151;background:none;border:none;padding:8px;cursor:pointer}.mobile-menu{background-color:var(--white);padding:16px;position:absolute;top:70px;left:0;right:0;box-shadow:0 10px 30px #0000001a;max-height:calc(100vh - 70px);overflow-y:auto}.mobile-search{display:flex;align-items:center;gap:12px;background:#f3f4f6;border-radius:12px;padding:12px 16px;margin-bottom:16px;color:#9ca3af}.mobile-search input{flex:1;border:none;background:none;outline:none;font-size:.95rem;color:#374151}.mobile-nav-links{display:flex;flex-direction:column;gap:4px}.mobile-nav-links>li>a,.mobile-dropdown-trigger{display:flex;align-items:center;gap:12px;padding:14px 12px;color:#374151;font-weight:500;font-size:.95rem;border-radius:10px;text-decoration:none;transition:all .15s ease;background:none;border:none;width:100%;cursor:pointer}.mobile-nav-links>li>a:hover,.mobile-dropdown-trigger:hover{background:#f3f4f6}.mobile-dropdown-trigger{justify-content:space-between}.mobile-dropdown-trigger .chevron{transition:transform .2s ease}.mobile-dropdown-trigger .chevron.rotated{transform:rotate(180deg)}.mobile-dropdown-menu{padding-left:24px;margin-top:4px}.mobile-dropdown-menu li a{display:flex;align-items:center;gap:12px;padding:12px 14px;color:#6b7280;font-size:.9rem;text-decoration:none;border-radius:8px}.mobile-dropdown-menu li a:hover{background:#f3f4f6;color:#1e40af}.mobile-auth-buttons{display:flex;flex-direction:column;gap:12px;margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb}.mobile-user-info{display:flex;align-items:center;gap:12px;padding:12px;background:#f9fafb;border-radius:10px;font-weight:600;color:#374151}.mobile-link{display:flex;align-items:center;gap:12px;padding:14px 12px;border-radius:10px;text-decoration:none;color:#374151;font-weight:500;border:none;background:none;cursor:pointer;font-size:.95rem}.mobile-link:hover{background:#f3f4f6}.mobile-link.logout{color:#dc2626}.btn-login.mobile,.btn-register.mobile{display:block;text-align:center;padding:14px;font-size:1rem}@media(max-width:1024px){.desktop-only{display:none}.mobile-only{display:block}.nav-container{padding:0 16px}}@media(max-width:480px){.logo-text{display:none}.search-box{width:100%}}.navbar-chat-btn{display:flex!important;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#10b981,#059669)!important;border:none!important;color:#fff!important;cursor:pointer;transition:transform .2s,box-shadow .2s;flex-shrink:0}.navbar-chat-btn:hover{transform:scale(1.1);box-shadow:0 4px 12px #10b98166}@media(max-width:768px){.navbar{height:60px}.nav-container{height:60px;padding:0 12px}.logo-img{height:36px}.mobile-menu{top:60px;max-height:calc(100vh - 60px)}.mobile-search{padding:8px 12px;margin-bottom:12px}.mobile-search input{padding:10px;font-size:.9rem}.mobile-nav-links{padding:0}.mobile-nav-links>li{border-bottom:1px solid #f1f5f9}.mobile-nav-links>li>a,.mobile-dropdown-trigger{padding:14px 12px;width:100%;justify-content:flex-start}.mobile-dropdown-menu{background:#f8fafc}.mobile-dropdown-menu li a{padding:12px 24px}.search-box{display:none}.nav-right{gap:8px}.notification-wrapper{position:static}.notification-dropdown{position:fixed;top:60px;left:0;right:0;width:100%;max-height:calc(100vh - 60px);border-radius:0;transform:translateY(-100%)}.notification-dropdown.open{transform:translateY(0)}.user-menu{position:static}.user-dropdown{position:fixed;top:60px;left:0;right:0;width:100%;max-height:calc(100vh - 60px);border-radius:0;transform:translateY(-100%)}.user-dropdown.open{transform:translateY(0)}.auth-buttons{gap:6px}.btn-login,.btn-register{padding:8px 14px;font-size:.85rem}.employer-btn{display:none}.icon-btn,.notification-btn{padding:8px}}@media(max-width:480px){.nav-container{padding:0 8px}.logo-img{height:32px}.mobile-menu{padding:12px}.mobile-link{padding:12px 8px;font-size:.9rem}.btn-login,.btn-register{padding:10px 12px;font-size:.8rem}.auth-buttons{flex-direction:row}.icon-btn{width:36px;height:36px}}.footer{margin-top:auto;background:linear-gradient(180deg,#f8fafc,#f1f5f9)}.footer-main{padding:60px 0 40px;border-bottom:1px solid #e2e8f0}.footer .container{max-width:1400px;margin:0 auto;padding:0 24px}.footer-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:40px;margin-bottom:50px}.brand-col{grid-column:span 1}.footer-logo{display:flex;align-items:center;gap:10px;text-decoration:none;margin-bottom:16px}.footer-logo-img{height:36px;width:auto;object-fit:contain;border-radius:6px}.footer-logo .logo-text{font-size:1.4rem;font-weight:800;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-desc{color:#64748b;font-size:.9rem;line-height:1.7;margin-bottom:20px}.contact-info{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;gap:10px;color:#64748b;font-size:.85rem}.contact-item svg{color:#3b82f6;flex-shrink:0}.footer-col{min-width:0}.footer-heading{display:flex;align-items:center;gap:10px;font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.footer-heading svg{color:#3b82f6}.footer-links{display:flex;flex-direction:column;gap:12px}.footer-links li a{color:#64748b;font-size:.9rem;text-decoration:none;transition:all .2s ease;display:inline-block;position:relative}.footer-links li a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#3b82f6;transition:width .2s ease}.footer-links li a:hover{color:#3b82f6;transform:translate(4px)}.footer-links li a:hover:after{width:100%}.newsletter-section{background:linear-gradient(135deg,#1e40af,#3b82f6);border-radius:16px;padding:32px;margin-bottom:40px}.newsletter-content{display:flex;justify-content:space-between;align-items:center;gap:40px}.newsletter-text h3{color:#fff;font-size:1.25rem;font-weight:700;margin-bottom:6px}.newsletter-text p{color:#fffc;font-size:.9rem}.newsletter-form{display:flex;gap:12px}.input-wrapper{display:flex;align-items:center;gap:12px;background:#fff;border-radius:30px;padding:8px 20px;min-width:280px}.input-wrapper svg{color:#94a3b8}.input-wrapper input{border:none;background:none;outline:none;font-size:.9rem;color:#374151;width:100%}.input-wrapper input::placeholder{color:#94a3b8}.newsletter-form button{display:flex;align-items:center;gap:8px;background:#f97316;color:#fff;border:none;padding:12px 24px;border-radius:30px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s ease;white-space:nowrap}.newsletter-form button:hover{background:#ea580c;transform:translateY(-2px);box-shadow:0 4px 12px #f9731666}.social-section{display:flex;flex-direction:column;align-items:center;gap:16px}.social-label{font-size:.9rem;color:#64748b;font-weight:500}.social-icons{display:flex;gap:12px}.social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#fff;color:#64748b;transition:all .3s ease;box-shadow:0 2px 8px #0000000d}.social-link:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001f}.social-link.facebook:hover{background:#1877f2;color:#fff}.social-link.twitter:hover{background:#1da1f2;color:#fff}.social-link.linkedin:hover{background:#0077b5;color:#fff}.social-link.instagram:hover{background:linear-gradient(45deg,#f09433,#e6683c,#dc2743,#cc2366,#bc1888);color:#fff}.social-link.youtube:hover{background:red;color:#fff}.footer-bottom{background:#1e293b;padding:20px 0}.bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer-bottom p{color:#94a3b8;font-size:.85rem;margin:0}.bottom-links{display:flex;align-items:center;gap:16px}.bottom-links a{color:#94a3b8;font-size:.85rem;text-decoration:none;transition:color .2s ease}.bottom-links a:hover{color:#fff}.bottom-links .divider{color:#475569}.made-with{color:#f97316!important}@media(max-width:1200px){.footer-grid{grid-template-columns:repeat(3,1fr)}.brand-col{grid-column:span 3}}@media(max-width:768px){.footer-grid{grid-template-columns:repeat(2,1fr);gap:32px}.brand-col{grid-column:span 2}.newsletter-content{flex-direction:column;text-align:center}.newsletter-form{flex-direction:column;width:100%}.input-wrapper{min-width:auto}.bottom-content{flex-direction:column;text-align:center}.bottom-links{flex-wrap:wrap;justify-content:center}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}.brand-col{grid-column:span 1}.footer-main{padding:40px 0 30px}.newsletter-section{padding:24px 20px}}@media(max-width:768px){.footer{padding-bottom:env(safe-area-inset-bottom,0)}.footer-main{padding:48px 0 32px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:32px}.brand-col{grid-column:span 2;text-align:center;margin-bottom:8px}.footer-logo{justify-content:center}.footer-description{text-align:center;max-width:100%}.social-links{justify-content:center}.footer-column h4{font-size:.95rem;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #e2e8f0}.footer-links{gap:8px}.footer-links li a{font-size:.85rem;padding:6px 0}.newsletter-section{margin:0 12px 24px;padding:24px 20px;border-radius:16px}.newsletter-section h4{font-size:1.1rem;margin-bottom:8px}.newsletter-section p{font-size:.85rem;margin-bottom:16px}.newsletter-form{flex-direction:column;gap:10px}.newsletter-form input{width:100%;padding:12px 16px}.newsletter-form button{width:100%;padding:12px 20px}.footer-bottom{padding:20px 0}.bottom-content{flex-direction:column;gap:16px;text-align:center}.copyright{font-size:.8rem}.bottom-links{gap:16px;flex-wrap:wrap;justify-content:center}.bottom-links a{font-size:.8rem}}@media(max-width:480px){.footer-grid{grid-template-columns:1fr}.brand-col{grid-column:span 1}.footer-main{padding:32px 0 24px}.footer-logo-img{height:32px}.footer-logo .logo-text{font-size:1.2rem}.footer-description{font-size:.85rem}.social-links{gap:10px}.social-link{width:36px;height:36px}.footer-column h4{font-size:.9rem}.newsletter-section{margin:0 8px 20px;padding:20px 16px}.footer-bottom{padding:16px 12px}.copyright{font-size:.75rem}}.home-page{background:#fff}.hero-section{position:relative;padding:60px 0 100px;overflow:hidden}.hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#eff6ff,#fff,#f0f9ff)}.hero-pattern{position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 20% 50%,rgba(59,130,246,.05) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(139,92,246,.05) 0%,transparent 40%)}.hero-container{position:relative;z-index:1;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}.hero-content{max-width:600px}.hero-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:20px;font-size:.85rem;font-weight:600;color:#92400e;margin-bottom:24px;animation:fadeInUp .6s ease}.hero-content h1{font-size:3.5rem;font-weight:800;line-height:1.1;color:#0f172a;margin:0 0 20px;animation:fadeInUp .6s ease .1s both}.hero-content h1 .highlight{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-content p{font-size:1.2rem;color:#64748b;line-height:1.7;margin:0 0 36px;animation:fadeInUp .6s ease .2s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.search-box-hero{display:flex;align-items:center;background:#fff;border-radius:16px;padding:6px;box-shadow:0 10px 40px #0000001a;animation:fadeInUp .6s ease .3s both}.search-input-group{flex:1;display:flex;align-items:center;gap:12px;padding:12px 16px}.search-input-group .search-icon{color:#94a3b8;flex-shrink:0}.search-input-group input,.search-input-group select{flex:1;border:none;background:transparent;outline:none;font-size:.95rem;color:#1e293b}.search-input-group select{cursor:pointer}.search-divider{width:1px;height:40px;background:#e2e8f0}.search-btn{display:flex;align-items:center;gap:10px;padding:16px 28px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:12px;font-weight:600;font-size:1rem;text-decoration:none;transition:all .3s}.search-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #3b82f666}.popular-searches{display:flex;align-items:center;gap:12px;margin-top:20px;animation:fadeInUp .6s ease .4s both}.popular-searches span{font-size:.9rem;color:#64748b;font-weight:500}.search-tag{padding:6px 14px;background:#f1f5f9;border-radius:20px;font-size:.85rem;color:#475569;text-decoration:none;transition:all .2s}.search-tag:hover{background:#e2e8f0;color:#3b82f6}.hero-image{position:relative;height:500px;animation:fadeInRight .8s ease .4s both}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.hero-card{position:absolute;display:flex;align-items:center;gap:14px;padding:16px 20px;background:#fff;border-radius:14px;box-shadow:0 10px 40px #0000001a;animation:float 3s ease-in-out infinite}.hero-card.card-1{top:80px;right:20px;animation-delay:0s}.hero-card.card-2{top:220px;left:0;animation-delay:.5s}.hero-card.card-3{bottom:100px;right:40px;animation-delay:1s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.card-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.card-1 .card-icon{background:#d1fae5;color:#10b981}.card-2 .card-icon{background:#dbeafe;color:#3b82f6}.card-3 .card-icon{background:#fef3c7;color:#f59e0b}.card-text{display:flex;flex-direction:column}.card-text strong{font-size:.95rem;color:#1e293b;font-weight:700}.card-text span{font-size:.8rem;color:#64748b}.card-avatars{display:flex}.card-avatars span{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:700;margin-left:-10px;border:3px solid white}.card-avatars span:first-child{margin-left:0}.stats-section{padding:60px 0;background:#fff;margin-top:-40px;position:relative;z-index:2}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.stat-card{text-align:center;padding:32px 20px;background:#f8fafc;border-radius:16px;transition:all .3s}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #00000014}.stat-icon{width:60px;height:60px;margin:0 auto 16px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#3b82f6}.stat-value{font-size:2rem;font-weight:800;color:#0f172a;margin-bottom:4px}.stat-label{font-size:.95rem;color:#64748b;font-weight:500}.section-header{text-align:center;margin-bottom:48px}.section-header h2{font-size:2.5rem;font-weight:800;color:#0f172a;margin:0 0 12px}.section-header h2 .highlight{background:linear-gradient(135deg,#3b82f6,#2563eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.section-header p{font-size:1.1rem;color:#64748b;margin:0}.section-header .view-all{display:inline-flex;align-items:center;gap:6px;color:#3b82f6;font-weight:600;text-decoration:none;transition:all .2s}.section-header .view-all:hover{gap:10px}.features-section{padding:100px 0;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.feature-card{background:#fff;padding:32px;border-radius:20px;transition:all .3s;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #0000001a;border-color:var(--accent)}.feature-icon{width:70px;height:70px;border-radius:16px;background:var(--accent-bg);color:var(--accent);display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-card h3{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0 0 12px}.feature-card p{font-size:.95rem;color:#64748b;line-height:1.6;margin:0 0 20px}.feature-link{display:inline-flex;align-items:center;gap:6px;color:var(--accent);font-weight:600;text-decoration:none;font-size:.9rem;transition:all .2s}.feature-link:hover{gap:10px}.categories-section{padding:100px 0;background:#fff}.categories-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card{display:flex;align-items:center;gap:16px;padding:24px;background:#f8fafc;border-radius:16px;text-decoration:none;transition:all .3s;border:2px solid transparent}.category-card:hover{background:#fff;border-color:#3b82f6;box-shadow:0 10px 30px #3b82f61a}.category-card:hover .category-arrow{transform:translate(5px);color:#3b82f6}.category-icon{width:56px;height:56px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#3b82f6;flex-shrink:0}.category-info{flex:1}.category-info h4{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 4px}.category-info span{font-size:.9rem;color:#64748b}.category-arrow{color:#94a3b8;transition:all .3s}.featured-jobs-section{padding:100px 0;background:#f8fafc}.jobs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.job-card{background:#fff;padding:24px;border-radius:20px;transition:all .3s;border:1px solid #e2e8f0}.job-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a;border-color:#3b82f6}.job-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.job-logo{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.1rem;flex-shrink:0}.job-info h4{font-size:1.1rem;font-weight:700;color:#0f172a;margin:0 0 4px}.company-name{font-size:.9rem;color:#64748b}.job-meta{display:flex;gap:16px;margin-bottom:14px}.job-meta span{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#64748b}.job-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.job-tag{padding:5px 12px;background:#f1f5f9;border-radius:8px;font-size:.8rem;color:#475569}.job-type{padding:5px 12px;background:#d1fae5;border-radius:8px;font-size:.8rem;color:#065f46}.job-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e2e8f0}.posted-time{font-size:.85rem;color:#94a3b8}.apply-btn{padding:10px 20px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-radius:10px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s}.apply-btn:hover{transform:scale(1.05);box-shadow:0 5px 20px #3b82f64d}.companies-section{padding:100px 0;background:#fff}.companies-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px}.company-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:28px 20px;background:#f8fafc;border-radius:16px;text-decoration:none;transition:all .3s}.company-card:hover{background:#fff;transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.company-logo{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800;font-size:1.5rem}.company-card span{font-size:.9rem;font-weight:600;color:#0f172a}.testimonials-section{padding:100px 0;background:linear-gradient(180deg,#f8fafc,#fff)}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.testimonial-card{background:#fff;padding:32px;border-radius:20px;box-shadow:0 10px 30px #0000000f;border:1px solid #e2e8f0}.testimonial-header{display:flex;align-items:center;gap:14px;margin-bottom:16px}.testimonial-avatar{width:56px;height:56px;border-radius:14px;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem}.testimonial-info h4{font-size:1.05rem;font-weight:700;color:#0f172a;margin:0 0 4px}.testimonial-info span{font-size:.85rem;color:#64748b}.testimonial-rating{display:flex;gap:4px;margin-bottom:16px}.testimonial-text{font-size:.95rem;color:#475569;line-height:1.7;margin:0;font-style:italic}.cta-section{padding:100px 0;background:linear-gradient(135deg,#1e3a8a,#1e40af,#3b82f6);position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.cta-content{text-align:center;position:relative;z-index:1}.cta-content h2{font-size:2.8rem;font-weight:800;color:#fff;margin:0 0 16px}.cta-content p{font-size:1.2rem;color:#ffffffd9;margin:0 0 36px}.cta-buttons{display:flex;justify-content:center;gap:16px}.cta-primary{display:inline-flex;align-items:center;gap:10px;padding:18px 36px;background:#fff;color:#3b82f6;border-radius:14px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s}.cta-primary:hover{transform:translateY(-3px);box-shadow:0 15px 40px #0003}.cta-secondary{display:inline-flex;align-items:center;gap:10px;padding:18px 36px;background:#ffffff1a;color:#fff;border:2px solid rgba(255,255,255,.3);border-radius:14px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s}.cta-secondary:hover{background:#fff3;border-color:#ffffff80}@media(max-width:1200px){.hero-container{grid-template-columns:1fr;gap:40px}.hero-image{display:none}.stats-grid,.features-grid{grid-template-columns:repeat(2,1fr)}.companies-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.hero-content h1{font-size:2.5rem}.search-box-hero{flex-direction:column;gap:12px}.search-input-group{width:100%}.search-divider{display:none}.search-btn{width:100%;justify-content:center}.categories-grid,.jobs-grid,.testimonials-grid,.companies-grid{grid-template-columns:repeat(2,1fr)}.section-header h2{font-size:2rem}}@media(max-width:600px){.hero-section{padding:40px 0 60px}.hero-content h1{font-size:2rem}.stats-grid,.features-grid,.categories-grid,.jobs-grid,.testimonials-grid{grid-template-columns:1fr}.companies-grid{grid-template-columns:repeat(2,1fr)}.cta-buttons{flex-direction:column;align-items:center}.cta-primary,.cta-secondary{width:100%;justify-content:center}.popular-searches{flex-wrap:wrap}}@media(max-width:768px){.hero-section{padding:40px 0 60px}.hero-container{grid-template-columns:1fr;gap:32px;text-align:center}.hero-content{max-width:100%}.hero-badge{padding:6px 14px;font-size:.75rem}.hero-title{font-size:clamp(1.75rem,6vw,2.5rem);line-height:1.2;margin-bottom:16px}.hero-subtitle{font-size:1rem;margin-bottom:24px}.hero-search{flex-direction:column;gap:12px;padding:16px}.hero-search input{width:100%;padding:12px 16px;font-size:.95rem}.hero-search button{width:100%;padding:14px 24px}.hero-stats{flex-direction:row;justify-content:center;gap:24px;margin-top:24px}.stat-item{text-align:center}.hero-illustration{display:none}.popular-searches{justify-content:center}.stats-section{padding:40px 0}.stats-grid{grid-template-columns:repeat(2,1fr);gap:16px}.stat-card{padding:20px}.stat-icon{width:48px;height:48px}.stat-number{font-size:1.5rem}.features-section{padding:48px 0}.section-title{font-size:1.5rem;margin-bottom:24px}.features-grid{grid-template-columns:1fr;gap:16px}.feature-card{padding:20px}.feature-icon{width:48px;height:48px;margin-bottom:16px}.feature-card h3{font-size:1.1rem}.categories-section{padding:48px 0}.categories-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{padding:16px}.category-icon{width:44px;height:44px}.jobs-section{padding:48px 0}.jobs-header{flex-direction:column;gap:16px;text-align:center}.jobs-grid{grid-template-columns:1fr;gap:16px}.job-card{padding:16px}.job-header{flex-direction:column;gap:12px;align-items:flex-start}.job-info h3{font-size:1rem}.job-tags{flex-wrap:wrap}.job-footer{flex-direction:column;gap:12px;align-items:flex-start}.apply-btn{width:100%;justify-content:center}.companies-section{padding:48px 0}.companies-grid{grid-template-columns:repeat(2,1fr);gap:12px}.company-card{padding:16px}.company-logo{width:48px;height:48px}.testimonials-section{padding:48px 0}.testimonials-grid{grid-template-columns:1fr;gap:16px}.testimonial-card{padding:20px}.testimonial-content{font-size:.95rem}.cta-section{padding:48px 0}.cta-container{padding:32px 20px}.cta-title{font-size:1.5rem;margin-bottom:12px}.cta-subtitle{font-size:.95rem;margin-bottom:24px}.cta-buttons{flex-direction:column;gap:12px}.cta-primary,.cta-secondary{width:100%;padding:14px 24px;justify-content:center;font-size:.95rem}}@media(max-width:480px){.hero-section{padding:32px 0 48px}.hero-title{font-size:1.5rem}.hero-subtitle{font-size:.9rem}.hero-search{padding:12px}.stats-grid,.categories-grid,.companies-grid{grid-template-columns:1fr}.section-header h2{font-size:1.25rem}.section-header p{font-size:.85rem}}.jobs-page{min-height:100vh;background:#f8fafc}.jobs-hero{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);padding:50px 0;color:#fff}.hero-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:28px}.jobs-hero h1{font-size:2.2rem;font-weight:800;margin-bottom:6px}.jobs-hero p{font-size:1rem;opacity:.9}.alert-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:10px;color:#fff;font-weight:600;cursor:pointer;transition:all .3s}.alert-btn:hover{background:#ffffff40}.hero-search{display:flex;gap:12px;max-width:800px}.search-input-wrapper{flex:1;display:flex;align-items:center;gap:12px;background:#fff;padding:14px 18px;border-radius:12px;box-shadow:0 4px 20px #00000026}.search-input-wrapper svg{color:#94a3b8;flex-shrink:0}.search-input-wrapper input{flex:1;border:none;outline:none;font-size:1rem;color:#1e293b}.clear-search{background:#f1f5f9;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b}.filter-btn{display:flex;align-items:center;gap:8px;padding:14px 22px;background:#fff;border:none;border-radius:12px;color:#475569;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 20px #00000026}.filter-btn:hover,.filter-btn.active{background:#1e3a5f;color:#fff}.jobs-container{max-width:1300px;margin:0 auto;padding:32px 24px;display:flex;gap:28px}.filters-panel{width:280px;flex-shrink:0;background:#fff;border-radius:16px;padding:24px;height:fit-content;position:sticky;top:100px;box-shadow:0 2px 12px #0000000f}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.clear-btn{background:none;border:none;color:#ef4444;font-size:.9rem;cursor:pointer}.filter-group{margin-bottom:24px}.filter-group h4{font-size:.85rem;font-weight:600;color:#64748b;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.filter-group input[type=text]{width:100%;padding:12px 14px;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;outline:none;transition:border-color .3s}.filter-group input[type=text]:focus{border-color:#3b82f6}.checkbox-list{display:flex;flex-direction:column;gap:10px}.checkbox-item{display:flex;align-items:center;gap:10px;cursor:pointer;color:#475569;font-size:.95rem}.checkbox-item input{width:18px;height:18px;accent-color:#3b82f6}.checkbox-item.remote span{display:flex;align-items:center;gap:6px;color:#3b82f6;font-weight:600}.apply-filters-btn{width:100%;padding:14px;background:#3b82f6;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s}.apply-filters-btn:hover{background:#2563eb}.jobs-results{flex:1;min-width:0}.results-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:16px}.quick-filters{display:flex;gap:8px}.quick-filter{padding:10px 18px;background:#fff;border:2px solid #e2e8f0;border-radius:10px;color:#64748b;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s;display:flex;align-items:center;gap:6px}.quick-filter:hover{border-color:#3b82f6;color:#3b82f6}.quick-filter.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.results-actions{display:flex;align-items:center;gap:16px}.results-count{font-size:.95rem;color:#64748b;font-weight:500}.view-toggle{display:flex;background:#fff;border-radius:8px;overflow:hidden;border:1px solid #e2e8f0}.view-toggle button{padding:8px 12px;background:#fff;border:none;color:#94a3b8;cursor:pointer;transition:all .3s}.view-toggle button:hover{color:#3b82f6}.view-toggle button.active{background:#3b82f6;color:#fff}.sort-select{padding:10px 14px;border:2px solid #e2e8f0;border-radius:10px;background:#fff;color:#475569;font-size:.9rem;cursor:pointer;outline:none}.loading-state{text-align:center;padding:100px 20px;background:#fff;border-radius:16px}.spinner{width:50px;height:50px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;margin:0 auto 16px;animation:spin 1s linear infinite}.loading-state p{color:#64748b;font-size:1rem}.empty-state{text-align:center;padding:100px 20px;background:#fff;border-radius:16px}.empty-state p{color:#94a3b8;margin-bottom:24px}.empty-state button{padding:12px 28px;background:#3b82f6;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer}.jobs-grid{display:grid;gap:20px}.jobs-grid.grid{grid-template-columns:repeat(auto-fill,minmax(340px,1fr))}.jobs-grid.list{grid-template-columns:1fr}.jobs-grid.list .job-card{flex-direction:row}.jobs-grid.list .job-card-header{flex-direction:column;align-items:center;padding:20px;border-right:1px solid #f1f5f9;min-width:120px}.jobs-grid.list .job-card-body{flex:1;padding:20px}.jobs-grid.list .job-card-badge{position:absolute;top:12px;left:12px}.jobs-grid.list .job-footer{flex-direction:row;justify-content:space-between}.job-card{background:#fff;border-radius:16px;padding:20px;box-shadow:0 2px 12px #0000000a;transition:all .3s;border:2px solid transparent;position:relative;display:flex;flex-direction:column}.job-card:hover{border-color:#3b82f6;box-shadow:0 12px 40px #3b82f626;transform:translateY(-4px)}.job-card-badge{display:flex;gap:8px;margin-bottom:12px;min-height:24px}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600}.badge.remote{background:#ecfdf5;color:#059669}.job-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.company-logo{width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.4rem;font-weight:700;color:#fff}.save-btn{background:none;border:none;color:#94a3b8;cursor:pointer;padding:8px;border-radius:8px;transition:all .3s}.save-btn:hover{background:#fef2f2;color:#ef4444}.save-btn.saved{color:#ef4444}.job-card-body h3{font-size:1.15rem;font-weight:700;color:#1e293b;margin-bottom:6px}.company-name{display:flex;align-items:center;gap:8px;color:#64748b;font-size:.95rem;margin-bottom:12px}.company-name .rating{display:flex;align-items:center;gap:3px;color:#fbbf24;font-weight:600;font-size:.85rem}.job-meta{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}.job-meta span{display:flex;align-items:center;gap:4px;color:#64748b;font-size:.85rem}.job-salary{display:flex;align-items:center;gap:4px;color:#059669;font-size:1rem;font-weight:700;margin-bottom:12px}.job-desc{color:#64748b;font-size:.9rem;line-height:1.5;margin-bottom:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.job-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.tag{padding:4px 10px;background:#f1f5f9;color:#475569;border-radius:6px;font-size:.8rem;font-weight:500}.job-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:12px}.footer-left{display:flex;gap:16px}.posted,.applicants{display:flex;align-items:center;gap:4px;color:#94a3b8;font-size:.8rem}.apply-btn{display:flex;align-items:center;gap:4px;padding:10px 20px;background:#3b82f6;color:#fff;text-decoration:none;border-radius:8px;font-weight:600;font-size:.9rem;transition:all .3s}.apply-btn:hover{background:#2563eb}@media(max-width:1024px){.jobs-container{flex-direction:column}.filters-panel{width:100%;position:static}}@media(max-width:768px){.hero-top{flex-direction:column;gap:16px}.alert-btn{align-self:flex-start}.hero-search{flex-direction:column}.results-toolbar{flex-direction:column;align-items:stretch}.quick-filters{flex-wrap:wrap}.results-actions{justify-content:space-between}.jobs-grid.grid{grid-template-columns:1fr}.jobs-grid.list .job-card{flex-direction:column}.jobs-grid.list .job-card-header{flex-direction:row;border-right:none;border-bottom:1px solid #f1f5f9;min-width:auto;padding:16px}}@media(max-width:480px){.jobs-hero h1{font-size:1.75rem}.job-footer{flex-direction:column;align-items:stretch}.apply-btn{justify-content:center}}.login-page{min-height:calc(100vh - 72px);background-color:var(--bg-color);display:flex;justify-content:center;align-items:center;padding:40px 24px}.login-container{display:flex;flex-direction:column;background-color:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);max-width:900px;width:100%;overflow:hidden}@media(min-width:768px){.login-container{flex-direction:row}}.login-left{flex:1;padding:40px;background-color:var(--secondary-color);border-right:1px solid var(--border-color)}.login-left h2{font-size:1.5rem;color:var(--text-dark);margin-bottom:24px}.benefits-list{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.benefits-list li{color:var(--text-muted);font-size:.95rem;line-height:1.5}.btn-register-outline{width:100%;padding:12px;border:1px solid var(--primary-color);color:var(--primary-color);font-weight:600;border-radius:var(--border-radius-full);background:transparent;transition:var(--transition)}.btn-register-outline:hover{background-color:var(--primary-color);color:var(--white)}.login-right{flex:1.2;padding:40px}.login-right h2{font-size:1.5rem;color:var(--text-dark);margin-bottom:24px}.login-form{display:flex;flex-direction:column;gap:20px}.form-group label{font-size:.9rem;font-weight:500;color:var(--text-dark)}.form-group input{padding:12px 16px;border:1px solid var(--border-color);border-radius:8px;font-size:1rem;outline:none;transition:var(--transition)}.form-group input:focus{border-color:var(--primary-color);box-shadow:0 0 0 2px #275df51a}.form-options{display:flex;justify-content:flex-end}.forgot-password{font-size:.85rem;color:var(--primary-color);font-weight:500}.forgot-password:hover{text-decoration:underline}.btn-login-submit{background-color:var(--primary-color);color:var(--white);padding:14px;font-weight:600;font-size:1rem;border-radius:var(--border-radius-full);margin-top:8px;transition:var(--transition)}.btn-login-submit:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:var(--shadow-md)}.login-divider{text-align:center;margin:16px 0;position:relative}.login-divider:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background-color:var(--border-color);z-index:1}.login-divider span{background-color:var(--white);padding:0 16px;color:var(--text-light);font-size:.85rem;position:relative;z-index:2}.btn-google-login{display:flex;align-items:center;justify-content:center;gap:12px;padding:12px;border:1px solid var(--border-color);background-color:var(--white);font-weight:600;color:var(--text-dark);border-radius:var(--border-radius-full);transition:var(--transition)}.btn-google-login:hover{background-color:var(--bg-color)}.register-page{min-height:calc(100vh - 72px);background-color:var(--bg-color);display:flex;justify-content:center;align-items:flex-start;padding:40px 24px}.register-container{display:flex;flex-direction:column;background-color:var(--white);border-radius:var(--border-radius-lg);box-shadow:var(--shadow-lg);max-width:1000px;width:100%;overflow:hidden;margin-top:20px}@media(min-width:768px){.register-container{flex-direction:row}}.register-left{flex:1;background:linear-gradient(135deg,#f1f5ff,#e0e8ff);padding:48px;border-right:1px dashed var(--border-color);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.info-image-placeholder{color:var(--primary-color);background:var(--white);width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-md);margin:0 auto 32px}.register-left h2{font-size:1.5rem;color:var(--text-dark);margin-bottom:24px}.register-benefits{display:flex;flex-direction:column;gap:16px;text-align:left}.register-benefits li{position:relative;padding-left:28px;color:var(--text-muted);font-size:.95rem;line-height:1.5}.register-benefits li:before{content:"✓";position:absolute;left:0;top:0;color:#10b981;font-weight:700;font-size:1.1rem}.register-right{flex:1.5;padding:48px}.register-right h2{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:32px}.register-form{display:flex;flex-direction:column;gap:24px}.form-group label{font-size:.9rem;font-weight:600;color:var(--text-dark)}.form-group input[type=text],.form-group input[type=email],.form-group input[type=password],.phone-input input{padding:12px 16px;border:1px solid var(--border-color);border-radius:4px;font-size:1rem;outline:none;transition:var(--transition);background-color:var(--white)}.form-group input:focus{border-color:var(--primary-color)}.helper-text{font-size:.8rem;color:var(--text-light)}.phone-input{display:flex}.country-code{display:flex;align-items:center;justify-content:center;padding:0 16px;background-color:var(--bg-color);border:1px solid var(--border-color);border-right:none;border-radius:4px 0 0 4px;color:var(--text-dark);font-weight:500}.phone-input input{flex:1;border-radius:0 4px 4px 0}.terms-checkbox{display:flex;align-items:flex-start;gap:12px;margin-top:8px}.terms-checkbox input[type=checkbox]{margin-top:4px;width:16px;height:16px;accent-color:var(--primary-color)}.terms-checkbox label{font-size:.85rem;color:var(--text-muted);line-height:1.5;cursor:pointer}.btn-register-submit{background-color:var(--primary-color);color:var(--white);padding:16px;font-weight:600;font-size:1.05rem;border-radius:4px;margin-top:16px;transition:var(--transition);box-shadow:0 4px 14px #275df563}.btn-register-submit:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #275df53b}.login-prompt{text-align:center;margin-top:24px;font-size:.95rem;color:var(--text-dark)}.login-link{color:var(--primary-color);font-weight:600}.login-link:hover{text-decoration:underline}.employers-page{min-height:100vh;padding-top:80px}.employer-hero{background:linear-gradient(135deg,#1a237e,#3949ab,#5c6bc0);padding:80px 40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:40px;position:relative;overflow:hidden}.employer-hero:before{content:"";position:absolute;top:-50%;right:-20%;width:600px;height:600px;background:#ffffff0d;border-radius:50%}.employer-hero-content{flex:1;min-width:300px;max-width:600px}.employer-hero-content h1{font-size:3.5rem;color:#fff;margin-bottom:20px;font-weight:800;letter-spacing:-1px}.employer-hero-content p{font-size:1.25rem;color:#ffffffe6;margin-bottom:30px;line-height:1.6}.hero-buttons{display:flex;gap:15px;flex-wrap:wrap}.btn-primary{padding:14px 32px;background:#ff9800;color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s;font-size:1rem}.btn-primary:hover{background:#f57c00;transform:translateY(-2px);box-shadow:0 8px 20px #ff980066}.btn-secondary{padding:14px 32px;background:#ffffff26;color:#fff;border:2px solid rgba(255,255,255,.5);border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s;font-size:1rem}.btn-secondary:hover{background:#ffffff40;transform:translateY(-2px)}.employer-hero-stats{display:flex;gap:30px;flex-wrap:wrap}.stat-item{text-align:center;padding:20px 25px;background:#ffffff1a;border-radius:12px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);min-width:120px}.stat-number{display:block;font-size:2rem;font-weight:800;color:#ff9800;margin-bottom:5px}.stat-label{font-size:.85rem;color:#fffc}.employer-features{padding:80px 40px;background:#f8f9fa}.employer-features h2{text-align:center;font-size:2.5rem;color:#1a237e;margin-bottom:50px;font-weight:700}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1200px;margin:0 auto}.feature-card{background:#fff;padding:35px;border-radius:16px;text-align:center;transition:all .3s;border:1px solid #e8eaf6;box-shadow:0 4px 15px #0000000d}.feature-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #1a237e26;border-color:#3f51b5}.feature-icon{font-size:3rem;margin-bottom:20px}.feature-card h3{font-size:1.4rem;color:#1a237e;margin-bottom:12px;font-weight:600}.feature-card p{color:#666;margin-bottom:20px;line-height:1.5}.feature-link{color:#3f51b5;font-weight:600;text-decoration:none;transition:color .2s}.feature-link:hover{color:#1a237e}.employer-how-it-works{padding:80px 40px;background:#fff}.employer-how-it-works h2{text-align:center;font-size:2.5rem;color:#1a237e;margin-bottom:60px;font-weight:700}.steps-container{display:flex;justify-content:center;align-items:flex-start;gap:10px;flex-wrap:wrap;max-width:1200px;margin:0 auto}.step{text-align:center;max-width:200px;padding:20px}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#1a237e,#3f51b5);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 20px;box-shadow:0 8px 20px #1a237e4d}.step h4{font-size:1.2rem;color:#1a237e;margin-bottom:10px;font-weight:600}.step p{color:#666;font-size:.9rem;line-height:1.4}.step-connector{width:60px;height:2px;background:#c5cae9;margin-top:30px}.employer-testimonials{padding:80px 40px;background:linear-gradient(135deg,#e8eaf6,#c5cae9)}.employer-testimonials h2{text-align:center;font-size:2.5rem;color:#1a237e;margin-bottom:50px;font-weight:700}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1000px;margin:0 auto}.testimonial-card{background:#fff;padding:30px;border-radius:16px;box-shadow:0 8px 30px #00000014}.testimonial-text{font-size:1.1rem;color:#444;line-height:1.6;margin-bottom:25px;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:15px}.author-avatar{width:50px;height:50px;background:linear-gradient(135deg,#1a237e,#3f51b5);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:600}.author-info h5{color:#1a237e;font-size:1rem;margin-bottom:3px;font-weight:600}.author-info span{color:#666;font-size:.85rem}.employer-cta{padding:80px 40px;background:#1a237e;text-align:center}.employer-cta h2{font-size:2.5rem;color:#fff;margin-bottom:15px;font-weight:700}.employer-cta p{font-size:1.2rem;color:#fffc;margin-bottom:35px}.cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.btn-cta-primary{padding:16px 40px;background:#ff9800;color:#fff;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s;font-size:1.1rem}.btn-cta-primary:hover{background:#f57c00;transform:translateY(-2px);box-shadow:0 10px 30px #ff980066}.btn-cta-secondary{padding:16px 40px;background:transparent;color:#fff;border:2px solid white;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s;font-size:1.1rem}.btn-cta-secondary:hover{background:#fff;color:#1a237e;transform:translateY(-2px)}@media(max-width:768px){.employer-hero{padding:50px 20px;flex-direction:column;text-align:center}.employer-hero-content h1{font-size:2.5rem}.employer-hero-stats{justify-content:center}.employer-features,.employer-how-it-works,.employer-testimonials,.employer-cta{padding:50px 20px}.steps-container{flex-direction:column;align-items:center}.step-connector{width:2px;height:30px}}.post-job-page{min-height:100vh;padding:100px 20px 60px;background:linear-gradient(135deg,#1a237e,#3949ab,#5c6bc0);display:flex;justify-content:center;align-items:flex-start}.post-job-container{width:100%;max-width:900px;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:24px;box-shadow:0 25px 60px #00000040;padding:40px;border:1px solid rgba(255,255,255,.3)}.post-job-container h2{text-align:center;font-size:2.5rem;color:#1a237e;margin-bottom:30px;font-weight:800}.stepper{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;padding:20px 0;position:relative}.step-item{display:flex;flex-direction:column;align-items:center;cursor:pointer;position:relative;z-index:2;flex:1}.step-item.completed{cursor:pointer}.step-circle{width:50px;height:50px;border-radius:50%;background:#e8eaf6;color:#9fa8da;display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;transition:all .3s ease;border:3px solid #c5cae9}.step-item.active .step-circle{background:linear-gradient(135deg,#1a237e,#3f51b5);color:#fff;border-color:#1a237e;box-shadow:0 8px 20px #1a237e66;transform:scale(1.1)}.step-item.completed .step-circle{background:#4caf50;color:#fff;border-color:#4caf50}.step-title{margin-top:10px;font-size:.85rem;font-weight:600;color:#9fa8da;transition:color .3s}.step-item.active .step-title{color:#1a237e}.step-item.completed .step-title{color:#4caf50}.step-line{flex:1;height:3px;background:#e8eaf6;margin:-30px -10px 0;transition:background .3s}.step-line.active{background:#4caf50}.job-section{margin-bottom:30px;padding:30px;background:#fff;border-radius:20px;border:1px solid #e8eaf6;box-shadow:0 8px 25px #0000000d}.job-section h3{font-size:1.4rem;color:#1a237e;margin-bottom:25px;padding-bottom:15px;border-bottom:2px solid #e8eaf6;display:flex;align-items:center;gap:12px;font-weight:600}.form-field label{font-weight:600;color:#3949ab;font-size:.9rem;display:flex;justify-content:space-between}.form-field input,.form-field select,.form-field textarea{padding:14px 16px;border:2px solid #e8eaf6;border-radius:12px;font-size:.95rem;transition:all .3s;background:#f8f9fa}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#3f51b5;box-shadow:0 0 0 4px #3f51b51a;background:#fff}.form-field input.error,.form-field textarea.error{border-color:#f44336;background:#ffebee}.form-field input.error:focus,.form-field textarea.error:focus{box-shadow:0 0 0 4px #f443361a}.error-text{color:#f44336;font-size:.8rem;font-weight:500;margin-top:-4px}.readonly-field{background:#e8eaf6!important;cursor:not-allowed!important;color:#5c6bc0;font-weight:600}.company-select-wrapper{width:100%}.custom-company-input{display:flex;gap:10px;align-items:center}.custom-company-input input{flex:1}.btn-select-existing{padding:12px 16px;background:#e8eaf6;color:#3f51b5;border:2px solid #c5cae9;border-radius:10px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s}.btn-select-existing:hover{background:#c5cae9}.checkbox-group,.radio-group{display:flex;flex-wrap:wrap;gap:12px;padding:10px 0}.option-item{display:flex;align-items:center;gap:8px;padding:10px 18px;background:#f8f9fa;border-radius:25px;cursor:pointer;transition:all .2s;border:2px solid transparent;font-size:.9rem;font-weight:500}.option-item:hover{background:#e8eaf6;border-color:#c5cae9}.option-item.selected{background:#e8eaf6;border-color:#3f51b5;color:#1a237e}.option-item input{width:18px;height:18px;cursor:pointer;accent-color:#3f51b5}.timing-row{display:flex;align-items:center;gap:15px}.timing-row span{font-weight:600;color:#9fa8da}.salary-group{display:flex;gap:15px;align-items:center}.salary-group input{flex:1;min-width:0}.compliance-box{background:linear-gradient(135deg,#fff9c4,#fff59d);padding:20px;border-radius:12px;border-left:5px solid #fbc02d;margin-top:20px}.compliance-box h4{color:#f57f17;margin-bottom:10px;display:flex;align-items:center;gap:8px;font-weight:600}.compliance-box p{font-size:.9rem;color:#5d4037;line-height:1.5}.review-section{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:25px}@media(max-width:768px){.review-section{grid-template-columns:1fr}}.review-card{background:#f8f9fa;padding:20px;border-radius:12px;border:1px solid #e8eaf6}.review-card h4{color:#1a237e;font-size:1rem;margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid #c5cae9}.review-card p{color:#555;font-size:.9rem;margin-bottom:6px;line-height:1.4}.review-card strong{color:#1a237e}.form-navigation{display:flex;justify-content:space-between;gap:15px;margin-top:30px}.btn-prev,.btn-next{padding:16px 32px;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;border:none}.btn-prev{background:#f5f5f5;color:#555;border:2px solid #e0e0e0}.btn-prev:hover{background:#e0e0e0;transform:translateY(-2px)}.btn-next{background:linear-gradient(135deg,#1a237e,#3f51b5);color:#fff;flex:1;max-width:200px}.btn-next:hover{transform:translateY(-2px);box-shadow:0 10px 25px #1a237e4d}.btn-post-job{width:100%;padding:18px;background:linear-gradient(135deg,#4caf50,#66bb6a);color:#fff;border:none;border-radius:12px;font-size:1.2rem;font-weight:700;cursor:pointer;transition:all .3s;margin-top:20px}.btn-post-job:hover{transform:translateY(-3px);box-shadow:0 15px 30px #4caf5066}.success-message-v2{text-align:center;padding:80px 40px}.success-icon{font-size:5rem;color:#4caf50;margin-bottom:20px;animation:bounce .6s ease}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.success-message-v2 h2{color:#2e7d32;font-size:2.5rem;margin-bottom:15px}.success-message-v2 p{color:#555;font-size:1.1rem;margin-bottom:10px}.redirect-text{color:#999!important;font-size:.9rem!important;margin-top:20px!important}.animate-fade{animation:fadeIn .4s ease}@media(max-width:768px){.post-job-page{padding:90px 15px 40px}.post-job-container{padding:25px 20px;border-radius:20px}.post-job-container h2{font-size:1.8rem}.stepper{flex-wrap:wrap;gap:15px}.step-item{flex:none;width:30%}.step-line{display:none}.step-circle{width:40px;height:40px;font-size:1rem}.step-title{font-size:.7rem}.job-section{padding:20px}.form-navigation{flex-direction:column}.btn-next{max-width:none}}.candidate-app-page-modern{min-height:100vh;padding:100px 20px 60px;background:linear-gradient(135deg,#f8faff,#eff6ff);display:flex;justify-content:center}.candidate-app-wrapper{width:100%;max-width:900px}.app-stepper{display:flex;justify-content:space-between;margin-bottom:40px;position:relative;padding:0 10px}.step-node{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;flex:1}.step-circle{width:44px;height:44px;border-radius:50%;background:var(--white);border:2px solid var(--border-color);display:flex;align-items:center;justify-content:center;color:var(--text-muted);transition:all .3s ease;margin-bottom:8px}.step-label{font-size:.75rem;font-weight:600;color:var(--text-muted);text-align:center}.step-line{position:absolute;top:22px;left:50%;width:100%;height:2px;background:var(--border-color);z-index:-1}.step-node.active .step-circle{border-color:var(--primary-color);color:var(--primary-color);box-shadow:0 0 0 4px #275df51a}.step-node.active .step-label{color:var(--primary-color)}.step-node.completed .step-circle{background:var(--primary-color);border-color:var(--primary-color);color:var(--white)}.step-node.completed .step-line{background:var(--primary-color)}.app-form-container{background:var(--white);border-radius:24px;box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid var(--border-color)}.form-header-modern{padding:32px 40px;border-bottom:1px solid var(--border-color);background:#fafbfc;display:flex;justify-content:space-between;align-items:center}.form-header-modern h2{font-size:1.5rem;font-weight:800;color:var(--text-dark)}.form-header-modern p{font-weight:600;color:var(--primary-color);background:var(--secondary-color);padding:4px 12px;border-radius:20px;font-size:.85rem}.form-body{padding:40px;min-height:450px}.step-title{font-size:1.25rem;font-weight:700;margin-bottom:32px;color:var(--text-dark)}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.full-width{grid-column:span 2}.form-field label{font-weight:600;color:var(--text-muted);font-size:.9rem}.form-field input,.form-field select,.form-field textarea{padding:12px 16px;border:1.5px solid var(--border-color);border-radius:12px;font-size:1rem;transition:var(--transition)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:var(--primary-color);box-shadow:0 0 0 4px #275df50d}.readonly-input{background-color:var(--bg-color);color:var(--text-muted);cursor:not-allowed}.file-upload-wrapper .file-upload-label{display:flex;align-items:center;gap:12px;padding:12px 20px;background:var(--secondary-color);color:var(--primary-color);border-radius:12px;cursor:pointer;font-weight:600;transition:var(--transition);border:1px dashed var(--primary-color);width:fit-content}.file-upload-wrapper .file-upload-label:hover{background:#e0e7ff}.radio-group-modern{display:flex;gap:16px}.radio-group-modern label{flex:1;padding:16px;border:1.5px solid var(--border-color);border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);font-weight:600}.radio-group-modern label.active{border-color:var(--primary-color);background-color:var(--secondary-color);color:var(--primary-color)}.radio-group-modern input{display:none}.dual-input{display:flex;gap:16px}.input-with-label{display:flex;flex-direction:column;gap:4px}.input-with-label span{font-size:.75rem;color:var(--text-muted);font-weight:500}.dual-input input{flex:1}.radio-group-simple{display:flex;gap:24px}.radio-group-simple label{display:flex;align-items:center;gap:8px;cursor:pointer;font-weight:500;color:var(--text-muted)}.radio-group-simple input[type=radio]{width:18px;height:18px;margin:0}.form-footer-modern{padding:32px 40px;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;background:#fafbfc}.btn-back-modern{display:flex;align-items:center;gap:8px;padding:12px 24px;color:var(--text-muted);font-weight:700}.btn-back-modern.hidden{visibility:hidden}.btn-next-modern,.btn-submit-modern{display:flex;align-items:center;gap:8px;padding:12px 32px;background-color:var(--primary-color);color:var(--white);border-radius:12px;font-weight:700;box-shadow:0 4px 12px #275df533;transition:var(--transition)}.btn-next-modern:hover,.btn-submit-modern:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.job-card-expanded{background:#f8fafc;border:1px solid var(--border-color);border-radius:16px;padding:24px;margin-bottom:24px;transition:var(--transition)}.job-card-expanded:hover{border-color:var(--primary-color);background:var(--white);box-shadow:var(--shadow-md)}.card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:12px;border-bottom:1px dashed var(--border-color)}.card-header h4{color:var(--primary-color);font-size:1.1rem}.btn-remove{padding:4px 12px;background:#fef2f2;color:#ef4444;border:1px solid #fee2e2;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer}.btn-add-modern{width:100%;padding:14px;background:var(--white);border:2px dashed var(--primary-color);color:var(--primary-color);border-radius:12px;font-weight:700;cursor:pointer;transition:var(--transition)}.btn-add-modern:hover{background:var(--secondary-color)}.compliance-notice-box{display:flex;gap:16px;background:#f0fdf4;border:1px solid #dcfce7;padding:20px;border-radius:16px;color:#166534;font-size:.9rem;line-height:1.5}.compliance-notice-box svg{flex-shrink:0;color:#22c55e}.final-declarations-box{margin-top:40px;padding:24px;background:#f8fafc;border-radius:16px;border:1px solid var(--border-color)}.final-declarations-box h4{margin-bottom:16px;color:var(--text-dark)}.checkbox-modern{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px;cursor:pointer;font-size:.9rem;line-height:1.4;color:var(--text-muted)}.checkbox-modern input{width:18px;height:18px;margin-top:2px}.success-score{margin-top:24px;text-align:center}.success-score span{font-size:.85rem;color:var(--text-muted);font-weight:600}.score-bar{height:8px;background:#e2e8f0;border-radius:4px;margin:8px 0;overflow:hidden}.score-progress{height:100%;background:#10b981;border-radius:4px}.score-progress{animation:progressFill 1.5s ease-out forwards}@keyframes progressFill{0%{width:0}to{width:100%}}.cv-upload-modern{display:flex;align-items:center;gap:16px;padding:16px 24px;background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:14px;color:#64748b}.btn-browse{margin-left:auto;background:#fff;padding:8px 16px;border-radius:8px;font-weight:600;color:var(--primary-color);box-shadow:0 2px 4px #0000000d;cursor:pointer}.portal-badges{display:flex;justify-content:center;gap:32px;margin-top:40px}.badge-item{display:flex;align-items:center;gap:8px;font-size:.85rem;color:var(--text-muted);font-weight:600}.badge-item svg{color:#34d399}.empty-state-card{text-align:center;padding:60px 40px;background:#f8fafc;border-radius:20px;color:#64748b;display:flex;flex-direction:column;align-items:center;gap:16px}.checkbox-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.skills-tag-input{border:1.5px solid var(--border-color);border-radius:12px;padding:8px 12px;background:#fff;min-height:50px;transition:var(--transition)}.skills-tag-input:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 4px #275df50d}.tags-container{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.skill-tag{background:var(--secondary-color);color:var(--primary-color);padding:4px 12px;border-radius:20px;font-size:.85rem;font-weight:600;display:flex;align-items:center;gap:6px;border:1px solid rgba(39,93,245,.2)}.skill-tag button{background:none;border:none;color:var(--primary-color);font-size:1.2rem;cursor:pointer;padding:0;line-height:1;display:flex;align-items:center}.tags-container input{border:none!important;padding:4px!important;flex:1;min-width:150px;box-shadow:none!important}.field-hint{font-size:.75rem;color:var(--text-muted);margin-top:4px}.multi-file-upload{display:flex;flex-direction:column;gap:12px}.btn-add-file{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#f8fafc;border:1.5px dashed var(--border-color);border-radius:10px;color:var(--text-muted);font-weight:600;font-size:.9rem;cursor:pointer;transition:var(--transition);width:fit-content}.btn-add-file:hover{border-color:var(--primary-color);color:var(--primary-color);background:var(--secondary-color)}.file-preview-list{display:flex;flex-wrap:wrap;gap:8px}.file-tag{background:#f1f5f9;padding:6px 12px;border-radius:8px;font-size:.8rem;display:flex;align-items:center;gap:8px;border:1px solid var(--border-color)}.file-tag button{background:none;border:none;color:#ef4444;cursor:pointer;font-weight:700}.success-overlay-candidate{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.success-card{background:#fff;width:100%;max-width:480px;padding:48px;border-radius:32px;box-shadow:0 20px 50px #00000026;text-align:center}.success-card h2{margin-bottom:12px;font-size:1.8rem;color:#0f172a}.success-card p{color:#64748b;line-height:1.6}.success-icon-wrapper{width:80px;height:80px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}@media(max-width:768px){.form-grid{grid-template-columns:1fr}.full-width{grid-column:span 1}.app-stepper{overflow-x:auto;padding-bottom:20px}.step-node{min-width:100px}.checkbox-grid{grid-template-columns:1fr}.portal-badges{flex-direction:column;align-items:center;gap:16px}}.form-page-layout{padding:60px 20px;background-color:var(--background-gray);min-height:calc(100vh - 370px)}.form-container{max-width:700px;margin:0 auto;background:var(--white);padding:40px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.form-container h2{color:var(--text-dark);margin-bottom:8px;font-size:1.8rem;font-weight:700}.form-subtitle{color:var(--text-light);margin-bottom:30px;font-size:1rem}.custom-form{display:flex;flex-direction:column;gap:20px}.form-groups-row{display:flex;gap:20px}.half-width{flex:1}.custom-form .form-group{display:flex;flex-direction:column;gap:8px}.custom-form label{font-size:.95rem;font-weight:600;color:var(--text-dark)}.custom-form input,.custom-form select,.custom-form textarea{padding:12px 16px;border:1px solid var(--border-color);border-radius:var(--radius-md);font-size:1rem;font-family:inherit;transition:all .2s ease;background-color:#fff}.custom-form select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);background-repeat:no-repeat;background-position:right 15px top 50%;background-size:12px auto}.custom-form input:focus,.custom-form select:focus,.custom-form textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 3px #275df51a}.form-success-message{max-width:600px;margin:60px auto;text-align:center;background:var(--white);padding:50px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.form-success-message h2{color:#4caf50;margin-bottom:16px;font-size:1.8rem}.form-success-message p{color:var(--text-light);font-size:1.1rem}.contact-page{padding:40px 20px;min-height:calc(100vh - 370px);background:var(--background-gray)}.contact-header{text-align:center;margin-bottom:40px}.contact-header h1{font-size:2.5rem;color:var(--text-dark);margin-bottom:8px}.contact-header p{color:var(--text-light);font-size:1.1rem}.contact-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:40px;max-width:1200px;margin:0 auto}.contact-info-section,.contact-form-section{background:var(--white);padding:30px;border-radius:var(--radius-lg);box-shadow:var(--shadow-md)}.contact-info-section h2,.contact-form-section h2{font-size:1.5rem;color:var(--text-dark);margin-bottom:24px;border-bottom:2px solid var(--border-color);padding-bottom:12px}.contact-card{display:flex;flex-direction:column;gap:24px;margin-bottom:30px}.contact-item{display:flex;gap:16px}.contact-icon{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-details h3{font-size:1rem;color:var(--text-dark);margin-bottom:4px}.contact-details p{color:var(--text-dark);font-weight:600;font-size:.95rem}.contact-details span{color:var(--text-light);font-size:.85rem}.contact-cta{background:linear-gradient(135deg,#f093fb,#f5576c);padding:24px;border-radius:var(--radius-md);text-align:center;color:#fff}.contact-cta h3{font-size:1.1rem;margin-bottom:8px}.contact-cta p{font-size:.9rem;margin-bottom:16px;opacity:.9}.cta-button{display:inline-flex;align-items:center;gap:8px;background:#fff;color:#f5576c!important;padding:12px 24px;border-radius:var(--radius-md);font-weight:600;text-decoration:none;transition:transform .2s ease}.cta-button:hover{transform:translateY(-2px)}.submit-button{display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:14px 28px;border:none;border-radius:var(--radius-md);font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea66}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}.contact-page{padding:20px}.contact-header h1{font-size:2rem}}@media(max-width:768px){.form-container{padding:24px}.form-groups-row{flex-direction:column;gap:20px}}.cv-generator-layout{display:flex;height:calc(100vh - 70px);background-color:var(--background-gray);overflow:hidden}.cv-editor{flex:1;min-width:400px;max-width:500px;background-color:var(--white);border-right:1px solid var(--border-color);overflow-y:auto;padding:30px}.editor-header{margin-bottom:30px}.editor-header h2{color:var(--text-dark);font-size:1.5rem;margin-bottom:5px}.editor-header p{color:var(--text-light);font-size:.9rem}.editor-section{margin-bottom:30px;padding-bottom:20px;border-bottom:1px solid var(--border-color)}.editor-section h3{font-size:1.1rem;color:var(--text-dark);margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid input,.editor-section textarea{width:100%;padding:10px 12px;border:1px solid #ccc;border-radius:var(--radius-sm);font-size:.9rem;font-family:inherit;transition:border-color .2s}.form-grid input:focus,.editor-section textarea:focus{outline:none;border-color:var(--primary-blue);box-shadow:0 0 0 2px #275df51a}.full-width{grid-column:1 / -1}.dynamic-field-group{background-color:#f8fafc;border:1px solid var(--border-color);padding:15px;border-radius:var(--radius-md);margin-bottom:15px}.group-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.group-header h4{font-size:.9rem;color:var(--text-dark)}.btn-remove{background:none;border:none;color:#ef4444;font-size:.8rem;cursor:pointer}.btn-remove:hover{text-decoration:underline}.btn-add{background:none;border:1px dashed var(--primary-blue);color:var(--primary-blue);padding:8px 15px;border-radius:var(--radius-sm);font-size:.9rem;font-weight:500;cursor:pointer;width:100%;transition:background-color .2s}.btn-add:hover{background-color:#275df50d}.cv-preview-container{flex:2;background-color:#e2e8f0;padding:30px;overflow-y:auto;display:flex;flex-direction:column;align-items:center}.preview-header{width:100%;max-width:800px;display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.preview-header h3{color:var(--text-dark)}.btn-download{background-color:var(--primary-blue);color:#fff;border:none;padding:10px 20px;border-radius:var(--radius-md);font-weight:600;cursor:pointer;transition:background-color .2s}.btn-download:hover{background-color:#1e4bd8}.cv-document{background-color:#fff;width:210mm;min-height:297mm;padding:40px 50px;box-shadow:0 10px 25px #0000001a;border-radius:4px;font-family:Inter,sans-serif;color:#333;line-height:1.5}.cv-header{text-align:center;border-bottom:2px solid #333;padding-bottom:20px;margin-bottom:25px}.cv-name{font-size:2.2rem;font-weight:700;margin-bottom:5px;color:#111;letter-spacing:-.5px}.cv-title{font-size:1.2rem;color:var(--primary-blue);font-weight:500;margin-bottom:15px}.cv-contact-info{display:flex;flex-wrap:wrap;justify-content:center;gap:15px;font-size:.85rem;color:#555}.contact-item{display:flex;align-items:center;gap:5px}.cv-section{margin-bottom:25px}.section-title{font-size:1.2rem;font-weight:700;color:#111;border-bottom:1px solid #ddd;padding-bottom:5px;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}.cv-summary-text{font-size:.95rem;color:#444}.experience-item,.education-item{margin-bottom:15px}.item-header{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:3px}.item-title{font-size:1.05rem;font-weight:600;color:#222}.item-date{font-size:.85rem;font-weight:500;color:var(--primary-blue)}.item-subtitle{font-size:.95rem;font-weight:500;color:#555;margin-bottom:5px}.item-desc{font-size:.9rem;color:#444}.cv-skills-list{display:flex;flex-wrap:wrap;gap:8px}.cv-skill-tag{background-color:#f1f5f9;color:#333;padding:4px 10px;border-radius:4px;font-size:.85rem;font-weight:500;border:1px solid #e2e8f0}@media(max-width:1024px){.cv-generator-layout{flex-direction:column;overflow-y:auto}.cv-editor{max-width:100%;border-right:none;border-bottom:1px solid var(--border-color);min-height:50vh}.cv-preview-container{padding:20px 10px}.cv-document{width:100%;max-width:210mm;transform:scale(.9);transform-origin:top center}}@media print{body *{visibility:hidden}.no-print{display:none!important}#cv-document-print,#cv-document-print *{visibility:visible}#cv-document-print{position:absolute;left:0;top:0;width:100%;margin:0;padding:0;box-shadow:none}.cv-generator-layout{height:auto;overflow:visible}.cv-preview-container{background-color:#fff;padding:0}}.ai-assistant-wrapper{position:fixed;bottom:30px;right:30px;z-index:100;font-family:Inter,sans-serif}.ai-assistant-wrapper.dark-mode .chat-body,.ai-assistant-wrapper.dark-mode .ai-chat-window{background:#0d0d14}.ai-assistant-wrapper.dark-mode .online-status{color:#60a5fa}.ai-assistant-wrapper.dark-mode .header-info h4{color:#fafafa}.ai-fab{background:linear-gradient(135deg,#2563eb,#1d4ed8,#1e40af);color:#fff;border:none;width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 35px #2563eb80,0 0 0 1px #ffffff1a;transition:transform .3s cubic-bezier(.175,.885,.32,1.275),box-shadow .3s;position:relative;animation:chatgpt-pulse 2s ease-in-out infinite}@keyframes chatgpt-pulse{0%,to{box-shadow:0 10px 35px #2563eb80}50%{box-shadow:0 10px 45px #2563ebcc,0 0 20px #2563eb4d}}.ai-fab:hover{transform:scale(1.12);box-shadow:0 14px 45px #2563eb99,0 0 30px #2563eb4d}.ai-fab.open{transform:rotate(90deg)}.fab-icon-container{position:relative;display:flex;align-items:center;justify-content:center}.notification-dot{position:absolute;top:-4px;right:-4px;width:14px;height:14px;background:linear-gradient(135deg,#ef4444,#dc2626);border:2px solid white;border-radius:50%;animation:pulse 2s infinite;box-shadow:0 2px 8px #ef444480}.ai-assistant-wrapper.dark-mode .online-status{color:#93c5fd}.ai-assistant-wrapper.dark-mode .header-info h4{color:#f1f5f9}@keyframes pulse{0%{box-shadow:0 0 #ef4444b3}70%{box-shadow:0 0 0 6px #ef444400}to{box-shadow:0 0 #ef444400}}.ai-chat-window{position:absolute;bottom:0;right:0;width:420px;height:550px;background:linear-gradient(145deg,#f0fdf4,#dcfce7);border-radius:24px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #fffc,0 0 40px #10b9811a;display:flex;flex-direction:column;overflow:hidden;opacity:0;pointer-events:none;transform:translateY(20px) scale(.95) rotate(-1deg);transform-origin:bottom right;transition:all .4s cubic-bezier(.175,.885,.32,1.275);z-index:200;border:2px solid rgba(16,185,129,.2)}.ai-chat-window.open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1) rotate(0);z-index:200}.ai-chat-window.dark{background-color:#0a0a0f;box-shadow:0 25px 50px -12px #000c,0 0 0 1px #ffffff14,0 0 40px #3b82f626}.ai-chat-window.dark .chat-body{background:linear-gradient(180deg,#0d0d14,#080810)}.ai-chat-window.dark .message-content{background:#1a1a24;color:#e4e4e7;border-color:#3f3f46}.ai-chat-window.dark .message-content.bot{background:linear-gradient(135deg,#1e1e2e,#16161f);border-color:#3f3f46}.ai-chat-window.dark .chat-footer{background:linear-gradient(180deg,#12121a,#0a0a0f);border-color:#27272a}.ai-chat-window.dark .chat-input{background:#16161f;border-color:#3f3f46;color:#e4e4e7}.ai-chat-window.dark .chat-input::placeholder{color:#71717a}.ai-chat-window.dark .suggestions-panel,.ai-chat-window.dark .quick-actions-bar{background:#12121a;border-color:#27272a}.ai-chat-window.dark .suggestion-item,.ai-chat-window.dark .quick-action-btn{background:#1e1e2e;color:#a1a1aa;border-color:#3f3f46}.ai-chat-window.dark .header-actions button,.ai-chat-window.dark .close-btn{color:#a1a1aa}.ai-chat-window.dark .header-info h4{color:#fafafa}.ai-chat-window.dark .online-status{color:#60a5fa}.ai-chat-window.dark .typing-indicator span{background:linear-gradient(135deg,#3b82f6,#2563eb)}.ai-chat-window.dark .message-feedback{background:#12121a}.ai-chat-window.dark .feedback-btn{background:#1e1e2e;color:#71717a}.ai-chat-window.dark .feedback-btn:hover{background:#27272a;color:#a1a1aa}.ai-chat-window.dark .suggestion-chip{background:#1a1a24;border-color:#3f3f46;color:#60a5fa}.ai-chat-window.dark .avatar{background:#1e1e2e}.ai-chat-window.dark .user-avatar{background:linear-gradient(135deg,#3f3f46,#27272a);color:#a1a1aa}.chat-header{background:linear-gradient(135deg,#2563eb,#1d4ed8 40%,#1e40af);color:#fff;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 4px 20px #2563eb66,inset 0 1px #ffffff26;border-bottom:1px solid rgba(255,255,255,.1)}.header-info{display:flex;align-items:center;gap:16px}.bot-avatar-large{background:linear-gradient(135deg,#60a5fa,#3b82f6,#2563eb);width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #3b82f680,0 0 0 2px #ffffff4d;border:2px solid rgba(255,255,255,.3)}.bot-avatar-large.hr-avatar{background:linear-gradient(135deg,#60a5fa,#3b82f6)}.header-text{display:flex;flex-direction:column}.speak-toggle,.speak-toggle:hover{background:#ffffff26;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:10px;transition:all .3s}.speak-toggle:hover{background:#ffffff40;transform:scale(1.1)}.header-info h4{margin:0;font-size:1.15rem;font-weight:600;text-shadow:0 1px 3px rgba(0,0,0,.2);letter-spacing:.3px}.online-status{font-size:.78rem;color:#bfdbfe;display:flex;align-items:center;gap:6px;margin-top:2px}.online-status:before{content:"";display:inline-block;width:8px;height:8px;background-color:#60a5fa;border-radius:50%;box-shadow:0 0 8px #60a5fa,0 0 12px #60a5fa80;animation:status-pulse 2s ease-in-out infinite}@keyframes status-pulse{0%,to{opacity:1}50%{opacity:.6}}.header-actions{display:flex;align-items:center;gap:8px}.theme-toggle,.close-btn{background:none;border:none;color:#cbd5e1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:8px;transition:all .2s}.theme-toggle:hover,.close-btn:hover{background:#ffffff1a;color:#fff}.quick-actions-bar{display:flex;gap:10px;padding:14px;background:linear-gradient(180deg,#fff,#eff6ff);border-bottom:1px solid #bfdbfe;overflow-x:auto}.quick-action-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:25px;font-size:.8rem;font-weight:500;color:#1d4ed8;cursor:pointer;white-space:nowrap;transition:all .3s}.quick-action-btn:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#2563eb;color:#1e40af;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.chat-body{flex:1;padding:24px;overflow-y:auto;background:linear-gradient(180deg,#f0fdf4,#dcfce7);display:flex;flex-direction:column;gap:20px}.chat-body::-webkit-scrollbar{width:6px}.chat-body::-webkit-scrollbar-track{background:transparent}.chat-body::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.chat-body::-webkit-scrollbar-thumb:hover{background:#94a3b8}.chat-message{display:flex;align-items:flex-end;gap:10px;max-width:90%}.chat-message.bot{align-self:flex-start}.chat-message.user{align-self:flex-end;flex-direction:row-reverse}.avatar{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0000001a}.bot-avatar{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.user-avatar{background:linear-gradient(135deg,#e2e8f0,#cbd5e1);color:#475569}.message-wrapper{display:flex;flex-direction:column;gap:6px}.message-content{padding:14px 18px;border-radius:20px;font-size:.95rem;line-height:1.6;box-shadow:0 2px 8px #00000014}.message-content.bot{background:linear-gradient(135deg,#fff,#eff6ff);color:#334155;border-bottom-left-radius:6px;border:1px solid #bfdbfe}.message-content.user{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-bottom-right-radius:6px;box-shadow:0 4px 12px #2563eb4d}.message-content p{margin:0}.message-content p:only-child{margin:0}.message-feedback{display:flex;gap:10px;padding:4px 8px;opacity:0;transition:opacity .3s}.chat-message.bot:hover .message-feedback{opacity:1}.feedback-btn{background:#f1f5f9;border:none;padding:6px;cursor:pointer;color:#64748b;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .3s}.feedback-btn:hover{background:#e2e8f0;color:#059669;transform:scale(1.1)}.feedback-btn.active{color:#059669;background:#dcfce7}.message-suggestions{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.suggestion-chip{padding:8px 16px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:20px;font-size:.8rem;font-weight:500;color:#1d4ed8;cursor:pointer;transition:all .3s}.suggestion-chip:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;color:#1e40af;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb33}.typing-indicator{display:flex;gap:6px;padding:8px 0}.typing-indicator span{width:10px;height:10px;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:50%;animation:typing 1.4s infinite;box-shadow:0 2px 8px #2563eb4d}.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:1}30%{transform:translateY(-10px);opacity:.7}}.suggestions-panel{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:16px;background:linear-gradient(180deg,#fff,#eff6ff);border-top:1px solid #bfdbfe}.suggestion-item{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:12px;font-size:.82rem;font-weight:500;color:#1d4ed8;cursor:pointer;transition:all .3s}.suggestion-item:hover{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;color:#1e40af;transform:translateY(-2px);box-shadow:0 4px 15px #2563eb33}.chat-footer{display:flex;padding:16px 20px;background:linear-gradient(180deg,#fff,#f8fafc);border-top:1px solid #e2e8f0;gap:12px;align-items:center;box-shadow:0 -4px 12px #0000000d;position:relative;z-index:10}.chat-input{flex:1;border:2px solid #bfdbfe;background:linear-gradient(135deg,#fff,#eff6ff);border-radius:25px;padding:14px 20px;font-size:.95rem;outline:none;transition:all .3s;position:relative;z-index:10}.chat-input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb1a}.voice-btn{background:#f1f5f9;border:none;width:38px;height:38px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:all .2s;flex-shrink:0}.voice-btn:hover{background:#e2e8f0;color:#475569}.voice-btn.recording{background:#fef2f2;color:#ef4444;animation:pulse-recording 1s infinite}@keyframes pulse-recording{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 8px #ef444400}}.send-btn{background:linear-gradient(135deg,#2563eb,#1d4ed8,#1e40af);color:#fff;border:none;width:52px;height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s;flex-shrink:0;box-shadow:0 6px 20px #2563eb66;position:relative;overflow:hidden;z-index:10;pointer-events:auto}.send-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.send-btn:hover:not(:disabled):before{left:100%}.send-btn:hover:not(:disabled){background:linear-gradient(135deg,#1d4ed8,#1e40af,#1e3a8a);transform:scale(1.08);box-shadow:0 8px 25px #2563eb80}.send-btn:disabled{background-color:#94a3b8;cursor:not-allowed;opacity:.7}@media(max-width:480px){.ai-assistant-wrapper{bottom:20px;right:20px}.ai-chat-window{width:calc(100vw - 40px);height:70vh;bottom:0;right:0}.quick-actions-bar{flex-wrap:nowrap}.suggestions-panel{grid-template-columns:1fr}}.companies-page{min-height:100vh;background:#f8fafc}.companies-hero{background:linear-gradient(135deg,#1e3a5f,#1e40af);padding:60px 0;color:#fff}.hero-content{text-align:center;margin-bottom:32px}.hero-content h1{font-size:2.5rem;font-weight:800;margin-bottom:12px}.hero-content p{font-size:1.1rem;opacity:.9}.hero-search{display:flex;gap:12px;max-width:700px;margin:0 auto}.search-input{flex:1;display:flex;align-items:center;gap:12px;background:#fff;padding:14px 18px;border-radius:12px;box-shadow:0 4px 20px #00000026}.search-input svg{color:#94a3b8;flex-shrink:0}.search-input input{flex:1;border:none;outline:none;font-size:1rem;color:#1e293b}.clear-btn{background:#f1f5f9;border:none;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b}.filter-toggle{display:flex;align-items:center;gap:8px;padding:14px 22px;background:#fff;border:none;border-radius:12px;color:#475569;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 20px #00000026}.filter-toggle:hover,.filter-toggle.active{background:#1e3a5f;color:#fff}.companies-content{padding:40px 0}.filters-panel{background:#fff;border-radius:16px;padding:24px;margin-bottom:32px;box-shadow:0 2px 12px #0000000f}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.filters-header h3{display:flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:700;color:#1e293b}.clear-filters{background:none;border:none;color:#ef4444;font-size:.9rem;cursor:pointer}.filter-group{margin-bottom:20px}.filter-group h4{font-size:.9rem;font-weight:600;color:#64748b;margin-bottom:12px}.filter-chips{display:flex;flex-wrap:wrap;gap:8px}.chip{padding:8px 16px;background:#f1f5f9;border:2px solid #e2e8f0;border-radius:20px;font-size:.9rem;color:#475569;cursor:pointer;transition:all .3s}.chip:hover{border-color:#3b82f6;color:#3b82f6}.chip.active{background:#3b82f6;border-color:#3b82f6;color:#fff}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.results-info h2{font-size:1.5rem;font-weight:700;color:#1e293b;margin-bottom:4px}.results-count{font-size:.95rem;color:#64748b}.active-filters{display:flex;gap:8px}.filter-tag{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#eff6ff;color:#3b82f6;border-radius:20px;font-size:.85rem;font-weight:500}.filter-tag svg{cursor:pointer}.loading-state,.empty-state{text-align:center;padding:100px 20px;background:#fff;border-radius:16px}.spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;margin:0 auto 16px;animation:spin 1s linear infinite}.loading-state p,.empty-state p{color:#64748b}.empty-state svg{color:#cbd5e1;margin-bottom:16px}.empty-state h3{font-size:1.5rem;color:#475569;margin-bottom:8px}.empty-state button{margin-top:16px;padding:12px 28px;background:#3b82f6;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer}.companies-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px}.company-card{background:#fff;border-radius:20px;padding:28px;box-shadow:0 2px 12px #0000000a;transition:all .3s;border:2px solid transparent;display:flex;flex-direction:column;position:relative}.company-card:hover{border-color:#3b82f6;box-shadow:0 12px 40px #3b82f626;transform:translateY(-4px)}.company-badge{position:absolute;top:16px;right:16px}.badge{padding:4px 10px;border-radius:6px;font-size:.75rem;font-weight:600}.badge.hot{background:#fef3c7;color:#d97706}.company-logo{width:72px;height:72px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;color:#fff;margin-bottom:20px}.company-info{margin-bottom:16px}.company-info h3{font-size:1.25rem;font-weight:700;color:#1e293b;margin-bottom:4px}.company-type{color:#64748b;font-size:.95rem;margin-bottom:8px}.company-rating{display:flex;align-items:center;gap:6px}.rating-value{font-weight:700;color:#1e293b}.reviews{color:#94a3b8;font-size:.85rem}.company-meta{display:flex;flex-wrap:wrap;gap:16px;padding:16px 0;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;margin-bottom:16px}.meta-item{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.9rem}.company-stats{display:flex;gap:24px;margin-bottom:20px}.company-stats .stat{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.85rem}.view-jobs-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:14px 24px;background:#3b82f6;color:#fff;text-decoration:none;border-radius:10px;font-weight:600;transition:all .3s;margin-top:auto}.view-jobs-btn:hover{background:#2563eb;gap:10px}@media(max-width:768px){.hero-search{flex-direction:column}.companies-grid{grid-template-columns:1fr}.results-header{flex-direction:column;align-items:flex-start}}@media(max-width:480px){.hero-content h1{font-size:1.75rem}.company-card{padding:20px}.company-logo{width:60px;height:60px;font-size:1.5rem}}.employer-register-page{min-height:100vh;padding:100px 20px 60px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;align-items:flex-start}.employer-register-container{width:100%;max-width:900px;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;box-shadow:0 15px 35px #0000001a;padding:40px;border:1px solid rgba(255,255,255,.3)}.employer-register-header{text-align:center;margin-bottom:40px}.employer-register-header h1{font-size:2.5rem;color:#1a237e;margin-bottom:10px;font-weight:700}.employer-register-header p{color:#5c6bc0;font-size:1.1rem}.form-section{margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid #e0e0e0}.form-section:last-child{border-bottom:none}.form-section h3{font-size:1.4rem;color:#283593;margin-bottom:20px;display:flex;align-items:center;gap:10px}.form-section h3:before{content:"";display:inline-block;width:4px;height:24px;background:#3949ab;border-radius:2px}@media(max-width:768px){.form-grid{grid-template-columns:1fr}}.form-field{display:flex;flex-direction:column;gap:8px}.form-field.full-width{grid-column:span 2}@media(max-width:768px){.form-field.full-width{grid-column:span 1}}.form-field label{font-weight:600;color:#3f51b5;font-size:.95rem}.form-field input,.form-field select,.form-field textarea{padding:12px 15px;border:2px solid #e8eaf6;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fff}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{outline:none;border-color:#3f51b5;box-shadow:0 0 0 4px #3f51b51a}.form-field textarea{resize:vertical;min-height:100px}.radio-group,.checkbox-group{display:flex;flex-wrap:wrap;gap:15px;margin-top:5px}.radio-option,.checkbox-option{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 15px;background:#f8f9fa;border-radius:8px;transition:background .2s}.radio-option:hover,.checkbox-option:hover{background:#eef1f7}.radio-option input,.checkbox-option input{cursor:pointer;width:18px;height:18px}.file-upload-container{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.file-upload-box{border:2px dashed #c5cae9;border-radius:12px;padding:15px;text-align:center;cursor:pointer;transition:all .3s;background:#fdfdfe}.file-upload-box:hover{border-color:#3f51b5;background:#f5f6ff}.file-upload-box input{display:none}.file-upload-label{display:flex;flex-direction:column;align-items:center;gap:5px;color:#7986cb;font-size:.85rem}.file-upload-label i{font-size:1.5rem;margin-bottom:5px}.declaration-box{background:#f5f6ff;padding:20px;border-radius:12px;margin-top:20px}.declaration-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px;font-size:.9rem;color:#3949ab}.declaration-item input{margin-top:3px}.form-actions{margin-top:40px;display:flex;justify-content:center}.submit-btn{padding:15px 50px;background:linear-gradient(45deg,#1a237e,#3f51b5);color:#fff;border:none;border-radius:30px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #1a237e4d}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #1a237e66;background:linear-gradient(45deg,#121858,#303f9f)}.auto-calc-info{font-size:.8rem;color:#7986cb;font-style:italic;margin-top:-10px;margin-bottom:10px}.success-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#1a237ef2;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;z-index:1000;text-align:center;padding:20px;animation:fadeIn .5s ease-out}.success-icon{font-size:5rem;margin-bottom:20px;color:#4caf50}.success-message h2{font-size:2.5rem;margin-bottom:15px}.success-message p{font-size:1.2rem;margin-bottom:30px;opacity:.9}.return-btn{padding:12px 30px;background:#fff;color:#1a237e;border-radius:25px;text-decoration:none;font-weight:600;transition:all .3s}.return-btn:hover{background:#e8eaf6;transform:scale(1.05)}:root{--glass-bg: rgba(255, 255, 255, .7);--glass-border: rgba(255, 255, 255, .4);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .07)}.candidate-dashboard{min-height:calc(100vh - 72px);background:linear-gradient(135deg,#f8faff,#f1f5f9);padding-bottom:60px;font-family:Inter,sans-serif}.dashboard-container{display:flex;max-width:1440px;margin:0 auto;padding:32px;gap:32px}.dashboard-sidebar{width:300px;flex-shrink:0;position:sticky;top:104px;height:fit-content}.sidebar-header{background:linear-gradient(135deg,var(--primary-color) 0%,#1e4bd8 100%);border-radius:20px;padding:24px;margin-bottom:20px;box-shadow:0 10px 20px #275df526}.user-mini-profile{display:flex;align-items:center;gap:16px}.user-mini-profile .avatar{width:56px;height:56px;border-radius:16px;background:var(--white);color:var(--primary-color);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.5rem;box-shadow:var(--shadow-md)}.user-info h4{color:#fff;margin:0;font-size:1.1rem}.user-info p{color:#fffc;margin:0;font-size:.85rem}.sidebar-nav{background:var(--glass-bg);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:20px;padding:12px;box-shadow:var(--glass-shadow)}.nav-item{width:100%;display:flex;align-items:center;gap:14px;padding:14px 20px;border:none;background:transparent;cursor:pointer;border-radius:14px;font-size:1rem;font-weight:600;color:var(--text-muted);transition:var(--transition)}.nav-item:hover{background:var(--white);color:var(--primary-color);transform:translate(4px)}.nav-item.active{background:var(--primary-color);color:var(--white);box-shadow:0 4px 12px #275df533}.dashboard-main{flex:1;min-width:0}.welcome-banner{background:linear-gradient(135deg,#0f172a,#1e293b);border-radius:24px;padding:40px;display:flex;justify-content:space-between;align-items:center;color:var(--white);position:relative;overflow:hidden;margin-bottom:32px}.welcome-content h2{font-size:2rem;font-weight:800;margin-bottom:8px}.welcome-content p{opacity:.8}.welcome-stats{display:flex;gap:40px}.stat-item{text-align:center}.stat-number{display:block;color:#60a5fa;font-size:2.5rem;font-weight:800}.stat-label{font-size:.85rem;text-transform:uppercase;letter-spacing:1px;opacity:.7}.quick-actions{margin-bottom:32px}.section-title-sm{font-size:1.1rem;font-weight:700;margin-bottom:16px;color:var(--text-dark)}.actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.action-card{background:var(--white);padding:24px;border-radius:20px;border:1px solid var(--border-color);display:flex;flex-direction:column;align-items:center;gap:12px;text-decoration:none;color:var(--text-muted);transition:var(--transition);cursor:pointer}.action-card:hover{transform:translateY(-8px);border-color:var(--primary-color);box-shadow:var(--shadow-lg);color:var(--primary-color)}.action-card svg{padding:12px;background:var(--secondary-color);color:var(--primary-color);border-radius:16px}.profile-completion-card{background:var(--white);border:1px solid var(--border-color);border-radius:24px;padding:32px;margin-bottom:32px;box-shadow:var(--shadow-sm)}.completion-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.completion-percentage{font-size:1.5rem;font-weight:800;color:var(--primary-color)}.completion-bar{height:12px;background:#e2e8f0;border-radius:6px;overflow:hidden;margin-bottom:24px}.completion-progress{height:100%;border-radius:6px;background:linear-gradient(to right,var(--primary-color),#60a5fa);transition:width 1s ease-in-out}.btn-complete-profile{display:flex;align-items:center;gap:8px;color:var(--primary-color);font-weight:700;text-decoration:none}.recent-applications{background:var(--white);border-radius:24px;padding:32px;border:1px solid var(--border-color)}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.view-all-btn{display:flex;align-items:center;gap:4px;background:none;border:none;color:var(--primary-color);font-weight:600;cursor:pointer}.applications-list{display:flex;flex-direction:column;gap:16px}.application-item{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f8fafc;border-radius:16px;border:1px solid transparent;transition:var(--transition)}.application-item:hover{background:var(--white);border-color:var(--primary-color);box-shadow:var(--shadow-md)}.application-info h4{margin:0 0 4px}.company-name{display:flex;align-items:center;gap:6px;color:var(--text-muted);font-size:.9rem}.status-badge{padding:6px 14px;border-radius:10px;font-weight:700;letter-spacing:.5px;text-transform:uppercase;font-size:.7rem}.step-content-fade-in{animation:fadeIn .4s ease-out}@media(max-width:1200px){.actions-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:991px){.dashboard-container{flex-direction:column}.dashboard-sidebar{width:100%;position:static}.welcome-banner{flex-direction:column;text-align:center;gap:32px}}.profile-details-full{display:flex;flex-direction:column;gap:24px}.section-card-modern{background:var(--white);border:1px solid var(--border-color);border-radius:20px;padding:32px;box-shadow:var(--shadow-sm)}.section-card-modern h3{font-size:1.1rem;font-weight:700;margin-bottom:24px;padding-bottom:12px;border-bottom:1px solid var(--border-color);color:var(--primary-color)}.profile-grid-display{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.display-item{display:flex;flex-direction:column;gap:6px}.display-item label{font-size:.8rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px}.display-item span{font-size:1rem;font-weight:600;color:var(--text-dark)}.display-item.full-width{grid-column:span 2}.history-item{background:#f8fafc;padding:20px;border-radius:12px}.history-item h4{margin:0 0 4px;color:var(--text-dark)}.docs-available{margin-top:12px;font-size:.85rem;color:#10b981;font-weight:600}.docs-grid{display:flex;flex-wrap:wrap;gap:12px}.doc-badge{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#ecfdf5;color:#059669;border-radius:20px;font-size:.85rem;font-weight:600;border:1px solid #d1fae5}.skills-cloud{display:flex;flex-wrap:wrap;gap:8px}.skill-pill{background:var(--secondary-color);color:var(--primary-color);padding:6px 16px;border-radius:12px;font-size:.9rem;font-weight:600}.section-card-modern.restricted{background:snow;border-color:#fee2e2}.restricted-note{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#ef4444;margin-bottom:16px;font-weight:600}.btn-edit-profile-floating{position:fixed;bottom:40px;right:40px;background:var(--primary-color);color:#fff;padding:16px 32px;border-radius:30px;font-weight:700;box-shadow:0 10px 25px #275df54d;text-decoration:none;transition:var(--transition);z-index:100}.btn-edit-profile-floating:hover{transform:translateY(-5px);background:var(--primary-hover)}@media(max-width:768px){.profile-grid-display{grid-template-columns:1fr}}.candidates-page{background-color:var(--white);color:var(--text-dark)}.hero-candidates{padding:120px 0 80px;background:linear-gradient(135deg,#f0f7ff,#fff);position:relative;overflow:hidden}.hero-candidates:before{content:"";position:absolute;top:-100px;right:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(39,93,245,.05) 0%,transparent 70%);border-radius:50%}.candidates-hero-content{max-width:800px;margin:0 auto;text-align:center}.candidates-hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:24px;background:linear-gradient(to right,var(--text-dark),var(--primary-color));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.candidates-hero-subtitle{font-size:1.25rem;color:var(--text-muted);margin-bottom:40px}.hero-cta{display:flex;justify-content:center;gap:16px}.btn-primary-large{background-color:var(--primary-color);color:var(--white);padding:16px 32px;border-radius:var(--border-radius-lg);font-size:1.1rem;font-weight:600;transition:var(--transition);box-shadow:0 4px 14px #275df540}.btn-primary-large:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px #275df559}.btn-secondary-large{background-color:var(--secondary-color);color:var(--primary-color);padding:16px 32px;border-radius:var(--border-radius-lg);font-size:1.1rem;font-weight:600;transition:var(--transition)}.btn-secondary-large:hover{background-color:#e5edff;transform:translateY(-2px)}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:80px}.feature-card{padding:40px;background:var(--white);border-radius:20px;border:1px solid var(--border-color);transition:var(--transition);position:relative;z-index:1}.feature-card:hover{transform:translateY(-10px);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.feature-icon{width:56px;height:56px;background-color:var(--secondary-color);color:var(--primary-color);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.feature-title{font-size:1.25rem;font-weight:700;margin-bottom:12px}.feature-description{color:var(--text-muted);font-size:1rem;line-height:1.6}.section-how-it-works{background-color:#fafbfc;padding:100px 0}.section-portal-format{padding:80px 0;background:#fff}.section-title{font-size:2rem;font-weight:800;text-align:center;margin-bottom:16px;color:var(--text-dark)}.section-subtitle{font-size:1.1rem;color:var(--text-muted);text-align:center;max-width:700px;margin:0 auto;line-height:1.6}.portal-sections-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;margin-top:48px}.portal-section-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:32px;transition:all .3s ease;position:relative;overflow:hidden;cursor:pointer;text-decoration:none;display:block}.portal-section-card:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 10px 30px #4f46e51a;background:#fff}.clickable-card{cursor:pointer}.clickable-card:hover{transform:translateY(-5px);border-color:var(--primary-color);box-shadow:0 10px 30px #4f46e526;background:#fff}.section-number{font-size:3rem;font-weight:800;color:#e2e8f0;position:absolute;top:-10px;right:-10px;line-height:1;z-index:0}.portal-section-card h4{font-size:1.25rem;font-weight:700;margin-bottom:12px;color:#1e293b;position:relative;z-index:1}.portal-section-card p{color:#64748b;font-size:.95rem;line-height:1.6;position:relative;z-index:1}.steps-container-simple{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;margin-top:48px}.step-mini{text-align:center}.step-count{width:50px;height:50px;background:var(--primary-color);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin:0 auto 20px}.step-mini h5{font-size:1.1rem;font-weight:700;margin-bottom:12px}.step-mini p{color:#64748b;font-size:.9rem}.steps-container{display:flex;justify-content:space-between;align-items:flex-start;margin-top:60px;position:relative}.steps-container:after{content:"";position:absolute;top:40px;left:10%;right:10%;height:2px;background:dashed var(--border-color);z-index:0}.step-item{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.step-number{width:80px;height:80px;background:var(--white);border:2px solid var(--primary-color);color:var(--primary-color);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:800;margin-bottom:24px;box-shadow:0 4px 10px #0000000d}.step-content h4{font-size:1.15rem;font-weight:700;margin-bottom:8px}.step-content p{font-size:.95rem;color:var(--text-muted);max-width:200px}.cta-banner{background:linear-gradient(135deg,var(--primary-color) 0%,#1e4bd8 100%);padding:80px 0;text-align:center;color:var(--white);border-radius:32px;margin:80px 24px}.cta-banner h2{font-size:2.5rem;font-weight:800;margin-bottom:24px}.cta-banner p{font-size:1.2rem;opacity:.9;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.btn-white{background-color:var(--white);color:var(--primary-color);padding:16px 40px;border-radius:var(--border-radius-lg);font-size:1.1rem;font-weight:700;transition:var(--transition)}.btn-white:hover{background-color:#f1f5ff;transform:scale(1.05)}@media(max-width:991px){.features-grid{grid-template-columns:repeat(2,1fr)}.candidates-hero-title{font-size:2.5rem}.portal-sections-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.features-grid{grid-template-columns:1fr}.hero-cta{flex-direction:column}.portal-sections-grid{grid-template-columns:1fr;gap:16px}.section-portal-format{padding:60px 0}.portal-section-card{padding:24px}.section-number{font-size:2.5rem}.section-title{font-size:1.5rem}.section-subtitle{font-size:1rem}.steps-container{flex-direction:column;gap:40px}.steps-container:after{display:none}.step-item{flex-direction:row;text-align:left;gap:24px}.step-number{margin-bottom:0;min-width:60px;width:60px;height:60px;font-size:1.25rem}.step-content p{max-width:none}}.jd-maker-page{min-height:calc(100vh - 200px);padding:40px 20px;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.jd-maker-container{max-width:1000px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden}.jd-maker-header{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;padding:40px;text-align:center}.jd-maker-header h1{display:flex;align-items:center;justify-content:center;gap:12px;font-size:2rem;margin-bottom:8px}.jd-maker-header p{opacity:.9;font-size:1.1rem}.jd-maker-content{padding:40px}.jd-input-section{margin-bottom:40px}.jd-maker-content .form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:24px}.jd-maker-content .form-field{display:flex;flex-direction:column}.jd-maker-content .form-field.full-width{grid-column:1 / -1}.jd-maker-content .form-field label{font-weight:600;margin-bottom:8px;color:#374151;font-size:.95rem;display:flex;align-items:center;gap:6px}.jd-maker-content .form-field input,.jd-maker-content .form-field select{padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fafafa}.jd-maker-content .form-field input:focus,.jd-maker-content .form-field select:focus{outline:none;border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.salary-inputs{display:flex;align-items:center;gap:10px}.salary-inputs input{flex:1;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .3s ease;background:#fafafa}.salary-inputs input:focus{outline:none;border-color:#2563eb;background:#fff}.salary-inputs span{color:#6b7280;font-weight:500}.btn-generate-jd{width:100%;padding:16px 32px;background:linear-gradient(135deg,#2563eb,#1d4ed8);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:10px;transition:all .3s ease}.btn-generate-jd:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.btn-generate-jd:disabled{opacity:.6;cursor:not-allowed}.templates-section{margin-top:32px;padding-top:32px;border-top:1px solid #e5e7eb}.templates-section h3{font-size:1.1rem;color:#374151;margin-bottom:16px}.templates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.template-card{display:flex;align-items:center;gap:12px;padding:16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;transition:all .3s ease;color:#475569}.template-card:hover{border-color:#2563eb;background:#eff6ff;color:#2563eb;transform:translateY(-2px)}.jd-output-section{border-top:1px solid #e5e7eb;padding-top:32px}.jd-output-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.jd-output-header h3{font-size:1.2rem;color:#1f2937}.jd-actions{display:flex;gap:12px}.btn-action{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#fff;border:2px solid #e5e7eb;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease;color:#475569}.btn-action:hover{border-color:#2563eb;color:#2563eb;background:#eff6ff}.jd-output-content{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:24px;max-height:500px;overflow-y:auto}.jd-output-content pre{white-space:pre-wrap;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:.95rem;line-height:1.7;color:#334155;margin:0}@media(max-width:768px){.jd-maker-content{padding:24px}.jd-maker-content .form-grid,.templates-grid{grid-template-columns:1fr}.jd-output-header{flex-direction:column;gap:16px;align-items:flex-start}.jd-actions{width:100%}.btn-action{flex:1;justify-content:center}}.interview-schedule-page{min-height:calc(100vh - 200px);padding:40px 20px;background:linear-gradient(135deg,#f5f7fa,#e4e8ec)}.interview-schedule-page .container{max-width:1200px;margin:0 auto}.tabs{display:flex;gap:12px;margin-bottom:32px;background:#fff;padding:8px;border-radius:12px;box-shadow:0 2px 10px #0000000d}.tab.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.stat-card{display:flex;align-items:center;gap:16px;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d}.stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center}.stat-icon.scheduled{background:#dbeafe;color:#2563eb}.stat-icon.in-progress{background:#d1fae5;color:#10b981}.stat-icon.completed{background:#e0e7ff;color:#6366f1}.pending-candidates h3{font-size:1.25rem;color:#1f2937;margin-bottom:20px}.candidates-list{display:flex;flex-direction:column;gap:16px}.candidate-card{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d;transition:transform .2s ease}.candidate-card:hover{transform:translateY(-2px)}.candidate-info{display:flex;align-items:center;gap:16px}.candidate-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;align-items:center;justify-content:center}.candidate-info h4{font-size:1rem;color:#1f2937;margin-bottom:4px}.candidate-info p{font-size:.875rem;color:#6b7280}.candidate-actions{display:flex;gap:12px}.btn-schedule,.btn-ai-interview{display:flex;align-items:center;gap:6px;padding:10px 16px;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.btn-schedule{background:#f3f4f6;color:#374151}.btn-schedule:hover{background:#e5e7eb}.btn-ai-interview{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn-ai-interview:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.candidates-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.candidates-table th{text-align:left;padding:16px 20px;background:#f9fafb;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.candidates-table td{padding:16px 20px;border-bottom:1px solid #f3f4f6;font-size:.95rem;color:#374151}.candidate-cell .avatar{width:40px;height:40px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:500}.status-badge.scheduled{background:#dbeafe;color:#2563eb}.status-badge.in-progress{background:#d1fae5;color:#10b981}.status-badge.completed{background:#e0e7ff;color:#6366f1}.rating{color:#f59e0b;font-weight:600}.btn-icon{width:36px;height:36px;border:none;border-radius:8px;background:#f3f4f6;color:#6b7280;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-icon:hover{background:#e5e7eb;color:#374151}.btn-icon.primary{background:#6366f1;color:#fff}.btn-icon.primary:hover{background:#4f46e5}.history-list{display:flex;flex-direction:column;gap:16px}.history-card{padding:20px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000000d}.history-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.history-header h4{color:#1f2937;margin-bottom:4px}.history-header p{color:#6b7280;font-size:.875rem}.history-rating .rating{font-size:1.25rem}.history-details p{display:flex;align-items:center;gap:8px;font-size:.875rem;color:#6b7280;margin-bottom:6px}.empty-state svg{margin-bottom:16px}.modal{background:#fff;border-radius:16px;width:100%;max-width:480px;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #f3f4f6}.close-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;display:flex;transition:color .2s}.candidate-preview{display:flex;align-items:center;gap:16px;padding:16px;background:#f9fafb;border-radius:12px;margin-bottom:24px}.candidate-preview svg{color:#6366f1}.candidate-preview strong{display:block;color:#1f2937}.candidate-preview span{font-size:.875rem;color:#6b7280}.form-field{margin-bottom:20px}.form-field label{display:block;font-weight:600;color:#374151;margin-bottom:8px;font-size:.9rem}.form-field input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .2s}.form-field input:focus{outline:none;border-color:#6366f1}.mode-options{display:flex;gap:12px}.mode-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:2px solid #e5e7eb;border-radius:10px;background:#fff;color:#6b7280;font-size:.9rem;cursor:pointer;transition:all .2s}.mode-btn:hover{border-color:#6366f1;color:#6366f1}.mode-btn.active{border-color:#6366f1;background:#e0e7ff;color:#6366f1}.btn-cancel{flex:1;padding:12px;border:2px solid #e5e7eb;border-radius:10px;background:#fff;color:#6b7280;font-weight:500;cursor:pointer}.btn-confirm{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;border:none;border-radius:10px;background:#10b981;color:#fff;font-weight:500;cursor:pointer;transition:all .2s}.btn-confirm:hover:not(:disabled){background:#059669}.btn-confirm:disabled{opacity:.5;cursor:not-allowed}.ai-interview-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#1e1b4b,#312e81);display:flex;align-items:center;justify-content:center;z-index:1000}.ai-interview-container{width:100%;max-width:800px;padding:40px}.ai-interview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.interview-info{display:flex;align-items:center;gap:16px;color:#fff}.interview-info svg{color:#a78bfa}.interview-info h3{font-size:1.25rem;margin-bottom:4px}.interview-info span{font-size:.875rem;color:#a78bfa}.ai-interview-header .close-btn{color:#a78bfa}.ai-interview-header .close-btn:hover{color:#fff}.question-progress{margin-bottom:32px}.progress-bar{height:6px;background:#fff3;border-radius:3px;overflow:hidden;margin-bottom:12px}.progress-fill{height:100%;background:linear-gradient(90deg,#6366f1,#a78bfa);border-radius:3px;transition:width .3s ease}.question-meta{display:flex;justify-content:space-between;color:#a78bfa;font-size:.875rem}.timer{display:flex;align-items:center;gap:4px}.question-display{background:#fff;border-radius:20px;padding:40px;margin-bottom:32px;text-align:center}.question-display h2{font-size:1.5rem;color:#1f2937;line-height:1.6}.recording-indicator{text-align:center;margin-bottom:32px}.record-btn{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border:2px solid #ef4444;border-radius:30px;background:transparent;color:#ef4444;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.record-btn:hover{background:#fef2f2}.record-btn.recording{background:#ef4444;color:#fff;animation:pulse-recording 1s infinite}@keyframes pulse-recording{0%,to{box-shadow:0 0 #ef444466}50%{box-shadow:0 0 0 12px #ef444400}}.recording-indicator p{color:#a78bfa;margin-top:12px;font-size:.875rem}.interview-controls{display:flex;justify-content:space-between;align-items:center}.btn-nav{padding:12px 24px;border:2px solid rgba(255,255,255,.3);border-radius:10px;background:transparent;color:#fff;font-weight:500;cursor:pointer;transition:all .2s}.btn-nav:hover:not(:disabled){background:#ffffff1a;border-color:#fff}.btn-nav:disabled{opacity:.3;cursor:not-allowed}.btn-nav.primary{background:#6366f1;border-color:#6366f1}.btn-nav.primary:hover{background:#4f46e5}.btn-finish{padding:12px 24px;border:none;border-radius:10px;background:#10b981;color:#fff;font-weight:600;cursor:pointer;transition:all .2s}.btn-finish:hover{background:#059669}.question-dots{display:flex;gap:8px}.dot{width:10px;height:10px;border-radius:50%;background:#ffffff4d;transition:all .2s}.dot.active{background:#a78bfa;transform:scale(1.2)}.dot.completed{background:#10b981}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}.tabs{flex-direction:column}.candidate-card{flex-direction:column;gap:16px;align-items:flex-start}.candidates-table{overflow-x:auto}.ai-interview-container{padding:20px}.question-display{padding:24px}.question-display h2{font-size:1.2rem}}.cv-shortlisting-page{min-height:calc(100vh - 200px);padding:40px 20px;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.cv-shortlisting-page .container{max-width:1400px;margin:0 auto}.page-header{text-align:center;margin-bottom:32px}.page-header h1{display:flex;align-items:center;justify-content:center;gap:12px;font-size:2rem;color:#1f2937;margin-bottom:8px}.page-header p{color:#6b7280;font-size:1.1rem}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}.stat-card{display:flex;align-items:center;gap:16px;padding:24px;background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000000d;transition:transform .2s ease}.stat-card:hover{transform:translateY(-4px)}.stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center}.stat-icon.total{background:#dbeafe;color:#3b82f6}.stat-icon.pending{background:#fef3c7;color:#f59e0b}.stat-icon.shortlisted{background:#d1fae5;color:#10b981}.stat-icon.rejected{background:#fee2e2;color:#ef4444}.stat-value{font-size:1.75rem;font-weight:700;color:#1f2937}.stat-label{font-size:.875rem;color:#6b7280}.tabs{display:flex;gap:12px;margin-bottom:24px;background:#fff;padding:8px;border-radius:14px;box-shadow:0 2px 10px #0000000d}.tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:14px 24px;border:none;background:transparent;border-radius:10px;font-size:.95rem;font-weight:500;color:#6b7280;cursor:pointer;transition:all .3s ease}.tab:hover{background:#f3f4f6;color:#374151}.tab.active{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.filters-bar{display:flex;gap:16px;margin-bottom:24px}.search-box{flex:1;display:flex;align-items:center;gap:12px;background:#fff;padding:12px 20px;border-radius:12px;box-shadow:0 2px 10px #0000000d}.search-box svg{color:#9ca3af}.search-box input{flex:1;border:none;background:none;outline:none;font-size:.95rem;color:#374151}.filter-group{display:flex;align-items:center;gap:10px;background:#fff;padding:12px 20px;border-radius:12px;box-shadow:0 2px 10px #0000000d}.filter-group svg{color:#6b7280}.filter-group select{border:none;background:none;outline:none;font-size:.95rem;color:#374151;cursor:pointer}.bulk-actions{display:flex;align-items:center;gap:16px;padding:16px 24px;background:#eff6ff;border-radius:12px;margin-bottom:24px;border:1px solid #bfdbfe}.bulk-actions span{font-weight:600;color:#1e40af;margin-right:auto}.btn-shortlist,.btn-reject,.btn-clear{display:flex;align-items:center;gap:6px;padding:10px 18px;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-shortlist{background:#10b981;color:#fff}.btn-shortlist:hover{background:#059669}.btn-reject{background:#ef4444;color:#fff}.btn-reject:hover{background:#dc2626}.btn-clear{background:#fff;color:#6b7280;border:1px solid #e5e7eb}.btn-clear:hover{background:#f3f4f6}.candidates-table{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 10px #0000000d}.candidates-table th{text-align:left;padding:16px 20px;background:#f9fafb;font-size:.8rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.candidates-table td{padding:16px 20px;border-bottom:1px solid #f3f4f6;font-size:.9rem;color:#374151}.candidates-table tr:hover{background:#fafafa}.candidates-table tr.selected{background:#eff6ff}.candidate-cell .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600}.candidate-cell strong{display:block;color:#1f2937}.candidate-cell span{font-size:.8rem;color:#9ca3af}.skills-list{display:flex;gap:6px;flex-wrap:wrap}.skill-tag{padding:4px 10px;background:#e0e7ff;color:#4338ca;border-radius:20px;font-size:.75rem;font-weight:500}.skill-more{padding:4px 8px;background:#f3f4f6;color:#6b7280;border-radius:20px;font-size:.75rem}.status-badge{display:inline-block;padding:6px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.status-badge.pending{background:#fef3c7;color:#f59e0b}.status-badge.shortlisted{background:#d1fae5;color:#059669}.status-badge.rejected{background:#fee2e2;color:#dc2626}.rating{display:flex;align-items:center;gap:4px;font-weight:600;color:#f59e0b}.btn-action{width:32px;height:32px;border:none;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.btn-action.view{background:#e0e7ff;color:#4338ca}.btn-action.download{background:#dbeafe;color:#2563eb}.btn-action.shortlist{background:#d1fae5;color:#059669}.btn-action.reject{background:#fee2e2;color:#dc2626}.btn-action:hover{transform:scale(1.1)}.empty-state{text-align:center;padding:60px 20px;color:#9ca3af}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.cv-preview-modal{background:#fff;border-radius:20px;width:100%;max-width:600px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid #f3f4f6}.modal-header h3{font-size:1.25rem;color:#1f2937}.close-btn{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;display:flex}.close-btn:hover{color:#ef4444}.modal-body{padding:24px}.profile-header{display:flex;align-items:center;gap:20px;margin-bottom:24px}.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700}.profile-info h2{font-size:1.5rem;color:#1f2937;margin-bottom:4px}.profile-info .position{color:#6b7280;margin-bottom:8px}.rating-large{display:flex;align-items:center;gap:6px;font-size:1.1rem;font-weight:600;color:#f59e0b}.no-rating{color:#9ca3af;font-size:.9rem;font-weight:400}.profile-details{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:24px}.detail-row{display:flex;align-items:center;gap:10px;color:#6b7280;font-size:.9rem}.detail-row svg{color:#6366f1}.profile-section{margin-bottom:20px}.profile-section h4{font-size:.9rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:12px}.profile-section p{color:#374151}.profile-section .muted{color:#9ca3af;font-size:.85rem}.skills-wrapper{display:flex;flex-wrap:wrap;gap:8px}.skill-tag.large{padding:8px 16px;font-size:.85rem}.modal-footer{display:flex;gap:12px;padding:20px 24px;border-top:1px solid #f3f4f6}.modal-footer .btn-download{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#1e40af;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;margin-right:auto}.modal-footer .btn-download:hover{background:#1e3a8a}.modal-footer .btn-shortlist,.modal-footer .btn-reject{padding:12px 20px}@media(max-width:1024px){.stats-grid{grid-template-columns:repeat(2,1fr)}.candidates-table{overflow-x:auto}}@media(max-width:768px){.stats-grid{grid-template-columns:1fr}.tabs,.filters-bar{flex-direction:column}.bulk-actions{flex-wrap:wrap}.profile-details{grid-template-columns:1fr}}.ai-voice-container{max-width:1200px;margin:0 auto;padding:20px}.ai-voice-header{display:flex;justify-content:space-between;align-items:center;padding:24px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;color:#fff;margin-bottom:24px}.header-left{display:flex;align-items:center;gap:16px}.header-icon{width:48px;height:48px;padding:12px;background:#fff3;border-radius:12px}.ai-voice-header h1{margin:0;font-size:24px}.ai-voice-header p{margin:4px 0 0;opacity:.9;font-size:14px}.schedule-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;color:#667eea;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.schedule-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.schedule-form-modal{background:#fff;border-radius:16px;width:90%;max-width:500px;overflow:hidden}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #eee}.modal-header h2{margin:0;font-size:18px}.close-btn{background:none;border:none;font-size:24px;cursor:pointer;color:#666}.schedule-form-modal form{padding:24px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#333;font-size:14px}.form-group input{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:8px;font-size:14px}.form-group input:focus{outline:none;border-color:#667eea}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.cancel-btn{padding:10px 20px;background:#f5f5f5;border:none;border-radius:8px;cursor:pointer}.submit-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#667eea;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500}.calls-section{display:grid;grid-template-columns:1fr 1fr;gap:24px}.calls-list h2{margin:0 0 16px;font-size:18px}.loading,.empty-state{text-align:center;padding:48px;color:#888}.empty-icon{width:48px;height:48px;margin-bottom:16px;opacity:.5}.empty-state p{margin:0;font-weight:500;color:#333}.empty-state span{font-size:14px}.calls-grid{display:flex;flex-direction:column;gap:12px}.call-card{background:#fff;border:1px solid #eee;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s}.call-card:hover{border-color:#667eea;box-shadow:0 2px 8px #667eea1a}.call-card.selected{border-color:#667eea;background:#f8f5ff}.call-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.call-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600}.call-info h3{margin:0;font-size:14px}.call-info p{margin:2px 0 0;font-size:12px;color:#666}.status-badge{margin-left:auto;display:flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:11px;text-transform:capitalize}.status-completed{background:#e8f5e9;color:#2e7d32}.status-failed{background:#ffebee;color:#c62828}.status-progress{background:#fff3e0;color:#ef6c00}.status-scheduled{background:#e3f2fd;color:#1565c0}.status-icon.completed{color:#2e7d32}.status-icon.failed{color:#c62828}.status-icon.in-progress{color:#ef6c00}.status-icon.scheduled{color:#1565c0}.call-meta{display:flex;gap:16px;font-size:12px;color:#666;margin-bottom:12px}.call-meta span{display:flex;align-items:center;gap:4px}.start-call-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:8px;background:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:13px}.call-details{background:#fff;border-radius:12px;padding:24px;border:1px solid #eee}.details-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.details-header h2{margin:0;font-size:18px}.download-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f5f5f5;border:none;border-radius:6px;cursor:pointer;font-size:13px}.candidate-info{background:#f9f9f9;border-radius:8px;padding:16px;margin-bottom:20px}.info-row{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:14px;color:#555}.info-row:last-child{margin-bottom:0}.rating-display{display:flex;align-items:center;gap:8px;margin-top:12px;padding-top:12px;border-top:1px solid #eee}.rating-stars{display:flex;gap:2px}.rating-stars span{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:11px;border-radius:4px;background:#eee;color:#666}.rating-stars span.filled{background:#4caf50;color:#fff}.summary-section,.questions-section{margin-bottom:20px}.summary-section h3,.questions-section h3{margin:0 0 12px;font-size:14px;color:#333}.summary-section p{margin:0;font-size:14px;color:#555;line-height:1.6}.questions-list{display:flex;flex-direction:column;gap:12px}.question-item{padding:12px;background:#f9f9f9;border-radius:8px}.question{display:flex;gap:8px;font-size:13px;color:#333;margin-bottom:6px}.q-number{font-weight:600;color:#667eea}.answer{font-size:13px;color:#555;padding-left:28px}.a-label{color:#4caf50;font-weight:500;margin-right:4px}.no-questions{color:#888;font-style:italic}.setup-info{display:flex;gap:12px;padding:16px;background:#fff3e0;border-radius:8px;margin-top:24px;font-size:13px;color:#e65100}.setup-info ul{margin:8px 0 0;padding-left:20px}.setup-info a{color:#1565c0}@media(max-width:768px){.calls-section{grid-template-columns:1fr}.ai-voice-header{flex-direction:column;gap:16px;text-align:center}}.job-matching-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.matching-hero{background:linear-gradient(135deg,#6366f1,#8b5cf6,#a855f7);padding:60px 20px;text-align:center;position:relative;overflow:hidden}.matching-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.matching-content{display:grid;grid-template-columns:400px 1fr;gap:30px;padding:40px 0;align-items:start}.matching-form-section{position:sticky;top:100px}.form-header{display:flex;align-items:center;gap:12px;margin-bottom:24px;color:#6366f1}.form-group label{display:flex;align-items:center;gap:8px;font-weight:600;color:#475569;margin-bottom:8px;font-size:.9rem}.form-group input,.form-group select{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;transition:all .3s;background:#f8fafc}.form-group input:focus,.form-group select:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 4px #6366f11a}.match-btn{width:100%;padding:16px 24px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s;margin-top:10px}.match-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #6366f166}.matched-jobs-list{display:flex;flex-direction:column;gap:20px}.matched-job-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s}.matched-job-card:hover{box-shadow:0 8px 30px #0000001f}.matched-job-card.expanded{box-shadow:0 12px 40px #6366f126}.job-card-header{display:flex;align-items:center;gap:16px;padding:20px;cursor:pointer;transition:background .2s}.job-card-header:hover{background:#f8fafc}.job-rank{font-size:1.2rem;font-weight:800;color:#6366f1;min-width:30px}.job-main-info{flex:1}.job-main-info h3{font-size:1.2rem;color:#1e293b;margin-bottom:6px}.job-company{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.9rem;margin-bottom:8px}.job-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:.85rem;color:#94a3b8}.match-score-display{margin-left:auto;margin-right:10px}.job-card-details{padding:0 20px 20px;border-top:1px solid #e2e8f0;animation:slideDown .3s ease-out}.match-breakdown{padding:20px 0}.match-breakdown h4{color:#1e293b;font-size:1rem;margin-bottom:16px;display:flex;align-items:center;gap:8px}.breakdown-fill.skills{background:linear-gradient(90deg,#6366f1,#8b5cf6)}.breakdown-fill.salary{background:linear-gradient(90deg,#3b82f6,#60a5fa)}.breakdown-fill.industry{background:linear-gradient(90deg,#ec4899,#f472b6)}.breakdown-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.job-tags-section{padding:16px 0;border-top:1px solid #e2e8f0;margin-top:16px}.job-tags-section h4{color:#1e293b;font-size:.95rem;margin-bottom:12px}.job-tags{display:flex;flex-wrap:wrap;gap:8px}.job-tag{padding:6px 14px;background:#f1f5f9;color:#475569;border-radius:20px;font-size:.85rem;font-weight:500}.job-actions{padding-top:16px;border-top:1px solid #e2e8f0;margin-top:16px}.apply-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;text-decoration:none;border-radius:10px;font-weight:700;font-size:1rem;transition:all .3s}.apply-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #6366f166}@media(max-width:1024px){.matching-content{grid-template-columns:1fr}.matching-form-section{position:static}}@media(max-width:768px){.matching-hero h1{font-size:2rem}.form-row{grid-template-columns:1fr}.job-card-header{flex-wrap:wrap}.match-score-display{order:-1;margin-left:0;margin-bottom:10px}}.resume-scanner-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.scanner-hero{background:linear-gradient(135deg,#0ea5e9,#06b6d4,#14b8a6);padding:60px 20px;text-align:center;position:relative;overflow:hidden}.scanner-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.scanner-hero .hero-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.scanner-hero h1{color:#fff;font-size:3rem;font-weight:800;margin-bottom:16px;line-height:1.2}.scanner-hero p{color:#ffffffe6;font-size:1.2rem;line-height:1.6}.scanner-content{padding:40px 0;max-width:900px;margin:0 auto}.tabs{display:flex;gap:10px;margin-bottom:24px}.tab{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;border:2px solid #e2e8f0;border-radius:10px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s}.tab:hover:not(:disabled){border-color:#0ea5e9;color:#0ea5e9}.tab.active{background:linear-gradient(135deg,#0ea5e9,#06b6d4);border-color:transparent;color:#fff}.tab:disabled{opacity:.5;cursor:not-allowed}.scan-form{display:flex;flex-direction:column;gap:24px}.form-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#0ea5e9}.form-group{margin-bottom:20px}.form-group label{display:block;font-weight:600;color:#475569;margin-bottom:8px;font-size:.9rem}.form-group input,.form-group textarea{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s;background:#f8fafc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#0ea5e9;background:#fff;box-shadow:0 0 0 4px #0ea5e91a}.form-group textarea{resize:vertical;min-height:300px;line-height:1.6}.form-hint{font-size:.85rem;color:#94a3b8;margin-top:8px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.optional-section{border:2px dashed #0ea5e9;background:linear-gradient(135deg,#f0f9ff,#e0f2fe)}.section-desc{color:#64748b;margin-bottom:20px;margin-top:-10px}.scan-btn{width:100%;padding:18px 24px;background:linear-gradient(135deg,#0ea5e9,#06b6d4);color:#fff;border:none;border-radius:14px;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s;box-shadow:0 10px 30px #0ea5e94d}.scan-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 40px #0ea5e966}.scan-btn:disabled{opacity:.7;cursor:not-allowed}.score-overview{display:flex;align-items:center;gap:30px;background:#fff;border-radius:20px;padding:30px;margin-bottom:24px;box-shadow:0 10px 40px #0000001a}.main-score{width:140px;height:140px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.score-inner{width:110px;height:110px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-number{font-size:2.5rem;font-weight:800;color:#1e293b;line-height:1}.score-label{font-size:.75rem;color:#64748b;text-transform:uppercase;font-weight:600;margin-top:4px}.score-info h3{color:#1e293b;font-size:1.4rem;margin-bottom:8px}.score-info p{color:#64748b}.job-match-card{background:#fff;border-radius:20px;padding:24px;margin-bottom:24px;box-shadow:0 10px 40px #0000001a}.job-match-header{display:flex;align-items:center;gap:10px;margin-bottom:20px;color:#0ea5e9}.job-match-header h3{color:#1e293b;margin:0}.job-match-details{display:flex;flex-direction:column;gap:20px}.match-percentage{display:flex;align-items:baseline;gap:10px}.big-number{font-size:3rem;font-weight:800;line-height:1}.match-percentage span:last-child{font-size:1.2rem;color:#64748b}.match-bars{display:flex;flex-direction:column;gap:12px}.match-bar-item{display:grid;grid-template-columns:100px 1fr 60px;align-items:center;gap:12px;font-size:.9rem}.match-bar-item .bar{height:10px;background:#e2e8f0;border-radius:5px;overflow:hidden}.match-bar-item .fill{height:100%;border-radius:5px;transition:width .5s ease-out}.fill.skills{background:linear-gradient(90deg,#0ea5e9,#06b6d4)}.fill.experience{background:linear-gradient(90deg,#22c55e,#10b981)}.fill.location{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.matched-skills,.missing-skills{margin-top:16px}.matched-skills h4,.missing-skills h4{font-size:.9rem;color:#475569;margin-bottom:10px}.skill-tags{display:flex;flex-wrap:wrap;gap:8px}.tag{display:inline-flex;align-items:center;gap:4px;padding:6px 12px;border-radius:20px;font-size:.8rem;font-weight:600}.parsed-results{display:flex;flex-direction:column;gap:20px}.result-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.result-header{display:flex;align-items:center;gap:10px;padding:20px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:#0ea5e9;border-bottom:1px solid #e2e8f0}.result-header h3{color:#1e293b;font-size:1.1rem;margin:0}.result-content{padding:20px}.info-item{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px solid #f1f5f9;color:#64748b}.info-item:last-child{border-bottom:none}.info-item .label{font-weight:600;color:#475569}.info-item .value{color:#1e293b}.skills-grid{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{padding:8px 16px;background:linear-gradient(135deg,#e0f2fe,#cffafe);color:#0e7490;border-radius:20px;font-size:.9rem;font-weight:500}.exp-summary{display:flex;align-items:center;gap:8px;color:#64748b;margin-bottom:12px}.companies-list{display:flex;flex-direction:column;gap:8px}.company-item{display:flex;align-items:center;gap:8px;color:#1e293b;font-size:.9rem}.education-list{display:flex;flex-direction:column;gap:12px}.edu-item{display:flex;align-items:center;gap:8px;color:#1e293b}.edu-item .field{color:#64748b}.no-data{color:#94a3b8;font-style:italic}.suggestions-card{border:2px solid #fef3c7;background:linear-gradient(135deg,#fffbeb,#fefce8)}.suggestions-list{list-style:none;padding:0;margin:0}.suggestions-list li{display:flex;align-items:flex-start;gap:10px;padding:12px;border-radius:8px;margin-bottom:10px;font-size:.9rem}.suggestions-list li.missing{background:#fef2f2;color:#991b1b}.suggestions-list li.improvement{background:#fffbeb;color:#92400e}.scan-another-btn{width:100%;padding:16px;background:#fff;border:2px solid #0ea5e9;border-radius:12px;color:#0ea5e9;font-weight:700;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s;margin-top:24px}.scan-another-btn:hover{background:#0ea5e9;color:#fff}.error-result{text-align:center;padding:60px 20px;background:#fff;border-radius:20px;color:#ef4444}.error-result h3{margin:16px 0 8px;color:#1e293b}.error-result p{color:#64748b;margin-bottom:24px}.retry-btn{padding:14px 32px;background:#ef4444;color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer}@media(max-width:768px){.scanner-hero h1{font-size:2rem}.form-row{grid-template-columns:1fr}.score-overview{flex-direction:column;text-align:center}.match-bar-item{grid-template-columns:80px 1fr 50px;font-size:.8rem}}.resume-matching-page{min-height:100vh;background:linear-gradient(135deg,#f8fafc,#e2e8f0)}.matching-hero{background:linear-gradient(135deg,#7c3aed,#a855f7,#c084fc);padding:60px 20px;text-align:center;position:relative;overflow:hidden}.matching-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.matching-hero .hero-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.matching-hero h1{color:#fff;font-size:3rem;font-weight:800;margin-bottom:16px;line-height:1.2}.matching-hero p{color:#ffffffe6;font-size:1.2rem;line-height:1.6}.matching-content{padding:40px 0}.input-section{max-width:800px;margin:0 auto}.match-form{display:flex;flex-direction:column;gap:24px}.form-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 40px #0000001a}.form-header{display:flex;align-items:center;gap:12px;margin-bottom:20px;color:#7c3aed}.form-header h2{font-size:1.4rem;color:#1e293b;margin:0}.form-group{margin-bottom:0}.form-group textarea{width:100%;padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem;font-family:inherit;transition:all .3s;background:#f8fafc;resize:vertical;min-height:250px;line-height:1.6}.form-group textarea:focus{outline:none;border-color:#7c3aed;background:#fff;box-shadow:0 0 0 4px #7c3aed1a}.jobs-selection{border:2px dashed #7c3aed;background:linear-gradient(135deg,#f5f3ff,#ede9fe)}.section-desc{color:#64748b;margin-bottom:16px;margin-top:-10px}.jobs-list{display:flex;flex-direction:column;gap:12px;max-height:350px;overflow-y:auto;padding-right:8px}.job-select-item{display:flex;align-items:center;gap:12px;padding:14px;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .2s}.job-select-item:hover{border-color:#7c3aed}.job-select-item.selected{border-color:#7c3aed;background:#f5f3ff}.job-checkbox{width:24px;height:24px;border:2px solid #e2e8f0;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#7c3aed;flex-shrink:0}.job-select-item.selected .job-checkbox{background:#7c3aed;border-color:#7c3aed;color:#fff}.job-info{flex:1}.job-info h4{color:#1e293b;font-size:1rem;margin-bottom:4px}.job-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:.8rem;color:#64748b}.job-meta span{display:flex;align-items:center;gap:4px}.job-rating{display:flex;align-items:center;gap:4px;font-weight:600;color:#f59e0b;font-size:.9rem}.match-btn{width:100%;padding:18px 24px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;border:none;border-radius:14px;font-size:1.2rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s;box-shadow:0 10px 30px #7c3aed4d}.match-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 15px 40px #7c3aed66}.match-btn:disabled{opacity:.7;cursor:not-allowed}.spinner{width:20px;height:20px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.results-section{margin-top:40px}.results-header{margin-bottom:24px}.results-header h2{display:flex;align-items:center;gap:10px;font-size:1.8rem;color:#1e293b;margin-bottom:8px}.results-header p{color:#64748b;font-size:1rem}.no-results{text-align:center;padding:60px 20px;background:#fff;border-radius:20px;color:#64748b}.no-results h3{margin:16px 0 8px;color:#1e293b}.results-list{display:flex;flex-direction:column;gap:20px}.result-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014;transition:all .3s}.result-card:hover{box-shadow:0 8px 30px #0000001f}.result-card.expanded{box-shadow:0 12px 40px #7c3aed26}.result-header{display:flex;align-items:center;gap:16px;padding:20px;cursor:pointer;transition:background .2s}.result-header:hover{background:#f8fafc}.result-rank{font-size:1.2rem;font-weight:800;color:#7c3aed;min-width:30px}.result-info{flex:1}.result-info h3{font-size:1.2rem;color:#1e293b;margin-bottom:6px}.result-company{display:flex;align-items:center;gap:6px;color:#64748b;font-size:.9rem;margin-bottom:8px}.company-rating{display:flex;align-items:center;gap:2px;margin-left:8px;font-weight:600;color:#f59e0b}.result-meta{display:flex;flex-wrap:wrap;gap:16px;font-size:.85rem;color:#94a3b8}.result-meta span{display:flex;align-items:center;gap:4px}.result-score{margin-left:auto;margin-right:10px}.score-circle{width:70px;height:70px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.score-inner{width:56px;height:56px;background:#fff;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center}.score-number{font-size:1.1rem;font-weight:800;color:#1e293b;line-height:1}.score-label{font-size:.65rem;color:#64748b;text-transform:uppercase;font-weight:600}.expand-icon{color:#94a3b8;transition:transform .3s}.expand-icon.rotated{transform:rotate(90deg)}.result-details{padding:0 20px 20px;border-top:1px solid #e2e8f0;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.candidate-info{padding:20px 0;border-bottom:1px solid #e2e8f0;margin-bottom:20px}.info-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border-radius:20px;font-size:.9rem;font-weight:600;margin-bottom:12px}.detected-skills{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{padding:6px 12px;background:#f1f5f9;color:#475569;border-radius:20px;font-size:.8rem;font-weight:500}.skill-tag.more{background:#e2e8f0;color:#64748b}.match-breakdown{padding:16px 0}.match-breakdown h4{color:#1e293b;font-size:1rem;margin-bottom:16px}.breakdown-item{margin-bottom:20px}.breakdown-header{display:flex;justify-content:space-between;margin-bottom:8px;font-size:.9rem;font-weight:600;color:#475569}.breakdown-score{font-weight:700}.breakdown-bar{height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.breakdown-fill{height:100%;border-radius:4px;transition:width .5s ease-out}.breakdown-fill.skills{background:linear-gradient(90deg,#7c3aed,#a855f7)}.breakdown-fill.experience{background:linear-gradient(90deg,#22c55e,#10b981)}.breakdown-fill.location{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.skill-comparison{display:flex;flex-direction:column;gap:8px;margin-top:8px}.matched-skills,.missing-skills{display:flex;flex-wrap:wrap;gap:6px}.tag{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600}.tag.matched{background:#dcfce7;color:#166534}.tag.missing{background:#fee2e2;color:#991b1b}.breakdown-message{font-size:.8rem;color:#64748b;margin:0}.job-requirements{padding:16px 0;border-top:1px solid #e2e8f0;margin-top:16px}.job-requirements h4{color:#1e293b;font-size:.95rem;margin-bottom:12px}.required-tags{display:flex;flex-wrap:wrap;gap:8px}.required-tag{padding:6px 14px;background:#f1f5f9;color:#475569;border-radius:20px;font-size:.85rem;font-weight:500}.result-actions{padding-top:16px;border-top:1px solid #e2e8f0;margin-top:16px}.apply-btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff;text-decoration:none;border-radius:10px;font-weight:700;font-size:1rem;transition:all .3s}.apply-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #7c3aed66}@media(max-width:768px){.matching-hero h1{font-size:2rem}.result-header{flex-wrap:wrap}.result-score{order:-1;margin-left:0;margin-bottom:10px}}.ai-recruiter-page{min-height:100vh;background:linear-gradient(135deg,#1e1b4b,#2d1b69,#411a75,#4a0e84,#5a0f8c);background-attachment:fixed;position:relative;overflow-x:hidden}.ai-recruiter-page:before{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,119,198,.2) 0%,transparent 50%);animation:float 20s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(1deg)}66%{transform:translateY(10px) rotate(-1deg)}}.recruiter-hero{background:linear-gradient(135deg,#4a0e84f2,#5a0f8cf2,#7877c6e6);padding:80px 20px;text-align:center;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1)}.recruiter-hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.recruiter-hero .hero-content{position:relative;z-index:1;max-width:700px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:8px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 20px;border-radius:50px;color:#fff;font-weight:600;font-size:.9rem;margin-bottom:20px}.recruiter-hero h1{color:#fff;font-size:3rem;font-weight:800;margin-bottom:16px;line-height:1.2}.recruiter-hero p{color:#ffffffe6;font-size:1.2rem;line-height:1.6}.recruiter-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px;margin-top:-40px;margin-bottom:40px;position:relative;z-index:2}.stat-card{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:var(--border-radius-lg);padding:24px;display:flex;align-items:center;gap:20px;box-shadow:var(--shadow-lg);border:1px solid rgba(255,255,255,.2);transition:var(--transition)}.stat-card:hover{transform:translateY(-8px);box-shadow:0 25px 50px -12px #7877c666}.stat-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-icon.blue{background:linear-gradient(135deg,#3b82f6,#60a5fa)}.stat-icon.green{background:linear-gradient(135deg,#22c55e,#10b981)}.stat-icon.yellow{background:linear-gradient(135deg,#f59e0b,#fbbf24)}.stat-icon.purple{background:linear-gradient(135deg,#8b5cf6,#a78bfa)}.stat-icon.red{background:linear-gradient(135deg,#ef4444,#f87171)}.stat-value{font-size:1.8rem;font-weight:800;color:#1e293b;line-height:1}.stat-label{font-size:.85rem;color:#64748b}.recruiter-content{padding:40px 0}.tabs-container{display:flex;gap:10px;margin-bottom:24px;flex-wrap:wrap}.tab{display:flex;align-items:center;gap:8px;padding:14px 28px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);border-radius:var(--border-radius);font-weight:600;color:var(--text-light);cursor:pointer;transition:var(--transition)}.tab:hover{border-color:#fff9;background:#fff3;color:var(--white)}.tab.active{background:var(--ai-gradient);border-color:transparent;color:var(--white);box-shadow:0 8px 25px #8b5cf666}.tab:hover{border-color:#dc2626;color:#dc2626}.tab.active{background:linear-gradient(135deg,#dc2626,#ea580c);border-color:transparent;color:#fff}.dashboard-tab,.call-tab,.candidates-tab,.add-tab{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;margin-bottom:24px}.dashboard-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px #00000014}.dashboard-card h3{color:#1e293b;font-size:1.2rem;margin-bottom:20px}.queue-info,.metrics{display:flex;flex-direction:column;gap:16px}.queue-item,.metric{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8fafc;border-radius:8px}.queue-item span,.metric span{color:#64748b}.queue-item strong,.metric strong{color:#1e293b;font-size:1.2rem}.action-bar{display:flex;gap:16px;flex-wrap:wrap}.action-btn{display:flex;align-items:center;gap:8px;padding:16px 28px;border:none;border-radius:var(--border-radius);font-weight:700;cursor:pointer;transition:var(--transition);background:#ffffff26;color:var(--text-light);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2)}.action-btn:hover:not(:disabled){transform:translateY(-4px);box-shadow:var(--shadow-lg);background:#ffffff40}.action-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.action-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #00000026}.action-btn:disabled{opacity:.5;cursor:not-allowed}.action-btn.primary{background:linear-gradient(135deg,#22c55e,#10b981);color:#fff}.action-btn.danger{background:#fee2e2;color:#ef4444}.call-tab{max-width:800px;margin:0 auto}.current-call-card,.no-call-card{background:#fff;border-radius:20px;padding:30px;box-shadow:0 10px 40px #0000001a}.call-header{display:flex;align-items:center;gap:16px;margin-bottom:24px;color:#22c55e}.call-header h2{color:#1e293b;margin:0}.call-candidate-info{background:#f8fafc;border-radius:12px;padding:20px;margin-bottom:24px}.info-row{display:flex;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #e2e8f0;color:#64748b}.info-row:last-child{border-bottom:none}.info-row .label{font-weight:600;min-width:100px}.info-row .value{color:#1e293b}.skills-row{display:flex;gap:12px;padding-top:12px;flex-wrap:wrap}.skills-list{display:flex;flex-wrap:wrap;gap:8px}.skill-tag{padding:6px 12px;background:#e0e7ff;color:#4338ca;border-radius:20px;font-size:.85rem;font-weight:500}.call-actions{display:flex;flex-direction:column;gap:16px}.score-selector{display:flex;align-items:center;gap:16px}.score-selector label{font-weight:600;color:#475569}.score-selector input[type=range]{flex:1;height:8px;-webkit-appearance:none;background:#e2e8f0;border-radius:4px}.score-selector input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:#dc2626;border-radius:50%;cursor:pointer}.score-value{font-size:1.5rem;font-weight:800;color:#dc2626;min-width:40px}.call-actions textarea{width:100%;padding:14px;border:2px solid #e2e8f0;border-radius:10px;font-family:inherit;resize:vertical;min-height:80px}.call-actions textarea:focus{outline:none;border-color:#dc2626}.buttons-row{display:flex;gap:12px;flex-wrap:wrap}.complete-btn,.fail-btn{display:flex;align-items:center;gap:8px;padding:14px 24px;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s;flex:1;justify-content:center}.complete-btn{background:linear-gradient(135deg,#22c55e,#10b981);color:#fff}.complete-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #22c55e66}.fail-btn{background:#fee2e2;color:#ef4444}.fail-btn:hover{background:#fecaca}.no-call-card{text-align:center;color:#64748b}.no-call-card h3{color:#1e293b;margin:16px 0 8px}.start-call-btn{display:inline-flex;align-items:center;gap:8px;margin-top:20px;padding:16px 32px;background:linear-gradient(135deg,#22c55e,#10b981);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s}.start-call-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 30px #22c55e66}.candidates-list{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 20px #00000014}.empty-state{padding:60px 20px;text-align:center;color:#64748b}.empty-state h3{color:#1e293b;margin:16px 0 8px}.candidates-table{width:100%;border-collapse:collapse}.candidates-table th,.candidates-table td{padding:14px 16px;text-align:left;border-bottom:1px solid #e2e8f0}.candidates-table th{background:#f8fafc;font-weight:600;color:#475569;font-size:.9rem}.candidates-table td{color:#1e293b}.candidates-table tr:hover{background:#f8fafc}.skills-cell{display:flex;gap:6px;flex-wrap:wrap}.mini-tag{padding:4px 8px;background:#f1f5f9;color:#475569;border-radius:12px;font-size:.75rem}.status-badge{display:inline-block;padding:4px 12px;border-radius:20px;color:#fff;font-size:.75rem;font-weight:600;text-transform:capitalize}.add-tab{max-width:800px;margin:0 auto}.add-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:30px}.add-card{background:#fff;border-radius:16px;padding:30px;text-align:center;cursor:pointer;transition:all .3s;border:2px solid #e2e8f0}.add-card:hover{border-color:#dc2626;transform:translateY(-4px);box-shadow:0 10px 30px #0000001a}.add-card h3{color:#1e293b;margin:16px 0 8px}.add-card p{color:#64748b;font-size:.9rem}.single-add-form,.bulk-add-form{background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px #00000014}.single-add-form h3,.bulk-add-form h3{color:#1e293b;margin-bottom:20px}.single-add-form form{display:flex;flex-direction:column;gap:16px}.single-add-form input{padding:14px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:1rem}.single-add-form input:focus{outline:none;border-color:#dc2626}.format-hint{color:#64748b;font-size:.9rem;margin-bottom:16px}.bulk-add-form textarea{width:100%;padding:14px;border:2px solid #e2e8f0;border-radius:10px;font-family:monospace;font-size:.9rem;resize:vertical;min-height:200px;margin-bottom:16px}.bulk-add-form textarea:focus{outline:none;border-color:#dc2626}.submit-btn{padding:16px 24px;background:linear-gradient(135deg,#dc2626,#ea580c);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #dc262666}@media(max-width:768px){.recruiter-hero h1{font-size:2rem}.recruiter-stats{grid-template-columns:repeat(2,1fr)}.tabs-container{overflow-x:auto;flex-wrap:nowrap;padding-bottom:10px}.tab{white-space:nowrap}.buttons-row{flex-direction:column}}.ai-assistant-container{position:fixed;bottom:30px;left:30px;z-index:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ai-assistant-popup{position:relative;z-index:500}.ai-assistant-container:before{content:"";position:absolute;width:90px;height:90px;background:radial-gradient(circle,rgba(37,99,235,.3) 0%,transparent 70%);border-radius:50%;bottom:5px;left:5px;animation:ripple 2s ease-out infinite;pointer-events:none}@keyframes ripple{0%{transform:scale(.7);opacity:.9}to{transform:scale(1.6);opacity:0}}.ai-assistant-fab{width:64px;height:64px;border-radius:20px;border:3px solid #ffffff;background:linear-gradient(145deg,#2563eb,#1d4ed8,#1e40af);color:#fff;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;box-shadow:0 10px 35px #2563eb80,0 0 0 2px #ffffff4d,inset 0 1px #ffffff4d;animation:glow 2s infinite alternate,pulseFloat 3s ease-in-out infinite;transition:all .3s ease}@keyframes glow{0%,to{box-shadow:0 10px 35px #2563eb80}50%{box-shadow:0 10px 45px #2563ebcc,0 0 25px #2563eb66}}@keyframes pulseFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.ai-assistant-fab:hover{transform:scale(1.12) translateY(-2px);box-shadow:0 15px 45px #2563ebb3,0 0 30px #2563eb80}.ai-assistant-fab:active{transform:scale(.97)}.ai-assistant-popup{position:relative;width:420px;height:550px;background:linear-gradient(145deg,#eff6ff,#dbeafe);border-radius:24px;box-shadow:0 25px 60px #00000026,0 0 0 1px #fffc,0 0 40px #2563eb1a;overflow:hidden;border:2px solid rgba(37,99,235,.2);animation:popupSlide .4s cubic-bezier(.25,.46,.45,.94)}@keyframes popupSlide{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.ai-assistant-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px 16px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;position:sticky;top:0;z-index:10;box-shadow:0 4px 20px #2563eb4d}.ai-header-left{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.1rem;letter-spacing:.5px}.ai-header-right{display:flex;gap:8px}.ai-header-right button{width:36px;height:36px;border-radius:10px;border:none;background:#ffffff40;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s;font-size:14px}.ai-header-right button:hover{background:#fff6;transform:scale(1.05)}.ai-assistant-messages{height:340px;overflow-y:auto;padding:0 24px 20px;background:linear-gradient(180deg,#fff,#fdf2f8)}.ai-msg{display:flex;gap:12px;margin-bottom:16px;animation:msgAppear .4s ease-out}@keyframes msgAppear{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.ai-msg.user{flex-direction:row-reverse}.ai-msg-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #0000001a;background:#f8fafc}.ai-msg.assistant .ai-msg-avatar{background:linear-gradient(135deg,#2563eb,#1d4ed8)}.ai-msg.user .ai-msg-avatar{background:#dbeafe}.ai-msg-content{padding:10px 14px;border-radius:18px;max-width:80%;line-height:1.5;box-shadow:0 2px 10px #00000014;font-size:.9rem}.ai-msg.assistant .ai-msg-content{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#92400e;border-bottom-left-radius:6px}.ai-msg.user .ai-msg-content{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#166534;border-bottom-right-radius:6px}.ai-quick-actions{padding:12px 20px;background:linear-gradient(180deg,#f8fafc,#fdf2f8);border-top:1px solid #f3e8ff;display:flex;gap:8px;flex-wrap:wrap}.ai-quick-actions button{display:flex;align-items:center;gap:6px;padding:8px 12px;border:1.5px solid #2563eb;border-radius:20px;background:#fff;color:#1e40af;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.ai-quick-actions button:hover{background:#2563eb;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.ai-assistant-input{padding:16px 20px;background:#fff;border-top:1px solid #f3e8ff;display:flex;align-items:center;gap:12px;position:sticky;bottom:0}.ai-mic-btn{width:48px;height:48px;border-radius:50%;border:2px solid #2563eb;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s;flex-shrink:0;box-shadow:0 3px 12px #2563eb66}.ai-mic-btn:hover{transform:scale(1.05);box-shadow:0 5px 16px #2563eb80}.ai-mic-btn.listening{background:linear-gradient(135deg,#ef4444,#dc2626);animation:micPulse 1.2s infinite;box-shadow:0 0 20px #ef444499}@keyframes micPulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.ai-assistant-input input{flex:1;padding:12px 20px;border:2px solid #f3e8ff;border-radius:25px;outline:none;font-size:15px;background:#fdf2f8;transition:all .2s}.ai-assistant-input input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 3px #2563eb1a}.ai-assistant-input button[type=submit]{width:48px;height:48px;border-radius:50%;border:none;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s;box-shadow:0 3px 12px #2563eb66}.ai-assistant-input button[type=submit]:hover:not(:disabled){transform:scale(1.05);box-shadow:0 5px 16px #2563eb80}.ai-assistant-input button:disabled{opacity:.5;cursor:not-allowed}.ai-quick-actions button:disabled{opacity:.5;cursor:not-allowed}.ai-voice-page{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#dbeafe);padding:1rem;font-family:-apple-system,BlinkMacSystemFont,sans-serif}.ai-voice-page-header{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem;position:sticky;top:0;background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:1rem;border-radius:16px;box-shadow:0 4px 20px #00000014;z-index:5}.back-btn{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;text-decoration:none;box-shadow:0 4px 12px #2563eb66;transition:all .3s}.back-btn:hover{transform:scale(1.05)}.ai-voice-page-header h1{margin:0;font-size:1.6rem;font-weight:700;color:#1d4ed8;display:flex;align-items:center;gap:.5rem}.ai-voice-page-content{flex:1;max-height:60vh;overflow-y:auto;padding:1.5rem;background:#fff;border-radius:20px;box-shadow:0 8px 32px #0000001f;margin-bottom:1.5rem}.ai-voice-page-content .ai-msg{max-width:100%}.ai-voice-page-content .ai-msg-content{max-width:100%;font-size:.95rem}@media(max-width:480px){.ai-assistant-popup{width:calc(100vw - 40px);height:80vh}.ai-assistant-container{left:20px;bottom:20px}.ai-assistant-messages{height:45vh}.ai-voice-page{padding:.5rem}}.auto-reply-widget{width:100%;max-width:420px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;border:1px solid #e2e8f0;margin:20px 0}.auto-reply-header{display:flex;align-items:center;gap:10px;padding:14px 18px;color:#fff;font-weight:600;font-size:.95rem}.auto-reply-header .complete-badge{margin-left:auto;background:#fff3;padding:2px 8px;border-radius:10px;font-size:.8rem}.auto-reply-messages{padding:16px;display:flex;flex-direction:column;gap:12px}.auto-reply-message{display:flex;align-items:center;gap:12px;padding:12px 14px;background:#f8fafc;border-radius:12px;opacity:0;transform:translate(-20px);transition:all .4s cubic-bezier(.175,.885,.32,1.275);border:1px solid #e2e8f0}.auto-reply-message.visible{opacity:1;transform:translate(0)}.message-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;color:#fff;border-radius:50%;flex-shrink:0;box-shadow:0 2px 8px #00000026}.message-text{color:#475569;font-size:.88rem;font-weight:500;line-height:1.4}.auto-reply-loading{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#f1f5f9;color:#64748b;font-size:.8rem;border-top:1px solid #e2e8f0}.auto-reply-loading .spinner{animation:spin 1s linear infinite}.auto-reply-widget.blue .auto-reply-header{background:linear-gradient(135deg,#0284c7,#0ea5e9)}.auto-reply-widget.green .auto-reply-header{background:linear-gradient(135deg,#059669,#10a037)}.auto-reply-widget.orange .auto-reply-header{background:linear-gradient(135deg,#ea580c,#f97316)}.auto-reply-widget.purple .auto-reply-header{background:linear-gradient(135deg,#7c3aed,#8b5cf6)}.auto-reply-widget.compact{max-width:320px}.auto-reply-widget.compact .auto-reply-header{padding:10px 14px;font-size:.85rem}.auto-reply-widget.compact .auto-reply-messages{padding:12px;gap:8px}.auto-reply-widget.compact .auto-reply-message{padding:10px 12px}.auto-reply-widget.compact .message-icon{width:24px;height:24px}.auto-reply-widget.compact .message-icon svg{width:14px;height:14px}.auto-reply-widget.compact .message-text{font-size:.8rem}.join-now-page{min-height:calc(100vh - 70px);background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:60px 20px;display:flex;justify-content:center;align-items:flex-start}.join-now-container{max-width:800px;width:100%;background:#fff;border-radius:24px;box-shadow:0 25px 60px #00000026;overflow:hidden}.join-now-header{background:linear-gradient(135deg,#1e40af,#3b82f6,#60a5fa);padding:40px;text-align:center;color:#fff}.join-now-header h1{font-size:2.2rem;font-weight:700;margin:0 0 12px}.join-now-header p{font-size:1rem;opacity:.9;max-width:500px;margin:0 auto}.join-now-form{padding:40px}.form-section{margin-bottom:35px}.form-section h3{display:flex;align-items:center;gap:10px;color:#1e40af;font-size:1.1rem;font-weight:600;margin:0 0 20px;padding-bottom:12px;border-bottom:2px solid #e2e8f0}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full-width{grid-column:1 / -1}.form-group label{display:flex;align-items:center;gap:8px;font-weight:600;color:#475569;font-size:.9rem}.form-group label svg{color:#3b82f6}.form-group input,.form-group select{padding:14px 18px;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;transition:all .3s;background:#f8fafc}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.form-group input::placeholder{color:#94a3b8}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px}.submit-btn{width:100%;padding:16px 32px;background:linear-gradient(135deg,#f97316,#ea580c,#dc2626);color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s;box-shadow:0 8px 25px #f9731666;margin-top:20px}.submit-btn:hover{transform:translateY(-3px);box-shadow:0 12px 35px #f9731680}.join-now-features{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;padding:30px 40px 40px;background:#f8fafc}.join-now-features .feature{display:flex;align-items:flex-start;gap:12px}.join-now-features .feature svg{color:#10a037;flex-shrink:0;margin-top:2px}.join-now-features .feature h4{margin:0 0 4px;font-size:.95rem;color:#334155}.join-now-features .feature p{margin:0;font-size:.8rem;color:#64748b}.join-success{text-align:center;padding:60px 40px;max-width:600px;background:#fff;border-radius:24px;box-shadow:0 25px 60px #00000026}.success-icon{color:#10a037;margin-bottom:20px;animation:success-bounce .6s ease}@keyframes success-bounce{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}.join-success h2{color:#10a037;font-size:1.8rem;margin:0 0 12px}.join-success p{color:#64748b;font-size:1rem;margin:0 0 30px}.success-details{display:flex;flex-direction:column;gap:12px;margin-bottom:30px;padding:20px;background:#f8fafc;border-radius:12px}.detail-item{display:flex;align-items:center;gap:12px;color:#475569}.detail-item svg{color:#3b82f6}.submit-another{padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s}.submit-another:hover{transform:translateY(-2px);box-shadow:0 8px 20px #2563eb66}@media(max-width:768px){.join-now-container{border-radius:16px}.join-now-header{padding:30px 20px}.join-now-header h1{font-size:1.6rem}.join-now-form{padding:25px 20px}.form-grid{grid-template-columns:1fr}.join-now-features{grid-template-columns:1fr;padding:20px;gap:15px}}.ratings-page{min-height:calc(100vh - 70px);background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:60px 20px}.ratings-container{max-width:900px;margin:0 auto}.ratings-header{text-align:center;margin-bottom:40px}.ratings-header h1{font-size:2.5rem;color:#1e40af;margin:0 0 12px;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ratings-header p{color:#64748b;font-size:1.1rem;margin:0}.ratings-summary{display:flex;gap:40px;background:#fff;padding:30px;border-radius:20px;box-shadow:0 10px 40px #00000014;margin-bottom:30px}.average-rating{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-right:40px;border-right:2px solid #e2e8f0}.rating-number{font-size:4rem;font-weight:800;color:#1e40af;line-height:1}.average-rating .stars{display:flex;gap:4px;margin:12px 0}.average-rating .total-reviews{color:#64748b;font-size:.95rem}.rating-bars{flex:1;display:flex;flex-direction:column;gap:10px;justify-content:center}.rating-bar{display:flex;align-items:center;gap:12px}.bar-label{display:flex;align-items:center;gap:4px;font-size:.9rem;color:#475569;width:50px}.bar-track{flex:1;height:10px;background:#e2e8f0;border-radius:5px;overflow:hidden}.bar-fill{height:100%;background:linear-gradient(90deg,#fbbf24,#f59e0b);border-radius:5px;transition:width .5s ease}.bar-count{font-size:.85rem;color:#64748b;width:30px;text-align:right}.review-form-section{background:#fff;padding:30px;border-radius:20px;box-shadow:0 10px 40px #00000014;margin-bottom:30px}.review-form-section h2{color:#1e40af;font-size:1.4rem;margin:0 0 20px}.review-form{display:flex;flex-direction:column;gap:20px}.review-form .form-group{display:flex;flex-direction:column;gap:8px}.review-form .form-group label{font-weight:600;color:#475569;font-size:.9rem}.review-form input,.review-form textarea{padding:14px 18px;border:2px solid #e2e8f0;border-radius:12px;font-size:.95rem;transition:all .3s;background:#f8fafc}.review-form input:focus,.review-form textarea:focus{outline:none;border-color:#3b82f6;background:#fff;box-shadow:0 0 0 4px #3b82f61a}.review-form textarea{resize:vertical;min-height:100px}.rating-input{display:flex;gap:8px}.star-btn{background:none;border:none;cursor:pointer;padding:0;transition:transform .2s}.star-btn:hover{transform:scale(1.2)}.submit-review-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,#10a037,#059669);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;box-shadow:0 4px 15px #10a0374d;align-self:flex-start}.submit-review-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #10a03766}.submitted-message{text-align:center;padding:30px;color:#10a037}.submitted-message h3{margin:12px 0 8px;color:#059669}.submitted-message p{color:#64748b;margin:0}.reviews-list h2{color:#1e40af;font-size:1.4rem;margin:0 0 20px}.review-card{background:#fff;padding:24px;border-radius:16px;box-shadow:0 8px 30px #0000000f;margin-bottom:16px;border:1px solid #e2e8f0;transition:all .3s}.review-card:hover{box-shadow:0 12px 40px #0000001a;transform:translateY(-2px)}.review-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.reviewer-info{display:flex;align-items:center;gap:12px}.reviewer-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;display:flex;align-items:center;justify-content:center}.reviewer-info h4{margin:0;font-size:1rem;color:#334155}.review-date{display:flex;align-items:center;gap:4px;font-size:.8rem;color:#94a3b8;margin-top:4px}.review-rating{display:flex;gap:2px}.review-body{position:relative;padding-left:20px;margin-bottom:16px}.quote-icon{position:absolute;left:0;top:0;color:#3b82f6;opacity:.3}.review-body p{margin:0;color:#475569;line-height:1.6;font-size:.95rem}.review-footer{padding-top:16px;border-top:1px solid #e2e8f0}.helpful-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:#f1f5f9;border:none;border-radius:20px;color:#64748b;font-size:.85rem;cursor:pointer;transition:all .2s}.helpful-btn:hover{background:#e2e8f0;color:#3b82f6}@media(max-width:768px){.ratings-summary{flex-direction:column;gap:20px}.average-rating{border-right:none;padding-right:0;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.rating-number{font-size:3rem}}.blacklist-page{min-height:calc(100vh - 70px);background:linear-gradient(135deg,#fef2f2,#fee2e2);padding:60px 20px}.blacklist-container{max-width:900px;margin:0 auto}.blacklist-header{display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#dc2626,#b91c1c);padding:30px;border-radius:20px;color:#fff;margin-bottom:25px}.header-content{display:flex;align-items:center;gap:16px}.header-content h1{margin:0 0 6px;font-size:1.8rem}.add-blacklist-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:#fff;color:#dc2626;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s}.add-blacklist-btn:hover{transform:scale(1.05);box-shadow:0 8px 20px #0003}.blacklist-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:25px}.stat-card{display:flex;align-items:center;gap:16px;background:#fff;padding:20px;border-radius:16px;box-shadow:0 4px 15px #0000000d;border:1px solid #fecaca}.stat-card svg{color:#dc2626}.stat-card.companies svg{color:#7c3aed}.stat-card.candidates svg{color:#2563eb}.stat-card .stat-number{display:block;font-size:1.8rem;font-weight:700;color:#334155}.stat-card .stat-label{font-size:.85rem;color:#64748b}.search-filter-bar{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:25px;background:#fff;padding:16px;border-radius:16px;box-shadow:0 4px 15px #0000000d}.search-filter-bar .search-box{display:flex;align-items:center;gap:12px;padding:10px 16px;background:#fef2f2;border-radius:25px;flex:1;max-width:350px}.search-filter-bar .search-box svg{color:#dc2626}.search-filter-bar .search-box input{border:none;background:none;outline:none;flex:1;font-size:.9rem}.filter-tabs{display:flex;gap:8px}.filter-tabs button{display:flex;align-items:center;gap:8px;padding:10px 18px;border:none;background:#fef2f2;color:#64748b;border-radius:25px;font-weight:500;cursor:pointer;transition:all .3s}.filter-tabs button:hover{background:#fee2e2;color:#dc2626}.filter-tabs button.active{background:#dc2626;color:#fff}.add-form-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.add-form-modal{background:#fff;border-radius:20px;width:100%;max-width:480px;overflow:hidden;animation:slideUp .3s ease}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.modal-header h3{display:flex;align-items:center;gap:10px;margin:0}.modal-header .close-btn{background:none;border:none;color:#fff;cursor:pointer;padding:4px}.add-form-modal form{padding:24px;display:flex;flex-direction:column;gap:18px}.add-form-modal .form-group{display:flex;flex-direction:column;gap:8px}.add-form-modal .form-group label{font-weight:600;color:#475569}.add-form-modal input,.add-form-modal select,.add-form-modal textarea{padding:12px 16px;border:2px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:all .3s}.add-form-modal input:focus,.add-form-modal select:focus,.add-form-modal textarea:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 4px #dc26261a}.form-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:10px}.form-actions .cancel-btn{padding:10px 20px;background:#f1f5f9;border:none;border-radius:10px;color:#64748b;font-weight:600;cursor:pointer}.form-actions .submit-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#dc2626;color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s}.form-actions .submit-btn:hover{background:#b91c1c}.blacklist-entries{display:flex;flex-direction:column;gap:16px;margin-bottom:25px}.entry-card{display:flex;gap:16px;background:#fff;padding:20px;border-radius:16px;box-shadow:0 4px 15px #0000000d;border:1px solid #fecaca;transition:all .3s}.entry-card:hover{transform:translate(4px);box-shadow:0 8px 25px #0000001a}.entry-icon{width:50px;height:50px;border-radius:12px;background:linear-gradient(135deg,#fef2f2,#fee2e2);display:flex;align-items:center;justify-content:center;color:#dc2626;flex-shrink:0}.entry-content{flex:1}.entry-header{display:flex;align-items:center;gap:12px;margin-bottom:8px}.entry-header h4{margin:0;font-size:1.1rem;color:#334155}.entry-type{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:600}.entry-type.company{background:#f3e8ff;color:#7c3aed}.entry-type.candidate{background:#dbeafe;color:#2563eb}.entry-reason{margin:0 0 10px;color:#475569;font-size:.9rem}.entry-meta{display:flex;gap:20px;font-size:.8rem;color:#94a3b8}.entry-meta span{display:flex;align-items:center;gap:4px}.no-results{text-align:center;padding:60px 20px;background:#fff;border-radius:20px}.no-results svg{color:#dc2626;margin-bottom:16px}.no-results h3{margin:0 0 8px;color:#334155}.no-results p{margin:0;color:#64748b}.disclaimer{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#fef3c7;border-radius:12px;border:1px solid #fcd34d}.disclaimer svg{color:#d97706;flex-shrink:0}.disclaimer p{margin:0;font-size:.85rem;color:#92400e}@media(max-width:768px){.blacklist-header{flex-direction:column;gap:20px;text-align:center}.blacklist-stats{grid-template-columns:1fr}.search-filter-bar{flex-direction:column}.search-filter-bar .search-box{max-width:none}.filter-tabs{width:100%;justify-content:center;flex-wrap:wrap}.entry-card{flex-direction:column}.entry-meta{flex-direction:column;gap:8px}}.auto-reply-wrapper{position:fixed;z-index:1000}.auto-reply-bottom-right{bottom:30px;right:30px}.auto-reply-bottom-left{bottom:30px;left:30px}.auto-reply-top-right{top:100px;right:30px}.auto-reply-top-left{top:100px;left:30px}.auto-reply-fab{width:60px;height:60px;border-radius:16px;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 25px #0003;transition:all .3s ease;animation:fab-pulse 2s ease-in-out infinite}@keyframes fab-pulse{0%,to{box-shadow:0 8px 25px #0003}50%{box-shadow:0 8px 35px #00000059}}.auto-reply-fab:hover{transform:scale(1.1)}.auto-reply-window{position:absolute;bottom:80px;right:0;width:360px;height:450px;background:#fff;border-radius:16px;box-shadow:0 15px 50px #0003;display:flex;flex-direction:column;overflow:hidden;animation:slideIn .3s ease}.auto-reply-bottom-left .auto-reply-window{right:auto;left:0}.auto-reply-top-right .auto-reply-window,.auto-reply-top-left .auto-reply-window{bottom:auto;top:80px}.auto-reply-chat-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;color:#fff}.auto-reply-chat-header .header-info{display:flex;align-items:center;gap:10px;font-weight:600}.auto-reply-chat-header .close-btn{background:#fff3;border:none;color:#fff;padding:6px;border-radius:8px;cursor:pointer;transition:background .2s}.auto-reply-chat-header .close-btn:hover{background:#ffffff4d}.auto-reply-messages{flex:1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;background:#f8fafc}.auto-reply-messages .message{display:flex;align-items:flex-start;gap:10px;max-width:85%;animation:messageIn .3s ease}@keyframes messageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.auto-reply-messages .message.bot{align-self:flex-start}.auto-reply-messages .message.user{align-self:flex-end;flex-direction:row-reverse}.auto-reply-messages .msg-icon{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;flex-shrink:0}.auto-reply-messages .msg-text{padding:10px 14px;border-radius:14px;font-size:.85rem;line-height:1.4}.auto-reply-messages .message.bot .msg-text{background:#fff;color:#475569;box-shadow:0 2px 8px #0000000d}.auto-reply-messages .message.user .msg-text{background:#3b82f6;color:#fff}.typing-indicator{display:flex;align-items:center;gap:8px;padding:8px 14px;background:#fff;border-radius:14px;font-size:.8rem;color:#64748b;width:fit-content}.typing-indicator .spinner{animation:spin 1s linear infinite}.auto-reply-input{display:flex;padding:12px;gap:10px;background:#fff;border-top:1px solid #e2e8f0}.auto-reply-input input{flex:1;padding:10px 14px;border:2px solid #e2e8f0;border-radius:20px;font-size:.9rem;outline:none;transition:border-color .2s}.auto-reply-input input:focus{border-color:#3b82f6}.auto-reply-input button{width:42px;height:42px;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.auto-reply-input button:hover{transform:scale(1.1)}@media(max-width:480px){.auto-reply-window{width:calc(100vw - 40px);right:-10px}.auto-reply-bottom-left .auto-reply-window{right:auto;left:-10px}}.pricing-page{min-height:calc(100vh - 70px);background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:60px 20px}.pricing-container{max-width:1200px;margin:0 auto}.pricing-header{text-align:center;margin-bottom:50px}.pricing-header h1{font-size:2.5rem;color:#1e40af;margin:0 0 12px;background:linear-gradient(135deg,#1e40af,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.pricing-header p{color:#64748b;font-size:1.1rem;margin:0 0 24px}.billing-toggle{display:inline-flex;align-items:center;gap:12px;padding:8px 20px;background:#fff;border-radius:30px;box-shadow:0 4px 15px #0000001a}.billing-toggle span{font-weight:500;color:#64748b;font-size:.9rem;transition:color .3s}.billing-toggle span.active{color:#1e40af}.toggle-btn{width:50px;height:26px;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:13px;border:none;cursor:pointer;position:relative;transition:all .3s}.toggle-slider{position:absolute;top:3px;left:3px;width:20px;height:20px;background:#fff;border-radius:50%;transition:transform .3s;box-shadow:0 2px 4px #0003}.toggle-btn.active .toggle-slider{transform:translate(24px)}.save-badge{background:#dcfce7;color:#16a34a;font-size:.75rem;padding:2px 8px;border-radius:10px;margin-left:6px;font-weight:600}.pricing-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px}.pricing-card{background:#fff;border-radius:24px;padding:30px;text-align:center;position:relative;border:2px solid transparent;transition:all .3s;box-shadow:0 10px 40px #00000014}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.pricing-card.popular{border-color:#f97316;transform:scale(1.05);z-index:1}.pricing-card.popular:hover{transform:scale(1.05) translateY(-8px)}.pricing-card.selected{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb33}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;padding:6px 16px;border-radius:20px;font-size:.75rem;font-weight:600}.plan-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;color:#fff;margin:0 auto 16px;box-shadow:0 4px 15px #00000026}.plan-name{font-size:1.4rem;color:#334155;margin:0 0 16px}.plan-price{margin-bottom:24px}.plan-price .currency{font-size:1.5rem;font-weight:600;color:#475569;vertical-align:top}.plan-price .amount{font-size:3rem;font-weight:800;color:#1e40af}.plan-price .period{font-size:.9rem;color:#64748b}.plan-features{list-style:none;padding:0;margin:0 0 24px;text-align:left}.plan-features li{display:flex;align-items:center;gap:10px;padding:8px 0;font-size:.85rem;color:#475569}.plan-features li.included{color:#059669}.plan-features li.not-included{color:#94a3b8}.check-icon{color:#10a037;flex-shrink:0}.x-icon{color:#cbd5e1;flex-shrink:0}.plan-btn{width:100%;padding:14px;border:2px solid;background:#fff;border-radius:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s}.plan-btn:hover{background:#f8fafc;transform:translateY(-2px)}.plan-btn.popular-btn{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none}.plan-btn.popular-btn:hover{box-shadow:0 8px 20px #f9731666}.pricing-footer{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:24px 30px;border-radius:20px;box-shadow:0 4px 15px #0000000d}.guarantee{display:flex;align-items:center;gap:16px}.guarantee svg{color:#10a037}.guarantee h4{margin:0;color:#334155;font-size:1rem}.guarantee p{margin:4px 0 0;font-size:.85rem;color:#64748b}.faq-link a{color:#2563eb;font-weight:600}.selected-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:30px 40px;border-radius:20px;text-align:center;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-content h3{color:#1e40af;font-size:1.5rem;margin:0 0 12px}.modal-content p{color:#64748b;margin:0 0 24px}.modal-actions{display:flex;gap:12px;justify-content:center}.modal-actions .cancel-btn{padding:12px 24px;background:#f1f5f9;border:none;border-radius:10px;color:#64748b;font-weight:600;cursor:pointer}.modal-actions .continue-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border:none;border-radius:10px;font-weight:600;cursor:pointer}@media(max-width:1024px){.pricing-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.pricing-cards{grid-template-columns:1fr}.pricing-card.popular{transform:none}.pricing-card.popular:hover{transform:translateY(-8px)}.pricing-footer{flex-direction:column;gap:20px;text-align:center}}.chat-page{min-height:calc(100vh - 70px);background:#f0f2f5;padding:0}.chat-container{display:flex;height:calc(100vh - 70px);max-width:1400px;margin:0 auto;background:#fff}.sidebar{width:380px;display:flex;flex-direction:column;background:#fff;border-right:1px solid #e4e7ec}.sidebar-header{padding:20px;background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.header-content{display:flex;align-items:center;justify-content:space-between}.sidebar-title{display:flex;align-items:center;gap:12px;font-size:1.5rem;font-weight:700;color:#fff;margin:0}.sidebar-title span{letter-spacing:-.3px}.header-action-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff26;border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .2s}.header-action-btn:hover{background:#ffffff40;transform:scale(1.05)}.search-section{padding:16px 20px 12px}.search-wrapper{display:flex;align-items:center;gap:12px;padding:12px 16px;background:#f3f4f6;border:2px solid transparent;border-radius:12px;transition:all .25s}.search-wrapper:focus-within{background:#fff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-icon{color:#9ca3af;flex-shrink:0}.search-wrapper input{flex:1;border:none;background:transparent;outline:none;font-size:.9rem;color:#1f2937}.search-wrapper input::placeholder{color:#9ca3af}.clear-btn{background:#e5e7eb;border:none;border-radius:50%;width:22px;height:22px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;transition:all .15s}.clear-btn:hover{background:#d1d5db;color:#374151}.filter-section{padding:0 20px 16px}.filter-chips{display:flex;gap:8px}.filter-chip{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#fff;border:1px solid #e4e7ec;border-radius:24px;color:#6b7280;font-size:.82rem;font-weight:500;cursor:pointer;transition:all .2s}.filter-chip:hover{background:#f9fafb;border-color:#d1d5db}.filter-chip.active{background:#3b82f6;border-color:#3b82f6;color:#fff;box-shadow:0 2px 8px #3b82f64d}.chip-count{background:#00000014;padding:2px 7px;border-radius:10px;font-size:.72rem;font-weight:600}.filter-chip.active .chip-count{background:#ffffff40}.chat-list{flex:1;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e4e7ec transparent}.chat-list::-webkit-scrollbar{width:5px}.chat-list::-webkit-scrollbar-thumb{background:#e4e7ec;border-radius:3px}.chat-section{padding:8px 12px}.section-header{display:flex;align-items:center;gap:8px;padding:12px 12px 8px;font-size:.72rem;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.muted-section{opacity:.5}.chat-item{display:flex;align-items:center;gap:14px;padding:12px 14px;margin:2px 8px;border-radius:14px;cursor:pointer;transition:all .15s;position:relative}.chat-item:hover{background:#f5f6f8}.chat-item.active{background:#e8f0fe}.chat-item.active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:50%;background:#3b82f6;border-radius:0 3px 3px 0}.avatar-wrapper{position:relative;flex-shrink:0}.avatar{width:52px;height:52px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.95rem;text-transform:uppercase;box-shadow:0 2px 8px #0000001f}.online-indicator{position:absolute;bottom:2px;right:2px;width:13px;height:13px;background:#22c55e;border:2.5px solid #ffffff;border-radius:50%}.type-icon{position:absolute;bottom:0;right:0;background:#fff;border-radius:50%;padding:3px;box-shadow:0 1px 3px #0000001a}.type-icon svg{color:#3b82f6;width:9px;height:9px}.chat-details{flex:1;min-width:0}.chat-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.chat-name{font-weight:600;color:#1f2937;font-size:.92rem;display:flex;align-items:center;gap:6px}.inline-pin{color:#3b82f6}.chat-time{font-size:.7rem;color:#9ca3af}.chat-bottom{display:flex;justify-content:space-between;align-items:center}.last-message{display:flex;align-items:center;gap:6px;color:#6b7280;font-size:.82rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.unread-dot{width:7px;height:7px;background:#3b82f6;border-radius:50%;flex-shrink:0}.unread-count{background:#3b82f6;color:#fff;font-size:.68rem;font-weight:600;padding:2px 7px;border-radius:10px;min-width:18px;text-align:center}.chat-tags{display:flex;gap:5px;margin-top:4px}.tag{font-size:.68rem;padding:2px 7px;border-radius:4px;font-weight:500}.tag.skill{background:#e8f0fe;color:#1d4ed8}.tag.company{background:#fef3c7;color:#b45309}.chat-menu-btn{position:absolute;top:50%;right:12px;transform:translateY(-50%);background:none;border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;color:#9ca3af;cursor:pointer;opacity:0;transition:all .15s}.chat-item:hover .chat-menu-btn{opacity:1}.chat-menu-btn:hover{background:#e5e7eb;color:#6b7280}.chat-item-menu{position:absolute;top:100%;right:8px;margin-top:4px;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001f;padding:6px;min-width:140px;z-index:50;animation:popIn .15s ease}@keyframes popIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.chat-item-menu button{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;background:none;border:none;border-radius:8px;color:#4b5563;font-size:.82rem;cursor:pointer;transition:all .1s}.chat-item-menu button:hover{background:#f3f4f6;color:#3b82f6}.chat-item-menu button.danger:hover{background:#fef2f2;color:#ef4444}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40}.sidebar-footer{padding:14px 20px;border-top:1px solid #e4e7ec;background:#fafbfc}.new-chat-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:12px;font-size:.92rem;font-weight:600;cursor:pointer;transition:all .2s}.new-chat-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #3b82f659}.chat-area{flex:1;display:flex;flex-direction:column;background:#fff}.chat-header{display:flex;align-items:center;padding:16px 24px;background:#fff;border-bottom:1px solid #e4e7ec;gap:16px}.back-btn{display:none;background:none;border:none;cursor:pointer;color:#3b82f6;padding:8px;border-radius:8px}.back-btn:hover{background:#eff6ff}.user-info{display:flex;align-items:center;gap:14px;flex:1}.user-info .avatar{width:44px;height:44px;border-radius:50%;font-size:.9rem}.user-details h3{margin:0 0 3px;font-size:1rem;font-weight:600;color:#1f2937}.user-details .status{display:flex;align-items:center;gap:6px;font-size:.78rem;color:#6b7280}.chat-header .header-actions{display:flex;gap:4px}.chat-header .action-btn{background:none;border:none;cursor:pointer;color:#6b7280;padding:10px;border-radius:10px;transition:all .15s}.chat-header .action-btn:hover{background:#f3f4f6;color:#3b82f6}.chat-toolbar{display:flex;align-items:center;padding:10px 24px;background:#fafbfc;border-bottom:1px solid #e4e7ec;min-height:50px}.toolbar-btn{background:none;border:none;cursor:pointer;color:#6b7280;padding:8px;border-radius:8px;transition:all .15s}.toolbar-btn:hover,.toolbar-btn.active{background:#e5e7eb;color:#3b82f6}.message-search-box{flex:1;display:flex;align-items:center;gap:10px;background:#fff;padding:8px 14px;border-radius:10px;border:1px solid #e4e7ec;margin-left:14px;animation:slideIn .15s ease}@keyframes slideIn{0%{opacity:0;transform:translate(-8px)}to{opacity:1;transform:translate(0)}}.message-search-box svg{color:#9ca3af}.message-search-box input{flex:1;border:none;background:transparent;outline:none;font-size:.85rem}.message-search-box .search-count{font-size:.7rem;color:#3b82f6;background:#eff6ff;padding:2px 8px;border-radius:6px;font-weight:600}.message-search-box button{background:none;border:none;cursor:pointer;color:#9ca3af;padding:2px}.messages-area{flex:1;padding:24px;overflow-y:auto;background:#f0f2f5;display:flex;flex-direction:column;gap:2px}.date-divider{display:flex;justify-content:center;margin:20px 0}.date-divider span{background:#fff;padding:5px 14px;border-radius:16px;font-size:.72rem;color:#6b7280;font-weight:600;box-shadow:0 1px 3px #00000014}.message{display:flex;max-width:65%;animation:msgIn .2s ease}@keyframes msgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.message.user{align-self:flex-end}.message.other{align-self:flex-start}.message.highlighted .message-bubble{background:#fef9c3!important;box-shadow:0 0 0 2px #facc15}.message-content{position:relative}.message.user .message-content{align-items:flex-end}.message.other .message-content{align-items:flex-start}.reply-preview{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#00000008;border-left:3px solid #3b82f6;border-radius:8px;margin-bottom:6px;font-size:.8rem;color:#6b7280;max-width:100%}.message.user .reply-preview{background:#ffffff1a;border-left-color:#fff6;color:#fffc}.message-bubble{padding:10px 14px;border-radius:18px;position:relative;box-shadow:0 1px 2px #0000000d}.message.user .message-bubble{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-bottom-right-radius:6px}.message.other .message-bubble{background:#fff;color:#1f2937;border-bottom-left-radius:6px;box-shadow:0 1px 2px #0000000f}.message-bubble p{margin:0;font-size:.92rem;line-height:1.5}.message-info{display:flex;align-items:center;justify-content:flex-end;gap:4px;margin-top:4px}.message.user .message-info{color:#ffffffb3}.message.other .message-info{color:#9ca3af}.message-info .time{font-size:.65rem}.status-icon{display:flex;align-items:center}.status-icon.read{color:#34d399}.message-attachments{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.attachment-preview{display:flex;align-items:center;gap:10px;padding:8px 12px;background:#ffffff1a;border-radius:8px;font-size:.8rem}.message.other .attachment-preview{background:#f3f4f6}.attachment-preview span{flex:1}.attachment-preview small{opacity:.7}.message-reactions{display:flex;gap:4px;margin-top:4px}.reaction{background:#fff;padding:2px 8px;border-radius:12px;font-size:.78rem;box-shadow:0 1px 3px #0000001a;display:flex;align-items:center;gap:2px;cursor:pointer}.message-actions{display:none;gap:2px;margin-top:4px}.message:hover .message-actions{display:flex}.message.user .message-actions{justify-content:flex-end}.msg-action-btn{background:none;border:none;cursor:pointer;color:#9ca3af;padding:5px;border-radius:50%;transition:all .15s}.msg-action-btn:hover{background:#f3f4f6}.message.user .msg-action-btn:hover{background:#fff3;color:#fff}.reaction-picker{position:absolute;background:#fff;padding:6px 10px;border-radius:24px;box-shadow:0 4px 15px #0000001f;display:flex;gap:4px;z-index:20;animation:popIn .15s ease}.message.user .reaction-picker{right:0;top:-45px}.message.other .reaction-picker{left:0;top:-45px}.reaction-picker button{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:4px;border-radius:50%;transition:transform .15s}.reaction-picker button:hover{background:#f3f4f6;transform:scale(1.2)}.message-menu{position:absolute;background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001f;padding:6px;z-index:20;min-width:130px;animation:popIn .15s ease}.message.user .message-menu{right:0;top:-5px}.message.other .message-menu{left:0;top:-5px}.message-menu button{width:100%;display:flex;align-items:center;gap:10px;padding:10px 12px;background:none;border:none;color:#4b5563;font-size:.82rem;cursor:pointer;border-radius:8px;transition:all .1s}.message-menu button:hover{background:#f3f4f6;color:#3b82f6}.message-menu button.delete-btn:hover{background:#fef2f2;color:#ef4444}.typing-indicator{display:flex;align-items:center;gap:10px;margin-top:8px}.typing-avatar{width:32px;height:32px;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.typing-bubble{background:#fff;padding:12px 16px;border-radius:16px 16px 16px 4px;display:flex;gap:4px;box-shadow:0 1px 2px #0000000f}.typing-bubble span{width:7px;height:7px;background:#9ca3af;border-radius:50%;animation:typingAnim 1.4s infinite}.typing-bubble span:nth-child(2){animation-delay:.2s}.typing-bubble span:nth-child(3){animation-delay:.4s}@keyframes typingAnim{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.typing-text{font-size:.75rem;color:#6b7280;font-weight:500}.quick-replies{display:flex;gap:8px;padding:10px 24px;background:#fafbfc;border-top:1px solid #e4e7ec;overflow-x:auto;scrollbar-width:none}.quick-replies::-webkit-scrollbar{display:none}.quick-replies button{background:#fff;border:1px solid #e4e7ec;padding:8px 14px;border-radius:20px;font-size:.8rem;color:#4b5563;cursor:pointer;white-space:nowrap;transition:all .15s}.quick-replies button:hover{background:#3b82f6;border-color:#3b82f6;color:#fff;transform:translateY(-2px)}.replying-to{display:flex;align-items:center;gap:10px;padding:10px 24px;background:#eff6ff;border-top:1px solid #dbeafe;font-size:.82rem;color:#3b82f6}.replying-to svg:first-child{transform:rotate(180deg)}.replying-to span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.replying-to button{background:none;border:none;cursor:pointer;color:#3b82f6;padding:4px}.replying-to button:hover{color:#1d4ed8}.attachments-preview{display:flex;gap:8px;padding:10px 24px;background:#fafbfc;border-top:1px solid #e4e7ec;flex-wrap:wrap}.attachment-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e4e7ec;border-radius:10px;font-size:.8rem}.attachment-item svg{color:#3b82f6}.attachment-item button{background:none;border:none;cursor:pointer;color:#9ca3af;padding:2px}.attachment-item button:hover{color:#ef4444}.message-input{display:flex;align-items:center;gap:12px;padding:16px 24px;background:#fff;border-top:1px solid #e4e7ec}.input-actions{display:flex;gap:4px}.attach-wrapper{position:relative}.attach-btn{background:none;border:none;cursor:pointer;color:#6b7280;padding:10px;border-radius:10px;transition:all .15s}.attach-btn:hover{background:#f3f4f6;color:#3b82f6}.attach-menu{position:absolute;bottom:100%;left:0;background:#fff;border-radius:14px;box-shadow:0 8px 25px #0000001f;padding:8px;margin-bottom:10px;z-index:30;min-width:150px;animation:slideUp .15s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.attach-menu button{width:100%;display:flex;align-items:center;gap:12px;padding:12px 14px;background:none;border:none;color:#4b5563;font-size:.85rem;cursor:pointer;border-radius:10px;transition:all .1s}.attach-menu button:hover{background:#f3f4f6;color:#3b82f6}.input-field{flex:1;display:flex;align-items:center;background:#f5f6f8;border-radius:24px;padding:4px 4px 4px 18px;border:2px solid transparent;transition:all .2s}.input-field:focus-within{border-color:#3b82f6;background:#fff;box-shadow:0 0 0 3px #3b82f61a}.input-field input{flex:1;border:none;background:transparent;outline:none;font-size:.9rem;color:#1f2937}.input-field input::placeholder{color:#9ca3af}.emoji-btn{background:none;border:none;cursor:pointer;color:#9ca3af;padding:8px;border-radius:50%;transition:all .15s}.emoji-btn:hover{color:#fbbf24}.send-btn{width:46px;height:46px;border-radius:50%;border:none;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.send-btn:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 12px #3b82f666}.send-btn:disabled{background:#e5e7eb;cursor:not-allowed}.send-btn:disabled svg{color:#9ca3af}.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#f0f2f5,#fff)}.empty-icon{width:120px;height:120px;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#3b82f6}.empty-state h3{margin:0 0 10px;font-size:1.5rem;color:#1f2937;font-weight:700}.empty-state p{margin:0 0 24px;font-size:1rem;color:#6b7280}.settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center;animation:fadeIn .2s ease}.settings-panel{width:450px;max-width:90vw;max-height:85vh;background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000040;overflow:hidden;display:flex;flex-direction:column;animation:slideUp .3s ease}.settings-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.settings-header h2{margin:0;font-size:1.25rem;font-weight:600}.close-settings{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff3;border:none;border-radius:10px;color:#fff;cursor:pointer;transition:all .2s}.close-settings:hover{background:#ffffff4d;transform:scale(1.05)}.settings-content{flex:1;overflow-y:auto;padding:8px 0}.settings-section{padding:16px 24px;border-bottom:1px solid #f3f4f6}.settings-section:last-child{border-bottom:none}.settings-section h3{font-size:.75rem;font-weight:600;color:#3b82f6;text-transform:uppercase;letter-spacing:.5px;margin:0 0 12px}.setting-item{display:flex;align-items:center;justify-content:space-between;padding:12px 0}.setting-item+.setting-item{border-top:1px solid #f9fafb}.setting-info{display:flex;flex-direction:column;gap:2px}.setting-label{font-size:.95rem;font-weight:500;color:#111827}.setting-desc{font-size:.8rem;color:#9ca3af}.setting-item.clickable{cursor:pointer;padding:14px 12px;margin:0 -12px;border-radius:10px;transition:background .2s}.setting-item.clickable:hover{background:#f9fafb}.setting-item.clickable.danger .setting-label{color:#ef4444}.setting-item.clickable.danger .setting-desc{color:#fca5a5}.setting-item.clickable svg{color:#9ca3af}.toggle-switch{position:relative;width:48px;height:26px}.toggle-switch input{opacity:0;width:0;height:0}.toggle-switch input:checked+.toggle-slider{background:#3b82f6}.toggle-switch input:checked+.toggle-slider:before{transform:translate(22px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.new-chat-modal .settings-header{background:linear-gradient(135deg,#10b981,#059669)}.new-chat-search{display:flex;align-items:center;gap:12px;margin:16px 24px;padding:12px 16px;background:#f3f4f6;border-radius:12px;color:#9ca3af}.new-chat-search input{flex:1;border:none;background:transparent;font-size:.95rem;outline:none}.new-chat-search:focus-within{background:#fff;box-shadow:0 0 0 2px #10b981}.new-chat-section{padding:12px 24px}.new-chat-section h3{font-size:.75rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.new-chat-contact{display:flex;align-items:center;gap:12px;padding:10px 12px;margin:0 -12px;border-radius:10px;cursor:pointer;transition:background .2s}.new-chat-contact:hover{background:#f3f4f6}.new-chat-contact .avatar{width:42px;height:42px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.85rem}.contact-info{display:flex;flex-direction:column}.contact-name{font-weight:500;color:#111827}.contact-role{font-size:.8rem;color:#9ca3af}.quick-actions{display:flex;gap:8px}.quick-actions button{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;background:#f3f4f6;border:none;border-radius:10px;font-size:.85rem;font-weight:500;color:#374151;cursor:pointer;transition:all .2s}.quick-actions button:hover{background:#10b981;color:#fff}.start-chat-btn{display:flex;align-items:center;gap:8px;margin-top:20px;padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff;border:none;border-radius:12px;font-weight:500;cursor:pointer;transition:transform .2s}.start-chat-btn:hover{transform:scale(1.02)}@media(max-width:900px){.sidebar{position:absolute;width:100%;z-index:10;height:100%}.sidebar:not(.show){display:none}.chat-area:not(.show){display:none}.back-btn{display:block}.message{max-width:85%}}@media(max-width:600px){.sidebar{width:100%}.chat-header{padding:12px 16px}.message-input{padding:12px 16px;gap:8px}.messages-area{padding:16px}}@media(max-width:768px){.chat-page{min-height:calc(100vh - 60px)}.chat-container{height:calc(100vh - 60px)}.sidebar{width:100%;position:absolute;z-index:20;height:100%}.sidebar-header{padding:16px}.sidebar-title{font-size:1.25rem}.header-action-btn{width:36px;height:36px}.search-section{padding:12px 16px 8px}.filter-section{padding:8px 16px}.filter-chips{gap:8px}.filter-chip{padding:8px 12px;font-size:.8rem}.filter-chip span:first-of-type:not(.chip-count){display:none}.filter-chip .chip-count{margin-left:0}.chat-list{flex:1;overflow-y:auto}.sidebar-footer{padding:12px 16px}.new-chat-btn{padding:12px 16px;font-size:.9rem}.chat-area{width:100%;position:absolute;z-index:10}.chat-area:not(.show){display:none}.back-btn{display:flex;width:36px;height:36px;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:10px}.chat-header{padding:12px 16px;gap:12px}.user-info{flex:1}.user-info .avatar{width:40px;height:40px;font-size:.9rem}.user-details h3{font-size:1rem}.header-actions{gap:4px}.action-btn{width:36px;height:36px}.chat-toolbar{padding:8px 16px}.message-search-box{width:100%;margin-top:8px}.messages-area{padding:16px;flex:1}.message{max-width:90%}.message-bubble{padding:10px 14px}.message-content p{font-size:.9rem}.quick-replies{padding:8px 16px;gap:6px;overflow-x:auto}.quick-replies button{padding:8px 14px;font-size:.8rem;white-space:nowrap}.message-input{padding:12px 16px;gap:8px}.input-actions{gap:4px}.attach-btn,.emoji-btn{width:36px;height:36px}.input-field{flex:1}.input-field input{padding:10px 14px;font-size:.95rem}.send-btn{width:44px;height:44px}.settings-panel{width:100%;max-width:100vw;max-height:100vh;border-radius:0}.settings-header{padding:16px 20px}.settings-header h2{font-size:1.1rem}.settings-content{padding:8px 0}.settings-section{padding:12px 16px}.setting-item{padding:10px 0}.setting-label{font-size:.9rem}.setting-desc{font-size:.75rem}.new-chat-modal .settings-header{padding:16px 20px}.new-chat-search{margin:12px 16px;padding:10px 14px}.new-chat-section{padding:8px 16px}.quick-actions{flex-direction:column}.empty-state{padding:40px 20px}.empty-icon{width:80px;height:80px}.empty-icon svg{width:40px;height:40px}}@media(max-width:480px){.chat-page{min-height:calc(100vh - 56px)}.chat-container{height:calc(100vh - 56px)}.sidebar-header{padding:12px}.sidebar-title span{display:none}.sidebar-title svg{width:24px;height:24px}.header-action-btn{width:32px;height:32px;border-radius:8px}.search-wrapper{padding:10px 12px}.chat-item{padding:12px;gap:10px}.avatar{width:42px;height:42px;font-size:.8rem}.chat-name{font-size:.9rem}.last-message{font-size:.8rem}.chat-time{font-size:.7rem}.user-info .avatar{width:36px;height:36px}.message{max-width:92%}.message-bubble{padding:8px 12px}.message-content p{font-size:.85rem}.message-info{gap:4px}.message-info .time{font-size:.65rem}.message-actions{opacity:1}}.auto-reply-section-page{min-height:calc(100vh - 70px);background:linear-gradient(135deg,#f0f4ff,#fafbff);padding:0}.auto-reply-section-container{max-width:1200px;margin:0 auto;padding:24px}.section-header{display:flex;align-items:center;justify-content:space-between;padding:24px 32px;background:linear-gradient(135deg,#3b82f6,#6366f1,#8b5cf6);border-radius:24px;margin-bottom:32px;color:#fff;box-shadow:0 20px 40px #6366f14d}.header-main{display:flex;align-items:center;gap:20px}.header-content h1{margin:0 0 6px;font-size:1.75rem;font-weight:700}.header-content p{margin:0;opacity:.9;font-size:.95rem}.header-controls{display:flex;align-items:center;gap:24px}.system-status{display:flex;align-items:center;gap:10px;padding:10px 18px;background:#ffffff26;border-radius:50px;font-weight:500;font-size:.9rem}.status-indicator{width:10px;height:10px;background:#ef4444;border-radius:50%;animation:pulse 2s infinite}.status-indicator.active{background:#22c55e;box-shadow:0 0 12px #22c55e}.view-toggle{display:flex;background:#ffffff26;border-radius:14px;padding:6px;gap:4px}.view-toggle button{display:flex;align-items:center;gap:8px;padding:10px 18px;background:transparent;border:none;border-radius:10px;color:#ffffffb3;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s}.view-toggle button:hover{background:#ffffff1a;color:#fff}.view-toggle button.active{background:#fff;color:#3b82f6}.demo-controls{display:flex;flex-direction:column;gap:24px}.template-selector{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px #0000000d}.template-selector h3{display:flex;align-items:center;gap:10px;margin:0 0 20px;color:#1e293b;font-size:1.1rem}.template-selector h3 svg{color:#3b82f6}.template-tabs{display:flex;gap:12px;flex-wrap:wrap}.template-tab{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#f8fafc;border:2px solid transparent;border-radius:14px;color:#64748b;font-weight:500;cursor:pointer;transition:all .2s}.template-tab:hover{background:#f1f5f9;color:#1e293b}.template-tab.active{background:#fff;border-color:var(--tab-color);color:var(--tab-color);box-shadow:0 4px 12px #00000014}.template-tab svg{flex-shrink:0}.disabled-badge{font-size:.65rem;padding:2px 6px;background:#fee2e2;color:#ef4444;border-radius:4px}.demo-preview{display:grid;grid-template-columns:1.5fr 1fr;gap:24px}.preview-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 30px #00000014}.preview-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;color:#fff}.preview-title{display:flex;align-items:center;gap:14px}.preview-title h3{margin:0;font-size:1.2rem;font-weight:600}.header-actions{display:flex;gap:8px}.icon-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff3;border:none;border-radius:10px;color:#fff;cursor:pointer;transition:all .2s}.icon-btn:hover{background:#ffffff4d;transform:scale(1.05)}.preview-body{padding:24px;min-height:320px;background:#f8fafc}.message-flow{display:flex;flex-direction:column;gap:16px}.empty-demo{display:flex;flex-direction:column;align-items:center;justify-content:center;height:280px;color:#94a3b8}.empty-demo .bot-icon{color:#c7d2fe;margin-bottom:16px}.empty-demo h4{margin:0 0 8px;color:#64748b}.empty-demo p{margin:0;font-size:.9rem}.message-bubble{display:flex;gap:14px;padding:16px 20px;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a;animation:slideIn .4s ease forwards}.message-icon{width:36px;height:36px;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:10px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.message-content{flex:1}.message-content p{margin:0 0 6px;color:#334155;line-height:1.6}.message-time{font-size:.75rem;color:#94a3b8}.typing-status{display:flex;align-items:center;gap:12px;padding:14px 18px;background:#fff;border-radius:14px;color:#64748b;font-size:.85rem}.typing-dots{display:flex;gap:4px}.typing-dots span{width:8px;height:8px;background:#3b82f6;border-radius:50%;animation:bounce 1.4s infinite}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-8px)}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.preview-footer{padding:20px 24px;border-top:1px solid #f1f5f9}.preview-stats{display:flex;justify-content:center;gap:40px;margin-bottom:20px}.stat{display:flex;flex-direction:column;align-items:center}.stat .value{font-size:1.4rem;font-weight:700;color:#1e293b}.stat .label{font-size:.75rem;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.preview-actions{display:flex;justify-content:center;gap:12px}.start-btn{display:flex;align-items:center;gap:10px;padding:14px 32px;border:none;border-radius:14px;color:#fff;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s}.start-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 20px #0003}.start-btn:disabled{opacity:.8;cursor:not-allowed}.start-btn.running{animation:pulse 2s infinite}.reset-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:12px;color:#64748b;cursor:pointer;transition:all .2s}.reset-btn:hover{background:#e2e8f0;color:#1e293b}.spin{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.side-cards{display:flex;flex-direction:column;gap:16px}.quick-stats,.keyword-preview{background:#fff;border-radius:16px;padding:20px;box-shadow:0 4px 20px #0000000d}.quick-stats h3,.keyword-preview h3{display:flex;align-items:center;gap:10px;margin:0 0 16px;color:#1e293b;font-size:.95rem}.quick-stats h3 svg,.keyword-preview h3 svg{color:#3b82f6}.stat-rows{display:flex;flex-direction:column;gap:12px}.stat-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #f1f5f9}.stat-row:last-child{border-bottom:none}.stat-row span{color:#64748b;font-size:.9rem}.stat-row strong{color:#1e293b;font-weight:600}.keyword-tags{display:flex;flex-wrap:wrap;gap:8px}.keyword-tag{padding:6px 14px;background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#3b82f6;border-radius:20px;font-size:.8rem;font-weight:500}.keyword-tag.disabled{background:#f1f5f9;color:#94a3b8}.overall-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:32px}.stat-card{display:flex;align-items:center;gap:16px;padding:24px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d}.stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff}.stat-icon.blue{background:linear-gradient(135deg,#3b82f6,#6366f1)}.stat-icon.green{background:linear-gradient(135deg,#10a037,#059669)}.stat-icon.purple{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.stat-icon.orange{background:linear-gradient(135deg,#f97316,#ea580c)}.stat-info{display:flex;flex-direction:column}.stat-number{font-size:1.6rem;font-weight:700;color:#1e293b}.stat-label{font-size:.8rem;color:#64748b}.manage-view{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px #0000000d}.manage-header{display:flex;align-items:center;gap:16px;margin-bottom:24px}.manage-search{display:flex;align-items:center;gap:12px;flex:1;padding:12px 18px;background:#f8fafc;border-radius:12px;color:#94a3b8}.manage-search input{flex:1;border:none;background:transparent;font-size:.95rem;outline:none}.manage-search:focus-within{background:#f1f5f9}.manage-filters select{padding:12px 18px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;color:#64748b;font-size:.9rem;cursor:pointer}.add-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;border:none;border-radius:12px;font-weight:500;cursor:pointer;transition:all .2s}.add-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px #3b82f64d}.templates-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.template-card{background:#f8fafc;border-radius:16px;overflow:hidden;transition:all .3s}.template-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #0000001a}.template-card.disabled{opacity:.6}.card-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;color:#fff}.card-icon{width:40px;height:40px;background:#fff3;border-radius:10px;display:flex;align-items:center;justify-content:center}.toggle-btn{width:36px;height:36px;background:#fff3;border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.toggle-btn:hover{background:#ffffff4d}.card-body{padding:20px}.card-body h4{margin:0 0 4px;color:#1e293b;font-size:1.05rem}.card-body .category{margin:0 0 16px;font-size:.8rem;color:#94a3b8;text-transform:capitalize}.card-stats{display:flex;gap:16px;margin-bottom:16px}.mini-stat{display:flex;flex-direction:column;align-items:center}.mini-stat span{font-size:1rem;font-weight:600;color:#1e293b}.mini-stat small{font-size:.7rem;color:#94a3b8}.message-preview{padding:12px;background:#fff;border-radius:10px;margin-bottom:16px}.message-preview p{margin:0;font-size:.8rem;color:#64748b;line-height:1.5}.message-preview p+p{margin-top:6px}.card-actions{display:flex;gap:8px;padding:0 20px 20px}.action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:6px;padding:10px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;color:#64748b;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.action-btn:hover{background:#f1f5f9;color:#1e293b}.action-btn.danger:hover{background:#fee2e2;border-color:#fca5a5;color:#ef4444}.custom-templates{margin-top:32px;padding-top:24px;border-top:1px solid #f1f5f9}.custom-templates h3{display:flex;align-items:center;gap:10px;margin:0 0 16px;color:#1e293b}.custom-templates h3 svg{color:#7c3aed}.custom-list{display:flex;flex-direction:column;gap:12px}.custom-item{display:flex;align-items:center;gap:16px;padding:16px;background:#f8fafc;border-radius:12px}.custom-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#fff}.custom-info{flex:1}.custom-info h4{margin:0 0 4px;color:#1e293b;font-size:.95rem}.custom-info span{font-size:.8rem;color:#94a3b8}.settings-view{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 20px #0000000d}.settings-tabs{display:flex;gap:8px;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #f1f5f9}.settings-tab{display:flex;align-items:center;gap:8px;padding:12px 20px;background:transparent;border:none;border-radius:10px;color:#64748b;font-weight:500;cursor:pointer;transition:all .2s}.settings-tab:hover{background:#f1f5f9;color:#1e293b}.settings-tab.active{background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff}.settings-panel{display:flex;flex-direction:column;gap:24px}.setting-group h3{margin:0 0 16px;color:#1e293b;font-size:1rem}.setting-row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;border-bottom:1px solid #f1f5f9}.setting-info{display:flex;flex-direction:column}.setting-label{font-weight:500;color:#1e293b}.setting-desc{font-size:.8rem;color:#94a3b8}.toggle-switch{display:flex;align-items:center;background:none;border:none;color:#d1d5db;cursor:pointer;transition:color .2s}.toggle-switch.on{color:#3b82f6}.setting-input{padding:10px 16px;border:1px solid #e2e8f0;border-radius:10px;width:120px;text-align:center;font-size:.95rem}.setting-input.small{width:80px}.save-settings-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px 28px;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .2s;margin-top:8px}.save-settings-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #3b82f64d}.keyword-header,.schedule-header{margin-bottom:20px}.keyword-header h3,.schedule-header h3{display:flex;align-items:center;gap:10px;margin:0 0 8px;color:#1e293b}.keyword-header p,.schedule-header p{margin:0;color:#64748b;font-size:.9rem}.keyword-list{display:flex;flex-direction:column;gap:12px}.keyword-row{display:flex;align-items:center;gap:12px;padding:16px;background:#f8fafc;border-radius:12px}.keyword-toggle{background:none;border:none;color:#d1d5db;cursor:pointer}.keyword-toggle.on{color:#3b82f6}.keyword-inputs{flex:1;display:flex;gap:12px}.keyword-inputs input{flex:1;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem}.keyword-inputs input:first-child{flex:.4;font-weight:500}.keyword-copy,.keyword-delete{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:8px;color:#64748b;cursor:pointer;transition:all .2s}.keyword-copy:hover{background:#dbeafe;border-color:#93c5fd;color:#3b82f6}.keyword-delete:hover{background:#fee2e2;border-color:#fca5a5;color:#ef4444}.add-keyword-btn{display:flex;align-items:center;justify-content:center;gap:10px;padding:14px;background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:12px;color:#64748b;font-weight:500;cursor:pointer;transition:all .2s}.add-keyword-btn:hover{background:#e2e8f0;border-color:#94a3b8;color:#1e293b}.schedule-grid{display:flex;flex-direction:column;gap:16px}.schedule-row{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid #f1f5f9}.schedule-label{font-weight:500;color:#1e293b}.schedule-row input,.schedule-row select{padding:10px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:.9rem}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;display:flex;align-items:center;justify-content:center}.edit-modal{width:560px;max-width:90vw;max-height:85vh;background:#fff;border-radius:20px;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;background:linear-gradient(135deg,#3b82f6,#6366f1);color:#fff}.modal-header h2{display:flex;align-items:center;gap:12px;margin:0;font-size:1.15rem}.close-modal{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#fff3;border:none;border-radius:10px;color:#fff;cursor:pointer}.modal-body{padding:24px;max-height:50vh;overflow-y:auto}.modal-field{margin-bottom:20px}.modal-field label{display:block;margin-bottom:8px;font-weight:500;color:#1e293b}.modal-field input,.modal-field select,.modal-field textarea{width:100%;padding:12px 16px;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem}.modal-field textarea{resize:vertical}.message-editor{display:flex;flex-direction:column;gap:12px}.message-row{display:flex;align-items:flex-start;gap:12px}.message-number{width:28px;height:28px;background:linear-gradient(135deg,#3b82f6,#6366f1);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:.8rem;font-weight:600;flex-shrink:0}.message-row textarea{flex:1}.copy-msg{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#f1f5f9;border:none;border-radius:8px;color:#64748b;cursor:pointer;flex-shrink:0}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px 24px;border-top:1px solid #f1f5f9}.cancel-btn{padding:12px 24px;background:#f1f5f9;border:none;border-radius:10px;color:#64748b;font-weight:500;cursor:pointer}.save-btn{display:flex;align-items:center;gap:8px;padding:12px 24px;background:linear-gradient(135deg,#3b82f6,#6366f1);border:none;border-radius:10px;color:#fff;font-weight:500;cursor:pointer}@media(max-width:1024px){.demo-preview{grid-template-columns:1fr}.overall-stats,.templates-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.section-header{flex-direction:column;gap:20px;text-align:center}.header-controls{flex-direction:column;width:100%}.view-toggle{width:100%;justify-content:center}.view-toggle button{flex:1;justify-content:center}.template-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.template-tab{white-space:nowrap}.overall-stats,.templates-grid{grid-template-columns:1fr}.manage-header{flex-direction:column}.manage-search,.manage-filters,.add-btn{width:100%}.keyword-inputs{flex-direction:column}}@media(max-width:768px){.auto-reply-section-page{padding:0}.auto-reply-section-container{padding:16px}.section-header{flex-direction:column;padding:24px 20px;border-radius:20px;gap:20px;text-align:center}.header-main{flex-direction:column}.header-icon{width:64px;height:64px}.header-icon svg{width:32px;height:32px}.header-content h1{font-size:1.5rem}.header-content p{font-size:.9rem}.header-controls{flex-direction:column;gap:12px;width:100%}.system-status{justify-content:center;padding:8px 16px}.view-toggle{width:100%;justify-content:center}.view-toggle button{flex:1;justify-content:center;padding:10px 12px;font-size:.85rem}.template-selector{padding:20px;border-radius:16px}.template-selector h3{font-size:1rem;margin-bottom:16px}.template-tabs{gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.template-tab{padding:10px 16px;font-size:.85rem;border-radius:12px}.demo-preview{grid-template-columns:1fr}.preview-card{border-radius:16px}.preview-header{padding:16px 20px}.preview-title h3{font-size:1rem}.preview-body{padding:16px;min-height:250px}.message-bubble{padding:12px 16px;border-radius:14px}.message-content p{font-size:.9rem}.preview-footer{padding:16px}.preview-stats{gap:24px}.preview-actions{flex-direction:column;gap:10px}.start-btn{width:100%;padding:12px 24px}.side-cards{flex-direction:row;gap:12px}.quick-stats,.keyword-preview{flex:1;padding:16px;border-radius:14px}.overall-stats{grid-template-columns:repeat(2,1fr);gap:12px;margin-top:24px}.stat-card{padding:16px;border-radius:14px;gap:12px}.stat-icon{width:44px;height:44px;border-radius:12px}.stat-icon svg{width:22px;height:22px}.stat-number{font-size:1.25rem}.stat-label{font-size:.7rem}.settings-view{padding:20px;border-radius:16px}.settings-tabs{gap:6px;padding-bottom:12px}.settings-tab{padding:10px 14px;font-size:.85rem;border-radius:10px}.settings-panel{gap:16px}.setting-group{padding:16px;border-radius:12px}.setting-group h3{font-size:.95rem;margin-bottom:12px}.setting-row{padding:12px 0}.setting-label{font-size:.9rem}.setting-desc{font-size:.75rem}.manage-view{padding:20px;border-radius:16px}.manage-header{flex-direction:column;gap:12px;margin-bottom:20px}.manage-search{padding:10px 14px}.manage-filters select{width:100%;padding:10px 14px}.add-btn{width:100%;justify-content:center;padding:10px 20px}.templates-grid{grid-template-columns:1fr;gap:16px}.template-card{border-radius:14px}.card-header{padding:14px 16px}.card-body{padding:16px}.card-stats{gap:12px}.card-actions{padding:0 16px 16px}.edit-modal{width:100%;max-width:100vw;max-height:100vh;border-radius:0;margin:0}.modal-header{padding:16px 20px}.modal-header h2{font-size:1.1rem}.modal-body{padding:16px;max-height:60vh}.modal-field{margin-bottom:16px}.modal-field label{font-size:.9rem;margin-bottom:6px}.modal-field input,.modal-field select,.modal-field textarea{padding:10px 14px;font-size:.95rem}.modal-footer{padding:16px;gap:10px}.cancel-btn,.save-btn{flex:1;padding:12px 20px}}@media(max-width:480px){.auto-reply-section-container{padding:12px}.section-header{padding:20px 16px;border-radius:16px}.header-icon{width:56px;height:56px}.header-content h1{font-size:1.25rem}.view-toggle button{padding:8px 10px;font-size:.8rem}.view-toggle button span:not(.view-toggle svg){display:none}.template-tabs{gap:6px}.template-tab{padding:8px 12px;font-size:.8rem}.template-tab span:first-of-type{display:none}.side-cards{flex-direction:column}.overall-stats{grid-template-columns:1fr}.stat-card{flex-direction:row;gap:16px}.settings-tab{padding:8px 12px;font-size:.8rem}}.hr-dashboard-page{min-height:calc(100vh - 70px);background:linear-gradient(135deg,#f0f9ff,#e0f2fe);padding:30px 20px}.hr-dashboard-container{max-width:1400px;margin:0 auto}.hr-dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:30px;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:20px;color:#fff}.header-left{display:flex;align-items:center;gap:20px}.header-icon{width:70px;height:70px;background:#fff3;border-radius:16px;display:flex;align-items:center;justify-content:center}.hr-dashboard-header h1{margin:0 0 8px;font-size:1.8rem}.hr-dashboard-header p{margin:0;opacity:.9}.kpi-cards{display:flex;gap:16px}.kpi-card{background:#fff3;padding:16px 24px;border-radius:12px;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.kpi-value{display:block;font-size:1.5rem;font-weight:700}.kpi-label{font-size:.85rem;opacity:.9}.hr-tabs{display:flex;gap:12px;margin-bottom:30px}.hr-tabs .tab{display:flex;align-items:center;gap:8px;padding:14px 24px;background:#fff;border:none;border-radius:12px;font-weight:600;color:#64748b;cursor:pointer;transition:all .3s}.hr-tabs .tab:hover{background:#f1f5f9}.hr-tabs .tab.active{background:linear-gradient(135deg,#0ea5e9,#0284c7);color:#fff}.hr-stats-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:20px;margin-bottom:30px}.hr-stat-card{background:#fff;padding:24px;border-radius:16px;display:flex;align-items:center;gap:16px;box-shadow:0 4px 15px #0000000d}.hr-stat-card .stat-icon{width:56px;height:56px;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff}.hr-stat-card .stat-content{display:flex;flex-direction:column}.hr-stat-card .stat-value{font-size:1.5rem;font-weight:700;color:#1e293b}.hr-stat-card .stat-label{font-size:.85rem;color:#64748b}.hr-dashboard-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.hr-card{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 15px #0000000d}.hr-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.hr-card-header h3{display:flex;align-items:center;gap:10px;margin:0;font-size:1.1rem;color:#1e293b}.view-all-btn{padding:8px 16px;background:#f0f9ff;border:none;border-radius:8px;color:#0284c7;font-weight:600;cursor:pointer;font-size:.85rem}.applications-list{display:flex;flex-direction:column;gap:12px}.application-item{display:flex;justify-content:space-between;align-items:center;padding:16px;background:#f8fafc;border-radius:12px;transition:all .2s}.application-item:hover{background:#f1f5f9}.app-info{display:flex;flex-direction:column}.app-name{font-weight:600;color:#1e293b}.app-position{font-size:.85rem;color:#64748b}.app-meta{display:flex;align-items:center;gap:12px}.app-status{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:capitalize}.app-status.shortlisted{background:#dcfce7;color:#166534}.app-status.pending{background:#fef3c7;color:#92400e}.app-status.interview{background:#dbeafe;color:#1e40af}.app-status.rejected{background:#fee2e2;color:#991b1b}.app-score{font-weight:700;color:#0284c7;font-size:.9rem}.interviews-list{display:flex;flex-direction:column;gap:12px}.interview-item{display:flex;align-items:center;gap:16px;padding:14px;background:#f8fafc;border-radius:12px}.interview-time{padding:8px 12px;background:#dbeafe;border-radius:8px;font-weight:600;color:#1e40af;font-size:.85rem;min-width:90px;text-align:center}.interview-info{display:flex;flex-direction:column;flex:1}.interview-candidate{font-weight:600;color:#1e293b}.interview-position{font-size:.85rem;color:#64748b}.interview-panel{font-size:.8rem;color:#94a3b8}.actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.actions-grid .action-btn{display:flex;flex-direction:column;align-items:center;gap:8px;padding:20px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;color:#475569;font-weight:600;cursor:pointer;transition:all .3s}.actions-grid .action-btn:hover{background:#f0f9ff;border-color:#0ea5e9;color:#0284c7;transform:translateY(-2px)}.team-list{display:flex;flex-direction:column;gap:12px}.team-member{display:flex;align-items:center;gap:14px;padding:12px;background:#f8fafc;border-radius:12px}.member-avatar{width:44px;height:44px;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.85rem}.member-info{display:flex;flex-direction:column;flex:1}.member-name{font-weight:600;color:#1e293b}.member-role{font-size:.8rem;color:#64748b}.member-stats{display:flex;gap:14px}.member-stats .stat{display:flex;align-items:center;gap:4px;font-size:.8rem;color:#64748b}.member-stats .rating{display:flex;align-items:center;gap:4px;font-size:.8rem;color:#f59e0b;font-weight:600}.candidates-section,.jobs-section,.analytics-section{background:#fff;border-radius:20px;padding:24px;box-shadow:0 4px 15px #0000000d}.section-header-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.section-header-bar h2{margin:0;color:#1e293b}.section-header-bar .header-actions{display:flex;gap:12px}.search-box{display:flex;align-items:center;gap:10px;padding:10px 16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px}.search-box input{border:none;background:none;outline:none;width:200px;font-size:.9rem}.search-box svg{color:#94a3b8}.filter-btn,.export-btn,.add-job-btn{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s}.filter-btn{background:#f8fafc;border:2px solid #e2e8f0;color:#475569}.export-btn{background:#f0f9ff;border:2px solid #0ea5e9;color:#0284c7}.add-job-btn{background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;color:#fff}.candidates-table{overflow-x:auto}.candidates-table table{width:100%;border-collapse:collapse}.candidates-table th{padding:14px 16px;text-align:left;font-weight:600;color:#64748b;border-bottom:2px solid #e2e8f0;font-size:.85rem;text-transform:uppercase}.candidates-table td{padding:16px;border-bottom:1px solid #f1f5f9}.candidate-cell{display:flex;align-items:center;gap:12px}.candidate-cell .avatar{width:40px;height:40px;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.85rem}.score-badge{padding:4px 10px;background:#dbeafe;border-radius:20px;font-weight:600;color:#1e40af;font-size:.85rem}.status-badge{padding:4px 10px;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:capitalize}.status-badge.shortlisted{background:#dcfce7;color:#166534}.status-badge.pending{background:#fef3c7;color:#92400e}.status-badge.interview{background:#dbeafe;color:#1e40af}.status-badge.rejected{background:#fee2e2;color:#991b1b}.action-buttons{display:flex;gap:8px}.view-btn,.schedule-btn{padding:8px;border:none;border-radius:8px;cursor:pointer;transition:all .2s}.view-btn{background:#f0f9ff;color:#0284c7}.schedule-btn{background:#f0fdf4;color:#166534}.jobs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.job-card{border:2px solid #e2e8f0;border-radius:16px;overflow:hidden}.job-card-header{display:flex;justify-content:space-between;align-items:center;padding:20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.job-card-header h3{margin:0;font-size:1rem;color:#1e293b}.job-status{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:capitalize}.job-status.active{background:#dcfce7;color:#166534}.job-status.paused{background:#fef3c7;color:#92400e}.job-card-body{padding:20px}.job-department,.job-applicants,.job-days{display:flex;align-items:center;gap:8px;color:#64748b;font-size:.9rem;margin-bottom:10px}.job-card-footer{padding:16px 20px;border-top:1px solid #e2e8f0;display:flex;gap:12px}.job-card-footer button{flex:1;padding:10px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.job-card-footer .edit-btn{background:#f8fafc;border:2px solid #e2e8f0;color:#475569}.job-card-footer .view-btn{background:#f0f9ff;border:2px solid #0ea5e9;color:#0284c7}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.analytics-header h2{margin:0}.time-filter{display:flex;gap:8px}.time-filter button{padding:8px 16px;border:none;border-radius:8px;background:#f8fafc;color:#64748b;font-weight:600;cursor:pointer}.time-filter button.active{background:#0ea5e9;color:#fff}.analytics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.analytics-card{background:#f8fafc;padding:24px;border-radius:16px;text-align:center}.analytics-card h3{margin:0 0 12px;font-size:.9rem;color:#64748b}.analytics-value{font-size:2rem;font-weight:700;color:#0ea5e9;margin-bottom:8px}.analytics-trend{font-size:.85rem;font-weight:600}.analytics-trend.up{color:#10a037}.analytics-trend.down{color:#dc2626}.activity-feed{background:#f8fafc;border-radius:16px;padding:24px}.activity-feed h3{margin:0 0 20px;color:#1e293b}.activity-list{display:flex;flex-direction:column;gap:12px}.activity-item{display:flex;align-items:center;gap:14px;padding:14px;background:#fff;border-radius:12px}.activity-icon{width:40px;height:40px;background:#f0f9ff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#0284c7}.activity-content{display:flex;flex-direction:column;flex:1}.activity-action{font-weight:600;color:#1e293b}.activity-detail{font-size:.85rem;color:#64748b}.activity-time{font-size:.8rem;color:#94a3b8}@media(max-width:1024px){.hr-stats-grid{grid-template-columns:repeat(3,1fr)}.hr-dashboard-grid{grid-template-columns:1fr}.analytics-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hr-dashboard-header{flex-direction:column;gap:20px}.kpi-cards{width:100%;justify-content:center}.hr-tabs{flex-wrap:wrap}.hr-stats-grid{grid-template-columns:repeat(2,1fr)}.jobs-grid,.analytics-grid{grid-template-columns:1fr}}.notifications-page{min-height:calc(100vh - 70px);background:linear-gradient(135deg,#f0f4ff,#fafbff);padding:40px 20px}.notifications-container{max-width:900px;margin:0 auto}.notifications-header{display:flex;align-items:center;justify-content:space-between;padding:32px;background:linear-gradient(135deg,#3b82f6,#6366f1,#8b5cf6);border-radius:24px;margin-bottom:32px;color:#fff;box-shadow:0 20px 40px #6366f14d}.header-content{display:flex;align-items:center;gap:20px}.header-icon{width:72px;height:72px;background:#fff3;border-radius:20px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.header-text h1{margin:0 0 8px;font-size:2rem;font-weight:700}.header-text p{margin:0;opacity:.9;font-size:1rem}.header-actions{display:flex;gap:12px}.mark-all-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#fff3;border:none;border-radius:12px;color:#fff;font-weight:500;cursor:pointer;transition:all .2s}.mark-all-btn:hover{background:#ffffff4d}.settings-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:#fff3;border:none;border-radius:12px;color:#fff;cursor:pointer;transition:all .2s}.settings-btn:hover{background:#ffffff4d}.notifications-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;padding:16px 20px;background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d}.filter-tabs{display:flex;gap:8px;flex-wrap:wrap}.filter-tab{display:flex;align-items:center;gap:6px;padding:10px 18px;background:#f8fafc;border:2px solid transparent;border-radius:10px;color:#64748b;font-weight:500;font-size:.9rem;cursor:pointer;transition:all .2s}.filter-tab:hover{background:#f1f5f9;color:#1e293b}.filter-tab.active{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.filter-tab .count{min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;border-radius:50px;font-size:.75rem;display:flex;align-items:center;justify-content:center}.clear-all-btn{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fef2f2;border:none;border-radius:10px;color:#ef4444;font-weight:500;font-size:.85rem;cursor:pointer;transition:all .2s}.clear-all-btn:hover{background:#fee2e2}.notifications-list{display:flex;flex-direction:column;gap:24px}.notification-group{display:flex;flex-direction:column;gap:12px}.date-header{display:flex;align-items:center;gap:12px;padding:0 8px}.date-header span:first-child{font-weight:600;color:#1e293b;font-size:.95rem}.date-count{padding:2px 10px;background:#f1f5f9;border-radius:50px;font-size:.75rem;color:#64748b}.notification-card{display:flex;gap:16px;padding:20px;background:#fff;border-radius:16px;box-shadow:0 2px 10px #0000000a;transition:all .3s;position:relative}.notification-card:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000014}.notification-card.unread{background:linear-gradient(135deg,#eff6ff,#f8faff);border-left:4px solid #3b82f6}.notification-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notification-icon.blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe);color:#2563eb}.notification-icon.green{background:linear-gradient(135deg,#d1fae5,#a7f3d0);color:#059669}.notification-icon.orange{background:linear-gradient(135deg,#fef3c7,#fde68a);color:#d97706}.notification-icon.purple{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4f46e5}.notification-icon.yellow{background:linear-gradient(135deg,#fef9c3,#fef08a);color:#ca8a04}.notification-icon.red{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.notification-icon.gray{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);color:#6b7280}.notification-content{flex:1}.notification-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.notification-content h4{margin:0;color:#1e293b;font-size:1rem;font-weight:600}.notification-time{font-size:.75rem;color:#94a3b8}.notification-content p{margin:0 0 12px;color:#64748b;font-size:.9rem;line-height:1.6}.notification-actions{display:flex;gap:12px}.notification-actions button{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f8fafc;border:none;border-radius:8px;color:#64748b;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.notification-actions button:hover{background:#f1f5f9;color:#1e293b}.notification-actions button:first-child:hover{background:#d1fae5;color:#059669}.notification-actions button:last-child:hover{background:#fee2e2;color:#ef4444}.unread-dot{position:absolute;top:20px;right:20px;width:10px;height:10px;background:#3b82f6;border-radius:50%;box-shadow:0 0 8px #3b82f680}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;background:#fff;border-radius:20px;text-align:center}.empty-icon{width:120px;height:120px;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px;color:#94a3b8}.empty-state h3{margin:0 0 8px;color:#1e293b;font-size:1.25rem}.empty-state p{margin:0;color:#64748b;font-size:.95rem}.notification-settings-card{margin-top:32px;padding:28px;background:#fff;border-radius:20px;box-shadow:0 4px 15px #0000000d}.notification-settings-card h3{display:flex;align-items:center;gap:12px;margin:0 0 24px;color:#1e293b;font-size:1.1rem}.notification-settings-card h3 svg{color:#3b82f6}.settings-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.setting-item{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#f8fafc;border-radius:12px}.setting-info{display:flex;align-items:center;gap:12px;color:#334155;font-weight:500}.setting-info svg{color:#64748b}.toggle{position:relative;width:48px;height:26px}.toggle input{opacity:0;width:0;height:0}.toggle-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background:#d1d5db;border-radius:26px;transition:.3s}.toggle-slider:before{position:absolute;content:"";height:20px;width:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:.3s;box-shadow:0 2px 4px #0003}.toggle input:checked+.toggle-slider{background:#3b82f6}.toggle input:checked+.toggle-slider:before{transform:translate(22px)}@media(max-width:768px){.notifications-header{flex-direction:column;text-align:center;gap:20px}.header-content{flex-direction:column}.header-text h1{font-size:1.5rem}.notifications-toolbar{flex-direction:column;gap:16px}.filter-tabs{width:100%;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px}.filter-tab{white-space:nowrap}.settings-grid{grid-template-columns:1fr}.notification-card{flex-direction:column}.notification-icon{width:40px;height:40px}.unread-dot{top:16px;right:16px}}@media(max-width:768px){.notifications-page{padding:20px 12px}.notifications-container{padding:0}.notifications-header{padding:24px 20px;border-radius:20px;margin-bottom:20px}.header-content{flex-direction:column;gap:16px;text-align:center}.header-icon{width:64px;height:64px}.header-icon svg{width:32px;height:32px}.header-text h1{font-size:1.5rem}.header-text p{font-size:.9rem}.header-actions{flex-direction:row;gap:10px}.mark-all-btn{padding:10px 16px;font-size:.85rem}.settings-btn{width:40px;height:40px}.notifications-toolbar{padding:12px 16px;border-radius:14px;margin-bottom:16px}.filter-tabs{display:flex;gap:6px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.filter-tabs::-webkit-scrollbar{display:none}.filter-tab{padding:8px 14px;font-size:.85rem;border-radius:8px}.filter-tab .count{min-width:18px;height:18px;font-size:.7rem}.clear-all-btn{padding:8px 14px;font-size:.8rem;width:100%;justify-content:center}.notifications-list{gap:16px}.date-header{padding:0 4px}.date-header span:first-child{font-size:.85rem}.date-count{font-size:.7rem;padding:2px 8px}.notification-card{padding:16px;border-radius:14px;gap:12px}.notification-icon{width:44px;height:44px;border-radius:12px}.notification-content{flex:1}.notification-top{flex-direction:column;gap:4px;align-items:flex-start}.notification-content h4{font-size:.95rem}.notification-time{font-size:.7rem}.notification-content p{font-size:.85rem;margin-bottom:10px}.notification-actions{gap:8px;flex-wrap:wrap}.notification-actions button{padding:6px 10px;font-size:.75rem}.unread-dot{top:12px;right:12px;width:8px;height:8px}.empty-state{padding:60px 20px}.empty-icon{width:100px;height:100px}.empty-icon svg{width:50px;height:50px}.empty-state h3{font-size:1.1rem}.empty-state p{font-size:.9rem}.notification-settings-card{padding:20px;border-radius:16px;margin-top:24px}.notification-settings-card h3{font-size:1rem;margin-bottom:16px}.settings-grid{gap:12px}.setting-item{padding:12px 14px;border-radius:10px}.setting-info{font-size:.9rem;gap:10px}.setting-info svg{width:18px;height:18px}}@media(max-width:480px){.notifications-page{padding:12px 8px}.notifications-header{padding:20px 16px;border-radius:16px;margin-bottom:16px}.header-icon{width:56px;height:56px}.header-icon svg{width:28px;height:28px}.header-text h1{font-size:1.25rem}.header-text p{font-size:.8rem}.mark-all-btn{padding:8px 12px;font-size:.8rem}.mark-all-btn span{display:none}.settings-btn{width:36px;height:36px}.notifications-toolbar{padding:10px 12px}.filter-tab{padding:6px 12px;font-size:.8rem}.notification-card{padding:14px}.notification-icon{width:40px;height:40px}.notification-content h4{font-size:.9rem}.notification-content p{font-size:.8rem}.notification-settings-card{padding:16px}.setting-item{padding:10px 12px}}
