*{box-sizing:border-box}html,body{margin:0;min-height:100%;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;background:#F4F7FA;color:#173044}body{min-height:100vh}a{color:inherit}.wv-app-body{--navy:#003858;--deep:#002B45;--blue:#0060C8;--bright:#0B7FE8;--action:#0D62C5;--action-hover:#2377D3;--bg:#F4F7FA;--line:#DCE6ED;--muted:#64798A;--ink:#173044;--success:#278A50;--danger:#C23A48;--shadow:0 10px 30px rgba(0,56,88,.08)}button,input,select,textarea{font:inherit}.wv-app-shell{display:flex;min-height:100vh;background:var(--bg)}
.wv-app-sidebar{position:fixed;z-index:40;left:0;top:0;bottom:0;width:268px;background:linear-gradient(180deg,#002B45,#003858);padding:22px 18px;display:flex;flex-direction:column;color:#fff}.wv-app-brand{display:flex;align-items:center;gap:12px;padding:2px 4px 24px;border-bottom:1px solid rgba(255,255,255,.10)}.wv-app-brand-logo{width:70px;height:54px;background:#fff;border-radius:12px;display:grid;place-items:center;padding:7px}.wv-app-brand-logo img{max-width:100%;max-height:100%}.wv-app-brand strong,.wv-app-brand span{display:block}.wv-app-brand strong{font-size:16px}.wv-app-brand span{margin-top:2px;color:#A9CDEB;font-size:12px}.wv-app-nav{display:grid;gap:7px;margin-top:24px}.wv-app-nav a{display:flex;align-items:center;gap:12px;min-height:46px;padding:10px 12px;border-radius:11px;text-decoration:none;color:#C9D8E4;font-weight:650;font-size:14px;transition:.18s}.wv-app-nav a:hover{background:rgba(255,255,255,.07);color:#fff}.wv-app-nav a.active{background:#fff;color:var(--deep);box-shadow:0 8px 22px rgba(0,0,0,.14)}.wv-nav-icon{width:24px;height:24px;display:grid;place-items:center;font-size:19px}.wv-app-sidebar-links{display:grid;gap:8px;margin-top:22px;padding-top:18px;border-top:1px solid rgba(255,255,255,.10)}.wv-app-sidebar-links a,.wv-install-trigger{appearance:none;border:0;background:transparent;color:#A9CDEB;text-decoration:none;display:flex;align-items:center;gap:10px;text-align:left;padding:9px 10px;border-radius:9px;cursor:pointer;font-size:12.5px}.wv-app-sidebar-links a:hover,.wv-install-trigger:hover{background:rgba(255,255,255,.06);color:#fff}.wv-app-user{margin-top:auto;display:grid;grid-template-columns:38px 1fr 30px;gap:10px;align-items:center;padding:13px 10px;border-radius:12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.08)}.wv-app-avatar,.wv-app-user-chip{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:var(--action);color:var(--deep);font-weight:900}.wv-app-user-copy{min-width:0}.wv-app-user-copy strong,.wv-app-user-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wv-app-user-copy strong{font-size:12.5px}.wv-app-user-copy span{font-size:10.5px;color:#A9CDEB;margin-top:2px}.wv-app-logout{text-decoration:none;color:#C9D8E4;font-size:20px;text-align:center}.wv-app-main{margin-left:268px;min-width:0;width:calc(100% - 268px);min-height:100vh}.wv-app-topbar{height:72px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid var(--line);position:sticky;top:0;z-index:25}.wv-app-menu-btn{display:none;width:42px;height:42px;border:0;background:#EFF4F8;border-radius:10px;padding:10px;cursor:pointer}.wv-app-menu-btn span{display:block;height:2px;background:var(--navy);margin:4px 0;border-radius:2px}.wv-app-topbar-title span,.wv-app-topbar-title strong{display:block}.wv-app-topbar-title span{font-size:10px;text-transform:uppercase;letter-spacing:.09em;color:var(--muted);font-weight:800}.wv-app-topbar-title strong{font-size:17px;color:var(--navy);margin-top:3px}.wv-app-top-actions{display:flex;align-items:center;gap:10px}.wv-install-small{border:1px solid var(--line);background:#fff;border-radius:9px;padding:8px 12px;color:var(--navy);font-weight:700;cursor:pointer}.wv-app-user-chip{text-decoration:none;width:36px;height:36px}.wv-app-content{padding:28px;max-width:1500px;margin:0 auto}.wv-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 22px}.wv-page-kicker{display:block;color:var(--blue);font-size:10px;font-weight:900;letter-spacing:.10em;text-transform:uppercase;margin-bottom:7px}.wv-page-heading h1,.wv-detail-hero h1{margin:0;color:var(--navy);font-size:clamp(28px,3vw,38px);letter-spacing:-.025em}.wv-page-heading p,.wv-detail-hero p{margin:8px 0 0;color:var(--muted);max-width:720px;line-height:1.55;font-size:14px}.wv-primary-action,.wv-secondary-action,.wv-danger-action{border:0;border-radius:11px;min-height:44px;padding:10px 16px;display:inline-flex;align-items:center;justify-content:center;gap:9px;text-decoration:none;font-weight:800;cursor:pointer}.wv-primary-action{background:var(--action);color:var(--deep);box-shadow:0 8px 18px rgba(13,98,197,.16)}.wv-primary-action:hover{background:var(--action-hover)}.wv-secondary-action{background:#EEF4F8;color:var(--navy);border:1px solid var(--line)}.wv-danger-action{background:#FFF0F2;color:#9A3342;border:1px solid #F0C5CC}.wv-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:20px}.wv-summary-card{position:relative;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:16px;padding:19px;box-shadow:0 5px 18px rgba(0,56,88,.045)}.wv-summary-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:var(--blue)}.wv-summary-card.attention:before{background:var(--action)}.wv-summary-card.success:before{background:var(--success)}.wv-summary-card.muted:before{background:#8293A0}.wv-summary-label{display:block;font-size:12px;color:var(--muted);font-weight:700}.wv-summary-card strong{display:block;font-size:34px;color:var(--navy);margin:12px 0 5px}.wv-summary-card small{font-size:11px;color:#8796A1}.wv-dashboard-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(270px,.7fr);gap:18px}.wv-dashboard-side{display:grid;gap:18px;align-content:start}.wv-panel{background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 5px 18px rgba(0,56,88,.045);padding:20px}.wv-panel-head{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:16px}.wv-panel-head span{display:block;font-size:9.5px;text-transform:uppercase;letter-spacing:.10em;color:var(--blue);font-weight:900;margin-bottom:4px}.wv-panel-head h2{margin:0;color:var(--navy);font-size:19px}.wv-panel-head a{font-size:12px;color:var(--blue);font-weight:750;text-decoration:none}.wv-request-list{display:grid;gap:8px}.wv-request-row{display:grid;grid-template-columns:46px minmax(160px,1.2fr) minmax(170px,1fr) minmax(145px,.8fr) auto 28px;gap:12px;align-items:center;padding:12px;border:1px solid #E7EEF3;border-radius:12px;text-decoration:none;background:#fff;transition:.15s}.wv-request-row:hover{border-color:#BFD0DC;box-shadow:0 7px 16px rgba(0,56,88,.06);transform:translateY(-1px)}.wv-request-avatar{width:42px;height:42px;border-radius:12px;background:#E9F3FC;color:var(--blue);display:grid;place-items:center;font-weight:900;font-size:12px}.wv-request-person,.wv-request-contact,.wv-request-date{min-width:0}.wv-request-person strong,.wv-request-person span,.wv-request-contact span,.wv-request-contact small,.wv-request-date span,.wv-request-date strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wv-request-person strong{font-size:13px;color:var(--navy)}.wv-request-person span,.wv-request-contact small,.wv-request-date span{font-size:10.5px;color:var(--muted);margin-top:4px}.wv-request-contact span,.wv-request-date strong{font-size:11.5px;color:#3B5568}.wv-request-arrow{color:#9CB0BE;font-size:18px}.wv-status{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;font-size:10.5px;font-weight:850;white-space:nowrap}.wv-status:before{content:"";width:7px;height:7px;border-radius:50%;background:currentColor}.wv-status.new{background:#E8F2FF;color:#15599D}.wv-status.progress{background:#E8F2FF;color:#15599D}.wv-status.confirmed{background:#E7F7EC;color:#1F6C36}.wv-status.cancelled{background:#F8E9EB;color:#913340}.wv-quick-panel{padding-bottom:12px}.wv-quick-link{display:grid;grid-template-columns:38px 1fr 20px;gap:10px;align-items:center;text-decoration:none;padding:12px 4px;border-top:1px solid #EDF2F5}.wv-quick-link:first-of-type{border-top:0}.wv-quick-icon{width:36px;height:36px;border-radius:10px;background:#EDF5FB;color:var(--blue);display:grid;place-items:center;font-weight:900}.wv-quick-link strong,.wv-quick-link small{display:block}.wv-quick-link strong{font-size:12.5px;color:var(--navy)}.wv-quick-link small{font-size:10.5px;color:var(--muted);margin-top:3px}.wv-quick-link b{color:#A7B7C2}.wv-security-panel{display:flex;gap:12px;align-items:flex-start;background:linear-gradient(145deg,#F4F9FD,#fff)}.wv-security-icon{width:34px;height:34px;border-radius:10px;background:#EAF4FC;color:var(--blue);display:grid;place-items:center}.wv-security-panel strong{color:var(--navy);font-size:12.5px}.wv-security-panel p{margin:4px 0 0;color:var(--muted);font-size:10.5px;line-height:1.55}.wv-status-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.wv-status-tabs a{display:inline-flex;align-items:center;gap:8px;text-decoration:none;background:#fff;border:1px solid var(--line);border-radius:999px;padding:8px 12px;font-size:11px;color:#526A7B;font-weight:700}.wv-status-tabs a b{display:grid;place-items:center;min-width:22px;height:20px;border-radius:999px;background:#EDF3F7;color:var(--navy);font-size:10px}.wv-status-tabs a.active{background:var(--navy);border-color:var(--navy);color:#fff}.wv-status-tabs a.active b{background:rgba(255,255,255,.15);color:#fff}.wv-filter-panel{margin-bottom:16px}.wv-filter-form{display:grid;grid-template-columns:minmax(260px,1fr) 190px auto auto;gap:10px}.wv-search-box{position:relative}.wv-search-box span{position:absolute;left:13px;top:50%;transform:translateY(-50%);color:#8799A7}.wv-search-box input,.wv-filter-form select,.wv-follow-form select,.wv-follow-form textarea,.wv-settings-form input{width:100%;border:1px solid #C9D7E0;border-radius:10px;background:#fff;color:var(--ink);outline:none}.wv-search-box input{height:44px;padding:0 13px 0 37px}.wv-filter-form select,.wv-follow-form select,.wv-settings-form input{height:44px;padding:0 12px}.wv-follow-form textarea{padding:12px;resize:vertical}.wv-search-box input:focus,.wv-filter-form select:focus,.wv-follow-form select:focus,.wv-follow-form textarea:focus,.wv-settings-form input:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,96,200,.08)}.wv-empty-state{padding:34px 10px;text-align:center;display:grid;gap:6px;color:var(--muted)}.wv-empty-state strong{color:var(--navy)}.wv-detail-toolbar{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:14px}.wv-back-link{text-decoration:none;font-size:12px;color:var(--blue);font-weight:750}.wv-detail-hero{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:22px;border-radius:17px;background:linear-gradient(135deg,var(--deep),var(--navy));color:#fff;margin-bottom:18px}.wv-detail-hero h1{color:#fff}.wv-detail-hero p{color:#C9D8E4}.wv-detail-hero-avatar{width:62px;height:62px;border-radius:17px;background:var(--action);color:var(--deep);display:grid;place-items:center;font-size:18px;font-weight:900}.wv-detail-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(260px,.65fr);gap:18px}.wv-detail-main,.wv-detail-side{display:grid;gap:18px;align-content:start}.wv-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:0 24px}.wv-info-grid>div{padding:13px 0;border-bottom:1px solid #EDF2F5}.wv-info-grid .wide{grid-column:1/-1}.wv-info-grid span,.wv-info-grid strong,.wv-info-grid a{display:block}.wv-info-grid span{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-weight:750}.wv-info-grid strong,.wv-info-grid a{margin-top:5px;color:var(--ink);font-size:13px;text-decoration:none}.wv-info-grid a{color:var(--blue);font-weight:700}.wv-follow-form{display:grid;gap:15px}.wv-follow-form label,.wv-settings-form label{display:grid;gap:7px}.wv-follow-form label>span,.wv-settings-form label>span{font-size:11.5px;color:var(--navy);font-weight:800}.wv-form-actions{display:flex;justify-content:flex-end}.wv-photo-card img{display:block;width:100%;max-height:360px;object-fit:contain;border-radius:12px;background:#F1F5F8}.wv-photo-card>a{display:block}.wv-photo-card small{display:block;margin-top:9px;color:var(--muted);font-size:10.5px;word-break:break-all}.wv-timeline{display:grid;gap:16px}.wv-timeline>div{position:relative;padding-left:22px}.wv-timeline i{position:absolute;left:0;top:3px;width:9px;height:9px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px #EAF4FC}.wv-timeline span,.wv-timeline strong{display:block}.wv-timeline span{font-size:10px;color:var(--muted)}.wv-timeline strong{margin-top:3px;font-size:11.5px;color:var(--navy)}.wv-danger-card{border-top:4px solid var(--danger)}.wv-danger-card p{font-size:11px;color:var(--muted);line-height:1.55}.wv-app-alert{display:grid;gap:3px;margin:0 0 16px;padding:13px 15px;border-radius:12px;border:1px solid}.wv-app-alert strong{font-size:12px}.wv-app-alert span{font-size:11px}.wv-app-alert.success{background:#EAF7EF;border-color:#BFE3CC;color:#21643A}.wv-app-alert.error{background:#FFF0F2;border-color:#EFC5CC;color:#8A2E3B}.wv-settings-layout{display:grid;grid-template-columns:1fr 1fr;gap:18px}.wv-settings-copy{margin:0 0 16px;color:var(--muted);font-size:12px;line-height:1.6}.wv-settings-form{display:grid;gap:14px}.wv-setting-badge{display:inline-flex;padding:8px 11px;border-radius:999px;background:#EAF7EF;color:#21643A;font-size:11px;font-weight:800}.wv-app-bottom-nav{display:none}.wv-app-overlay{display:none}.wv-install-modal[hidden]{display:none!important}.wv-install-modal{position:fixed;inset:0;z-index:100;background:rgba(0,31,49,.58);display:grid;place-items:center;padding:18px}.wv-install-modal-card{position:relative;width:min(390px,100%);background:#fff;border-radius:20px;padding:28px;text-align:center;box-shadow:0 24px 60px rgba(0,31,49,.28)}.wv-install-modal-close{position:absolute;right:13px;top:11px;width:34px;height:34px;border:0;border-radius:9px;background:#EFF4F7;cursor:pointer;color:var(--navy);font-size:20px}.wv-install-modal-icon{width:76px;height:76px;margin:0 auto 14px}.wv-install-modal-icon img{width:100%;height:100%;border-radius:17px}.wv-install-modal-card h2{margin:0;color:var(--navy)}.wv-install-modal-card p{color:var(--muted);font-size:12px;line-height:1.6;margin:10px 0 18px}
/* LOGIN */.wv-login-page{min-height:100vh;display:grid;grid-template-columns:minmax(360px,45%) minmax(420px,55%);background:#fff}.wv-login-brand-panel{position:relative;overflow:hidden;background:linear-gradient(145deg,#002B45,#003858 65%,#004D78);color:#fff;padding:48px;display:flex;align-items:center}.wv-login-brand-panel:before{content:"";position:absolute;width:520px;height:520px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-270px;bottom:-190px}.wv-login-brand-panel:after{content:"";position:absolute;width:280px;height:280px;background:radial-gradient(circle,rgba(255,255,255,.10) 1px,transparent 1.5px);background-size:14px 14px;right:-40px;top:-40px;opacity:.5}.wv-login-brand-inner{position:relative;z-index:2;max-width:520px;margin:0 auto}.wv-login-logo{width:142px;background:#fff;border-radius:17px;padding:12px 16px;margin-bottom:30px;box-shadow:0 14px 30px rgba(0,0,0,.12)}.wv-login-logo img{display:block;width:100%}.wv-login-kicker,.wv-login-overline{font-size:10px;letter-spacing:.11em;text-transform:uppercase;font-weight:900}.wv-login-kicker{color:#A9CDEB}.wv-login-brand-panel h1{margin:12px 0 16px;font-size:clamp(42px,5vw,68px);line-height:.98;letter-spacing:-.04em}.wv-login-brand-panel h1 span{color:var(--action)}.wv-login-brand-panel>div>p{max-width:480px;color:#C9D8E4;line-height:1.65;font-size:14px}.wv-login-points{display:grid;gap:15px;margin-top:32px}.wv-login-points>div{display:grid;grid-template-columns:28px 1fr;column-gap:10px}.wv-login-points>div>span{grid-row:1/3;width:26px;height:26px;border-radius:8px;background:rgba(255,255,255,.11);display:grid;place-items:center;color:var(--action);font-weight:900}.wv-login-points strong{font-size:12.5px}.wv-login-points small{color:#A9CDEB;font-size:10.5px;margin-top:3px}.wv-login-form-panel{background:#F5F8FA;display:grid;place-items:center;padding:36px}.wv-login-card{width:min(430px,100%);background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px;box-shadow:0 18px 50px rgba(0,56,88,.10)}.wv-login-mobile-logo{display:none;width:100px;margin-bottom:22px}.wv-login-mobile-logo img{width:100%}.wv-login-overline{color:var(--blue)}.wv-login-card h2{font-size:30px;color:var(--navy);margin:8px 0 5px}.wv-login-intro{margin:0 0 22px;color:var(--muted);font-size:12.5px;line-height:1.55}.wv-login-alert{display:grid;gap:3px;padding:11px 13px;border-radius:10px;border:1px solid;margin-bottom:15px}.wv-login-alert strong{font-size:11px}.wv-login-alert span{font-size:10.5px}.wv-login-alert.error{background:#FFF1F3;border-color:#EFC9D0;color:#8B2C39}.wv-login-alert.success{background:#EAF7EF;border-color:#BFE3CC;color:#21643A}.wv-login-form{display:grid;gap:15px}.wv-login-form>label{display:grid;gap:7px}.wv-login-form>label>span{font-size:11px;font-weight:800;color:var(--navy)}.wv-login-input{position:relative}.wv-login-input input{width:100%;height:50px;border:1px solid #C9D7E0;border-radius:11px;padding:0 44px 0 41px;outline:none;background:#fff}.wv-login-input input:focus{border-color:var(--blue);box-shadow:0 0 0 4px rgba(0,96,200,.08)}.wv-input-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#7D91A0;font-size:12px}.wv-password-toggle{position:absolute;right:8px;top:7px;width:36px;height:36px;border:0;background:transparent;color:#7D91A0;cursor:pointer}.wv-login-options{display:flex;align-items:center;justify-content:space-between;gap:10px}.wv-checkbox{display:flex!important;grid-auto-flow:column!important;align-items:center;justify-content:start;gap:7px!important;color:var(--muted);font-size:10.5px}.wv-checkbox input{accent-color:var(--blue)}.wv-login-options>a{font-size:10.5px;color:var(--blue);font-weight:700;text-decoration:none}.wv-login-submit{border:0;width:100%;height:52px;border-radius:12px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 17px;text-decoration:none;font-weight:800;cursor:pointer;box-shadow:0 10px 22px rgba(0,56,88,.17)}.wv-login-submit:hover{background:#00496F}.wv-login-submit b{width:28px;height:28px;border-radius:8px;background:var(--action);color:var(--deep);display:grid;place-items:center}.wv-login-footer{display:flex;justify-content:space-between;gap:10px;padding-top:18px;margin-top:20px;border-top:1px solid #EDF2F5;color:#8B9AA5;font-size:9.5px}.wv-login-footer a{color:var(--blue);font-weight:700;text-decoration:none}
@media(max-width:1100px){.wv-summary-grid{grid-template-columns:1fr 1fr}.wv-dashboard-grid,.wv-detail-layout{grid-template-columns:1fr}.wv-settings-layout{grid-template-columns:1fr}.wv-request-row{grid-template-columns:44px minmax(160px,1.2fr) minmax(150px,1fr) auto 26px}.wv-request-date{display:none}.wv-login-page{grid-template-columns:42% 58%}.wv-login-brand-panel{padding:36px}}
@media(max-width:820px){.wv-app-sidebar{transform:translateX(-105%);transition:transform .22s ease;width:278px}.wv-sidebar-open .wv-app-sidebar{transform:translateX(0)}.wv-app-overlay{display:block;position:fixed;z-index:35;inset:0;background:rgba(0,31,49,.45);opacity:0;pointer-events:none;transition:.2s}.wv-sidebar-open .wv-app-overlay{opacity:1;pointer-events:auto}.wv-app-main{margin-left:0;width:100%}.wv-app-menu-btn{display:block}.wv-app-topbar{height:66px;padding:0 16px}.wv-app-content{padding:20px 14px 88px}.wv-page-heading{align-items:flex-start}.wv-page-heading>.wv-primary-action{display:none}.wv-request-row{grid-template-columns:42px 1fr auto 22px}.wv-request-contact,.wv-request-date{display:none}.wv-filter-form{grid-template-columns:1fr 150px auto}.wv-filter-form .wv-secondary-action{grid-column:1/-1}.wv-app-bottom-nav{position:fixed;z-index:30;left:12px;right:12px;bottom:calc(10px + env(safe-area-inset-bottom));height:62px;background:#fff;border:1px solid var(--line);box-shadow:0 14px 38px rgba(0,56,88,.16);border-radius:18px;display:grid;grid-template-columns:repeat(3,1fr);padding:5px}.wv-app-bottom-nav a{text-decoration:none;color:#8294A1;display:grid;place-items:center;align-content:center;gap:2px;border-radius:13px}.wv-app-bottom-nav a span{font-size:19px}.wv-app-bottom-nav a small{font-size:9px;font-weight:750}.wv-app-bottom-nav a.active{background:#EDF5FB;color:var(--blue)}.wv-login-page{display:block;background:linear-gradient(180deg,#002B45 0,#003858 230px,#F5F8FA 230px)}.wv-login-brand-panel{display:none}.wv-login-form-panel{min-height:100vh;background:transparent;padding:52px 16px 28px;align-items:start}.wv-login-card{margin-top:70px;padding:26px 20px}.wv-login-mobile-logo{display:block;background:#fff;border-radius:14px;padding:8px 10px;box-shadow:0 9px 24px rgba(0,0,0,.13)}}
@media(max-width:560px){.wv-summary-grid{grid-template-columns:1fr 1fr;gap:10px}.wv-summary-card{padding:15px}.wv-summary-card strong{font-size:28px}.wv-page-heading h1{font-size:28px}.wv-filter-form{display:grid;grid-template-columns:1fr}.wv-status-tabs{overflow-x:auto;flex-wrap:nowrap;padding-bottom:4px}.wv-status-tabs a{flex:0 0 auto}.wv-request-row{grid-template-columns:40px minmax(0,1fr) auto 18px;padding:10px}.wv-request-person span{max-width:170px}.wv-status{font-size:9px;padding:5px 7px}.wv-info-grid{grid-template-columns:1fr}.wv-info-grid .wide{grid-column:auto}.wv-detail-hero{padding:18px}.wv-detail-hero-avatar{width:52px;height:52px}.wv-login-options{align-items:flex-start;flex-direction:column}.wv-login-footer{flex-direction:column}.wv-app-topbar-title strong{font-size:14px}.wv-app-topbar-title span{font-size:8.5px}.wv-install-small{display:none!important}}


/* 4.0.1 — logo et icônes corrigés */
.wv-app-brand-logo,.wv-login-logo,.wv-login-mobile-logo,.wv-app-topbar-logo{overflow:hidden}
.wv-app-brand-logo img,.wv-login-logo img,.wv-login-mobile-logo img,.wv-app-topbar-logo img{display:block;width:100%;height:100%;object-fit:contain;object-position:center}
.wv-app-topbar-logo{width:82px;height:42px;padding:5px 8px;border:1px solid var(--line);border-radius:10px;background:#fff;flex:0 0 auto}
.wv-app-top-actions{min-width:0}
@media(max-width:820px){.wv-app-topbar-logo{width:64px;height:36px;padding:4px 6px}}
@media(max-width:430px){.wv-app-topbar-logo{width:48px;height:34px}.wv-app-user-chip{width:34px;height:34px}.wv-app-top-actions{gap:6px}}


/* 4.1.0 — notifications push téléphone */
.wv-push-top-btn{min-height:38px;border:1px solid var(--line);background:#fff;border-radius:10px;padding:6px 10px;display:flex;align-items:center;gap:7px;color:var(--navy);font-weight:750;cursor:pointer}.wv-push-top-btn small{font-size:10px}.wv-push-bell{width:20px;height:20px;border-radius:7px;background:#EEF4F8;color:#8294A1;display:grid;place-items:center;font-size:8px}.wv-push-top-btn.is-active .wv-push-bell{background:#E7F7EC;color:var(--success);box-shadow:0 0 0 3px rgba(39,138,80,.08)}.wv-push-top-btn.is-active{border-color:#BFE3CC}.wv-push-actions{display:flex;gap:9px;flex-wrap:wrap;align-items:center}.wv-push-status{display:block;margin-top:12px;color:var(--muted);font-size:10.5px;line-height:1.55}.wv-push-status[data-state="on"]{color:#21643A;font-weight:700}.wv-push-status[data-state="denied"]{color:#913340;font-weight:700}.wv-push-panel{border-top:4px solid var(--blue)}.wv-push-panel:has(.wv-push-status[data-state="on"]){border-top-color:var(--success)}
@media(max-width:820px){.wv-push-top-btn{width:38px;height:38px;padding:0;justify-content:center}.wv-push-top-btn small{display:none}.wv-push-bell{background:transparent;font-size:9px}.wv-push-actions>*{flex:1 1 145px}}


/* 4.1.2 — logos admin corrigés */
.wv-app-brand{gap:14px;align-items:center}
.wv-app-brand-logo{width:92px;height:64px;padding:6px 8px;border-radius:14px;overflow:hidden;background:#fff;display:grid;place-items:center;flex:0 0 auto}
.wv-app-brand-logo img{width:100%;height:100%;object-fit:contain;object-position:center}
.wv-app-top-actions{gap:10px}
.wv-login-logo,.wv-login-mobile-logo{overflow:hidden;background:#fff}
.wv-login-logo img,.wv-login-mobile-logo img{width:100%;height:100%;object-fit:contain;object-position:center}
@media(max-width:820px){.wv-app-brand-logo{width:84px;height:58px}}
@media(max-width:430px){.wv-app-brand-logo{width:76px;height:54px}}


/* 4.1.3 — bouton notifications admin amélioré */
.wv-notify-trigger{position:relative;min-height:44px;padding:10px 12px;border:1px solid rgba(169,205,235,.20);background:rgba(255,255,255,.06);color:#fff;font-weight:700;border-radius:12px;transition:.18s}
.wv-notify-trigger:hover{background:rgba(255,255,255,.10);border-color:rgba(255,255,255,.20)}
.wv-notify-trigger-icon{width:24px;height:24px;border-radius:8px;display:grid;place-items:center;background:rgba(255,255,255,.12);font-size:13px;flex:0 0 auto}
.wv-push-top-btn{position:relative;min-height:40px;padding:6px 12px;border:1px solid #D9E5ED;background:linear-gradient(180deg,#FFFFFF,#F7FAFC);border-radius:12px;box-shadow:0 2px 10px rgba(0,56,88,.05);transition:.18s}
.wv-push-top-btn:hover{border-color:#BFD0DC;box-shadow:0 6px 14px rgba(0,56,88,.08);transform:translateY(-1px)}
.wv-push-top-btn small{font-size:11px;font-weight:800;color:var(--navy)}
.wv-push-bell{width:24px;height:24px;border-radius:8px;background:#EEF4F8;color:var(--blue);display:grid;place-items:center;font-size:13px;line-height:1;box-shadow:inset 0 0 0 1px #D7E4EC}
.wv-push-top-btn.is-active{border-color:#BFE3CC;background:linear-gradient(180deg,#FFFFFF,#F3FBF6)}
.wv-push-top-btn.is-active .wv-push-bell{background:#E7F7EC;color:var(--success);box-shadow:0 0 0 3px rgba(39,138,80,.10)}
.wv-push-top-btn.is-active small{color:var(--success)}
.wv-settings-copy + .wv-push-actions [data-push-toggle].wv-primary-action{position:relative;padding-left:48px}
.wv-settings-copy + .wv-push-actions [data-push-toggle].wv-primary-action:before{content:"🔔";position:absolute;left:16px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:8px;background:rgba(0,43,69,.10);display:grid;place-items:center;font-size:13px}
@media(max-width:820px){.wv-push-top-btn{width:42px;height:42px;padding:0;justify-content:center;border-radius:12px}.wv-push-top-btn small{display:none}.wv-push-bell{font-size:14px;background:transparent;box-shadow:none}.wv-notify-trigger{min-height:42px}}


/* 4.1.5 — corrections desktop notifications, favicon/app icon et logo sidebar */
.wv-app-brand-logo{
  width:82px;
  height:78px;
  min-width:82px;
  flex:0 0 82px;
  padding:6px;
  border-radius:14px;
  background:#fff;
  overflow:hidden;
  display:grid;
  place-items:center;
}
.wv-app-brand-logo img{
  display:block;
  width:100%;
  height:100%;
  max-width:none;
  max-height:none;
  object-fit:contain;
  object-position:center;
}
.wv-app-brand{align-items:center;gap:13px}

.wv-push-desktop-btn{
  display:flex;
  align-items:center;
  gap:10px;
  min-height:44px;
  padding:5px 12px 5px 6px;
  border:1px solid #D9E5ED;
  border-radius:13px;
  background:#fff;
  color:var(--navy);
  cursor:pointer;
  box-shadow:0 2px 9px rgba(0,56,88,.045);
  transition:border-color .16s,box-shadow .16s,transform .16s,background .16s;
}
.wv-push-desktop-btn:hover{
  border-color:#B9CEDB;
  box-shadow:0 7px 18px rgba(0,56,88,.08);
  transform:translateY(-1px);
}
.wv-push-desktop-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:grid;
  place-items:center;
  border-radius:10px;
  color:var(--blue);
  background:#EAF4FC;
}
.wv-push-desktop-icon svg{width:18px;height:18px;display:block}
.wv-push-desktop-copy{display:grid;text-align:left;line-height:1.1;gap:3px}
.wv-push-desktop-copy strong{font-size:11.5px;color:var(--navy);font-weight:800;white-space:nowrap}
.wv-push-desktop-copy small{font-size:9px;color:var(--muted);font-weight:650;white-space:nowrap}
.wv-push-desktop-state{
  width:8px;
  height:8px;
  margin-left:2px;
  border-radius:50%;
  background:#A8B5BE;
  box-shadow:0 0 0 3px #F0F4F6;
}
.wv-push-desktop-btn.is-active{border-color:#BFE3CC;background:#FCFFFD}
.wv-push-desktop-btn.is-active .wv-push-desktop-icon{background:#E7F7EC;color:var(--success)}
.wv-push-desktop-btn.is-active .wv-push-desktop-copy strong{color:#21643A}
.wv-push-desktop-btn.is-active .wv-push-desktop-state{background:var(--success);box-shadow:0 0 0 3px #E7F7EC}
.wv-push-mobile-btn{display:none}

@media(max-width:820px){
  .wv-push-desktop-btn{display:none!important}
  .wv-push-mobile-btn{display:flex}
  .wv-app-brand-logo{width:82px;height:78px;min-width:82px;flex-basis:82px}
}


/* 4.1.7 — éviter le doublon du bouton notifications sur ordinateur */
@media(min-width:821px){.wv-app-sidebar .wv-notify-trigger{display:none!important}}
@media(max-width:820px){.wv-app-sidebar .wv-notify-trigger{display:flex!important}}


/* 4.1.8 — notifications uniquement sur téléphone */
@media(min-width:821px){
  .wv-push-desktop-btn{display:none!important}
  .wv-app-sidebar .wv-notify-trigger{display:none!important}
  .wv-push-panel{display:none!important}
}
@media(max-width:820px){
  .wv-push-desktop-btn{display:none!important}
  .wv-app-sidebar .wv-notify-trigger{display:flex!important}
  .wv-push-panel{display:block!important}
}


/* 4.1.9 — aucune commande push rendue sur ordinateur */
@media(min-width:821px){.wv-push-desktop-btn,.wv-push-mobile-btn,.wv-app-sidebar .wv-notify-trigger,.wv-push-panel{display:none!important}}


/* 4.2.0 — gestion des utilisateurs */
.wv-users-layout{display:grid;grid-template-columns:minmax(320px,.8fr) minmax(0,1.4fr);gap:18px;align-items:start}
.wv-user-create-panel{position:sticky;top:92px}
.wv-user-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.wv-user-field-help{display:block;color:var(--muted);font-size:10.5px;line-height:1.45;margin-top:2px}
.wv-user-permissions{display:grid;gap:7px;padding:14px;border:1px solid #DCE6ED;border-radius:12px;background:#F7FAFC;color:#426074;font-size:11px}
.wv-user-permissions strong{color:var(--navy);font-size:12px;margin-bottom:2px}
.wv-user-permissions span{display:block}
.wv-user-permissions .muted{color:#8798A5}
.wv-user-list{display:grid;gap:10px}
.wv-user-row{display:grid;grid-template-columns:46px minmax(160px,1fr) auto auto;gap:12px;align-items:center;padding:13px;border:1px solid #E2EAF0;border-radius:13px;background:#fff}
.wv-user-avatar{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#EAF4FC;color:var(--blue);font-size:12px;font-weight:900}
.wv-user-info{min-width:0}.wv-user-info strong,.wv-user-info span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wv-user-info strong{color:var(--navy);font-size:12.5px}.wv-user-info span{margin-top:4px;color:var(--muted);font-size:10.5px}
.wv-user-role{display:inline-flex;align-items:center;min-height:28px;padding:6px 9px;border-radius:999px;font-size:9.5px;font-weight:850;white-space:nowrap}.wv-user-role.primary{background:#E8F2FF;color:#15599D}.wv-user-role.manager{background:#E8F2FF;color:#15599D}
.wv-user-revoke{min-height:34px;padding:7px 10px;font-size:10px}.wv-user-protected{font-size:10px;color:#7A8790;font-weight:700;white-space:nowrap}
.wv-settings-users-link{margin-top:12px}
/* 4.2.3 — 4 entrées sur une seule ligne pour les administrateurs */
@media(max-width:820px){.wv-app-bottom-nav.has-users{grid-template-columns:repeat(4,minmax(0,1fr))}.wv-app-bottom-nav.has-users a{min-width:0}}
@media(max-width:1050px){.wv-users-layout{grid-template-columns:1fr}.wv-user-create-panel{position:static}.wv-user-row{grid-template-columns:44px minmax(0,1fr) auto}.wv-user-action{grid-column:2/-1}.wv-user-action form{display:flex;justify-content:flex-end}}
@media(max-width:620px){.wv-user-form-grid{grid-template-columns:1fr}.wv-user-row{grid-template-columns:40px minmax(0,1fr);gap:10px}.wv-user-access,.wv-user-action{grid-column:2}.wv-user-action form{justify-content:flex-start}.wv-user-role{white-space:normal}.wv-user-create-panel,.wv-user-list-panel{padding:17px}.wv-app-bottom-nav.has-users a small{font-size:8px}}


/* 4.2.1 — colorimétrie WV sans jaune */

.wv-app-body{--action:#0D62C5;--action-hover:#2377D3}
.wv-primary-action{color:#fff}
.wv-app-avatar,.wv-app-user-chip{color:#fff}
.wv-detail-hero-avatar{color:#fff}
.wv-login-submit b{color:#fff}
.wv-summary-card.attention:before{background:var(--action)}
.wv-status.new{background:#E8F2FF;color:#15599D}
.wv-user-role.primary{background:#E8F2FF;color:#15599D}
