.router-widget{--widget-width:100%;--widget-max-width:480px;--widget-height:auto;--widget-min-height:600px;width:var(--widget-width);max-width:var(--widget-max-width);height:var(--widget-height);min-height:var(--widget-min-height);margin:0 auto;display:flex;flex-direction:column;background:var(--background);color:var(--foreground);font-family:var(--font-family,inherit);border-radius:var(--radius,.5rem);overflow:hidden;isolation:isolate}.router-widget--compact{--widget-max-width:360px;--widget-min-height:500px}.router-widget--wide{--widget-max-width:600px;--widget-min-height:700px}.router-widget--drawer{--widget-width:100%;--widget-max-width:420px;--widget-height:100vh;--widget-min-height:100vh;position:fixed;top:0;right:0;z-index:9999}.router-widget--modal{--widget-max-width:480px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:9999;box-shadow:0 20px 25px -5px rgb(0 0 0/.1),0 8px 10px -6px rgb(0 0 0/.1)}.router-widget-container{display:flex;flex-direction:column;height:100%;width:100%}.router-widget-header{padding:1rem;border-bottom:1px solid var(--border);background:var(--muted)}.router-widget-title{font-size:1.25rem;font-weight:600;margin:0;color:var(--foreground)}.router-widget-content{flex:1;overflow-y:auto;padding:0}.router-widget-footer,.router-widget-wallet{border-top:1px solid var(--border);background:var(--muted)}.router-widget-footer{padding:1rem;text-align:center}@media (max-width:640px){.router-widget{--widget-max-width:100%;border-radius:0}.router-widget--drawer{--widget-width:100vw}}.router-widget *{box-sizing:border-box}