@import url('./styles-legacy.css');
@import url('./visual-system.css');

@import url('./nutrition.css');
@import url('./recipes.css');
@import url('./startup-motion.css');
@import url('./auth-entry.css');

/* Account entry follows the startup's restrained typographic hierarchy. */
.entry-shell{max-width:640px;min-height:100svh;padding-bottom:max(32px,env(safe-area-inset-bottom))}
.entry-content{padding:28px 0 40px}.entry-content h2{font-size:clamp(26px,6.5vw,36px);font-weight:500;letter-spacing:-.025em;line-height:1.15;margin:14px 0 16px}.entry-content>.muted{max-width:43ch;line-height:1.6;margin-bottom:28px}
.entry-system,.entry-number{font-family:var(--nf-mono,monospace);font-size:10px;letter-spacing:.16em;color:#929292;text-transform:uppercase}
.entry-paths{display:grid;gap:12px;margin:28px 0}.entry-path{display:grid;grid-template-columns:24px minmax(0,1fr) 18px;gap:14px;align-items:start;width:100%;padding:24px 18px;border:1px solid #363636;border-radius:16px;background:#101010;color:#f3f3f3;text-align:left;cursor:pointer}.entry-path strong{display:block;font-size:19px;font-weight:500;line-height:1.3;margin:8px 0}.entry-path small{display:block;font-size:13px;color:#a4a4a4;line-height:1.55;max-width:36ch}.entry-path:hover{background:#191919;border-color:#777}.entry-path:focus-visible{outline:2px solid #ee2929;outline-offset:4px}.entry-number{padding-top:2px;color:#e03939}.entry-arrow{font-size:19px;color:#b4b4b4}.entry-footnote{font-size:12px;color:#929292;line-height:1.6;margin:24px 0}.entry-id{display:grid;gap:12px;justify-items:start;padding:24px 0;border-top:1px solid #303030;border-bottom:1px solid #303030}.entry-id strong{font-family:var(--nf-mono,monospace);font-size:24px;letter-spacing:.06em;user-select:all}.entry-invite,.entry-request{padding:22px 0;border-bottom:1px solid #303030}.entry-invite h3,.entry-request h3{font-weight:500;margin:10px 0}.entry-invitation-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 0;border-bottom:1px solid #303030}.entry-invitation-row small{display:block;margin-top:5px}.entry-content .checkline{align-items:flex-start;font-size:13px;line-height:1.5}.entry-content button{min-height:44px}.entry-account-button{margin-top:16px}.self-plan-day{padding:20px 0;border-bottom:1px solid #303030}.self-plan-exercise{padding:16px 0;border-bottom:1px solid #242424}
@media(max-width:360px){.entry-path{padding:20px 14px;gap:10px;grid-template-columns:18px minmax(0,1fr) 14px}.entry-path strong{font-size:17px}}
