@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";:root{font-family:Poppins,sans-serif;color-scheme:light}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100%;color:#fff;background-color:#070a16;position:relative;z-index:0;overflow-x:hidden;overflow-y:auto}html,body,#root{height:100%}body:before{content:"";position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(145deg,rgba(8,12,30,.75),rgba(16,22,54,.7)),url(/kantor.jpg) center center / cover no-repeat;filter:blur(2px) brightness(1) saturate(100%);transform:scale(1);z-index:-1;pointer-events:none}#root{width:100%;min-height:100vh;position:relative;z-index:1}.employee-card{width:min(460px,100%);border-radius:28px;border:1px solid rgba(121,131,182,.25);box-shadow:0 40px 60px #09091273;overflow:hidden}.employee-card__body{padding:8px;display:flex;flex-direction:column;gap:12px}.logo-bc{width:80px;height:auto;filter:drop-shadow(0 8px 16px rgba(9,9,18,.45))}.employee-card__branding{display:flex;align-items:center;justify-content:center;gap:16px;text-align:left;flex-wrap:wrap}.employee-card__office{color:#f9f4dc;font-size:14px;line-height:1.4;max-width:240px}.employee-card__identity{text-align:center}.employee-card__icon{color:#c4caff;font-size:16px}.employee-card__qr{width:140px;height:140px}.employee-card__qr .ant-image-img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 6px 12px rgba(9,9,18,.45))}.employee-card__qr .ant-image-mask{border-radius:12px;font-size:12px;font-weight:600}@media (max-width: 480px){.employee-card__branding{flex-direction:column;text-align:center;gap:12px}.employee-card__office{max-width:100%}.employee-card__qr{width:120px;height:120px}}@media (max-height: 760px){body{overflow-y:auto}}
