:root{--por-bg:#f5f6f1;--por-card:#fff;--por-border:#e6e7e0;--por-text:#173d33;--por-text-soft:#5f6b64;--por-text-faint:#93998f;--por-accent:#173d33;--por-lime:#c6ee4f;--por-lime-hover:#d6f776;--por-olive:#7fa02f;--por-danger:#d64545;--por-amber:#d97706;--por-accent-soft:#e4efe9;--por-amber-soft:#fdf0da;--por-danger-soft-bg:#fdeceb;--por-danger-soft-text:#b53629;--por-success-soft-bg:#eafbf1;--por-success-soft-text:#15803d;--por-input-bg:#fff;--por-blue:#3b82f6;--por-radius:18px;--por-radius-sm:12px;--por-shadow:0 2px 10px #173d3314;--por-nav-height:64px;--por-safe-bottom:env(safe-area-inset-bottom,0px);--por-safe-top:env(safe-area-inset-top,0px);--por-font:var(--font-dm-sans), -apple-system, sans-serif;--por-font-heading:var(--font-sora), var(--por-font)}.portal-root[data-theme=dark]{--por-bg:#10231d;--por-card:#16332b;--por-border:#24463a;--por-text:#eef4f0;--por-text-soft:#a9bdb4;--por-text-faint:#6b8177;--por-shadow:0 2px 10px #00000059;--por-olive:#9bcf4a;--por-danger:#f27171;--por-amber:#f2b544;--por-accent-soft:#c6ee4f24;--por-amber-soft:#f2b54429;--por-danger-soft-bg:#f2717129;--por-danger-soft-text:#ff9b90;--por-success-soft-bg:#9bcf4a29;--por-success-soft-text:#8fd68a;--por-input-bg:#1c3a30;--por-blue:#5b9dfa}.portal-root{font-family:var(--por-font);color:var(--por-text);background:var(--por-bg);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;min-height:100vh}.portal-root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}.portal-root *{box-sizing:border-box}.portal-root a{color:inherit;text-decoration:none}.portal-root button{cursor:pointer;font-family:inherit}.portal-root input,.portal-root select,.portal-root textarea{color:inherit;font-family:inherit;font-size:16px}.portal-auth-page{justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex}.portal-auth-card{background:var(--por-card);border-radius:var(--por-radius);width:100%;max-width:380px;box-shadow:var(--por-shadow);padding:32px 24px}.portal-auth-title{font-family:var(--por-font-heading);text-align:center;margin-bottom:4px;font-size:22px;font-weight:700}.portal-auth-sub{color:var(--por-text-soft);text-align:center;margin-bottom:24px;font-size:14px}.portal-field{flex-direction:column;gap:4px;min-width:0;margin-bottom:10px;display:flex}.portal-field input,.portal-field select,.portal-field textarea{width:100%}.portal-field label{color:var(--por-text-soft);font-size:12.5px;font-weight:600}.portal-field input,.portal-field select,.portal-field textarea{border:1px solid var(--por-border);border-radius:var(--por-radius-sm);background:var(--por-input-bg);color:var(--por-text);padding:9px 12px}.portal-field input:focus,.portal-field select:focus,.portal-field textarea:focus{outline:2px solid var(--por-olive);outline-offset:1px}.portal-error{color:var(--por-danger);margin-bottom:12px;font-size:13px}.portal-btn{border:none;border-radius:999px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:48px;padding:14px 20px;font-size:15px;font-weight:600;display:inline-flex}.portal-btn-primary{background:var(--por-lime);color:var(--por-accent)}.portal-btn-primary:active{background:var(--por-lime-hover)}.portal-btn-primary:disabled{opacity:.6}.portal-btn-secondary{background:var(--por-card);color:var(--por-text);border:1px solid var(--por-border)}.portal-btn-danger{background:var(--por-danger-soft-bg);color:var(--por-danger)}.portal-btn-ghost{color:var(--por-text-soft);cursor:pointer;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;width:auto;min-height:40px;padding:8px 14px;font-size:14px;font-weight:600;display:inline-flex}.portal-btn-ghost:active{background:var(--por-bg)}.portal-btn-ghost:disabled{opacity:.5;cursor:not-allowed}.portal-app{min-height:100vh;padding-bottom:calc(var(--por-nav-height) + var(--por-safe-bottom) + 12px)}.portal-header{padding:calc(12px + var(--por-safe-top)) 16px 12px;background:var(--por-card);border-bottom:1px solid var(--por-border);z-index:10;justify-content:space-between;align-items:center;gap:10px;display:flex;position:sticky;top:0}.portal-header-user{flex:auto;align-items:center;gap:10px;min-width:0;display:flex}.portal-avatar{background:var(--por-accent);width:40px;height:40px;color:var(--por-lime);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex;overflow:hidden}.portal-avatar img{object-fit:cover;width:100%;height:100%}.portal-header-greeting{font-size:15px;font-weight:700}.portal-header-date{color:var(--por-text-soft);font-size:12px}.portal-header-icon-btn{background:var(--por-bg);width:40px;height:40px;color:var(--por-text);border-radius:50%;justify-content:center;align-items:center;display:inline-flex;position:relative}.portal-header-icon-btn .portal-badge-dot{background:var(--por-danger);border:2px solid var(--por-card);border-radius:50%;width:8px;height:8px;position:absolute;top:8px;right:8px}.portal-main{max-width:560px;margin:0 auto;padding:14px 14px 6px}.portal-nav{height:calc(var(--por-nav-height) + var(--por-safe-bottom));padding-bottom:var(--por-safe-bottom);background:var(--por-card);border-top:1px solid var(--por-border);z-index:20;display:flex;position:fixed;bottom:0;left:0;right:0}.portal-nav-item{color:var(--por-text-faint);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-height:44px;font-size:11px;font-weight:600;display:flex}.portal-nav-item.active,.portal-nav-item.active svg{color:var(--por-olive)}.portal-card{background:var(--por-card);border-radius:var(--por-radius);box-shadow:var(--por-shadow);margin-bottom:10px;padding:13px}.portal-menu-card{padding:4px 14px}.portal-menu-item{color:var(--por-text);border-bottom:1px solid var(--por-border);align-items:center;gap:10px;padding:10px 0;font-size:14px;font-weight:600;display:flex}.portal-menu-item:last-child{border-bottom:none}.portal-menu-item svg:first-child{color:var(--por-text-soft);flex-shrink:0}.portal-menu-item svg:last-child{color:var(--por-text-faint);flex-shrink:0;margin-left:auto}.portal-spin{animation:.8s linear infinite portal-spin}@keyframes portal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.portal-flex-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.portal-flex-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.portal-min-w-0{min-width:0}.portal-truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.portal-card-title{font-family:var(--por-font-heading);margin-bottom:8px;font-size:15px;font-weight:700}.portal-section-title{font-family:var(--por-font-heading);margin:16px 0 8px;font-size:17px;font-weight:700}.portal-empty{color:var(--por-text-soft);text-align:center;padding:24px 12px;font-size:14px}.portal-hero-card{background:linear-gradient(135deg, var(--por-accent), #0e2a22);color:#fff;border-radius:var(--por-radius);margin-bottom:14px;padding:18px}.portal-hero-eyebrow{opacity:.75;text-transform:uppercase;letter-spacing:.06em;margin-bottom:6px;font-size:12px}.portal-hero-title{font-family:var(--por-font-heading);margin-bottom:10px;font-size:22px;font-weight:700}.portal-hero-meta{opacity:.85;flex-wrap:wrap;gap:16px;margin-bottom:18px;font-size:13px;display:flex}.portal-stat-grid{grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;display:grid}.portal-stat{background:var(--por-card);border-radius:var(--por-radius-sm);box-shadow:var(--por-shadow);padding:12px}.portal-stat-value{font-family:var(--por-font-heading);font-size:20px;font-weight:700}.portal-stat-label{color:var(--por-text-soft);font-size:12px}.portal-stepper{justify-content:center;align-items:center;gap:6px;display:flex}.portal-stepper-btn{background:var(--por-bg);width:40px;height:40px;color:var(--por-text);border:1px solid var(--por-border);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.portal-stepper-btn:active{background:var(--por-border)}.portal-stepper-value{text-align:center;min-width:46px;font-family:var(--por-font-heading);font-size:20px;font-weight:700}.portal-stepper-label{color:var(--por-text-soft);text-align:center;margin-top:2px;font-size:11px}.portal-live{background:var(--por-bg);min-height:100vh;padding-bottom:calc(24px + var(--por-safe-bottom))}.portal-live-header{padding:calc(14px + var(--por-safe-top)) 18px 10px;justify-content:space-between;align-items:center;display:flex}.portal-live-progress{background:var(--por-border);border-radius:4px;height:6px;margin:0 18px 16px;overflow:hidden}.portal-live-progress-fill{background:var(--por-olive);height:100%}.portal-set-row{border-radius:var(--por-radius-sm);background:var(--por-bg);justify-content:space-between;align-items:center;margin-bottom:6px;padding:10px 12px;display:flex}.portal-set-row.completed{background:var(--por-success-soft-bg)}.portal-live-nav{gap:8px;display:flex}.portal-live-nav .portal-btn{flex:1;min-width:0}.portal-rest-timer{text-align:center;padding:20px 18px}.portal-rest-timer-value{font-family:var(--por-font-heading);font-size:48px;font-weight:700}.portal-tabs{gap:6px;margin-bottom:14px;padding-bottom:2px;display:flex;overflow-x:auto}.portal-tab{background:var(--por-card);border:1px solid var(--por-border);color:var(--por-text-soft);border-radius:999px;flex-shrink:0;padding:9px 14px;font-size:13px;font-weight:600}.portal-tab.active{background:var(--por-accent);color:#fff;border-color:var(--por-accent)}.portal-quick-add-row{flex-wrap:wrap;gap:8px;display:flex}.portal-toast-stack{top:calc(12px + var(--por-safe-top));z-index:100;pointer-events:none;flex-direction:column;align-items:center;gap:8px;padding:0 16px;display:flex;position:fixed;left:0;right:0}.portal-toast{pointer-events:auto;border-radius:12px;align-items:center;gap:8px;width:100%;max-width:420px;padding:12px 16px;font-size:13px;font-weight:600;display:flex;box-shadow:0 8px 24px #173d332e}.portal-toast-error{background:var(--por-danger-soft-bg);color:var(--por-danger-soft-text)}.portal-toast-success{background:var(--por-success-soft-bg);color:var(--por-success-soft-text)}.portal-chip-btn{background:var(--por-bg);color:var(--por-text);border:1px solid var(--por-border);border-radius:999px;min-height:40px;padding:10px 14px;font-size:13px;font-weight:600}.portal-picker-list{flex-direction:column;gap:4px;max-height:320px;display:flex;overflow-y:auto}.portal-picker-row{text-align:left;background:var(--por-bg);border-radius:var(--por-radius-sm);width:100%;color:var(--por-text);border:1px solid #0000;justify-content:space-between;align-items:center;gap:8px;min-height:44px;padding:12px 14px;font-size:14px;font-weight:500;display:flex}.portal-picker-row-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.portal-picker-row:active{background:var(--por-border)}.portal-picker-row-meta{color:var(--por-text-faint);flex-shrink:0;font-size:12px}.portal-picker-row-add{background:var(--por-accent-soft);color:var(--por-olive);font-weight:600}.portal-wheel-trigger{border:1px solid var(--por-border);border-radius:var(--por-radius-sm);background:var(--por-input-bg);text-align:left;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:9px 12px;font-size:16px;display:flex}.portal-wheel-trigger:focus-visible{outline:2px solid var(--por-olive);outline-offset:1px}.portal-wheel-backdrop{z-index:200;background:0 0;align-items:flex-end;transition:background .2s;display:flex;position:fixed;inset:0}.portal-wheel-backdrop.visible{background:#0006}.portal-wheel-sheet{background:var(--por-card);width:100%;padding-bottom:var(--por-safe-bottom);border-radius:18px 18px 0 0;transition:transform .25s cubic-bezier(.32,.72,0,1);transform:translateY(100%)}.portal-wheel-sheet.visible{transform:translateY(0)}.portal-wheel-sheet-header{border-bottom:1px solid var(--por-border);justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.portal-wheel-sheet-title{color:var(--por-text);font-size:14px;font-weight:700}.portal-wheel-sheet-action{color:var(--por-text-soft);background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:15px;font-weight:600}.portal-wheel-sheet-action:active{background:var(--por-bg)}.portal-wheel-sheet-done{color:var(--por-olive)}.portal-wheel-wrap{height:220px;position:relative;overflow:hidden}.portal-wheel-band{border-top:1px solid var(--por-border);border-bottom:1px solid var(--por-border);background:var(--por-bg);pointer-events:none;height:44px;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.portal-wheel-list{scroll-snap-type:y mandatory;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;height:100%;overflow-y:auto;-webkit-mask-image:linear-gradient(#0000 0,#000 25% 75%,#0000 100%);mask-image:linear-gradient(#0000 0,#000 25% 75%,#0000 100%)}.portal-wheel-row{scroll-snap-align:center;height:44px;color:var(--por-text-soft);justify-content:center;align-items:center;font-size:17px;transition:color .15s;display:flex}.portal-wheel-row.active{color:var(--por-text);font-weight:600}
