*,:before,:after{box-sizing:border-box}:root{--accent:#00aeee;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font-family:var(--sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}body{color:#444;background:#f0f9fd;margin:0}#root{min-height:100vh}h1,h2,h3{color:#111;margin:0}p{margin:0}.auth-layout{background:#f0f9fd;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex}.auth-logo{width:auto;height:72px;margin-bottom:1.5rem}.auth-card{background:#fff;border-radius:10px;width:100%;max-width:400px;padding:2.5rem 2rem;box-shadow:0 2px 20px #00aeee1a}.auth-card h1{color:#111;margin:0 0 1.5rem;font-size:1.5rem;font-weight:700}.auth-card form{flex-direction:column;gap:1rem;display:flex}.auth-card label{color:#333;flex-direction:column;gap:.35rem;font-size:.875rem;font-weight:500;display:flex}.auth-card input{border:1px solid #d1d5db;border-radius:6px;outline:none;padding:.55rem .75rem;font-size:1rem;transition:border-color .15s}.auth-card input:focus{border-color:#00aeee;box-shadow:0 0 0 3px #00aeee2e}.auth-card button[type=submit]{color:#fff;cursor:pointer;background:#00aeee;border:none;border-radius:6px;margin-top:.5rem;padding:.65rem;font-size:1rem;font-weight:600;transition:background .15s}.auth-card button[type=submit]:hover:not(:disabled){background:#0099d4}.auth-card button[type=submit]:disabled{opacity:.6;cursor:not-allowed}.optional{color:#6b7280;font-weight:400}.form-error{color:#dc2626;margin:0;font-size:.875rem}.auth-hint{color:#555;margin:0 0 1.25rem;font-size:.9rem;line-height:1.5}.auth-links{color:#555;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1.25rem;font-size:.875rem;display:flex}.auth-links a{color:#00aeee;text-decoration:none}.auth-links a:hover{text-decoration:underline}.acct-loading{background:#f5f9fc;justify-content:center;align-items:center;min-height:100vh;display:flex}.acct-spinner{border:3px solid #d0eef9;border-top-color:#00aeee;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite acct-spin}@keyframes acct-spin{to{transform:rotate(360deg)}}.acct-root{background:#f5f9fc;flex-direction:column;min-height:100vh;display:flex}.acct-nav{z-index:10;background:#fff;border-bottom:1px solid #e5eef4;align-items:center;height:56px;padding:0 2rem;display:flex;position:sticky;top:0}.acct-nav-logo{width:auto;height:30px}.acct-main{flex-direction:column;flex:1;gap:1.25rem;width:100%;max-width:600px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex}.acct-back{color:#555;cursor:pointer;background:#fff;border:1.5px solid #dde6ec;border-radius:8px;align-self:flex-start;padding:.4rem 1rem;font-size:.875rem;transition:border-color .15s}.acct-back:hover{color:#00aeee;border-color:#00aeee}.acct-title{color:#00aeee;margin:0;font-size:1.6rem;font-weight:700}.acct-card{background:#fff;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.75rem 2rem;display:flex;box-shadow:0 1px 8px #00000012}.acct-card--danger{border:1.5px solid #fee2e2}.acct-section-title{color:#111;margin:0;font-size:.95rem;font-weight:700}.acct-section-title--danger{color:#dc2626}.acct-readonly-field{color:#333;background:#f5f9fc;border:1.5px solid #e0eef5;border-radius:8px;padding:.6rem .9rem;font-size:.9rem}.acct-input{color:#222;border:1.5px solid #dde6ec;border-radius:8px;outline:none;padding:.6rem .9rem;font-size:.9rem;transition:border-color .15s}.acct-input:focus{border-color:#00aeee;box-shadow:0 0 0 3px #00aeee1f}.acct-actions{justify-content:flex-end;display:flex}.acct-btn{color:#09c;cursor:pointer;background:#e9f5fb;border:none;border-radius:8px;padding:.45rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .15s}.acct-btn:hover:not(:disabled){background:#d2ecf8}.acct-btn:disabled{opacity:.6;cursor:not-allowed}.acct-btn--danger{color:#dc2626;background:#fee2e2}.acct-btn--danger:hover:not(:disabled){background:#fecaca}.acct-hint{color:#555;margin:0 0 .25rem;font-size:.875rem}.acct-error{color:#dc2626;margin:0;font-size:.85rem}.acct-success{color:#166534;margin:0;font-size:.85rem}.acct-danger-text{color:#777;margin:0;font-size:.875rem}.acct-danger-text a{color:#dc2626;text-decoration:none}.acct-danger-text a:hover{text-decoration:underline}.portal-loading{background:#f0f7fc;justify-content:center;align-items:center;min-height:100vh;display:flex}.portal-spinner{border:3px solid #d0eef9;border-top-color:#00aeee;border-radius:50%;width:40px;height:40px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.portal-root{background:#f0f7fc;flex-direction:column;min-height:100vh;display:flex}.portal-nav{z-index:10;background:#fff;border-bottom:1px solid #e0ecf5;justify-content:space-between;align-items:center;height:64px;padding:0 2rem;display:flex;position:sticky;top:0;box-shadow:0 2px 12px #00aeee14}.portal-logo{width:auto;height:32px}.portal-nav-name{color:#4a6c82;background:#f0f7fc;border:1px solid #d8edf8;border-radius:999px;padding:.3rem .9rem;font-size:.85rem;font-weight:500}.portal-nav-right{align-items:center;gap:.75rem;display:flex}.portal-nav-logout{color:#91b0c2;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.3rem .5rem;font-size:.82rem;font-weight:600;transition:color .15s,background .15s}.portal-nav-logout:hover:not(:disabled){color:#dc2626;background:#fff5f5}.portal-nav-logout:disabled{opacity:.5;cursor:not-allowed}.portal-main{flex:1;width:100%;max-width:940px;margin:0 auto;padding:2.5rem 1.5rem 3.5rem}.portal-cards{grid-template-columns:2fr 3fr;align-items:start;gap:1.5rem;display:grid}@media (width<=640px){.portal-cards{grid-template-columns:1fr}}.portal-card{background:#fff;border-radius:16px;flex-direction:column;transition:box-shadow .2s,transform .2s;display:flex;overflow:hidden;box-shadow:0 2px 16px #0000000f,0 0 0 1px #00aeee12}.portal-card:hover{transform:translateY(-2px);box-shadow:0 6px 28px #0000001a,0 0 0 1px #00aeee1f}.portal-card-header{border-bottom:1px solid #f0f5f9;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.75rem 1rem;display:flex}.portal-card-title{color:#00aeee;text-transform:uppercase;letter-spacing:.1em;margin:0;font-size:.72rem;font-weight:700}.portal-card-header--license{background:#f8fbfd;padding:1.35rem 1.75rem 1.1rem}.portal-header-right{align-items:center;gap:.75rem;display:flex}.portal-card-beam-logo{opacity:.9;flex-shrink:0;width:56px;height:auto}.portal-license-title{margin:0 0 .2rem;font-size:1.45rem;font-weight:800;line-height:1}.portal-license-type-badge{text-transform:uppercase;letter-spacing:.07em;border-radius:999px;padding:.15rem .55rem;font-size:.68rem;font-weight:700;display:inline-block}.portal-license-meta-badges{align-items:center;gap:.4rem;display:flex}.portal-license-type-badge--trial{color:#ffd966;background:#ffc8002e;border:1px solid #ffc8004d}.portal-license-type-badge--edu{color:#7ee3ff;background:#00aeee2e;border:1px solid #00aeee4d}.portal-beam-text{color:#00aeee}.portal-pro-text{color:#0d1b2a}.portal-team-name{color:#0d1b2a;margin:0;font-size:1.05rem;font-weight:700}.portal-license-meta{border-bottom:1px solid #f0f5f9;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.25rem;padding:1rem 0 .75rem;display:flex}.portal-status-badge{text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-radius:999px;padding:.32rem .9rem;font-size:.8rem;font-weight:700;display:inline-block}.portal-status-badge--active{color:#166534;background:#dcfce7}.portal-status-badge--trialing{color:#0369a1;background:#e0f2fe}.portal-status-badge--past-due{color:#854d0e;background:#fef9c3}.portal-status-badge--canceled{color:#6b7280;background:#f3f4f6}.portal-status-badge--expired{color:#991b1b;background:#fee2e2}.portal-status-badge--unpaid{color:#92400e;background:#fef3c7}.portal-status-badge--inactive{color:#6b7280;background:#f3f4f6}.portal-card-body{flex:1;padding:.25rem 1.75rem .5rem}.portal-no-license{color:#91b0c2;margin:0;padding:1.25rem 0;font-size:.9rem}.portal-detail-grid{grid-template-columns:1fr 1fr;display:grid}.portal-detail-cell{border-bottom:1px solid #f0f5f9;flex-direction:column;gap:.25rem;padding:.75rem 0;display:flex}.portal-detail-cell--last{border-bottom:none}.portal-detail-cell:nth-child(odd){padding-right:1rem}.portal-detail-cell:nth-child(2n){border-left:1px solid #f0f5f9;padding-left:1rem}.portal-detail-row{border-bottom:1px solid #f0f5f9;flex-direction:column;gap:.15rem;padding:.65rem 0;display:flex}.portal-detail-row:last-child{border-bottom:none}.portal-detail-label{color:#91b0c2;text-transform:uppercase;letter-spacing:.07em;font-size:.68rem;font-weight:600}.portal-detail-value{color:#1a2a36;word-break:break-all;font-size:.95rem;font-weight:500}.portal-detail-value-group{flex-wrap:wrap;align-items:center;gap:.45rem;display:flex}.portal-card-actions{border-top:1px solid #f0f5f9;flex-wrap:wrap;gap:.5rem;margin-top:.25rem;padding:1rem 1.75rem 1.5rem;display:flex}.portal-action-btn{color:#0a7ab5;cursor:pointer;vertical-align:middle;white-space:nowrap;background:#f0f7fc;border:1px solid #cce6f5;border-radius:8px;align-items:center;padding:.48rem 1rem;font-size:.82rem;font-weight:600;line-height:1;text-decoration:none;transition:background .15s,border-color .15s,color .15s,transform .1s;display:inline-flex}.portal-action-btn:hover:not(:disabled){color:#fff;background:#00aeee;border-color:#00aeee;transform:translateY(-1px)}.portal-action-btn:active:not(:disabled){transform:translateY(0)}.portal-action-btn:disabled,.portal-action-btn--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.portal-action-btn--danger{color:#dc2626;background:#fff5f5;border-color:#fecaca}.portal-action-btn--danger:hover:not(:disabled){color:#fff;background:#dc2626;border-color:#dc2626;transform:translateY(-1px)}.team-loading{background:#f5f9fc;justify-content:center;align-items:center;min-height:100vh;display:flex}.team-spinner{border:3px solid #d0eef9;border-top-color:#00aeee;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite team-spin}@keyframes team-spin{to{transform:rotate(360deg)}}.team-root{background:#f5f9fc;flex-direction:column;min-height:100vh;display:flex}.team-nav{z-index:10;background:#fff;border-bottom:1px solid #e5eef4;align-items:center;height:56px;padding:0 2rem;display:flex;position:sticky;top:0}.team-nav-logo{width:auto;height:30px}.team-main{flex-direction:column;flex:1;gap:1.25rem;width:100%;max-width:900px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex}.team-back{color:#555;cursor:pointer;background:#fff;border:1.5px solid #dde6ec;border-radius:8px;align-self:flex-start;padding:.4rem 1rem;font-size:.875rem;transition:border-color .15s,color .15s}.team-back:hover{color:#00aeee;border-color:#00aeee}.team-title{color:#00aeee;margin:0;font-size:1.6rem;font-weight:700}.team-card{background:#fff;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.75rem 2rem;display:flex;box-shadow:0 1px 8px #00000012}.team-section-title{color:#111;margin:0;font-size:.95rem;font-weight:700}.team-add-row{align-items:center;gap:12px;display:flex}.team-input{color:#222;background:#f5f9fc;border:1.5px solid #dde6ec;border-radius:8px;outline:none;flex:1;padding:.6rem .9rem;font-size:.9rem;transition:border-color .15s}.team-input:focus{border-color:#00aeee;box-shadow:0 0 0 3px #00aeee1f}.team-input::placeholder{color:#aaa}.team-btn{color:#09c;cursor:pointer;white-space:nowrap;background:#e9f5fb;border:none;border-radius:8px;padding:.45rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .15s}.team-btn:hover:not(:disabled){background:#d2ecf8}.team-btn:disabled{opacity:.6;cursor:not-allowed}.team-error{color:#dc2626;margin:0;font-size:.85rem}.team-success{color:#166534;margin:0;font-size:.85rem}.team-table{flex-direction:column;display:flex}.team-table-head{color:#aaa;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #e5eef4;grid-template-columns:1.4fr 2fr 90px 90px;padding:.5rem .75rem;font-size:.75rem;font-weight:700;display:grid}.team-table-row{border-bottom:1px solid #f0f4f7;grid-template-columns:1.4fr 2fr 90px 90px;align-items:center;padding:.75rem;transition:background .15s;display:grid}.team-table-row:last-child{border-bottom:none}.team-table-row:hover{background:#f5f9fc}.team-col-name{align-items:center;gap:8px;min-width:0;display:flex}.team-col-email{min-width:0}.team-col-center{justify-content:center;align-items:center;display:flex}.team-member-name{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.team-member-email{color:#777;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.team-owner-badge{text-transform:uppercase;letter-spacing:.06em;color:#0369a1;background:#e0f2fe;border:1px solid #bae6fd;border-radius:4px;flex-shrink:0;padding:2px 6px;font-size:.65rem;font-weight:700}.team-checkbox{cursor:pointer;accent-color:#00aeee;width:16px;height:16px}.team-checkbox:disabled{cursor:not-allowed;opacity:.45}.team-remove-btn{color:#dc2626;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #fca5a5;border-radius:6px;padding:.3rem .7rem;font-size:.78rem;font-weight:600;transition:background .15s,color .15s}.team-remove-btn:hover:not(:disabled){background:#fee2e2}.team-remove-btn:disabled{opacity:.3;cursor:not-allowed;color:#aaa;border-color:#e5eef4}@media (width<=600px){.team-main{padding:1.25rem 1rem 2.5rem}.team-table-head,.team-table-row{grid-template-columns:1fr 90px 80px}.team-col-email{display:none}.team-add-row{flex-direction:column;align-items:stretch}}.dev-loading{background:#f5f9fc;justify-content:center;align-items:center;min-height:100vh;display:flex}.dev-spinner{border:3px solid #d0eef9;border-top-color:#00aeee;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite dev-spin}@keyframes dev-spin{to{transform:rotate(360deg)}}.dev-root{background:#f5f9fc;flex-direction:column;min-height:100vh;display:flex}.dev-nav{z-index:10;background:#fff;border-bottom:1px solid #e5eef4;align-items:center;height:56px;padding:0 2rem;display:flex;position:sticky;top:0}.dev-nav-logo{width:auto;height:30px}.dev-main{flex-direction:column;flex:1;gap:1.25rem;width:100%;max-width:780px;margin:0 auto;padding:2rem 1.5rem 3rem;display:flex}.dev-back{color:#555;cursor:pointer;background:#fff;border:1.5px solid #dde6ec;border-radius:8px;align-self:flex-start;padding:.4rem 1rem;font-size:.875rem;transition:border-color .15s,color .15s}.dev-back:hover{color:#00aeee;border-color:#00aeee}.dev-title{color:#00aeee;margin:0;font-size:1.6rem;font-weight:700}.dev-card{background:#fff;border-radius:12px;flex-direction:column;gap:.75rem;padding:1.75rem 2rem;display:flex;box-shadow:0 1px 8px #00000012}.dev-section-title{color:#111;margin:0;font-size:.95rem;font-weight:700}.dev-error{color:#dc2626;margin:0;font-size:.85rem}.dev-table{flex-direction:column;display:flex}.dev-table-head{color:#aaa;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #e5eef4;grid-template-columns:1.6fr 1.4fr 100px 80px;padding:.5rem .75rem;font-size:.75rem;font-weight:700;display:grid}.dev-table-row{border-bottom:1px solid #f0f4f7;grid-template-columns:1.6fr 1.4fr 100px 80px;align-items:center;padding:.75rem;transition:background .15s;display:grid}.dev-table-row:last-child{border-bottom:none}.dev-table-row:hover{background:#f5f9fc}.dev-col-machine,.dev-col-user{min-width:0}.dev-col-expiry,.dev-col-action{align-items:center;display:flex}.dev-machine-name{color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.dev-user-name{color:#777;white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.dev-expiry{color:#0369a1;background:#e0f2fe;border-radius:999px;padding:.2rem .6rem;font-size:.78rem;font-weight:600;display:inline-block}.dev-expiry--soon{color:#854d0e;background:#fef9c3}.dev-revoke-btn{color:#dc2626;cursor:pointer;white-space:nowrap;background:0 0;border:1.5px solid #fca5a5;border-radius:6px;padding:.3rem .7rem;font-size:.78rem;font-weight:600;transition:background .15s}.dev-revoke-btn:hover{background:#fee2e2}@media (width<=600px){.dev-main{padding:1.25rem 1rem 2.5rem}.dev-table-head,.dev-table-row{grid-template-columns:1fr 90px 70px}.dev-col-user{display:none}}.buy-card{max-width:480px}.buy-loading{background:#f0f9fd;justify-content:center;align-items:center;min-height:100vh;display:flex}.buy-spinner{border:3px solid #d0eef9;border-top-color:#00aeee;border-radius:50%;width:36px;height:36px;animation:.7s linear infinite buy-spin}@keyframes buy-spin{to{transform:rotate(360deg)}}.buy-spinner-wrap{justify-content:center;padding:2rem 0 1rem;display:flex}.buy-summary{background:#f8fbff;border:1px solid #d0eef9;border-radius:8px;flex-direction:column;gap:.65rem;margin:0 0 1.5rem;padding:1rem 1.25rem;display:flex}.buy-row{color:#555;justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.buy-row strong{color:#111}.buy-total{border-top:1px solid #d0eef9;margin-top:.15rem;padding-top:.65rem}.buy-total strong{color:#00aeee;font-size:1.05rem}.buy-btn{color:#fff;cursor:pointer;background:#00aeee;border:none;border-radius:6px;width:100%;padding:.7rem;font-size:1rem;font-weight:600;transition:background .15s}.buy-btn:hover:not(:disabled){background:#0099d4}.buy-btn:disabled{opacity:.6;cursor:not-allowed}.link-btn{color:#00aeee;cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:.875rem}.link-btn:hover{text-decoration:underline}
