*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;color:#333}.container{background:#fff;border-radius:16px;padding:40px;box-shadow:0 20px 60px #0000004d;max-width:900px;width:100%}h1{margin-bottom:10px;color:#2d3748;font-size:2rem}.subtitle{color:#718096;margin-bottom:30px;font-size:.95rem}.video-container{position:relative;width:100%;margin-bottom:30px;border-radius:12px;overflow:hidden;background:#000}video{width:100%;height:auto;display:block}.controls{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:20px}button{padding:12px 24px;border:none;border-radius:8px;background:#667eea;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}button:hover{background:#5568d3;transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}button:active{transform:translateY(0)}button.secondary{background:#48bb78}button.secondary:hover{background:#38a169}button.danger{background:#f56565}button.danger:hover{background:#e53e3e}.info-panel{background:#f7fafc;border-radius:8px;padding:20px;margin-top:20px}.info-panel h3{margin-bottom:15px;color:#2d3748;font-size:1.2rem}.info-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e2e8f0}.info-item:last-child{border-bottom:none}.info-label{font-weight:600;color:#4a5568}.info-value{color:#2d3748;font-family:Monaco,Courier New,monospace}.status{display:inline-block;padding:4px 12px;border-radius:12px;font-size:.85rem;font-weight:600}.status.playing{background:#c6f6d5;color:#22543d}.status.paused{background:#fed7d7;color:#742a2a}.status.stopped{background:#e2e8f0;color:#2d3748}.status.in-viewport{background:#bee3f8;color:#2c5282}.status.out-viewport{background:#fed7d7;color:#742a2a}.event-log{background:#1a202c;color:#a0aec0;padding:15px;border-radius:8px;font-family:Monaco,Courier New,monospace;font-size:.85rem;max-height:200px;overflow-y:auto;margin-top:15px}.event-log-item{margin-bottom:8px;padding:6px 0;border-bottom:1px solid #2d3748}.event-log-item:last-child{border-bottom:none;margin-bottom:0}.event-time{color:#718096;margin-right:10px}.event-name{color:#48bb78;font-weight:600}.event-data{color:#cbd5e0;margin-left:10px}.org-id-form{position:fixed;top:20px;right:20px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 4px 20px #0003;z-index:1000;min-width:300px}.org-id-form h3{margin-bottom:12px;color:#2d3748;font-size:1rem;font-weight:600}.org-id-input-group{display:flex;gap:8px;margin-bottom:10px}.org-id-input{flex:1;padding:10px 12px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:Monaco,Courier New,monospace;transition:border-color .2s}.org-id-input:focus{outline:none;border-color:#667eea}.org-id-input:disabled{background:#f7fafc;cursor:not-allowed}.org-id-submit{padding:10px 20px;border:none;border-radius:8px;background:#667eea;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.org-id-submit:hover:not(:disabled){background:#5568d3;transform:translateY(-1px)}.org-id-submit:disabled{background:#a0aec0;cursor:not-allowed;transform:none}.org-id-status{font-size:.85rem;padding:8px 12px;border-radius:6px;margin-top:8px}.org-id-status.waiting{background:#fed7d7;color:#742a2a}.org-id-status.connected{background:#c6f6d5;color:#22543d}.org-id-status.error{background:#fed7d7;color:#742a2a}.session-url-group{display:flex;gap:8px;margin-top:10px;margin-bottom:10px}.session-url-button{flex:1;padding:8px 16px;border:none;border-radius:6px;background:#48bb78;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.session-url-button:hover{background:#38a169;transform:translateY(-1px);box-shadow:0 2px 8px #48bb784d}.session-url-button:active{transform:translateY(0)}.session-url-button.copy{background:#667eea}.session-url-button.copy:hover{background:#5568d3;box-shadow:0 2px 8px #667eea4d}.docs-subtitle{color:#718096;font-size:.9rem;margin-bottom:20px}.accordion-container{margin-top:15px}.accordion-item{margin-bottom:12px;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fff}.accordion-header{width:100%;padding:16px 20px;background:#f7fafc;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:.95rem;font-weight:600;color:#2d3748;transition:background-color .2s}.accordion-header:hover{background:#edf2f7}.accordion-header.open{background:#e6fffa;border-bottom:1px solid #e2e8f0}.accordion-icon{color:#667eea;font-size:.8rem;transition:transform .2s}.accordion-content{padding:20px;background:#fff;color:#4a5568;line-height:1.6}.accordion-content h4{color:#2d3748;margin-top:20px;margin-bottom:10px;font-size:1rem}.accordion-content h4:first-child{margin-top:0}.accordion-content p{margin-bottom:12px}.accordion-content ul{margin-left:20px;margin-bottom:15px}.accordion-content li{margin-bottom:8px}.accordion-content code{background:#f7fafc;padding:2px 6px;border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.85rem;color:#e53e3e}.code-block{background:#1a202c;color:#a0aec0;padding:15px;border-radius:8px;font-family:Monaco,Courier New,monospace;font-size:.85rem;overflow-x:auto;margin:15px 0;line-height:1.5;white-space:pre}
