*{margin:0;padding:0;box-sizing:border-box}:root{--bg: #26272c;--bg-deep: #17181c;--border: #3a3b40;--border-btn: #46474d;--text: #ececec;--text-dim: #9a9a9e;--text-faint: #6f7075;--blue: #6fb1e6;--blue-bg: #0c447c33;--green: #3fae6a;--green-bg: #3fae6a24;--green-text: #06210f;--red: #c25050;--red-text: #2a0a0a;--warn: #d9a441;--warn-border: #d9a44166;--warn-bg: #d9a44124;--danger-bg: #7c1c1c33;--danger-text: #e6a1a1;--danger-border: #7c1c1c;--toggle-bg: #17181c;--toggle-border: #3a3b40;--toggle-knob: #f4f4f5;--toggle-icon: #f4f4f5;color-scheme:dark}:root[data-theme=light]{--bg: #ffffff;--bg-deep: #eceef2;--border: #e2e4ea;--border-btn: #cfd3dc;--text: #1c1d21;--text-dim: #6b6f78;--text-faint: #9698a1;--blue: #2b7cc4;--blue-bg: #2b7cc41f;--green: #2f9d5b;--green-bg: #2f9d5b1a;--green-text: #ffffff;--red: #c0392b;--red-text: #ffffff;--warn: #9a6b12;--warn-border: #9a6b1266;--warn-bg: #9a6b1216;--danger-bg: #c0392b14;--danger-text: #a5372a;--danger-border: #c0392b4d;--toggle-bg: #e9ebf0;--toggle-border: #d3d6de;--toggle-knob: #2f3037;--toggle-icon: #2f3037;color-scheme:light}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.screen{max-width:480px;margin:0 auto;min-height:100vh}.header{display:flex;align-items:center;gap:8px;padding:14px 12px;border-bottom:.5px solid var(--border);font-size:15px;font-weight:500}.header-side{flex:1 1 0;display:flex;align-items:center;min-width:0}.header-side.header-actions{justify-content:flex-end;gap:8px}.header-title{flex:0 1 auto;min-width:0;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-back{flex:none;height:30px;padding:0 6px;border:none;background:transparent;color:var(--blue);font-size:14px;white-space:nowrap}.theme-toggle{position:relative;flex-shrink:0;border-radius:999px;cursor:pointer;background:var(--toggle-bg);border:1px solid var(--toggle-border);touch-action:none;user-select:none;-webkit-user-select:none}.lang-switcher{position:relative;flex-shrink:0}.lang-btn{flex:none;width:34px;height:26px;padding:0;border-radius:8px;font-size:12px;font-weight:600;letter-spacing:.02em;background:var(--toggle-bg);border:1px solid var(--toggle-border);color:var(--toggle-icon)}.lang-menu{position:absolute;top:calc(100% + 6px);right:0;z-index:10;display:flex;flex-direction:column;gap:2px;padding:4px;border-radius:10px;background:var(--bg-deep);border:.5px solid var(--border-btn);box-shadow:0 6px 20px #00000047}.lang-option{flex:none;height:32px;padding:0 12px 0 8px;justify-content:flex-start;gap:8px;white-space:nowrap;border:none;background:transparent;color:var(--text);border-radius:7px;font-size:14px;font-weight:500}.lang-option-code{width:24px;text-align:left;flex-shrink:0;font-size:11px;font-weight:600;color:var(--text-faint)}.lang-option.active{background:var(--blue-bg);color:var(--blue)}.lang-option.active .lang-option-code{color:var(--blue)}.tt-icon{position:absolute;top:50%;transform:translateY(-50%);font-size:12px;color:var(--toggle-icon);line-height:1;pointer-events:none}.tt-sun{right:7px}.tt-moon{left:7px}.tt-knob{position:absolute;top:50%;left:0;margin-top:-11px;border-radius:50%;background:var(--toggle-knob);pointer-events:none;box-shadow:0 1px 3px #00000040}.body{padding:20px 16px}.activity-row{display:flex;align-items:center;gap:12px;margin-bottom:18px}.activity-row.compact{margin-bottom:20px}.activity-row.compact .icon-box{width:38px;height:38px;font-size:20px;border-radius:10px}.activity-row.compact .activity-title{font-size:15px}.icon-box{width:46px;height:46px;border-radius:12px;background:var(--blue-bg);display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}.activity-title{font-size:17px;font-weight:500}.activity-sub{font-size:13px;color:var(--text-dim);margin-top:2px}.info-row{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-dim);margin-bottom:8px}.info-row svg{width:16px;height:16px;flex-shrink:0}.capacity{margin:18px 0 20px}.capacity-labels{display:flex;justify-content:space-between;font-size:13px;color:var(--text-dim);margin-bottom:6px}.capacity-track{height:6px;border-radius:3px;background:var(--bg-deep);overflow:hidden}.capacity-fill{height:100%;background:var(--green);border-radius:3px;transition:width .25s}.capacity.full .capacity-fill{background:var(--warn)}.capacity.full .capacity-labels{color:var(--warn)}.capacity-note{font-weight:500}.my-status{font-size:13px;padding:8px 12px;border-radius:10px;margin:-8px 0 18px}.my-status.queued{background:var(--warn-bg);color:var(--warn)}.my-status.in{background:var(--green-bg);color:var(--green)}.my-status.missed{background:var(--danger-bg);color:var(--danger-text)}.my-status.plain{background:var(--bg-deep);color:var(--text-dim)}.section-label{font-size:13px;color:var(--text-dim);margin:0 0 10px}.participants{display:flex;flex-direction:column;gap:12px;margin-bottom:22px}.participant{display:flex;align-items:center;gap:10px;font-size:14px;flex-wrap:wrap;row-gap:6px}.participant>span:not([class]){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.participant>.friend-tag,.participant>.unconfirmed-tag,.participant>.badge-ach,.participant>.reply-badge,.participant>.queue-pos{flex:none;white-space:nowrap}.avatar{width:32px;height:32px;border-radius:50%;background:var(--blue-bg);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:500;flex-shrink:0}.friend-tag{font-size:12px;color:var(--text-faint)}.unconfirmed-tag{font-size:11px;color:var(--warn);border:.5px solid var(--warn-border);border-radius:5px;padding:1px 6px;white-space:nowrap}.person-list{display:flex;flex-direction:column;margin-bottom:22px}.person{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:.5px solid var(--border)}.person:last-child{border-bottom:none}.person-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:6px}.person-line{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:26px}.person-name{font-size:14px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.person-rate{font-size:12px;color:var(--text-faint);white-space:nowrap;flex:none}.person-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap;min-width:0}.ach-list{display:flex;flex-direction:column;gap:12px;margin-bottom:12px}.ach-row{display:flex;flex-direction:column;gap:6px}.ach-chat{font-size:14px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ach-badges{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.ach-count{font-size:12px;color:var(--text-faint)}.badge-ach{font-size:11px;font-weight:500;border-radius:999px;padding:1px 8px;white-space:nowrap;border:1px solid currentColor}.badge-ach.newbie{color:var(--text-faint)}.badge-ach.regular{color:var(--blue)}.badge-ach.veteran{color:var(--warn)}.badge-ach.streak{color:var(--green)}.reply-badge{font-size:11px;font-weight:500;border-radius:999px;padding:1px 8px;white-space:nowrap}.reply-badge.yes{color:var(--green);border:1px solid var(--green)}.reply-badge.no{color:var(--red);border:1px solid var(--red)}.section-label-row{display:flex;align-items:center;justify-content:space-between;margin:0 0 10px}.section-label-row .section-label{margin:0}.link-btn{flex:none;height:auto;padding:0;border:none;background:transparent;color:var(--blue);font-size:13px}.queue-pos{font-size:12px;color:var(--text-faint);margin-left:auto}.participant.me{background:var(--blue-bg);border-radius:10px;margin:0 -8px;padding:4px 8px}.you-tag{flex:none;font-size:11px;font-weight:500;color:var(--blue);border:.5px solid var(--blue);border-radius:6px;padding:1px 6px}.empty-hint{font-size:14px;color:var(--text-faint);margin-bottom:22px}.actions-row{display:flex;gap:8px;margin-bottom:8px}.actions-row.actions-stack{flex-direction:column}.actions-row.actions-stack button{flex:none}button{flex:1;height:40px;border-radius:8px;font-size:14px;border:.5px solid var(--border-btn);background:transparent;color:var(--text);display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;font-family:inherit}button:disabled{opacity:.5;cursor:default}button.primary{background:var(--green);border:none;color:var(--green-text);font-weight:500}button.btn-block{width:100%}button.accent{color:var(--blue);border-color:var(--blue);font-weight:500}button.btn-block.accent{background:var(--blue-bg)}button.danger{background:var(--red);border:none;color:var(--red-text);font-weight:500}button.danger-soft{background:transparent;border:none;color:var(--red);font-weight:500}button svg{width:16px;height:16px}.delete-hint{font-size:13px;color:var(--text-dim);line-height:1.4;margin:0 0 10px}.error-banner{background:var(--danger-bg);color:var(--danger-text);border:.5px solid var(--danger-border);border-radius:8px;padding:10px 12px;font-size:13px;margin-bottom:12px}.cancelled-banner{background:var(--danger-bg);color:var(--danger-text);border:.5px solid var(--danger-border);border-radius:8px;padding:10px 12px;font-size:14px;font-weight:500;text-align:center;margin-bottom:16px}.finished-banner{background:var(--bg-deep);color:var(--text-dim);border:.5px solid var(--border-btn);border-radius:8px;padding:10px 12px;font-size:14px;text-align:center;margin-bottom:16px}.info-banner{background:var(--warn-bg);color:var(--warn);border:.5px solid var(--warn-border);border-radius:8px;padding:10px 12px;font-size:13px;line-height:1.4;margin-bottom:14px}.divider{height:.5px;background:var(--border);margin:18px 0 16px}.section-label .label-icon{width:14px;height:14px;vertical-align:-2px;margin-right:5px}.oneoff-form{border:.5px solid var(--border-btn);border-radius:12px;padding:12px;margin-top:4px;display:flex;flex-direction:column;gap:10px}.form-row{display:flex;align-items:center;gap:10px}.form-row label{font-size:13px;color:var(--text-dim);width:60px;flex-shrink:0}.form-row input,.form-row select{flex:1;min-width:0;height:36px;border-radius:8px;padding:0 10px;border:.5px solid var(--border-btn);background:var(--bg-deep);color:var(--text);font-family:inherit;font-size:14px}.form-row label{width:110px}.form-row-check label{width:auto;flex:1}.form-row-check input[type=checkbox]{flex:none;width:20px;height:20px;accent-color:var(--green);cursor:pointer}.menu-hint{font-size:14px;color:var(--text-dim);margin:0 0 20px;line-height:1.4}.chat-list{display:flex;flex-direction:column;gap:10px}.chat-card{flex:none;height:auto;justify-content:flex-start;text-align:left;border:.5px solid var(--border-btn);border-radius:14px;padding:12px 14px;gap:12px}.chat-avatar{width:46px;height:46px;border-radius:12px;flex-shrink:0;overflow:hidden;background:var(--blue-bg);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}.chat-avatar img{width:100%;height:100%;object-fit:cover}.chat-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.chat-name{font-size:16px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-summary{font-size:13px;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-attention{font-size:12px;font-weight:500;color:var(--warn);margin-top:1px}.chat-meta{display:flex;align-items:center;gap:4px 12px;flex-wrap:wrap;font-size:13px;color:var(--text-dim)}.chat-status{display:inline-flex;align-items:center;gap:5px}.chat-status .status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.chat-status.ok{color:var(--green)}.chat-status.ok .status-dot{background:var(--green)}.chat-status.warn{color:var(--warn)}.chat-status.warn .status-dot{background:var(--warn)}.chat-members{color:var(--text-faint)}.chat-chevron{color:var(--text-faint);font-size:22px;flex-shrink:0;line-height:1}.summary-card{border:.5px solid var(--border-btn);border-radius:12px;padding:12px 14px;margin-bottom:18px;display:flex;flex-direction:column;gap:8px}.summary-row{display:flex;justify-content:space-between;font-size:14px;color:var(--text-dim)}.summary-value{color:var(--text);font-weight:500}.summary-sub{color:var(--text-faint);font-weight:400}.attend-seg{display:flex;gap:0;margin-left:auto;flex:none}.attend-seg .seg{flex:none;height:28px;padding:0 12px;font-size:12px;border:.5px solid var(--border-btn);background:var(--bg-deep);color:var(--text-dim)}.attend-seg .seg:first-child{border-radius:7px 0 0 7px}.attend-seg .seg:last-child{border-radius:0 7px 7px 0;border-left:none}.attend-seg .seg.came{background:var(--green);border-color:var(--green);color:var(--green-text);font-weight:500}.attend-seg .seg.miss{background:var(--red);border-color:var(--red);color:var(--red-text);font-weight:500}.attend-badge{flex:none;font-size:11px;font-weight:500;border-radius:999px;padding:1px 8px;white-space:nowrap;border:1px solid currentColor}.attend-badge.came{color:var(--green)}.attend-badge.miss{color:var(--red)}.hint-note.frozen{color:var(--green)}.activity-list{display:flex;flex-direction:column;gap:12px;margin-bottom:4px}.activity-card{border:.5px solid var(--border);border-radius:14px;background:var(--bg-deep);padding:14px;display:flex;flex-direction:column;gap:12px}.activity-card .activity-row{margin-bottom:0}.activity-head{display:flex;align-items:center;gap:12px}.activity-headtext{flex:1;min-width:0}.activity-title-row{display:flex;align-items:center;gap:8px}.activity-title-row .activity-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.type-chip{flex-shrink:0;font-size:11px;font-weight:500;line-height:1;padding:3px 8px;border-radius:999px;letter-spacing:.02em}.type-chip.recurring{color:var(--blue);background:var(--blue-bg)}.type-chip.oneoff{color:var(--warn);background:var(--warn-bg)}.activity-status{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--text-dim)}.activity-status .status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}.activity-status.ok{color:var(--green)}.activity-status.ok .status-dot{background:var(--green)}.activity-status.dim{color:var(--text-faint)}.activity-status.dim .status-dot{background:var(--text-faint)}.activity-status.warn{color:var(--warn)}.activity-status.warn .status-dot{background:var(--warn)}.activity-seats{margin-left:auto;color:var(--text-dim)}.activity-status.warn .activity-seats{color:var(--warn);font-weight:500}.activity-actions{display:flex;gap:8px}.btn-sm{flex:1;height:36px;border-radius:9px;font-size:14px}.btn-sm.btn-compact{flex:0 0 auto;padding:0 18px}.btn-sm.btn-compact:only-child{flex:1;padding:0}.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;padding:32px 16px 28px}.empty-emoji{font-size:40px;line-height:1;margin-bottom:4px}.empty-title{font-size:17px;font-weight:500;color:var(--text)}.empty-sub{font-size:14px;color:var(--text-dim);line-height:1.4;max-width:300px}.tab-shell{min-height:100vh;display:flex;flex-direction:column}.tab-content{flex:1;padding-bottom:calc(64px + env(safe-area-inset-bottom,0px))}.tabbar{position:fixed;left:0;right:0;bottom:0;z-index:20;display:flex;background:var(--bg);border-top:.5px solid var(--border);padding-bottom:env(safe-area-inset-bottom,0px)}.tabbar-item{flex:1;height:56px;border:none;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:11px;font-weight:500;color:var(--text-dim);border-radius:0}.tabbar-item.active{color:var(--blue);font-weight:600}.tabbar-icon{font-size:19px;line-height:1}.view-seg{display:flex;gap:0;margin-bottom:16px}.view-seg .seg{flex:1;height:32px;font-size:13px;border:.5px solid var(--border-btn);background:var(--bg-deep);color:var(--text-dim)}.view-seg .seg:first-child{border-radius:8px 0 0 8px}.view-seg .seg:last-child{border-radius:0 8px 8px 0;border-left:none}.view-seg .seg.on{background:var(--blue-bg);color:var(--blue);font-weight:500}.error-retry{display:flex;align-items:center;gap:10px}.error-retry span{flex:1;min-width:0}.error-retry .btn-sm{flex:none;height:28px;padding:0 12px;font-size:12px;color:var(--danger-text);border-color:var(--danger-border)}.calendar{margin-bottom:8px}.cal-head{display:flex;align-items:center;gap:8px;margin-bottom:12px}.cal-month{flex:1;text-align:center;font-size:16px;font-weight:500}.cal-nav{flex:none;width:34px;height:34px;border-radius:9px;font-size:20px;line-height:1;color:var(--text-dim)}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-weekdays{margin-bottom:4px}.cal-weekday{text-align:center;font-size:11px;color:var(--text-faint);text-transform:lowercase}.cal-cell{flex:none;height:42px;border:none;background:transparent;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;font-size:14px;color:var(--text-dim);padding:0}.cal-cell.empty{visibility:hidden}.cal-cell.has{color:var(--text);font-weight:500}.cal-cell.today .cal-day{color:var(--blue);font-weight:600}.cal-cell.sel{background:var(--bg-deep)}.cal-day{line-height:1}.cal-dots{display:flex;gap:3px;height:5px;align-items:center}.cal-dot{width:5px;height:5px;border-radius:50%;background:var(--green)}.cal-dot.past{background:var(--text-faint)}.cal-dot.warn{background:var(--warn)}.cal-note{font-size:13px;color:var(--text-faint);margin-top:14px;text-align:center}.cal-selected{margin-top:16px}.cal-today{margin-top:16px;height:36px;font-size:13px}.my-event-list{display:flex;flex-direction:column;gap:10px}.my-event-list.past{opacity:.65}.my-event-list.past .icon-box{filter:grayscale(1);background:var(--bg-deep)}.my-event{flex:none;height:auto;justify-content:flex-start;text-align:left;border:.5px solid var(--border-btn);border-radius:14px;padding:12px 14px;gap:12px}.my-event-text{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.my-event-title{font-size:16px;font-weight:500;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-event-when{font-size:13px;color:var(--text-dim)}.my-event-chat{font-size:12px;color:var(--text-faint);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.my-event-tags{display:flex;flex-wrap:wrap;gap:6px;margin-top:4px}.tag{font-size:11px;font-weight:500;line-height:1;padding:3px 8px;border-radius:999px;color:var(--text-dim);background:var(--bg-deep)}.tag.warn{color:var(--warn);background:var(--warn-bg)}.tag.danger{color:var(--danger-text);background:var(--danger-bg)}.profile-head{display:flex;align-items:center;gap:12px;margin-bottom:22px}.profile-avatar{width:52px;height:52px;border-radius:50%;flex-shrink:0;background:var(--blue-bg);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600}.profile-name{font-size:18px;font-weight:500}.stat-row{display:flex;gap:8px;margin-bottom:10px}.stat-cell{flex:1;text-align:center;padding:12px 6px;border:.5px solid var(--border-btn);border-radius:12px}.stat-value{font-size:20px;font-weight:600;color:var(--text)}.stat-value.accent{color:var(--green)}.stat-label{font-size:12px;color:var(--text-dim);margin-top:3px}.hint-note{font-size:12px;color:var(--text-faint);line-height:1.4;margin:8px 0 0}.hint-note+.empty-hint{margin-top:18px}.pref-list{display:flex;flex-direction:column;gap:2px}.pref-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 0;font-size:15px;border-bottom:.5px solid var(--border)}.pref-row:last-child{border-bottom:none}.pref-row{cursor:pointer}.switch{position:relative;flex:none;display:inline-block;border-radius:999px;cursor:pointer;background:var(--toggle-bg);border:1px solid var(--toggle-border);touch-action:none;user-select:none;-webkit-user-select:none;-webkit-tap-highlight-color:transparent}.switch:focus-visible{outline:2px solid var(--blue);outline-offset:2px}.switch.disabled{opacity:.5;cursor:default}.switch-fill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:var(--green);box-shadow:0 0 0 1px var(--green)}.switch-knob{position:absolute;top:50%;left:0;margin-top:-11px;border-radius:50%;background:var(--toggle-knob);pointer-events:none;box-shadow:0 1px 3px #00000040}:root[data-theme=light] .switch-knob{background:#fff}.feedback-avg{font-size:13px;color:var(--warn);margin:-2px 0 12px}.stars{display:flex;gap:4px;margin-bottom:12px}.star{flex:none;width:40px;height:40px;padding:0;border:none;background:transparent;color:var(--text-faint);font-size:28px;line-height:1}.star.on{color:var(--warn)}.feedback-text{display:block;width:100%;min-height:84px;resize:vertical;border-radius:10px;padding:10px;border:.5px solid var(--border-btn);background:var(--bg-deep);color:var(--text);font-family:inherit;font-size:14px;line-height:1.4;margin-bottom:10px}.feedback-text::placeholder{color:var(--text-faint)}.hint-note.sent{color:var(--green)}.center-note{display:flex;align-items:center;justify-content:center;min-height:60vh;color:var(--text-dim);font-size:14px;padding:0 24px;text-align:center}.policy-footer{margin-top:24px;display:flex;flex-wrap:wrap;justify-content:center;gap:0 16px}.policy-link{display:inline-block;flex:none;width:auto;height:auto;padding:4px;border:none;background:transparent;color:var(--text-dim);font-size:13px;text-decoration:underline}.policy-title{font-size:20px;font-weight:600;color:var(--text);margin:0 0 4px}.policy .policy-updated{font-size:12px;color:var(--text-faint);margin:0 0 14px}.policy .policy-intro{font-size:14px;color:var(--text-dim);line-height:1.5;margin:0 0 8px}.policy-section{margin-top:20px}.policy-h{font-size:15px;font-weight:600;color:var(--text);margin:0 0 8px}.policy-p{font-size:14px;color:var(--text-dim);line-height:1.5;margin:0 0 8px}.policy-p:last-child{margin-bottom:0}.policy-list{margin:0;padding-left:20px;font-size:14px;color:var(--text-dim);line-height:1.5}.policy-list li{margin-bottom:6px}.policy-list li:last-child{margin-bottom:0}.cost-box{background:var(--bg-deep);border-radius:12px;padding:12px 14px;margin-bottom:18px}.cost-main{display:flex;justify-content:space-between;align-items:baseline;gap:12px;font-size:14px;margin-bottom:6px}.cost-label{color:var(--text-dim)}.cost-value{font-variant-numeric:tabular-nums}.cost-value.strong{font-weight:600;font-size:16px}.cost-note{font-size:12px;color:var(--text-faint);margin-top:8px}.form-hint{font-size:12px;color:var(--text-faint);margin:-6px 0 14px}.form-legend{font-size:12px;color:var(--text-faint);margin:-4px 0 14px}.req{color:var(--red);margin-left:3px}.form-row.invalid input,.form-row.invalid .currency-input,.form-row.invalid select{border-color:var(--red)}.form-error{font-size:13px;color:var(--red);margin-top:10px}.emoji-field{position:relative;flex:1;min-width:0}.emoji-current{width:100%;height:36px;justify-content:flex-start;gap:10px;padding:0 10px;border-radius:8px;border:.5px solid var(--border-btn);background:var(--bg-deep);color:var(--text)}.emoji-current.open{border-color:var(--blue)}.emoji-current-glyph{font-size:18px;line-height:1}.emoji-current-hint{font-size:12px;color:var(--text-faint)}.emoji-pop{position:absolute;z-index:20;top:calc(100% + 6px);left:0;right:0;max-height:280px;overflow-y:auto;padding:10px;border-radius:12px;background:var(--bg-deep);border:.5px solid var(--border-btn);box-shadow:0 8px 24px #0000004d}.emoji-group+.emoji-group{margin-top:10px}.emoji-group-title{font-size:11px;color:var(--text-faint);margin-bottom:6px}.emoji-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(38px,1fr));gap:4px}.emoji-cell{flex:none;height:38px;padding:0;font-size:20px;border:none;background:transparent;border-radius:8px}.emoji-cell.active{background:var(--blue-bg)}.currency-field{position:relative;flex:1;min-width:0}.currency-input{width:100%;height:36px;border-radius:8px;padding:0 10px;border:.5px solid var(--border-btn);background:var(--bg-deep);color:var(--text);font-family:inherit;font-size:14px}.currency-field.invalid .currency-input{border-color:var(--red)}.currency-pop{position:absolute;z-index:20;top:calc(100% + 6px);left:auto;right:0;min-width:230px;max-height:240px;overflow-y:auto;padding:4px;border-radius:12px;background:var(--bg-deep);border:.5px solid var(--border-btn);box-shadow:0 8px 24px #0000004d}.currency-option{width:100%;height:34px;justify-content:flex-start;gap:8px;padding:0 8px;border:none;background:transparent;color:var(--text);border-radius:7px;font-size:14px}.currency-option.active{background:var(--blue-bg);color:var(--blue)}.currency-code{width:40px;flex-shrink:0;text-align:left;font-weight:600}.currency-symbol{width:34px;flex-shrink:0;color:var(--text-dim);font-size:13px}.currency-name{flex:1;min-width:0;text-align:left;color:var(--text-faint);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.currency-empty{padding:8px;font-size:13px;color:var(--text-faint)}.form-link{display:block;margin:-8px 0 14px auto}.steps-summary{flex:1;min-width:0;height:auto;min-height:36px;padding:6px 10px;justify-content:flex-start;text-align:left;white-space:normal;border-radius:8px;border:.5px solid var(--border-btn);background:var(--bg-deep);color:var(--text);font-size:13px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;background:#0000008c}.modal{width:100%;max-width:340px;max-height:80vh;overflow-y:auto;padding:16px;border-radius:14px;background:var(--bg);border:.5px solid var(--border);box-shadow:0 12px 40px #0006}.modal-title{font-size:15px;font-weight:500;margin-bottom:6px}.modal-hint{font-size:12px;color:var(--text-faint);margin-bottom:14px;line-height:1.4}.step-row{display:flex;align-items:center;gap:6px;margin-bottom:8px}.step-label{font-size:12px;color:var(--text-dim);flex:none}.step-row input{flex:1;min-width:0;height:34px;border-radius:8px;padding:0 8px;border:.5px solid var(--border-btn);background:var(--bg-deep);color:var(--text);font-family:inherit;font-size:14px}.step-row input:disabled{color:var(--text-faint)}.step-remove{flex:none;width:30px;height:30px;padding:0;font-size:18px;border:none;background:transparent;color:var(--text-faint)}.step-remove:disabled{opacity:.3}.modal-actions{display:flex;gap:8px;margin-top:14px}.info-note{font-size:12px;color:var(--text-faint);margin:-4px 0 8px 24px}.modal .btn-add-step{width:100%;height:36px;padding:0 12px;margin-top:4px;font-size:13px;color:var(--blue);border-color:var(--border-btn)}.modal-divider{height:.5px;background:var(--border);margin:14px 0 12px}.modal .btn-off{width:100%;height:36px;padding:0 12px;font-size:13px;color:var(--red);border-color:var(--danger-border);background:var(--danger-bg)}
