:root{font-family:-apple-system,BlinkMacSystemFont,Pretendard,Noto Sans KR,sans-serif;color:#111;background:#f4f5f7;font-synthesis:none;--blue:#09abff;--muted:#767676}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%;background:#f4f5f7}body{overscroll-behavior:none}button,input,textarea,select{font:inherit}button{border:0;background:none;color:inherit;cursor:pointer}p,h1,h2,h3{margin:0}a{color:inherit;text-decoration:none}.app-shell,.auth-page{width:100%;min-height:100dvh;background:#fff}.screen{min-height:100dvh;padding-bottom:calc(82px + env(safe-area-inset-bottom));background:#fff}.page{padding:24px 20px;max-width:720px;margin:auto}.header{height:calc(52px + env(safe-area-inset-top));padding:env(safe-area-inset-top) 20px 0;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:#fff;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:20}.header>:last-child{justify-self:end}.header strong{font-size:17px}.main-logo{width:28px;height:28px;object-fit:contain}.icon-btn{width:28px;height:28px;display:grid;place-items:center}.icon-btn svg{width:22px}.alarm{position:relative}.alarm i{position:absolute;right:2px;top:2px;background:#ff3b30;border-radius:50%;width:6px;height:6px;min-width:0;font-size:0}.tabs{height:calc(82px + env(safe-area-inset-bottom));padding:10px 8px calc(18px + env(safe-area-inset-bottom));position:fixed;bottom:0;left:0;right:0;z-index:30;background:#fff;border-top:1px solid #ececec;display:flex;justify-content:space-around}.tabs a{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;color:#999;font-size:11px;font-weight:600}.tabs svg{width:24px}.tabs a.active{color:#111}.primary{width:100%;height:56px;border-radius:999px;background:var(--blue);color:#fff;font-weight:700;display:grid;place-items:center}.primary:disabled{opacity:.55}.auth-page{display:flex;flex-direction:column;max-width:620px;margin:auto}.auth-logo{height:45dvh;display:grid;place-items:center}.auth-logo img{width:190px}.auth-form{padding:20px;display:flex;flex-direction:column;gap:16px}.auth-form label,.modal-form label,.profile-edit label{display:grid;gap:10px;font-size:14px;font-weight:650}.auth-form input,.modal-form input,.modal-form textarea,.modal-form select,.profile-edit input{height:48px;border:1px solid #eee;border-radius:24px;background:#e8e8e8;padding:0 18px;font-size:16px}.auth-links{display:flex;justify-content:center;gap:9px;font-size:14px}.padded{padding:12vh 20px 40px}.padded h1{font-size:24px;line-height:1.45}.sub,.section-head p{color:var(--muted);margin-top:8px}.bottom{margin-top:auto}.link-button{display:grid}.permission-list{display:grid;gap:28px;margin:50px 0}.permission-list>div{display:flex;gap:16px}.permission-list svg{width:48px;height:48px;padding:12px;background:#eef8ff;border-radius:50%;color:var(--blue)}.permission-list p{font-size:14px;color:var(--muted);margin-top:8px}.scroll-page{overflow:auto}.join{padding:40px 0}.section-head{display:flex;justify-content:space-between;align-items:center;margin:30px 0 14px}.section-head h2{font-size:20px}.section-head button{display:flex;align-items:center;gap:4px;color:#555;font-size:13px}.section-head svg{width:16px}.list{display:grid;gap:10px}.card{border-radius:18px;background:#f7f7f8;padding:18px;text-align:left}.schedule-card{width:100%;display:flex;gap:12px}.schedule-card>i{width:5px;border-radius:6px}.schedule-card div{flex:1}.schedule-card small{color:var(--muted)}.schedule-card h3{margin:6px 0}.empty{text-align:center;color:#aaa;padding:32px}.calendar-panel{padding:0 20px 12px;background:#fff;max-width:720px;margin:auto}.segments{display:flex;background:#f1f1f3;padding:4px;border-radius:12px;margin-bottom:12px}.segments button{flex:1;padding:9px;border-radius:9px}.segments .active{background:#fff;box-shadow:0 2px 8px #00000010;font-weight:700}.calendar{width:100%}.month-row{display:flex;align-items:center;justify-content:center;gap:25px;padding:12px}.month-row button{width:32px;height:32px}.month-row svg{width:17px}.calendar-grid{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-grid>button,.calendar-grid>span{aspect-ratio:1.2;display:grid;place-items:center;position:relative;font-size:13px}.week-labels>span{aspect-ratio:auto;padding:8px;color:#888}.calendar-grid button:nth-child(1){color:#ff6b6b}.calendar-grid button:nth-child(7){color:#4689ee}.calendar-grid button.muted{opacity:.25}.calendar-grid button.selected span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--blue);color:#fff}.calendar-grid button.range{background:#dff4ff}.calendar-grid button i{position:absolute;width:4px;height:4px;background:var(--blue);border-radius:50%;bottom:3px}.calendar-card{padding:16px;background:#fafafa;border-radius:24px;margin-top:28px}.legend{display:flex;justify-content:center;gap:16px;margin-top:18px}.legend span:before{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px}.normal:before{background:#3abcff}.absent:before{background:#ff927e}.leave:before{background:#c4a0ff}.late:before{background:#ffde4a}em{font-style:normal;color:var(--blue)}.leave-card span{display:inline-block;padding:5px 10px;border-radius:12px;background:#e7f7ff;color:#079be5;font-size:12px}.leave-card span.past{background:#eee;color:#888}.leave-card h3{margin:12px 0 6px}.leave-card p{color:var(--muted)}.modal-dim{position:fixed;inset:0;background:#0008;z-index:100;display:flex;align-items:flex-end;justify-content:center;padding-top:env(safe-area-inset-top)}.modal{width:min(100%,620px);max-height:92dvh;overflow:auto;background:#fff;border-radius:26px 26px 0 0;padding:20px 20px calc(24px + env(safe-area-inset-bottom))}.modal-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-head h2{font-size:19px}.modal-form{display:grid;gap:16px}.modal-form textarea{height:80px;padding-top:14px;resize:vertical}.action-row{display:flex;gap:10px}.action-row>*{flex:1}.danger{height:56px;border-radius:999px;background:#ffeded;color:#e34242;font-weight:700}.notification{width:100%}.notification span{float:right;color:#999}.notification p{margin:8px 0}.profile{text-align:center}.avatar{width:104px;height:104px;margin:20px auto 12px;border-radius:50%;background:#eee;overflow:hidden}.avatar img{width:100%;height:100%;object-fit:cover}.profile>p{color:var(--muted);margin:6px 0 20px}.profile>h2{text-align:left;font-size:16px;margin:30px 0 8px}.menu{width:100%;min-height:52px;border-bottom:1px solid #eee;display:flex;justify-content:space-between;align-items:center;text-align:left}.switch{width:48px;height:28px;border-radius:20px;background:#ddd;padding:3px}.switch i{display:block;width:22px;height:22px;background:#fff;border-radius:50%;transition:.2s}.switch.on{background:var(--blue)}.switch.on i{transform:translate(20px)}.logout{margin:30px;color:#e34a4a;text-decoration:underline}.notice button{width:100%;display:grid;grid-template-columns:1fr auto;gap:5px;text-align:left}.notice button small{grid-column:1}.notice button svg{grid-column:2;grid-row:1/3}.notice>div{padding-top:16px;white-space:pre-wrap}.notice a{color:var(--blue)}.salary{margin-top:14px}.salary p{display:flex;justify-content:space-between;padding:8px 0}.salary h2{margin-bottom:8px}.profile-edit{display:grid;gap:16px}.editable{position:relative;border:0}.editable svg{position:absolute;right:0;bottom:0;background:var(--blue);color:#fff;border-radius:50%;padding:7px;width:30px;height:30px}.loading{display:flex;gap:8px;justify-content:center;padding:30px;color:#888}@media(min-width:760px){.app-shell{width:720px;margin:auto;box-shadow:0 0 40px #0001}.tabs{left:50%;right:auto;width:720px;transform:translate(-50%)}.modal-dim{align-items:center}.modal{border-radius:26px;max-height:88dvh}}@media(max-height:650px){.auth-logo{height:30dvh}.padded{padding-top:40px}}@supports (-webkit-touch-callout:none){input,textarea,select{font-size:16px}.modal{padding-bottom:calc(30px + env(safe-area-inset-bottom))}}.header-logo-button{justify-self:start;width:28px;height:28px;padding:0}.alarm>img{width:22px;height:22px;object-fit:contain}.main-screen{background:#f1f3f5}.main-content{padding:12px 14px 100px;max-width:720px;margin:0 auto}.main-notice{width:100%;height:32px;border-radius:6px;background:#09abff14;padding:0 8px;display:flex;align-items:center;text-align:left}.main-notice-type{height:22px;padding:0 7px;border-radius:4px;background:#37b9fd;color:#fff;font-size:11px;font-weight:700;display:grid;place-items:center}.main-notice strong{flex:1;margin-left:8px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;letter-spacing:-.3px}.main-notice>svg{width:14px;height:14px;margin-left:4px}.main-section{margin-top:18px}.main-section-heading{margin-bottom:14px}.main-section-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.main-section-title-row h1{font-size:20px;line-height:26px;font-weight:800;letter-spacing:-.8px}.main-section-title-row button{display:flex;align-items:center;color:#767676;font-size:12px;font-weight:500;letter-spacing:-.3px}.main-section-title-row svg{width:14px;height:14px;margin-left:2px}.main-section-heading>p{font-size:14px;color:#767676;font-weight:600;letter-spacing:-.4px}.main-attendance-card{background:#fff;border-radius:14px;padding:16px;display:flex;align-items:center;position:relative;overflow:hidden}.main-attendance-card.with-character{min-height:250px;padding-top:174px}.main-attendance-card>img{position:absolute;top:12px;left:50%;transform:translate(-50%);width:240px;height:170px;object-fit:contain}.main-time-row{width:100%;display:flex;align-items:center;justify-content:space-between}.main-time-row>i{width:1px;height:36px;background:#e2e2e2}.main-time-info{flex:1;text-align:center}.main-time-info span{display:block;margin-bottom:4px;font-size:11px;color:#8a8a8a;font-weight:500}.main-time-info strong{font-size:13px;font-weight:700}.main-attendance-button{width:100%;height:48px;border-radius:24px;background:#3db4f2;color:#fff;font-size:15px;font-weight:700;margin-top:14px}.main-attendance-button:disabled{background:#b9c0c5}.main-week-row{height:58px;display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.main-week-row button{width:36px;height:54px;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.main-week-row button.active{border:1.5px solid #27a8f2;background:#fff}.main-week-row span{font-size:12px;color:#767676;font-weight:500;margin-bottom:6px}.main-week-row strong{font-size:14px;font-weight:700}.main-week-row i{position:absolute;bottom:5px;width:3px;height:3px;border-radius:50%;background:#ef4223}.main-schedule-list{display:grid;gap:10px}.main-schedule-card{width:100%;background:#fff;border-radius:22px;padding:18px;text-align:left}.main-schedule-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.main-schedule-top>span{min-height:30px;border-radius:9px;padding:0 10px;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:800;letter-spacing:-.4px}.main-schedule-top small{display:flex;align-items:center;color:#767676;font-size:12px}.main-schedule-top svg{width:14px;height:14px;margin-left:2px}.main-schedule-card h2{font-size:15px;font-weight:800;letter-spacing:-.5px;margin-bottom:7px}.main-schedule-card>p{font-size:13px;color:#767676;font-weight:500;letter-spacing:-.4px}.attendance-result-dim{position:fixed;inset:0;z-index:100;background:#00000073;display:grid;place-items:center;padding:32px}.attendance-result-card{width:min(100%,330px);aspect-ratio:330/336;border-radius:18px;overflow:hidden;position:relative;display:grid;place-items:center}.attendance-result-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.attendance-result-character{position:relative;width:180px;height:180px;object-fit:contain;animation:character-in 1s ease-out both}@keyframes character-in{0%{opacity:0}to{opacity:1}}.schedule-screen,.annual-screen{background:#f1f3f5}.schedule-calendar-panel{background:#fff;border-radius:0 0 28px 28px;padding:12px 18px 20px;overflow:hidden;box-shadow:0 4px 10px #00000014;transition:.22s}.schedule-calendar-top{height:38px;display:grid;place-items:center;position:relative}.schedule-calendar-top>button{position:absolute;left:0;width:28px;height:28px}.schedule-calendar-top img{width:24px;height:24px}.schedule-calendar-top img{width:28px;height:28px;object-fit:contain}.schedule-segments{height:32px;min-width:88px;border-radius:16px;background:#f0f1f3;display:flex;padding:2px}.schedule-segments button{min-width:42px;height:28px;border-radius:14px;color:#767676;font-size:11px;font-weight:700}.schedule-segments button.active{background:#0ca7f2;color:#fff}.schedule-week-labels{height:30px;margin-top:18px;display:grid;grid-template-columns:repeat(7,1fr);align-items:center}.schedule-week-labels span{text-align:center;font-size:11px;color:#8a8a8a;font-weight:700}.schedule-calendar-grid{display:grid;gap:4px}.schedule-calendar-grid>div{height:42px;display:grid;grid-template-columns:repeat(7,1fr)}.schedule-calendar-grid button{display:grid;place-items:center;position:relative}.schedule-calendar-grid button>span{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:600}.schedule-calendar-grid button.active>span{background:#eef1f4;font-weight:800}.schedule-calendar-grid button.muted{color:#d0d4d8}.schedule-calendar-grid button:nth-child(1):not(.muted){color:#ff2b2b}.schedule-calendar-grid button:nth-child(7):not(.muted){color:#0a8dff}.schedule-calendar-grid i{position:absolute;bottom:6px;width:3px;height:3px;border-radius:50%;background:#ef4223}.schedule-content{padding:28px 18px 110px}.schedule-title-row{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.schedule-title-row h1{font-size:20px;line-height:28px;font-weight:900}.schedule-title-row p{margin-top:8px;font-size:14px;color:#8a8a8a;font-weight:700}.schedule-title-row>button{height:28px;margin-top:2px;display:flex;align-items:center;color:#767676;font-size:12px;font-weight:700}.schedule-title-row svg{width:15px}.schedule-items{display:grid;gap:12px}.schedule-item{background:#fff;border-radius:28px;padding:18px 18px 20px;box-shadow:0 4px 8px #0000000d}.schedule-item>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.schedule-item>div>span{min-height:28px;border-radius:10px;padding:0 10px;display:grid;place-items:center;color:#fff;font-size:12px;font-weight:900}.schedule-item>div>button{display:flex;align-items:center;color:#767676;font-size:12px;font-weight:700}.schedule-item svg{width:14px}.schedule-item h2{font-size:16px;line-height:22px;font-weight:900;margin-bottom:8px}.schedule-item p{font-size:13px;color:#767676;font-weight:700}.native-modal-dim{position:fixed;inset:0;z-index:100;background:#0000005c;display:grid;place-items:center;padding:18px;overflow:auto}.native-modal{width:100%;max-width:340px;background:#fff;border-radius:28px;padding:22px}.native-modal>header{display:flex;justify-content:space-between;align-items:center;margin-bottom:22px}.native-modal>header h2{font-size:17px;font-weight:900}.native-modal>header button{width:28px;height:28px}.native-modal>header svg{width:18px}.native-modal>label{display:block;font-size:12px;font-weight:800;margin-bottom:8px}.native-modal>input,.native-modal>textarea{width:100%;height:42px;border:0;border-radius:21px;background:#f1f1f1;padding:0 16px;font-size:12px;font-weight:600;margin-bottom:16px;outline:none}.native-modal>textarea{min-height:42px;padding-top:13px;padding-bottom:9px;resize:none}.native-select{margin-bottom:16px}.native-select>button{width:100%;height:42px;border-radius:21px;background:#f1f1f1;padding:0 16px;display:flex;align-items:center;justify-content:space-between;font-size:12px;font-weight:700}.native-select>button span{display:flex;align-items:center}.native-select i{width:9px;height:9px;border-radius:50%;margin-right:8px}.native-select svg{width:16px}.native-select>div{margin-top:6px;border-radius:16px;background:#f7f7f7;overflow:hidden}.native-select>div button{width:100%;height:38px;padding:0 16px;display:flex;align-items:center;font-size:12px;font-weight:700}.compact-month{height:24px;display:flex;align-items:center;margin-bottom:10px}.compact-month button{width:22px;height:22px}.compact-month svg{width:16px}.compact-month b{min-width:86px;text-align:center;font-size:13px;font-weight:900}.compact-week,.compact-row{display:grid;grid-template-columns:repeat(7,1fr)}.compact-week{height:22px;align-items:center}.compact-week span{text-align:center;font-size:10px;font-weight:800}.compact-row{height:30px}.compact-row button{height:30px;border-radius:15px;font-size:10px;font-weight:700}.compact-row button{padding:0;border-radius:0;display:grid;place-items:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.compact-row button span{width:30px;height:30px;border-radius:15px;display:grid;place-items:center}.compact-row button.selected{background:#33b8f6;color:#fff}.compact-row button.range-start{border-radius:15px 0 0 15px}.compact-row button.range-end{border-radius:0 15px 15px 0}.compact-row button.single{background:transparent;border-radius:0}.compact-row button.single span{background:#33b8f6;color:#fff}.compact-row button.muted:not(.selected){color:#d3d7db}.compact-row button:nth-child(1):not(.selected){color:#ff2b2b}.compact-row button:nth-child(7):not(.selected){color:#0a8dff}.compact-calendar{margin-bottom:18px}.native-submit{width:100%;height:54px;border-radius:27px;background:#36b8f4;color:#fff;font-size:13px;font-weight:900}.annual-content{padding:18px 18px 110px}.annual-summary,.annual-content>h1{font-size:19px;line-height:27px;font-weight:900}.annual-content>h1{color:#0a9fe8;margin-bottom:26px}.annual-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.annual-heading h2,.annual-history-heading h2{font-size:16px;font-weight:900}.annual-heading button{display:flex;align-items:center;color:#767676;font-size:11px;font-weight:700}.annual-heading svg{width:14px}.annual-list{display:grid;gap:12px}.annual-item{width:100%;min-height:112px;background:#fff;border-radius:24px;padding:16px 18px;text-align:left}.annual-item>div{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.annual-item>div>span{min-width:44px;height:26px;border-radius:13px;display:grid;place-items:center;color:#fff;font-size:11px;font-weight:900}.annual-item span.upcoming{background:#e1e3e6}.annual-item span.history{background:#3abcff}.annual-item small{display:flex;align-items:center;color:#767676;font-size:11px;font-weight:700}.annual-item small svg{width:13px}.annual-item h3{font-size:13px;line-height:19px;font-weight:900;margin-bottom:6px}.annual-item p{font-size:12px;color:#767676;font-weight:700}.annual-history-heading{margin:30px 0 12px}.annual-history-heading p{margin-top:8px;font-size:12px;color:#8a8a8a;font-weight:700}.annual-dim{background:#0000006b}.annual-native-modal>header{margin-bottom:18px}.annual-radios{height:42px;display:flex;gap:10px;margin-bottom:16px}.annual-radios button{flex:1;border-radius:21px;background:#f1f1f1;color:#9a9a9a;font-size:12px;font-weight:800}.annual-radios button.active{border:1px solid #35b9f5;background:#fff;color:#35b9f5}.annual-actions{display:flex;gap:10px}.annual-actions>button{flex:1;height:54px;border-radius:27px;background:#f1f1f1;color:#9a9a9a;font-size:13px;font-weight:900}.annual-actions .native-submit{background:#36b8f4;color:#fff}@media(min-width:720px){.schedule-calendar-panel,.schedule-content,.annual-content{max-width:720px;margin-left:auto;margin-right:auto}}@supports (-webkit-touch-callout:none){.native-modal input,.native-modal textarea{font-size:16px}}.company-error{margin:7px 8px 0;color:#ef4223;font-size:11px;font-weight:700;line-height:16px}.attendance-screen{background:#f1f3f5}.attendance-content{padding:24px 16px 110px}.attendance-content>p,.attendance-content>h1{font-size:18px;line-height:26px;font-weight:900}.attendance-content em{color:#0a9fe8}.attendance-month{height:34px;display:flex;align-items:center;margin:22px 0 12px}.attendance-month button{width:28px;height:28px}.attendance-month svg{width:18px}.attendance-month b{font-size:19px;font-weight:900;margin:0 6px}.attendance-calendar{background:#fff;border-radius:26px;padding:34px 16px 30px}.attendance-week-labels,.attendance-row{display:grid;grid-template-columns:repeat(7,1fr)}.attendance-week-labels{height:26px;align-items:center;margin-bottom:8px}.attendance-week-labels span{text-align:center;font-size:11px;color:#8a8a8a;font-weight:700}.attendance-row{height:52px;align-items:center}.attendance-row>div{display:grid;place-items:center}.attendance-row span{width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-size:12px;font-weight:600}.attendance-row>div:nth-child(1):not(.muted){color:#ff2b2b}.attendance-row>div:nth-child(7):not(.muted){color:#0a8dff}.attendance-row .muted{color:#c9cdd2}.attendance-row .normal span{background:#3abcff;color:#fff}.attendance-row .absent span{background:#ff927e;color:#fff}.attendance-row .leave span{background:#c4a0ff;color:#fff}.attendance-row .late span{background:#ffde4a;color:#111}.page.profile{padding:24px 18px 110px;text-align:left}.page.profile .avatar{width:84px;height:84px;border-radius:24px;margin:0 0 18px;background:#d9d9d9}.page.profile>h1{font-size:20px;font-weight:900;margin-bottom:8px}.page.profile>p{font-size:12px;color:#111;font-weight:700;margin:0 0 18px}.page.profile>.primary{height:54px;border-radius:27px;background:#36b8f4;font-size:14px;font-weight:900;margin-bottom:28px}.page.profile>h2{font-size:18px;font-weight:900;margin:4px 0 12px}.page.profile .menu{height:42px;min-height:42px;border:0;font-size:13px;font-weight:700}.page.profile .menu svg{width:17px}.page.profile .switch{width:44px;height:26px;border-radius:13px;padding:2px}.page.profile .switch i{width:22px;height:22px}.page.profile .switch.on i{transform:translate(18px)}.page.profile .logout{width:100%;height:48px;margin:24px 0 0;color:#b7b7b7;font-size:12px;font-weight:500;text-decoration:none}.screen:has(.page.list){background:#fff}.page.list{padding:34px 18px 110px}.page.list .notice{background:transparent;border-radius:0;padding:0;margin-bottom:26px}.page.list .notice button{min-height:46px}.page.list .notice small{font-size:12px;color:#9a9a9a;font-weight:700;margin-bottom:8px}.page.list .notice b{font-size:14px;line-height:20px;font-weight:900}.page.list .notice>div{padding:12px 24px 0 0;font-size:12px;line-height:20px;font-weight:600}.screen:has(.salary){background:#f1f3f5}.page:has(.salary){padding:28px 18px 110px}.page:has(.salary)>p{font-size:19px;line-height:27px;font-weight:900}.page:has(.salary)>h1{font-size:19px;line-height:27px;font-weight:900;margin-bottom:28px}.card.salary{background:#fff;border-radius:28px;padding:22px;margin:0 0 18px}.card.salary h2{font-size:18px;font-weight:900;margin-bottom:18px}.card.salary p{min-height:24px;padding:0;font-size:12px;font-weight:800}.card.salary p b{font-weight:900}.profile-edit{padding:26px 22px 110px}.profile-edit .avatar{width:86px;height:86px;border-radius:28px;margin:0 auto 26px}.profile-edit label{gap:8px;font-size:12px;font-weight:900}.profile-edit input{height:48px;border:0;border-radius:24px;background:#f1f1f1;font-size:12px;font-weight:600}.profile-edit>.primary{height:54px;margin-top:4px}.header:has(+.page.profile){background:#fff}@media(min-width:720px){.attendance-content{max-width:720px;margin:auto}}.temp-password{padding:0 20px 46px}.temp-password>h1{min-height:130px;display:flex;align-items:flex-end;font-size:24px;line-height:1.4;font-weight:600}.temp-password>form{flex:1;padding-top:50px;display:flex;flex-direction:column;gap:16px}.temp-password label{display:grid;gap:11px;font-size:16px;font-weight:600}.temp-password input{width:100%;height:48px;border:1px solid #f3f3f3;border-radius:32px;background:#e8e8e8;padding:0 18px;font-size:12px}.temp-password .primary{margin-top:auto}.complete-modal{width:100%;max-width:340px;border-radius:24px;background:#fff;padding:42px 22px 22px;text-align:center}.complete-modal svg{width:76px;height:76px;color:#36b8f4;margin-bottom:30px}.complete-modal p{font-size:14px;font-weight:700;margin-bottom:34px}.complete-modal button{width:100%;height:54px;border-radius:27px;background:#36b8f4;color:#fff;font-size:14px;font-weight:800}
