*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,.auth-page{min-height:100vh}.auth-page{background:linear-gradient(135deg,#667eea,#764ba2)}.auth-container{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 70px);padding:2rem}.auth-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;max-width:600px;padding:3rem;width:100%}.auth-title{color:#2c3e50;font-size:2rem;font-weight:700;margin-bottom:.5rem;text-align:center}.auth-subtitle{color:#7f8c8d;margin-bottom:2rem;text-align:center}.error-message{background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;margin-bottom:1rem;padding:1rem}.auth-form{gap:1.5rem}.auth-form,.form-section{display:flex;flex-direction:column}.form-section{gap:1rem}.section-title{border-bottom:2px solid #ecf0f1;color:#2c3e50;font-size:1.2rem;font-weight:600;padding-bottom:.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.form-group label{color:#2c3e50;font-size:.9rem;font-weight:600}.form-group input,.form-group select,.form-group textarea{border:2px solid #ecf0f1;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:transform .2s,box-shadow .2s}.btn-submit:hover:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-submit:disabled{cursor:not-allowed;opacity:.6}.auth-footer{color:#7f8c8d;margin-top:2rem;text-align:center}.auth-footer a{color:#667eea;font-weight:600;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.role-selection{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.role-card{background:#fff;border:2px solid #ecf0f1;border-radius:12px;cursor:pointer;padding:2rem 1rem;text-align:center;transition:all .3s}.role-card:hover{border-color:#667eea;box-shadow:0 6px 20px #667eea33;transform:translateY(-4px)}.role-card h3{color:#2c3e50;font-size:1.3rem;margin-bottom:.5rem}.role-card p{color:#7f8c8d;font-size:.9rem}.verification-status{padding:2rem 0;text-align:center}.spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#667eea;height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.success-message{color:#27ae60;padding:2rem 0;text-align:center}.success-message p{font-size:1.1rem;margin:1rem 0}.error-icon,.success-icon{display:block;height:64px;margin:0 auto 1rem;width:64px}.success-icon{color:#27ae60}.error-icon{color:#c33}.redirect-text{color:#7f8c8d;font-size:.9rem;font-style:italic}.verification-actions{display:flex;flex-direction:column;gap:1rem;margin-top:2rem}.btn-link{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;color:#fff;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s}.btn-link:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-2px)}.btn-link.secondary{background:#ecf0f1;color:#2c3e50}.btn-link.secondary:hover{background:#bdc3c7;box-shadow:0 4px 12px #0000001a}@media (max-width:768px){.auth-card{padding:2rem 1.5rem}.form-row,.role-selection{grid-template-columns:1fr}}.dashboard-page{background-color:#f5f5f5;min-height:100vh}.dashboard-container{margin:0 auto;max-width:1200px;padding:2rem}.dashboard-header{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:2rem}.dashboard-header h1{color:#2c3e50;font-size:2rem;margin-bottom:.5rem}.dashboard-header p{color:#7f8c8d;font-size:1.1rem}.verified-badge{background-color:#2ecc71}.pending-badge,.verified-badge{border-radius:20px;color:#fff;display:inline-block;font-size:.85rem;font-weight:600;margin-top:.5rem;padding:.25rem .75rem}.pending-badge{background-color:#f39c12}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.stat-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;text-align:center}.stat-value{color:#667eea;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#7f8c8d;font-size:.9rem;letter-spacing:.5px;text-transform:uppercase}.dashboard-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.dashboard-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem;transition:transform .2s,box-shadow .2s}.dashboard-card:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-4px)}.dashboard-card h2{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}.dashboard-card p{color:#7f8c8d;margin-bottom:1.5rem}.card-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:transform .2s;width:100%}.card-button:hover{transform:translateY(-2px)}.profile-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:2rem}.profile-section h2{border-bottom:2px solid #ecf0f1;color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:1rem}.profile-info{flex-direction:column}.info-item,.profile-info{display:flex;gap:1rem}.info-label{color:#7f8c8d;font-weight:600;min-width:150px}.info-value{color:#2c3e50}@media (max-width:768px){.dashboard-container{padding:1rem}.dashboard-header{padding:1.5rem}.dashboard-grid,.stats-grid{grid-template-columns:1fr}.info-item{flex-direction:column;gap:.25rem}.info-label{min-width:auto}}.home-page{min-height:100vh}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem;opacity:.9}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border-radius:8px;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.btn:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.btn-primary{background-color:#3498db;color:#fff}.btn-secondary{background-color:#fff;color:#667eea}.features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1200px;padding:4rem 2rem}.feature{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;text-align:center}.feature h3{color:#667eea;font-size:1.5rem;margin-bottom:1rem}.feature p{color:#666;font-size:1rem}.navbar-text{color:#fff;margin-right:1rem}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.features{grid-template-columns:1fr}}.App{flex-direction:column}.App,.loading{display:flex;min-height:100vh}.loading{color:#666;font-size:1.5rem;justify-content:center}.loading,.navbar{align-items:center}.navbar{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;display:flex;justify-content:space-between;padding:1rem 2rem}.navbar-brand{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.navbar-menu{align-items:center;display:flex;gap:1rem}.navbar-link{border-radius:4px;color:#fff;padding:.5rem 1rem;text-decoration:none;transition:background-color .3s}.navbar-link:hover{background-color:#ffffff1a}.navbar-button{background-color:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.5rem 1rem;transition:background-color .3s}.navbar-button:hover{background-color:#c0392b}.main-content{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}@media (max-width:768px){.navbar{gap:1rem}.navbar,.navbar-menu{flex-direction:column}.navbar-menu{width:100%}.main-content{padding:1rem}}
/*# sourceMappingURL=main.b33630bd.css.map*/