*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background-color:#1a1a2e;color:#eaeaea;min-height:100vh}.app{display:flex;flex-direction:column;height:100vh}.demo-banner{background:linear-gradient(90deg,#f59e0b,#d97706);color:#000;text-align:center;padding:8px 16px;font-size:13px;font-weight:500}.demo-banner a{color:#000;text-decoration:underline;margin-left:4px}.demo-banner a:hover{opacity:.8}.header{display:flex;align-items:center;gap:12px;padding:16px 24px;background-color:#16213e;border-bottom:1px solid #0f3460}.header h1{font-size:24px;font-weight:600;color:#e94560}.subtitle{color:#888;font-size:14px}.main{display:flex;flex:1;overflow:hidden}.panel{display:flex;flex-direction:column;border-right:1px solid #0f3460;overflow:hidden}.panel:last-child{border-right:none}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background-color:#16213e;border-bottom:1px solid #0f3460}.panel-header h2{font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#888}.panel-content{flex:1;overflow-y:auto;padding:8px}.hook-list{width:250px;min-width:250px}.hook-item{display:flex;justify-content:space-between;align-items:center;padding:12px;margin-bottom:4px;border-radius:6px;cursor:pointer;transition:background-color .15s}.hook-item:hover{background-color:#16213e}.hook-item.selected{background-color:#0f3460}.hook-name{font-size:14px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hook-date{font-size:11px;color:#666;margin-top:4px}.event-list{width:350px;min-width:350px}.event-item{display:flex;justify-content:space-between;align-items:flex-start;padding:12px;margin-bottom:4px;border-radius:6px;cursor:pointer;transition:background-color .15s}.event-item:hover{background-color:#16213e}.event-item.selected{background-color:#0f3460}.event-info{flex:1;min-width:0}.event-method{display:inline-block;padding:2px 6px;border-radius:4px;font-size:11px;font-weight:600;margin-right:8px}.method-get{background-color:#2e7d32;color:#fff}.method-post{background-color:#1565c0;color:#fff}.method-put{background-color:#ef6c00;color:#fff}.method-patch{background-color:#7b1fa2;color:#fff}.method-delete{background-color:#c62828;color:#fff}.event-path{font-size:13px;color:#ccc;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.event-date{font-size:11px;color:#666;margin-top:4px}.event-detail{flex:1;min-width:0}.detail-section{margin-bottom:24px}.detail-section h3{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#888;margin-bottom:8px}.detail-content{background-color:#16213e;border-radius:6px;padding:12px;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:13px;line-height:1.5;overflow-x:auto}.detail-content pre{white-space:pre-wrap;word-break:break-word}.header-row{display:flex;border-bottom:1px solid #0f3460;padding:6px 0}.header-row:last-child{border-bottom:none}.header-key{width:200px;min-width:200px;color:#e94560}.header-value{flex:1;color:#ccc;word-break:break-all}.btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 16px;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:background-color .15s}.btn-primary{background-color:#e94560;color:#fff}.btn-primary:hover{background-color:#d63850}.btn-secondary{background-color:#0f3460;color:#eaeaea}.btn-secondary:hover{background-color:#1a4a7a}.btn-icon{padding:4px 8px;background:transparent;color:#888}.btn-icon:hover{color:#e94560;background-color:#e945601a}.btn-small{padding:4px 8px;font-size:12px}.input{padding:8px 12px;border:1px solid #0f3460;border-radius:6px;background-color:#16213e;color:#eaeaea;font-size:14px;width:100%}.input:focus{outline:none;border-color:#e94560}.create-hook-form{display:flex;gap:8px;padding:8px;background-color:#16213e;border-radius:6px;margin-bottom:8px}.create-hook-form .input{flex:1}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;text-align:center;padding:24px}.empty-state p{font-size:14px;margin-bottom:16px}.pagination{display:flex;justify-content:center;align-items:center;gap:16px;padding:12px;border-top:1px solid #0f3460}.pagination-info{font-size:13px;color:#888}.url-display{display:flex;align-items:center;gap:8px;padding:8px;background-color:#0f3460;border-radius:6px;margin-top:8px}.url-display code{flex:1;font-family:SF Mono,Monaco,Cascadia Code,monospace;font-size:12px;color:#4ade80;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background-color:#1a1a2e;border-radius:12px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;background-color:#16213e;border-bottom:1px solid #0f3460}.modal-header h2{font-size:18px;font-weight:600}.modal-body{padding:24px;overflow-y:auto;flex:1}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #0f3460}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:13px;font-weight:500;margin-bottom:6px;color:#888}.replay-result{margin-top:16px;padding:16px;background-color:#16213e;border-radius:6px}.replay-result h4{font-size:13px;font-weight:600;margin-bottom:12px;color:#888}.status-success{color:#4ade80}.status-error{color:#f87171}.replay-history{margin-top:24px}.replay-item{padding:12px;background-color:#0f3460;border-radius:6px;margin-bottom:8px}.replay-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.replay-item-url{font-size:12px;color:#888;word-break:break-all}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#1a1a2e}::-webkit-scrollbar-thumb{background:#0f3460;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1a4a7a}
