@import"https://fonts.googleapis.com/css2?family=Inter:wght@500;600&display=swap";:root{color-scheme:light;--font-family-sans: "Inter", sans-serif;--color-white: #ffffff;--color-gray-50: #fafafa;--color-gray-200: #f6f6f6;--color-gray-400: #e0e0e0;--color-gray-500: #d0d0d0;--color-gray-600: #929292;--color-gray-800: #575757;--color-gray-900: #0e0e0e;--color-green-300: #83be42;--color-green-500: #6ca62f;--shadow-card: 0 20px 60px rgba(14, 14, 14, .05)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{min-height:100vh;font-family:var(--font-family-sans);background:var(--color-white);color:var(--color-gray-900)}button,a{font:inherit}button{border:0;background:transparent;color:inherit}a{color:inherit;text-decoration:none}.dashboard-shell{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 18% 100%,rgba(131,190,66,.12),transparent 24%),linear-gradient(180deg,#fff,#fbfbfb)}.dashboard-shell--state{display:grid;place-items:center;padding:24px}.dashboard-shell__flow{position:absolute;right:min(-12vw,-48px);bottom:0;width:min(78vw,980px);max-width:none;opacity:.94;pointer-events:none;-webkit-user-select:none;user-select:none}.dashboard-topbar{position:relative;z-index:1;height:72px;border-bottom:1px solid var(--color-gray-400);background:#ffffffe0;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dashboard-topbar__inner{width:min(1120px,calc(100% - 32px));height:100%;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.dashboard-topbar__actions{display:flex;align-items:center;gap:12px}.dashboard-topbar__logo{width:151px;height:auto;display:block}.dashboard-icon-button{position:relative;width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--color-gray-400);background:#ffffffeb;color:var(--color-gray-800);cursor:pointer;transition:transform .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.dashboard-icon-button:hover{transform:translateY(-1px);color:var(--color-green-500);border-color:#83be4273;box-shadow:0 10px 24px #83be421f}.dashboard-icon-button__dot{position:absolute;top:8px;right:9px;width:7px;height:7px;border-radius:999px;background:var(--color-green-500);border:2px solid var(--color-white)}.dashboard-profile{position:relative}.dashboard-profile__button{display:inline-flex;align-items:center;gap:10px;padding:4px 10px 4px 4px;border:1px solid transparent;border-radius:999px;background:transparent;color:var(--color-gray-900);cursor:pointer;transition:border-color .16s ease,background .16s ease}.dashboard-profile__button:hover,.dashboard-profile[aria-expanded=true] .dashboard-profile__button{border-color:var(--color-gray-400);background:#ffffffeb}.dashboard-profile__avatar{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#d8e9f8,#f9d9c4);color:var(--color-gray-900);font-size:11px;font-weight:600;flex-shrink:0}.dashboard-profile__label{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--color-gray-900);font-size:13px;font-weight:600}.dashboard-profile__chevron{color:var(--color-gray-600)}.dashboard-profile__dropdown{position:absolute;top:calc(100% + 10px);right:0;min-width:260px;padding:12px;display:flex;flex-direction:column;gap:4px;border:1px solid var(--color-gray-400);border-radius:14px;background:var(--color-white);box-shadow:0 24px 60px #0e0e0e1f;z-index:30}.dashboard-profile__dropdown-user{display:flex;align-items:center;gap:12px;padding:8px 8px 12px;border-bottom:1px solid var(--color-gray-400);margin-bottom:4px}.dashboard-profile__dropdown-user strong,.dashboard-profile__dropdown-user span{display:block;line-height:1.3}.dashboard-profile__dropdown-user strong{color:var(--color-gray-900);font-size:13px;font-weight:600}.dashboard-profile__dropdown-user span{color:var(--color-gray-600);font-size:12px;margin-top:2px;word-break:break-all}.dashboard-profile__dropdown-item,.dashboard-profile__logout{display:inline-flex;align-items:center;gap:10px;padding:9px 10px;border-radius:8px;border:0;background:transparent;color:var(--color-gray-800);font-size:13px;font-weight:500;text-align:left;cursor:pointer;transition:background .14s ease,color .14s ease}.dashboard-profile__dropdown-item:hover,.dashboard-profile__logout:hover{background:#83be421a;color:var(--color-green-500)}.dashboard-profile__dropdown-separator{height:1px;background:var(--color-gray-400);margin:6px 0}.dashboard-profile__logout{color:var(--color-gray-900)}.dashboard-main{position:relative;z-index:1;width:min(1120px,calc(100% - 32px));margin:0 auto;padding:42px 0 64px}.dashboard-state-card{position:relative;z-index:1;width:min(480px,100%);padding:28px;border:1px solid var(--color-gray-400);border-radius:18px;background:#fffffff5;box-shadow:var(--shadow-card)}.dashboard-state-card__eyebrow{display:inline-flex;margin-bottom:16px;color:var(--color-green-500);font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.dashboard-state-card h1{margin:0 0 12px;font-size:24px;line-height:1.1}.dashboard-state-card p{margin:0;color:var(--color-gray-800);font-size:14px;line-height:1.5}.hero-copy{width:100%}.hero-copy h1{margin:0 0 16px;font-size:22px;font-weight:600;line-height:1.16;letter-spacing:-.02em}.hero-copy p{margin:0;color:var(--color-gray-800);font-size:14px;font-weight:500;line-height:1.3}.dashboard-tabs{width:100%;margin:44px 0 28px;display:flex;align-items:flex-start;gap:24px;border-bottom:1px solid var(--color-gray-400)}.dashboard-tab{padding:0 0 14px;color:var(--color-gray-800);font-size:14px;font-weight:600;line-height:1.3;cursor:pointer}.dashboard-tab--active{color:var(--color-green-300);border-bottom:1.5px solid var(--color-green-300)}.platform-grid{width:100%;display:flex;flex-wrap:wrap;gap:18px}.platform-card{flex:0 0 25vw;max-width:25vw;min-width:280px;min-height:240px;display:flex;flex-direction:column;border:1px solid var(--color-gray-500);border-radius:12px;overflow:hidden;background:#fffffff5;box-shadow:var(--shadow-card)}.platform-card__body{display:flex;flex:1;flex-direction:column;gap:18px;padding:22px}.platform-card__logo{width:min(220px,100%);height:auto;display:block;object-fit:contain}.platform-card h2{margin:0;font-size:24px;font-weight:600;line-height:1;letter-spacing:-.06em}.platform-card__eyebrow{margin:3px 0 0;color:var(--color-gray-600);font-size:11px;font-weight:600;line-height:1.3;text-transform:uppercase;letter-spacing:.1em}.platform-card__description{margin:0;color:var(--color-gray-800);font-size:12px;font-weight:500;line-height:1.4;letter-spacing:.01em}.platform-card__footer{border-top:1px solid var(--color-gray-400);padding:12px 16px 13px}.platform-card__action{width:100%;min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid var(--color-gray-400);border-bottom-width:2px;border-radius:8px;background:var(--color-white);color:var(--color-gray-800);font-size:12px;font-weight:600;line-height:1.4;letter-spacing:.01em;transition:transform .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease}.platform-card__action:hover{transform:translateY(-1px);color:var(--color-green-500);border-color:#83be4273;box-shadow:0 10px 24px #83be421f}.platform-card__action:focus-visible,.dashboard-icon-button:focus-visible,.dashboard-profile__button:focus-visible,.dashboard-profile__dropdown-item:focus-visible,.dashboard-profile__logout:focus-visible,.dashboard-tab:focus-visible{outline:2px solid rgba(131,190,66,.85);outline-offset:3px}@media (max-width: 1100px){.platform-card{flex:0 0 calc(50% - 9px);max-width:calc(50% - 9px)}.dashboard-shell__flow{width:min(98vw,860px);right:-160px;opacity:.5}}@media (max-width: 720px){.dashboard-main{padding-top:28px}.dashboard-topbar{height:auto}.dashboard-topbar__inner,.dashboard-main{width:min(100%,calc(100% - 24px))}.dashboard-topbar__inner{min-height:72px;padding:12px 0;gap:12px;align-items:flex-start;flex-direction:column}.dashboard-topbar__actions{width:100%;justify-content:space-between}.dashboard-profile__label{max-width:168px}.dashboard-tabs{gap:18px;margin-top:32px;overflow-x:auto}.platform-card{flex:1 1 100%;max-width:100%}.dashboard-shell__flow{width:140vw;right:-48vw;bottom:-24px;opacity:.36}.platform-card h2{font-size:22px}}
