html,body{width:100%;height:100%;margin:0;padding:0}#root{width:100%;height:100vh;margin:0;padding:0}body{margin:0;padding:0;font-family:Amazon Ember,Helvetica Neue,Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Amazon Ember,Helvetica Neue,Roboto,Arial,sans-serif;line-height:1.6;color:#232f3e;background:#f9f9f9;min-height:100vh;margin:0;padding:0}.app{min-height:100vh;display:flex;flex-direction:column;width:100%}.app-header{background:#232f3e;color:#fff;padding:1.5rem 2rem;box-shadow:0 2px 4px #0000001a;border-bottom:2px solid #ff9900}.app-header h1{font-size:2rem;font-weight:700;color:#fff;margin-bottom:.5rem;display:flex;align-items:center;gap:.75rem}.app-header h1:before{content:"🔐";font-size:1.8rem}.app-header p{font-size:1rem;color:#aab7b8;max-width:600px;font-weight:400}.app-main{flex:1;padding:2rem;width:100%;background:#f9f9f9;min-height:calc(100vh - 200px);display:flex;justify-content:center;align-items:flex-start}.app-footer{background:#232f3e;color:#aab7b8;padding:1rem 2rem;text-align:center;font-size:.85rem;border-top:1px solid #394a5a}.btn{padding:10px 16px;border:1px solid transparent;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .15s ease;text-decoration:none;display:inline-block;text-align:center;font-family:inherit;line-height:1.42857}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-primary{background-color:#f90;border-color:#f90;color:#232f3e;font-weight:600}.btn-primary:hover:not(:disabled){background-color:#e88b00;border-color:#e88b00}.btn-primary:active:not(:disabled){background-color:#cc7a00;border-color:#cc7a00;transform:translateY(1px)}.btn-secondary{background-color:#fff;border-color:#d5dbdb;color:#232f3e}.btn-secondary:hover:not(:disabled){background-color:#fafbfc;border-color:#879196}.btn-danger{background-color:#d13212;border-color:#d13212;color:#fff}.btn-danger:hover:not(:disabled){background-color:#a42a0e;border-color:#a42a0e}.card{background:#fff;border:1px solid #d5dbdb;border-radius:4px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 1px #0000000d;transition:box-shadow .15s ease}.card:hover{box-shadow:0 2px 8px #0000001a}.card-header{background:#f2f3f3;margin:-1.5rem -1.5rem 1rem;padding:1rem 1.5rem;border-bottom:1px solid #d5dbdb;border-radius:4px 4px 0 0}.card-title{font-size:1.25rem;font-weight:600;color:#232f3e;margin:0}.spinner{width:32px;height:32px;border:3px solid #f2f3f3;border-top:3px solid #ff9900;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}h1,h2,h3,h4,h5,h6{color:#232f3e;font-weight:600;line-height:1.2}h2{font-size:1.75rem;margin-bottom:1rem}h3{font-size:1.5rem;margin-bottom:.75rem}h4{font-size:1.25rem;margin-bottom:.5rem}.status-allow{color:#1d8102;background-color:#d4eecd;border-color:#1d8102}.status-deny{color:#d13212;background-color:#fdf2f2;border-color:#d13212}.status-warning{color:#b7791f;background-color:#fcf3e6;border-color:#b7791f}.form-control{display:block;width:100%;padding:8px 12px;font-size:14px;line-height:1.42857;color:#232f3e;background-color:#fff;border:1px solid #d5dbdb;border-radius:4px;transition:border-color .15s ease}.form-control:focus{border-color:#f90;outline:0;box-shadow:0 0 0 2px #f903}.alert{padding:12px 16px;margin-bottom:1rem;border:1px solid transparent;border-radius:4px;font-size:14px}.alert-success{color:#1d8102;background-color:#d4eecd;border-color:#1d8102}.alert-danger{color:#d13212;background-color:#fdf2f2;border-color:#d13212}.alert-warning{color:#b7791f;background-color:#fcf3e6;border-color:#b7791f}.alert-info{color:#0073bb;background-color:#e7f3ff;border-color:#0073bb}.breadcrumb{padding:8px 0;margin-bottom:1rem;list-style:none;background-color:transparent;border-radius:4px}.breadcrumb-item{display:inline-block;color:#545b64;font-size:14px}.breadcrumb-item+.breadcrumb-item:before{content:">";padding:0 8px;color:#879196}.breadcrumb-item.active{color:#232f3e;font-weight:500}@media (max-width: 768px){.app-header{padding:1rem}.app-header h1{font-size:1.5rem}.app-main{padding:1rem}.btn{width:100%;margin-bottom:.5rem}.card{padding:1rem}}.text-center{text-align:center}.text-muted{color:#545b64!important}.text-success{color:#1d8102!important}.text-danger{color:#d13212!important}.text-warning{color:#b7791f!important}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.d-flex{display:flex}.justify-content-between{justify-content:space-between}.align-items-center{align-items:center}.flex-wrap{flex-wrap:wrap}.gap-2{gap:1rem}.results-container{opacity:0;transform:translateY(40px) scale(.95);transition:all .8s cubic-bezier(.4,0,.2,1)}.results-container.results-enter-active{opacity:1;transform:translateY(0) scale(1)}.summary-card{animation:cardSlideIn .6s ease-out forwards;opacity:0;transform:translateY(20px)}.summary-card:nth-child(1){animation-delay:.1s}.summary-card:nth-child(2){animation-delay:.2s}.summary-card:nth-child(3){animation-delay:.3s}.summary-card:nth-child(4){animation-delay:.4s}@keyframes cardSlideIn{to{opacity:1;transform:translateY(0)}}.policy-uploader{width:100%;max-width:800px;margin:0 auto;padding:0 2rem}.upload-area{border:2px dashed #d5dbdb;border-radius:4px;padding:4rem 2rem;text-align:center;background:#fff;cursor:pointer;transition:all .15s ease;margin-bottom:2rem;position:relative;min-height:300px;display:flex;align-items:center;justify-content:center}.upload-area:hover{border-color:#f90;background:#fffbf5}.upload-area.drag-over{border-color:#1d8102;background:#f0f8f0;border-style:solid}.upload-area.loading{border-color:#f90;background:#fffbf5;cursor:not-allowed}.upload-content .upload-icon{font-size:3rem;margin-bottom:1rem;color:#545b64}.upload-content h3{font-size:1.25rem;color:#232f3e;margin-bottom:.5rem;font-weight:600}.upload-content p{color:#545b64;font-size:1rem;margin-bottom:.5rem}.upload-content small{color:#879196;font-size:.875rem}.loading-content{display:flex;flex-direction:column;align-items:center}.loading-content p{color:#f90;font-weight:500;font-size:1rem;margin-top:.5rem}.upload-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.upload-actions .btn{min-width:160px}.error-message{background:#fdf2f2;color:#d13212;padding:12px 16px;border:1px solid #d13212;border-radius:4px;margin:1rem 0;font-size:14px;animation:slideIn .2s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.error-message strong{font-weight:600}.help-text{background:#fff;padding:1.5rem;border:1px solid #d5dbdb;border-radius:4px;border-left:4px solid #0073bb}.help-text h4{color:#232f3e;margin-bottom:.75rem;font-size:1rem;font-weight:600}.help-text p{color:#545b64;line-height:1.6;margin:0;font-size:14px}.sample-policies{background:#fff;border:1px solid #d5dbdb;border-radius:4px;padding:1.5rem;margin-top:1.5rem}.sample-policies h4{color:#232f3e;margin-bottom:1rem;font-size:1.1rem;font-weight:600}.sample-policy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.sample-policy-card{border:1px solid #d5dbdb;border-radius:4px;padding:1rem;cursor:pointer;transition:all .15s ease;background:#fafbfc}.sample-policy-card:hover{border-color:#f90;background:#fff;box-shadow:0 1px 3px #0000001a}.sample-policy-card h5{color:#232f3e;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.sample-policy-card p{color:#545b64;font-size:.85rem;margin:0;line-height:1.4}.upload-status{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem;border-radius:4px;font-size:14px;font-weight:500;margin:1rem 0}.upload-status.success{background:#d4eecd;color:#1d8102;border:1px solid #1d8102}.upload-status.processing{background:#fcf3e6;color:#b7791f;border:1px solid #b7791f}.upload-status.error{background:#fdf2f2;color:#d13212;border:1px solid #d13212}.file-info{background:#e7f3ff;border:1px solid #0073bb;border-radius:4px;padding:1rem;margin:1rem 0;font-size:14px}.file-info-item{display:flex;justify-content:space-between;margin-bottom:.5rem}.file-info-item:last-child{margin-bottom:0}.file-info-label{font-weight:500;color:#232f3e}.file-info-value{color:#545b64}.upload-progress{width:100%;height:4px;background:#d5dbdb;border-radius:2px;overflow:hidden;margin:1rem 0}.upload-progress-bar{height:100%;background:#f90;border-radius:2px;transition:width .3s ease;animation:progressPulse 1.5s ease-in-out infinite}@keyframes progressPulse{0%,to{opacity:1}50%{opacity:.7}}@media (max-width: 768px){.upload-area{padding:2rem 1rem}.upload-actions{flex-direction:column;align-items:center}.upload-actions .btn{width:100%;max-width:300px}.sample-policy-grid{grid-template-columns:1fr}.file-info-item{flex-direction:column;gap:.25rem}}.loading-content{display:flex;flex-direction:column;align-items:center;animation:pulse 2s ease-in-out infinite}.loading-content .spinner{width:60px;height:60px;border:4px solid #f3f3f3;border-top:4px solid #ff9900;border-radius:50%;animation:spin 1s linear infinite,glow 2s ease-in-out infinite alternate;margin-bottom:1.5rem;box-shadow:0 4px 20px #ff99004d}@keyframes glow{0%{box-shadow:0 4px 20px #ff99004d}to{box-shadow:0 8px 30px #f909}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.loading-content p{color:#f90;font-weight:600;font-size:1.1rem;animation:fadeInOut 2s ease-in-out infinite}@keyframes fadeInOut{0%,to{opacity:.7}50%{opacity:1}}.loading-steps{margin-top:1rem;text-align:center}.loading-step{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:.5rem 0;font-size:.9rem;color:#545b64;opacity:.5;transition:all .3s ease}.loading-step.active{opacity:1;color:#f90;font-weight:600}.loading-step.completed{opacity:.8;color:#1d8102}.loading-step-icon{width:16px;height:16px;border-radius:50%;border:2px solid currentColor;position:relative}.loading-step.completed .loading-step-icon{background:#1d8102;border-color:#1d8102}.loading-step.completed .loading-step-icon:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-size:10px;font-weight:700}.upload-area.processing{border-color:#f90;background:linear-gradient(135deg,#fffbf5,#fff4e6);box-shadow:0 4px 20px #f903;animation:processingGlow 2s ease-in-out infinite alternate}@keyframes processingGlow{0%{box-shadow:0 4px 20px #f903}to{box-shadow:0 8px 30px #f906}}.policy-results{width:100%;max-width:1000px;margin:0 auto;padding:0 2rem}.results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.results-header h2{color:#232f3e;font-size:1.75rem;font-weight:600;margin:0}.policy-info{background:#e7f3ff;border:1px solid #0073bb;border-radius:4px;padding:12px 16px;margin-bottom:1.5rem;font-size:14px;color:#232f3e}.policy-info strong{font-weight:600}.section{background:#fff;border:1px solid #d5dbdb;border-radius:4px;margin-bottom:1.5rem;overflow:hidden}.section h3{background:#f2f3f3;color:#232f3e;font-size:1.25rem;font-weight:600;margin:0;padding:1rem 1.5rem;border-bottom:1px solid #d5dbdb}.section-content{padding:1.5rem}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;padding:2rem}.summary-card{background:linear-gradient(135deg,#232f3e,#394a5a);color:#fff;padding:1.5rem;border-radius:4px;text-align:center;border:1px solid #394a5a;position:relative;overflow:hidden}.summary-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:#f90}.card-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem;color:#f90}.card-label{font-size:.9rem;color:#aab7b8;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem;align-items:flex-start}.tag{display:inline-block;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;line-height:1.2;max-width:300px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:1px solid}.tag-action{background:#e7f3ff;color:#0073bb;border-color:#0073bb}.tag-resource{background:#d4eecd;color:#1d8102;border-color:#1d8102}.tag-principal{background:#fcf3e6;color:#b7791f;border-color:#b7791f}.statements-list{display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.statement-card{background:#fafbfc;border:1px solid #d5dbdb;border-radius:4px;padding:1.5rem;transition:all .15s ease}.statement-card:hover{background:#fff;box-shadow:0 2px 8px #0000001a;border-color:#879196}.statement-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.effect-badge{padding:4px 12px;border-radius:4px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;border:1px solid}.effect-badge.allow{background:#d4eecd;color:#1d8102;border-color:#1d8102}.effect-badge.deny{background:#fdf2f2;color:#d13212;border-color:#d13212}.statement-id{color:#545b64;font-size:12px;font-weight:500;background:#e9ecef;padding:2px 6px;border-radius:3px}.statement-section{margin-bottom:1rem}.statement-section:last-child{margin-bottom:0}.statement-section h4{color:#232f3e;font-size:1rem;font-weight:600;margin-bottom:.5rem}.conditions-indicator{display:inline-flex;align-items:center;gap:.5rem;background:#fcf3e6;color:#b7791f;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;border:1px solid #b7791f}.no-data{color:#879196;font-style:italic;margin:0;font-size:14px}.visualization-placeholder{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #d5dbdb;border-radius:4px;padding:3rem 2rem;text-align:center;margin:1.5rem 0}.placeholder-content h4{color:#232f3e;font-size:1.5rem;margin-bottom:1rem}.placeholder-content p{color:#545b64;font-size:1rem;margin-bottom:1rem}.placeholder-content ul{color:#545b64;text-align:left;max-width:400px;margin:0 auto;list-style-position:inside}.placeholder-content li{margin-bottom:.5rem;font-size:14px}.debug-section{margin-top:2rem;border:1px solid #d5dbdb;border-radius:4px;background:#fff}.debug-section summary{padding:12px 16px;background:#f2f3f3;cursor:pointer;font-weight:500;color:#232f3e;border-bottom:1px solid #d5dbdb;-webkit-user-select:none;user-select:none}.debug-section summary:hover{background:#e9ecef}.debug-json{background:#232f3e;color:#aab7b8;padding:1rem;margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:12px;line-height:1.4;overflow-x:auto;white-space:pre-wrap;word-wrap:break-word}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;height:20px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width: 768px){.results-header{flex-direction:column;align-items:stretch;text-align:center}.summary-cards{grid-template-columns:repeat(2,1fr);gap:.75rem;padding:1rem}.card-number{font-size:2rem}.statement-card{padding:1rem}.statement-header{flex-direction:column;align-items:flex-start;gap:.5rem}.tags-container{gap:.25rem}.tag{font-size:11px;padding:3px 6px;max-width:200px}.debug-json{font-size:10px}}@media (max-width: 480px){.summary-cards{grid-template-columns:1fr}.placeholder-content{padding:1rem}.placeholder-content h4{font-size:1.25rem}}.visualization-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;padding:1.5rem}@media (max-width: 768px){.visualization-grid{grid-template-columns:1fr;padding:1rem;gap:1rem}}.visualization-full-width{padding:1.5rem}.policy-summary-chart{background:#fff;border:1px solid #d5dbdb;border-radius:4px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a}.chart-container{display:flex;justify-content:center;align-items:center;min-height:300px}.chart-container svg{max-width:100%;height:auto}.arc{transition:all .2s ease}.arc:hover{filter:brightness(1.1)}.center-text text{font-family:Amazon Ember,Helvetica Neue,Roboto,Arial,sans-serif}.legend .legend-item{cursor:pointer}.legend .legend-item:hover rect{filter:brightness(1.2)}.legend .legend-item:hover text{font-weight:600}.chart-tooltip{font-family:Amazon Ember,Helvetica Neue,Roboto,Arial,sans-serif!important;box-shadow:0 4px 12px #0000004d!important;border:1px solid rgba(255,255,255,.2)!important}.chart-loading{display:flex;justify-content:center;align-items:center;height:300px;color:#545b64;font-style:italic}.chart-empty{display:flex;flex-direction:column;justify-content:center;align-items:center;height:300px;color:#879196;text-align:center}.chart-empty h5{color:#545b64;margin-bottom:.5rem}.chart-empty p{font-size:.9rem;margin:0}@media (max-width: 768px){.policy-summary-chart{padding:1rem}.chart-header h4{font-size:1.1rem}.chart-header p{font-size:.85rem}.chart-container{min-height:250px}}@media (max-width: 480px){.policy-summary-chart{padding:.75rem}.chart-container{min-height:200px}}.chart-enter{opacity:0;transform:translateY(20px);transition:all .6s ease}.chart-enter-active{opacity:1;transform:translateY(0)}.policy-tree-diagram{background:#fff;border:1px solid #d5dbdb;border-radius:4px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.policy-tree-diagram.fullscreen-active{position:fixed;inset:0;z-index:9999;margin:0;border-radius:0;border:none;background:#f9f9f9;padding:2rem;overflow:hidden;animation:expandToFullscreen .3s cubic-bezier(.4,0,.2,1)}.policy-tree-diagram.fullscreen-active .chart-container{min-height:calc(100vh - 200px);height:calc(100vh - 200px)}.chart-container{display:flex;justify-content:center;align-items:center;min-height:500px;overflow-x:auto;overflow-y:hidden;border:1px solid #e9ecef;border-radius:4px;background:#fafbfc;position:relative}.tree-controls{position:absolute;top:10px;left:10px;display:flex;gap:5px;z-index:1000}.tree-btn{background:#ffffffe6;border:1px solid #d5dbdb;border-radius:6px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:16px;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.tree-btn:hover{background:#0073bbe6;color:#fff;border-color:#0073bb;transform:scale(1.05)}.tree-btn:active{transform:scale(.95)}.fullscreen-controls{position:absolute;top:10px;left:50%;transform:translate(-50%);z-index:1000}.node{cursor:pointer;transition:all .2s ease;outline:none}.node circle{transition:all .3s ease}.node:hover circle{filter:brightness(1.2);stroke-width:3px!important}.node:focus circle{stroke:#f90;stroke-width:3px}.node text{font-family:Amazon Ember,Helvetica Neue,Roboto,Arial,sans-serif;fill:#232f3e;transition:all .2s ease}.node:hover text{font-weight:600}.link{transition:all .3s ease}.link:hover{stroke:#f90!important;stroke-width:3px!important}.node[data-type=root] circle{stroke-width:3px}.node[data-type=action] circle,.node[data-type=resource] circle{stroke-width:1px}.node:hover{filter:drop-shadow(0 2px 4px rgba(0,0,0,.2))}.tree-enter{opacity:0;transform:scale(.8);transition:all .6s ease}.tree-enter-active{opacity:1;transform:scale(1)}.tree-loading{display:flex;justify-content:center;align-items:center;height:400px;color:#545b64}.loading-tree{text-align:center}.loading-tree .spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #ff9900;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.chart-container::-webkit-scrollbar{height:8px}.chart-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.chart-container::-webkit-scrollbar-thumb{background:#d5dbdb;border-radius:4px}.chart-container::-webkit-scrollbar-thumb:hover{background:#879196}@media (max-width: 768px){.policy-tree-diagram{padding:1rem}.chart-header h4{font-size:1.1rem}.chart-header p{font-size:.8rem}.chart-container{min-height:400px}.chart-legend{gap:.5rem}.legend-item{font-size:.8rem}.node text{font-size:10px}.tree-controls{flex-direction:row;gap:3px}.zoom-controls{flex-direction:row;top:auto;bottom:10px;right:10px}.tree-btn,.zoom-btn,.fullscreen-btn{width:35px;height:35px;font-size:14px}.keyboard-shortcuts{display:none}.zoom-info{font-size:.7rem;padding:3px 6px}}@media (max-width: 480px){.chart-container{min-height:350px}.chart-legend{flex-direction:column;align-items:center}.tree-controls,.zoom-controls{gap:2px}.tree-btn,.zoom-btn,.fullscreen-btn{width:30px;height:30px;font-size:12px}.fullscreen-controls{left:60px;transform:none}}@media (prefers-contrast: high){.node circle{stroke-width:2px}.link{stroke-width:2px}.tree-btn,.zoom-btn,.fullscreen-btn{border-width:2px}}@media (prefers-reduced-motion: reduce){.node,.link,.node circle,.node text,.tree-btn,.zoom-btn,.fullscreen-btn{transition:none}.policy-tree-diagram{transition:none}@keyframes expandToFullscreen{0%,to{transform:scale(1);opacity:1}}.tree-enter{transition:none}}.policy-network-graph{background:#fff;border:1px solid #d5dbdb;border-radius:4px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 1px 3px #0000001a;position:relative}.policy-network-graph.fullscreen-active{position:fixed;inset:0;z-index:9999;margin:0;border-radius:0;border:none;background:#f9f9f9;padding:2rem;overflow:hidden}.policy-network-graph.fullscreen-active .chart-container{min-height:calc(100vh - 200px);height:calc(100vh - 200px)}.chart-header{text-align:center;margin-bottom:1rem}.chart-header h4{color:#232f3e;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.chart-header p{color:#545b64;font-size:.9rem;margin:0}.filter-controls{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;justify-content:center}.filter-controls label{font-size:.9rem;color:#232f3e;font-weight:500}.filter-select{padding:4px 8px;border:1px solid #d5dbdb;border-radius:4px;font-size:.85rem;color:#232f3e;background:#fff;cursor:pointer;transition:border-color .2s ease}.filter-select:focus{outline:none;border-color:#f90;box-shadow:0 0 0 2px #f903}.chart-container{display:flex;justify-content:center;align-items:center;min-height:400px;border:1px solid #e9ecef;border-radius:4px;background:#fafbfc;position:relative;overflow:hidden}.chart-container svg{max-width:100%;height:auto;cursor:grab}.chart-container svg:active{cursor:grabbing}.zoom-controls{position:absolute;top:10px;right:10px;display:flex;flex-direction:column;gap:5px;z-index:1000}.zoom-btn{background:#ffffffe6;border:1px solid #d5dbdb;border-radius:6px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;font-size:16px;color:#232f3e;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.zoom-btn:hover{background:#ff9900e6;color:#fff;border-color:#f90;transform:scale(1.05)}.zoom-btn:active{transform:scale(.95)}.fullscreen-controls{position:absolute;top:10px;left:10px;z-index:1000}.fullscreen-btn{background:#ffffffe6;border:1px solid #d5dbdb;border-radius:6px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-weight:600;font-size:16px;color:#232f3e;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.fullscreen-btn:hover{background:#232f3ee6;color:#fff;border-color:#232f3e;transform:scale(1.05)}.fullscreen-exit{position:absolute;top:20px;right:20px;z-index:1001}.exit-btn{background:#d13212e6;border:1px solid #d13212;border-radius:6px;padding:8px 16px;color:#fff;font-weight:600;cursor:pointer;transition:all .2s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0003}.exit-btn:hover{background:#d13212;transform:scale(1.05)}.zoom-info{position:absolute;bottom:10px;left:10px;background:#ffffffe6;padding:5px 10px;border-radius:4px;font-size:.8rem;color:#545b64;border:1px solid #d5dbdb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.keyboard-shortcuts{position:absolute;bottom:10px;right:10px;background:#ffffffe6;padding:8px 12px;border-radius:4px;font-size:.75rem;color:#545b64;border:1px solid #d5dbdb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #0000001a}.keyboard-shortcuts strong{color:#232f3e}.nodes .node{cursor:pointer;transition:all .2s ease}.nodes .node circle{transition:all .3s ease}.nodes .node:hover circle{filter:brightness(1.1) drop-shadow(0 2px 4px rgba(0,0,0,.2))}.nodes .node text{font-family:Amazon Ember,Helvetica Neue,Roboto,Arial,sans-serif;font-weight:500;pointer-events:none;transition:all .2s ease}.nodes .node:hover text{font-weight:600;font-size:11px}.links .link{transition:all .3s ease;stroke-linecap:round}.links .link:hover{stroke:#f90!important;stroke-width:3px!important}.node[data-type=statement] circle{stroke-width:2px}.node[data-type=action] circle{stroke-width:1.5px}.node[data-type=resource] circle{stroke-width:1.5px}.node[data-type=principal] circle{stroke-width:1.5px}.chart-legend{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #d5dbdb}.legend-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#545b64}.legend-color{width:12px;height:12px;border-radius:50%;border:1px solid rgba(0,0,0,.2)}.chart-empty{display:flex;justify-content:center;align-items:center;height:300px;color:#879196;font-style:italic;text-align:center}.network-loading{display:flex;justify-content:center;align-items:center;height:400px;color:#545b64}.loading-network{text-align:center}.loading-network .spinner{width:40px;height:40px;border:3px solid #f3f3f3;border-top:3px solid #ff9900;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.network-tooltip{position:absolute;background:#000c;color:#fff;padding:8px 12px;border-radius:4px;font-size:12px;pointer-events:none;z-index:1000;max-width:200px;word-wrap:break-word}.network-enter{opacity:0;transform:scale(.9);transition:all .6s ease}.network-enter-active{opacity:1;transform:scale(1)}.policy-network-graph{transition:all .3s cubic-bezier(.4,0,.2,1)}.policy-network-graph.fullscreen-active{animation:expandToFullscreen .3s cubic-bezier(.4,0,.2,1)}@keyframes expandToFullscreen{0%{transform:scale(.9);opacity:.8}to{transform:scale(1);opacity:1}}@media (max-width: 768px){.policy-network-graph{padding:1rem}.chart-header h4{font-size:1.1rem}.chart-header p{font-size:.8rem}.filter-controls{flex-direction:column;gap:.25rem}.chart-container{min-height:350px}.chart-legend{gap:.5rem}.legend-item{font-size:.8rem}.nodes .node circle{r:1.2}.zoom-controls{flex-direction:row;top:auto;bottom:10px;right:10px}.zoom-btn,.fullscreen-btn{width:35px;height:35px;font-size:14px}.keyboard-shortcuts{display:none}.zoom-info{font-size:.7rem;padding:3px 6px}}@media (max-width: 480px){.chart-container{min-height:300px}.chart-legend{flex-direction:column;align-items:center}.filter-controls{margin-bottom:.5rem}.zoom-controls{gap:3px}.zoom-btn,.fullscreen-btn{width:30px;height:30px;font-size:12px}}@media (prefers-contrast: high){.nodes .node circle{stroke-width:2px}.links .link{stroke-width:2px}.zoom-btn,.fullscreen-btn{border-width:2px}}@media (prefers-reduced-motion: reduce){.nodes .node,.links .link,.nodes .node circle,.nodes .node text,.zoom-btn,.fullscreen-btn{transition:none}.policy-network-graph{transition:none}@keyframes expandToFullscreen{0%,to{transform:scale(1);opacity:1}}}
