/* Gangnam-gu employee service theme
   Brand anchor: GN Deep Blue #144196 (R20 G65 B150). */
:root{
  --ink:#172033;
  --ink2:#536078;
  --ink3:#7E899D;
  --line:#E4E9F2;
  --line2:#CDD5E3;
  --bg:#F3F6FC;
  --card:#FFFFFF;
  --gr:#144196;
  --gr-soft:#EAF0FB;
  --gr-line:#AFC2E7;
  --am:#9A6100;
  --am-soft:#FFF4DD;
  --rd:#B4232F;
  --rd-soft:#FDECEF;
  --map:#E9EEF5;
  --road:#F8FAFD;
}

body{
  background:
    radial-gradient(circle at 12% 10%,rgba(88,185,231,.15),transparent 26rem),
    linear-gradient(145deg,#EDF2FA 0%,#F8FAFD 56%,#E9EFF9 100%);
  overflow-x:hidden;
}

#app,#view,.screen{min-width:0;max-width:100%;overflow-x:hidden}
#app{box-shadow:0 24px 80px rgba(20,65,150,.14)}
@media(min-width:600px){
  #app{width:500px;border:1px solid rgba(20,65,150,.12)}
}

.topbar{
  min-height:58px;
  padding:13px 20px;
  border-color:var(--line);
  background:rgba(255,255,255,.97);
  box-shadow:0 1px 0 rgba(20,65,150,.03);
}
.topbar .cnt{font-size:18px;font-weight:720;letter-spacing:-.025em}
.topbar .cnt em{color:var(--gr);font-weight:780}
.topbar .mo,.topbar .mo a,.topbar .mo button{color:#64728A;font-weight:550}
.topbar .back{
  width:32px;height:32px;margin:-2px 6px -2px -7px;padding:0;
  border-radius:10px;background:var(--gr-soft);color:var(--gr);
  display:inline-flex;align-items:center;justify-content:center;font-size:20px;
}
.map-topbar{
  min-height:76px;align-items:flex-end;padding:12px 20px 13px;
  color:#fff;border:0;
  background:linear-gradient(120deg,#0F347C 0%,#144196 62%,#1760B8 100%);
  box-shadow:0 8px 24px rgba(14,50,119,.2);z-index:2;
}
.map-topbar .app-kicker{color:#BFD4FA;margin-bottom:2px}
.map-topbar .cnt{font-size:20px}
.map-topbar .cnt em{color:#fff}
.map-topbar .mo{color:#DCE7FA;background:rgba(255,255,255,.12);padding:4px 9px;border-radius:999px}
.app-kicker,.service-kicker{
  color:var(--gr);font-size:10px;line-height:1.4;font-weight:750;
  letter-spacing:.11em;text-transform:uppercase;
}

.tabs{
  padding:7px 10px calc(7px + env(safe-area-inset-bottom));
  gap:8px;border-color:var(--line);box-shadow:0 -8px 28px rgba(20,65,150,.08);
}
.tabs a{
  min-height:54px;padding:7px 8px 5px;border-radius:14px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;
  color:#7A879C;font-size:11px;font-weight:600;
}
.tabs a.on{color:var(--gr);background:var(--gr-soft);box-shadow:none}
.tabs .ic,.tabs a.on .ic{width:22px;height:22px;margin:0;border:0;background:none}
.tabs .ic svg{display:block;width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}

.leaflet-container{filter:saturate(.78) contrast(.97)}
.leaflet-control-attribution{border-radius:0 8px 0 0!important;color:#66738A!important}
.pin{border-color:#B5C5E3;color:var(--gr);box-shadow:0 4px 12px rgba(28,49,91,.13)}
.pin b{background:#1D67C7}
.pin.fav{background:var(--gr);border-color:var(--gr)}
.pin.sel{box-shadow:0 0 0 3px rgba(20,65,150,.22),0 8px 20px rgba(20,65,150,.24)}
.mcl{border-color:var(--gr);color:var(--gr);box-shadow:0 0 0 5px rgba(20,65,150,.12),0 4px 12px rgba(20,65,150,.16)}
.mcl.m{background:#DFE9FA}.mcl.l{background:var(--gr)}
.me{background:#00A8DE;box-shadow:0 0 0 6px rgba(0,168,222,.2)}
.gps{width:44px;height:44px;right:16px;border:0;box-shadow:0 7px 24px rgba(20,43,83,.2)}
.gps b{border-color:var(--gr)}
.locbar{border:0;border-left:3px solid var(--gr);border-radius:10px;box-shadow:0 6px 18px rgba(20,43,83,.14)}

.sheet{
  left:6px;right:6px;bottom:0;border:0;border-radius:24px 24px 0 0;
  box-shadow:0 -12px 38px rgba(20,43,83,.17);
}
.grab-zone{padding-top:10px}.grab{width:38px;height:5px;background:#CBD4E2}
.sheet-body{padding-left:20px;padding-right:20px}
.sheet-foot{padding-left:20px;padding-right:20px}
.sheet h3{font-size:18px;font-weight:720;color:#172033}
.lgroup,.sect{color:#6E7B91;font-weight:700;letter-spacing:.02em}
.lrow{padding:13px 0;border-color:#E8ECF3}
.lrow .nm{font-weight:650;color:#1B263A}
.lrow .mt{color:#7C8799}
.lrow:active{background:#F5F7FB}
.star.on{color:#F3A712}
.other{color:var(--gr);font-weight:700}

.btn{
  min-height:50px;border-radius:13px;background:linear-gradient(110deg,#123A88,#1556AF);
  box-shadow:0 8px 18px rgba(20,65,150,.2);font-weight:700;letter-spacing:-.01em;
}
.btn:active{transform:translateY(1px);box-shadow:0 4px 10px rgba(20,65,150,.18)}
.btn.ghost,.btn.danger{box-shadow:none;background:#fff}
.btn.ghost{color:var(--gr);border-color:#B8C6DF}
.inp{
  border-color:#C9D3E2;border-radius:12px;background:#FBFCFE;
  transition:border-color .18s,box-shadow .18s,background .18s;
}
.inp:focus{outline:none;border-color:var(--gr);background:#fff;box-shadow:0 0 0 4px rgba(20,65,150,.11)}
.field label{font-weight:620;color:#48566D}
.chip{border-color:#CED7E5;color:#58667C;font-weight:550}
.chip.on{background:var(--gr);border-color:var(--gr);color:#fff}
.stepper{border-color:#C9D3E2;border-radius:13px;background:#FBFCFE}
.stepper .qb{border:0;background:var(--gr-soft);color:var(--gr);font-weight:700}
.badge,.st,.flag{border-radius:999px}

.sum{margin:12px 16px 0;border:0;border-radius:16px;background:linear-gradient(135deg,#F2F6FD,#EAF0FB);overflow:hidden}
.sum > div{padding:15px 0;border-color:#D8E2F2}
.sum .k{color:#6B7890;font-weight:600}.sum .v{font-weight:760}.sumlink{padding-right:20px}
.filters{padding-top:4px}.hist{padding-left:20px;padding-right:20px}
.hrow{padding:15px 2px;border-color:#E8ECF3}.hrow .nm{font-weight:650}
.dcard{border:0;background:#F7F9FC;border-radius:16px;box-shadow:inset 0 0 0 1px #E1E7F0}
.prof .av{background:linear-gradient(140deg,#144196,#2280CF);box-shadow:0 6px 16px rgba(20,65,150,.22)}
.srow{padding:15px 0;border-color:#E8ECF3}.tg.on{background:var(--gr)}
.sub-form{background:#F2F5FA}.notice.hl{background:#ECF2FC}
.profile-card{margin:4px 0 14px;padding:20px;border:0;border-radius:20px;background:linear-gradient(135deg,#103778,#1763B7);color:#fff;box-shadow:0 12px 30px rgba(20,65,150,.2)}
.profile-card .av{width:54px;height:54px;background:rgba(255,255,255,.18);box-shadow:inset 0 0 0 1px rgba(255,255,255,.25)}
.profile-card .profile-copy{min-width:0}.profile-card .nm{font-size:19px;font-weight:750}.profile-card .nm span{margin-left:2px;font-size:14px;font-weight:550;color:#DCE8FA}
.profile-card .dp{color:#D7E4F8}.profile-card .dp.email{margin-top:3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mypage-quick{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:22px}
.mypage-quick a{min-width:0;padding:15px;border:1px solid #E0E7F1;border-radius:16px;background:#fff;color:var(--ink);box-shadow:0 5px 18px rgba(35,56,92,.06)}
.mypage-quick .quick-ic{width:30px;height:30px;display:flex;align-items:center;justify-content:center;margin-bottom:10px;border-radius:10px;background:var(--gr-soft);color:var(--gr);font-size:13px;font-weight:800}
.mypage-quick b,.mypage-quick small{display:block}.mypage-quick b{font-size:14px}.mypage-quick small{margin-top:3px;color:var(--ink3);font-size:11.5px}

.login{
  position:relative;width:100%;max-width:100%;min-width:0;padding:30px 30px 28px;overflow-x:hidden;overflow-anchor:none;
  background:
    radial-gradient(circle at 108% 0,transparent 0 73px,rgba(20,65,150,.055) 74px 114px,transparent 115px),
    linear-gradient(160deg,#EDF3FD 0%,#FFFFFF 44%,#FFFFFF 100%);
}
.login:before{
  content:none;
}
.brand-lockup{display:flex;align-items:center;gap:10px;min-width:0;max-width:100%;margin-bottom:58px;position:relative;z-index:1;color:var(--gr)}
.brand-ci{display:block;width:132px;height:auto;max-width:54vw}
.login .mark{width:54px;height:54px;border-radius:17px;margin-bottom:18px;background:linear-gradient(135deg,#144196,#1773C7);box-shadow:0 10px 24px rgba(20,65,150,.24)}
.login h2{font-size:27px;font-weight:780;color:#172033;margin-top:5px}
.login .sub{font-size:15px;color:#59667C;margin-top:7px;margin-bottom:18px}
.login form{position:relative;z-index:1}
.login .btn{margin-top:18px}
.auth-switch{text-align:center;margin-top:18px;color:#6B7890;font-size:13px}
.auth-switch button{color:var(--gr);font-weight:700;text-decoration:underline;text-underline-offset:3px}
.auth-alert{margin:14px 0 0;line-height:1.45}
.privacy-check{display:flex;gap:10px;align-items:flex-start;margin-top:18px;padding:13px;border:1px solid #D8E1EF;border-radius:12px;background:#F7F9FD;color:#3E4C63;font-size:13px;line-height:1.45;cursor:pointer}
.privacy-check input{width:17px;height:17px;margin:1px 0 0;accent-color:var(--gr);flex:none}
.privacy-check span{display:flex;flex-direction:column;gap:3px;min-width:0}.privacy-check small{color:#7A879A;font-size:11.5px;font-weight:450}
.auth-copy{max-width:100%;line-height:1.65;overflow-wrap:anywhere;word-break:break-word}.auth-copy b{color:var(--ink);overflow-wrap:anywhere}
.auth-dev-link{display:flex;align-items:center;justify-content:center;text-decoration:none;margin-top:22px}
.auth-dev-note{font-size:11px;line-height:1.5;color:#8A650D;background:#FFF7E5;border-radius:9px;padding:9px 10px;margin-top:8px}
.auth-spinner{display:flex;justify-content:center;padding:22px 0}
.scroll,.sheet-body,.hist,.login{scrollbar-width:none;-ms-overflow-style:none}
.scroll::-webkit-scrollbar,.sheet-body::-webkit-scrollbar,.hist::-webkit-scrollbar,.login::-webkit-scrollbar{display:none;width:0;height:0}
.login .field{margin-top:15px}.login .inp{padding:14px 15px}
.login .foot{font-size:12px;color:#7A879B;line-height:1.65}.login .foot b{color:#53627A;font-weight:650}
.location-gate{flex:1;min-height:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 26px;text-align:center;background:linear-gradient(180deg,#fff 0,#f5f8fc 100%)}
.location-gate>img{width:min(210px,70%);height:auto;margin-bottom:42px}.location-gate-mark{width:64px;height:64px;border-radius:22px;display:flex;align-items:center;justify-content:center;background:#144196;color:#fff;font-size:38px;line-height:1;box-shadow:0 12px 28px rgba(20,65,150,.24)}
.location-gate h2{margin-top:20px;font-size:23px;color:#172033}.location-gate p{margin-top:9px;color:#59667c;font-size:14px;line-height:1.65;word-break:keep-all}.location-privacy{margin:18px 0 4px;padding:13px 15px;border-radius:12px;background:#eaf1fb;color:#53627a;font-size:12px;line-height:1.55;word-break:keep-all}
.location-gate .btn{max-width:270px;margin-top:12px}.location-gate .btn.ghost{margin-top:8px}.location-spinner{width:42px;height:42px;margin:4px 0 12px;border:4px solid #dce6f4;border-top-color:#144196;border-radius:50%;animation:location-spin .8s linear infinite}@keyframes location-spin{to{transform:rotate(360deg)}}
.required-state{flex:none;padding:5px 10px;border-radius:999px;background:#e7f4ef;color:#147258;font-size:12px;font-weight:700}
.pin-dots i.on{background:var(--gr);border-color:var(--gr)}

.alert{border-radius:12px}.noti{border:0;border-left:4px solid var(--gr);box-shadow:0 10px 32px rgba(20,43,83,.19)}
.toastmsg{background:#14213A;border-radius:12px;box-shadow:0 8px 26px rgba(7,21,48,.28)}

@media(max-width:360px){
  .login{padding-left:22px;padding-right:22px}.brand-lockup{margin-bottom:38px}
  .map-topbar{min-height:68px}.map-topbar .cnt{font-size:18px}
}

@media(prefers-reduced-motion:reduce){
  *,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}
