:root{--p-brand:#34c759;--p-brand-dark:#2aa84a;--p-brand-soft:#e6f8ec;--p-bg:#faf7f0;--p-card:#ffffff;--p-border:#e9e4d8;--p-text:#141614;--p-muted:#676a66;--p-dim:#9a9d98;--p-amber:#b26a00;--p-amber-soft:#fff4e0;--p-red:#c8262e;--p-red-soft:#fdeceb;--p-font:"Instrument Sans","DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--p-radius:16px}.portal{min-height:100vh;min-height:100dvh;background:var(--p-bg);color:var(--p-text);font-family:var(--p-font);-webkit-font-smoothing:antialiased;display:flex;flex-direction:column}.portal *,.portal :after,.portal :before{box-sizing:border-box}.portal a{color:inherit}.portal-nav{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--p-border);background:var(--p-card)}.portal-nav-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;font-weight:700;font-size:16px}.portal-nav-brand img{height:32px;width:auto;display:block}.portal-nav-links{display:flex;gap:4px}.portal-nav-link{display:inline-flex;align-items:center;min-height:44px;padding:0 12px;border-radius:10px;text-decoration:none;font-size:15px;font-weight:500;color:var(--p-muted)}.portal-nav-link[aria-current=page]{color:var(--p-text);background:var(--p-bg)}.portal-main{width:100%;max-width:560px;margin:0 auto;padding:20px 16px 48px;flex:1 1}.portal-h1{font-size:26px;line-height:1.2;font-weight:700;margin:8px 0 4px;letter-spacing:-.01em}.portal-lede{color:var(--p-muted);font-size:16px;line-height:1.5;margin:0 0 20px}.portal-card{background:var(--p-card);border:1px solid var(--p-border);border-radius:var(--p-radius);padding:20px;margin-bottom:16px}.portal-card-title{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--p-dim);margin:0 0 10px}.portal-plan-name{font-size:24px;font-weight:700;margin:0;letter-spacing:-.01em}.portal-plan-price{font-size:16px;color:var(--p-muted);margin:4px 0 0}.portal-rows{list-style:none;margin:16px 0 0;padding:0;border-top:1px solid var(--p-border)}.portal-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0;border-bottom:1px solid var(--p-border);font-size:15px;line-height:1.4}.portal-row dt{color:var(--p-muted);margin:0}.portal-row dd{margin:0;text-align:right;font-weight:500;overflow-wrap:anywhere}.portal-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;font-size:13px;font-weight:600;background:var(--p-brand-soft);color:#1d7a37}.portal-badge.amber{background:var(--p-amber-soft);color:var(--p-amber)}.portal-badge.red{background:var(--p-red-soft);color:var(--p-red)}.portal-badge.grey{background:#f0eee7;color:var(--p-muted)}.portal-notice{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border-radius:12px;font-size:15px;line-height:1.45;margin-bottom:16px}.portal-notice.amber{background:var(--p-amber-soft);color:#5b3800}.portal-notice.red{background:var(--p-red-soft);color:#7a1219}.portal-notice.grey{background:#f0eee7;color:var(--p-muted)}.portal-notice strong{display:block;margin-bottom:2px}.portal-button,.portal-button-secondary{display:inline-flex;align-items:center;justify-content:center;width:100%;min-height:48px;padding:0 18px;border-radius:12px;font:inherit;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;border:1px solid transparent;transition:background .12s ease,transform 80ms ease}.portal-button{background:var(--p-brand);color:#06210d}.portal-button:hover{background:var(--p-brand-dark)}.portal-button:active{transform:translateY(1px)}.portal-button-secondary:disabled,.portal-button:disabled{opacity:.55;cursor:not-allowed}.portal-button-secondary{background:var(--p-card);color:var(--p-text);border-color:var(--p-border)}.portal-button-secondary:hover{background:var(--p-bg)}.portal-actions{display:flex;flex-direction:column;gap:10px;margin-top:16px}.portal-link{display:inline-flex;align-items:center;min-height:44px;color:var(--p-muted);font-size:15px;text-decoration:underline;text-underline-offset:3px}.portal-field{margin-bottom:16px}.portal-label{display:block;font-size:15px;font-weight:600;margin-bottom:6px}.portal-input{width:100%;min-height:48px;padding:0 14px;border:1px solid var(--p-border);border-radius:12px;background:var(--p-card);font:inherit;font-size:17px;color:var(--p-text)}.portal-input:focus{outline:none;border-color:var(--p-brand);box-shadow:0 0 0 3px var(--p-brand-soft)}.portal-input.code{letter-spacing:.3em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:center;font-size:22px}.portal-hint{color:var(--p-muted);margin:6px 0 0}.portal-error,.portal-hint{font-size:14px;line-height:1.4}.portal-error{color:var(--p-red);margin:8px 0 0}.portal-teams{list-style:none;margin:12px 0 0;padding:0}.portal-team{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-top:1px solid var(--p-border);font-size:15px}.portal-team:first-child{border-top:0}.portal-footer{padding:24px 16px 32px;text-align:center;color:var(--p-dim);font-size:13px;line-height:1.5}.portal-footer a{color:var(--p-muted)}@keyframes portal-shimmer{0%{background-position:-200px 0}to{background-position:200px 0}}.portal-skel{display:block;height:14px;border-radius:6px;background:linear-gradient(90deg,#efece4 25%,#f7f4ec 50%,#efece4 75%);background-size:400px 100%;animation:portal-shimmer 1.2s linear infinite}.portal-skel.title{height:26px;width:60%;margin-bottom:10px}.portal-skel.line{width:100%;margin:10px 0}.portal-skel.short{width:40%}.portal-skel.button{height:48px;border-radius:12px;margin-top:16px}@media (prefers-reduced-motion:reduce){.portal-skel{animation:none}}.portal-toggle{display:flex;background:#f0eee7;border-radius:12px;padding:4px;margin-bottom:16px}.portal-toggle-btn{flex:1 1;min-height:44px;border:0;border-radius:9px;background:transparent;font:inherit;font-size:15px;font-weight:600;color:var(--p-muted);cursor:pointer}.portal-toggle-btn.on{background:var(--p-card);color:var(--p-text);box-shadow:0 1px 2px rgba(0,0,0,.08)}.portal-plan.selected{border-color:var(--p-brand);box-shadow:0 0 0 3px var(--p-brand-soft)}.portal-plan-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.portal-dim{color:var(--p-dim);font-size:14px}.portal-check{display:flex;align-items:center;gap:10px;min-height:44px;cursor:pointer}.portal-check input{width:20px;height:20px;accent-color:var(--p-brand)}.portal-sticky{position:-webkit-sticky;position:sticky;bottom:12px;box-shadow:0 8px 24px rgba(0,0,0,.08)}