:root{--ink:#0f172a;--muted:#64748b;--line:#dbe4ef;--soft:#f8fafc;--accent:#2563eb;--accent-dark:#1d4ed8;--success:#16a34a;--white:#fff;--shadow:0 24px 70px #0f172a1a}
*{box-sizing:border-box}html{min-height:100%}body{min-height:100%;color:var(--ink);background:#f7f9fc;margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-shell{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.topbar{justify-content:space-between;align-items:center;width:min(1180px,100% - 48px);margin:0 auto;padding:28px 0;display:flex}.brand{align-items:center;gap:11px;display:inline-flex}.brand-name{letter-spacing:.12em;font-size:17px;font-weight:700}.brand-mark{border:2px solid var(--ink);border-radius:50%;place-items:center;width:32px;height:32px;display:grid;position:relative}.brand-mark:before,.brand-mark:after{content:"";background:var(--accent);border-radius:50%;width:8px;height:8px;position:absolute}.brand-mark:before{left:5px}.brand-mark:after{right:5px}.brand-mark span{background:var(--ink);border-radius:2px;width:10px;height:2px}.primary-button,.secondary-button{border:0;border-radius:14px;min-height:50px;padding:0 24px;font-weight:700;transition:transform .2s,background-color .2s}.primary-button{background:var(--accent);color:#fff;box-shadow:0 8px 20px #2563eb38}.primary-button:hover{background:var(--accent-dark);transform:translateY(-1px)}.secondary-button{color:var(--ink);background:#eef4fb}.full-width{width:100%}.footer{color:#7c8a9c;justify-content:space-between;gap:18px;width:min(1180px,100% - 48px);margin:0 auto;padding:24px 0 30px;font-size:12px;display:flex}.footer nav{gap:22px;display:flex}.footer a:hover{color:var(--ink)}
.main-content{place-items:center;padding:30px 24px 60px;display:grid}.hero{text-align:center;width:min(760px,100%)}.hero-copy{margin-bottom:30px}.eyebrow,.state-kicker{letter-spacing:.16em;color:var(--accent);margin:0 0 12px;font-size:12px;font-weight:700}h1{letter-spacing:-.055em;margin:0;font-size:clamp(42px,8vw,74px);line-height:.98}.subtitle{max-width:580px;color:var(--muted);margin:20px auto 0;font-size:clamp(17px,2.3vw,21px);line-height:1.55}.transfer-card{width:min(620px,100%);color:var(--ink);box-shadow:var(--shadow);background:#fff;border:1px solid #edf1f6;border-radius:28px;margin:0 auto;padding:18px}.state{min-height:390px;display:flex}.state-upload{flex-direction:column}.dropzone{background:linear-gradient(#fff,#fbfdff);border:1.5px dashed #c7d3e0;border-radius:21px;outline:none;flex-direction:column;justify-content:center;align-items:center;min-height:330px;padding:34px 24px;transition:border-color .2s,background .2s,transform .2s,box-shadow .2s;display:flex}.dropzone:hover,.dropzone:focus,.dropzone.is-dragging{border-color:var(--accent);background:#f4f8ff;transform:translateY(-2px);box-shadow:0 18px 42px #2563eb1a}.dropzone.is-dragging{transform:translateY(-3px)scale(1.006)}.upload-icon{width:66px;height:66px;color:var(--accent);background:#edf4ff;border-radius:20px;place-items:center;margin-bottom:18px;font-size:30px;transition:transform .2s;display:grid}.dropzone.is-dragging .upload-icon{transform:translateY(-4px)scale(1.08)}.dropzone h2,.state h2{letter-spacing:-.03em;margin:0;font-size:25px}.dropzone p{color:var(--muted);margin:10px 0 22px}.trust-note{color:var(--muted);justify-content:center;align-items:center;gap:8px;margin:14px 0 0;font-size:13px;display:flex}.state-files{text-align:left;flex-direction:column;padding:20px}.state-heading{align-items:center;gap:14px;margin-bottom:14px;display:flex}.step-badge{width:38px;height:38px;color:var(--accent);background:#edf4ff;border-radius:12px;place-items:center;font-weight:700;display:grid}.state-heading .state-kicker{margin-bottom:5px}.state-heading h2{font-size:24px}.delivery-selection-summary{color:var(--muted);background:#f7f9fc;border-radius:12px;justify-content:space-between;align-items:center;margin:0 0 14px;padding:12px 14px;font-size:12px;display:flex}.delivery-selection-summary strong{color:var(--ink);font-size:13px}.file-list{flex-direction:column;gap:10px;max-height:190px;margin-bottom:12px;padding-right:3px;display:flex;overflow:auto}.file-item{background:#fbfdff;border:1px solid #e6edf5;border-radius:14px;grid-template-columns:42px 1fr auto;align-items:center;gap:12px;padding:12px;display:grid}.file-type{width:42px;height:42px;color:var(--accent);background:#edf4ff;border-radius:12px;place-items:center;font-size:11px;font-weight:700;display:grid}.file-info{min-width:0}.file-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:14px;display:block;overflow:hidden}.file-info span{color:var(--muted);font-size:12px}.remove-file{color:#94a3b8;background:0 0;border:0;border-radius:10px;width:34px;height:34px;padding:0;font-size:22px}.remove-file:hover{color:#b91c1c;background:#fff1f2}.field-group{margin:18px 0}.field-group label{margin-bottom:8px;font-size:13px;font-weight:600;display:block}.field-group label span{color:#94a3b8;font-weight:400}.field-group input,.field-group select{border:1px solid var(--line);width:100%;height:50px;color:var(--ink);background:#fff;border-radius:14px;outline:none;padding:0 15px}.field-group input:focus,.field-group select:focus{border-color:var(--accent);box-shadow:0 0 0 4px #2563eb1a}.text-button{color:var(--accent);background:0 0;border:0;padding:12px;font-weight:600}.state-progress,.state-success{flex-direction:column;justify-content:center;align-items:center;padding:28px}.upload-progress-ring{--upload-progress:0%;background:conic-gradient(var(--accent) var(--upload-progress),#e7edff 0);border-radius:50%;place-items:center;width:106px;height:106px;margin:0 auto 24px;display:grid;position:relative}.upload-progress-ring:after{content:"";background:#fff;border-radius:50%;position:absolute;inset:8px}.upload-progress-ring span{z-index:1;color:var(--ink);font-size:22px;font-weight:750;position:relative}.progress-message,.success-subtitle{color:var(--muted);text-align:center;margin:10px 0 22px}.progress-bar{background:#e8eef6;border-radius:99px;width:100%;height:8px;overflow:hidden}.progress-bar span{background:linear-gradient(90deg,var(--accent),#6f8fff);border-radius:inherit;width:0;height:100%;transition:width .15s linear;display:block}.progress-meta{width:100%;color:var(--muted);justify-content:space-between;gap:16px;margin-top:10px;font-size:12px;display:flex}.upload-cancel-button{color:#64748b;margin-top:16px}.success-icon{width:72px;height:72px;color:var(--success);background:#eaf8ee;border-radius:50%;place-items:center;margin-bottom:20px;font-size:32px;display:grid}.share-link{border:1px solid var(--line);border-radius:15px;grid-template-columns:1fr auto;gap:8px;width:100%;margin-bottom:14px;padding:7px;display:grid}.share-link input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;padding:0 10px}.share-link button{color:var(--accent);background:#edf4ff;border:0;border-radius:10px;align-items:center;gap:7px;padding:0 13px;font-weight:700;display:flex}.delivery-error{color:#9f1239;background:#fff1f2;border-radius:10px;margin:14px 0 0;padding:11px 13px;font-size:13px;line-height:1.45}.state-files .delivery-error{margin:0 0 14px}.open-delivery{justify-content:center;align-items:center;margin:12px 0;display:flex}@media (max-width:640px){.state-files{padding:14px}.file-list{max-height:220px}.progress-meta{flex-direction:column;align-items:center;gap:5px}}@media (prefers-reduced-motion:reduce){.dropzone,.upload-icon,.progress-bar span{transition:none}}
.recipient-page{min-height:100vh;color:var(--ink);background:radial-gradient(circle at 50% -12%,#5d68f624,#0000 35%),linear-gradient(#fafbff 0%,#f4f6fb 100%);padding:28px 20px 72px}.recipient-header{width:min(1080px,100%);margin:0 auto 54px}.recipient-shell{text-align:center;background:#fffffff5;border:1px solid #fffffff2;border-radius:32px;width:min(720px,100%);margin:0 auto;padding:52px;box-shadow:0 28px 80px #161f461f}.recipient-status-icon{color:#fff;background:linear-gradient(145deg,#6874f7,#8f72ee);border-radius:24px;place-items:center;width:76px;height:76px;margin:0 auto 22px;font-size:34px;font-weight:500;display:grid;box-shadow:0 18px 38px #6874f747}.recipient-status-icon.is-expired{background:linear-gradient(145deg,#ef6b6b,#d95163);box-shadow:0 18px 38px #d9516338}.recipient-kicker,.recipient-section-kicker{color:#6d72e8;letter-spacing:.16em;margin:0 0 10px;font-size:11px;font-weight:800}.recipient-shell>h1{letter-spacing:-.05em;overflow-wrap:anywhere;margin:0;font-size:clamp(36px,6vw,58px);line-height:1.02}.recipient-summary{color:var(--muted);justify-content:center;gap:9px;margin:18px 0 30px;font-size:15px;display:flex}.recipient-meta{grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:28px;display:grid}.recipient-meta div{background:#fafbfe;border:1px solid #e7ebf2;border-radius:16px;gap:7px;min-width:0;padding:16px 12px;display:grid}.recipient-meta span{color:#7d8598;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700}.recipient-meta strong{font-size:13px;line-height:1.4}.recipient-primary-download{color:#fff;background:linear-gradient(145deg,#6674f7,#8169e8);border-radius:17px;justify-content:center;align-items:center;gap:10px;width:100%;min-height:58px;padding:0 24px;font-size:15px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 14px 30px #6674f73d}.recipient-primary-download:hover{transform:translateY(-2px);box-shadow:0 20px 38px #6674f74d}.recipient-primary-download.is-started{background:linear-gradient(145deg,#22a77a,#28b989);box-shadow:0 14px 30px #22a77a33}.recipient-trust-note{color:#8790a3;margin:14px 0 34px;font-size:12px}.recipient-files{text-align:left;border-top:1px solid #edf0f5;margin-top:34px;padding-top:30px;scroll-margin-top:24px}.recipient-files-heading{justify-content:space-between;align-items:end;gap:18px;margin-bottom:16px;display:flex}.recipient-files-heading h2{letter-spacing:-.035em;margin:0;font-size:24px}.recipient-files-heading>span{color:#8890a1;font-size:13px}.recipient-file-list{gap:10px;display:grid}.recipient-file{background:#fbfcfe;border:1px solid #e7ebf2;border-radius:16px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:12px;min-width:0;padding:13px;display:grid}.recipient-file-type{color:#5d68db;letter-spacing:.05em;background:#ebeeff;border-radius:13px;place-items:center;width:46px;height:46px;font-size:10px;font-weight:850;display:grid}.recipient-file-copy{gap:5px;min-width:0;display:grid}.recipient-file-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:14px;overflow:hidden}.recipient-file-copy span{color:#8690a3;font-size:12px}.recipient-file-download{color:#5561d8;white-space:nowrap;background:#edf0ff;border-radius:11px;align-items:center;gap:7px;min-height:38px;padding:0 12px;font-size:12px;font-weight:800;display:inline-flex}.recipient-file-download:hover{background:#e4e8ff}.recipient-file-download.is-started{color:#16805d;background:#e8f7f1}.recipient-expired{color:#9f3d48;background:#fff0f1;border-radius:16px;margin:0 0 30px;padding:20px;line-height:1.55}.recipient-footer-callout{background:linear-gradient(145deg,#f5f6ff,#f9f7ff);border-radius:18px;margin-top:34px;padding:22px}.recipient-footer-callout p{color:#6f778b;margin:0 0 10px;font-size:13px}.recipient-footer-callout a{color:#5c64d8;font-size:14px;font-weight:800}.recipient-powered{color:#a0a7b5;margin:22px 0 0;font-size:11px}@media (max-width:680px){.recipient-page{padding:20px 14px 46px}.recipient-header{margin-bottom:32px}.recipient-shell{border-radius:24px;padding:32px 18px}.recipient-status-icon{border-radius:20px;width:66px;height:66px}.recipient-meta{grid-template-columns:1fr}.recipient-file{grid-template-columns:42px minmax(0,1fr)}.recipient-file-type{width:42px;height:42px}.recipient-file-download{grid-column:1/-1;justify-content:center}}@media (prefers-reduced-motion:reduce){.recipient-primary-download{transition:none}}
.workspace-shell{color:#171b2c;background:linear-gradient(#f7f8fd 0%,#f4f5fa 100%);min-height:100vh}.workspace-header{border-bottom:1px solid #171b2c14;justify-content:space-between;align-items:center;width:min(1240px,100% - 48px);height:92px;margin:0 auto;display:flex}.workspace-brand{letter-spacing:.15em;align-items:center;gap:12px;font-size:17px;font-weight:800;display:inline-flex}.workspace-brand-mark{border:2px solid #171b2c;border-radius:50%;place-items:center;width:34px;height:34px;display:grid;position:relative}.workspace-brand-mark:before,.workspace-brand-mark:after{content:"";background:#6d72f6;border-radius:50%;width:8px;height:8px;position:absolute}.workspace-brand-mark:before{left:5px}.workspace-brand-mark:after{right:5px}.workspace-brand-mark span{background:#171b2c;border-radius:3px;width:10px;height:2px}.workspace-header-actions{align-items:center;gap:10px;display:flex}.workspace-search-shortcut,.workspace-icon-button,.workspace-avatar{background:#fff;border:1px solid #171b2c17;box-shadow:0 8px 24px #1d244e0f}.workspace-search-shortcut{color:#697086;border-radius:13px;align-items:center;gap:9px;height:42px;padding:0 10px 0 13px;font-size:13px;display:flex}.workspace-search-shortcut svg,.workspace-icon-button svg,.workspace-search svg{fill:none;stroke:currentColor;stroke-width:1.8px;stroke-linecap:round;width:18px;height:18px}.workspace-search-shortcut kbd{color:#888fa2;background:#f7f8fc;border:1px solid #171b2c17;border-radius:7px;padding:4px 7px;font:600 11px/1 system-ui}.workspace-icon-button,.workspace-avatar{color:#34394d;border-radius:13px;place-items:center;width:42px;height:42px;display:grid}.workspace-new-button{color:#fff;background:#7478f5;border-color:#0000;font-size:24px;font-weight:300}.workspace-avatar{color:#555ac9;background:linear-gradient(145deg,#dde2ff,#f7efff);border-radius:50%;font-weight:800}.workspace-main{width:min(1240px,100% - 48px);margin:0 auto;padding:70px 0 100px}.workspace-welcome{max-width:760px;margin:0 0 42px}.workspace-kicker{color:#777cf4;letter-spacing:.16em;margin:0 0 12px;font-size:11px;font-weight:800}.workspace-welcome h1{letter-spacing:-.055em;margin:0;font-size:clamp(42px,6vw,68px);font-weight:720;line-height:1}.workspace-welcome>p:last-child{color:#737a8e;margin:18px 0 0;font-size:18px;line-height:1.6}.new-delivery-card{background:linear-gradient(120deg,#eef0ff,#fff);border:1px dashed #6e74f657;border-radius:28px;grid-template-columns:auto 1fr auto;align-items:center;gap:22px;min-height:164px;margin-bottom:54px;padding:30px 34px;transition:transform .25s,box-shadow .25s,border-color .25s;display:grid;box-shadow:0 22px 65px #2a315e14}.new-delivery-card:hover{border-color:#777cf4;transform:translateY(-3px);box-shadow:0 28px 74px #2a315e21}.new-delivery-icon{color:#fff;background:linear-gradient(145deg,#777cf4,#9a7ff0);border-radius:23px;place-items:center;width:74px;height:74px;font-size:39px;font-weight:250;display:grid;box-shadow:0 18px 36px #777cf44d}.new-delivery-copy{gap:7px;display:grid}.new-delivery-copy strong{letter-spacing:-.03em;font-size:25px}.new-delivery-copy small{color:#7b8294;font-size:14px}.new-delivery-arrow{color:#777cf4;font-size:27px;transition:transform .2s}.new-delivery-card:hover .new-delivery-arrow{transform:translate(5px)}.workspace-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-bottom:34px;display:grid}.workspace-stats>div{background:#fff;border:1px solid #171b2c12;border-radius:18px;padding:18px 20px}.workspace-stats span{color:#858b9d;margin-bottom:7px;font-size:12px;font-weight:650;display:block}.workspace-stats strong{letter-spacing:-.035em;font-size:22px}.deliveries-toolbar{justify-content:space-between;align-items:end;gap:24px;margin-bottom:24px;display:flex}.deliveries-toolbar h2{letter-spacing:-.04em;margin:0;font-size:30px}.workspace-search{color:#8a90a2;background:#fff;border:1px solid #171b2c17;border-radius:14px;align-items:center;gap:10px;width:min(330px,34vw);height:46px;padding:0 14px;display:flex;box-shadow:0 8px 24px #1d244e0d}.workspace-search input{color:#171b2c;background:0 0;border:0;outline:0;width:100%}.workspace-notice{color:#4e56c9;background:#ecf1ff;border-radius:13px;margin:0 0 20px;padding:13px 16px;font-size:13px;font-weight:700}.delivery-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;display:grid}.delivery-card{background:#fff;border:1px solid #171b2c12;border-radius:24px;min-width:0;transition:transform .23s,box-shadow .23s;overflow:visible;box-shadow:0 16px 45px #222a4f14}.delivery-card:hover{transform:translateY(-5px);box-shadow:0 26px 58px #222a4f24}.delivery-card-preview{background:linear-gradient(145deg,#e2e8ff,#d4f0ef);border-radius:24px 24px 0 0;height:164px;position:relative;overflow:hidden}.delivery-card-preview>span{z-index:2;letter-spacing:.08em;color:#4d5680;background:#fff;border-radius:9px;padding:7px 9px;font-size:10px;font-weight:850;position:absolute;top:18px;left:18px}.delivery-card-shape{border-radius:50%;position:absolute}.delivery-card-shape-one{background:linear-gradient(145deg,#7880f4b3,#ad89f57a);width:190px;height:190px;top:-60px;right:-30px}.delivery-card-shape-two{background:linear-gradient(145deg,#66ccb99e,#7eacf566);width:170px;height:170px;bottom:-95px;left:-45px}.delivery-card-body{padding:21px}.delivery-card-heading{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.delivery-card-heading h3{text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.025em;margin:10px 0 0;font-size:19px;overflow:hidden}.delivery-status{align-items:center;gap:6px;font-size:11px;font-weight:750;display:inline-flex}.delivery-status:before{content:"";background:currentColor;border-radius:50%;width:7px;height:7px}.delivery-status.is-active{color:#1d9a70}.delivery-status.is-expired{color:#cf5362}.delivery-card-menu{position:relative}.delivery-card-menu summary{cursor:pointer;color:#858b9d;letter-spacing:.08em;font-weight:800;list-style:none}.delivery-card-menu summary::-webkit-details-marker{display:none}.delivery-card-menu>div{z-index:5;background:#fff;border:1px solid #171b2c14;border-radius:13px;width:145px;padding:7px;position:absolute;top:26px;right:0;box-shadow:0 16px 38px #171b2c29}.delivery-card-menu a,.delivery-card-menu button{text-align:left;color:#34394d;background:0 0;border:0;border-radius:8px;width:100%;padding:9px 10px;font-size:12px;font-weight:650}.delivery-card-menu a{display:block}.delivery-card-menu a:hover,.delivery-card-menu button:hover{background:#f3f5fb}.delivery-card-menu .is-danger{color:#c24150}.delivery-card-meta{color:#858b9d;margin:9px 0 20px;font-size:12px}.delivery-card-footer{color:#8b91a2;border-top:1px solid #eef0f5;justify-content:space-between;gap:12px;padding-top:16px;font-size:11px;display:flex}.delivery-card-footer strong{color:#34394d}.workspace-empty{text-align:center;background:#fff;border:1px dashed #171b2c21;border-radius:24px;padding:70px 28px}.workspace-empty>span{color:#7075eb;background:#eceeff;border-radius:18px;place-items:center;width:58px;height:58px;margin:0 auto 18px;font-size:28px;display:grid}.workspace-empty h3{margin:0;font-size:24px}.workspace-empty p{color:#808698;margin:10px 0 24px}.workspace-empty-link{justify-content:center;align-items:center;display:inline-flex}
@media (max-width:980px){.delivery-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.topbar,.workspace-header,.workspace-main{width:calc(100% - 28px)}.workspace-header{height:76px}.workspace-main{padding:42px 0 70px}.workspace-search-shortcut span,.workspace-search-shortcut kbd,.workspace-header-actions button[aria-label=Notifiche]{display:none}.workspace-search-shortcut{justify-content:center;width:42px;padding:0}.workspace-welcome{margin-bottom:30px}.workspace-welcome h1{font-size:43px}.workspace-welcome>p:last-child{font-size:16px}.new-delivery-card{grid-template-columns:auto 1fr;min-height:136px;padding:22px}.new-delivery-icon{border-radius:19px;width:60px;height:60px}.new-delivery-arrow{display:none}.workspace-stats{grid-template-columns:1fr 1fr}.workspace-stats>div:last-child{grid-column:1/-1}.deliveries-toolbar{flex-direction:column;align-items:stretch}.workspace-search{width:100%}.delivery-grid{grid-template-columns:1fr}.main-content{align-items:start;padding:20px 16px 38px}.hero-copy{margin-top:20px;margin-bottom:24px}h1{font-size:48px}.subtitle{font-size:17px}.transfer-card{border-radius:22px;padding:10px}.dropzone{border-radius:17px;min-height:290px}.download-header{margin-bottom:44px}.download-card{padding:28px 20px}.delivery-metadata{grid-template-columns:1fr}.footer{text-align:center;flex-direction:column;align-items:center;width:calc(100% - 32px)}}@media (max-width:420px){.workspace-brand{font-size:14px}.workspace-brand-mark{width:30px;height:30px}.workspace-avatar{display:none}.new-delivery-copy strong{font-size:20px}.new-delivery-copy small{line-height:1.4}.delivery-card-preview{height:145px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
:root{--gw-bg:#07111f;--gw-panel:#0d1a2d;--gw-text:#f7fbff;--gw-muted:#9fb0c5;--gw-blue:#4d8dff;--gw-line:#ffffff1f}.gateway-landing,.gateway-auth-page,.gateway-hub,.gateway-module-page{background:radial-gradient(circle at 75% 15%,#183765 0,transparent 28%),var(--gw-bg);min-height:100vh;color:var(--gw-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif}.gateway-nav,.gateway-hub-header,.gateway-module-header{border-bottom:1px solid var(--gw-line);justify-content:space-between;align-items:center;height:76px;padding:0 clamp(24px,6vw,88px);display:flex}.gateway-brand{letter-spacing:.18em;color:inherit;font-weight:900;text-decoration:none}.gateway-nav nav,.gateway-module-header nav{align-items:center;gap:24px;display:flex}.gateway-nav a,.gateway-module-header a{color:var(--gw-muted);text-decoration:none}.gateway-nav-cta,.gateway-primary{border:0;border-radius:14px;padding:13px 18px;font-weight:800;background:var(--gw-blue)!important;color:#fff!important}.gateway-hero{grid-template-columns:1.1fr .9fr;align-items:center;gap:40px;min-height:690px;padding:70px clamp(24px,8vw,120px);display:grid}.gateway-kicker{letter-spacing:.18em;color:#79a9ff;font-size:12px;font-weight:900}.gateway-hero h1,.gateway-auth-card h1,.gateway-hub-welcome h1,.gateway-share-hero h1{letter-spacing:-.055em;margin:18px 0;font-size:clamp(44px,7vw,92px);line-height:.96}.gateway-lead,.gateway-auth-card>p,.gateway-hub-welcome>p,.gateway-share-hero>p{color:var(--gw-muted);max-width:660px;font-size:19px}.gateway-actions{gap:12px;margin-top:30px;display:flex}.gateway-link-button{justify-content:center;text-decoration:none;display:inline-flex}.gateway-secondary,.gateway-ghost{border:1px solid var(--gw-line);color:var(--gw-text);background:0 0;border-radius:14px;padding:13px 18px;font-weight:800}.gateway-orbit{aspect-ratio:1;border:1px solid var(--gw-line);border-radius:50%;place-items:center;width:min(420px,80vw);margin:auto;display:grid;position:relative;box-shadow:0 0 90px #4d8dff2e}.gateway-orbit-core{aspect-ratio:1;background:linear-gradient(145deg,#6ca4ff,#315fd6);border-radius:36px;place-items:center;width:140px;font-size:34px;font-weight:900;display:grid}.gateway-orbit span{background:var(--gw-panel);border:1px solid var(--gw-line);border-radius:999px;padding:10px 14px;position:absolute}.gateway-orbit span:first-of-type{top:8%;left:12%}.gateway-orbit span:nth-of-type(2){top:20%;right:-2%}.gateway-orbit span:nth-of-type(3){bottom:15%;right:4%}.gateway-orbit span:nth-of-type(4){bottom:5%;left:8%}.gateway-ecosystem{border-top:1px solid var(--gw-line);padding:80px clamp(24px,8vw,120px)}.gateway-ecosystem h2{max-width:700px;font-size:clamp(34px,5vw,62px)}.gateway-feature-grid,.gateway-app-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:40px;display:grid}.gateway-feature-grid article,.gateway-app-card{border:1px solid var(--gw-line);color:inherit;background:#ffffff0b;border-radius:24px;padding:26px;text-decoration:none}.gateway-feature-grid p,.gateway-app-card p{color:var(--gw-muted)}.gateway-footer{color:var(--gw-muted);border-top:1px solid var(--gw-line);justify-content:space-between;padding:30px clamp(24px,8vw,120px);display:flex}.gateway-auth-page{place-items:center;padding:42px;display:grid}.gateway-auth-page>.gateway-brand{position:absolute;top:28px;left:36px}.gateway-auth-card{border:1px solid var(--gw-line);background:#0d1a2de6;border-radius:30px;width:min(520px,100%);padding:38px}.gateway-auth-card h1{font-size:48px}.gateway-provider{border:1px solid var(--gw-line);width:100%;color:var(--gw-muted);background:#ffffff0a;border-radius:13px;margin-top:10px;padding:14px}.gateway-provider small{float:right}.gateway-divider{text-align:center;color:var(--gw-muted);margin:22px 0}.gateway-auth-form{gap:16px;display:grid}.gateway-auth-form label{gap:8px;font-weight:700;display:grid}.gateway-auth-form input{border:1px solid var(--gw-line);color:#fff;font:inherit;background:#091525;border-radius:12px;padding:14px}.gateway-two-cols{grid-template-columns:1fr 1fr;gap:12px;display:grid}.gateway-check{color:var(--gw-muted);align-items:center;grid-template-columns:auto 1fr!important;font-weight:500!important}.gateway-error{color:#ff9b9b!important;font-size:14px!important}.gateway-switch{text-align:center;font-size:14px!important}.gateway-switch a{color:#8ab4ff}.gateway-hub{padding-bottom:80px}.gateway-hub-welcome{padding:70px clamp(24px,8vw,120px) 25px}.gateway-hub-welcome h1{font-size:70px}.gateway-app-grid{grid-template-columns:repeat(3,1fr);padding:0 clamp(24px,8vw,120px)}.gateway-app-card.active{background:linear-gradient(145deg,#4d8dff52,#ffffff0f)}.gateway-app-card span{font-size:30px}.gateway-app-card small,.gateway-app-card strong{color:#8ab4ff}.gateway-share-hero{padding:55px clamp(24px,8vw,120px)}.gateway-share-hero h1{font-size:70px}.gateway-share-hero .transfer-card{margin-top:30px}.gateway-module-header nav a:last-child{color:#fff}.gateway-ghost{cursor:pointer}.gateway-primary:disabled{opacity:.6}.gateway-primary{cursor:pointer}.gateway-footer strong{color:#fff}@media (max-width:850px){.gateway-nav nav a:not(.gateway-nav-cta){display:none}.gateway-hero{grid-template-columns:1fr;padding-top:60px}.gateway-orbit{margin-top:30px}.gateway-feature-grid,.gateway-app-grid{grid-template-columns:1fr 1fr}.gateway-two-cols{grid-template-columns:1fr}.gateway-auth-card{padding:26px}.gateway-auth-card h1{font-size:40px}}@media (max-width:560px){.gateway-feature-grid,.gateway-app-grid{grid-template-columns:1fr}.gateway-actions{flex-direction:column}.gateway-nav,.gateway-hub-header,.gateway-module-header{padding:0 20px}.gateway-hero,.gateway-ecosystem,.gateway-hub-welcome,.gateway-app-grid,.gateway-share-hero{padding-left:20px;padding-right:20px}.gateway-auth-page{padding:80px 16px 30px}.gateway-footer{flex-direction:column;gap:10px}}html,body{min-height:100%;overflow:hidden auto}.gateway-landing{height:auto;min-height:100dvh;overflow:visible}@media (min-width:1000px){.gateway-landing{grid-template-rows:58px minmax(390px,52vh) minmax(260px,1fr) 42px;display:grid}.gateway-nav{height:58px;padding-inline:clamp(28px,5vw,76px)}.gateway-nav nav{gap:20px}.gateway-nav-cta,.gateway-primary,.gateway-secondary{border-radius:12px;padding:10px 16px}.gateway-hero{gap:clamp(30px,5vw,74px);height:auto;min-height:390px;padding:clamp(24px,3vh,38px) clamp(28px,7vw,104px)}.gateway-hero h1{margin:12px 0;font-size:clamp(48px,5.2vw,76px)}.gateway-kicker{margin:0;font-size:10px}.gateway-lead{margin:0;font-size:clamp(15px,1.2vw,18px);line-height:1.45}.gateway-actions{margin-top:20px}.gateway-orbit{width:min(300px,25vw,34vh)}.gateway-orbit-core{border-radius:27px;width:100px;font-size:26px}.gateway-orbit span{padding:7px 11px;font-size:12px}.gateway-ecosystem{min-height:260px;padding:22px clamp(28px,7vw,104px) 24px}.gateway-ecosystem h2{max-width:none;margin:7px 0 0;font-size:clamp(28px,2.7vw,42px);line-height:1.05}.gateway-feature-grid{gap:12px;margin-top:16px}.gateway-feature-grid article{border-radius:17px;min-height:92px;padding:15px 17px}.gateway-feature-grid h3{margin:0 0 7px;font-size:16px}.gateway-feature-grid p{margin:0;font-size:12px;line-height:1.4}.gateway-footer{align-items:center;min-height:42px;padding:0 clamp(28px,7vw,104px);font-size:11px}}@media (min-width:1000px) and (max-height:820px){.gateway-landing{grid-template-rows:54px minmax(350px,auto) minmax(245px,auto) 38px}.gateway-nav{height:54px}.gateway-hero{min-height:350px;padding-block:18px}.gateway-hero h1{font-size:clamp(42px,4.7vw,64px)}.gateway-orbit{width:min(245px,23vw)}.gateway-orbit-core{width:84px;font-size:22px}.gateway-ecosystem{min-height:245px;padding-block:16px 18px}.gateway-feature-grid article{min-height:78px;padding:12px 14px}.gateway-feature-grid p{font-size:11px}.gateway-footer{min-height:38px}}@media (max-width:999px){.gateway-landing{display:block}}.gateway-brand{align-items:center;line-height:0;display:inline-flex}.gateway-brand img{object-fit:contain;width:132px;height:auto;display:block}.gateway-orbit-core{background:0 0;border-radius:0;overflow:visible}.gateway-orbit-core img{object-fit:contain;width:100%;height:100%;display:block}.gateway-footer-brand{align-items:center;height:32px;display:inline-flex}.gateway-footer-brand img{object-fit:contain;width:auto;height:32px;display:block}@media (max-width:560px){.gateway-brand img{width:112px}.gateway-footer-brand,.gateway-footer-brand img{height:28px}}.gateway-footer-brand{height:auto}.gateway-footer-brand img{width:105px;height:auto}@media (max-width:560px){.gateway-footer-brand,.gateway-footer-brand img{height:auto}.gateway-footer-brand img{width:95px}}.m2y-language-switcher{background:#ffffff0d;border:1px solid #ffffff24;border-radius:10px;align-items:center;gap:3px;padding:3px;display:inline-flex}.m2y-language-switcher>span{display:none}.m2y-language-switcher button{color:#9fb0c5;min-width:34px;height:30px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 8px;font-size:12px;font-weight:800}.m2y-language-switcher button:hover{color:#fff;background:#ffffff14}.m2y-language-switcher button.is-active{color:#fff;background:#4d8dff}.gateway-module-page .dropzone h2,.gateway-module-page .state h2{color:var(--ink)}
:root{--app-bg:#07111f;--app-panel:#0d1a2d;--app-panel-soft:#ffffff0b;--app-line:#ffffff1a;--app-text:#f6f9ff;--app-muted:#91a2b8;--app-blue:#5a91ff;--app-blue-soft:#5a91ff29;--app-green:#4ed39a}*{box-sizing:border-box}.m2y-app-shell{background:radial-gradient(circle at 75% 0%, #2b58a733, transparent 29%), var(--app-bg);min-height:100vh;color:var(--app-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.m2y-sidebar{z-index:40;border-right:1px solid var(--app-line);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#07111ff0;flex-direction:column;width:260px;padding:22px 16px;display:flex;position:fixed;inset:0 auto 0 0}.m2y-sidebar-brand{justify-content:space-between;align-items:center;min-height:50px;padding:0 10px 18px;display:flex}.m2y-sidebar-brand a{color:#fff;letter-spacing:.2em;font-size:18px;font-weight:950;text-decoration:none}.m2y-sidebar-brand button{display:none}.m2y-sidebar-nav{gap:5px;display:grid}.m2y-sidebar-nav a,.m2y-sidebar-nav button,.m2y-sidebar-bottom>button{width:100%;min-height:44px;color:var(--app-muted);font:inherit;text-align:left;background:0 0;border:0;border-radius:12px;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:0 12px;font-size:14px;font-weight:750;text-decoration:none;display:grid}.m2y-sidebar-nav a:hover{color:#fff;background:#ffffff0e}.m2y-sidebar-nav .is-active{background:var(--app-blue-soft);color:#bcd1ff}.m2y-sidebar-nav span,.m2y-sidebar-bottom span{text-align:center;font-size:19px}.m2y-sidebar-nav small{text-transform:uppercase;letter-spacing:.08em;opacity:.6;font-size:9px}.m2y-sidebar-nav button:disabled,.m2y-sidebar-bottom button:disabled{opacity:.55;cursor:default}.m2y-sidebar-bottom{gap:12px;margin-top:auto;display:grid}.m2y-plan-card{border:1px solid var(--app-line);background:#ffffff09;border-radius:16px;padding:15px}.m2y-plan-card>span{color:#8fb6ff;letter-spacing:.1em;text-transform:uppercase;font-size:10px;font-weight:900;display:block}.m2y-plan-card strong{margin-top:7px;font-size:13px;display:block}.m2y-plan-card div{background:#ffffff14;border-radius:999px;height:5px;margin:12px 0 9px;overflow:hidden}.m2y-plan-card i{border-radius:inherit;background:var(--app-blue);height:100%;display:block}.m2y-plan-card small{color:var(--app-muted);font-size:10px}.m2y-app-main{min-height:100vh;margin-left:260px}.m2y-topbar{z-index:30;border-bottom:1px solid var(--app-line);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);background:#07111fc7;align-items:center;gap:18px;height:74px;padding:0 30px;display:flex;position:sticky;top:0}.m2y-menu-button{display:none}.m2y-global-search{border:1px solid var(--app-line);width:min(410px,42vw);height:42px;color:var(--app-muted);font:inherit;text-align:left;cursor:pointer;background:#ffffff09;border-radius:12px;grid-template-columns:24px 1fr auto;align-items:center;gap:8px;padding:0 13px;display:grid}.m2y-global-search kbd,.m2y-command kbd{border:1px solid var(--app-line);color:var(--app-muted);background:#ffffff0a;border-radius:6px;padding:3px 7px;font-family:inherit;font-size:10px}.m2y-topbar-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.m2y-new-button{background:var(--app-blue);color:#fff;border-radius:11px;padding:11px 15px;font-size:13px;font-weight:850;text-decoration:none;box-shadow:0 10px 30px #2c61cd40}.m2y-icon-button{border:1px solid var(--app-line);color:#fff;cursor:pointer;background:#ffffff09;border-radius:11px;width:42px;height:42px;font-size:18px;position:relative}.m2y-icon-button i{background:#ff6d78;border-radius:50%;width:6px;height:6px;position:absolute;top:8px;right:8px}.m2y-profile-trigger{border:1px solid var(--app-line);color:#fff;cursor:pointer;background:#ffffff09;border-radius:13px;align-items:center;gap:9px;height:44px;padding:4px 10px 4px 5px;display:flex}.m2y-profile-trigger>span,.m2y-profile-popover>div>span{background:linear-gradient(145deg,#6ca4ff,#315fd6);border-radius:10px;place-items:center;width:33px;height:33px;font-weight:900;display:grid}.m2y-profile-trigger b{font-size:13px}.m2y-profile-trigger small{color:var(--app-muted)}.m2y-popover-wrap{position:relative}.m2y-popover{border:1px solid var(--app-line);background:#0a182afa;border-radius:18px;width:330px;position:absolute;top:calc(100% + 11px);right:0;overflow:hidden;box-shadow:0 28px 80px #0006}.m2y-notification-popover header{border-bottom:1px solid var(--app-line);justify-content:space-between;padding:17px;display:flex}.m2y-notification-popover header span{color:#93b8ff}.m2y-notification-popover article{border-bottom:1px solid #ffffff0e;grid-template-columns:30px 1fr;gap:10px;padding:15px 17px;display:grid}.m2y-notification-popover article i{background:var(--app-blue-soft);color:#9dbdff;border-radius:9px;place-items:center;width:28px;height:28px;font-style:normal;display:grid}.m2y-notification-popover p{color:#cad6e5;margin:2px 0 0;font-size:12px;line-height:1.5}.m2y-profile-popover{width:280px;padding:14px}.m2y-profile-popover>div{align-items:center;gap:11px;padding:6px;display:flex}.m2y-profile-popover p{margin:0}.m2y-profile-popover p strong,.m2y-profile-popover p small{display:block}.m2y-profile-popover p small{color:var(--app-muted);margin-top:3px;font-size:11px}.m2y-id-label{color:#89adf3;letter-spacing:.06em;background:#ffffff0a;border-radius:9px;padding:9px;font-size:10px;margin:10px 6px!important}.m2y-profile-popover button{color:#dce7f6;width:100%;font:inherit;text-align:left;background:0 0;border:0;border-radius:9px;padding:11px}.m2y-profile-popover button:hover{background:#ffffff0d}.m2y-profile-popover button:disabled{opacity:.5}.m2y-profile-popover form{border-top:1px solid var(--app-line);margin-top:5px;padding-top:5px}.m2y-dashboard{width:min(1500px,100%);margin:0 auto;padding:52px 38px 80px}.m2y-welcome-row{justify-content:space-between;align-items:end;gap:24px;display:flex}.m2y-eyebrow{color:#79a9ff;letter-spacing:.17em;margin:0 0 10px;font-size:10px;font-weight:950}.m2y-welcome-row h1{letter-spacing:-.055em;margin:0;font-size:clamp(44px,5vw,72px);line-height:.98}.m2y-welcome-row>div>p:last-child{color:var(--app-muted);margin:15px 0 0;font-size:17px}.m2y-system-state{color:#9cebc8;background:#4ed39a12;border:1px solid #4ed39a3b;border-radius:999px;align-items:center;gap:8px;padding:9px 13px;font-size:11px;font-weight:800;display:flex}.m2y-system-state i{background:var(--app-green);width:7px;height:7px;box-shadow:0 0 12px var(--app-green);border-radius:50%}.m2y-stat-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:38px;display:grid}.m2y-stat-grid article,.m2y-dashboard-panel{border:1px solid var(--app-line);background:#ffffff09;box-shadow:inset 0 1px #ffffff06}.m2y-stat-grid article{border-radius:18px;min-height:138px;padding:20px}.m2y-stat-grid span{color:var(--app-muted);font-size:12px;display:block}.m2y-stat-grid strong{letter-spacing:-.04em;margin:16px 0 12px;font-size:31px;display:block}.m2y-stat-grid small{color:#7595c6;font-size:10px}.m2y-dashboard-section{margin-top:48px}.m2y-section-heading,.m2y-panel-heading{justify-content:space-between;align-items:end;gap:20px;display:flex}.m2y-section-heading h2,.m2y-panel-heading h2{letter-spacing:-.025em;margin:0;font-size:22px}.m2y-section-heading button{color:#91b4fa;font:inherit;cursor:pointer;background:0 0;border:0;font-size:12px;font-weight:800}.m2y-module-grid{grid-template-columns:repeat(5,1fr);gap:14px;margin-top:19px;display:grid}.m2y-module-card{border:1px solid var(--app-line);min-height:230px;color:inherit;background:#ffffff09;border-radius:20px;padding:20px;text-decoration:none;transition:transform .2s,border-color .2s,background .2s}.m2y-module-card.is-live{background:linear-gradient(150deg,#4074df45,#ffffff0a)}.m2y-module-card.is-live:hover{border-color:#77a5ff73;transform:translateY(-4px)}.m2y-module-card>div{justify-content:space-between;align-items:center;display:flex}.m2y-module-card>div>span{background:#ffffff12;border-radius:14px;place-items:center;width:44px;height:44px;font-size:22px;display:grid}.m2y-module-card small{color:#82a7eb;text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:850}.m2y-module-card h3{margin:28px 0 9px;font-size:19px}.m2y-module-card p{min-height:46px;color:var(--app-muted);margin:0;font-size:12px;line-height:1.55}.m2y-module-card b{color:#8fb4ff;margin-top:21px;font-size:11px;display:block}.m2y-lower-grid{grid-template-columns:1.4fr .8fr;gap:16px;margin-top:44px;display:grid}.m2y-dashboard-panel{border-radius:20px;padding:22px}.m2y-panel-heading a{color:#91b4fa;font-size:11px;font-weight:800;text-decoration:none}.m2y-recent-list{margin-top:17px;display:grid}.m2y-recent-list a{color:inherit;border-top:1px solid #fff1;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:14px 2px;text-decoration:none;display:grid}.m2y-recent-list>a>span{background:var(--app-blue-soft);color:#9dbdff;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.m2y-recent-list strong,.m2y-recent-list small{display:block}.m2y-recent-list strong{font-size:13px}.m2y-recent-list small{color:var(--app-muted);margin-top:4px;font-size:10px}.m2y-recent-list time{color:var(--app-muted);font-size:10px}.m2y-empty-panel{text-align:center;align-content:center;place-items:center;min-height:220px;display:grid}.m2y-empty-panel>span{background:var(--app-blue-soft);color:#9dbdff;border-radius:14px;place-items:center;width:45px;height:45px;font-size:21px;display:grid}.m2y-empty-panel h3{margin:15px 0 5px}.m2y-empty-panel p{color:var(--app-muted);margin:0 0 16px;font-size:12px}.m2y-empty-panel a{color:#91b4fa;font-size:12px;font-weight:850;text-decoration:none}.m2y-quick-panel>a,.m2y-quick-panel>button{width:100%;color:inherit;font:inherit;text-align:left;background:0 0;border:0;border-top:1px solid #fff1;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:14px 0;text-decoration:none;display:grid}.m2y-quick-panel>:nth-child(2){margin-top:17px}.m2y-quick-panel>a>span,.m2y-quick-panel>button>span{background:#ffffff0e;border-radius:10px;place-items:center;width:34px;height:34px;display:grid}.m2y-quick-panel strong,.m2y-quick-panel small{display:block}.m2y-quick-panel strong{font-size:12px}.m2y-quick-panel small{color:var(--app-muted);margin-top:4px;font-size:10px}.m2y-quick-panel button:disabled{opacity:.48}.m2y-command-overlay{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#02080fb8;place-items:start center;padding:11vh 18px;display:grid;position:fixed;inset:0}.m2y-command{background:#0b192b;border:1px solid #ffffff26;border-radius:20px;width:min(640px,100%);overflow:hidden;box-shadow:0 40px 120px #0000008c}.m2y-command header{border-bottom:1px solid var(--app-line);grid-template-columns:28px 1fr auto;align-items:center;height:62px;padding:0 18px;display:grid}.m2y-command input{color:#fff;font:inherit;background:0 0;border:0;outline:0;font-size:16px}.m2y-command>div{padding:12px}.m2y-command>div>p{color:var(--app-muted);letter-spacing:.13em;padding:0 9px;font-size:9px;font-weight:900}.m2y-command a,.m2y-command button{color:#fff;width:100%;height:48px;font:inherit;text-align:left;background:0 0;border:0;border-radius:10px;grid-template-columns:34px 1fr auto;align-items:center;text-decoration:none;display:grid}.m2y-command a:hover{background:#ffffff0e}.m2y-command button:disabled{opacity:.48}.m2y-command small{color:var(--app-muted);font-size:10px}.m2y-command-empty{color:var(--app-muted);text-align:center;padding:28px}.m2y-mobile-backdrop{display:none}@media (max-width:1200px){.m2y-module-grid{grid-template-columns:repeat(3,1fr)}.m2y-stat-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.m2y-sidebar{transition:transform .25s;transform:translate(-105%)}.m2y-sidebar[data-open=true]{transform:translate(0)}.m2y-sidebar-brand button{color:#fff;background:0 0;border:0;font-size:25px;display:block}.m2y-mobile-backdrop[data-open=true]{z-index:35;background:#0000008c;border:0;display:block;position:fixed;inset:0}.m2y-app-main{margin-left:0}.m2y-menu-button{border:1px solid var(--app-line);color:#fff;background:#ffffff09;border-radius:11px;place-items:center;width:42px;height:42px;display:grid}.m2y-lower-grid{grid-template-columns:1fr}}@media (max-width:680px){.m2y-topbar{padding:0 15px}.m2y-global-search{grid-template-columns:1fr;place-items:center;width:44px}.m2y-global-search span:nth-child(2),.m2y-global-search kbd,.m2y-profile-trigger b,.m2y-profile-trigger small{display:none}.m2y-new-button{place-items:center;width:42px;height:42px;padding:0;font-size:0;display:grid;overflow:hidden}.m2y-new-button:before{content:"+";font-size:22px}.m2y-dashboard{padding:38px 16px 65px}.m2y-welcome-row{flex-direction:column;align-items:start}.m2y-stat-grid{grid-template-columns:1fr 1fr;gap:9px}.m2y-stat-grid article{min-height:120px;padding:15px}.m2y-stat-grid strong{font-size:24px}.m2y-module-grid{grid-template-columns:1fr}.m2y-module-card{min-height:205px}.m2y-popover{width:auto;position:fixed;top:70px;left:12px;right:12px}}@media (max-width:430px){.m2y-stat-grid{grid-template-columns:1fr}}@media (min-width:1100px) and (max-height:1200px){html,body{height:100%;overflow:hidden}.m2y-app-shell,.m2y-app-main{height:100vh;min-height:0;overflow:hidden}.m2y-topbar{height:66px;padding-inline:24px}.m2y-dashboard{height:calc(100vh - 66px);padding:24px 28px 26px;overflow:hidden}.m2y-welcome-row h1{font-size:clamp(40px,4vw,56px)}.m2y-welcome-row>div>p:last-child{margin-top:9px;font-size:14px}.m2y-eyebrow{margin-bottom:6px}.m2y-stat-grid{gap:12px;margin-top:20px}.m2y-stat-grid article{border-radius:15px;min-height:96px;padding:14px 16px}.m2y-stat-grid strong{margin:9px 0 7px;font-size:25px}.m2y-dashboard-section{margin-top:24px}.m2y-section-heading h2,.m2y-panel-heading h2{font-size:18px}.m2y-module-grid{gap:11px;margin-top:12px}.m2y-module-card{border-radius:16px;min-height:158px;padding:14px 15px}.m2y-module-card>div>span{border-radius:11px;width:36px;height:36px;font-size:18px}.m2y-module-card h3{margin:15px 0 6px;font-size:16px}.m2y-module-card p{min-height:34px;font-size:10.5px;line-height:1.4}.m2y-module-card b{margin-top:11px;font-size:10px}.m2y-lower-grid{gap:12px;margin-top:22px}.m2y-dashboard-panel{border-radius:16px;padding:15px 18px}.m2y-recent-list{margin-top:10px}.m2y-recent-list a{grid-template-columns:32px 1fr auto;gap:9px;padding:8px 2px}.m2y-recent-list>a>span{border-radius:8px;width:29px;height:29px}.m2y-recent-list strong,.m2y-quick-panel strong{font-size:11px}.m2y-recent-list small,.m2y-quick-panel small,.m2y-recent-list time{font-size:9px}.m2y-quick-panel>a,.m2y-quick-panel>button{min-height:48px;padding-block:8px}}@media (min-width:1100px) and (max-height:780px){.m2y-dashboard{overflow-y:auto}}.m2y-sidebar-brand a{align-items:center;line-height:0;display:inline-flex}.m2y-sidebar-brand a img{object-fit:contain;width:122px;height:auto;display:block}

