@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);:root{--primary-color:#3b82f6;--primary-glow:#3b82f680;--secondary-color:#0f172a;--accent-color:#10b981;--text-light:#f8fafc;--text-dim:#94a3b8;--bg-dark:#020617;--bg-card:#1e293bb3;--glass-border:#ffffff14;--gradient-hero:linear-gradient(135deg,#3b82f6,#8b5cf6)}body{background-color:#020617;background-color:var(--bg-dark);color:#f8fafc;color:var(--text-light);font-family:Inter,sans-serif;margin:0;overflow-x:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes glowPulse{0%{box-shadow:0 0 20px #3b82f680;box-shadow:0 0 20px var(--primary-glow)}50%{box-shadow:0 0 40px #3b82f680;box-shadow:0 0 40px var(--primary-glow)}to{box-shadow:0 0 20px #3b82f680;box-shadow:0 0 20px var(--primary-glow)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}.marketing-nav{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background-color:#020617cc;border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--glass-border);box-sizing:border-box;display:flex;justify-content:space-between;padding:1.25rem 6%;position:fixed;top:0;width:100%;z-index:1000}.nav-logo{color:#f8fafc;color:var(--text-light);font-size:1.5rem;font-weight:800;letter-spacing:-.5px;text-decoration:none}.nav-logo span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background:var(--gradient-hero);-webkit-background-clip:text}.nav-links{align-items:center;display:flex;gap:2.5rem}.nav-link{color:#94a3b8;color:var(--text-dim);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s ease}.btn-login,.nav-link:hover{color:#f8fafc;color:var(--text-light)}.btn-login{font-size:.95rem;font-weight:600;text-decoration:none;transition:color .3s ease}.btn-login:hover{color:#3b82f6;color:var(--primary-color)}.btn-primary{background:linear-gradient(135deg,#3b82f6,#8b5cf6);background:var(--gradient-hero);border:none;border-radius:50px;box-shadow:0 4px 20px #3b82f666;cursor:pointer;display:inline-block;font-weight:600;padding:.9rem 2.2rem;text-decoration:none;transition:all .3s ease}.btn-primary:hover{box-shadow:0 8px 30px #3b82f699;transform:translateY(-2px)}.btn-secondary{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:50px;color:#fff;font-weight:600;padding:.9rem 2.2rem;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{background:#ffffff26;transform:translateY(-2px)}.hero-section{align-items:center;background:linear-gradient(180deg,#020617e6,#020617cc),url(/static/media/hero-bg.e0d4d8bfd1fb2718315c.png);background-attachment:fixed;background-position:50%;background-size:cover;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding:140px 2rem 4rem;position:relative;text-align:center}.hero-badge{animation:fadeInUp .8s ease-out;background:#3b82f61a;border:1px solid #3b82f64d;border-radius:20px;color:#60a5fa;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-title{animation:fadeInUp .8s ease-out .1s backwards;font-size:4.5rem;font-weight:800;letter-spacing:-1px;line-height:1.1;margin-bottom:1.5rem}.hero-title span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#3b82f6,#8b5cf6);background:var(--gradient-hero);-webkit-background-clip:text}.hero-subtitle{animation:fadeInUp .8s ease-out .2s backwards;color:#94a3b8;color:var(--text-dim);font-size:1.25rem;line-height:1.6;margin-bottom:3rem;max-width:700px}.hero-buttons{animation:fadeInUp .8s ease-out .3s backwards;gap:1rem}.hero-buttons,.stats-bar{display:flex;justify-content:center}.stats-bar{animation:fadeInUp .8s ease-out .4s backwards;background:#02061780;border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--glass-border);border-top:1px solid #ffffff14;border-top:1px solid var(--glass-border);gap:4rem;margin-top:5rem;max-width:1000px;padding:2rem;width:100%}.stat-item{text-align:center}.stat-number{color:#f8fafc;color:var(--text-light);display:block;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#94a3b8;color:var(--text-dim);font-size:.9rem;letter-spacing:1px;text-transform:uppercase}.features-section{background-color:#020617;background-color:var(--bg-dark);padding:8rem 6%;position:relative}.section-header{margin-bottom:5rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.section-title{color:#f8fafc;color:var(--text-light);font-size:3rem;font-weight:700;margin-bottom:1.5rem}.section-subtitle{color:#94a3b8;color:var(--text-dim);font-size:1.1rem;line-height:1.6}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#1e293bb3;background:var(--bg-card);border:1px solid #ffffff14;border:1px solid var(--glass-border);border-radius:16px;overflow:hidden;padding:3rem;position:relative;transition:all .4s ease}.feature-card:before{background:radial-gradient(800px circle at var(--mouse-x) var(--mouse-y),#ffffff0f,#0000 40%);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .4s;width:100%}.feature-card:hover{border-color:#3b82f64d;box-shadow:0 20px 40px -10px #00000080;transform:translateY(-5px)}.feature-icon-wrapper{align-items:center;background:#3b82f61a;border-radius:12px;display:flex;font-size:1.5rem;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.feature-title{color:#f8fafc;color:var(--text-light);font-size:1.5rem;font-weight:600;margin-bottom:1rem}.feature-desc{color:#94a3b8;color:var(--text-dim);font-size:1.05rem;line-height:1.6}.comparison-section{background:linear-gradient(180deg,#020617,#0b1120);background:linear-gradient(to bottom,var(--bg-dark),#0b1120);padding:8rem 6%}.comparison-table{border-collapse:collapse;color:#f8fafc;color:var(--text-light);margin:0 auto;max-width:1000px;width:100%}.comparison-table td,.comparison-table th{border-bottom:1px solid #ffffff14;border-bottom:1px solid var(--glass-border);padding:1.5rem;text-align:left}.comparison-table th{color:#94a3b8;color:var(--text-dim);font-size:1.2rem;font-weight:500}.comparison-table th.highlight{color:#3b82f6;color:var(--primary-color);font-size:1.4rem;font-weight:700}.check-icon{color:#10b981;color:var(--accent-color)}.cross-icon{color:#ef4444}.pricing-grid{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}@media (max-width:900px){.pricing-grid{grid-template-columns:1fr;max-width:480px}}.pricing-card{background:#1e293bb3;background:var(--bg-card);border:1px solid #ffffff14;border:1px solid var(--glass-border);border-radius:20px;display:flex;flex-direction:column;gap:0;padding:2.5rem 2rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{box-shadow:0 24px 48px -12px #00000080;transform:translateY(-6px)}.pricing-card--featured{background:linear-gradient(145deg,#3b82f61f,#8b5cf61f);border-color:#8b5cf680;box-shadow:0 0 40px #8b5cf633;transform:scale(1.03)}.pricing-card--featured:hover{transform:scale(1.03) translateY(-6px)}.pricing-popular-badge{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border-radius:20px;color:#fff;font-size:.72rem;font-weight:700;left:50%;letter-spacing:.08em;padding:.3rem 1rem;position:absolute;text-transform:uppercase;top:-14px;transform:translateX(-50%);white-space:nowrap}.pricing-tier-label{color:#60a5fa;font-size:.8rem;font-weight:700;letter-spacing:.1em;margin-bottom:1rem;text-transform:uppercase}.pricing-onboarding{color:#f8fafc;color:var(--text-light);font-size:1.6rem;font-weight:800;line-height:1;margin-bottom:.35rem}.pricing-onboarding span{color:#94a3b8;color:var(--text-dim);font-size:.85rem;font-weight:400;margin-left:.25rem}.pricing-monthly{color:#10b981;color:var(--accent-color);font-size:1.1rem;font-weight:600;margin-bottom:2rem}.pricing-monthly span{color:#94a3b8;color:var(--text-dim);font-size:.85rem;font-weight:400}.pricing-features{display:flex;flex-direction:column;flex-grow:1;gap:.75rem;list-style:none;margin:0 0 2rem;padding:0}.pricing-features li{align-items:flex-start;color:#94a3b8;color:var(--text-dim);display:flex;font-size:.925rem;gap:.6rem;line-height:1.4}.pricing-features .check-icon{flex-shrink:0;font-size:.875rem;margin-top:.05rem}.btn-pricing{background:#ffffff14;border:1px solid #ffffff1f;border-radius:12px;color:#fff;display:block;font-size:.95rem;font-weight:600;margin-top:auto;padding:.85rem 1.5rem;text-align:center;text-decoration:none;transition:all .25s ease}.btn-pricing:hover{background:#ffffff24;transform:translateY(-2px)}.btn-pricing--featured{background:linear-gradient(135deg,#3b82f6,#8b5cf6);border:none;box-shadow:0 4px 20px #8b5cf666}.btn-pricing--featured:hover{box-shadow:0 8px 30px #8b5cf699}.marketing-footer{background-color:#020617;border-top:1px solid #ffffff14;border-top:1px solid var(--glass-border);color:#94a3b8;color:var(--text-dim);padding:6rem 6% 2rem}.footer-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr 1fr 1fr;margin:0 auto 4rem;max-width:1200px}.footer-brand h3{font-size:1.5rem;margin-bottom:1rem}.footer-brand h3,.footer-col h4{color:#f8fafc;color:var(--text-light)}.footer-col h4{margin-bottom:1.5rem}.footer-col ul{list-style:none;padding:0}.footer-col li{margin-bottom:.8rem}.footer-col a{color:#94a3b8;color:var(--text-dim);text-decoration:none;transition:color .2s}.footer-col a:hover{color:#3b82f6;color:var(--primary-color)}.login-container{align-items:center;background:radial-gradient(circle at 50% 50%,#0f172a 0,#020617 100%);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b99;border:1px solid #ffffff14;border:1px solid var(--glass-border);border-radius:24px;box-shadow:0 25px 50px -12px #00000080;max-width:420px;padding:3rem;width:100%}.login-title{color:#f8fafc;color:var(--text-light);font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.login-card .form-label{color:#fff!important;display:block;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-input{background-color:#0f172a99;border:1px solid #ffffff14;border:1px solid var(--glass-border);border-radius:8px;box-sizing:border-box;color:#fff;font-size:1rem;padding:1rem;transition:all .3s ease;width:100%}.form-input:focus{border-color:#3b82f6;border-color:var(--primary-color);box-shadow:0 0 0 2px #3b82f633;outline:none}.report-generator{color:#f8fafc;font-family:Inter,sans-serif;min-height:100%;padding:2rem}.container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1e293b99;border:1px solid #ffffff14;border-radius:16px;box-shadow:0 25px 50px -12px #00000080;margin:0 auto;max-width:1000px;padding:2.5rem}h1{color:#f8fafc;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}h2{border-bottom:1px solid #ffffff1a;color:#3b82f6;font-size:1.5rem;margin-bottom:1.5rem;margin-top:2rem;padding-bottom:.5rem}h3{color:#94a3b8;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.form-container{margin:2rem 0}.form-section{margin-bottom:2rem}.form-row{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:#f8fafc;font-size:.95rem;font-weight:500;margin-bottom:.5rem}.form-group input{background-color:#0f172a99;border:1px solid #ffffff1a;border-radius:8px;color:#fff;font-size:1rem;padding:.75rem 1rem;transition:all .2s ease}.form-group input:focus{background-color:#0f172acc;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.form-group input::placeholder{color:#64748b}.button-group{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr;margin-top:2rem}.btn{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;padding:.8rem 1.5rem;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 4px 6px -1px #3b82f64d}.btn-primary:hover{box-shadow:0 6px 8px -1px #3b82f666;transform:translateY(-1px)}.btn-secondary{background:#ffffff0d;border:1px solid #ffffff1a;color:#f8fafc}.btn-secondary:hover{background:#ffffff1a}.btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.status-message{border-radius:8px;font-weight:500;margin-bottom:1.5rem;padding:1rem}.status-message.error{background:#ef44441a;border:1px solid #ef444433;color:#f87171}.status-message.success{background:#22c55e1a;border:1px solid #22c55e33;color:#4ade80}.preview-section{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:2rem}.preview-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.preview-card{background:#1e293b66;border:1px solid #ffffff0d;border-radius:12px;padding:1.5rem;transition:transform .2s}.preview-card:hover{background:#1e293b99;border-color:#3b82f633;transform:translateY(-2px)}.preview-card.full-width{grid-column:1/-1}.preview-card h3{border-bottom:1px solid #ffffff0d;color:#60a5fa;font-size:1.1rem;margin-bottom:1rem;margin-top:0;padding-bottom:.75rem}.card-content p{color:#cbd5e1;display:flex;justify-content:space-between;margin-bottom:.5rem}.card-content strong{color:#f8fafc}.cost-estimate-card{background:#3b82f60d;border:1px solid #3b82f61a}.total-cost{border-top:1px solid #ffffff1a;font-size:1.1rem;margin-top:1rem!important;padding-top:1rem}.total-cost span{color:#f87171;font-size:1.25rem;font-weight:700}.satellite-container{background:#0f172a66;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:2rem;padding:1.5rem;text-align:center}.satellite-wrapper{border:2px solid #3b82f64d;border-radius:8px;box-shadow:0 10px 15px -3px #0000004d;display:inline-block;max-width:100%;overflow:hidden;position:relative}.satellite-image{background-color:#1e293b;display:block;height:auto;min-height:300px;width:100%}.plane-marker{align-items:center;background-color:#f59e0b;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #00000080;color:#000;cursor:default;display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;position:absolute;transform:translate(-50%,-50%);width:24px;z-index:10}.satellite-meta{color:#94a3b8;font-size:.85rem;font-style:italic;margin-top:1rem}.satellite-error{background:#0f172acc;color:#94a3b8;display:none;padding:2rem;text-align:center}.error-title{color:#f87171;font-weight:700;margin-bottom:.5rem}.table-container{margin-bottom:1rem;overflow-x:auto}.report-table{border-collapse:collapse;color:#f8fafc;font-size:.95rem;width:100%}.report-table th{background:#3b82f61a;border-bottom:1px solid #ffffff1a;color:#60a5fa;font-weight:600;padding:1rem;text-align:left}.report-table td{border-bottom:1px solid #ffffff0d;padding:1rem}.report-table tr:hover{background:#ffffff05}.report-table tfoot tr{background:#3b82f60d;border-top:2px solid #ffffff1a;font-weight:700}.text-right{text-align:right}.text-center{text-align:center}.font-bold{font-weight:700}.text-blue{color:#60a5fa}.text-red{color:#f87171}.loading-spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:1.5rem;margin-right:.5rem;vertical-align:middle;width:1.5rem}@media (max-width:768px){.container{padding:1.5rem}.button-group,.preview-content{grid-template-columns:1fr}}.cta-card{background:linear-gradient(135deg,#3b82f61a,#2563eb1a);border:1px solid #3b82f64d;margin-top:2rem}.cta-content{align-items:center;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:space-between}.cta-text{flex:1 1;min-width:200px}.confidence-score{color:#94a3b8;font-size:.9rem;margin-top:.5rem}.confidence-high{color:#4ade80;font-weight:700}.confidence-medium{color:#facc15;font-weight:700}.confidence-low{color:#f87171;font-weight:700}.integrations-container{color:#fff;margin:0 auto;max-width:1200px;padding:2rem}.dashboard-title{color:#f8fafc;font-size:2rem;margin-bottom:.5rem}.dashboard-subtitle{color:#94a3b8;margin-bottom:3rem}.integrations-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.integration-card{background:#1e293b99;border:1px solid #ffffff14;border-radius:16px;padding:2rem;transition:all .3s ease}.integration-card:hover{border-color:#3b82f64d;box-shadow:0 10px 30px -10px #00000080;transform:translateY(-5px)}.integration-header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.integration-icon{align-items:center;background:#fff;border-radius:12px;display:flex;height:60px;justify-content:center;overflow:hidden;width:60px}.integration-icon img{height:auto;width:80%}.integration-icon span{font-size:2rem}.integration-info h3{font-size:1.2rem;margin:0 0 .5rem}.status-badge{border-radius:20px}.status-badge.disconnected{background:#ef44441a;border:1px solid #ef444433;color:#ef4444}.status-badge.connected{background:#10b9811a;border:1px solid #10b98133;color:#10b981}.status-badge.coming-soon{background:#94a3b81a;border:1px solid #94a3b833;color:#94a3b8}.integration-desc{color:#94a3b8;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.btn-connect{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.8rem;transition:all .2s;width:100%}.btn-connect:hover{opacity:.9;transform:translateY(-1px)}.btn-connect:disabled{background:#ffffff0d;color:#64748b;cursor:not-allowed;transform:none}.status-badge.connected{background:#22c55e1a;border:1px solid #22c55e33;color:#4ade80}.status-badge.error{background:#ef44441a;border:1px solid #ef444433;color:#f87171}.integration-card.active{background:#22c55e0d;border-color:#22c55e4d}.btn-connected{background:#22c55e1a;border:1px solid #22c55e33;color:#4ade80;cursor:default}.btn-connected:hover{background:#22c55e1a;box-shadow:none;transform:none}.btn-error{background:linear-gradient(135deg,#ef4444,#dc2626)!important;box-shadow:0 4px 14px 0 #ef44444d}.btn-error:hover{box-shadow:0 6px 20px #ef444466!important;opacity:1!important;transform:translateY(-2px)}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.review-jobs-container{margin:0 auto;max-width:1400px;padding:2rem}.jobs-header{margin-bottom:2rem}.jobs-header h1{color:#1e293b;margin:0 0 1rem}.filter-bar{display:flex;gap:.5rem}.filter-bar button{background:#fff;border:1px solid #cbd5e1;border-radius:6px;cursor:pointer;font-size:.875rem;padding:.5rem 1rem;transition:all .2s}.filter-bar button:hover{background:#f1f5f9}.filter-bar button.active{background:#3b82f6;border-color:#2563eb;color:#fff}.jobs-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.job-card{background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;padding:1.5rem;transition:all .2s}.job-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.job-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.status-badge{color:#fff}.priority{background:#f1f5f9;border-radius:4px;color:#64748b;font-size:.75rem;font-weight:600;padding:.25rem .5rem}.job-address{color:#1e293b;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.job-meta{border-bottom:1px solid #f1f5f9;display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;padding-bottom:1rem}.meta-item{display:flex;font-size:.875rem;justify-content:space-between}.meta-item .label{color:#64748b}.meta-item .value{color:#1e293b;font-weight:500}.job-footer{color:#64748b;display:flex;font-size:.75rem;gap:1rem}.empty-state{color:#94a3b8;grid-column:1/-1}.empty-state,.loading{padding:4rem 2rem;text-align:center}.loading{color:#64748b}.review-studio-container{background:#f8fafc;display:flex;flex-direction:column;height:100vh}.studio-header{align-items:center;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem}.job-info h2{color:#1e293b;font-size:1.25rem;margin:0 0 .25rem}.job-info p{color:#64748b;margin:0 0 .5rem}.status-badge{border-radius:12px;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:uppercase}.status-assigned{background:#dbeafe;color:#1e40af}.status-in_review{background:#fef3c7;color:#92400e}.status-submitted{background:#d1fae5;color:#065f46}.header-actions{gap:1rem}.studio-layout{display:grid;flex:1 1;grid-template-columns:300px 1fr 350px;overflow:hidden}.left-panel,.right-panel{background:#fff;border-right:1px solid #e2e8f0;overflow-y:auto;padding:1.5rem}.right-panel{border-left:1px solid #e2e8f0;border-right:none}.center-panel{background:#f1f5f9;display:flex;flex-direction:column}.panel-section{margin-bottom:2rem}.panel-section h3{color:#1e293b;font-size:1rem;font-weight:600;margin:0 0 1rem}.checklist{list-style:none;margin:0;padding:0}.checklist li{align-items:center;color:#475569;display:flex;gap:.5rem;padding:.5rem 0}.checklist input[type=checkbox]{cursor:pointer;height:18px;width:18px}.warning-box{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:1rem}.warning-box p{color:#92400e;font-weight:600;margin:0 0 .5rem}.warning-box ul{color:#78350f;margin:0;padding-left:1.5rem}.tools-bar{background:#fff;border-bottom:1px solid #e2e8f0;display:flex;gap:.5rem;padding:1rem}.tool-btn{background:#fff;border:1px solid #cbd5e1;font-size:.875rem;padding:.5rem 1rem;transition:all .2s}.tool-btn:hover{background:#f1f5f9;border-color:#94a3b8}.tool-btn.active{background:#3b82f6;border-color:#2563eb;color:#fff}.canvas-container{flex:1 1;overflow:hidden;position:relative}.placeholder-canvas{align-items:center;color:#64748b;display:flex;flex-direction:column;height:100%;justify-content:center}.placeholder-canvas p{margin:.5rem 0}.metrics-grid{grid-gap:1rem;gap:1rem;grid-template-columns:repeat(2,1fr)}.metric{display:flex;flex-direction:column;gap:.25rem}.metric label{color:#64748b;font-size:.75rem;letter-spacing:.5px;text-transform:uppercase}.metric value{color:#1e293b;font-size:1.25rem;font-weight:600}.facets-list{display:flex;flex-direction:column;gap:.5rem}.facet-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;padding:.75rem;transition:all .2s}.facet-item:hover{background:#f1f5f9;border-color:#cbd5e1}.facet-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.25rem}.facet-details{color:#64748b;font-size:.75rem}.badge{background:#dbeafe;border-radius:4px;color:#1e40af;display:inline-block;font-size:.75rem;font-weight:600;padding:.125rem .5rem}.btn-primary,.btn-secondary{border:none;border-radius:6px;cursor:pointer;font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s}.btn-primary{background:#3b82f6;color:#fff}.btn-primary:hover{background:#2563eb}.btn-secondary{background:#fff;border:1px solid #cbd5e1;color:#475569}.btn-secondary:hover{background:#f1f5f9}.text-muted{color:#94a3b8;font-style:italic}.error,.loading{align-items:center;color:#64748b;display:flex;font-size:1.25rem;height:100vh;justify-content:center}.error{color:#dc2626}.vexcel-studio{background:#0f172a;color:#f1f5f9;display:flex;flex-direction:column;font-family:Inter,Segoe UI,sans-serif;height:100vh;overflow:hidden}.vexcel-header{align-items:center;background:#1e293b;border-bottom:1px solid #334155;display:flex;flex-shrink:0;gap:1rem;justify-content:space-between;padding:.75rem 1.5rem}.vexcel-header h1{align-items:center;color:#10b981;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;margin:0}.vexcel-header .address-badge{background:#0f172a;border:1px solid #334155;border-radius:20px;color:#94a3b8;font-size:.8rem;padding:.25rem .75rem}.header-actions{align-items:center;display:flex;gap:.75rem}.vexcel-body{display:grid;flex:1 1;grid-template-columns:220px 1fr 260px;min-height:0;overflow:hidden}.vexcel-left{background:#1e293b;border-right:1px solid #334155;gap:1rem;overflow-y:auto;padding:1rem}.vexcel-left,.view-tabs{display:flex;flex-direction:column}.view-tabs{gap:.4rem}.view-tab{align-items:center;background:#0000;border:1px solid #334155;border-radius:8px;color:#cbd5e1;cursor:pointer;display:flex;font-size:.875rem;gap:.6rem;padding:.5rem .75rem;text-align:left;transition:all .15s;width:100%}.view-tab:hover{background:#334155;color:#f1f5f9}.view-tab.active{background:#10b98126;border-color:#10b981;color:#10b981;font-weight:600}.panel-section{background:#0f172a;border:1px solid #1e293b;border-radius:10px;padding:.75rem}.panel-section h3{color:#64748b;font-size:.8rem;letter-spacing:.05em;margin:0 0 .5rem;text-transform:uppercase}.prop-row{border-bottom:1px solid #1e293b;color:#94a3b8;display:flex;font-size:.8rem;justify-content:space-between;padding:.2rem 0}.prop-row:last-child{border-bottom:none}.prop-row strong{color:#cbd5e1;font-weight:500}.vexcel-center{background:#0f172a;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden;position:relative}.toolbar{align-items:center;background:#1e293b;border-bottom:1px solid #334155;display:flex;flex-shrink:0;gap:.5rem;padding:.5rem 1rem}.tool-btn{background:#0000;border:1px solid #334155;border-radius:6px;color:#94a3b8;cursor:pointer;font-size:.8rem;padding:.35rem .8rem;transition:all .15s}.tool-btn:hover{background:#334155;color:#f1f5f9}.tool-btn.active{background:#10b98126;border-color:#10b981;color:#10b981}.toolbar-sep{background:#334155;height:20px;margin:0 .25rem;width:1px}.canvas-wrap{display:block;flex:1 1;min-height:0;overflow:hidden;position:relative}.canvas-loading-overlay{align-items:center;background:#0f172ad9;display:flex;flex-direction:column;gap:1rem;inset:0;justify-content:center;position:absolute;z-index:10}.spinner{animation:spin .8s linear infinite;border:3px solid #334155;border-radius:50%;border-top-color:#10b981;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.canvas-loading-overlay p{color:#94a3b8;font-size:.9rem;margin:0}.vexcel-right{background:#1e293b;border-left:1px solid #334155;display:flex;flex-direction:column;gap:1rem;overflow-y:auto;padding:1rem}.metric-card{background:#0f172a;border:1px solid #1e293b;border-radius:10px;padding:.75rem}.metric-card h3{color:#64748b;font-size:.75rem;letter-spacing:.05em;margin:0 0 .75rem;text-transform:uppercase}.metrics-grid{grid-gap:.5rem;display:grid;gap:.5rem;grid-template-columns:1fr 1fr}.metric-item{background:#1e293b;border:1px solid #334155;border-radius:8px;padding:.6rem}.metric-item label{color:#64748b;display:block;font-size:.7rem;letter-spacing:.04em;margin-bottom:.2rem;text-transform:uppercase}.metric-item .val{color:#f1f5f9;font-size:1rem;font-weight:700}.metric-item .val.updated{color:#10b981}.publish-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:10px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;font-size:.95rem;font-weight:700;padding:.75rem;transition:all .2s;width:100%}.publish-btn:hover:not(:disabled){box-shadow:0 6px 16px #10b98166;transform:translateY(-1px)}.publish-btn:disabled{cursor:not-allowed;opacity:.5;transform:none}.publish-success{background:#10b9811a;border:1px solid #10b981;border-radius:10px;color:#10b981;font-size:.85rem;font-weight:600;padding:.75rem;text-align:center}.instruction-box{background:#3b82f614;border:1px solid #3b82f640;border-radius:8px;color:#94a3b8;font-size:.78rem;line-height:1.5;padding:.65rem .75rem}.instruction-box strong{color:#93c5fd}.btn-secondary{background:#0000;border:1px solid #334155;border-radius:7px;color:#94a3b8;cursor:pointer;font-size:.85rem;padding:.4rem .9rem;transition:all .15s}.btn-secondary:hover{background:#334155;color:#f1f5f9}.studio-error{align-items:center;color:#ef4444;display:flex;flex:1 1;flex-direction:column;gap:1rem;justify-content:center}:root{--notify-bg:#0b1120;--notify-card-bg:#111827;--notify-border:#1e3a5f;--notify-primary:#4fc3f7;--notify-primary-dark:#0288d1;--notify-success:#64ffda;--notify-error:#ff6464;--notify-warning:orange;--notify-text:#e2e8f0;--notify-muted:#8892b0;--notify-radius:16px}.notify-container{align-items:center;background:#0b1120;background:var(--notify-bg);color:#e2e8f0;color:var(--notify-text);display:flex;flex-direction:column;font-family:Inter,Segoe UI,system-ui,sans-serif;justify-content:flex-start;min-height:100vh;padding:1.5rem 1rem 4rem}.notify-card{background:#111827;background:var(--notify-card-bg);border:1px solid #1e3a5f;border:1px solid var(--notify-border);border-radius:16px;border-radius:var(--notify-radius);max-width:480px;padding:2rem 1.5rem;width:100%}.notify-card.notify-center{align-items:center;display:flex;flex-direction:column;gap:.75rem;margin-top:4rem;text-align:center}.notify-brand{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.notify-brand-icon{font-size:1.5rem}.notify-brand-name{color:#4fc3f7;color:var(--notify-primary);font-size:1rem;font-weight:700;letter-spacing:.02em}.notify-header{align-items:center;display:flex;gap:.75rem;max-width:480px;padding:1rem .5rem .5rem;width:100%}.notify-address-sm{color:#8892b0;color:var(--notify-muted);font-size:.8rem}.notify-badge{background:#4fc3f71a;border:1px solid #0288d1;border:1px solid var(--notify-primary-dark);border-radius:20px;color:#4fc3f7;color:var(--notify-primary);display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.06em;margin-bottom:.75rem;padding:.25rem .75rem;text-transform:uppercase}.notify-address{font-size:1.25rem;font-weight:700;line-height:1.3;margin:0 0 .5rem}.notify-subtext{color:#8892b0;color:var(--notify-muted);font-size:.9rem;line-height:1.5;margin-bottom:1.25rem}.notify-benefits{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1.25rem}.notify-benefit{align-items:center;color:#c0c8e0;display:flex;font-size:.88rem;gap:.6rem}.notify-toggle{display:flex;gap:.5rem;margin-bottom:1rem}.notify-toggle-btn{background:#0000;border:1px solid #1e3a5f;border:1px solid var(--notify-border);border-radius:10px;color:#8892b0;color:var(--notify-muted);cursor:pointer;flex:1 1;font-size:.9rem;padding:.6rem;transition:all .15s}.notify-toggle-btn.active{background:#4fc3f71f;border-color:#4fc3f7;border-color:var(--notify-primary);color:#4fc3f7;color:var(--notify-primary);font-weight:600}.notify-form{display:flex;flex-direction:column;gap:.75rem}.notify-input{background:#0d1827;border:1px solid #1e3a5f;border:1px solid var(--notify-border);border-radius:12px;color:#e2e8f0;color:var(--notify-text);font-size:1.1rem;outline:none;padding:.9rem 1rem;transition:border-color .15s;width:100%}.notify-input:focus{border-color:#4fc3f7;border-color:var(--notify-primary)}.notify-input--code{font-size:2rem;font-weight:700;letter-spacing:.3em;text-align:center}.notify-consent-label{align-items:flex-start;cursor:pointer;display:flex;gap:.6rem}.notify-consent-label input[type=checkbox]{accent-color:#4fc3f7;accent-color:var(--notify-primary);flex-shrink:0;margin-top:3px}.notify-consent-text{color:#8892b0;color:var(--notify-muted);font-size:.75rem;line-height:1.4}.notify-consent-text a{color:#4fc3f7;color:var(--notify-primary);text-decoration:none}.notify-btn{border:none;border-radius:12px;cursor:pointer;font-size:1rem;font-weight:600;padding:.85rem 1rem;transition:all .15s;width:100%}.notify-btn--primary{background:#4fc3f7;background:var(--notify-primary);color:#0b1120}.notify-btn--primary:hover:not(:disabled){background:#81d4fa}.notify-btn--primary:disabled{cursor:not-allowed;opacity:.5}.notify-btn--outline{background:#0000;border:1px solid #1e3a5f;border:1px solid var(--notify-border);color:#e2e8f0;color:var(--notify-text)}.notify-btn--outline:hover{border-color:#4fc3f7;border-color:var(--notify-primary);color:#4fc3f7;color:var(--notify-primary)}.notify-btn--ghost{background:#0000;color:#8892b0;color:var(--notify-muted);font-size:.9rem}.notify-btn--ghost:hover{color:#e2e8f0;color:var(--notify-text)}.notify-btn--ghost:disabled{cursor:not-allowed;opacity:.5}.notify-error{background:#ff64641a;border-radius:8px;color:#ff6464;color:var(--notify-error);font-size:.85rem;padding:.6rem .8rem}.notify-muted{font-size:.9rem}.notify-footer-note,.notify-muted{color:#8892b0;color:var(--notify-muted)}.notify-footer-note{font-size:.75rem;margin-top:.5rem;text-align:center}.notify-icon{align-items:center;border-radius:50%;display:flex;font-size:1.5rem;height:56px;justify-content:center;width:56px}.notify-icon--primary{background:#4fc3f71a}.notify-icon--success{background:#64ffda1a;color:#64ffda;color:var(--notify-success);font-size:2rem}.notify-icon--error{background:#ff64641a;color:#ff6464;color:var(--notify-error)}.notify-spinner{animation:notify-spin .8s linear infinite;border:3px solid #1e3a5f;border-top-color:#4fc3f7;border:3px solid var(--notify-border);border-radius:50%;border-top-color:var(--notify-primary);height:36px;width:36px}@keyframes notify-spin{to{transform:rotate(1turn)}}.notify-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:.75rem;max-width:480px;width:100%}@media (max-width:400px){.notify-grid{grid-template-columns:1fr}}.notify-widget{background:#111827;background:var(--notify-card-bg);border:1px solid #1e3a5f;border:1px solid var(--notify-border);border-radius:14px;padding:1rem}.notify-widget-title{color:#8892b0;color:var(--notify-muted);font-size:.8rem;font-weight:600;letter-spacing:.06em;margin-bottom:.75rem;text-transform:uppercase}.notify-event-row{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.notify-event-type{font-size:.85rem;font-weight:600;text-transform:capitalize}.notify-event-date{color:#8892b0;color:var(--notify-muted);font-size:.75rem}.notify-risk-row{align-items:center;display:flex;font-size:.9rem;justify-content:space-between;margin-bottom:.5rem}.notify-cta-row{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem;max-width:480px;width:100%}.notify-section{background:#111827;background:var(--notify-card-bg);border:1px solid #1e3a5f;border:1px solid var(--notify-border);border-radius:14px;max-width:480px;padding:1rem;width:100%}.notify-section-title{color:#8892b0;color:var(--notify-muted);font-size:.8rem;font-weight:600;letter-spacing:.06em;margin-bottom:.75rem;text-transform:uppercase}.notify-timeline-row{align-items:flex-start;border-bottom:1px solid #1e3a5f;border-bottom:1px solid var(--notify-border);display:flex;gap:.75rem;margin-bottom:.75rem;padding-bottom:.75rem}.notify-timeline-row:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.notify-timeline-dot{background:#4fc3f7;background:var(--notify-primary);border-radius:50%;flex-shrink:0;height:8px;margin-top:5px;width:8px}.notify-pref-section{border:1px solid #1e3a5f;border:1px solid var(--notify-border);border-radius:14px;margin-bottom:.75rem;padding:1rem}.notify-pref-header{align-items:center;display:flex;font-weight:600;justify-content:space-between;margin-bottom:.5rem}.notify-switch{display:inline-block;height:24px;position:relative;width:44px}.notify-switch input{height:0;opacity:0;width:0}.notify-switch-slider{background:#1e3a5f;border-radius:24px;cursor:pointer;inset:0;position:absolute;transition:.2s}.notify-switch-slider:before{background:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.2s;width:18px}.notify-switch input:checked+.notify-switch-slider{background:#4fc3f7;background:var(--notify-primary)}.notify-switch input:checked+.notify-switch-slider:before{transform:translateX(20px)}.notify-topics{display:flex;flex-direction:column;gap:.5rem;margin-top:.75rem}.notify-topic-row{align-items:flex-start;cursor:pointer;display:flex;gap:.6rem}.notify-topic-row input{accent-color:#4fc3f7;accent-color:var(--notify-primary);margin-top:3px}.notify-topic-label{font-size:.9rem;font-weight:600}.notify-topic-desc{color:#8892b0;color:var(--notify-muted);font-size:.75rem}.notify-service-list{display:flex;flex-direction:column;gap:.6rem;margin:1rem 0}.notify-service-card{align-items:center;border:1px solid #1e3a5f;border:1px solid var(--notify-border);border-radius:12px;cursor:pointer;display:flex;gap:.75rem;padding:.85rem;transition:all .15s}.notify-service-card:hover{background:#4fc3f70d;border-color:#4fc3f7;border-color:var(--notify-primary)}.notify-service-card.selected{background:#4fc3f71a;border-color:#4fc3f7;border-color:var(--notify-primary)}.notify-service-icon{flex-shrink:0;font-size:1.5rem}.notify-service-label{font-size:.95rem;font-weight:600}.notify-service-desc{color:#8892b0;color:var(--notify-muted);font-size:.78rem}:root{--nn-bg:#080f1e;--nn-surface:#0d1828;--nn-card:#111f33;--nn-border:#1a3050;--nn-primary:#4fc3f7;--nn-primary2:#29b6f6;--nn-accent:#64ffda;--nn-text:#e2e8f0;--nn-muted:#7a8ba8;--nn-radius:16px}.nn-page{background:#080f1e;background:var(--nn-bg);color:#e2e8f0;color:var(--nn-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;min-height:100vh}.nn-header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#080f1eeb;border-bottom:1px solid #1a3050;border-bottom:1px solid var(--nn-border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.nn-header-inner{justify-content:space-between;margin:0 auto;max-width:1100px;padding:1rem 2rem}.nn-header-inner,.nn-logo{align-items:center;display:flex}.nn-logo{color:#e2e8f0;color:var(--nn-text);gap:.6rem;text-decoration:none}.nn-logo-icon{font-size:1.75rem}.nn-logo-name{color:#4fc3f7;color:var(--nn-primary);font-size:1rem;font-weight:700;line-height:1.2}.nn-logo-sub{color:#7a8ba8;color:var(--nn-muted);font-size:.7rem}.nn-nav{align-items:center;display:flex;gap:1.5rem}.nn-nav a{color:#7a8ba8;color:var(--nn-muted);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .15s}.nn-nav a:hover{color:#4fc3f7;color:var(--nn-primary)}.nn-hero{background:radial-gradient(ellipse 80% 50% at 50% -10%,#4fc3f71f 0,#0000 70%),linear-gradient(180deg,#0b1828,#080f1e);background:radial-gradient(ellipse 80% 50% at 50% -10%,#4fc3f71f 0,#0000 70%),linear-gradient(180deg,#0b1828 0,var(--nn-bg) 100%);padding:6rem 2rem 5rem;text-align:center}.nn-hero-inner{margin:0 auto;max-width:800px}.nn-hero-badge{background:#4fc3f71a;border:1px solid #4fc3f74d;border-radius:100px;color:#4fc3f7;color:var(--nn-primary);display:inline-block;font-size:.8rem;font-weight:600;letter-spacing:.08em;margin-bottom:1.5rem;padding:.35rem 1rem;text-transform:uppercase}.nn-hero-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 1.25rem}.nn-accent{color:#4fc3f7;color:var(--nn-primary)}.nn-hero-sub{color:#7a8ba8;color:var(--nn-muted);font-size:1.1rem;line-height:1.7;margin:0 auto 2rem;max-width:640px}.nn-hero-badges{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.nn-badge{background:#ffffff0a;border:1px solid #1a3050;border:1px solid var(--nn-border);border-radius:100px;font-size:.85rem;font-weight:500;padding:.4rem 1rem}.nn-section{padding:5rem 2rem}.nn-section--alt{background:#0d1828;background:var(--nn-surface)}.nn-inner{margin:0 auto;max-width:1100px}.nn-section-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:800;letter-spacing:-.02em;margin:0 0 .75rem;text-align:center}.nn-section-sub{color:#7a8ba8;color:var(--nn-muted);font-size:1rem;line-height:1.6;margin:0 auto 3rem;max-width:620px;text-align:center}.nn-steps{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:700px}.nn-step{align-items:flex-start;background:#111f33;background:var(--nn-card);border:1px solid #1a3050;border:1px solid var(--nn-border);border-radius:16px;border-radius:var(--nn-radius);display:flex;gap:1.25rem;padding:1.5rem}.nn-step-num{align-items:center;background:#4fc3f71f;border:1px solid #4fc3f74d;border-radius:50%;color:#4fc3f7;color:var(--nn-primary);display:flex;flex-shrink:0;font-size:1rem;font-weight:800;height:36px;justify-content:center;width:36px}.nn-step-title{font-weight:700;margin-bottom:.4rem}.nn-step-desc{color:#7a8ba8;color:var(--nn-muted);font-size:.95rem;line-height:1.6}.nn-alert-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.nn-alert-card{background:#111f33;background:var(--nn-card);border:1px solid #1a3050;border:1px solid var(--nn-border);border-radius:16px;border-radius:var(--nn-radius);padding:1.5rem;transition:border-color .2s}.nn-alert-card:hover{border-color:#4fc3f7;border-color:var(--nn-primary)}.nn-alert-icon{font-size:2rem;margin-bottom:.75rem}.nn-alert-title{font-size:1rem;font-weight:700;margin-bottom:.5rem}.nn-alert-desc{color:#7a8ba8;color:var(--nn-muted);font-size:.9rem;line-height:1.5;margin-bottom:.75rem}.nn-alert-example{background:#0000004d;border-left:2px solid #4fc3f7;border-left:2px solid var(--nn-primary);border-radius:0 8px 8px 0;color:#a0b0c8;font-size:.8rem;font-style:italic;line-height:1.5;padding:.6rem .8rem}.nn-compliance-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.nn-compliance-item{background:#111f33;background:var(--nn-card);border:1px solid #1a3050;border:1px solid var(--nn-border);border-radius:16px;border-radius:var(--nn-radius);padding:1.5rem}.nn-compliance-icon{font-size:1.5rem;margin-bottom:.5rem}.nn-compliance-title{font-weight:700;margin-bottom:.4rem}.nn-compliance-desc{color:#7a8ba8;color:var(--nn-muted);font-size:.9rem;line-height:1.5}.nn-disclosure{background:#4fc3f70d;border:1px solid #4fc3f733;border-radius:16px;border-radius:var(--nn-radius);margin:0 auto;max-width:760px;padding:2rem}.nn-disclosure h3{color:#4fc3f7;color:var(--nn-primary);font-size:1rem;margin:0 0 .75rem}.nn-disclosure p{color:#7a8ba8;color:var(--nn-muted);font-size:.95rem;line-height:1.7;margin:0 0 .5rem}.nn-disclosure a{color:#4fc3f7;color:var(--nn-primary)}.nn-disclosure-contact{font-size:.85rem!important}.nn-footer{background:#0d1828;background:var(--nn-surface);border-top:1px solid #1a3050;border-top:1px solid var(--nn-border);padding:2.5rem 2rem}.nn-footer .nn-inner{align-items:center;display:flex;flex-direction:column;gap:1rem;text-align:center}.nn-footer-logo{align-items:center;color:#4fc3f7;color:var(--nn-primary);display:flex;font-weight:700;gap:.4rem}.nn-footer-links{display:flex;gap:1.5rem}.nn-footer-links a{color:#7a8ba8;color:var(--nn-muted);font-size:.85rem;text-decoration:none}.nn-footer-links a:hover{color:#4fc3f7;color:var(--nn-primary)}.nn-footer-copy{color:#7a8ba8;color:var(--nn-muted);font-size:.75rem;line-height:1.5;max-width:560px}.nn-doc-page{min-height:70vh;padding:4rem 2rem}.nn-doc-inner{background:#0d1828;background:var(--nn-surface);border:1px solid #1a3050;border:1px solid var(--nn-border);border-radius:16px;border-radius:var(--nn-radius);margin:0 auto;max-width:760px;padding:3rem}.nn-doc-inner h1{font-size:2rem;font-weight:800;margin:0 0 .4rem}.nn-doc-meta{color:#7a8ba8;color:var(--nn-muted);font-size:.85rem;margin-bottom:2rem}.nn-doc-inner h2{color:#4fc3f7;color:var(--nn-primary);font-size:1.1rem;font-weight:700;margin:2rem 0 .6rem}.nn-doc-inner ol,.nn-doc-inner p,.nn-doc-inner ul{color:#b0bec8;line-height:1.7;margin:0 0 1rem}.nn-doc-inner ol,.nn-doc-inner ul{padding-left:1.4rem}.nn-doc-inner li{margin-bottom:.4rem}.nn-doc-inner a{color:#4fc3f7;color:var(--nn-primary);text-decoration:underline}.nn-doc-inner strong{color:#e2e8f0;color:var(--nn-text)}.nn-terms-box{background:#4fc3f70f;border:1px solid #4fc3f740;border-radius:16px;border-radius:var(--nn-radius);margin-bottom:2rem;padding:1.5rem}.nn-terms-box strong{color:#4fc3f7;color:var(--nn-primary);display:block;margin-bottom:.75rem}.nn-terms-box ul{margin:0}@media (max-width:640px){.nn-header-inner{flex-direction:column;gap:.75rem}.nn-hero{padding:3.5rem 1.25rem 3rem}.nn-section{padding:3.5rem 1.25rem}.nn-doc-inner{padding:1.75rem}.nn-alert-grid,.nn-compliance-grid{grid-template-columns:1fr}}*{box-sizing:border-box;margin:0;padding:0}body{background:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App{min-height:100vh;width:100%}
/*# sourceMappingURL=main.0458e6b6.css.map*/