.mg-portal{width:100%;padding:clamp(48px,12vh,120px) 0}.mg-portal-eyebrow{margin:0 0 12px;font-family:var(--font-mono);font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:var(--mg-fg-meta)}.mg-portal-title{margin:0;font-family:var(--font-display);font-size:clamp(1.75rem,4vw,2.75rem);line-height:1.05;color:#fff}.mg-portal-lead{margin:16px 0 28px;max-width:46ch;font-size:1rem;line-height:1.55;color:var(--mg-fg-body)}.mg-portal-status-text{margin:0;font-family:var(--font-mono);font-size:.9rem;color:var(--mg-fg-muted)}.mg-portal-error{margin:4px 0 0;font-size:.875rem;line-height:1.5;color:#ff6b6b}.mg-portal-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;padding:12px 22px;border:1px solid transparent;border-radius:var(--mg-radius-pill);background:var(--mg-blue);color:#fff;font-family:var(--font-family-sans-serif);font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s var(--mg-ease-out),opacity .2s var(--mg-ease-out)}.mg-portal-button:hover{background:var(--mg-blue-hover)}.mg-portal-button:disabled{opacity:.55;cursor:default}.mg-portal-button--ghost{background:transparent;border-color:var(--mg-line);color:var(--mg-fg-body)}.mg-portal-button--ghost:hover{background:var(--mg-fill-2, rgba(255, 255, 255, .04));color:#fff}.mg-portal-card,.mg-portal-project{background:linear-gradient(180deg,#ffffff0f,#ffffff04 42%,#0a0a0c80);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.12);border-radius:0;box-shadow:inset 0 1px #ffffff14}.mg-portal-card{max-width:480px;margin:0 auto;padding:clamp(28px,5vw,44px)}html.mg-portal-authed .mg-portal-login{display:none}.mg-portal-form{display:flex;flex-direction:column;gap:10px}.mg-portal-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.mg-portal-label{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--mg-fg-meta)}.mg-portal-input{width:100%;padding:13px 16px;border:1px solid var(--mg-line);background:var(--mg-bg);color:#fff;font-family:var(--font-family-sans-serif);font-size:1rem;transition:border-color .2s var(--mg-ease-out)}.mg-portal-input:focus-visible{outline:2px solid var(--mg-blue);outline-offset:2px;border-color:var(--mg-blue)}.mg-portal-input::placeholder{color:var(--mg-fg-faint)}.mg-portal-form .mg-portal-button{margin-top:8px}.mg-portal-dashboard-head{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;flex-wrap:wrap;margin-bottom:clamp(28px,6vw,48px)}.mg-portal-projects{display:flex;flex-direction:column;gap:16px}.mg-portal-project{padding:clamp(22px,2vw,30px);transition:border-color .2s var(--mg-ease-out),box-shadow .2s var(--mg-ease-out)}.mg-portal-project:hover{border-color:#ffffff2e;box-shadow:inset 0 1px #ffffff1f}.mg-portal-project-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;flex-wrap:wrap}.mg-portal-project-heading{display:flex;align-items:center;gap:10px}.mg-portal-project-mark{width:7px;height:7px;flex:none;background:#fff;transform:rotate(-45deg)}.mg-portal-project-name{margin:0;font-family:var(--font-display);font-size:1.25rem;line-height:1.2;color:#fff}.mg-portal-project-note{margin:14px 0 0;font-size:.95rem;line-height:1.55;color:var(--mg-fg-body);white-space:pre-line}.mg-portal-checklist{margin:12px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:7px}.mg-portal-check{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;line-height:1.5;color:var(--mg-fg-muted)}.mg-portal-check-dot{flex:none;width:8px;height:8px;margin-top:.45em;border-radius:50%;background:#ff6b6b}.mg-portal-check[data-done=true]{color:var(--mg-fg-body)}.mg-portal-check[data-done=true] .mg-portal-check-dot{background:#22c55e}.mg-portal-check-status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.mg-portal-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:140px}.mg-portal-status-label{font-family:var(--font-mono);font-size:.75rem;letter-spacing:.06em;color:var(--mg-fg-body);white-space:nowrap}.mg-portal-progress{display:flex;gap:5px;margin:0;padding:0;list-style:none}.mg-portal-progress-step{width:28px}.mg-portal-progress-bar{display:block;height:4px;width:100%;background:var(--mg-fill-3, rgba(255, 255, 255, .06));transition:background .2s var(--mg-ease-out)}.mg-portal-progress-step--complete .mg-portal-progress-bar{background:var(--mg-fg-subtle)}.mg-portal-progress-step--current .mg-portal-progress-bar{background:var(--mg-blue)}.mg-portal-loading{display:flex;flex-direction:column}.mg-portal-spinner{width:30px;height:30px;margin:36px auto;border:2px solid var(--mg-line);border-top-color:var(--mg-blue);border-radius:999px;animation:mg-portal-spin .7s linear infinite}@keyframes mg-portal-spin{to{transform:rotate(360deg)}}.mg-portal-skeleton-bar{display:block;height:.9rem;border-radius:3px;background:var(--mg-fill-3, rgba(255, 255, 255, .06));animation:mg-portal-pulse 1.4s ease-in-out infinite}.mg-portal-skeleton-bar--title{width:42%;height:1.25rem}.mg-portal-skeleton-bar--badge{width:96px;height:.9rem}.mg-portal-skeleton-bar--note{width:68%;margin-top:14px}@keyframes mg-portal-pulse{0%,to{opacity:1}50%{opacity:.45}}@media(prefers-reduced-motion:reduce){.mg-portal-spinner{animation-duration:1.8s}.mg-portal-skeleton-bar{animation:none;opacity:.7}}@media(max-width:768px){.mg-portal-project-head{flex-direction:column}.mg-portal-status{align-items:flex-start}}
