*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:20px}.container{max-width:600px;margin:0 auto;background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:30px;text-align:center}.header h1{font-size:28px;margin-bottom:10px}model-viewer{width:100%;height:400px;background-color:#f5f5f5;--progress-bar-color: #667eea}.ar-button{position:absolute;bottom:20px;right:20px;background:#fff;color:#667eea;border:none;border-radius:50px;padding:15px 25px;font-weight:600;font-size:16px;cursor:pointer;box-shadow:0 4px 15px #0000004d;display:flex;align-items:center;gap:10px;transition:transform .2s}.ar-button:hover{transform:scale(1.05)}.ar-button:active{transform:scale(.95)}.loading-indicator{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#000000b3;color:#fff;padding:15px 25px;border-radius:10px;font-size:14px}.content{padding:30px}.status{background:#f5f5f5;padding:15px;border-radius:10px;margin-bottom:20px}.status-item{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #e0e0e0}.status-item:last-child{border-bottom:none}.status-label{font-size:14px;color:#666}.status-value{font-weight:600;color:#333}.info-box{background:#e3f2fd;border-left:4px solid #2196f3;padding:20px;border-radius:10px;margin-bottom:20px}.info-box h3{color:#1976d2;margin-bottom:10px;font-size:16px}.comparison{background:#fff3e0;border-left:4px solid #ff9800;padding:20px;border-radius:10px}.comparison h3{color:#f57c00;margin-bottom:15px;font-size:16px}.diff-item{margin-bottom:15px;padding-bottom:15px;border-bottom:1px solid #ffe0b2}.diff-item:last-child{border-bottom:none;padding-bottom:0}.diff-title{font-weight:600;color:#e65100;margin-bottom:8px}.code-inline{background:#fff;padding:2px 6px;border-radius:3px;font-family:monospace;font-size:13px;color:#d32f2f}.model-selector{background:#fff;border-radius:12px;padding:20px;margin:0 20px 20px;box-shadow:0 2px 8px #0000001a}.model-selector h3{margin:0 0 15px;font-size:18px;color:#333}.model-buttons{display:flex;gap:10px;flex-wrap:wrap}.model-button{flex:1;min-width:140px;padding:12px 20px;font-size:16px;font-weight:500;border:2px solid #e0e0e0;border-radius:8px;background:#fff;color:#333;cursor:pointer;transition:all .3s ease}.model-button:hover{border-color:#2196f3;background:#f5f9ff;transform:translateY(-2px)}.model-button.active{border-color:#2196f3;background:#2196f3;color:#fff;box-shadow:0 4px 12px #2196f34d}
