:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}.profile-container{height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative;overflow:hidden}.profile-content{max-width:600px;width:100%;background:var(--card-bg);border-radius:1.5rem;padding:2rem;box-shadow:var(--shadow-lg);position:relative;max-height:calc(100vh - 4rem);display:flex;flex-direction:column;justify-content:center}.company-logo-container{text-align:center;margin-bottom:1.5rem}.company-logo{max-width:150px;height:auto;opacity:.9}.profile-header{text-align:center;margin-bottom:2rem}.profile-image{width:150px;height:150px;border-radius:50%;object-fit:cover;border:5px solid var(--primary-color);box-shadow:var(--shadow-lg);margin-bottom:1rem}.profile-name{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:.5rem}.profile-job-title{font-size:1.125rem;color:var(--text-secondary);font-weight:500}.profile-details{display:flex;flex-direction:column;gap:1.25rem}.detail-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--background);border-radius:1rem;transition:all .3s ease}.detail-item:hover{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);transform:translate(4px)}.detail-icon{font-size:1.75rem;width:45px;height:45px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:.75rem;box-shadow:var(--shadow)}.detail-content{flex:1;display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.8rem;color:var(--text-secondary);text-transform:uppercase;font-weight:600;letter-spacing:.05em}.detail-value{font-size:1rem;color:var(--text-primary);font-weight:500;transition:color .3s ease}.detail-value:hover{color:var(--primary-color)}.qr-code-container{display:flex;justify-content:center;align-items:center;margin-top:1.5rem;padding:.75rem;background:var(--background);border-radius:.75rem;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.qr-code-container:hover{background:linear-gradient(135deg,#6366f11a,#8b5cf61a);border-color:var(--primary-color);transform:scale(1.05)}.error-message{text-align:center;padding:3rem}.error-message h2{font-size:2rem;color:var(--text-primary);margin-bottom:1rem}@media(max-width:768px){.profile-container{padding:1rem}.profile-content{padding:1.5rem;max-height:calc(100vh - 2rem)}.company-logo-container{margin-bottom:1rem}.company-logo{max-width:120px}.profile-header{margin-bottom:1.5rem}.profile-name{font-size:1.75rem}.profile-job-title{font-size:1rem}.profile-image{width:120px;height:120px}.profile-details{gap:1rem}.detail-item{padding:.875rem}.qr-code-container{margin-top:1rem;padding:.5rem}.qr-code-container svg{width:60px!important;height:60px!important}}.home-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--background)}.home-content{display:flex;align-items:center;justify-content:center;gap:4rem;max-width:1200px}.home-logo{max-width:500px;width:100%;height:auto;transition:transform .3s ease}.home-logo:hover{transform:scale(1.05)}.home-qr-container{background:#fff;padding:2rem;border-radius:1.5rem;box-shadow:var(--shadow-lg);text-align:center;border:2px solid var(--primary-color)}.qr-label{margin-top:1rem;font-size:1rem;color:var(--text-secondary);font-weight:500}@media(max-width:768px){.home-content{flex-direction:column;gap:2rem}.home-logo{max-width:300px}.home-qr-container{padding:1.5rem}.home-qr-container svg{width:150px!important;height:150px!important}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #6366f1;--secondary-color: #8b5cf6;--text-primary: #1f2937;--text-secondary: #6b7280;--background: #f9fafb;--card-bg: #ffffff;--border-color: #e5e7eb;--shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px 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;background:var(--background);color:var(--text-primary);min-height:100vh}#root{min-height:100vh}a{text-decoration:none;color:inherit}
