:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#323130;background-color:#faf9f8;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-height:100vh}#root{width:100%;height:100vh}button{font-family:inherit}.app{width:100%;height:100vh;display:flex;flex-direction:column;background-color:#faf9f8}.app-container{display:flex;flex:1;overflow-y:auto}.login-page{width:100%;height:100vh;display:flex;overflow:hidden}.login-branding{flex:1;background:#0a0e27;display:flex;flex-direction:column;justify-content:center;padding:48px;position:relative;overflow:hidden}.login-branding-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#060814eb,#060814bf 35%,#0608144d 65%,#0608141a)}.login-branding-content{position:relative;z-index:1}.login-branding-title{font-size:42px;font-weight:700;color:#fff;margin:0 0 4px;letter-spacing:-.5px}.login-branding-tagline{font-size:22px;color:#00bcf2e6;margin:0 0 40px;font-weight:500;letter-spacing:.3px}.login-features{display:flex;flex-direction:column;gap:14px;margin-top:8px;max-width:340px}.login-feature{display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;padding:22px 16px 18px;background:#ffffff0a;border-radius:14px;border:1px solid rgba(255,255,255,.08);transition:all .3s ease;position:relative;overflow:hidden}.login-feature:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,120,212,.12),transparent 60%);opacity:0;transition:opacity .3s ease}.login-feature:hover{background:#ffffff14;border-color:#00bcf240;transform:translateY(-3px);box-shadow:0 6px 20px #0078d426}.login-feature:hover:before{opacity:1}.login-feature-icon{font-size:30px;position:relative;z-index:1}.login-feature-title{font-size:15px;font-weight:600;color:#fff;position:relative;z-index:1}.login-feature-desc{font-size:12.5px;color:#ffffff80;line-height:1.45;position:relative;z-index:1}.login-branding-footer{position:relative;z-index:1;font-size:13px;color:#ffffff40;margin:32px 0 0;letter-spacing:.3px}.login-right{width:480px;min-width:480px;display:flex;align-items:center;justify-content:center;background:#faf9f8;position:relative}.login-right:before{content:"";position:absolute;left:0;top:20%;bottom:20%;width:1px;background:linear-gradient(to bottom,transparent,rgba(0,120,212,.2),transparent)}.login-card{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:360px;width:100%;padding:0 24px}.login-logo{width:72px;height:72px;margin-bottom:28px}.login-title{font-size:32px;font-weight:600;color:#323130;margin:0 0 10px}.login-subtitle{font-size:16px;color:#605e5c;margin:0 0 36px;line-height:1.6}.login-privacy{font-size:13px;color:#a19f9d;margin-top:28px;line-height:1.5}.login-privacy a{color:#0078d4;text-decoration:none}.login-privacy a:hover{text-decoration:underline}@media (max-width: 900px){.login-page{flex-direction:column}.login-branding{flex:none;padding:32px 24px}.login-features{display:none}.login-right{width:100%;min-width:unset;flex:1}}.header{display:flex;align-items:center;justify-content:space-between;height:48px;background-color:#005a9e;color:#fff;padding:0 16px;gap:16px}.header-left{display:flex;align-items:center;gap:12px;min-width:180px}.header .app-launcher{color:#fff;min-width:32px;background-color:transparent}.header .app-launcher:hover{background-color:#ffffff1a}.header .app-launcher i{color:#fff}.brand-text{font-size:15px;font-weight:600;color:#fff;white-space:nowrap}.header-center{flex:1;max-width:600px}.header .search-box{background-color:#fff;border:none;border-radius:2px}.header .search-box *{background-color:#fff!important}.header .search-box input{color:#323130!important}.header .search-box button{background-color:#fff!important;color:#323130!important}.header .search-box i{color:#323130!important}.header-right{display:flex;align-items:center;gap:4px}.header .copilot-btn{background-color:#c239b3;color:#fff;padding:6px 12px;border-radius:2px;gap:6px;margin-right:8px}.header .copilot-btn:hover{background-color:#a82e9a}.header .header-icon-btn{background-color:transparent;color:#fff;min-width:40px;height:40px}.header .header-icon-btn:hover{background-color:#ffffff1a}.header .header-icon-btn i{color:#fff;font-size:16px}.header .user-avatar{cursor:pointer;background-color:#6264a7;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.sidebar{width:48px;background-color:#f3f2f1;border-right:1px solid #e1dfdd;display:flex;flex-direction:column;transition:width .3s ease;overflow:hidden}.sidebar.expanded{width:320px;overflow-y:auto}.sidebar-top{display:flex;flex-direction:column;align-items:center;padding:8px 0;border-bottom:1px solid #e1dfdd}.sidebar-toggle{background:none;border:none;cursor:pointer;padding:12px;font-size:18px;color:#323130;width:48px;height:48px}.sidebar-toggle:hover{background-color:#e1dfdd}.sidebar-icon-btn{background:none;border:none;cursor:pointer;padding:12px;font-size:20px;color:#323130;width:48px;height:48px}.sidebar-icon-btn:hover{background-color:#e1dfdd}.sidebar-section{display:flex;flex-direction:column;padding:16px 0}.section-header{display:flex;align-items:center;gap:12px;margin-bottom:16px;padding:0 12px}.section-icon-wrapper{font-size:24px;width:24px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#0078d4}.section-title h3{font-size:14px;font-weight:600;color:#323130;margin:0;white-space:nowrap;flex:1}.sidebar .pin-btn{min-width:24px;padding:4px}.sidebar-section-wip{margin-top:auto;padding-top:8px;border-top:1px solid #e1dfdd}.sidebar-section-wip .section-header{gap:10px;justify-content:flex-start}.sidebar-section-wip .section-title{flex:none}.sidebar-section-wip .section-title h3{font-size:12px;font-weight:600;color:#8a8886;text-transform:uppercase;letter-spacing:.3px;text-align:left}.sidebar-section-wip .section-icon-wrapper{color:#8a8886!important;font-size:16px;width:24px}.sidebar-section-wip .nav-item{opacity:.75}.sidebar-section-wip .nav-item:hover{opacity:1}.sidebar-footer{margin-top:auto;padding:16px 0 0;border-top:1px solid #e1dfdd}.sidebar-footer h4{font-size:12px;font-weight:600;color:#605e5c;margin:0 0 8px 12px;white-space:nowrap}.nav-single-item{padding:0}.nav-item{display:flex;align-items:center;gap:12px;background:none;border:none;padding:8px 12px;cursor:pointer;text-align:left;border-radius:2px;color:#323130;width:100%;justify-content:flex-start}.sidebar:not(.expanded) .nav-item{padding:12px;justify-content:center}.nav-item:hover{background-color:#e1dfdd}.nav-item.active{background-color:#edebe9;border-left:3px solid #0078d4}.sidebar:not(.expanded) .nav-item.active{border-left:none;background-color:#0078d4;color:#fff}.sidebar:not(.expanded) .nav-item.active .nav-icon{color:#fff}.nav-icon{font-size:16px;width:16px;flex-shrink:0;display:flex;align-items:center;justify-content:center}.nav-label{font-size:14px;white-space:nowrap}.under-construction-badge{margin-left:auto;font-size:12px;opacity:.6;flex-shrink:0}.nav-sub-item{padding-left:36px;font-size:13px;border-left:2px solid #e1dfdd;margin-left:12px;width:calc(100% - 12px)}.nav-sub-item.active{border-left:2px solid #0078d4;background-color:#edebe9}.sidebar .sidebar-toggle,.sidebar-top button{min-width:48px;height:48px;color:#323130}.sidebar .sidebar-toggle:hover,.sidebar-top button:hover{background-color:#e1dfdd}.main-content{flex:1;padding:24px 32px;overflow-y:auto;background-color:#fff}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:12px;color:#605e5c;margin-bottom:16px}.separator{color:#a19f9d}.page-title{font-size:24px;font-weight:600;color:#323130;margin:0 0 12px}.page-description{font-size:14px;color:#605e5c;line-height:1.6;margin-bottom:24px;max-width:900px}.date-range{font-size:14px;color:#323130;margin-bottom:24px}.risk-section{background-color:#fff;border:1px solid #e1dfdd;border-radius:2px;margin-bottom:24px;overflow:hidden}.section-header-bar{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;background-color:#faf9f8;cursor:pointer;border-bottom:1px solid #edebe9}.section-header-bar:hover{background-color:#f3f2f1}.section-header-bar h2{font-size:14px;font-weight:400;color:#323130;margin:0}.expand-btn{min-width:32px;padding:4px}.section-content{padding:24px}.content-layout{display:grid;grid-template-columns:1fr 1fr;gap:48px}.left-column{display:flex;flex-direction:column;gap:16px}.right-column{display:flex;flex-direction:column;gap:12px;padding-top:4px}.main-stat{font-size:24px;line-height:1.3}.stat-percentage{color:#00bcf2;font-weight:600}.stat-percentage-alt{color:#e3008c;font-weight:600}.stat-text{color:#323130;font-weight:400}.stat-subtitle{font-size:13px;color:#605e5c;margin:0}.recommendation-box{margin-top:8px}.recommendation-box h3{font-size:14px;font-weight:600;color:#323130;margin:0 0 8px}.recommendation-box p{font-size:13px;color:#323130;line-height:1.5;margin:0 0 16px}.stat-row{font-size:15px;line-height:1.4}.inline-percentage{color:#00bcf2;font-weight:600}.inline-percentage-alt{color:#e3008c;font-weight:600}.inline-text{color:#323130;font-weight:400}.percentage{color:#00bcf2;font-weight:600}.percentage-alt{color:#e3008c;font-weight:600}.description{color:#323130}.activity-info{padding:0 20px 16px;font-size:13px;color:#605e5c;margin:0}.recommendation-card{margin:16px 20px}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;padding:16px 20px 20px}.stat-item{background-color:#fff;padding:16px;border-radius:2px;border:1px solid #e1dfdd}.stat-value{font-size:18px;font-weight:600;color:#00bcf2;margin-bottom:8px}.stat-value-alt{font-size:18px;font-weight:600;color:#e3008c;margin-bottom:8px}.stat-label{font-size:13px;color:#323130;line-height:1.4}.fabric-governance-hub{flex:1;background-color:#e3f6f5;overflow-y:auto}.fabric-header{background-color:#e3f6f5;padding:24px 32px 0}.fabric-title{font-size:24px;font-weight:600;color:#323130;margin:0 0 16px}.fabric-tabs{display:flex;gap:24px;border-bottom:2px solid #c8c6c4}.tab-button{background:none;border:none;padding:8px 0;font-size:14px;color:#323130;cursor:pointer;position:relative;font-weight:400}.tab-button:hover{color:#106ebe}.tab-button.active{color:#106ebe;font-weight:600}.tab-button.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#106ebe}.fabric-content{padding:24px 32px}.glance-section{background:transparent;border-radius:4px;padding:24px 0;margin-bottom:24px}.glance-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.glance-title{font-size:18px;font-weight:600;color:#323130;margin:0 0 8px}.glance-subtitle{font-size:14px;color:#605e5c;margin:0 0 8px}.refresh-note{font-size:14px;color:#323130;margin:0}.view-more-btn{background-color:#038387;border-color:#038387;color:#fff}.view-more-btn:hover{background-color:#027175;border-color:#027175}.stats-grid{display:grid;grid-template-columns:180px 400px 400px 400px;gap:20px}.stats-card{background:#fff;border-radius:4px;padding:10px 14px;display:flex;flex-direction:column;gap:2px;box-shadow:0 1px 3px #0000001a}.stat-label{font-size:13px;color:#605e5c;margin-bottom:2px;font-weight:600}.stat-value{font-size:24px;font-weight:600;color:#038387;margin-bottom:6px;line-height:1}.chart-card{display:flex;flex-direction:column;padding:10px 14px;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a}.chart-title{font-size:14px;font-weight:600;color:#323130;margin-bottom:10px}.chart-content{display:flex;flex-direction:column;gap:10px;margin-bottom:6px}.chart-row{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:12px;position:relative;z-index:1}.chart-label{font-size:13px;color:#323130;text-align:right}.chart-bar-container{position:relative;height:20px;background-color:transparent;background-image:repeating-linear-gradient(90deg,#e1dfdd 0px,#e1dfdd 1px,transparent 1px,transparent 25%)}.chart-bar{height:100%;background-color:#038387;border-radius:2px}.chart-bar-light{background-color:#87d4d7}.chart-axis{display:flex;justify-content:space-between;font-size:12px;color:#605e5c;padding-top:8px;margin-left:112px}.recommended-section{margin-bottom:24px}.section-heading{font-size:16px;font-weight:600;color:#323130;margin:0 0 16px;display:flex;align-items:center;gap:6px}.info-icon-heading{font-size:14px;color:#605e5c}.actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.action-card{background:#fff;border-radius:4px;padding:16px 20px;display:flex;flex-direction:row;align-items:center;gap:12px;box-shadow:0 1px 3px #0000001a;text-align:left}.action-icon{font-size:24px;flex-shrink:0}.purview-logo{width:24px;height:24px;object-fit:contain}.green-icon{color:#107c10}.blue-icon{color:#0078d4}.action-text{font-size:14px;color:#323130;line-height:1.4;font-weight:600}.fabric-teaching-bubble .ms-TeachingBubble,.fabric-teaching-bubble .ms-TeachingBubble-body,.fabric-teaching-bubble .ms-TeachingBubble-content{background-color:#038387!important}.fabric-teaching-bubble .ms-TeachingBubble-header,.fabric-teaching-bubble .ms-TeachingBubble-headline,.fabric-teaching-bubble .ms-TeachingBubble-subText,.fabric-teaching-bubble .ms-TeachingBubble-closebutton,.fabric-teaching-bubble .ms-TeachingBubble-closebutton i{color:#fff!important}.fabric-teaching-bubble .ms-TeachingBubble-primaryButton{background-color:#fff!important;border-color:#fff!important;color:#038387!important}.fabric-teaching-bubble .ms-TeachingBubble-primaryButton:hover{background-color:#f3f2f1!important;border-color:#f3f2f1!important}.fabric-teaching-bubble .ms-TeachingBubble-secondaryButton{background-color:transparent!important;border-color:#fff!important;color:#fff!important}.fabric-teaching-bubble .ms-TeachingBubble-secondaryButton:hover{background-color:#ffffff1a!important;border-color:#fff!important}.fabric-teaching-bubble .ms-Callout-beak,.ms-Callout-beakCurtain{background-color:#038387!important}.solutions-section{margin-bottom:24px}.section-header-with-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.nav-icon{font-size:16px;color:#323130;cursor:pointer}.solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.solution-card{background:#fff;border-radius:4px;padding:20px;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000001a}.solution-title{font-size:16px;font-weight:600;color:#323130;margin:0 0 12px}.solution-description{font-size:14px;color:#605e5c;line-height:1.5;margin:0 0 16px;flex:1}.solution-button{margin-bottom:12px;align-self:flex-start;background-color:#038387;border-color:#038387;color:#fff}.solution-button:hover{background-color:#027175;border-color:#027175}.solution-link{font-size:14px;color:#0078d4;text-decoration:none;display:flex;align-items:center;gap:4px}.solution-link:hover{text-decoration:underline}.solution-link i{font-size:12px}.learn-section{background:#fff;border-radius:4px;padding:24px;box-shadow:0 1px 3px #0000001a}.learn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.learn-column{display:flex;flex-direction:column;gap:12px}.learn-subtitle{font-size:14px;font-weight:600;color:#323130;margin:0 0 8px}.learn-link{font-size:14px;color:#0078d4;text-decoration:none;display:flex;align-items:center;gap:6px}.learn-link:hover{text-decoration:underline}.learn-link i{font-size:12px}.link-icon{font-size:16px;color:#038387}.link-icon.youtube{color:red}.dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.dialog-container{background:#fff;border-radius:4px;box-shadow:0 6px 16px #0003;max-width:600px;width:90%;max-height:80vh;display:flex;flex-direction:column}.dialog-header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #edebe9}.dialog-header h2{font-size:20px;font-weight:600;color:#323130;margin:0;flex:1;padding-right:16px;line-height:1.3}.dialog-content{padding:24px;overflow-y:auto;flex:1}.dialog-subtitle{font-size:14px;color:#323130;margin:0 0 24px;line-height:1.5}.dialog-section{margin-bottom:24px}.dialog-section h3{font-size:16px;font-weight:600;color:#323130;margin:0 0 12px}.dialog-section p{font-size:14px;color:#605e5c;line-height:1.5;margin:0 0 12px}.dialog-section ul{margin:0;padding-left:20px}.dialog-section li{font-size:14px;color:#605e5c;line-height:1.8;margin-bottom:4px}.insights-intro{font-size:14px;color:#323130;margin:0 0 8px}.insights-list{list-style:none;margin:0;padding:0}.insights-list li{font-size:14px;color:#605e5c;line-height:1.8;margin-bottom:6px}.insights-list strong{color:#038387;font-weight:600}.fix-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;background-color:#f3f2f1;border-radius:4px}.or-divider{text-align:center;font-size:13px;font-weight:600;color:#605e5c;margin:12px 0;position:relative}.or-divider:before,.or-divider:after{content:"";position:absolute;top:50%;width:45%;height:1px;background-color:#d1d1d1}.or-divider:before{left:0}.or-divider:after{right:0}.fix-option-content{display:flex;align-items:flex-start;gap:8px;flex:1}.fix-option-number{font-size:14px;color:#323130;font-weight:600;flex-shrink:0}.fix-option-text{font-size:14px;color:#323130;line-height:1.5}.fix-option-button{flex-shrink:0;background-color:#038387;border-color:#038387;color:#fff}.fix-option-button:hover{background-color:#027175;border-color:#027175}.dialog-actions{display:flex;gap:12px;padding-top:16px;border-top:1px solid #edebe9}.dialog-actions button[class*=primary]{background-color:#038387;border-color:#038387}.dialog-actions button[class*=primary]:hover{background-color:#027175;border-color:#027175}.policy-creation-panel{width:600px;background-color:#fff;border-left:1px solid #e1dfdd;display:flex;flex-direction:column;box-shadow:-2px 0 8px #0000001a;position:fixed;right:0;top:48px;bottom:0;z-index:1000}.policy-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.policy-dialog-container{width:90%;max-width:700px;max-height:90vh;background-color:#fff;border-radius:4px;display:flex;flex-direction:column;box-shadow:0 6px 16px #0003}.fabric-policy-dialog .policy-panel-footer button[class*=primary]{background-color:#038387;border-color:#038387}.fabric-policy-dialog .policy-panel-footer button[class*=primary]:hover{background-color:#027175;border-color:#027175}.inform-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:2001}.inform-dialog-container{background:#fff;border-radius:4px;box-shadow:0 6px 16px #0003;max-width:540px;width:90%;max-height:90vh;display:flex;flex-direction:column}.inform-dialog-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #edebe9}.inform-dialog-header-left{display:flex;align-items:center;gap:4px;flex:1;min-width:0}.inform-back-btn{flex-shrink:0}.inform-dialog-header h2{font-size:18px;font-weight:600;color:#323130;margin:0;padding-right:16px;line-height:1.3}.inform-options{display:flex;flex-direction:column;gap:10px;margin-bottom:24px}.inform-option{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid #edebe9;border-radius:4px;cursor:pointer;transition:background .1s,border-color .1s}.inform-option:hover{background:#f3f2f1;border-color:#c8c6c4}.inform-option-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#e8f4f4;color:#038387;font-size:16px;flex-shrink:0}.inform-option-body{flex:1;min-width:0}.inform-option-title{font-size:14px;font-weight:600;color:#323130;margin-bottom:3px}.inform-option-desc{font-size:13px;color:#605e5c;line-height:1.4}.inform-option-chevron{color:#8a8886;font-size:12px;flex-shrink:0}.inapp-success-body{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 0 24px}.inapp-success-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#dff6dd;color:#107c10;font-size:24px;margin-bottom:16px}.inapp-success-title{font-size:18px;font-weight:600;color:#323130;margin-bottom:12px}.inapp-success-desc{font-size:14px;color:#605e5c;line-height:1.6;margin:0 0 16px;max-width:400px}.inapp-success-detail{display:flex;align-items:center;gap:8px;font-size:13px;color:#605e5c;background:#f3f2f1;padding:10px 16px;border-radius:4px;width:100%;box-sizing:border-box}.inform-dialog-content{padding:20px 24px 24px;overflow-y:auto;flex:1}.inform-dialog-description{font-size:14px;color:#605e5c;line-height:1.5;margin:0 0 20px}.email-section{margin-bottom:20px}.email-label{display:block;font-size:14px;font-weight:600;color:#323130;margin-bottom:8px}.email-textarea{width:100%;padding:8px 12px;font-size:14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#323130;line-height:1.5;border:1px solid #8a8886;border-radius:2px;resize:vertical;box-sizing:border-box;background-color:#f3f2f1}.email-textarea:focus{outline:none;border-color:#0078d4}.recipients-section{margin-bottom:20px}.recipients-label{display:block;font-size:14px;font-weight:600;color:#323130;margin-bottom:8px}.inform-dialog-actions{display:flex;gap:12px;padding-top:16px;border-top:1px solid #edebe9}.inform-dialog-actions button[class*=primary]{background-color:#038387;border-color:#038387}.inform-dialog-actions button[class*=primary]:hover{background-color:#027175;border-color:#027175}.fgv2-hub{flex:1;background-color:#e3f6f5;overflow-y:auto}.fgv2-header{background-color:#e3f6f5;padding:24px 32px 0}.fgv2-title{font-size:24px;font-weight:600;color:#323130;margin:0 0 16px}.fgv2-tabs{display:flex;gap:24px;border-bottom:2px solid #c8c6c4}.fgv2-tab{background:none;border:none;padding:8px 0;font-size:14px;color:#323130;cursor:pointer;position:relative;font-weight:400}.fgv2-tab:hover{color:#106ebe}.fgv2-tab.active{color:#106ebe;font-weight:600}.fgv2-tab.active:after{content:"";position:absolute;bottom:-2px;left:0;right:0;height:2px;background-color:#106ebe}.fgv2-content{padding:24px 32px}.fgv2-glance-section{background:transparent;border-radius:4px;padding:24px 0;margin-bottom:24px}.fgv2-glance-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.fgv2-glance-title{font-size:18px;font-weight:600;color:#323130;margin:0 0 8px}.fgv2-glance-subtitle{font-size:14px;color:#605e5c;margin:0 0 8px}.fgv2-refresh-note{font-size:14px;color:#323130;margin:0}.fgv2-view-more-btn{background-color:#038387;border-color:#038387;color:#fff}.fgv2-view-more-btn:hover{background-color:#027175;border-color:#027175}.fgv2-stats-grid{display:grid;grid-template-columns:180px 400px 400px 400px;gap:20px}.fgv2-stats-card{background:#fff;border-radius:4px;padding:10px 14px;display:flex;flex-direction:column;gap:2px;box-shadow:0 1px 3px #0000001a}.fgv2-stat-label{font-size:13px;color:#605e5c;margin-bottom:2px;font-weight:600}.fgv2-stat-value{font-size:24px;font-weight:600;color:#038387;margin-bottom:6px;line-height:1}.fgv2-chart-card{display:flex;flex-direction:column;padding:10px 14px;background:#fff;border-radius:4px;box-shadow:0 1px 3px #0000001a}.fgv2-chart-title{font-size:14px;font-weight:600;color:#323130;margin-bottom:10px}.fgv2-chart-content{display:flex;flex-direction:column;gap:10px;margin-bottom:6px}.fgv2-chart-row{display:grid;grid-template-columns:100px 1fr;align-items:center;gap:12px;position:relative;z-index:1}.fgv2-chart-label{font-size:13px;color:#323130;text-align:right}.fgv2-chart-bar-container{position:relative;height:20px;background-color:transparent;background-image:repeating-linear-gradient(90deg,#e1dfdd 0px,#e1dfdd 1px,transparent 1px,transparent 25%)}.fgv2-chart-bar{height:100%;background-color:#038387;border-radius:2px}.fgv2-chart-bar-light{background-color:#87d4d7}.fgv2-chart-axis{display:flex;justify-content:space-between;font-size:12px;color:#605e5c;padding-top:8px;margin-left:112px}.fgv2-recommended-section{margin-bottom:24px}.fgv2-section-heading{font-size:16px;font-weight:600;color:#323130;margin:0 0 16px;display:flex;align-items:center;gap:6px}.fgv2-info-icon-heading{font-size:14px;color:#605e5c}.fgv2-actions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.fgv2-action-card{background:#fff;border-radius:4px;padding:16px 20px;display:flex;flex-direction:row;align-items:center;gap:12px;box-shadow:0 1px 3px #0000001a;text-align:left}.fgv2-action-icon{font-size:24px;flex-shrink:0}.fgv2-purview-logo{width:24px;height:24px;object-fit:contain}.fgv2-green-icon{color:#107c10}.fgv2-blue-icon{color:#0078d4}.fgv2-action-text{font-size:14px;color:#323130;line-height:1.4;font-weight:600}.fgv2-teaching-bubble .ms-TeachingBubble,.fgv2-teaching-bubble .ms-TeachingBubble-body,.fgv2-teaching-bubble .ms-TeachingBubble-content{background-color:#038387!important}.fgv2-teaching-bubble .ms-TeachingBubble-header,.fgv2-teaching-bubble .ms-TeachingBubble-headline,.fgv2-teaching-bubble .ms-TeachingBubble-subText,.fgv2-teaching-bubble .ms-TeachingBubble-closebutton,.fgv2-teaching-bubble .ms-TeachingBubble-closebutton i{color:#fff!important}.fgv2-teaching-bubble .ms-TeachingBubble-primaryButton{background-color:#fff!important;border-color:#fff!important;color:#038387!important}.fgv2-teaching-bubble .ms-TeachingBubble-primaryButton:hover{background-color:#f3f2f1!important;border-color:#f3f2f1!important}.fgv2-teaching-bubble .ms-TeachingBubble-secondaryButton{background-color:transparent!important;border-color:#fff!important;color:#fff!important}.fgv2-teaching-bubble .ms-TeachingBubble-secondaryButton:hover{background-color:#ffffff1a!important;border-color:#fff!important}.fgv2-teaching-bubble .ms-Callout-beak{background-color:#038387!important}.fgv2-solutions-section{margin-bottom:24px}.fgv2-section-header-with-nav{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.fgv2-nav-icon{font-size:16px;color:#323130;cursor:pointer}.fgv2-solutions-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.fgv2-solution-card{background:#fff;border-radius:4px;padding:20px;display:flex;flex-direction:column;box-shadow:0 1px 3px #0000001a}.fgv2-solution-title{font-size:16px;font-weight:600;color:#323130;margin:0 0 12px}.fgv2-solution-description{font-size:14px;color:#605e5c;line-height:1.5;margin:0 0 16px;flex:1}.fgv2-solution-button{margin-bottom:12px;align-self:flex-start;background-color:#038387;border-color:#038387;color:#fff}.fgv2-solution-button:hover{background-color:#027175;border-color:#027175}.fgv2-solution-link{font-size:14px;color:#0078d4;text-decoration:none;display:flex;align-items:center;gap:4px}.fgv2-solution-link:hover{text-decoration:underline}.fgv2-solution-link i{font-size:12px}.fgv2-learn-section{background:#fff;border-radius:4px;padding:24px;box-shadow:0 1px 3px #0000001a}.fgv2-learn-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.fgv2-learn-column{display:flex;flex-direction:column;gap:12px}.fgv2-learn-subtitle{font-size:14px;font-weight:600;color:#323130;margin:0 0 8px}.fgv2-learn-link{font-size:14px;color:#0078d4;text-decoration:none;display:flex;align-items:center;gap:6px}.fgv2-learn-link:hover{text-decoration:underline}.fgv2-learn-link i{font-size:12px}.fgv2-link-icon{font-size:16px;color:#038387}.fgv2-youtube{color:red}.fgv2-design-picker{position:fixed;top:56px;right:20px;z-index:900;display:flex;flex-direction:column;align-items:flex-end;gap:0;font-family:Segoe UI,sans-serif}.fgv2-design-picker-toggle{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;height:36px;border:1px solid #D1D1D1;border-radius:18px;background:#fff;color:#424242;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;box-shadow:0 2px 8px #00000024;transition:box-shadow .15s,background .15s}.fgv2-design-picker-toggle:hover{background:#f5f5f5;box-shadow:0 4px 12px #0000002e}.fgv2-design-picker-toggle i{font-size:14px;color:#5c2d91}.fgv2-design-picker-menu{display:none;flex-direction:column;gap:4px;margin-top:6px;padding:12px;background:#fff;border:1px solid #E0E0E0;border-radius:12px;box-shadow:0 4px 16px #00000029;min-width:170px}.fgv2-design-picker.expanded .fgv2-design-picker-menu{display:flex}.fgv2-design-picker-label{font-size:11px;font-weight:600;color:#616161;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}.fgv2-design-btn{font-size:13px;padding:6px 12px;border:1px solid transparent;border-radius:6px;background:transparent;color:#242424;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s}.fgv2-design-btn:hover{background:#f5f5f5}.fgv2-design-btn.active{background:#ebf3fc;color:#0f6cbd;font-weight:600;border-color:#b4d6fa}.v2-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0006;display:flex;align-items:center;justify-content:center;z-index:2000}.v2-dialog-container{background:#fff;border-radius:4px;box-shadow:0 6px 16px #0003;max-width:600px;width:90%;max-height:80vh;display:flex;flex-direction:column}.v2-dialog-header{display:flex;align-items:flex-start;justify-content:space-between;padding:24px 24px 16px;border-bottom:1px solid #edebe9}.v2-dialog-header h2{font-size:20px;font-weight:600;color:#323130;margin:0;flex:1;padding-right:16px;line-height:1.3}.v2-dialog-content{padding:24px;overflow-y:auto;flex:1}.v2-dialog-subtitle{font-size:14px;color:#323130;margin:0 0 24px;line-height:1.5}.v2-dialog-section{margin-bottom:24px}.v2-dialog-section h3{font-size:16px;font-weight:600;color:#323130;margin:0 0 12px}.v2-dialog-section p{font-size:14px;color:#605e5c;line-height:1.5;margin:0 0 12px}.v2-dialog-section ul{margin:0;padding-left:20px}.v2-dialog-section li{font-size:14px;color:#605e5c;line-height:1.8;margin-bottom:4px}.v2-insights-intro{font-size:14px;color:#323130;margin:0 0 8px}.v2-insights-list{list-style:none;margin:0;padding:0}.v2-insights-list li{font-size:14px;color:#605e5c;line-height:1.8;margin-bottom:6px}.v2-insights-list strong{color:#038387;font-weight:600}.v2-fix-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px;background-color:#f3f2f1;border-radius:4px}.v2-fix-option-content{display:flex;align-items:flex-start;gap:8px;flex:1}.v2-fix-option-text{font-size:14px;color:#323130;line-height:1.5}.v2-fix-option-button{flex-shrink:0;background-color:#038387;border-color:#038387;color:#fff}.v2-fix-option-button:hover{background-color:#027175;border-color:#027175}.v2-dialog-actions{display:flex;gap:12px;padding-top:16px;border-top:1px solid #edebe9}.v2-dialog-actions button[class*=primary]{background-color:#038387;border-color:#038387}.v2-dialog-actions button[class*=primary]:hover{background-color:#027175;border-color:#027175}.payg-content{flex:1;padding:24px 48px;overflow-y:auto;background-color:#fff}.breadcrumb{font-size:12px;color:#605e5c;margin-bottom:16px}.breadcrumb .separator{margin:0 8px}.payg-header{margin-bottom:24px}.payg-title{font-size:32px;font-weight:600;color:#323130;margin:0 0 8px}.payg-subtitle{font-size:14px;color:#605e5c;margin-bottom:8px;line-height:1.5}.last-updated{font-size:12px;color:#605e5c;margin-top:8px}.payg-insights-callout{margin-bottom:48px;padding:24px;background-color:#faf9f8;border-radius:4px;border:1px solid #edebe9;display:flex;align-items:center;justify-content:space-between;gap:24px}.insights-message{font-size:14px;color:#323130;margin:0;line-height:1.5;flex:1}.payg-insights-section{margin-bottom:48px;padding:24px;background-color:#faf9f8;border-radius:4px;border:1px solid #edebe9}.insights-summary{display:flex;align-items:center;justify-content:space-between;gap:24px}.summary-message{font-size:14px;color:#323130;margin:0;line-height:1.5;flex:1}.insights-details{margin-top:24px;padding-top:24px;border-top:1px solid #edebe9}.insights-details h3{font-size:16px;font-weight:600;color:#323130;margin:0 0 16px}.payg-insights-section h2{font-size:18px;font-weight:600;color:#323130;margin:0 0 8px}.insights-description{font-size:14px;color:#605e5c;margin:0 0 24px;line-height:1.5}.insights-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px}.insight-card{background-color:#fff;padding:16px;border-radius:4px;border:1px solid #e1dfdd;display:flex;flex-direction:column;gap:8px}.insight-percentage{font-size:24px;font-weight:600;color:#0078d4}.insight-description{font-size:13px;color:#323130;line-height:1.4}.payg-info-banner{margin-bottom:24px;background-color:#f3f2f1;border-left:3px solid #605e5c}.banner-content{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.banner-button{flex-shrink:0}.payg-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;min-height:400px}.insight-header{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:32px}.payg-empty-state h2{font-size:20px;font-weight:600;color:#323130;margin:0 0 32px;max-width:600px}.payg-insight-heading{font-size:24px!important;font-weight:600!important;line-height:1.4;margin:0!important;font-family:Segoe UI,"Segoe UI Web (West European)",-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.highlight-stat{color:#0078d4;font-weight:700}.empty-state-icon{margin-bottom:32px}.large-icon{font-size:120px;color:#0078d4;opacity:.8}.recommendations-section{width:100%;max-width:900px;margin-top:40px}.recommendations-section h3{font-size:20px;font-weight:600;color:#323130;margin:0 0 24px;text-align:left}.recommendation-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.recommendation-card{background-color:#faf9f8;border:1px solid #e1dfdd;border-radius:4px;padding:24px;text-align:left;display:flex;flex-direction:column;gap:12px}.recommendation-icon{margin-bottom:8px}.recommendation-card h4{font-size:16px;font-weight:600;color:#323130;margin:0}.recommendation-card p{font-size:14px;color:#605e5c;line-height:1.5;margin:0;flex:1}.recommendation-card button{align-self:flex-start;margin-top:8px}.empty-state-description{font-size:14px;color:#605e5c;line-height:1.6;margin:0 0 32px;max-width:500px}.empty-state-buttons{display:flex;gap:12px;align-items:center}.details-panel{width:600px;background-color:#fff;border-left:1px solid #e1dfdd;display:flex;flex-direction:column;box-shadow:-2px 0 8px #0000001a;position:fixed;right:0;top:48px;bottom:0;z-index:1000}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e1dfdd}.panel-header h2{font-size:18px;font-weight:600;color:#323130;margin:0;flex:1}.panel-content{flex:1;overflow-y:auto;padding:24px 24px 0}.panel-intro{font-size:14px;color:#323130;line-height:1.5;margin:0 0 20px}.panel-divider{height:1px;background-color:#edebe9;margin:0 0 20px}.panel-section{margin-bottom:20px}.section-toggle{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 0;width:100%;text-align:left}.toggle-icon-btn{min-width:16px;padding:0}.section-title{font-size:15px;font-weight:600;color:#323130}.section-content{padding-left:20px;margin-top:8px}.detection-summary{font-size:14px;color:#323130;margin:0 0 16px}.subsection-title{font-size:14px;font-weight:600;color:#323130;margin:20px 0 12px}.activities-list{display:flex;flex-direction:column;gap:8px}.activity-line{font-size:14px;line-height:1.6}.activity-line.first-activity{font-size:16px;font-weight:600;margin-bottom:16px}.activity-percentage{font-weight:600;color:#00bcf2}.activity-line.first-activity .activity-percentage{font-weight:700}.activity-description{color:#323130;font-weight:400}.recommendation-text{font-size:14px;color:#323130;line-height:1.5;margin:0}.recommendation-section{margin-top:20px}.recommendation-heading{font-size:14px;font-weight:600;color:#323130;margin:0 0 16px}.recommendation-item{padding:16px;background-color:#faf9f8;border-radius:2px;margin-bottom:12px;border:1px solid #e1dfdd}.recommendation-item:last-child{margin-bottom:0}.recommendation-title-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.recommendation-title{font-size:15px;font-weight:600;color:#323130;margin:0}.recommendation-description{font-size:14px;color:#323130;line-height:1.5;margin:0 0 12px}.panel-footer{display:flex;gap:8px;padding:16px 24px;border-top:1px solid #edebe9;background-color:#fff}.purview-home-content{flex:1;padding:32px 48px;overflow-y:auto;background-color:#fff}.purview-section{margin-bottom:48px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.section-header h2{font-size:24px;font-weight:600;color:#323130;margin:0}.trials-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.trial-card{background-color:#fff;border:1px solid #e1dfdd;border-radius:4px;padding:0;display:flex;flex-direction:column;box-shadow:0 1px 2px #0000000f}.trial-card.highlight-card{background-color:#fffef7;border-color:#e1dfdd}.card-preview{display:flex;justify-content:center;align-items:center;padding:24px 24px 16px;min-height:176px}.card-preview img{width:auto;height:176px;object-fit:contain}.card-header{padding:0 24px 12px;margin-bottom:0;position:relative}.card-header:after{content:"";position:absolute;bottom:0;left:24px;right:24px;height:1px;background-color:#edebe9}.card-header h3{font-size:14px;font-weight:600;color:#323130;margin:0;line-height:20px}.card-content{padding:16px 24px;margin-bottom:0;flex:1;display:flex;flex-direction:column}.card-content h4{font-size:18px;font-weight:600;color:#323130;margin:0 0 12px;line-height:24px;min-height:auto}.card-content p{font-size:14px;color:#323130;margin:0 0 12px;line-height:20px}.read-more-link{font-size:14px;margin-bottom:12px;display:inline-block}.card-footer{padding:16px 24px 24px;display:flex;flex-direction:row;gap:12px;align-items:center;border-top:1px solid #edebe9}.card-footer a{font-size:14px}.trial-card button{margin:0}.knowledge-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.knowledge-card{background-color:#fff;border:1px solid #e1dfdd;border-radius:4px;overflow:hidden;display:flex;flex-direction:column}.knowledge-image{width:100%;height:160px;overflow:hidden;background-color:#f3f2f1}.knowledge-image img{width:100%;height:100%;object-fit:cover}.knowledge-card h4{font-size:14px;font-weight:600;color:#323130;margin:16px 16px 8px;line-height:1.4}.knowledge-card p{font-size:13px;color:#605e5c;margin:0 16px 8px;line-height:1.5;flex:1}.knowledge-card a{font-size:13px;margin:0 16px 16px}@media (max-width: 1400px){.trials-grid,.knowledge-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.trials-grid,.knowledge-grid{grid-template-columns:1fr}}.exfil-objective-page{padding:24px 32px;background:#f0f0f0;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:16px;font-size:12px;color:#616161}.breadcrumb-item{color:#0060ca;cursor:pointer}.breadcrumb-item:hover{text-decoration:underline}.breadcrumb-separator{color:#616161}.breadcrumb-item-active{color:#242424;font-weight:600}.page-header{margin-bottom:32px}.page-title{font-size:28px;font-weight:600;line-height:36px;color:#242424;margin:0 0 8px}.page-subtitle{font-size:14px;line-height:20px;color:#616161;margin:0}.chart-section{background:#fff;border-radius:8px;padding:24px;margin-bottom:16px;box-shadow:0 1.6px 3.6px #00000021,0 .3px .9px #0000001c}.section-title{font-size:20px;font-weight:600;line-height:28px;color:#242424;margin:0 0 4px}.section-subtitle{font-size:14px;line-height:20px;color:#616161;margin:0 0 24px}.chart-container{width:100%}.area-chart{width:100%;height:260px;margin-bottom:16px}.axis-label{font-size:12px;fill:#616161;font-family:Segoe UI,sans-serif}.grid-line{stroke:#e0e0e0;stroke-width:1}.chart-legend{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.legend-item{display:flex;align-items:center;gap:8px}.legend-color{width:12px;height:12px;border-radius:2px}.legend-label{font-size:14px;color:#242424}.legend-label-secondary{font-size:14px;color:#616161}.remediation-card{background:#fff4ce;border-radius:8px;padding:16px 24px;margin-bottom:24px;display:flex;align-items:center;gap:16px;box-shadow:0 1.6px 3.6px #00000021,0 .3px .9px #0000001c}.remediation-icon{font-size:32px;flex-shrink:0}.remediation-content{flex:1}.remediation-title{font-size:16px;font-weight:600;line-height:22px;color:#242424;margin:0 0 4px}.remediation-text{font-size:14px;line-height:20px;color:#424242;margin:0}.remediation-button{background:#0060ca;color:#fff;border:none;border-radius:4px;padding:8px 16px;font-size:14px;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .2s}.remediation-button:hover{background:#0050b3}.metrics-section{margin-bottom:32px}.metrics-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:16px}.metric-card{background:#fff;border-radius:8px;padding:20px;box-shadow:0 1.6px 3.6px #00000021,0 .3px .9px #0000001c}.metric-value{font-size:32px;font-weight:600;line-height:40px;color:#242424;margin-bottom:4px}.metric-label{font-size:14px;line-height:20px;color:#242424;margin-bottom:4px}.metric-change{font-size:12px;line-height:16px;color:#616161}.risk-patterns-section{margin-bottom:32px}.patterns-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-top:16px}.pattern-card{background:#fff;border-radius:24px;padding:24px;box-shadow:0 .6px 1.8px #0000001a,0 3.2px 7.2px #00000021;display:flex;flex-direction:row;gap:16px;justify-content:space-between}.pattern-content-left{display:flex;flex-direction:column;gap:16px;flex:0 0 274px;justify-content:center}.pattern-content-right{display:flex;flex-direction:column;gap:20px;flex:1;padding-right:12px}.pattern-title{font-size:20px;font-weight:600;line-height:28px;color:#242424;margin:0}.pattern-description{font-size:16px;line-height:22px;color:#424242;margin:0}.pattern-link{background:none;border:none;color:#0052b3;font-size:16px;font-weight:400;line-height:22px;cursor:pointer;padding:0;margin:0;display:inline-block}.pattern-link:hover{text-decoration:underline}.pattern-chart{margin:0;display:flex;flex-direction:column;gap:8px}.pattern-item{display:flex;flex-direction:column;gap:4px}.pattern-label{font-size:12px;font-weight:400;line-height:16px;color:#171717}.pattern-bar-container{display:flex;align-items:center;gap:2px;flex:1}.pattern-bar{display:flex;flex-direction:row;align-items:center;gap:2px;max-width:100%}.pattern-bar-segment{height:8px;border-radius:1px;flex-grow:1}.pattern-bar-segment:first-child{border-radius:99px 0 0 99px}.pattern-bar-segment:last-child{border-radius:0 99px 99px 0}.pattern-value{font-size:12px;font-weight:600;line-height:16px;color:#242424;padding-left:10px;min-width:26px}.pattern-legend{display:flex;gap:4px;margin:0;flex-wrap:wrap}.legend-item-small{display:flex;align-items:center;gap:4px}.legend-square{width:12px;height:12px;border-radius:2px}.legend-circle{position:relative;width:16px;height:16px;flex-shrink:0}.legend-circle:before{content:"";position:absolute;width:10px;height:10px;left:3px;top:3px;border-radius:50%;background-color:inherit}.legend-text{font-size:12px;font-weight:400;line-height:16px;color:#242424}.pattern-button{background:#fff;border:1px solid #D1D1D1;color:#242424;border-radius:4px;padding:6px 12px;font-size:14px;font-weight:600;line-height:20px;cursor:pointer;transition:background .2s,border-color .2s;width:100%;display:flex;justify-content:center;align-items:center;align-self:flex-start}.pattern-button:hover{background:#f5f5f5;border-color:#c7c7c7}@media (max-width: 1400px){.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1024px){.patterns-grid{grid-template-columns:1fr}.metrics-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.metrics-grid{grid-template-columns:1fr}.remediation-card{flex-direction:column;align-items:flex-start}.remediation-button{width:100%}.pattern-item{grid-template-columns:120px 1fr 50px;gap:8px}}.placeholder-page{flex:1;background-color:#f3f2f1;padding:48px;display:flex;flex-direction:column;align-items:center;justify-content:center}.placeholder-page h1{font-size:32px;font-weight:600;color:#323130;margin:0 0 16px}.placeholder-page p{font-size:16px;color:#605e5c;margin:0}.policy-health-content{flex:1;padding:24px 48px;overflow-y:auto;background-color:#faf9f8}.policy-header{margin-bottom:0}.policy-header h1{font-size:32px;font-weight:600;color:#323130;margin:0 0 24px}.policy-tabs{display:flex;gap:0;margin-bottom:24px;border-bottom:2px solid #e1dfdd}.policy-tab{display:flex;align-items:center;gap:8px;background:none;border:none;padding:12px 16px;font-size:14px;color:#605e5c;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.policy-tab:hover{color:#323130;background-color:#f3f2f1}.policy-tab.active{color:#0078d4;border-bottom-color:#0078d4;font-weight:600}.policy-stats-card{background-color:#fff;padding:16px 24px;border-radius:4px;box-shadow:0 1px 2px #0000000f;margin-bottom:24px;display:flex;align-items:center;gap:32px}.stat-item{flex:1;display:flex;flex-direction:column;gap:8px;padding-left:12px;border-left:4px solid}.stat-item:nth-child(1){border-left-color:#d13438}.stat-item:nth-child(3){border-left-color:#0078d4}.stat-item:nth-child(5){border-left-color:#107c10}.stat-divider{width:1px;height:40px;background-color:#e1dfdd}.stat-label{font-size:12px;color:#605e5c;line-height:1.3}.stat-value{font-size:24px;font-weight:600;line-height:1}.stat-value.warning{color:#d13438}.stat-value.recommendation{color:#0078d4}.stat-value.healthy{color:#107c10}.collection-info{margin-bottom:24px;background-color:#f3f2f1;padding:16px}.collection-info .info-content{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.collection-button{margin-top:8px}.policy-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;padding:16px;background-color:#fff;border-radius:4px}.toolbar-left{display:flex;gap:8px;align-items:center}.toolbar-right{display:flex;gap:16px;align-items:center}.items-count{font-size:14px;color:#605e5c}.search-box{display:flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid #e1dfdd;border-radius:2px;background-color:#fff}.search-box input{border:none;outline:none;font-size:14px;width:200px}.policy-table-container{background-color:#fff;border-radius:4px;overflow:hidden;box-shadow:0 1px 2px #0000000f}.policy-table{width:100%;border-collapse:collapse}.policy-table thead{background-color:#f3f2f1}.policy-table th{text-align:left;padding:12px 16px;font-size:12px;font-weight:600;color:#323130;border-bottom:1px solid #e1dfdd}.policy-table th.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.policy-table th.sortable:hover{background-color:#edebe9}.policy-table td{padding:12px 16px;font-size:14px;color:#323130;border-bottom:1px solid #f3f2f1}.policy-table tbody tr:hover{background-color:#faf9f8}.checkbox-col{width:40px}.policy-name{font-weight:400;color:#323130}.policy-name a{color:#323130;text-decoration:none}.policy-name a:hover{text-decoration:underline}.status-badge{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#323130}.status-badge.warning .status-dot{background-color:#d13438}.status-badge.healthy .status-dot{background-color:#107c10}.status-dot{width:8px;height:8px;border-radius:50%}.review-requests-btn{position:relative}.review-requests-badge{display:inline-flex;align-items:center;justify-content:center;background:#d97706;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;border-radius:9px;padding:0 5px;margin-left:6px}.rsp-source-badge{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:0 8px;height:22px;line-height:22px;border-radius:10px;border:1px solid;white-space:nowrap;flex-shrink:0}.rsp-source-badge .ms-Icon{font-size:11px}.policy-health-content.requests-panel-open{display:grid;grid-template-columns:1fr 380px;grid-template-rows:auto auto auto auto auto 1fr;column-gap:0}.requests-side-panel{grid-column:2;grid-row:1 / -1;border-left:1px solid #e1dfdd;background:#fff;display:flex;flex-direction:column;overflow:hidden;margin:-24px -48px -24px 24px}.rsp-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 12px;border-bottom:1px solid #edebe9;flex-shrink:0}.rsp-header-left{display:flex;align-items:center;gap:8px}.rsp-header-icon{font-size:16px;color:#d97706}.rsp-title{font-size:15px;font-weight:600;color:#323130}.rsp-pending-badge{background:#fff3cd;color:#92400e;font-size:11px;font-weight:600;padding:2px 8px;border-radius:10px;border:1px solid #fcd34d}.rsp-filter-tabs{display:flex;border-bottom:1px solid #edebe9;flex-shrink:0;overflow-x:auto}.rsp-filter-tab{display:flex;align-items:center;gap:5px;padding:8px 12px;font-size:12px;background:none;border:none;border-bottom:2px solid transparent;cursor:pointer;color:#605e5c;white-space:nowrap;margin-bottom:-1px}.rsp-filter-tab:hover{background:#f3f2f1;color:#323130}.rsp-filter-tab.active{color:#0078d4;border-bottom-color:#0078d4;font-weight:600}.rsp-tab-count{background:#edebe9;color:#605e5c;font-size:10px;font-weight:600;padding:1px 5px;border-radius:8px}.rsp-filter-tab.active .rsp-tab-count{background:#cce4f6;color:#0078d4}.rsp-body{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.rsp-empty{font-size:13px;color:#8a8886;text-align:center;padding:32px 0}.rsp-request-card{border:1px solid #edebe9;border-radius:6px;padding:14px;display:flex;flex-direction:column;gap:10px;background:#faf9f8}.rsp-status-pending{border-left:3px solid #d97706}.rsp-status-actioned{border-left:3px solid #107C10}.rsp-status-dismissed{border-left:3px solid #c8c6c4}.rsp-card-top{display:flex;align-items:flex-start;gap:10px;padding-top:2px}.rsp-avatar{width:32px;height:32px;border-radius:50%;color:#fff;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0}.rsp-status-dismissed .rsp-avatar{background:#8a8886}.rsp-card-info{flex:1;min-width:0}.rsp-card-from{font-size:13px;font-weight:600;color:#323130;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rsp-card-time{font-size:11px;color:#8a8886;margin-top:2px}.rsp-status-chip{display:inline-flex;align-items:center;gap:4px;font-size:11px;font-weight:600;padding:0 8px;height:22px;line-height:22px;border-radius:10px;border:1px solid;background:#fff;white-space:nowrap;flex-shrink:0}.rsp-status-chip .ms-Icon{font-size:11px}.rsp-card-msg{font-size:13px;color:#605e5c;line-height:1.5}.rsp-card-meta{display:flex;align-items:center;gap:5px;font-size:12px;color:#8a8886}.rsp-card-resolved{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#605e5c;background:#f3f2f1;border-radius:4px;padding:8px 10px}.rsp-card-resolved>:first-child{display:flex;align-items:center;gap:5px}.rsp-policy-link{display:flex;align-items:center;gap:5px;font-size:12px;color:#0078d4;margin-top:2px}.rsp-card-actions{display:flex;gap:8px;flex-wrap:wrap}.purview-teaching-bubble .ms-TeachingBubble,.purview-teaching-bubble .ms-TeachingBubble-body,.purview-teaching-bubble .ms-TeachingBubble-content{background-color:#0078d4!important}.purview-teaching-bubble .ms-TeachingBubble-header,.purview-teaching-bubble .ms-TeachingBubble-headline,.purview-teaching-bubble .ms-TeachingBubble-subText,.purview-teaching-bubble .ms-TeachingBubble-closebutton,.purview-teaching-bubble .ms-TeachingBubble-closebutton i{color:#fff!important}.purview-teaching-bubble .ms-TeachingBubble-primaryButton{background-color:#fff!important;border-color:#fff!important;color:#0078d4!important}.purview-teaching-bubble .ms-TeachingBubble-primaryButton:hover{background-color:#f3f2f1!important;border-color:#f3f2f1!important}.purview-teaching-bubble .ms-TeachingBubble-secondaryButton{background-color:transparent!important;border-color:#fff!important;color:#fff!important}.purview-teaching-bubble .ms-TeachingBubble-secondaryButton:hover{background-color:#ffffff1a!important;border-color:#fff!important}.purview-teaching-bubble .ms-Callout-beak{background-color:#0078d4!important}.policy-details-content{display:flex;flex-direction:column;gap:24px;padding-top:16px}.policy-metadata{display:flex;flex-direction:column;gap:8px;padding-bottom:16px;border-bottom:1px solid #e1dfdd}.metadata-item{display:flex;gap:8px;font-size:14px}.metadata-label{color:#605e5c;min-width:120px}.metadata-value{color:#323130}.panel-tabs{display:flex;gap:24px;border-bottom:2px solid #e1dfdd;margin-bottom:16px}.panel-tab{background:none;border:none;padding:8px 0;font-size:14px;color:#605e5c;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.panel-tab:hover{color:#323130}.panel-tab.active{color:#0078d4;border-bottom-color:#0078d4;font-weight:600}.policy-health-tab h3{font-size:16px;font-weight:600;color:#323130;margin:0 0 16px}.status-items{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.status-item{display:flex;align-items:flex-start;gap:8px;font-size:14px}.status-item i{font-size:16px;margin-top:2px}.status-item.success{color:#107c10}.status-item.warning{color:#f7630c}.troubleshooting-section{margin-bottom:24px}.troubleshooting-section h4{font-size:14px;font-weight:600;color:#323130;margin:0 0 12px}.troubleshooting-section ul{margin:0;padding-left:20px;list-style-type:disc}.troubleshooting-section li{font-size:14px;color:#323130;margin-bottom:8px;line-height:1.5}.recommendations-section h4{font-size:14px;font-weight:600;color:#323130;margin:0 0 12px}.recommendation-card-extended{background-color:#f3f2f1;padding:20px;border-radius:4px}.recommendation-card-extended h5{font-size:16px;font-weight:600;color:#323130;margin:0;display:flex;align-items:center;gap:8px}.recommendation-title-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;gap:12px}.badge-payg{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#deecf9;color:#0078d4;border-radius:4px;font-size:12px;font-weight:400;white-space:nowrap;min-width:120px;justify-content:center}.badge-payg i{font-size:16px}.recommendation-icon{color:#0078d4;font-size:20px}.recommendation-description,.recommendation-action-text{font-size:14px;color:#323130;margin:0 0 16px;line-height:1.5}.recommendation-action-text strong{font-weight:600}.data-source-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.data-source-item{display:flex;flex-direction:column;gap:4px}.data-source-label{font-size:14px;font-weight:600;color:#323130}.data-source-detail{font-size:14px;color:#605e5c}.recommendation-action-btn{margin-top:4px}.recommendation-card{background-color:#fff;padding:16px;border-radius:4px;border:1px solid #e1dfdd;margin-bottom:12px}.recommendation-card h5{font-size:14px;font-weight:600;color:#323130;margin:0 0 8px}.recommendation-card p{font-size:14px;color:#605e5c;margin:0 0 12px;line-height:1.5}.indicator-list{margin:12px 0;padding-left:20px;list-style-type:disc}.indicator-list li{font-size:14px;color:#323130;margin-bottom:6px;line-height:1.5}.recommendation-action{margin-top:4px}.get-started-button{margin-top:12px}.panel-footer{display:flex;gap:12px;padding-top:24px;border-top:1px solid #e1dfdd;margin-top:auto}.policy-settings-tab{font-size:14px;color:#323130}.dspm-reports-page{flex:1;padding:32px 40px;overflow-y:auto;background:#faf9f8}.dspm-reports-header h1{font-size:32px;font-weight:600;color:#1b1a19;margin:0 0 8px}.dspm-reports-subtitle{font-size:15px;color:#3b3a39;line-height:1.55;margin:0 0 24px;max-width:860px}.dspm-reports-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;gap:16px;flex-wrap:wrap}.dspm-filter-pills{display:flex;gap:8px;flex-wrap:wrap}.dspm-filter-pill{padding:6px 16px;border-radius:16px;border:1px solid #e1dfdd;background:#f3f2f1;color:#1b1a19;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;white-space:nowrap}.dspm-filter-pill:hover{background:#edebe9;border-color:#c8c6c4}.dspm-filter-pill.active{background:#0078d4;color:#fff;border-color:#0078d4}.dspm-filter-pill.active:hover{background:#106ebe;border-color:#106ebe}.dspm-toolbar-right{display:flex;align-items:center;gap:12px}.dspm-view-toggle{display:flex;border:1px solid #e1dfdd;border-radius:4px;overflow:hidden}.dspm-view-btn{width:36px;height:32px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;cursor:pointer;color:#605e5c;transition:all .15s}.dspm-view-btn:first-child{border-right:1px solid #e1dfdd}.dspm-view-btn:hover{background:#f3f2f1}.dspm-view-btn.active{background:#edebe9;color:#323130}.dspm-search-box{display:flex;align-items:center;gap:8px;background:#fff;border:1px solid #e1dfdd;border-radius:4px;padding:0 12px;height:32px;min-width:200px}.dspm-search-box i{color:#605e5c;font-size:14px}.dspm-search-box input{border:none;outline:none;background:transparent;font-size:14px;color:#1b1a19;width:100%}.dspm-search-box input::placeholder{color:#a19f9d}.dspm-search-box:focus-within{border-color:#0078d4}.dspm-reports-grid.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.dspm-report-card{background:#fff;border:1px solid #e1dfdd;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column}.dspm-report-card:hover{box-shadow:0 4px 16px #0000001a;border-color:#c8c6c4;transform:translateY(-2px)}.dspm-card-illustration{height:140px;display:flex;align-items:center;justify-content:center;position:relative;padding:12px}.dspm-card-illustration svg{width:100%;height:100%;max-width:160px}.dspm-card-body{padding:16px;display:flex;flex-direction:column;flex:1}.dspm-card-title{font-size:15px;font-weight:600;color:#11100f;margin:0 0 6px;line-height:1.35}.dspm-card-desc{font-size:13.5px;color:#3b3a39;line-height:1.5;margin:0 0 12px;flex:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.dspm-card-tags{display:flex;gap:6px;flex-wrap:wrap;margin-top:auto}.dspm-card-tag{font-size:12px;font-weight:500;padding:3px 10px;border-radius:14px;border:1px solid #e1dfdd;background:#f3f2f1;color:#1b1a19;white-space:nowrap}.dspm-reports-grid.list{display:flex;flex-direction:column;gap:8px}.dspm-reports-grid.list .dspm-report-card{flex-direction:row;align-items:center}.dspm-reports-grid.list .dspm-card-illustration{width:80px;height:80px;min-width:80px;border-radius:8px 0 0 8px;padding:8px}.dspm-reports-grid.list .dspm-card-illustration svg{max-width:70px}.dspm-reports-grid.list .dspm-card-body{padding:12px 16px;flex-direction:row;align-items:center;gap:16px}.dspm-reports-grid.list .dspm-card-title{min-width:220px;margin:0}.dspm-reports-grid.list .dspm-card-desc{margin:0;-webkit-line-clamp:2;flex:1}.dspm-reports-grid.list .dspm-card-tags{min-width:180px;justify-content:flex-end}.dspm-no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;color:#a19f9d}.dspm-no-results i{font-size:40px;margin-bottom:12px}.dspm-no-results p{font-size:15px;color:#605e5c}@media (max-width: 768px){.dspm-reports-page{padding:20px 16px}.dspm-reports-toolbar{flex-direction:column;align-items:stretch}.dspm-toolbar-right{flex-wrap:wrap}.dspm-reports-grid.list .dspm-card-body{flex-direction:column;align-items:flex-start}.dspm-reports-grid.list .dspm-card-tags{justify-content:flex-start}}.dspm-teaching-bubble .ms-TeachingBubble,.dspm-teaching-bubble .ms-TeachingBubble-body,.dspm-teaching-bubble .ms-TeachingBubble-content{background-color:#0078d4!important}.dspm-teaching-bubble .ms-TeachingBubble-header,.dspm-teaching-bubble .ms-TeachingBubble-headline,.dspm-teaching-bubble .ms-TeachingBubble-subText,.dspm-teaching-bubble .ms-TeachingBubble-closebutton,.dspm-teaching-bubble .ms-TeachingBubble-closebutton i{color:#fff!important}.dspm-teaching-bubble .ms-TeachingBubble-primaryButton{background-color:#fff!important;border-color:#fff!important;color:#0078d4!important}.dspm-teaching-bubble .ms-TeachingBubble-primaryButton:hover{background-color:#f3f2f1!important;border-color:#f3f2f1!important}.dspm-teaching-bubble .ms-Callout-beak{background-color:#0078d4!important}.ae-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;justify-content:center;align-items:flex-end;z-index:1000}.ae-dialog{background:#fafafa;border-radius:16px 16px 0 0;box-shadow:0 .6px 1.8px #0000001a,0 3.2px 7.2px #00000021;width:96vw;max-width:1640px;height:92vh;display:flex;flex-direction:column;overflow:hidden;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif}.ae-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 32px 0}.ae-header-text{display:flex;flex-direction:column;gap:8px}.ae-header h2{font-size:28px;font-weight:600;color:#242424;margin:0;line-height:36px;font-family:Segoe UI,sans-serif}.ae-header-sub{font-size:14px;line-height:20px;color:#242424;margin:0}.ae-content{display:flex;flex-direction:column;flex:1;padding:24px 32px 0;overflow:hidden}.ae-filter-section{display:flex;flex-direction:column;gap:8px;padding-bottom:16px}.ae-filter-commands{display:flex;align-items:center;gap:8px}.ae-filters-label{font-size:14px;line-height:20px;color:#242424;font-weight:400}.ae-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.ae-filter-pill{box-sizing:border-box;display:inline-flex;align-items:center;padding:4px 12px;height:32px;border-radius:16px;border:1px solid #D1D1D1;background:#f5f5f5;color:#242424;font-size:14px;line-height:20px;white-space:nowrap;font-family:inherit}.ae-filter-pill-highlight{background:#ebf3fc;border-color:#b4d6fa;color:#0f6cbd}.ae-filter-pill strong{font-weight:600;margin-left:4px}.ae-filter-action{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:6px 12px;height:32px;background:transparent;border:none;border-radius:4px;font-size:14px;font-weight:600;line-height:20px;color:#424242;cursor:pointer;font-family:inherit}.ae-filter-action:hover{background:#0000000a;color:#242424}.ae-filter-action i{font-size:14px;color:#424242}.ae-chart-section{display:flex;flex-direction:column;padding-bottom:8px}.ae-chart{display:flex;gap:0;padding:12px 0 8px;height:232px;position:relative}.ae-chart-y-axis{display:flex;flex-direction:column;justify-content:space-between;font-family:Segoe UI,sans-serif;font-size:12px;line-height:16px;color:#484644;text-align:right;min-width:36px;padding:0 4px 40px 0}.ae-chart-bars{flex:1;display:flex;gap:8px;align-items:flex-end;padding:0 32px 40px;position:relative;border-bottom:1px solid #E0E0E0}.ae-chart-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%;position:relative}.ae-chart-stack{flex:1;width:24px;display:flex;flex-direction:column-reverse;border-radius:2px 2px 0 0;overflow:hidden;gap:0}.ae-chart-seg{width:100%;min-height:1px;transition:opacity .15s}.ae-chart-seg:hover{opacity:.75}.ae-chart-date{font-family:Segoe UI,sans-serif;font-size:12px;line-height:16px;color:#484644;position:absolute;bottom:-32px;text-align:center;white-space:nowrap}.ae-legend{display:flex;flex-wrap:wrap;gap:16px;padding:0 0 8px 20px;align-items:center}.ae-legend-item{display:flex;align-items:center;gap:4px;font-size:12px;line-height:16px;color:#242424;font-family:Segoe UI,sans-serif}.ae-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.ae-legend-more{font-size:12px;line-height:16px;color:#484644}.ae-toolbar-table-section{display:flex;flex-direction:column;flex:1;overflow:hidden}.ae-toolbar{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #E0E0E0}.ae-toolbar-left{display:flex;gap:4px;align-items:center}.ae-toolbar-left .ms-Button{font-weight:600;color:#424242;border:none;background:transparent}.ae-toolbar-left .ms-Button:hover{background:#0000000a}.ae-toolbar-divider{width:1px;height:32px;background:#e0e0e0;margin:0 4px}.ae-toolbar-right{display:flex;align-items:center;gap:12px}.ae-toolbar-right .ms-Button{font-weight:600;color:#424242;border:none;background:transparent}.ae-toolbar-right .ms-Button:hover{background:#0000000a}.ae-item-count{font-size:14px;line-height:20px;color:#424242}.ae-table-wrapper{flex:1;overflow:auto;padding:0}.ae-table{width:100%;border-collapse:collapse;font-size:14px;line-height:20px;min-width:1000px}.ae-table thead th{text-align:left;padding:11px 8px 13px;font-weight:600;font-size:14px;line-height:20px;color:#242424;border-bottom:1px solid #E0E0E0;white-space:nowrap;background:#fafafa;position:sticky;top:0;z-index:1;-webkit-user-select:none;user-select:none}.ae-table thead th i{font-size:10px;margin-left:4px;color:#616161}.ae-table thead th input[type=checkbox]{margin:0;cursor:pointer}.ae-table tbody tr{border-bottom:1px solid #E0E0E0;transition:background .1s;height:45px}.ae-table tbody tr:hover{background:#f5f5f5}.ae-table tbody td{padding:11px 8px 13px;color:#323130;font-size:14px;line-height:20px;vertical-align:middle}.ae-table tbody td input[type=checkbox]{margin:0;cursor:pointer}.ae-mono{font-family:Consolas,Courier New,monospace;font-size:12px}.ae-truncate{max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width: 1024px){.ae-dialog{width:98vw;height:95vh}.ae-header,.ae-content{padding:20px 24px 0}.ae-header h2{font-size:22px;line-height:28px}}@media (max-width: 768px){.ae-dialog{width:100vw;height:100vh;border-radius:0}.ae-chart{height:180px}.ae-header,.ae-content{padding:16px 16px 0}}.fabric-risks-page{flex:1;padding:24px 32px 40px;overflow-y:auto;background:#faf9f8;font-family:Segoe UI,-apple-system,sans-serif}.frr-breadcrumb{display:flex;align-items:center;gap:8px;margin-bottom:8px;font-size:13px;color:#605e5c}.frr-breadcrumb-link{background:none;border:none;color:#0078d4;font-size:13px;cursor:pointer;padding:0;font-family:inherit}.frr-breadcrumb-link:hover{text-decoration:underline;color:#106ebe}.frr-breadcrumb-sep{color:#a19f9d;font-size:11px}.frr-breadcrumb-current{color:#323130}.frr-title{font-size:24px;font-weight:600;color:#323130;margin:0 0 16px;line-height:1.3}.frr-time-range{display:flex;align-items:center;gap:8px;padding:0 0 16px;flex-wrap:wrap}.frr-time-range-icon{display:inline-flex;align-items:center;justify-content:center;color:#424242;font-size:16px;line-height:1}.frr-time-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;height:32px;border-radius:16px;border:1px solid #D1D1D1;background:#f5f5f5;color:#242424;font-size:14px;line-height:20px;font-weight:400;font-family:inherit;cursor:pointer;white-space:nowrap;transition:background .15s,border-color .15s}.frr-time-btn:hover{background:#ebebeb;border-color:#c8c6c4}.frr-time-btn.active{background:#ebf3fc;border-color:#b4d6fa;color:#0f6cbd;font-weight:600}.frr-time-range-summary{font-size:14px;line-height:20px;color:#424242;margin-left:8px}.frr-time-range-summary strong{color:#242424;font-weight:600}.frr-charts-row{display:flex;gap:16px;margin-bottom:20px;align-items:stretch}.frr-charts{display:flex;flex-direction:column;gap:0;flex:1;min-width:0;background:#fff;border:1px solid #E0E0E0;border-radius:4px;padding:24px}.frr-charts-top{display:flex;align-items:flex-start;gap:40px}.frr-donut-area{flex:0 0 200px;display:flex;justify-content:center;align-items:center}.donut-svg{width:180px;height:180px}.donut-count{font-size:28px;font-weight:600;fill:#323130;font-family:Segoe UI,sans-serif}.donut-label{font-size:13px;fill:#605e5c;font-family:Segoe UI,sans-serif}.frr-bars-area{flex:1;display:flex;flex-direction:column;gap:16px}.frr-bar-row{display:flex;flex-direction:column;gap:3px}.frr-bar-label{font-size:12px;color:#323130;line-height:1.3}.frr-bar-container{display:flex;align-items:center;gap:6px}.frr-bar-track{display:flex;flex:1;height:18px;border-radius:2px;overflow:visible;gap:2px}.frr-bar-segment{height:100%;min-width:4px;border-radius:1px;transition:opacity .15s}.frr-bar-segment:hover{opacity:.8}.frr-bar-count{font-size:12px;color:#605e5c;white-space:nowrap;min-width:32px}.frr-legend{display:flex;flex-wrap:wrap;gap:16px;padding:16px 0 0;border-top:1px solid #edebe9;margin-top:20px}.frr-legend-item{display:flex;align-items:center;gap:6px}.frr-legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.frr-legend-text{font-size:12px;line-height:16px;color:#242424}.frr-trend-card{background:#fff;border:1px solid #E0E0E0;border-radius:4px;padding:20px 24px 16px;flex:1;min-width:0;display:flex;flex-direction:column}.frr-trend-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.frr-trend-title{font-size:14px;font-weight:600;color:#242424;margin:0}.frr-trend-svg{width:100%;height:auto;display:block;flex:1;min-height:0}.frr-trend-axis-label{font-family:Segoe UI,sans-serif;font-size:10px;fill:#484644}.frr-trend-legend{display:flex;flex-wrap:wrap;gap:16px;padding:12px 0 0 20px;border-top:1px solid #E0E0E0;margin-top:12px}.frr-toolbar{display:flex;align-items:center;justify-content:space-between;padding:8px 0;border-bottom:1px solid #E0E0E0}.frr-toolbar-left{display:flex;align-items:center;gap:4px}.frr-toolbar-left .ms-Button,.frr-toolbar .frr-export-btn{font-size:14px;font-weight:600;color:#424242;border:none;background:transparent}.frr-toolbar-left .ms-Button:hover,.frr-toolbar .frr-export-btn:hover{background:#0000000a}.frr-toolbar-divider{width:1px;height:32px;background:#e0e0e0;margin:0 4px}.frr-toolbar-right{display:flex;align-items:center;gap:12px}.frr-toolbar-right .ms-Button,.frr-toolbar .frr-edit-cols-btn{font-size:14px;font-weight:600;color:#424242;border:none;background:transparent}.frr-toolbar-right .ms-Button:hover,.frr-toolbar .frr-edit-cols-btn:hover{background:#0000000a}.frr-item-count{font-size:14px;line-height:20px;color:#424242}.frr-filter-set{display:flex;align-items:center;gap:10px;padding:14px 0 8px;flex-wrap:wrap}.frr-filter-label{font-size:13px;color:#323130;font-weight:600;margin-right:4px}.frr-filter-pill{position:relative;display:inline-flex;align-items:center;background:#f3f2f1;border:1px solid #e1dfdd;border-radius:14px;padding:4px 14px;font-size:13px;color:#323130;cursor:pointer;transition:border-color .15s}.frr-filter-pill:hover{border-color:#c8c6c4}.frr-filter-pill strong{margin-left:4px;font-weight:600}.frr-filter-pill select{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}.frr-reset-btn{display:inline-flex;align-items:center;gap:4px;background:none;border:none;color:#605e5c;font-size:13px;cursor:pointer;padding:4px 8px;font-family:inherit}.frr-reset-btn:hover{color:#323130}.frr-table-wrapper{margin-top:8px;overflow-x:auto}.frr-table{width:100%;border-collapse:collapse;font-size:14px;line-height:20px}.frr-table thead th{text-align:left;padding:11px 8px 13px;font-weight:600;font-size:14px;line-height:20px;color:#242424;border-bottom:1px solid #E0E0E0;cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;background:#fafafa;position:sticky;top:0}.frr-table thead th:hover{background:#f5f5f5}.frr-table tbody tr{border-bottom:1px solid #E0E0E0;transition:background .1s;height:45px}.frr-table tbody tr:hover{background:#f5f5f5}.frr-table tbody td{padding:11px 8px 13px;color:#323130;font-size:14px;line-height:20px;vertical-align:middle}.frr-insight-card{display:flex;flex-wrap:wrap;align-items:center;gap:20px;background:linear-gradient(135deg,#f0f6ff,#e8f0fe);border:1px solid #c7ddf5;border-left:4px solid #0078d4;border-radius:4px;padding:20px 24px;margin-bottom:20px}.frr-insight-card-left{display:flex;gap:14px;align-items:flex-start;flex:1;min-width:280px}.frr-insight-card-icon{width:36px;height:36px;border-radius:50%;background:#0078d4;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:16px}.frr-insight-card-body{display:flex;flex-direction:column;gap:6px}.frr-insight-card-title{font-size:14px;font-weight:600;color:#242424;margin:0}.frr-insight-card-text{font-size:14px;line-height:20px;color:#424242;margin:0}.frr-insight-card-text em{font-style:normal;color:#242424}.frr-insight-card-metrics{display:flex;gap:24px;flex-shrink:0}.frr-insight-metric{display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 16px;background:#fafafa;border:1px solid #E0E0E0;border-radius:8px;min-width:90px}.frr-insight-metric-value{font-size:22px;font-weight:700;color:#d13438}.frr-insight-metric-label{font-size:11px;color:#616161;text-align:center;white-space:nowrap}.frr-insight-card-actions{display:flex;gap:8px;flex-shrink:0}.frr-no-policy-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:4px;background:#fff4ce;color:#835c00;font-size:12px;font-weight:600;white-space:nowrap}.frr-no-policy-badge i{font-size:12px;color:#c67f07}.frr-row-create-link{display:inline-flex;align-items:center;background:none;border:none;color:#0078d4;font-size:12px;font-weight:600;cursor:pointer;padding:2px 0;margin-left:8px;font-family:inherit;white-space:nowrap}.frr-row-create-link:hover{color:#106ebe;text-decoration:underline}.frr-gap-card{display:flex;flex-direction:column;gap:10px;background:#fff;border:1px solid #E0E0E0;border-radius:4px;padding:16px 24px;margin-bottom:20px}.frr-gap-card-header{display:flex;align-items:center;gap:8px}.frr-gap-card-icon{color:#d13438;font-size:18px}.frr-gap-card-title{font-size:14px;font-weight:600;color:#242424}.frr-gap-bar-container{display:flex;align-items:center;gap:12px}.frr-gap-bar{flex:1;max-width:300px;height:8px;border-radius:4px;background:#e0e0e0;overflow:hidden}.frr-gap-bar-fill{height:100%;border-radius:4px;background:#498205;transition:width .3s}.frr-gap-bar-label{font-size:13px;font-weight:600;color:#d13438}.frr-gap-card-text{font-size:14px;line-height:20px;color:#424242;margin:0}.frr-gap-card-actions{display:flex;gap:8px}.frr-num-col{text-align:right!important;font-variant-numeric:tabular-nums}@media (max-width: 1200px){.frr-charts-row{flex-direction:column}}@media (max-width: 768px){.fabric-risks-page{padding:16px}.frr-charts{flex-direction:column;align-items:center}.frr-donut-area{flex:none}.frr-filter-set{flex-direction:column;align-items:flex-start}.frr-toolbar{flex-direction:column;align-items:flex-start;gap:8px}}.frr-option-picker{position:fixed;top:56px;right:20px;z-index:900;display:flex;flex-direction:column;align-items:flex-end;gap:0;font-family:Segoe UI,sans-serif}.frr-option-picker-toggle{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;height:36px;border:1px solid #D1D1D1;border-radius:18px;background:#fff;color:#424242;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;box-shadow:0 2px 8px #00000024;transition:box-shadow .15s,background .15s}.frr-option-picker-toggle:hover{background:#f5f5f5;box-shadow:0 4px 12px #0000002e}.frr-option-picker-toggle i{font-size:14px;color:#5c2d91}.frr-option-picker-menu{display:none;flex-direction:column;gap:4px;margin-bottom:6px;padding:12px;background:#fff;border:1px solid #E0E0E0;border-radius:12px;box-shadow:0 4px 16px #00000029;min-width:170px}.frr-option-picker.expanded .frr-option-picker-menu{display:flex}.frr-option-picker-label{font-size:11px;font-weight:600;color:#616161;text-transform:uppercase;letter-spacing:.4px;margin-bottom:4px}.frr-option-btn{font-size:13px;padding:6px 12px;border:1px solid transparent;border-radius:6px;background:transparent;color:#242424;cursor:pointer;font-family:inherit;text-align:left;transition:background .12s}.frr-option-btn:hover{background:#f5f5f5}.frr-option-btn.active{background:#ebf3fc;color:#0f6cbd;font-weight:600;border-color:#b4d6fa}.frr-rec-banner{display:flex;gap:16px;background:linear-gradient(135deg,#f0f6ff,#e8f0fe);border:1px solid #c7ddf5;border-left:4px solid #0078d4;border-radius:4px;padding:20px 24px;margin-bottom:16px}.frr-rec-banner-icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:#0078d4;display:flex;align-items:center;justify-content:center;color:#fff;font-size:16px}.frr-rec-banner-content h3{margin:0 0 6px;font-size:15px;font-weight:600;color:#323130}.frr-rec-banner-content p{margin:0 0 14px;font-size:13px;color:#605e5c;line-height:1.5}.frr-rec-banner-actions{display:flex;gap:10px}.frr-rec-cards{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:16px;margin-bottom:16px}.frr-rec-card{background:#fff;border:1px solid #e1dfdd;border-radius:4px;padding:0;display:flex;flex-direction:row;align-items:flex-start;flex:1;min-height:278px;transition:box-shadow .15s}.frr-rec-card:hover{box-shadow:0 2px 8px #0000001a}.frr-rec-card-accent{width:4px;align-self:stretch;background:#0078d4;border-radius:4px 0 0 4px;flex-shrink:0}.frr-rec-card-content{display:flex;flex-direction:column;padding:20px;flex:1;min-width:0}.frr-rec-card-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:16px}.frr-rec-card-top h3{margin:0;font-size:14px;font-weight:600;color:#323130;line-height:1.4}.frr-rec-insight-label{font-size:12px;font-weight:600;color:#605e5c;margin-bottom:6px}.frr-rec-insight-block{border-left:3px solid #0078d4;padding-left:12px;margin-bottom:14px}.frr-rec-insight-desc{font-size:13px;color:#323130;margin:0 0 2px;line-height:1.4}.frr-rec-insight-stat{font-size:28px;font-weight:700;color:#323130;margin:0;line-height:1.2}.frr-rec-card-body{font-size:13px;color:#605e5c;line-height:1.5;margin:0 0 16px;flex:1}.frr-rec-card .ms-Button{align-self:flex-start}.frr-bar-hoverable{position:relative}.frr-bar-hoverable:hover{background:#f3f2f1;border-radius:4px;padding:4px 8px;margin:-4px -8px}.frr-bar-tooltip{display:flex;align-items:center;gap:6px;margin-top:4px;padding:6px 12px;background:#fff4ce;border:1px solid #f0d06e;border-radius:4px;font-size:12px;color:#323130;animation:frr-tooltip-in .15s ease}@keyframes frr-tooltip-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.frr-bar-tooltip-icon{color:#ca5010;font-size:14px}.frr-bar-tooltip-link{background:none;border:none;color:#0078d4;font-size:12px;cursor:pointer;font-family:inherit;padding:0;margin-left:4px;font-weight:600}.frr-bar-tooltip-link:hover{text-decoration:underline}.frr-message-bar{margin-bottom:16px}.frr-message-bar-actions{display:flex;gap:8px}@media (max-width: 768px){.frr-rec-cards{grid-template-columns:1fr}}.analytics-v2{flex:1;padding:20px 48px;overflow-y:auto;background:#fff;font-family:Segoe UI,sans-serif}.analytics-v2 .breadcrumb{display:flex;align-items:center;gap:4px;margin-bottom:12px}.analytics-v2 .breadcrumb span{font-size:12px;color:#424242}.analytics-v2 .breadcrumb .separator{color:#424242;font-size:12px}.analytics-v2 .breadcrumb .breadcrumb-current{font-weight:600}.analytics-v2 .page-title{font-size:28px;font-weight:700;color:#000;line-height:36px;margin:0 0 8px}.analytics-v2 .page-description{font-size:14px;color:#000;line-height:20px;margin:0 0 16px;max-width:1166px}.analytics-v2 .date-range{font-size:14px;color:#323130;margin-bottom:16px}.analytics-v2 .section-header-bar{display:flex;align-items:center;padding:10px;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #e1dfdd;gap:8px}.analytics-v2 .section-header-bar:hover{background:#f3f2f1}.analytics-v2 .section-header-bar .chevron-icon{font-size:12px;color:#323130;transition:transform .2s}.analytics-v2 .section-header-bar h2{font-size:14px;font-weight:700;color:#323130;margin:0;line-height:20px}.analytics-v2 .recommendation-badge{display:inline-flex;align-items:center;gap:4px;background:#e8f4fd;color:#0078d4;font-size:12px;font-weight:600;padding:2px 8px;border-radius:12px;margin-left:8px}.analytics-v2 .recommendation-badge .info-icon{font-size:12px}.analytics-v2 .section-content{padding:16px 0}.analytics-v2 .stats-row{display:flex;gap:40px;margin-bottom:8px}.analytics-v2 .main-stat{flex:1}.analytics-v2 .main-stat .stat-highlight{font-size:28px;font-weight:700;color:#0078d4;line-height:38px}.analytics-v2 .main-stat .stat-bold{font-size:28px;font-weight:700;color:#000;line-height:38px}.analytics-v2 .stat-details{flex:1;display:flex;flex-direction:column;justify-content:center;gap:4px}.analytics-v2 .stat-detail-item{font-size:14px;color:#323130;line-height:20px}.analytics-v2 .stat-detail-item .detail-highlight{font-weight:700;color:#0078d4}.analytics-v2 .scanned-info{font-size:12px;color:#323130;margin:8px 0 16px}.analytics-v2 .recommendation-cards{display:flex;gap:16px;margin-bottom:16px;max-width:1166px}.analytics-v2 .rec-card{flex:1;border:1px solid #e1dfdd;border-radius:4px;padding:16px;background:#fff;box-shadow:0 0 2px #0000001f,0 2px 4px #00000024}.analytics-v2 .rec-card-badges{display:flex;gap:8px;margin-bottom:12px}.analytics-v2 .rec-card-badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:4px;border:1px solid #e1dfdd;background:#fff;color:#323130}.analytics-v2 .rec-card-badge.payg{display:inline-flex;align-items:center;gap:4px;background:#fff;color:#0078d4;border-color:#0078d4}.analytics-v2 .rec-card-badge.payg .payg-icon{font-size:12px}.analytics-v2 .rec-card h3{font-size:14px;font-weight:600;color:#323130;margin:0 0 8px;line-height:20px}.analytics-v2 .rec-card p{font-size:12px;color:#323130;line-height:16px;margin:0 0 12px}.analytics-v2 .rec-card .get-started-btn{background:#0078d4;color:#fff;border:none;padding:6px 16px;border-radius:4px;font-size:12px;font-weight:600;cursor:pointer}.analytics-v2 .rec-card .get-started-btn:hover{background:#106ebe}.analytics-v2 .view-details-btn{background:#fff;color:#323130;border:1px solid #8a8886;padding:6px 16px;border-radius:4px;font-size:14px;font-weight:600;cursor:pointer;margin-bottom:16px}.analytics-v2 .view-details-btn:hover{background:#f3f2f1}.analytics-v2 .bar-chart-section{margin-top:16px;max-width:1166px}.analytics-v2 .bar-chart-section .section-subtitle{font-size:12px;color:#323130;margin:0 0 16px}.analytics-v2 .bar-row{margin-bottom:16px}.analytics-v2 .bar-row-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.analytics-v2 .bar-row-label{font-size:12px;color:#323130}.analytics-v2 .bar-row-count{font-size:12px;color:#323130;font-weight:600}.analytics-v2 .stacked-bar{display:flex;height:16px;border-radius:2px;overflow:hidden;width:100%}.analytics-v2 .stacked-bar .bar-segment{height:100%}.analytics-v2 .stacked-bar .bar-high{background:#900}.analytics-v2 .stacked-bar .bar-medium{background:#f56a00}.analytics-v2 .stacked-bar .bar-low{background:#e1dfdd}.analytics-v2 .section-recommendation{margin-top:16px;padding-top:16px}.analytics-v2 .section-recommendation h4{font-size:14px;font-weight:600;color:#323130;margin:0 0 8px}.analytics-v2 .section-recommendation p{font-size:14px;color:#323130;line-height:20px;margin:0 0 12px;max-width:527px}.analytics-v2 .expand-scope-section{margin-top:32px;max-width:1166px}.analytics-v2 .expand-scope-section h3{font-size:20px;font-weight:600;color:#323130;margin:0 0 16px}.analytics-v2 .scope-cards{display:flex;gap:24px}.analytics-v2 .scope-card{flex:1;max-width:358px}.analytics-v2 .scope-card .scope-divider{height:1px;background:#323130;margin-bottom:12px}.analytics-v2 .scope-card .scope-card-title{font-size:14px;font-weight:600;color:#323130;margin:0 0 8px}.analytics-v2 .scope-card .scope-card-heading{font-size:14px;font-weight:700;color:#323130;margin:0 0 8px;line-height:20px}.analytics-v2 .scope-card .scope-card-desc{font-size:14px;color:#323130;line-height:20px;margin:0 0 16px}.analytics-v2 .tampering-stats{display:flex;gap:40px;margin-bottom:8px}.analytics-v2 .tampering-main{flex:1}.analytics-v2 .tampering-main .tampering-highlight{font-size:28px;font-weight:700;color:#0078d4;line-height:38px}.analytics-v2 .tampering-main .tampering-text{font-size:28px;font-weight:700;color:#000;line-height:38px}.analytics-v2 .tampering-details{flex:1;display:flex;flex-direction:column;justify-content:center;gap:4px}.irm-settings-page{padding:0;font-family:Segoe UI,-apple-system,sans-serif;height:100%;width:100%;display:flex;flex-direction:column;flex:1}.demo-controls{background:#0f4c81;color:#fff;padding:0;display:flex;flex-direction:column;position:sticky;top:0;z-index:100}.demo-row-top{display:flex;align-items:center;gap:20px;padding:16px 32px}.demo-row-options{display:flex;align-items:center;gap:12px;padding:10px 32px 14px;border-top:1px solid rgba(255,255,255,.15);background:#0a3d6b}.demo-option-label{font-size:14px;color:#b8d4f0;margin-right:4px}.demo-option-btn{padding:7px 18px;border-radius:4px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#dce8f5;font-size:14px;cursor:pointer;transition:all .15s}.demo-option-btn:hover{border-color:#0078d4;color:#fff}.demo-option-btn.active{background:#0078d4;border-color:#0078d4;color:#fff;font-weight:600}.demo-controls .demo-label{font-weight:600;color:#ffdc73;font-size:15px;text-transform:uppercase;letter-spacing:.5px}.demo-viewing-label{font-size:14px;color:#b8d4f0}.demo-controls .demo-separator{width:1px;height:28px;background:#fff3}.demo-pill-group{display:flex;gap:8px}.demo-pill{padding:8px 18px;border-radius:18px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#dce8f5;font-size:15px;cursor:pointer;transition:all .15s}.demo-pill:hover{border-color:#0078d4;color:#fff}.demo-pill.active{background:#0078d4;border-color:#0078d4;color:#fff;font-weight:600}.demo-pill.persona-global.active{background:#107c10;border-color:#107c10}.demo-pill.persona-scoped.active{background:#d13438;border-color:#d13438}.demo-description{color:#b8d4f0;font-size:14px;margin-left:auto;max-width:450px;line-height:1.4}.settings-page-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.settings-page-header{padding:28px 32px 0}.settings-page-header h1{font-size:24px;font-weight:600;color:#242424;margin:0 0 24px;overflow-wrap:break-word}.horizontal-picker-layout{display:flex;flex:1;overflow:hidden;min-height:0}.hp-left-nav{width:240px;min-width:240px;border-right:1px solid #edebe9;padding:8px 0;overflow-y:auto;background:#fff}.hp-nav-item{display:block;width:100%;padding:12px 16px 12px 20px;font-size:15px;color:#323130;text-align:left;border:none;background:transparent;cursor:pointer;border-left:3px solid transparent;transition:background .1s;line-height:1.4}.hp-nav-item:hover{background:#f3f2f1}.hp-nav-item.active{background:#edebe9;border-left-color:#0078d4;font-weight:600;color:#0078d4}.hp-detail-view{flex:1;padding:0 40px 40px 28px;overflow-y:auto}.detail-heading{margin-top:30px;font-size:22px;font-weight:700;color:#323130}.detail-description{margin-top:20px;margin-bottom:30px;font-size:15px;color:#605e5c;line-height:1.6;max-width:900px}.detail-link{color:#0078d4;text-decoration:none}.detail-link:hover{text-decoration:underline}.toggle-card{border-bottom:1px solid #e1e1e1;padding-top:16px;padding-bottom:16px;max-width:100%;display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.toggle-card-label{flex:1}.toggle-card-label .toggle-title{font-size:15px;font-weight:600;color:#323130}.toggle-card-label .toggle-desc{font-size:14.5px;color:#605e5c;margin-top:4px;line-height:1.5}.fluent-toggle{position:relative;width:40px;min-width:40px;height:20px;border-radius:10px;background:#8a8886;cursor:pointer;transition:background .2s;margin-top:2px}.fluent-toggle.on{background:#0078d4}.fluent-toggle.disabled{opacity:.4;cursor:not-allowed}.fluent-toggle:after{content:"";position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:transform .15s}.fluent-toggle.on:after{transform:translate(20px)}.selection-group{max-width:100%}.selection-item{padding:12px 0;display:flex;align-items:flex-start;gap:12px;cursor:pointer}.selection-item.disabled{opacity:.5;cursor:not-allowed}.radio-circle{width:20px;height:20px;min-width:20px;border-radius:50%;border:2px solid #605e5c;display:flex;align-items:center;justify-content:center;margin-top:2px}.radio-circle.selected{border-color:#0078d4}.radio-circle.selected:after{content:"";width:10px;height:10px;border-radius:50%;background:#0078d4}.selection-item-label .selection-title{font-size:15px;font-weight:600;color:#323130}.selection-item-label .selection-desc{font-size:14px;color:#605e5c;margin-top:4px;line-height:1.4}.persona-preview{display:flex;align-items:center;gap:8px;margin-top:12px;margin-bottom:8px}.persona-avatar{width:32px;height:32px;border-radius:50%;background:#0078d4;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600}.persona-name{font-size:15px;color:#323130}.save-section{margin-top:48px;max-width:100%}.save-btn-fluent{padding:8px 24px;background:#0078d4;color:#fff;border:none;border-radius:2px;font-size:15px;font-weight:600;cursor:pointer;min-width:88px;height:36px}.save-btn-fluent:hover{background:#106ebe}.save-btn-fluent:disabled{background:#f3f2f1;color:#a19f9d;border:1px solid #c8c6c4;cursor:not-allowed}.info-bar{display:flex;align-items:center;gap:10px;padding:14px 18px;background:#f3f2f1;border-left:3px solid #0078d4;margin:24px 0 8px;font-size:15px;color:#323130;max-width:100%;line-height:1.5}.info-bar .info-icon{color:#0078d4;font-size:18px;font-weight:700}.settings-blocked{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;padding:40px}.settings-blocked .blocked-icon{font-size:48px;color:#8a8886;margin-bottom:16px}.settings-blocked h2{font-size:22px;font-weight:600;color:#323130;margin-bottom:8px}.settings-blocked p{font-size:15px;color:#605e5c;max-width:420px;line-height:1.6}.entry-points-bar{display:flex;gap:24px;padding:12px 32px;background:#faf9f8;border-bottom:1px solid #edebe9;font-size:15px;color:#605e5c;align-items:center}.ep-item{display:flex;align-items:center;gap:8px}.ep-status{display:inline-flex;align-items:center;padding:3px 10px;border-radius:3px;font-size:13px;font-weight:600}.ep-status.ep-blocked{color:#a4262c;background:#fde7e9}.ep-status.ep-allowed{color:#107c10;background:#dff6dd}.slider-container{max-width:400px;padding:16px 0}.slider-track{position:relative;height:4px;background:#c8c6c4;border-radius:2px;margin:16px 0 8px}.slider-fill{position:absolute;top:0;left:0;height:100%;background:#0078d4;border-radius:2px}.slider-thumb{position:absolute;top:-6px;width:16px;height:16px;border-radius:50%;background:#0078d4;border:2px solid white;box-shadow:0 1px 4px #0003}.slider-labels{display:flex;justify-content:space-between;font-size:12px;color:#605e5c}.landing-page{flex:1;display:flex;flex-direction:column;overflow-y:auto;background:#faf9f8;font-family:Segoe UI,-apple-system,BlinkMacSystemFont,sans-serif}.landing-hero{position:relative;background:linear-gradient(135deg,#0a1628,#0f2847 40%,#1a3a5c);padding:56px 48px 52px;display:flex;align-items:center;justify-content:space-between;gap:40px;overflow:hidden}.landing-hero:before{content:"";position:absolute;top:-60%;right:-10%;width:500px;height:500px;background:radial-gradient(circle,rgba(0,120,212,.15) 0%,transparent 70%);pointer-events:none}.landing-hero-content{position:relative;z-index:1;max-width:600px}.landing-hero-badge{display:inline-block;font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:#00bcf2;background:#00bcf21f;border:1px solid rgba(0,188,242,.25);border-radius:20px;padding:4px 14px;margin-bottom:16px}.landing-hero-title{font-size:36px;font-weight:700;color:#fff;margin:0 0 12px;line-height:1.2;letter-spacing:-.5px}.landing-hero-subtitle{font-size:16px;color:#ffffffb3;line-height:1.6;margin:0;max-width:520px}.landing-hero-visual{position:relative;width:200px;height:160px;flex-shrink:0}.landing-hero-icon{position:relative;z-index:1;width:120px;height:120px;margin:20px 40px}.landing-orb{position:absolute;border-radius:50%;filter:blur(40px);opacity:.5}.landing-orb-1{width:160px;height:160px;background:#0078d4;top:0;left:0;animation:orb-float 6s ease-in-out infinite}.landing-orb-2{width:120px;height:120px;background:#8764b8;top:40px;right:0;animation:orb-float 8s ease-in-out infinite reverse}.landing-orb-3{width:80px;height:80px;background:#00bcf2;bottom:0;left:60px;animation:orb-float 7s ease-in-out infinite 1s}@keyframes orb-float{0%,to{transform:translate(0)}50%{transform:translate(8px,-12px)}}.landing-cards-section{padding:36px 48px 24px}.landing-section-title{font-size:22px;font-weight:600;color:#1b1a19;margin:0 0 6px}.landing-section-desc{font-size:14px;color:#605e5c;margin:0 0 24px;line-height:1.5}.landing-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:16px}.landing-card{display:flex;align-items:center;gap:16px;background:#fff;border:1px solid #e1dfdd;border-radius:10px;padding:20px;cursor:pointer;text-align:left;font-family:inherit;transition:box-shadow .2s,border-color .2s,transform .15s}.landing-card:hover{border-color:#c8c6c4;box-shadow:0 4px 20px #00000014;transform:translateY(-2px)}.landing-card-icon-wrap{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#fff;font-size:20px}.landing-card-body{flex:1;min-width:0}.landing-card-title{font-size:15px;font-weight:600;color:#1b1a19;margin:0 0 4px;display:flex;align-items:center;gap:8px}.landing-card-tag{font-size:11px;font-weight:700;color:#fff;background:#0078d4;border-radius:10px;padding:1px 8px;letter-spacing:.3px}.landing-card-desc{font-size:13px;color:#605e5c;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.landing-card-arrow{color:#a19f9d;font-size:14px;flex-shrink:0;transition:color .15s,transform .15s}.landing-card:hover .landing-card-arrow{color:#0078d4;transform:translate(3px)}.landing-footer{margin-top:auto;padding:20px 48px;text-align:center;font-size:12px;color:#a19f9d;border-top:1px solid #edebe9}@media (max-width: 900px){.landing-hero{padding:40px 24px 36px;flex-direction:column;text-align:center}.landing-hero-subtitle{max-width:100%}.landing-hero-visual{display:none}.landing-cards-section{padding:28px 20px 20px}.landing-cards-grid{grid-template-columns:1fr}.landing-footer{padding:16px 20px}}.data-theft-panel{width:600px;background-color:#fff;border-left:1px solid #e1dfdd;display:flex;flex-direction:column;box-shadow:-2px 0 8px #0000001a;position:fixed;right:0;top:48px;bottom:0;z-index:1000}.data-theft-panel .panel-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e1dfdd}.data-theft-panel .panel-header h2{font-size:18px;font-weight:600;color:#323130;margin:0;flex:1}.data-theft-panel .panel-content{flex:1;overflow-y:auto;padding:24px 24px 0}.data-theft-panel .panel-intro{font-size:14px;color:#323130;line-height:1.5;margin:0 0 20px}.data-theft-panel .panel-divider{height:1px;background-color:#edebe9;margin:0 0 20px}.data-theft-panel .panel-section{margin-bottom:20px}.data-theft-panel .section-toggle{display:flex;align-items:center;gap:4px;background:none;border:none;cursor:pointer;padding:8px 0;width:100%;text-align:left}.data-theft-panel .toggle-icon-btn{min-width:16px;padding:0}.data-theft-panel .section-title{font-size:15px;font-weight:600;color:#323130}.data-theft-panel .section-content{padding-left:20px;margin-top:8px}.data-theft-panel .detection-summary{font-size:14px;color:#323130;margin:0 0 16px}.data-theft-panel .subsection-title{font-size:14px;font-weight:600;color:#323130;margin:20px 0 12px}.data-theft-panel .activities-list{display:flex;flex-direction:column;gap:8px}.data-theft-panel .activity-line{font-size:14px;line-height:1.6}.data-theft-panel .activity-line.first-activity{font-size:16px;font-weight:600;margin-bottom:16px}.data-theft-panel .activity-percentage-alt{font-weight:600;color:#e3008c}.data-theft-panel .activity-line.first-activity .activity-percentage-alt{font-weight:700}.data-theft-panel .activity-description{color:#323130;font-weight:400}.data-theft-panel .recommendation-section{margin-top:20px}.data-theft-panel .recommendation-heading{font-size:14px;font-weight:600;color:#323130;margin:0 0 16px}.data-theft-panel .recommendation-item{padding:16px;background-color:#faf9f8;border-radius:2px;margin-bottom:12px;border:1px solid #e1dfdd}.data-theft-panel .recommendation-item:last-child{margin-bottom:0}.data-theft-panel .recommendation-title-row{display:flex;align-items:center;gap:8px;margin-bottom:8px}.data-theft-panel .recommendation-title{font-size:15px;font-weight:600;color:#323130;margin:0}.data-theft-panel .badge-payg{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#deecf9;color:#0078d4;border-radius:4px;font-size:12px;font-weight:400;white-space:nowrap;min-width:120px;justify-content:center}.data-theft-panel .badge-payg i{font-size:16px}.data-theft-panel .recommendation-description{font-size:14px;color:#323130;line-height:1.5;margin:0 0 12px}.data-theft-panel .panel-footer{display:flex;gap:8px;padding:16px 24px;border-top:1px solid #edebe9;background-color:#fff}.data-theft-policy-panel{width:600px;background-color:#fff;border-left:1px solid #e1dfdd;display:flex;flex-direction:column;box-shadow:-2px 0 8px #0000001a;position:fixed;right:0;top:48px;bottom:0;z-index:1000}.policy-panel-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e1dfdd}.policy-panel-header h2{font-size:18px;font-weight:600;color:#323130;margin:0;flex:1}.policy-panel-content{flex:1;overflow-y:auto;padding:24px}.policy-header-info{display:flex;align-items:center;gap:16px;margin-bottom:16px}.completion-time{display:flex;align-items:center;gap:6px;font-size:13px;color:#605e5c}.policy-description{font-size:14px;color:#323130;line-height:1.5;margin:0 0 12px}.learn-link{font-size:14px;margin-bottom:24px;display:inline-block}.policy-section{margin-bottom:24px}.section-instruction{font-size:14px;color:#323130;margin:0 0 12px}.form-field{margin-bottom:16px}.field-label{display:block;font-size:14px;font-weight:600;color:#323130;margin-bottom:6px}.required-asterisk{color:#d13438;margin-left:2px}.section-heading{font-size:16px;font-weight:600;color:#323130;margin:0 0 8px}.section-description{font-size:14px;color:#323130;line-height:1.5;margin:0 0 16px}.setting-item{padding:12px 0;border-bottom:1px solid #f3f2f1}.setting-item:last-child{border-bottom:none}.setting-label{font-size:13px;font-weight:600;color:#323130;margin-bottom:4px;display:flex;align-items:center;gap:6px}.setting-value{font-size:14px;color:#323130}.info-icon{font-size:14px;color:#605e5c}.inline-badge{margin-left:8px}.billing-message{margin:16px 0;background-color:#f3f9fd;border-left:3px solid #0078d4}.message-icon{margin-right:8px;color:#0078d4}.connection-info{margin:16px 0;background-color:#f3f2f1;border-left:3px solid #605e5c}.info-content{display:flex;flex-direction:column;gap:12px;width:100%}.info-text{display:flex;gap:8px;align-items:flex-start}.info-icon-large{font-size:16px;color:#605e5c;flex-shrink:0;margin-top:2px}.defender-button-inline{align-self:flex-start}.indicators-list{list-style:disc;padding-left:24px;margin:16px 0 0}.indicators-list li{font-size:14px;color:#323130;line-height:1.8;margin-bottom:4px}.indicators-list li.bold-indicator{font-weight:600}.indicators-list li.disabled-indicator{color:#a19f9d}.policy-panel-footer{display:flex;gap:8px;padding:16px 24px;border-top:1px solid #edebe9;background-color:#fff}
