body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;background-color:#eceff3;color:#0f172a}*{box-sizing:border-box}.app-shell{display:flex;flex-direction:column;height:100vh;overflow:hidden}.app-shell__header{border-bottom:1px solid #e2e8f0;background-color:#fff;box-shadow:0 1px 2px #0000000d;flex-shrink:0;position:relative;z-index:200}.app-shell__top-bar{display:flex;min-height:3.85rem;align-items:center;justify-content:space-between;gap:1.25rem;padding:0 1.25rem;flex-wrap:wrap}@media(min-width:1024px){.app-shell__top-bar{padding:0 2rem;flex-wrap:nowrap}}.app-shell__logo-section{display:flex;align-items:center;gap:.75rem}.app-shell__logo-icon{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:4px;background-color:#0f57b8;color:#fff;box-shadow:0 1px 2px #0000000d}.app-shell__logo-text{font-size:1.25rem;font-weight:600;letter-spacing:-.03em;color:#0f57b8}.app-shell__user-bar{display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem;font-size:.98rem;color:#334155}.app-shell__user-bar button{display:inline-flex;align-items:center;gap:.5rem;color:#334155;font-size:inherit;background:none;border:none;cursor:pointer;transition:color .15s}.app-shell__user-bar button:hover{color:#0f57b8}.app-shell__user-bar-desktop-only{display:none;align-items:center;gap:.5rem}@media(min-width:1024px){.app-shell__user-bar-desktop-only{display:flex}}.app-shell__user-bar-divider{display:none;height:2rem;width:1px;background-color:#e2e8f0}@media(min-width:1024px){.app-shell__user-bar-divider{display:block}}.app-shell__user-badge{position:relative}.app-shell__user-badge-trigger{display:flex;align-items:center;gap:.5rem;border-radius:9999px;border:1px solid #e2e8f0;background-color:#fff;padding:.25rem .625rem .25rem .25rem;box-shadow:0 1px 2px #0000000d;cursor:pointer;transition:border-color .15s}.app-shell__user-badge-trigger:hover{border-color:#0f57b8}.app-shell__user-badge-avatar{display:flex;height:2.5rem;width:2.5rem;align-items:center;justify-content:center;border-radius:12px;background-color:#0f172a;font-size:.875rem;font-weight:600;color:#fff}.app-shell__user-badge-chevron{width:14px;height:14px;color:#64748b;transition:transform .2s}.app-shell__user-badge-chevron--open{transform:rotate(180deg)}.app-shell__user-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;z-index:300;overflow:hidden}.app-shell__user-dropdown-name{padding:.75rem 1rem .5rem;font-size:13px;font-weight:600;color:#0f172a;border-bottom:1px solid #e2e8f0}.app-shell__user-dropdown-item{display:flex;align-items:center;width:100%;padding:.625rem 1rem;font-size:13px;background:none;border:none;cursor:pointer;text-align:left;transition:background .12s}.app-shell__user-dropdown-item:hover{background:#f5f9ff}.app-shell__user-dropdown-item--danger{color:#e11d48}.app-shell__nav-bar{display:flex;align-items:center;justify-content:space-between;gap:1rem;background-color:#0f57b8;padding:.625rem 1.25rem;color:#fff}@media(min-width:1024px){.app-shell__nav-bar{padding:.625rem 2rem}}@media(max-width:1199px){.app-shell__nav-bar{flex-direction:column;align-items:stretch}}.app-shell__nav{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;min-width:0;overflow-y:visible}.app-shell__nav-group{position:relative;display:flex;align-items:center;flex-shrink:0}.app-shell__nav-group:hover .app-shell__submenu,.app-shell__nav-group:focus-within .app-shell__submenu{opacity:1;transform:translateY(0);pointer-events:auto}.app-shell__nav-group--open .app-shell__submenu{opacity:1;transform:translateY(0);pointer-events:auto}.app-shell__nav-group--open .app-shell__nav-link,.app-shell__nav-group--active .app-shell__nav-link{background-color:#0c4a9d;color:#fff}.app-shell__nav-link{display:inline-flex;align-items:center;gap:.45rem;border-radius:.5rem;padding:.75rem 1rem;white-space:nowrap;font-size:.95rem;font-weight:500;transition:all .15s;text-decoration:none;color:#fffffff2;flex-shrink:0;border:none;background:transparent;cursor:pointer}.app-shell__nav-link:hover{background-color:#0c4a9d}.app-shell__nav-link--active{background-color:#0c4a9d;color:#fff}.app-shell__nav-link--with-chevron{padding-right:.8rem}.app-shell__nav-link-chevron{height:.9rem;width:.9rem;opacity:.9}.app-shell__submenu{position:absolute;top:100%;left:0;z-index:20;display:flex;min-width:15.5rem;flex-direction:column;gap:.55rem;border-radius:14px;border:1px solid rgba(15,23,42,.08);background-color:#fff;padding:.6rem;margin-top:.15rem;box-shadow:0 14px 36px #0f172a2e;opacity:0;transform:translateY(.15rem);pointer-events:none;transition:opacity .16s ease,transform .16s ease}.app-shell__submenu-section{display:flex;flex-direction:column;gap:.25rem}.app-shell__submenu-section:not(:last-child){padding-bottom:.45rem;border-bottom:1px solid rgba(148,163,184,.18)}.app-shell__submenu-title{padding:.3rem .55rem .15rem;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.app-shell__submenu-links{display:flex;flex-direction:column;gap:.2rem}.app-shell__submenu-link{border-radius:10px;padding:.72rem .85rem;font-size:.93rem;font-weight:500;color:#334155;text-decoration:none;transition:background-color .15s ease,color .15s ease}.app-shell__submenu-link:hover{background-color:#f5f9ff;color:#0f57b8}.app-shell__submenu-link--active{background-color:#0f57b81a;color:#0f57b8}.app-shell__pos-button{display:inline-flex;min-width:9rem;align-items:center;justify-content:center;gap:.5rem;border-radius:.5rem;border:1px solid rgba(255,255,255,.8);background-color:#fff;padding:.625rem 1.25rem;font-size:.95rem;font-weight:600;color:#0f57b8;transition:background-color .15s;text-decoration:none}.app-shell__pos-button:hover{background-color:#f5f9ff}@media(max-width:1199px){.app-shell__pos-button{width:100%;min-width:0}}.app-shell__main-area{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden;width:100%;padding:1.25rem}@media(min-width:1024px){.app-shell__main-area{padding:1.25rem 2rem}}@media(max-width:767px){.app-shell__main-area{padding:1rem}}.app-shell__main{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.coming-soon-section{border-radius:.125rem;border:1px solid #e2e8f0;background-color:#fff;padding:3rem 2rem}.coming-soon-container{margin-left:auto;margin-right:auto;max-width:42rem;text-align:center}.coming-soon-icon-wrapper{margin-left:auto;margin-right:auto;display:flex;height:5rem;width:5rem;align-items:center;justify-content:center;border-radius:1.5rem;background-color:#edf4ff;color:#1c5fc4}.coming-soon-icon{height:2.5rem;width:2.5rem}.coming-soon-title{margin-top:1.25rem;font-size:1.5rem;line-height:2rem;font-weight:600;color:#020617;margin-bottom:0}.coming-soon-desc{margin-top:.75rem;font-size:1rem;line-height:1.75rem;color:#64748b;margin-bottom:0}.empty-state{border-radius:1.5rem;border:1px dashed #cbd5e1;background-color:#f8fafc;padding:2.5rem 1.5rem;text-align:center}.empty-state-title{font-size:1.125rem;line-height:1.75rem;font-weight:600;color:#0f172a;margin:0}.empty-state-description{margin-top:.5rem;font-size:.875rem;line-height:1.25rem;color:#64748b;margin-bottom:0}.error-boundary-container{padding:2rem;margin:1rem;background-color:#fee2e2;color:#991b1b;border:1px solid #ef4444;border-radius:.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.error-boundary-title{margin:0 0 .625rem}.error-boundary-pre{margin-top:.9375rem;padding:.625rem;background-color:#0000000d;border-radius:.25rem;overflow:auto}.loading-block{border-radius:1.5rem;border:1px solid #e2e8f0;background-color:#fff;padding:2.5rem 1.5rem;text-align:center;font-size:.875rem;color:#64748b;box-shadow:0 1px 2px #0000000d}.spinner-page{display:flex;align-items:center;justify-content:center;height:100vh;background-color:#f8fafc}.spinner-page__content{display:flex;flex-direction:column;align-items:center;gap:1.25rem}.spinner-page__spinner{width:3.5rem;height:3.5rem;border:4px solid rgba(23,100,217,.1);border-top-color:#1764d9;border-radius:50%;animation:spinner-page-spin 1s cubic-bezier(.55,.15,.45,.85) infinite;display:flex;align-items:center;justify-content:center}.spinner-page__spinner:after{content:"";width:.5rem;height:.5rem;background-color:#1764d9;border-radius:50%;animation:spinner-page-pulse 1.5s ease-in-out infinite}.spinner-page__text{font-size:1.125rem;font-weight:500;color:#475569;letter-spacing:-.01em;animation:spinner-page-fade-in .5s ease-out forwards}@keyframes spinner-page-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinner-page-pulse{0%,to{opacity:.3;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}}@keyframes spinner-page-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
