/* Huberway palette: HuberwayWebSite2025/public/assets/custom.scss. */
:root{--hw-blue:#001540;--hw-cyan:#00a3dd;--hw-ice:#b3fbff;--hw-soft:#eaf3f9;--hw-ink:#17202d}
.hw-home{margin:0;background:#fff;color:var(--hw-ink);font-family:InterVariable,Inter,sans-serif;font-size:14px}.hw-home *{box-sizing:border-box}.hw-home button,.hw-home input{font:inherit}.hw-home button,.hw-home summary{cursor:pointer}.hw-home a{color:var(--hw-blue)}.hw-home [hidden]{display:none!important}.hw-home button:disabled{cursor:default;opacity:.48}.hw-home :focus-visible,.hw-room :focus-visible{outline:3px solid var(--hw-cyan);outline-offset:4px}.hw-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--hw-blue);white-space:nowrap;font:24px InterVariable,Inter,sans-serif;letter-spacing:-1px}.hw-brand strong{font-weight:600}.hw-header{height:76px;padding:12px 26px;display:flex;align-items:center;justify-content:space-between;gap:24px}.hw-header-actions{display:flex;gap:10px;align-items:center}.hw-join{display:flex;align-items:center;gap:14px;background:#edf1f5;border-radius:30px;padding:5px 5px 5px 20px}.hw-join input{border:0;background:transparent;width:240px;outline-offset:0;padding:10px 0;color:var(--hw-ink);min-width:0}.hw-join button{border:0;background:#d8e0e9;border-radius:24px;padding:13px 17px;color:var(--hw-blue)}.hw-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:28px;padding:14px 20px;min-height:46px;text-decoration:none;font-weight:500;white-space:nowrap}.hw-primary{background:var(--hw-blue);color:#fff!important}.hw-primary:hover{background:#123946}.hw-soft{background:var(--hw-soft);color:var(--hw-blue)}.hw-soft:hover{background:#d6e6f1}.hw-text{background:transparent;color:var(--hw-blue)}.hw-large{padding:18px 27px;margin-top:6px}.hw-account{display:flex;gap:6px;align-items:center}.hw-avatar{list-style:none;background:var(--hw-blue);color:#fff;border-radius:50%;width:40px;height:40px;display:grid;place-items:center}.hw-account-menu{position:absolute;right:24px;top:68px;z-index:8;border:1px solid #dce4ea;border-radius:18px;background:#fff;padding:22px;box-shadow:0 8px 30px #00154018;display:grid;gap:12px}.hw-account-menu small{color:#66717c}.hw-rail{position:absolute;top:110px;left:24px;text-align:center}.hw-rail span{display:grid;gap:8px;color:var(--hw-blue)}.hw-rail i{border-radius:22px;background:var(--hw-soft);padding:10px 20px;font-size:21px}.hw-main{max-width:1100px;margin:18px auto 60px;padding:0 24px 0 48px}.hw-calendar{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px;gap:20px}.hw-date-label{display:flex;align-items:center;gap:12px;font-size:21px;white-space:nowrap}.hw-date-label input{width:26px;border:0;color:transparent;background:transparent;cursor:pointer}.hw-date-label input::-webkit-datetime-edit{display:none}.hw-week-nav,#hw-week{display:flex;align-items:center;gap:12px}.hw-icon{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:0;background:transparent;width:38px;height:38px;border-radius:50%;color:inherit}.hw-icon:hover{background:#eaf3f9}.hw-week-day{border:0;background:transparent;border-radius:28px;display:grid;gap:5px;padding:12px 15px;min-width:45px}.hw-week-day small{text-transform:uppercase;font-size:10px}.hw-week-day[aria-pressed=true]{background:#c2ddec;color:var(--hw-blue)}.hw-notice{display:flex;align-items:center;gap:20px;background:var(--hw-soft);border-radius:30px;padding:15px 24px;min-height:68px;color:var(--hw-blue)}.hw-notice strong{font-weight:600}.hw-notice p{margin:5px 0 0}.hw-notice-icon{font-size:26px;color:#007fae}#hw-status{min-height:20px;color:#9e2836;margin:12px 0}.hw-empty{text-align:center;padding:55px 0 70px}.hw-illustration{width:320px;max-width:78%;height:auto}.hw-empty h1{font-size:30px;line-height:1.3;font-weight:400;letter-spacing:-.9px;margin:8px 0 18px}.hw-empty p{font-size:15px;margin:0 0 20px;color:#515b65}.hw-menu{position:fixed;width:390px;max-width:calc(100vw - 28px);border:1px solid #d7dfe6;border-radius:16px;background:#f0f5f9;box-shadow:0 3px 10px #00154024;padding:8px;z-index:15}.hw-menu button{display:flex;align-items:center;gap:18px;width:100%;border:0;background:transparent;text-align:left;padding:16px 12px;border-radius:8px;color:var(--hw-ink)}.hw-menu button:hover{background:#dce8f1}.hw-menu i{font-size:20px}.hw-dialog{border:1px solid #e1e7ec;border-radius:24px;width:460px;max-width:calc(100vw - 28px);max-height:90dvh;padding:34px;color:var(--hw-ink);box-shadow:0 24px 80px #00154026}.hw-dialog::backdrop{background:#07162d66;backdrop-filter:blur(3px)}.hw-dialog h2{font-size:25px;font-weight:500;margin:22px 0 10px;letter-spacing:-.6px}.hw-dialog p{color:#5a6570;line-height:1.5}.hw-close{position:absolute;right:12px;top:12px}.hw-dialog label{display:grid;gap:7px;margin:15px 0;font-size:13px;font-weight:500}.hw-dialog input:not([type=checkbox]){border:1px solid #cfd8e1;border-radius:11px;padding:12px;width:100%;background:#fff;color:var(--hw-ink)}.hw-form-row{display:flex;gap:12px}.hw-form-row label{min-width:0;flex:1}.hw-check{display:flex!important;align-items:flex-start;line-height:1.5}.hw-check input{accent-color:var(--hw-blue)}.hw-dialog form>.hw-button{width:100%;margin-top:10px}.hw-form-error,.hw-form-error p{color:#aa2437!important;font-size:13px}.hw-auth-switch{text-align:center;font-size:13px}.hw-auth-switch button{border:0;background:transparent;color:var(--hw-blue);text-decoration:underline}.hw-meeting-list{display:grid;gap:12px}.hw-meeting-card{display:flex;align-items:center;gap:16px;border:1px solid #e1e7ec;border-radius:18px;padding:18px}.hw-meeting-card>div{flex:1;min-width:0}.hw-meeting-card strong{display:block;overflow-wrap:anywhere;font-weight:500}.hw-meeting-card small{display:block;margin-top:6px;color:#66717c}.hw-meeting-icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:var(--hw-soft);color:var(--hw-blue);font-size:20px}.hw-saved{margin-top:30px}.hw-saved h2{font-size:16px;font-weight:500;margin:0 0 16px}
/* Room styles only: retain the media engine's IDs, state classes and layout sizes. */
.hw-room{font-family:InterVariable,Inter,sans-serif!important;--tblr-primary:#001540!important;--tblr-border-radius:18px;background:#fff}.hw-room footer{display:none!important}.hw-room .hw-prejoin-header{padding:20px 28px;display:flex;justify-content:space-between}.hw-room .meeting-details{min-height:calc(100dvh - 80px);background:#fff}.hw-room .meeting-details .jm-meeting-center{height:auto;min-height:65vh}.hw-room .jm-video-part{border-radius:26px;background:#202124}.hw-room .meeting-details .jm-meeting-start-details{margin-bottom:0;max-width:380px}.hw-room .meeting-details .jm-meeting-start-item-list{display:none!important}.hw-room .meeting-details .badge{display:none}.hw-room .meeting-details h1,.hw-room .meeting-details h2{font-weight:400;letter-spacing:-.8px}.hw-room .btn{border-radius:26px}.hw-room .btn-primary{background:#001540;border-color:#001540}.hw-room .meeting-section{position:fixed;inset:0;min-height:100dvh;background:#121416;padding:60px 22px 96px;color:#f1f3f4}.hw-room .jm-start-call-mobile-header{display:none!important}.hw-room .meeting-section .page-wrapper{height:100%;min-height:0}.hw-room .meeting-section .page-body{height:100%;overflow:visible}.hw-room .meeting-section .jm-meeting-center,.hw-room #videos{height:calc(100dvh - 156px);min-height:0}.hw-room .jm-meeting-start-space{height:100%;gap:0}.hw-room #videos{max-width:1500px;min-width:0;flex:1}.hw-room .videoContainer,.hw-room .jm-start-call-uservideo video{border-radius:26px;overflow:hidden}.hw-room .videoContainer{background:#20252b}.hw-room .jm-call-start-avatar .avatar{border-radius:50%!important;background:#314353;color:#c2ddec;width:110px;height:110px;font-size:40px}.hw-room .jm-start-call-username .tag{background:transparent;color:#fff;padding:12px}.hw-room .jm-call-start-actin{position:absolute;left:22px;right:22px;bottom:12px;margin:0;height:70px;align-items:center}.hw-room .jm-call-start-logo{position:fixed;top:16px;left:24px;display:flex!important}.hw-room .jm-call-start-logo img{display:none}.hw-room .jm-start-call-name{display:flex;align-items:center;gap:14px}.hw-room .jm-start-call-name h3{font-size:14px;font-weight:500;order:-1;border-right:1px solid #7a828a;padding-right:14px}.hw-room .jm-start-call-name p{font-weight:500;font-size:14px}.hw-room .hw-toolbar{position:absolute;left:50%;transform:translateX(-50%);background:#202224;border:1px solid #292c2f;border-radius:29px;padding:11px;gap:10px}.hw-room .jm-video-action .btn.btn-outline-light{border:1px solid #383b3e;background:#303336;color:#e4e8eb;width:48px;height:48px;box-shadow:none;border-radius:50%;margin:0}.hw-room .jm-video-action .btn.btn-outline-light:hover{background:#42474b}.hw-room .jm-video-action .btn.text-danger{background:#653238!important;color:#ffd9de!important}.hw-room .jm-video-action .btn.btn-danger{width:70px;height:48px;border-radius:28px;background:#dc362e;border-color:#ef5149}.hw-room .hw-side-actions{margin-left:auto;border-radius:30px;background:#202224;padding:8px;gap:6px;display:flex!important}.hw-room .hw-side-actions .btn.btn-outline-light{border:0;background:transparent;width:40px;height:40px}.hw-room .hw-participants-top{position:fixed;top:12px;right:22px}.hw-room .hw-participants-top.btn{background:#282b2e!important;border:0!important;min-width:48px;gap:8px}.hw-room .hw-more-menu{background:#202224;border:1px solid #363a3e;border-radius:16px;padding:8px;width:260px;box-shadow:0 8px 24px #0005}.hw-room .hw-more-menu .dropdown-item{color:#e8eaed;padding:13px 12px;gap:12px;border-radius:9px}.hw-room .hw-more-menu .dropdown-item:hover{background:#34383b}.hw-room .hw-device-trigger{width:28px!important;margin-right:-10px!important;border-radius:24px 0 0 24px!important;border-right:0!important}.hw-room .hw-device-trigger+.btn{border-radius:0 24px 24px 0!important}.hw-room .hw-device-trigger i{font-size:13px}.hw-room .jm-start-call-sidepanel{background:#202224;border:1px solid #2e3235;border-radius:24px;color:#e8eaed;height:calc(100dvh - 156px);flex-shrink:0}.hw-room .chat-show{width:360px;margin-left:20px}.hw-room .chat-hide{border:0;margin:0;overflow:hidden}.hw-room .jm-start-call-sidepanel .card-header{border:0;padding:22px}.hw-room .jm-start-call-sidepanel .card-title{font-size:18px;font-weight:500}.hw-room .jm-start-call-sidepanel .card-body{flex:1;height:auto;min-height:0}.hw-room .jm-start-call-sidepanel .card-footer{border:0;padding:16px;background:transparent}.hw-room .jm-start-call-sidepanel .input-group{border:1px solid #4e5256;border-radius:28px;overflow:hidden}.hw-room .jm-start-call-sidepanel .form-control,.hw-room .jm-start-call-sidepanel .input-group-text{background:transparent;border:0;color:#eee;box-shadow:none}.hw-room .empty-chat-body{display:grid;place-items:center;min-height:300px;color:#a4b8c9;text-align:center}.hw-room .empty-chat-body .chat-icon{position:static;transform:none;font-size:64px!important;color:#aac4d4}.hw-room .empty-chat-body:after{content:'Ancora nessun messaggio di chat';font-size:13px;color:#c4c9ce}.hw-room .chat-bubble-me{background:#244360}.hw-room .modal-content{border-radius:24px}.hw-room .openChatGPT{display:none!important}.hw-room .hw-invite-card{position:fixed;bottom:105px;left:30px;width:340px;padding:25px;background:#fff;color:#17202d;border-radius:14px;box-shadow:0 6px 20px #0002;z-index:5}.hw-room .hw-invite-card h3{font-size:17px;font-weight:500;margin-bottom:20px}.hw-room .hw-invite-card p{font-size:13px;line-height:1.5;color:#58636f}.hw-room .hw-invite-card .hw-link-row{display:flex;align-items:center;background:#f0f3f5;border-radius:7px;padding:7px 10px;gap:8px}.hw-room .hw-link-row span{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px}.hw-room .hw-invite-card button{border:0;cursor:pointer}.hw-room .hw-invite-close{position:absolute;right:14px;top:14px;background:transparent}.hw-room .hw-copy-invite{background:transparent;font-size:20px}.hw-room .hw-room-status{position:fixed;top:15px;left:50%;transform:translateX(-50%);color:#b3fbff;font-size:13px;z-index:6}
@media(min-width:1500px){.hw-main{margin-top:20px}.hw-empty{padding-top:70px}.hw-header-actions{position:absolute;left:50%;transform:translateX(-50%)}}
@media(max-width:1100px){.hw-header{gap:12px;padding:14px 18px}.hw-brand{font-size:20px}.hw-join input{width:180px}.hw-main{margin-left:90px}.hw-week-nav,#hw-week{gap:3px}.hw-week-day{padding:11px 9px}.hw-room .hw-toolbar{left:42%}.hw-room .chat-show{width:310px}}
@media(max-width:760px){.hw-header{height:auto;flex-wrap:wrap;gap:18px}.hw-account{margin-left:auto}.hw-account .hw-button{padding:10px 12px;font-size:12px}.hw-header-actions{order:3;width:100%}.hw-join{flex:1;min-width:0;padding-left:12px;gap:7px}.hw-join input{width:100%;font-size:12px}.hw-join button{padding:12px 10px;font-size:12px}.hw-header-actions>.hw-button{padding:12px 15px}.hw-rail{display:none}.hw-main{margin:18px 0;padding:0 18px}.hw-calendar{flex-wrap:wrap;gap:14px}.hw-date-label{font-size:19px}.hw-week-nav{width:100%;justify-content:space-between}#hw-week{flex:1;justify-content:space-around}.hw-week-day{min-width:30px;padding:10px 7px}.hw-notice{border-radius:20px;padding:16px;gap:12px;font-size:12px}.hw-notice p{line-height:1.5}.hw-empty{padding:25px 0 40px}.hw-empty h1{font-size:25px}.hw-empty p{font-size:14px;line-height:1.6}.hw-illustration{width:265px}.hw-dialog{padding:28px 22px}.hw-meeting-card{padding:12px;gap:10px}.hw-meeting-card .hw-meeting-icon{display:none}.hw-meeting-card .hw-button{padding:12px;font-size:12px}.hw-room .hw-prejoin-header{padding:16px}.hw-room .meeting-details .jm-meeting-start-space{flex-direction:column}.hw-room .jm-video-part-width{width:100%}.hw-room .jm-video-part video{height:240px}.hw-room .meeting-details .jm-meeting-start-details{margin:24px 0;padding:0 8px;width:100%}.hw-room .meeting-section{padding:55px 10px 135px}.hw-room .meeting-section .jm-meeting-center,.hw-room #videos{height:calc(100dvh - 190px)}.hw-room .jm-call-start-actin{bottom:60px;left:6px;right:6px;height:62px}.hw-room .hw-toolbar{left:50%;padding:8px;gap:6px;white-space:nowrap}.hw-room .jm-video-action .btn.btn-outline-light{width:40px;height:40px}.hw-room .jm-video-action .btn.btn-danger{width:55px;height:40px}.hw-room .hw-side-actions{position:fixed;bottom:8px;right:12px;padding:2px}.hw-room .hw-device-trigger{width:22px!important}.hw-room .hw-toolbar #whiteboard{display:none!important}.hw-room .hw-participants-top{right:12px}.hw-room .chat-show{position:fixed;inset:55px 10px 130px;width:auto!important;height:auto;max-width:none;margin:0;z-index:7}.hw-room .hw-invite-card{left:16px;bottom:135px;width:calc(100vw - 32px);max-width:340px}.hw-room .hw-room-status{top:45px;max-width:90%;text-align:center}.hw-room .hw-toolbar #screenShare{display:flex!important}}
@media(prefers-reduced-motion:reduce){.hw-room #videos>*,.hw-room .chat-show,.hw-room .chat-hide{transition:none!important}}
