@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;color:#333;margin:0;padding:0;background-color:#f8f9fa}.app{width:100%;min-height:100vh}.loading,.error{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem;text-align:center}.spinner{width:50px;height:50px;border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error{color:#d32f2f}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#000;padding:1rem 0;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header-content{display:flex;align-items:center;justify-content:flex-start;gap:1rem;max-width:1200px;margin:0 auto;padding:0 1rem;position:relative}.header-logo{position:absolute;left:0;top:50%;transform:translateY(-50%);height:160px;width:auto}.header-text{text-align:left;margin-left:300px}.header h1{margin:0 0 .25rem;font-size:1.8rem;font-weight:700}.header p{margin:0;font-size:1rem;opacity:.9}.layout{display:flex;min-height:calc(100vh - 120px);margin-top:120px}.sidebar{position:fixed;top:140px;left:0;width:280px;height:calc(100vh - 140px);background:#fff;border-right:1px solid #e1e5e9;padding:1rem;overflow-y:auto;box-shadow:2px 0 10px #0000000d;z-index:100}.sidebar h2{margin:0 0 .8rem;font-size:1.1rem;font-weight:600;color:#2c3e50;border-bottom:2px solid #667eea;padding-bottom:.3rem}.sidebar h3{margin:1rem 0 .5rem;font-size:1rem;font-weight:600;color:#34495e}.sidebar h4{margin:.6rem 0 .3rem;font-size:.9rem;font-weight:500;color:#667eea}.sidebar ul{list-style:none;padding:0;margin:0 0 .5rem}.sidebar li{margin:.1rem 0}.method-link{display:block;padding:.3rem .5rem;color:#555;text-decoration:none;border-radius:4px;transition:all .2s ease;font-size:.8rem}.method-link:hover{background-color:#f0f2ff;color:#667eea;transform:translate(4px)}.main-content{flex:1;margin-left:280px;padding:1rem;overflow-y:auto}.container{max-width:1000px;margin:0 auto}.service{background:#fff;border-radius:8px;margin-bottom:1rem;box-shadow:0 2px 8px #00000014;overflow:hidden;border:1px solid #e1e5e9;scroll-margin-top:140px}.service-header{background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:.8rem 1rem;border-bottom:1px solid #e1e5e9}.service-name{font-size:1.2rem;font-weight:600;color:#2c3e50;margin-bottom:.2rem}.service-package{font-size:.9rem;color:#6c757d;font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:#e9ecef;padding:.2rem .5rem;border-radius:4px;display:inline-block}.service-description{margin-top:.4rem;color:#555;font-size:.9rem}.methods{padding:0}.method{border-bottom:1px solid #f1f3f4;padding:.8rem 1rem;scroll-margin-top:140px}.method:last-child{border-bottom:none}.method-header{margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem}.method-name{font-size:1rem;font-weight:600;color:#2c3e50;font-family:Monaco,Menlo,Ubuntu Mono,monospace;background:#f8f9fa;padding:.2rem .4rem;border-radius:4px;border-left:3px solid #667eea}.link-icon{display:inline-flex;align-items:center;justify-content:center;opacity:0;transition:opacity .2s ease;color:#6c757d;text-decoration:none;cursor:pointer}.method-header:hover .link-icon{opacity:1}.link-icon:hover{color:#667eea}.link-icon svg{width:16px;height:16px}.method-description{margin:.4rem 0;color:#555;font-size:.9rem;line-height:1.5}.deprecated-warning{background:#fff3cd;border:1px solid #ffeaa7;color:#856404;padding:.5rem;border-radius:4px;margin:.4rem 0;font-size:.8rem;font-weight:500}.method-details{margin-top:.5rem}.fields-container{display:grid;gap:.8rem}.detail-section{background:#f8f9fa;border-radius:6px;padding:.8rem;border:1px solid #e9ecef}.detail-section h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#2c3e50;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.field-item{margin-bottom:.5rem;padding:.6rem;background:#fff;border-radius:4px;border:1px solid #e9ecef}.field-item:last-child{margin-bottom:0}.field-header{margin-bottom:.3rem}.field-name{font-weight:600;color:#2c3e50;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.field-type{color:#667eea;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-weight:500}.field-type.type-link{text-decoration:none;cursor:pointer;transition:all .2s ease;border-bottom:1px dashed #667eea}.field-type.type-link:hover{color:#764ba2;border-bottom-color:#764ba2;border-bottom-style:solid}.message-name-link{color:#2c3e50;text-decoration:none;border-bottom:2px solid transparent;transition:all .2s ease;cursor:pointer}.message-name-link:hover{color:#667eea;border-bottom-color:#667eea}.field-number{color:#6c757d;font-size:.9rem;background:#e9ecef;padding:.2rem .4rem;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.field-modifiers{display:flex;gap:.3rem;flex-wrap:wrap}.field-modifier{font-size:.75rem;padding:.2rem .5rem;border-radius:4px;font-weight:500;text-transform:uppercase}.field-modifier:not(.optional):not(.deprecated):not(.temporal){background:#e3f2fd;color:#1976d2}.field-modifier.optional{background:#fff3e0;color:#f57c00}.field-modifier.deprecated{background:#ffebee;color:#d32f2f}.field-modifier.temporal{background:#e8f5e8;color:#2e7d32}.field-description{color:#555;font-size:.85rem;line-height:1.4;margin-top:.3rem}.search-container{margin-bottom:.8rem;position:sticky;top:0;background:#fff;z-index:10;padding-bottom:.5rem}.search-input{width:100%;padding:.5rem;border:2px solid #e1e5e9;border-radius:4px;font-size:.8rem;background:#fff;transition:border-color .2s ease}.search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.search-input::placeholder{color:#6c757d}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#f1f1f1}.sidebar::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#a8a8a8}@media (max-width: 768px){.layout{flex-direction:column}.sidebar{position:relative;top:auto;left:auto;width:100%;height:auto;padding:.8rem}.main-content{margin-left:0;padding:.8rem}.header h1{font-size:1.5rem}.header-content{flex-direction:column;gap:.5rem}.header-text{text-align:left;margin-left:0}.header-logo{position:relative;left:auto;height:36px}.service-header,.method{padding:.6rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;min-height:100vh}
