.header{position:fixed;top:0;left:0;right:0;background:var(--white);box-shadow:var(--shadow-md);z-index:1000;border-bottom:1px solid var(--border-color)}.header-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:90px;gap:2rem}.logo{display:flex;align-items:center;flex-shrink:0}.logo-image{height:180px;width:auto;transition:filter .3s ease}.logo:hover .logo-image{filter:brightness(1.1)}.nav{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.nav-link{position:relative;color:var(--text-dark);font-weight:500;font-size:1rem;padding:.5rem 0;transition:color .3s ease;white-space:nowrap}.nav-link:hover{color:var(--primary-color)}.nav-link.active{color:var(--primary-color);font-weight:600}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:var(--primary-color);border-radius:2px}.playstore-badge{flex-shrink:0}.badge-text{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;white-space:nowrap;box-shadow:var(--shadow-sm)}@media (max-width: 968px){.header-container{padding:0 1rem;gap:1rem;height:70px}.nav{gap:.75rem;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:.25rem 0}.nav::-webkit-scrollbar{display:none}.nav-link{font-size:.875rem;padding:.4rem .5rem;flex-shrink:0}.badge-text{font-size:.7rem;padding:.4rem .75rem}.logo-image{height:45px}}@media (max-width: 768px){.header-container{height:auto;min-height:70px;padding:.75rem 1rem}.logo-image{height:42px}.nav{gap:.5rem}.nav-link{font-size:.8rem;padding:.35rem .4rem}.badge-text{font-size:.65rem;padding:.35rem .6rem}}@media (max-width: 640px){.header-container{flex-wrap:nowrap;padding:.75rem;gap:.5rem;height:auto;min-height:60px}.logo-image{height:36px}.nav{flex:1;min-width:0;gap:.4rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;padding:.25rem 0}.nav-link{font-size:.75rem;padding:.3rem .35rem;white-space:nowrap}.playstore-badge{display:none}}@media (max-width: 480px){.header-container{padding:.5rem;gap:.4rem}.logo-image{height:31px}.nav-link{font-size:.7rem;padding:.25rem .3rem}.playstore-badge{display:none}}.footer{background:var(--text-dark);color:var(--white);padding:3rem 0 1.5rem;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:2rem}.footer-section h3{font-size:1.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-section h4{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:var(--white)}.footer-section p{color:#fffc;line-height:1.7;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.75rem}.footer-section ul li a{color:#fffc;transition:color .3s ease;text-decoration:none}.footer-section ul li a:hover{color:var(--white);padding-left:5px;display:inline-block}.contact-info p{margin-bottom:.5rem}.contact-info a{color:#ffffffe6;text-decoration:none;transition:color .3s ease}.contact-info a:hover{color:var(--white);text-decoration:underline}.playstore-notice{background:#ffffff1a;padding:.75rem;border-radius:8px;margin-top:1rem}.playstore-notice p{margin:0;font-weight:600;color:var(--white)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center}.footer-bottom p{color:#fff9;margin:0;font-size:.9rem}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;gap:2rem}.footer{padding:2rem 0 1rem}}.homepage{width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:var(--white);padding:6rem 0;position:relative;overflow:hidden}.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:.3}.hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2}.gradient-text{background:linear-gradient(135deg,#fbbf24,#f59e0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.8}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-block;padding:1rem 2rem;font-size:1.1rem;font-weight:600;border-radius:8px;transition:all .3s ease;text-align:center}.btn-primary{background:var(--white);color:var(--primary-color);box-shadow:var(--shadow-lg)}.btn-primary:hover{transform:translateY(-2px);box-shadow:var(--shadow-xl)}.btn-secondary{background:transparent;color:var(--white);border:2px solid var(--white)}.btn-secondary:hover{background:var(--white);color:var(--primary-color)}.btn-outline{background:transparent;color:var(--white);border:2px solid var(--white);padding:.75rem 1.5rem;font-size:1rem}.btn-outline:hover{background:var(--white);color:var(--primary-color)}.features{padding:5rem 0;background:var(--bg-light)}.section-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:3rem;color:var(--text-dark)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:var(--white);padding:2.5rem 2rem;border-radius:12px;box-shadow:var(--shadow-md);text-align:center;transition:all .3s ease}.feature-card:hover{box-shadow:var(--shadow-xl)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.feature-description{color:var(--text-light);line-height:1.7}.for-whom{padding:5rem 0;background:var(--white)}.for-whom-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem}.for-whom-card{padding:3rem;border-radius:16px;box-shadow:var(--shadow-lg);transition:all .3s ease}.for-whom-card.employers{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--white)}.for-whom-card.jobseekers{background:linear-gradient(135deg,var(--secondary-color) 0%,#059669 100%);color:var(--white)}.for-whom-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.for-whom-card h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.for-whom-card p{font-size:1.1rem;margin-bottom:2rem;opacity:.95;line-height:1.7}@media (max-width: 768px){.hero{padding:4rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.section-title{font-size:2rem}.for-whom-grid{grid-template-columns:1fr}.for-whom-card{padding:2rem}.features-grid{grid-template-columns:1fr}}.page-container{min-height:calc(100vh - 80px);padding:3rem 0;background:var(--bg-light)}.page-header{text-align:center;margin-bottom:4rem;padding:2rem 0}.page-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark);background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.page-subtitle{font-size:1.25rem;color:var(--text-light);max-width:700px;margin:0 auto}.content-section{background:var(--white);padding:3rem;border-radius:16px;box-shadow:var(--shadow-md);margin-bottom:3rem}.content-section h2{font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--text-dark);border-bottom:3px solid var(--primary-color);padding-bottom:.5rem}.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2rem}.info-card{padding:2rem;background:var(--bg-light);border-radius:12px;transition:all .3s ease}.info-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.info-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.info-card p{color:var(--text-light);line-height:1.7}.steps-list{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.step-item{display:flex;gap:2rem;align-items:flex-start;padding:2rem;background:var(--bg-light);border-radius:12px;transition:all .3s ease}.step-item:hover{background:var(--white);box-shadow:var(--shadow-md)}.step-number{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700}.step-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.step-content p{color:var(--text-light);line-height:1.7}.highlight-section{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--white)}.highlight-section h2{color:var(--white);border-bottom-color:var(--white)}.credit-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.credit-card{background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:2rem;border-radius:12px;border:1px solid rgba(255,255,255,.2)}.credit-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.credit-card p{line-height:1.7;opacity:.95}.cta-text{font-size:1.25rem;text-align:center;color:var(--text-light);margin-bottom:2rem;line-height:1.8}.contact-info{text-align:center;font-size:1.1rem;color:var(--text-dark)}.contact-info a{color:var(--primary-color);font-weight:600;transition:color .3s ease}.contact-info a:hover{color:var(--primary-dark);text-decoration:underline}@media (max-width: 768px){.page-header h1{font-size:2.5rem}.page-subtitle{font-size:1.1rem}.content-section{padding:2rem 1.5rem}.info-grid{grid-template-columns:1fr}.step-item{flex-direction:column;align-items:center;text-align:center}.credit-info{grid-template-columns:1fr}}.legal-page{min-height:calc(100vh - 80px);padding:3rem 0;background:var(--bg-light)}.legal-header{text-align:center;margin-bottom:3rem;padding:2rem 0}.legal-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark);background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-updated{color:var(--text-light);font-size:1rem;font-style:italic}.legal-content{max-width:900px;margin:0 auto;background:var(--white);padding:3rem;border-radius:16px;box-shadow:var(--shadow-md)}.legal-section{margin-bottom:3rem}.legal-section:last-child{margin-bottom:0}.legal-section h2{font-size:1.75rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark);border-bottom:2px solid var(--border-color);padding-bottom:.5rem}.legal-section h3{font-size:1.35rem;font-weight:600;margin-top:1.5rem;margin-bottom:.75rem;color:var(--text-dark)}.legal-section p{color:var(--text-light);line-height:1.8;margin-bottom:1rem;font-size:1.05rem}.legal-section ul{margin-left:2rem;margin-bottom:1.5rem;color:var(--text-light)}.legal-section li{line-height:1.8;margin-bottom:.75rem;font-size:1.05rem}.legal-section li strong{color:var(--text-dark);font-weight:600}.legal-section a{color:var(--primary-color);font-weight:500;transition:color .3s ease}.legal-section a:hover{color:var(--primary-dark);text-decoration:underline}@media (max-width: 768px){.legal-header h1{font-size:2.5rem}.legal-content{padding:2rem 1.5rem}.legal-section h2{font-size:1.5rem}.legal-section h3{font-size:1.25rem}.legal-section ul{margin-left:1.5rem}}.contact-container{min-height:calc(100vh - 80px);padding:3rem 0;background:var(--bg-light)}.contact-header{text-align:center;margin-bottom:4rem;padding:2rem 0}.contact-header h1{font-size:3rem;font-weight:800;margin-bottom:1rem;color:var(--text-dark);background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.contact-subtitle{font-size:1.25rem;color:var(--text-light);max-width:700px;margin:0 auto}.contact-content{max-width:1000px;margin:0 auto}.contact-info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.contact-card{background:var(--white);padding:3rem 2rem;border-radius:16px;box-shadow:var(--shadow-md);text-align:center;transition:all .3s ease}.contact-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.contact-icon{font-size:4rem;margin-bottom:1.5rem}.contact-card h3{font-size:1.75rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.contact-card p{color:var(--text-light);margin-bottom:1.5rem;line-height:1.7}.contact-link{display:inline-block;color:var(--primary-color);font-size:1.1rem;font-weight:600;padding:.75rem 1.5rem;border:2px solid var(--primary-color);border-radius:8px;transition:all .3s ease}.contact-link:hover{background:var(--primary-color);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-md)}.about-section{background:var(--white);padding:3rem;border-radius:16px;box-shadow:var(--shadow-md);margin-bottom:3rem}.about-section h2{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-dark);border-bottom:3px solid var(--primary-color);padding-bottom:.5rem}.about-section p{color:var(--text-light);line-height:1.8;margin-bottom:1.5rem;font-size:1.1rem}.business-hours{background:var(--white);padding:3rem;border-radius:16px;box-shadow:var(--shadow-md)}.business-hours h2{font-size:2rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark);border-bottom:3px solid var(--primary-color);padding-bottom:.5rem}.business-hours>p{color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.hours-list{display:flex;flex-direction:column;gap:1rem}.hours-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;background:var(--bg-light);border-radius:12px;border-left:4px solid var(--primary-color)}.hours-item .day{font-weight:600;color:var(--text-dark);font-size:1.1rem}.hours-item .time{color:var(--text-light);font-size:1rem}@media (max-width: 768px){.contact-header h1{font-size:2.5rem}.contact-info-section{grid-template-columns:1fr}.about-section,.business-hours{padding:2rem 1.5rem}.hours-item{flex-direction:column;align-items:flex-start;gap:.5rem}}.login-container{min-height:calc(100vh - 80px);padding:4rem 0;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center}.login-card{max-width:600px;margin:0 auto;background:var(--white);border-radius:20px;padding:3rem;box-shadow:var(--shadow-xl);position:relative;overflow:hidden}.login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%)}.coming-soon-badge{position:absolute;top:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:var(--white);padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;box-shadow:var(--shadow-md)}.login-card h1{font-size:2.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark);background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.login-subtitle{font-size:1.1rem;color:var(--text-light);margin-bottom:2.5rem;line-height:1.7}.login-info{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem}.info-item{display:flex;gap:1.5rem;padding:1.5rem;background:var(--bg-light);border-radius:12px;align-items:flex-start}.info-icon{font-size:2rem;flex-shrink:0}.info-item h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.info-item p{color:var(--text-light);line-height:1.6}.coming-soon-message{background:linear-gradient(135deg,var(--primary-color) 0%,var(--primary-dark) 100%);color:var(--white);padding:2rem;border-radius:12px;text-align:center}.coming-soon-message p{font-size:1.1rem;line-height:1.7;margin-bottom:1rem}.contact-note{font-size:1rem;opacity:.9;margin-top:1rem}.contact-note a{color:var(--white);font-weight:600;text-decoration:underline;transition:opacity .3s ease}.contact-note a:hover{opacity:.8}@media (max-width: 640px){.login-container{padding:2rem 1rem}.login-card{padding:2rem 1.5rem}.coming-soon-badge{position:static;display:inline-block;margin-bottom:1rem}.login-card h1{font-size:2rem}.info-item{flex-direction:column;text-align:center}}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;margin-top:90px}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #2563eb;--primary-dark: #1e40af;--secondary-color: #10b981;--text-dark: #1f2937;--text-light: #6b7280;--bg-light: #f9fafb;--white: #ffffff;--border-color: #e5e7eb;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--text-dark);background-color:var(--white);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;font-family:inherit}input,textarea{font-family:inherit}
