@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Sora:wght@500;600;700&display=swap";:root{color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#071020;background:#f3f7fb;--orbis-ink: #071020;--orbis-900: #0a1220;--orbis-700: #12386e;--orbis-800: #0d2b5c;--orbis-blue: #0a84ff;--orbis-cyan: #23b1ff;--surface: #ffffff;--surface-soft: #f8fbff;--muted: #607d8b;--border: rgba(13, 43, 92, .12);--shadow-panel: 0 14px 32px rgba(7, 16, 32, .07);--shadow-soft: 0 8px 24px rgba(7, 16, 32, .06);--ring: 0 0 0 4px rgba(10, 132, 255, .14);--danger: #9c5037}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at 12% 8%,rgba(35,177,255,.08),transparent 28%),linear-gradient(180deg,#f9fcff,#edf4fb);overflow-x:hidden}button,input,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:0;box-shadow:var(--ring)}a{color:inherit;text-decoration:none}#root{min-height:100vh}.eyebrow{margin:0 0 5px;color:var(--orbis-blue);font-size:.68rem;font-weight:800;letter-spacing:.11em;text-transform:uppercase}.mobile-shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto;background:linear-gradient(180deg,#f9fcff,#edf4fb)}.mobile-header{position:sticky;top:0;z-index:3;padding:14px 16px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f9fcfff0;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-brand-mini{display:flex;align-items:center;gap:10px;min-width:0}.mobile-brand-mini>div{min-width:0}.mobile-brand-mini img{width:40px;height:40px;object-fit:contain;filter:drop-shadow(0 5px 9px rgba(7,16,32,.12))}.mobile-header h1,.mobile-login__hero h2,.mobile-login__card strong,.mobile-section__header strong{margin:0;color:var(--orbis-900);font-family:Sora,sans-serif;letter-spacing:0}.mobile-header h1{max-width:38vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:1.18rem}.mobile-brand-mini .eyebrow{margin-bottom:2px}.mobile-header__actions{display:flex;gap:8px;flex:0 0 auto}.mobile-icon-button{position:relative;width:40px;height:40px;border:1px solid var(--border);border-radius:8px;display:inline-grid;place-items:center;background:#fff;color:var(--orbis-800)}.mobile-notification-dot{position:absolute;top:-6px;right:-6px;min-width:19px;height:19px;padding:0 5px;border-radius:999px;display:grid;place-items:center;background:var(--orbis-blue);color:#fff;font-size:.66rem;font-weight:800;border:2px solid #ffffff}.mobile-main{min-width:0;padding:16px 16px 94px}.mobile-stack,.mobile-metrics,.mobile-compact-list{display:grid;gap:12px}.mobile-card,.mobile-hero-card,.mobile-login__card,.mobile-section{border-radius:8px;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-panel)}.mobile-card,.mobile-hero-card,.mobile-login__card,.mobile-section{padding:16px}.mobile-hero-card{position:relative;min-height:132px;color:#fff;background:radial-gradient(circle at 86% 16%,rgba(35,177,255,.2),transparent 30%),linear-gradient(145deg,#06101ffa,#0d2b5cf0),#071020;border-color:#2cc4ff33;overflow:hidden}.mobile-hero-card:after{content:"";position:absolute;right:16px;top:16px;width:48px;height:48px;border-radius:8px;background:linear-gradient(135deg,#0d2b5c,#007bff 58%,#2cc4ff)}.mobile-hero-card--plain{color:var(--orbis-ink);background:#fff;border-color:var(--border)}.mobile-hero-card--plain:after{display:none}.mobile-hero-card--plain .eyebrow{color:var(--orbis-blue)}.mobile-hero-card--plain strong{max-width:100%;color:var(--orbis-900)}.mobile-hero-card--plain p{max-width:100%;color:var(--muted)}.mobile-hero-card .eyebrow{color:var(--orbis-cyan)}.mobile-hero-card strong{position:relative;z-index:1;display:block;max-width:calc(100% - 68px);color:#fff;font-family:Sora,sans-serif;font-size:1.18rem;line-height:1.15}.mobile-hero-card p{position:relative;z-index:1;max-width:calc(100% - 68px);color:#9cb6d0}.mobile-card{min-width:0;display:grid;gap:6px;border-left:3px solid var(--orbis-blue);box-shadow:var(--shadow-soft)}.mobile-card span{color:var(--muted);font-size:.82rem;font-weight:700}.mobile-card strong{display:block;color:var(--orbis-800);font-family:Sora,sans-serif;overflow-wrap:anywhere}.mobile-card p,.mobile-card small{margin:0;color:var(--muted)}.mobile-section{display:grid;gap:12px}.mobile-section__header{padding-bottom:12px;border-bottom:1px solid var(--border)}.mobile-list-item{padding:12px 0;border-bottom:1px solid rgba(13,43,92,.09)}.mobile-list-item:last-child{border-bottom:0}.mobile-list-item strong{display:block;margin-bottom:4px;color:var(--orbis-900)}.mobile-list-item p,.mobile-list-item small{margin:0;color:var(--muted)}.mobile-list-item--action{display:grid;grid-template-columns:minmax(0,1fr) 28px;align-items:center;gap:10px;color:var(--orbis-ink)}.mobile-list-item--action>svg:last-child{color:var(--orbis-blue)}.mobile-list-item--with-icon{grid-template-columns:20px minmax(0,1fr) 28px}.mobile-list-item--with-icon>svg:first-child{color:var(--orbis-700)}.mobile-list-item--notice{border-left:3px solid var(--orbis-cyan);padding-left:10px}.mobile-notification-card{border-left-color:var(--orbis-cyan)}.mobile-notification-card.is-unread{background:#f8fbff;border-color:#0a84ff38;border-left-color:var(--orbis-blue)}.mobile-notification-card__type{display:inline-flex;width:fit-content;padding:5px 9px;border-radius:999px;background:#0a84ff1a;color:var(--orbis-800);font-size:.68rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.mobile-inline-actions{margin-top:8px;display:grid;gap:8px}.mobile-card--upload,.mobile-card--profile{text-align:center;border-left-color:var(--orbis-cyan)}.mobile-avatar{width:68px;height:68px;margin:0 auto 10px;border-radius:8px;display:grid;place-items:center;background:linear-gradient(135deg,#0d2b5c,#007bff 58%,#2cc4ff);color:#fff;font-weight:800;font-size:1.35rem}.mobile-nav{position:fixed;left:12px;right:12px;bottom:12px;z-index:5;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:6px;padding:8px;border-radius:10px;background:#071020fa;border:1px solid rgba(44,196,255,.2);box-shadow:0 18px 38px #07102042;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.mobile-nav__item{min-width:0;padding:8px 0;border-radius:8px;display:grid;justify-items:center;gap:5px;color:#8ca9c5;font-size:.58rem;font-weight:800}.mobile-nav__item span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-nav__item.is-active{color:#fff;background:#0a84ff33}.mobile-login{position:relative;width:100%;max-width:100vw;min-height:100vh;padding:22px 18px;display:grid;align-content:center;justify-items:stretch;gap:18px;background:linear-gradient(145deg,#06101ffa,#0d2b5ceb),#071020;color:#fff;overflow:hidden}.mobile-login:before{content:"";position:absolute;right:-88px;top:38px;width:270px;aspect-ratio:1;background:url(/brand/orbisrp-symbol-transparent.png) center / contain no-repeat;opacity:.1;filter:drop-shadow(0 26px 48px rgba(35,177,255,.22))}.mobile-login>*{position:relative;z-index:1}.mobile-login__hero{width:calc(100vw - 36px);max-width:360px;display:grid;justify-items:start}.mobile-login__icon{width:92px;height:92px;margin-bottom:18px;object-fit:contain;filter:drop-shadow(0 16px 26px rgba(0,0,0,.28))}.mobile-login__hero .eyebrow{color:var(--orbis-cyan)}.mobile-login__hero h2{max-width:100%;color:#fff;font-size:1.95rem;line-height:1.04;overflow-wrap:anywhere}.mobile-login__card{width:calc(100vw - 36px);max-width:360px;min-width:0;display:grid;gap:14px;background:#ffffff0f;border-color:#ffffff21;box-shadow:none}.mobile-login__card strong{display:block;color:#fff;font-size:1.3rem}.mobile-login__card label{display:grid;gap:8px;color:#dceeff;font-weight:800}.mobile-login__card input,.mobile-card input,.mobile-card textarea,.mobile-card select{width:100%;min-width:0;min-height:48px;border-radius:8px;border:1px solid var(--border);background:#fff;color:var(--orbis-ink);padding:12px 14px}.mobile-login__card input{color:#fff;background:#ffffff0f;border-color:#ffffff29}.mobile-primary-button{width:100%;min-height:48px;border:1px solid rgba(10,132,255,.26);border-radius:8px;color:#fff;background:linear-gradient(135deg,#0d2b5c,#007bff 55%,#2cc4ff);font-weight:800;box-shadow:0 12px 28px #0a84ff33}.mobile-primary-button--secondary{color:var(--orbis-800);background:#fff;border-color:var(--border);box-shadow:none}.mobile-primary-button:disabled,.mobile-icon-button:disabled{opacity:.58}.form-error{padding:12px 14px;border-radius:8px;color:#ffd9ce;background:#9c50372e;border:1px solid rgba(255,217,206,.18)}.mobile-state-panel,.mobile-empty-state,.form-hint{padding:14px 16px;border-radius:8px;color:var(--orbis-800);background:#0a84ff14;border:1px solid rgba(10,132,255,.14)}.mobile-upload-trigger,.mobile-card label{display:grid;gap:8px}.mobile-upload-trigger{justify-items:center;margin-bottom:14px;padding:16px;border:1px dashed rgba(10,132,255,.36);border-radius:8px;background:#f8fafc}.mobile-card textarea{min-height:90px;resize:vertical}.mobile-check-row{grid-template-columns:20px minmax(0,1fr);align-items:center}.mobile-check-row input{width:18px;height:18px;min-height:0}.mobile-option-tile{margin-top:8px;padding:12px;border-radius:8px;display:grid;gap:6px;background:var(--surface-soft);border:1px solid rgba(10,132,255,.14)}.sr-only-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
