/* GoAl 社内OS — GoAlブランド: オレンジグラデ #B51D23→#E55E0E / テキスト #2f2630。白基調＋オレンジの差し色 */
:root {
  --red: #b51d23; --orange: #e55e0e;
  --grad: linear-gradient(135deg, #b51d23 0%, #e55e0e 100%);
  --ink: #2f2630; --sub: #7a7280; --line: #e9e3e6; --tint: #fbf3ef; --tint2: #f4eef0; --bg: #f7f4f5; --card: #fff;
  --ok: #2fa06a; --warn: #b06000; --danger: #c0392b;
  --taiga: #1c2e69; --maitai: #e55e0e; --ayano: #2fa06a;
  --radius: 14px;
}
* { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { font-size: 16px; }
body { font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", system-ui, sans-serif; background: var(--bg); color: var(--ink); line-height: 1.6; padding-bottom: env(safe-area-inset-bottom); }
button, input, textarea, select { font-family: inherit; }
a { color: var(--red); }
[hidden] { display: none !important; }
.loading-screen { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--grad); color: #fff; }
.loading-icon { width: 72px; height: 72px; border-radius: 18px; background: #fff; padding: 8px; margin-bottom: .8rem; }
.loading-logo { font-size: 1.4rem; font-weight: 900; letter-spacing: .06em; }
.loading-sub { opacity: .85; margin-top: .3rem; font-size: .82rem; }
.muted { color: var(--sub); } .center { text-align: center; } .small { font-size: .8rem; }
.form-error { color: var(--danger); font-size: .86rem; margin: .5rem 0; min-height: 1.2em; }
.pre { white-space: pre-wrap; word-break: break-word; }
.row { display: flex; gap: .45rem; align-items: center; flex-wrap: wrap; }

/* auth */
.auth-wrap { min-height: 100vh; background: var(--grad); display: flex; align-items: center; justify-content: center; padding: 1.2rem; }
.auth-card { background: #fff; border-radius: 20px; padding: 1.8rem 1.4rem; width: 100%; max-width: 420px; box-shadow: 0 18px 50px rgba(60,10,10,.35); }
.auth-brand { text-align: center; margin-bottom: 1.2rem; }
.auth-brand img { width: 56px; height: 56px; border-radius: 14px; margin-bottom: .5rem; }
.auth-brand .b1 { font-size: 1.3rem; font-weight: 900; } .auth-brand .b2 { color: var(--sub); font-size: .86rem; margin-top: .15rem; }
.field { margin-bottom: .85rem; }
.field label { display: block; font-size: .8rem; font-weight: 700; margin-bottom: .3rem; }
.field input, .field select, .sel { width: 100%; padding: .78rem .9rem; border: 1.5px solid var(--line); border-radius: 10px; font-size: 16px; background: #fdfbfb; color: var(--ink); }
.field input:focus, textarea:focus, .field select:focus { outline: none; border-color: var(--orange); background: #fff; }
textarea { width: 100%; padding: .7rem .8rem; border: 1.5px solid var(--line); border-radius: 10px; font-size: 16px; background: #fdfbfb; color: var(--ink); resize: vertical; min-height: 88px; line-height: 1.6; }
.btn { display: block; width: 100%; padding: .85rem; border: none; border-radius: 12px; background: var(--grad); color: #fff; font-size: 1rem; font-weight: 800; cursor: pointer; text-align: center; text-decoration: none; }
.btn:disabled { opacity: .5; }
.btn.secondary { background: var(--tint2); color: var(--ink); }
.btn.ghost { background: #fff; color: var(--ink); border: 1.5px solid var(--line); }
.btn.small { display: inline-block; width: auto; padding: .5rem .85rem; font-size: .84rem; border-radius: 9px; }
.btn.ok { background: var(--ok); } .btn.gray { background: #9a929c; } .btn.danger { background: #fff; color: var(--danger); border: 1.5px solid #f0c9c4; }
.seg { display: flex; background: var(--tint2); border-radius: 12px; padding: 4px; margin-bottom: 1rem; }
.seg button { flex: 1; border: none; background: none; padding: .55rem; border-radius: 9px; font-size: .9rem; font-weight: 700; color: var(--sub); cursor: pointer; }
.seg button.on { background: #fff; color: var(--red); box-shadow: 0 2px 8px rgba(60,10,10,.1); }
.auth-switch { text-align: center; margin-top: 1rem; font-size: .84rem; color: var(--sub); }

/* shell */
.topbar { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid var(--line); padding: calc(.55rem + env(safe-area-inset-top)) .9rem .55rem; display: flex; align-items: center; gap: .5rem; }
.topbar .back { background: none; border: none; color: var(--ink); font-size: 1.5rem; padding: 0 .4rem; cursor: pointer; line-height: 1; }
.topbar .title { font-weight: 900; font-size: 1.02rem; flex: 1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.iconbtn { background: var(--tint2); border: none; border-radius: 9px; padding: .38rem .6rem; font-size: .95rem; cursor: pointer; position: relative; color: var(--ink); }
.iconbtn i { position: absolute; top: -5px; right: -5px; min-width: 16px; height: 16px; border-radius: 99px; background: var(--red); color: #fff; font-size: .62rem; font-weight: 900; line-height: 16px; padding: 0 4px; font-style: normal; }
.container { max-width: 720px; margin: 0 auto; padding: .9rem .9rem 5rem; }
.section { background: var(--card); border-radius: var(--radius); padding: .95rem 1rem; margin-bottom: .9rem; box-shadow: 0 3px 14px rgba(60,20,20,.05); }
.section h3 { font-size: .98rem; font-weight: 900; margin-bottom: .5rem; display: flex; align-items: center; gap: .4rem; }
.section h3 .more { margin-left: auto; font-size: .76rem; color: var(--red); font-weight: 700; background: none; border: none; cursor: pointer; }
.section.alert { border-left: 4px solid var(--danger); }
.section.calm { border-left: 4px solid var(--ok); }
.chips { display: flex; gap: .4rem; overflow-x: auto; padding: .1rem 0 .5rem; -webkit-overflow-scrolling: touch; }
.chips::-webkit-scrollbar { display: none; }
.chip { flex-shrink: 0; border: 1.5px solid var(--line); background: #fff; border-radius: 99px; padding: .32rem .8rem; font-size: .8rem; font-weight: 700; color: var(--sub); cursor: pointer; white-space: nowrap; }
.chip.on { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip b { margin-left: .3rem; font-size: .72rem; opacity: .8; }
.badge { display: inline-block; font-size: .68rem; font-weight: 800; border-radius: 99px; padding: .1rem .5rem; background: var(--tint2); color: var(--sub); vertical-align: middle; }
.badge.red { background: #fdeaea; color: var(--danger); } .badge.orange { background: #fdf0e2; color: var(--warn); }
.badge.green { background: #e8f5ee; color: var(--ok); } .badge.blue { background: #e8eefb; color: #2a4a9a; } .badge.pend { background: #fff4d6; color: #8a6200; }
.badge.taiga { background: #e6e9f3; color: var(--taiga); } .badge.maitai { background: #fdf0e2; color: var(--maitai); } .badge.ayano { background: #e8f5ee; color: var(--ayano); }
.toast { position: fixed; left: 50%; bottom: calc(4.6rem + env(safe-area-inset-bottom)); transform: translateX(-50%) translateY(20px); background: rgba(47,38,48,.94); color: #fff; padding: .6rem 1.1rem; border-radius: 99px; font-size: .85rem; opacity: 0; pointer-events: none; transition: all .25s; z-index: 99; white-space: nowrap; max-width: 92vw; overflow: hidden; text-overflow: ellipsis; }
.toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }
.tabbar { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; display: flex; background: rgba(255,255,255,.97); backdrop-filter: blur(12px); border-top: 1px solid var(--line); padding: .3rem 0 calc(.3rem + env(safe-area-inset-bottom)); }
.tabbar button { flex: 1; display: flex; flex-direction: column; align-items: center; gap: .1rem; border: none; background: none; color: #a39ba6; font-size: .62rem; font-weight: 700; cursor: pointer; padding: .2rem 0; position: relative; }
.tabbar button svg { width: 22px; height: 22px; } .tabbar button.on { color: var(--red); }
.tabbar .dot { position: absolute; top: 0; left: calc(50% + 6px); min-width: 16px; height: 16px; border-radius: 99px; background: var(--red); color: #fff; font-size: .6rem; line-height: 16px; padding: 0 4px; }
body.has-tabbar { padding-bottom: calc(3.6rem + env(safe-area-inset-bottom)); }

/* home */
.hero { background: var(--grad); color: #fff; padding: calc(.9rem + env(safe-area-inset-top)) 1rem 2.4rem; }
.hero-top { display: flex; align-items: center; gap: .6rem; }
.hero-top .hi { font-size: .8rem; opacity: .9; flex: 1; } .hero-top .hi b { display: block; font-size: 1.1rem; }
.hero .iconbtn { background: rgba(255,255,255,.18); color: #fff; } .hero .iconbtn i { background: #fff; color: var(--red); }
.status-card { max-width: 720px; margin: -1.8rem auto 0; padding: 0 .9rem; position: relative; z-index: 5; }
.sc { background: #fff; border-radius: 16px; padding: .9rem 1rem; box-shadow: 0 12px 30px rgba(60,20,20,.14); border-top: 4px solid var(--ok); }
.sc.bad { border-top-color: var(--danger); }
.sc .h { font-weight: 900; font-size: 1rem; display: flex; align-items: center; gap: .4rem; }
.sc .h span { margin-left: auto; font-size: .72rem; color: var(--sub); font-weight: 600; }
.item { display: flex; align-items: flex-start; gap: .6rem; width: 100%; text-align: left; padding: .6rem .2rem; border: none; border-bottom: 1px solid var(--line); background: none; cursor: pointer; font-family: inherit; color: var(--ink); }
.item:last-child { border-bottom: none; }
.item .ic { font-size: 1.05rem; flex: none; width: 1.5rem; text-align: center; padding-top: .1rem; }
.item .t { flex: 1; font-weight: 700; font-size: .9rem; line-height: 1.4; }
.item .t span { display: block; font-size: .74rem; color: var(--sub); font-weight: 500; }
.item .go { color: #b8b0b5; }
.item.done { opacity: .55; }
.due { font-size: .7rem; font-weight: 900; color: var(--danger); }
.lead { display: grid; grid-template-columns: 1fr 1fr; gap: .5rem; }
.lead div { background: var(--tint); border-radius: 10px; padding: .55rem .7rem; font-size: .72rem; color: var(--sub); }
.lead b { display: block; font-size: 1.3rem; color: var(--ink); line-height: 1.2; }
.lead .x { grid-column: 1 / -1; text-align: center; font-weight: 900; color: var(--ink); background: none; padding: 0; font-size: .82rem; }

/* calendar */
.day { margin-bottom: .6rem; }
.day .dh { font-size: .82rem; font-weight: 900; color: var(--sub); padding: .3rem .2rem; display: flex; gap: .4rem; align-items: baseline; }
.day .dh.today { color: var(--red); }
.day .dh .ymd { font-size: 1.05rem; color: var(--ink); } .day .dh.today .ymd { color: var(--red); }
.ev { display: flex; gap: .6rem; align-items: flex-start; background: #fff; border-radius: 10px; padding: .55rem .7rem; margin-bottom: .35rem; box-shadow: 0 2px 10px rgba(60,20,20,.05); border-left: 4px solid var(--line); }
.ev.taiga { border-left-color: var(--taiga); } .ev.maitai { border-left-color: var(--maitai); } .ev.ayano { border-left-color: var(--ayano); }
.ev .tm { flex: none; width: 3.2rem; font-size: .74rem; font-weight: 800; color: var(--sub); line-height: 1.3; padding-top: .1rem; }
.ev .tt { flex: 1; font-size: .88rem; font-weight: 700; line-height: 1.35; }
.ev .tt span { display: block; font-size: .72rem; color: var(--sub); font-weight: 500; }
.legend { display: flex; gap: .6rem; font-size: .72rem; color: var(--sub); margin-bottom: .5rem; align-items: center; flex-wrap: wrap; }
.legend i { display: inline-block; width: 10px; height: 10px; border-radius: 3px; margin-right: .25rem; vertical-align: middle; }
.wknav { display: flex; align-items: center; gap: .5rem; margin-bottom: .6rem; }
.wknav .btn.small { padding: .4rem .7rem; } .wknav .lbl { flex: 1; text-align: center; font-weight: 900; }

/* shift grid（予定タブ） */
.shift-day { background: #fff; border-radius: 12px; padding: .5rem .7rem .6rem; margin-bottom: .55rem; box-shadow: 0 3px 14px rgba(60,20,20,.05); }
.shift-day.today { border: 2px solid var(--orange); }
.shift-day .dh { font-weight: 900; font-size: .95rem; display: flex; align-items: baseline; gap: .4rem; margin-bottom: .25rem; }
.shift-day .dh span { font-size: .72rem; color: var(--red); font-weight: 800; }
.prow { display: flex; align-items: flex-start; gap: .5rem; padding: .35rem 0; border-top: 1px dashed var(--line); }
.prow .who { flex: none; width: 3.6rem; font-size: .78rem; font-weight: 900; padding-top: .15rem; display: flex; align-items: center; gap: .3rem; }
.prow .who i { width: 8px; height: 8px; border-radius: 2px; display: inline-block; }
.prow .cells { flex: 1; display: flex; flex-wrap: wrap; gap: .3rem; align-items: center; min-width: 0; }
.sh { border: none; border-radius: 8px; padding: .28rem .55rem; font-size: .76rem; font-weight: 800; cursor: pointer; font-family: inherit; text-align: left; line-height: 1.3; max-width: 100%; }
.sh.出社 { background: #e6e9f3; color: var(--taiga); } .sh.在宅 { background: #e8f5ee; color: var(--ok); } .sh.外出 { background: #fdf0e2; color: var(--warn); } .sh.休み { background: #f1ecee; color: var(--sub); }
.sh.予定 { background: var(--tint); color: var(--ink); font-weight: 700; } .sh.lark { border: 1px dashed #d9c9c0; background: #fff; }
.sh small { font-weight: 600; opacity: .8; margin-right: .25rem; }
.sh.add { background: none; border: 1.5px dashed var(--line); color: var(--sub); padding: .22rem .5rem; }
.sheet { position: fixed; inset: 0; z-index: 70; background: rgba(40,20,25,.5); display: flex; align-items: flex-end; }
.sheet .box { background: #fff; width: 100%; max-height: 92vh; overflow-y: auto; border-radius: 18px 18px 0 0; padding: .8rem 1rem calc(1.2rem + env(safe-area-inset-bottom)); }
.sheet .grab { width: 40px; height: 5px; border-radius: 99px; background: var(--line); margin: 0 auto .7rem; }
.kindsel { display: grid; grid-template-columns: repeat(5, 1fr); gap: .35rem; margin: .5rem 0 .7rem; }
.kindsel button { border: 1.5px solid var(--line); background: #fff; border-radius: 10px; padding: .55rem .2rem; font-size: .82rem; font-weight: 800; cursor: pointer; color: var(--sub); }
.kindsel button.on { border-color: var(--ink); background: var(--ink); color: #fff; }
.tm2 { display: flex; gap: .4rem; align-items: center; margin-bottom: .6rem; } .tm2 input { flex: 1; padding: .55rem; border: 1.5px solid var(--line); border-radius: 9px; font-size: 16px; }

/* home weekly */
.wk-hero { background: #fff; border-radius: 16px; padding: .9rem 1rem; box-shadow: 0 12px 30px rgba(60,20,20,.14); border-top: 4px solid var(--orange); }
.wk-hero .h { font-weight: 900; font-size: 1rem; display: flex; align-items: center; gap: .4rem; }
.wk-hero .h span { margin-left: auto; font-size: .72rem; color: var(--sub); font-weight: 600; }
.wk-p { margin-top: .55rem; }
.wk-p .n { font-size: .76rem; font-weight: 900; display: flex; align-items: center; gap: .35rem; color: var(--sub); margin-bottom: .2rem; }
.wk-p .n i { width: 9px; height: 9px; border-radius: 3px; display: inline-block; }
.wg { display: flex; align-items: flex-start; gap: .5rem; width: 100%; text-align: left; background: var(--tint); border: none; border-radius: 10px; padding: .5rem .6rem; margin-bottom: .3rem; cursor: pointer; font-family: inherit; color: var(--ink); }
.wg .st { flex: none; width: 1.4rem; font-size: 1rem; text-align: center; }
.wg .g { flex: 1; font-size: .88rem; font-weight: 700; line-height: 1.4; }
.wg .g span { display: block; font-size: .7rem; color: var(--sub); font-weight: 500; }
.wg.done { opacity: .55; } .wg.done .g { text-decoration: line-through; }
.wk-add { display: flex; gap: .4rem; margin-top: .5rem; }
.wk-add select { flex: none; width: 6.2rem; padding: .5rem .4rem; border: 1.5px solid var(--line); border-radius: 9px; font-size: .84rem; background: #fff; }
.wk-add input { flex: 1; padding: .5rem .7rem; border: 1.5px solid var(--line); border-radius: 9px; font-size: 16px; }
.wk-add button { flex: none; }

/* goals */
.gl { background: #fff; border-radius: 12px; padding: .7rem .85rem; margin-bottom: .5rem; box-shadow: 0 3px 14px rgba(60,20,20,.05); }
.gl .t { font-weight: 700; font-size: .92rem; line-height: 1.45; }
.gl .m { display: flex; gap: .4rem; flex-wrap: wrap; align-items: center; font-size: .72rem; color: var(--sub); margin-top: .3rem; }
.gl .acts { display: flex; gap: .35rem; margin-top: .5rem; flex-wrap: wrap; }
.gl .acts .btn.small { padding: .38rem .6rem; font-size: .78rem; }
.gl.done .t { text-decoration: line-through; color: var(--sub); }
.owner-h { font-size: .82rem; font-weight: 900; margin: .8rem 0 .4rem; display: flex; align-items: center; gap: .4rem; }
.owner-h i { width: 10px; height: 10px; border-radius: 3px; display: inline-block; }
.tbl { width: 100%; border-collapse: collapse; font-size: .8rem; }
.tbl th { text-align: left; color: var(--sub); font-weight: 700; font-size: .7rem; padding: .3rem .3rem; border-bottom: 1px solid var(--line); white-space: nowrap; }
.tbl td { padding: .4rem .3rem; border-bottom: 1px solid #f3eef0; vertical-align: top; }
.tbl td.r, .tbl th.r { text-align: right; white-space: nowrap; }
.tbl tr.now td { background: var(--tint); font-weight: 800; }
.tblwrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
.md { font-size: .88rem; line-height: 1.75; }
.md h1 { font-size: 1.1rem; margin: .6rem 0 .3rem; } .md h2 { font-size: 1rem; margin: 1rem 0 .3rem; color: var(--red); } .md h3 { font-size: .92rem; margin: .8rem 0 .2rem; display: block; }
.md p { margin: .3rem 0; } .md ul { padding-left: 1.2rem; margin: .3rem 0; } .md li { margin: .15rem 0; }
.md table { width: 100%; border-collapse: collapse; font-size: .78rem; margin: .4rem 0; } .md th, .md td { border: 1px solid var(--line); padding: .3rem .4rem; text-align: left; }
.md code { background: var(--tint2); border-radius: 4px; padding: 0 .3rem; font-size: .8em; }

/* nippo */
.np-day { display: flex; align-items: center; gap: .5rem; margin-bottom: .6rem; }
.np-day .lbl { flex: 1; text-align: center; font-weight: 900; }
.np-draft { white-space: pre-wrap; font-size: .9rem; line-height: 1.75; background: var(--tint); border-radius: 10px; padding: .7rem .8rem; }
.sess { border-bottom: 1px solid var(--line); padding: .55rem 0; font-size: .82rem; }
.sess:last-child { border-bottom: none; }
.sess .p { font-weight: 800; } .sess .p span { font-weight: 500; color: var(--sub); font-size: .72rem; margin-left: .4rem; }
.sess .q { color: var(--ink); margin-top: .15rem; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.sess .q.open { display: block; }

/* approvals */
.ap { background: #fff; border-radius: 12px; padding: .75rem .9rem; margin-bottom: .55rem; box-shadow: 0 3px 14px rgba(60,20,20,.05); border-left: 4px solid var(--line); }
.ap.u0 { border-left-color: var(--danger); } .ap.u1 { border-left-color: var(--warn); } .ap.closed { opacity: .6; }
.ap .t { font-weight: 900; font-size: .95rem; line-height: 1.4; }
.ap .d { font-size: .82rem; color: var(--ink); margin-top: .3rem; white-space: pre-wrap; line-height: 1.55; }
.ap .m { display: flex; gap: .4rem; flex-wrap: wrap; align-items: center; font-size: .72rem; color: var(--sub); margin-top: .35rem; }
.ap .dec { background: #e8f5ee; border-radius: 8px; padding: .45rem .6rem; font-size: .84rem; margin-top: .4rem; white-space: pre-wrap; }
.ap .acts { display: flex; gap: .4rem; margin-top: .55rem; flex-wrap: wrap; }

/* links */
.lk-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; }
.lk { display: block; background: #fff; border-radius: 12px; padding: .75rem .8rem; text-decoration: none; color: var(--ink); box-shadow: 0 3px 14px rgba(60,20,20,.05); border-top: 3px solid var(--orange); }
.lk.Base { border-top-color: var(--taiga); } .lk.外部サービス { border-top-color: #9a929c; } .lk.ダッシュボード { border-top-color: var(--ok); } .lk.ドキュメント { border-top-color: #6b5b95; }
.lk .n { font-weight: 900; font-size: .88rem; line-height: 1.35; } .lk .d { font-size: .7rem; color: var(--sub); margin-top: .2rem; line-height: 1.4; }
.cat-h { font-size: .8rem; font-weight: 900; color: var(--sub); margin: .8rem 0 .4rem; }

/* notices / menu / admin */
.notice-item { padding: .65rem 0; border-bottom: 1px solid var(--line); } .notice-item:last-child { border-bottom: none; }
.notice-item.unread { background: var(--tint); margin: 0 -1rem; padding: .65rem 1rem; }
.nt-head { display: flex; justify-content: space-between; gap: .5rem; font-size: .9rem; align-items: baseline; } .nt-date { font-size: .7rem; color: var(--sub); flex: none; }
.nt-body { font-size: .82rem; margin-top: .15rem; white-space: pre-wrap; } .nt-link { font-size: .8rem; font-weight: 800; color: var(--red); text-decoration: none; display: inline-block; margin-top: .2rem; }
.menu-list { background: #fff; border-radius: var(--radius); overflow: hidden; box-shadow: 0 3px 14px rgba(60,20,20,.05); margin-bottom: .9rem; }
.menu-row { display: flex; align-items: center; gap: .75rem; width: 100%; padding: .85rem .95rem; border: none; background: none; cursor: pointer; border-bottom: 1px solid var(--line); font-family: inherit; text-align: left; color: var(--ink); text-decoration: none; }
.menu-row:last-child { border-bottom: none; }
.menu-row .ic { width: 34px; height: 34px; border-radius: 10px; background: var(--tint); display: flex; align-items: center; justify-content: center; font-size: 1.05rem; flex: none; }
.menu-row .t { flex: 1; font-weight: 800; font-size: .92rem; } .menu-row .t span { display: block; font-size: .72rem; color: var(--sub); font-weight: 500; }
.menu-row .go { color: #b8b0b5; font-size: 1.1rem; }
.adm-row { border-bottom: 1px solid var(--line); padding: .6rem 0; font-size: .86rem; } .adm-row:last-child { border-bottom: none; }
.adm-row .sub { font-size: .72rem; color: var(--sub); } .adm-row .acts { display: flex; gap: .4rem; margin-top: .35rem; flex-wrap: wrap; }
.ob-row { font-size: .78rem; padding: .45rem 0; border-bottom: 1px dashed var(--line); } .ob-row .e { color: var(--danger); }
.pob-wrap { position: fixed; inset: 0; z-index: 80; background: rgba(40,20,25,.55); display: flex; align-items: center; justify-content: center; padding: 1.2rem; }
.pob-card { background: #fff; border-radius: 18px; padding: 1.5rem 1.3rem; max-width: 400px; width: 100%; text-align: center; }
.pob-card h2 { font-size: 1.15rem; margin: .3rem 0 .5rem; } .pob-card p { font-size: .88rem; line-height: 1.7; margin-bottom: .9rem; }
.pob-emoji { font-size: 2.2rem; } .pob-steps { text-align: left; font-size: .84rem; padding-left: 1.3rem; margin-bottom: .9rem; line-height: 1.7; } .pob-later { display: inline-block; margin-top: .7rem; font-size: .82rem; color: var(--sub); }
.empty { text-align: center; color: var(--sub); font-size: .86rem; padding: 1.2rem 0; }
