@font-face{font-family:Pretendard;src:url(../fonts/Pretendard-Regular.woff2)format("woff2");font-weight:400;font-display:swap}@font-face{font-family:Pretendard;src:url(../fonts/Pretendard-SemiBold.woff2)format("woff2");font-weight:500 800;font-display:swap}:root{font-synthesis:none;color:#2b3034;--brand:#eb5c41;--accent:#bd402b;--accent-hover:#a93422;--accent-soft:#fff0eb;--ink:#2b3034;--muted:#6b7077;--subtle:#858a92;--line:#e8e8ec;--surface:#fff;--canvas:#f8f8fa;--success:#286c53;--success-soft:#edf7f1;background:#f8f8fa;font-family:Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{margin:0;font-size:14px}button,input,select,textarea{font:inherit}a,button,input,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit;white-space:nowrap;background:0 0;border:0;padding:0}button:disabled{cursor:default;opacity:.5}a{color:inherit;text-decoration:none}svg{flex-shrink:0;width:22px;height:22px}h1,h2,h3,p{margin:0}[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:2px solid var(--accent)}input,select{width:100%;min-width:0;height:48px;color:var(--ink);background:#fff;border:1px solid #dedde3;border-radius:9px;padding:13px 14px;font-size:14px;font-weight:400}select:not([multiple]):not([size]){appearance:none;background-image:url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22none%22%20stroke%3D%22%232b3034%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20d%3D%22m6%209%206%206%206-6%22%2F%3E%3C%2Fsvg%3E);background-position:right 14px center;background-repeat:no-repeat;background-size:16px 16px;padding-right:44px}select{cursor:pointer}select:disabled{cursor:default}input:disabled{background:var(--canvas)}::selection{color:var(--ink);background:#ffddcf}ol{margin:0}.flex-1{flex:1!important}.brand{align-items:center;max-width:100%;display:inline-flex}.brand img{width:230px;max-width:100%;height:auto;display:block}.eyebrow{letter-spacing:1.8px;color:var(--accent);font-weight:600}.primary-button{background:var(--accent);color:#fff;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;gap:12px;width:100%;min-height:48px;padding:13px 20px;font-weight:600;transition:background .15s,box-shadow .15s;display:inline-flex}.primary-button:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 4px 14px #bd402b1c}.secondary-button{background:#fff;border:1px solid #dcdde2;border-radius:9px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:10px 17px;font-weight:600;display:inline-flex}.secondary-button:hover:not(:disabled){background:#fff8f5;border-color:#c5b5b0}.accent-outline-button{border:1px solid var(--accent);min-height:44px;color:var(--accent);background:#fff;border-radius:9px;justify-content:center;align-items:center;gap:8px;padding:10px 17px;font-weight:600;display:inline-flex}.accent-outline-button:hover:not(:disabled){background:var(--accent-soft)}.text-button{color:var(--accent);text-underline-offset:4px;font-weight:600;text-decoration:underline}.muted{color:var(--muted)}.login-page{min-height:100dvh;padding-bottom:24px}.login-page,.login-story{flex-direction:column;display:flex;position:relative}.login-story{background-color:#f4e9e3;flex-shrink:0;height:510px;padding:30px}.login-story>.brand{z-index:1}.story-copy{text-align:center;flex-direction:column;justify-content:center;margin-top:70px;display:flex}.story-copy .eyebrow{letter-spacing:2px;color:#945c4d}.story-copy h1{letter-spacing:-2px;color:#303033;margin:24px 0 20px;font-size:56px;font-weight:600;line-height:1.3}.story-copy h1 em{color:var(--accent);font-style:normal}.story-copy>p{color:#75665f;font-size:15px}.care-art{max-width:440px;height:230px;margin:40px 0 0;position:relative}.care-art-card{background:#fffaf6;border:1px solid #ffffffb3;border-radius:24px;justify-content:center;align-items:center;width:220px;height:178px;display:flex;position:absolute;top:20px;right:30px;transform:rotate(-9deg);box-shadow:0 20px 42px #93695314}.care-art-card:before{content:"";border:1px solid #eadcd5;border-radius:16px;position:absolute;inset:14px}.care-art-card img{border-radius:24px;width:82px;height:82px;transform:rotate(9deg);box-shadow:0 10px 26px #df654721}.care-art-label{color:#51413b;background:#fff;border-radius:14px;align-items:center;gap:12px;padding:16px 21px;display:flex;position:absolute;top:103px;left:0;box-shadow:0 12px 30px #7959400c}.care-art-label>svg{color:var(--accent)}.care-art-label small{color:#8d7a70;letter-spacing:1.5px;margin-top:5px;display:block}.care-art-caption{letter-spacing:3px;color:#9e796c;position:absolute;bottom:2px;right:44px}.story-footer{color:#8e7164;justify-content:space-between;gap:16px;display:flex}.story-footer span{letter-spacing:1px}.login-main{background-color:#fff;border-radius:12px;flex-direction:column;flex-shrink:0;align-items:center;width:min(790px,100% - 140px);margin:-110px auto 32px;padding:60px 30px;display:flex;position:relative;box-shadow:4px 8px 16px #e1d9d580}.login-main .error-message,.login-main .notice-message,.login-main .status-message{background:0 0;border:0;margin-top:16px;padding:0}.login-kicker{letter-spacing:1.4px;color:var(--accent);align-items:center;gap:8px;font-weight:600;display:inline-flex}.login-kicker:before{content:"";background:var(--brand);border-radius:50%;width:6px;height:6px}.login-form-wrap{width:100%;min-width:0;max-width:420px}.login-feedback{overflow-wrap:anywhere;height:1lh;margin-top:16px;overflow-y:auto}.login-feedback .error-message,.login-feedback .notice-message{margin:0}.login-form-wrap h2{letter-spacing:-1px;text-align:center;margin-bottom:14px;font-size:34px;font-weight:600}.login-description{color:var(--muted);text-align:center;margin-bottom:36px}.field-stack{gap:23px}.field,.field-stack{flex-direction:column;display:flex}.field{gap:10px}.field label{justify-content:space-between;align-items:center;font-size:16px;font-weight:600;display:flex}.field input{width:100%;height:54px;color:var(--ink);background:#fff;border:1px solid #dedde1;border-radius:10px;padding:14px 16px;transition:border-color .15s}.field input::placeholder{color:#878c92}.field input:focus{border-color:var(--accent)}.password-field{position:relative}.password-field input{padding-right:50px}.eye-button{color:var(--muted);padding:9px;display:flex;position:absolute;top:8px;right:6px}.eye-button svg{width:20px;height:20px}.login-submit{justify-content:space-between;min-height:54px;margin-top:40px}.login-help{color:var(--muted);border-top:1px solid #e8e5e2;align-items:flex-start;gap:3px;margin-top:30px;padding-top:25px;display:flex}.login-help svg{width:16px;height:20px}.login-help p{line-height:1.4}.login-footer{letter-spacing:.4px;color:#7c7f84;flex-shrink:0;justify-content:space-between;gap:16px;width:calc(100% - 60px);margin:auto auto 0;display:flex}.mobile-brand{display:none}.error-message,.notice-message,.status-message{border-radius:9px;margin-top:18px;padding:13px 15px}.notice-message{background:var(--accent-soft);color:#8c4c39}.error-message{color:#a33d32;overflow-wrap:anywhere;background:#fff0ef;border:1px solid #f4d5d1}.status-message{color:#636871;background:#f0f0f3}.otp-account{border-bottom:1px solid var(--line);justify-content:space-between;gap:15px;padding-bottom:17px;display:flex}.otp-account>span{overflow-wrap:anywhere;min-width:0}.countdown{color:var(--accent);font-variant-numeric:tabular-nums}.expired{color:#a44035}.otp-input{letter-spacing:5px}.otp-input::placeholder{letter-spacing:0}.resend{align-self:flex-end}.workspace{min-height:100dvh;display:flex}.sidebar{border-right:1px solid var(--line);z-index:20;background:#fff;flex-direction:column;flex-shrink:0;width:250px;padding:36px 18px 24px;display:flex;position:fixed;inset:0 auto 0 0;overflow-y:auto}.sidebar-brand{margin:0 12px 36px}.sidebar .brand img{width:190px}.hospital-mark{background:#faf8f6;border-radius:12px;align-items:center;gap:11px;margin-bottom:32px;padding:15px 8px;display:flex}.hospital-icon{width:34px;height:34px;color:var(--accent);background:#fff;border:1px solid #eee6e0;border-radius:9px;flex-shrink:0;place-items:center;display:grid}.hospital-icon svg{width:19px;height:19px}.hospital-mark>div{min-width:0}.hospital-mark strong{overflow-wrap:anywhere;display:block}.hospital-mark div>span{color:var(--muted);margin-top:3px;display:block}.nav-label{color:#868990;margin:0 14px 12px}.nav-item{color:#62666e;border-radius:10px;align-items:center;gap:12px;min-height:47px;margin-bottom:6px;padding:13px 15px;transition:background .15s;display:flex}.nav-item span{color:#2b3034}a.nav-item:not(.active):hover{background-color:#faf4f0}.nav-item svg{width:19px;height:19px}.nav-item.active{color:#fff;background-color:#754a44;font-weight:600}.nav-item.active span{color:#fff}.nav-item.unavailable{color:#777c85}.nav-item small{white-space:nowrap;color:#7c8088;background:#f3f3f5;border-radius:5px;margin-left:auto;padding:3px 6px;font-size:12px}.sidebar-bottom{color:var(--muted);margin-top:auto;padding:34px 13px 0}.sidebar-bottom>svg{color:#9a8a7e;width:20px;height:20px}.sidebar-bottom p{margin-top:9px;font-size:12px}.sidebar-bottom>span{letter-spacing:1.8px;color:#909198;margin-top:22px;display:block}.workspace-main{flex-direction:column;flex:1;min-width:0;margin-left:250px;display:flex}.workspace-header{border-bottom:1px solid var(--line);background:#ffffffed;justify-content:space-between;align-items:center;gap:20px;min-height:80px;padding:18px 40px;display:flex}.header-location{color:var(--muted);align-items:center;gap:14px;min-width:0;display:flex}.header-location strong{color:var(--ink);font-weight:600}.breadcrumb-divider{color:#c6c7cd}.header-account{align-items:center;gap:11px;display:flex}.role-badge{color:#a54e37;white-space:nowrap;background:#fff2ec;border-radius:6px;padding:5px 8px}.header-account>strong{overflow-wrap:anywhere;max-width:140px;font-weight:500}.avatar{color:#866457;background:#f1ebe6;border-radius:50%;flex-shrink:0;place-items:center;width:33px;height:33px;display:grid}.logout-button{border-left:1px solid var(--line);color:var(--muted);align-items:center;gap:7px;margin-left:5px;padding:8px 0 8px 17px;display:flex}.logout-button svg{width:16px;height:16px}.workspace-content{flex:1;width:100%;padding:38px 40px 42px}.workspace-footer{color:#777c85;border-top:1px solid var(--line);letter-spacing:.5px;padding:22px 40px;font-size:12px}.page-heading,.workspace-footer{justify-content:space-between;display:flex}.page-heading{align-items:center;gap:24px;margin-bottom:40px}.page-heading h1{letter-spacing:-.9px;overflow-wrap:anywhere;font-size:30px;font-weight:600}.page-heading h1+p{color:#2b3034!important;margin-top:16px!important;font-size:15px!important}.verified-badge{white-space:nowrap;color:var(--success);border:1px solid var(--line);background:#fff;border-radius:20px;align-items:center;gap:7px;padding:9px 12px;display:inline-flex}.verified-badge svg{width:15px;height:15px}.welcome-panel{background:#f4e9e2;border:1px solid #efdfd4;border-radius:18px;min-height:280px;display:flex;position:relative;overflow:hidden}.welcome-copy{z-index:1;flex:1;padding:32px 38px;position:relative}.section-kicker{letter-spacing:2px;color:#93644f}.welcome-copy h2{letter-spacing:-1px;color:#463b35;margin:14px 0 12px;font-size:32px;font-weight:600}.welcome-copy p{color:#806c60}.welcome-link{color:var(--accent);align-items:center;gap:22px;margin-top:24px;font-weight:600;display:inline-flex}.welcome-link svg{width:17px;height:17px}.welcome-visual{flex-direction:column;justify-content:space-between;width:35%;min-width:235px;margin-right:40px;padding:32px 0;display:flex;position:relative}.visual-label{color:#9b7c6b;letter-spacing:-.3px;align-self:flex-end}.plus-sculpture{filter:drop-shadow(16px 22px 14px #a1542620);width:185px;height:185px;position:absolute;top:50%;left:50%;transform:translate(-50%,-46%)rotate(-12deg)}.plus-sculpture i{background:#e97958;border:1px solid #ef997c;border-radius:15px;display:block;position:absolute;box-shadow:inset 4px 4px 6px #ffffff30}.plus-sculpture i:first-child{width:64px;height:185px;top:0;left:60px}.plus-sculpture i:last-child{width:185px;height:64px;top:60px;left:0}.visual-caption{text-align:right;color:#9b7c6b;z-index:1;align-self:flex-end}.section-title{justify-content:space-between;align-items:center;gap:12px;margin:30px 0 16px;display:flex}.account-heading h2,.section-title h2{letter-spacing:-.3px;font-size:16px;font-weight:600}.section-title>span{color:var(--muted)}.quick-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.quick-card{border:1px solid var(--line);background:#fff;border-radius:14px;align-items:center;gap:16px;padding:23px;transition:border-color .15s,box-shadow .15s;display:flex}.quick-card:hover{border-color:#e7b4a5;box-shadow:0 5px 20px #63372508}.quick-icon{background:var(--accent-soft);width:46px;height:46px;color:var(--accent);border-radius:13px;flex-shrink:0;place-items:center;display:grid}.quick-card>div{flex:1;min-width:0}.quick-card h3{margin-bottom:7px;font-size:15px}.quick-card p{color:var(--muted)}.quick-card>svg{color:#9d8e88;width:18px;height:18px}.home-details{grid-template-columns:1.1fr 1fr;gap:22px;margin-top:26px;display:grid}.account-panel,.upcoming-panel{border:1px solid var(--line);background:#fff;border-radius:14px;min-width:0;padding:25px;scroll-margin-top:20px}.account-heading{align-items:center;gap:13px;display:flex}.account-heading p{color:var(--muted);margin-top:6px}.feature-icon{color:#8f7b6c;background:#f6f3f0;border-radius:10px;flex-shrink:0;place-items:center;width:37px;height:37px;display:grid}.feature-icon svg{width:19px;height:19px}.account-details{border-top:1px solid var(--line);grid-template-columns:1.1fr 1fr .7fr;gap:20px 14px;margin:22px 0 0;padding-top:21px;display:grid}.account-details dt{color:var(--muted);margin-bottom:8px}.account-details dd{overflow-wrap:anywhere;margin:0}.account-details dd span{color:var(--muted);margin-top:4px;display:block}.scope-detail{border-top:1px solid var(--line);grid-column:1/-1;padding-top:17px}.scope-detail dd{color:#625b56}.upcoming-panel>.section-title{margin:0 0 10px}.coming-badge{color:var(--muted);background:#f2f2f4;border-radius:5px;padding:5px 8px}.feature-grid{gap:0;display:grid}.feature-card{border-bottom:1px solid #f1f1f3;align-items:center;gap:13px;padding:16px 0;display:flex}.feature-card:last-child{border:0;padding-bottom:0}.feature-card h3{margin-bottom:5px;font-weight:600}.feature-card p{color:var(--muted)}.empty-permissions{color:var(--muted);align-items:flex-start;gap:14px;padding:28px 0;display:flex}.empty-permissions h3{color:var(--ink)}.empty-permissions p{margin-top:8px}.workspace-error{margin:0 0 20px}.workspace-error button{margin-left:10px}.menu-toggle,.sidebar-overlay{display:none}.skip-link{opacity:0;pointer-events:none;z-index:50;border:1px solid var(--accent);background:#fff;border-radius:8px;padding:15px;position:fixed;top:-100px;left:20px}.skip-link:focus{opacity:1;pointer-events:auto;top:10px}.page-loading{min-height:100dvh;color:var(--muted);place-items:center;display:grid}.access-page{background:#faf7f4;flex-direction:column;justify-content:center;align-items:center;gap:34px;min-height:100dvh;padding:35px 20px;display:flex}.access-card{text-align:center;background:#fff;border:1px solid #eee5df;border-radius:20px;max-width:470px;padding:42px 34px;box-shadow:0 15px 45px #5f3c2006}.access-icon{background:var(--accent-soft);width:64px;height:64px;color:var(--accent);border-radius:18px;place-items:center;margin:0 auto 25px;display:grid}.access-icon svg{width:28px;height:28px}.access-card h1{letter-spacing:-.7px;font-size:23px}.access-card p{color:var(--muted);margin:18px 0 27px}.access-card .primary-button{min-height:48px}.card-title{letter-spacing:-.6px;overflow-wrap:anywhere;margin-bottom:16px;font-size:24px}.hospital-card{border:1px solid var(--line);background-color:#fff;border-radius:16px;padding:28px}.card-desc{color:var(--muted);line-height:1.5}.btn-input{width:auto!important}.card-header{margin-bottom:60px}.search-row{align-items:end;gap:6px;display:flex}.content-wrap{flex-direction:column;gap:22px;display:flex}.pagination{color:var(--muted);justify-content:center;align-items:center;gap:16px;margin-top:36px;display:flex}.pagination span{color:#2b3034;font-weight:500}.connection-help{background-color:#f6f3f0;border-color:#eae3dd;border-radius:16px;margin-top:40px;padding:28px}.connection-help strong{margin-bottom:20px;font-size:16px;display:block}.connection-help ol{color:#2b3034;padding-left:16px}.connection-help ol,.input-container{flex-direction:column;gap:10px;display:flex}.input-container label{font-size:16px;font-weight:600}.empty-state{text-align:center;color:#a5a5a5;background-color:#fff;padding:100px 20px}.input-box{flex-direction:column;gap:10px;min-width:0;display:flex}.input-box small{color:var(--muted);font-size:13px;font-weight:400}@media (width>=1600px){.story-copy{align-self:center}.care-art{margin-top:55px}}@media (width<=1150px){.workspace-content{padding:30px 25px}.workspace-header{padding:18px 25px}.home-details{grid-template-columns:1fr}.welcome-copy{padding:30px}.welcome-visual{min-width:170px;margin-right:26px}.plus-sculpture{transform:translate(-50%,-46%)rotate(-12deg)scale(.8)}.quick-card{gap:12px;padding:20px}.quick-icon{width:38px;height:38px}.quick-card>svg{display:none}.page-heading{flex-wrap:wrap;align-items:flex-start;gap:14px}}@media (width<=800px){.login-page{grid-template-columns:1fr;gap:0;padding:0 0 24px}.story-copy h1{font-size:40px}.brand img{width:180px}.login-main{margin-top:-170px}.sidebar{transition:transform .2s;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-overlay{z-index:19;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#29252466;display:block;position:fixed;inset:0}.workspace-main{margin-left:0}.menu-toggle{color:var(--ink);margin-left:-6px;padding:6px;display:flex}.workspace-header{min-height:70px;padding:16px 20px}.header-location{gap:9px}.breadcrumb-divider,.header-location>span:first-of-type{display:none}.header-account{gap:8px}.header-account>.avatar{display:none}.logout-button{margin-left:2px;padding-left:10px}.workspace-content{padding:28px 20px}.workspace-footer{padding:20px}.page-heading h1{font-size:27px}.welcome-visual{min-width:200px}.home-details{gap:18px}}@media (width<=540px){.login-form-wrap h2{font-size:30px}.header-account>strong{max-width:70px}.header-account .role-badge{padding:4px 6px}.logout-button span{display:none}.logout-button svg{width:18px;height:18px}.page-heading{margin-bottom:22px}.page-heading h1{font-size:25px}.verified-badge{padding:7px 10px}.welcome-copy{padding:26px}.welcome-copy h2{font-size:29px}.welcome-visual{display:none}.welcome-panel{min-height:0}.quick-grid{grid-template-columns:1fr;gap:12px}.quick-card{padding:20px}.quick-card>svg{display:block}.section-title{margin-top:26px}.account-panel,.upcoming-panel{padding:21px}.account-details{grid-template-columns:1fr 1fr;gap:20px}.account-details>div:nth-child(3){grid-column:1/-1}.account-heading h2{font-size:15px}.access-card{padding:32px 23px}.access-card h1{font-size:21px}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
