*{box-sizing:border-box}body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}@media (max-width: 768px){body{font-size:14px}}.simple-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.simple-modal-content{background:#fff;border-radius:8px;box-shadow:0 4px 12px #00000026;max-width:600px;width:90%;max-height:90vh;overflow:auto;display:flex;flex-direction:column}.simple-modal-header{padding:16px 24px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.simple-modal-header h2{margin:0;font-size:18px;font-weight:600}.simple-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px}.simple-modal-close:hover{background-color:#f5f5f5;color:#000}.simple-modal-body{padding:24px;flex:1;overflow:auto}.simple-modal-footer{padding:16px 24px;border-top:1px solid #e0e0e0;display:flex;justify-content:flex-end;gap:8px}.app-container{width:100%;min-height:100vh}@media (max-width: 768px){.euiPageTemplate{padding-bottom:60px}}
