.page-wrapper{grid-template-rows:auto 1fr auto;width:100%;min-height:100vh;display:grid}
.main{box-sizing:border-box;width:100%;max-width:100rem;padding:var(--unity-spacing24) var(--unity-spacing16) var(--unity-spacing64);justify-self:center;overflow-x:hidden}@media not (max-width:37.5rem){.main{padding:var(--unity-spacing32) var(--unity-spacing24) var(--unity-spacing96)}}
.user-menu{align-items:center;display:inline-flex;position:relative}.user-menu__login{color:inherit;font-size:.9375rem;text-decoration:none}.user-menu__login:hover,.user-menu__login:focus-visible{text-decoration:underline}.user-menu__trigger{font:inherit;cursor:pointer;color:inherit;background:0 0;border:1px solid #0000;border-radius:6px;align-items:center;gap:.5rem;padding:.375rem .75rem;display:inline-flex}.user-menu__trigger:hover,.user-menu__trigger:focus-visible{background:#ffffff1a;border-color:#ffffff4d}.user-menu__trigger-name{font-size:.9375rem;font-weight:600}.user-menu__chevron{opacity:.7;font-size:.75rem}.user-menu__dev-pill{color:#713f12;text-transform:uppercase;letter-spacing:.04em;background:#fde68a;border-radius:999px;align-items:center;padding:.0625rem .5rem;font-size:.6875rem;font-weight:700;display:inline-flex}.user-menu__list{border:1px solid var(--border,#e0e0e0);z-index:1000;background:#fff;border-radius:8px;min-width:240px;margin:0;padding:.375rem 0;list-style:none;position:absolute;top:calc(100% + .25rem);right:0;box-shadow:0 8px 24px #00000014}.user-menu__item{text-align:left;width:100%;font:inherit;color:#1a1a1a;cursor:pointer;background:0 0;border:0;padding:.5rem .875rem;font-size:.9375rem;text-decoration:none;display:block}.user-menu__item:hover,.user-menu__item:focus-visible{background:#0000000d}.user-menu__item--dev{color:#b45309;font-weight:600}.user-menu__item--dev:hover,.user-menu__item--dev:focus-visible{background:#fef3c7}.user-menu__separator{border-top:1px solid var(--border,#eee);height:0;margin:.25rem 0}
.eas-sim-section{padding:0 0 1rem}.eas-sim-section__hint{color:var(--eden-color-gray-600,#555);margin:0 0 1rem;font-size:.85rem}.eas-sim-section__error{color:var(--eden-color-red-600,#c00);margin:0 0 .75rem;font-size:.875rem}.eas-sim-section__table-wrap{margin-bottom:1.5rem;overflow-x:auto}.eas-sim-section__table{border-collapse:collapse;width:100%;font-size:.85rem}.eas-sim-section__table th,.eas-sim-section__table td{text-align:left;border-bottom:1px solid var(--eden-color-gray-200,#e5e5e5);padding:.4rem .6rem}.eas-sim-section__table th{color:var(--eden-color-gray-700,#444);white-space:nowrap;font-weight:600}.eas-sim-section__empty{color:var(--eden-color-gray-500,#777);text-align:center;padding:1rem;font-style:italic}.eas-sim-section__code{background:var(--eden-color-gray-100,#f5f5f5);border-radius:2px;padding:.1rem .3rem;font-family:monospace;font-size:.8rem}.eas-sim-section__form{border-top:1px solid var(--eden-color-gray-200,#e5e5e5);flex-direction:column;gap:.75rem;padding-top:1rem;display:flex}.eas-sim-section__form-title{margin:0;font-size:.9rem;font-weight:600}.eas-sim-section__fields{grid-template-columns:1fr 1fr;gap:.5rem 1rem;display:grid}@media (max-width:480px){.eas-sim-section__fields{grid-template-columns:1fr}}.eas-sim-section__field{flex-direction:column;gap:.2rem;font-size:.8rem;display:flex}.eas-sim-section__field input,.eas-sim-section__field select{border:1px solid var(--eden-color-gray-300,#ccc);border-radius:4px;padding:.3rem .5rem;font-size:.85rem}.eas-sim-section__field input[aria-invalid=true],.eas-sim-section__field select[aria-invalid=true]{border-color:var(--eden-color-red-600,#c00)}.eas-sim-section__field-error{color:var(--eden-color-red-600,#c00);font-size:.75rem}
.dev-tools-modal{z-index:2000;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.dev-tools-modal__overlay{cursor:pointer;background:#00000073;border:0;padding:0;position:absolute;inset:0}.dev-tools-modal__panel{background:#fff;border-radius:10px;flex-direction:column;gap:.875rem;width:100%;max-width:720px;max-height:85vh;padding:1.25rem;display:flex;position:relative;overflow-y:auto;box-shadow:0 16px 48px #0003}.dev-tools-modal__header{justify-content:space-between;align-items:center;gap:.75rem;display:flex}.dev-tools-modal__title{margin:0;font-size:1.125rem;font-weight:700}.dev-tools-modal__close{cursor:pointer;color:var(--muted,#555);background:0 0;border:0;padding:.25rem .5rem;font-size:1.25rem;line-height:1}.dev-tools-modal__close:hover,.dev-tools-modal__close:focus-visible{color:inherit}.dev-tools-modal__hint{color:var(--muted,#555);margin:0;font-size:.8125rem}.dev-tools-modal__error{color:#721c24;background:#f8d7da;border-radius:6px;margin:0;padding:.5rem .75rem;font-size:.875rem}.dev-tools-modal__list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.dev-tools-modal__item{border:1px solid var(--border,#e0e0e0);border-radius:8px;justify-content:space-between;align-items:center;gap:.75rem;padding:.625rem .875rem;display:flex}.dev-tools-modal__item-info{flex-direction:column;gap:.125rem;min-width:0;display:flex}.dev-tools-modal__item-label{font-size:.9375rem;font-weight:600}.dev-tools-modal__item-role{color:var(--muted,#555);font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.75rem}.dev-tools-modal__item-email{color:var(--muted,#555);font-size:.75rem}.dev-tools-modal__tabs{border-bottom:2px solid var(--border,#e0e0e0);gap:.25rem;margin-bottom:.25rem;padding-bottom:0;display:flex}.dev-tools-modal__tab{cursor:pointer;color:var(--muted,#555);background:0 0;border:0;border-bottom:2px solid #0000;margin-bottom:-2px;padding:.4rem .75rem;font-size:.875rem;font-weight:500}.dev-tools-modal__tab:hover{color:inherit}.dev-tools-modal__tab--active{color:var(--eden-color-blue-700,#1a56a0);border-bottom-color:var(--eden-color-blue-700,#1a56a0);font-weight:600}.dev-tools-modal__footer{border-top:1px solid var(--border,#eee);flex-wrap:wrap;justify-content:flex-end;gap:.5rem;padding-top:.5rem;display:flex}
