:root{--gws-pw-primary:#e64a19;--gws-pw-primary-dark:#ba3512;--gws-pw-ink:#251913;--gws-pw-muted:#78665e;--gws-pw-bg:#fff7f2;--gws-pw-card:#fff;--gws-pw-line:#f0ddd2;--gws-pw-soft:#fff0e8;--gws-pw-success:#16794b;--gws-pw-danger:#b3261e;--gws-pw-shadow:0 14px 42px rgba(92,45,22,.10)}
.gws-pw-shell{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--gws-pw-ink);background:linear-gradient(180deg,#fff 0,#fff7f2 26%,#fff 100%);min-height:100vh;max-width:1100px;margin:0 auto;box-sizing:border-box;padding-bottom:92px}
.gws-pw-shell *{box-sizing:border-box}.gws-pw-shell a{text-decoration:none}.gws-pw-topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:12px 18px;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);border-bottom:1px solid rgba(240,221,210,.85)}
.gws-pw-brand{display:flex;align-items:center;gap:11px;color:var(--gws-pw-ink)}.gws-pw-brandmark,.gws-pw-logo{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:linear-gradient(145deg,var(--gws-pw-primary),#ff7a45);color:#fff;font-weight:900;font-size:22px;box-shadow:0 7px 20px rgba(230,74,25,.24)}.gws-pw-brand strong,.gws-pw-brand small{display:block;line-height:1.12}.gws-pw-brand strong{font-size:16px}.gws-pw-brand small{font-size:11px;color:var(--gws-pw-muted);margin-top:3px}.gws-pw-iconbtn{width:42px;height:42px;border:1px solid var(--gws-pw-line);border-radius:13px;background:#fff;color:var(--gws-pw-primary);font-size:24px;cursor:pointer}
.gws-pw-main{padding:20px 18px 38px}.gws-pw-loading{min-height:52vh;display:grid;place-items:center;align-content:center;gap:12px;color:var(--gws-pw-muted)}.gws-pw-loading span{width:35px;height:35px;border-radius:50%;border:3px solid var(--gws-pw-line);border-top-color:var(--gws-pw-primary);animation:gws-spin .8s linear infinite}@keyframes gws-spin{to{transform:rotate(360deg)}}
.gws-pw-hero{display:grid;grid-template-columns:1.45fr .75fr;gap:24px;align-items:stretch;background:radial-gradient(circle at 100% 0,#ffd9c8 0,transparent 36%),linear-gradient(135deg,#fff,#fff5ee);border:1px solid var(--gws-pw-line);border-radius:28px;padding:28px;box-shadow:var(--gws-pw-shadow)}.gws-pw-eyebrow{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:850;color:var(--gws-pw-primary)}.gws-pw-hero h1,.gws-pw-pagehero h1,.gws-pw-success h1{font-size:clamp(30px,6vw,50px);line-height:1.02;letter-spacing:-.04em;margin:8px 0 12px}.gws-pw-hero p,.gws-pw-pagehero p{color:var(--gws-pw-muted);font-size:16px;line-height:1.55;margin:0;max-width:650px}.gws-pw-hero__cta{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:24px;border-radius:22px;background:linear-gradient(145deg,var(--gws-pw-primary),#f76535);color:#fff;box-shadow:0 18px 35px rgba(230,74,25,.22);transition:.18s ease}.gws-pw-hero__cta:hover{transform:translateY(-2px)}.gws-pw-hero__cta>span{font-size:34px;line-height:1}.gws-pw-hero__cta strong{font-size:20px;margin-top:12px}.gws-pw-hero__cta small{opacity:.82;margin-top:4px;line-height:1.35}
.gws-pw-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.gws-pw-stats a{padding:18px;border-radius:20px;background:#fff;border:1px solid var(--gws-pw-line);color:var(--gws-pw-ink);box-shadow:0 7px 24px rgba(80,45,30,.05)}.gws-pw-stats strong,.gws-pw-stats span{display:block}.gws-pw-stats strong{font-size:28px;line-height:1}.gws-pw-stats span{font-size:12px;color:var(--gws-pw-muted);margin-top:8px}.gws-pw-stats a.is-alert{border-color:#f3b4ac;background:#fff5f4}.gws-pw-stats a.is-alert strong{color:var(--gws-pw-danger)}
.gws-pw-pushbox{display:flex;align-items:center;justify-content:space-between;gap:16px;border-radius:20px;background:#251913;color:#fff;padding:16px 18px;margin:16px 0 28px}.gws-pw-pushbox>div{display:flex;align-items:center;gap:13px}.gws-pw-pushbox__icon{font-size:26px}.gws-pw-pushbox strong,.gws-pw-pushbox p{display:block;margin:0}.gws-pw-pushbox p{font-size:12px;opacity:.72;margin-top:3px}.gws-pw-sectionhead{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:28px 2px 14px}.gws-pw-sectionhead h2{font-size:26px;margin:4px 0 0;letter-spacing:-.025em}.gws-pw-sectionhead a{color:var(--gws-pw-primary);font-weight:750;font-size:13px}
.gws-pw-list{display:grid;gap:13px}.gws-pw-card{background:#fff;border:1px solid var(--gws-pw-line);border-radius:22px;padding:19px;box-shadow:0 8px 26px rgba(80,45,30,.055)}.gws-pw-card.is-overdue{border-left:5px solid var(--gws-pw-primary)}.gws-pw-card__head{display:flex;justify-content:space-between;gap:14px;align-items:start}.gws-pw-card__head h3{font-size:21px;margin:5px 0 0;letter-spacing:-.02em}.gws-pw-card__time{font-size:13px;font-weight:800;color:var(--gws-pw-primary);display:flex;align-items:center;gap:8px;flex-wrap:wrap}.gws-pw-badge{display:inline-flex;padding:4px 7px;border-radius:999px;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.gws-pw-badge--danger{background:#fff0ee;color:var(--gws-pw-danger)}.gws-pw-reason{background:var(--gws-pw-soft);color:#8c3b1f;padding:7px 10px;border-radius:999px;font-size:11px;font-weight:750;white-space:nowrap}.gws-pw-card__meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--gws-pw-muted);font-size:12px;margin:12px 0}.gws-pw-card__meta small{display:block;width:100%}.gws-pw-card__note{background:#fffaf7;border-radius:14px;padding:11px 13px;color:#5d4c45;font-size:13px;line-height:1.5;margin:11px 0}.gws-pw-card__actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.gws-pw-btn,.gws-pw-smallbtn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;cursor:pointer;font-weight:800;border-radius:13px;transition:.16s ease}.gws-pw-btn{padding:12px 16px;font-size:13px}.gws-pw-smallbtn{padding:9px 11px;font-size:12px;background:#f7f2ef;color:#48362f}.gws-pw-smallbtn:hover,.gws-pw-btn:hover{transform:translateY(-1px)}.gws-pw-btn--primary{background:var(--gws-pw-primary);color:#fff}.gws-pw-btn--secondary{background:#fff;color:var(--gws-pw-primary)}.gws-pw-btn--route{background:#241c18;color:#fff}.gws-pw-smallbtn--done{background:#ecf8f2;color:var(--gws-pw-success)}button:disabled{opacity:.55;cursor:default;transform:none!important}
.gws-pw-pagehero{padding:24px 2px 20px}.gws-pw-pagehero--compact{padding-bottom:12px}.gws-pw-pagehero h1{font-size:clamp(31px,6vw,45px)}.gws-pw-empty{text-align:center;background:#fff;border:1px dashed #e8cfc2;border-radius:24px;padding:38px 22px;color:var(--gws-pw-muted)}.gws-pw-empty h2{color:var(--gws-pw-ink);margin:8px 0}.gws-pw-empty__icon{display:grid;place-items:center;margin:0 auto;width:54px;height:54px;border-radius:18px;background:var(--gws-pw-soft);color:var(--gws-pw-primary);font-size:25px;font-weight:900}.gws-pw-empty .gws-pw-btn{margin-top:12px}
.gws-pw-form{display:grid;gap:14px}.gws-pw-formcard{display:grid;grid-template-columns:42px 1fr;gap:15px;background:#fff;border:1px solid var(--gws-pw-line);border-radius:24px;padding:19px;box-shadow:0 8px 28px rgba(80,45,30,.05)}.gws-pw-formcard--location{background:linear-gradient(145deg,#fff,#fff7f2)}.gws-pw-formcard__number{display:grid;place-items:center;width:38px;height:38px;border-radius:13px;background:var(--gws-pw-soft);color:var(--gws-pw-primary);font-weight:900}.gws-pw-formcard h2{font-size:21px;margin:3px 0 4px}.gws-pw-formcard p{font-size:13px;color:var(--gws-pw-muted);margin:0 0 14px;line-height:1.5}.gws-pw-field{display:grid;gap:6px;margin:11px 0}.gws-pw-field span,.gws-pw-label{font-size:12px;font-weight:800;color:#58483f}.gws-pw-field em{font-style:normal;font-weight:500;color:#9b8a81}.gws-pw-field input,.gws-pw-field textarea{width:100%;border:1px solid #e7d6cc;background:#fffcfa;border-radius:13px;padding:12px 13px;font:inherit;font-size:14px;color:var(--gws-pw-ink);outline:none}.gws-pw-field input:focus,.gws-pw-field textarea:focus{border-color:#f08c68;box-shadow:0 0 0 3px rgba(230,74,25,.08)}.gws-pw-fieldrow{display:grid;grid-template-columns:1fr 1fr;gap:10px}.gws-pw-locationbtn{width:100%;display:grid;grid-template-columns:auto 1fr;column-gap:12px;text-align:left;align-items:center;border:2px solid #f2c3af;border-radius:18px;padding:14px;background:#fff;color:var(--gws-pw-ink);cursor:pointer}.gws-pw-locationbtn>span{grid-row:1/3;display:grid;place-items:center;width:42px;height:42px;border-radius:14px;background:var(--gws-pw-primary);color:#fff;font-size:22px}.gws-pw-locationbtn strong,.gws-pw-locationbtn small{display:block}.gws-pw-locationbtn small{color:var(--gws-pw-muted);margin-top:3px}.gws-pw-locationbtn.is-success{border-color:#9dd3b9;background:#f5fbf8}.gws-pw-locationbtn.is-success>span{background:var(--gws-pw-success)}.gws-pw-locationbtn.is-loading>span{animation:gws-pulse 1s infinite}@keyframes gws-pulse{50%{opacity:.45}}.gws-pw-accuracy{font-size:11px;color:var(--gws-pw-success);margin-top:8px}.gws-pw-chips,.gws-pw-quicktimes{display:flex;flex-wrap:wrap;gap:7px;margin:7px 0 13px}.gws-pw-chips button,.gws-pw-quicktimes button{border:1px solid #ead8ce;background:#fffaf7;color:#5c473d;border-radius:999px;padding:8px 11px;font-size:11px;font-weight:750;cursor:pointer}.gws-pw-chips button.is-selected{background:var(--gws-pw-primary);border-color:var(--gws-pw-primary);color:#fff}.gws-pw-field--time input{font-size:16px;font-weight:750}.gws-pw-submit{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center;text-align:left;border:0;border-radius:21px;padding:17px 19px;background:linear-gradient(145deg,var(--gws-pw-primary),#f76634);color:#fff;box-shadow:0 14px 30px rgba(230,74,25,.22);cursor:pointer}.gws-pw-submit>span{grid-row:1/3;font-size:25px}.gws-pw-submit strong{font-size:17px}.gws-pw-submit small{opacity:.8;margin-top:2px}
.gws-pw-success{text-align:center;background:#fff;border:1px solid var(--gws-pw-line);border-radius:28px;padding:38px 22px;box-shadow:var(--gws-pw-shadow)}.gws-pw-success__check{display:grid;place-items:center;margin:0 auto 16px;width:70px;height:70px;border-radius:25px;background:#e9f8f0;color:var(--gws-pw-success);font-size:35px;font-weight:900}.gws-pw-success p{color:var(--gws-pw-muted)}.gws-pw-success__actions{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:20px}
.gws-pw-helpgrid{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}.gws-pw-helpgrid article{position:relative;background:#fff;border:1px solid var(--gws-pw-line);border-radius:22px;padding:21px}.gws-pw-helpgrid article>span{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;background:var(--gws-pw-soft);color:var(--gws-pw-primary);font-weight:900}.gws-pw-helpgrid h2{font-size:18px;margin:12px 0 6px}.gws-pw-helpgrid p{font-size:13px;color:var(--gws-pw-muted);line-height:1.55;margin:0 0 12px}.gws-pw-auth{margin:80px auto;max-width:480px;text-align:center;background:#fff;border:1px solid var(--gws-pw-line);border-radius:28px;padding:35px;box-shadow:var(--gws-pw-shadow)}.gws-pw-auth .gws-pw-logo{margin:0 auto}.gws-pw-auth h1{font-size:30px}.gws-pw-auth p{color:var(--gws-pw-muted);line-height:1.55}
.gws-pw-bottomnav{position:fixed;z-index:60;left:50%;bottom:10px;transform:translateX(-50%);width:min(calc(100% - 20px),760px);display:grid;grid-template-columns:repeat(5,1fr);align-items:end;background:rgba(36,27,22,.95);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:7px;box-shadow:0 18px 42px rgba(24,12,7,.27)}.gws-pw-bottomnav a{display:flex;flex-direction:column;align-items:center;gap:2px;color:#d4c9c3;font-size:9px;font-weight:700;padding:8px 4px;border-radius:14px}.gws-pw-bottomnav a>span{font-size:18px;line-height:1}.gws-pw-bottomnav a.is-active{background:rgba(255,255,255,.10);color:#fff}.gws-pw-bottomnav__new{background:var(--gws-pw-primary)!important;color:#fff!important;transform:translateY(-8px);box-shadow:0 8px 18px rgba(230,74,25,.33)}.gws-pw-bottomnav__new>span{font-size:26px!important}
.gws-pw-toast{position:fixed;z-index:100;left:50%;top:18px;transform:translateX(-50%);width:min(92%,520px);background:#20201e;color:#fff;border-radius:15px;padding:13px 16px;text-align:center;font-size:13px;font-weight:700;box-shadow:0 12px 30px rgba(0,0,0,.22)}.gws-pw-toast[data-kind="error"]{background:var(--gws-pw-danger)}
@media(max-width:720px){.gws-pw-main{padding:14px 12px 28px}.gws-pw-topbar{padding:10px 12px}.gws-pw-hero{grid-template-columns:1fr;padding:21px;border-radius:22px}.gws-pw-hero h1{font-size:36px}.gws-pw-hero__cta{padding:17px}.gws-pw-stats{grid-template-columns:repeat(2,1fr)}.gws-pw-pushbox{align-items:flex-start;flex-direction:column}.gws-pw-pushbox .gws-pw-btn{width:100%}.gws-pw-card__head{display:block}.gws-pw-reason{display:inline-flex;margin-top:9px}.gws-pw-card__actions .gws-pw-btn{width:100%}.gws-pw-formcard{grid-template-columns:35px 1fr;padding:15px;gap:10px}.gws-pw-formcard__number{width:32px;height:32px}.gws-pw-fieldrow{grid-template-columns:1fr}.gws-pw-helpgrid{grid-template-columns:1fr}.gws-pw-sectionhead{align-items:start}.gws-pw-bottomnav{bottom:6px}.gws-pw-bottomnav a{font-size:8px}}
@media(min-width:1100px){.gws-pw-shell{border-left:1px solid #f3e5dd;border-right:1px solid #f3e5dd}.gws-pw-main{padding-left:34px;padding-right:34px}}
/* AP29N Multi-Branch additions */
.gws-pw-field select{width:100%;border:1px solid #e7d6cc;background:#fffcfa;border-radius:13px;padding:12px 13px;font:inherit;font-size:14px;color:var(--gws-pw-ink);outline:none}
.gws-pw-field select:focus{border-color:#f08c68;box-shadow:0 0 0 3px rgba(230,74,25,.08)}
.gws-pw-card__system{display:inline-flex;margin-top:7px;padding:5px 8px;border-radius:999px;background:#f2f3f5;color:#4e5358;font-size:10px;font-weight:850;letter-spacing:.03em}
.gws-pw-smallbtn--project{background:#eef4ff;color:#264f91}
.gws-pw-systemsummary{display:flex;flex-wrap:wrap;gap:8px;margin:14px 0 4px}
.gws-pw-systemsummary span{display:inline-flex;align-items:center;gap:5px;background:#fff;border:1px solid var(--gws-pw-line);border-radius:999px;padding:7px 10px;font-size:11px;color:var(--gws-pw-muted)}
.gws-pw-systemsummary strong{color:var(--gws-pw-ink)}
.gws-pw-sourcehint{margin:-3px 0 10px;padding:8px 10px;border-radius:11px;background:#f5f7fa;color:#59616a;font-size:11px;font-weight:700}
